@charset "UTF-8";
.gallery {
  margin-bottom: 3.75rem; }
  @media (min-width: 55em) {
    .gallery {
      margin-bottom: 5rem; } }
  @media (min-width: 62em) {
    .gallery {
      padding-left: 5.88235%;
      padding-right: 5.88235%; } }

.slideshow__button {
  font-size: 0.7rem;
  color: #323232;
  font-family: "Avenir LT W01_45 Book1475508";
  line-height: 34px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 37.5em) {
    .slideshow__button {
      font-size: 0.8rem; } }
  @media (min-width: 62em) {
    .slideshow__button {
      font-size: 0.9rem; } }
  .slideshow__button::after {
    content: "››";
    padding-left: 0.25rem;
    -webkit-transition: padding-left 0.1s ease-in-out;
    transition: padding-left 0.1s ease-in-out; }
  .slideshow__button:hover {
    text-decoration: none; }
    .slideshow__button:hover::after {
      padding-left: 0.4rem; }
  .slideshow__button img {
    display: block;
    float: left;
    margin: 0 1rem 0 0; }
  .slideshow__button--close {
    text-decoration: none; }
    .slideshow__button--close:hover {
      text-decoration: none; }

.slideshow__container {
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 0 250rem rgba(0, 0, 0, 0.9);
  display: none;
  left: 50%;
  margin-left: -130px;
  margin-top: -107px;
  position: fixed;
  top: 50%;
  width: 260px;
  z-index: 10; }
  @media (min-width: 31.25em) {
    .slideshow__container {
      margin-left: -200px;
      margin-top: -164px;
      width: 400px; } }
  @media (min-width: 37.5em) {
    .slideshow__container {
      margin-left: -275px;
      margin-top: -217px;
      width: 550px; } }
  @media (min-width: 62em) {
    .slideshow__container {
      margin-left: -350px;
      margin-top: -272px;
      width: 700px; } }
  @media (min-width: 95em) {
    .slideshow__container {
      margin-left: -450px;
      margin-top: -338px;
      width: 900px; } }
  .slideshow__container.js-show {
    display: block; }

.slideshow__caption {
  font-size: 0.7rem;
  background: #000;
  color: #fff;
  margin: 0;
  padding: 0.5rem 1rem; }
  @media (min-width: 55em) {
    .slideshow__caption {
      font-size: 0.75rem; } }
  @media (min-width: 62em) {
    .slideshow__caption {
      font-size: 0.7rem; } }

.slideshow__caption p {
  margin-bottom: 0; }

.inline-gallery__images .slideshow__caption {
  text-align: center; }

.slick-arrow::before {
  color: #CC9D39;
  font-family: "Avenir LT W01_45 Book1475508";
  font-size: 60px !important; }

.slick-next,
.slick-prev {
  margin-top: -40px; }

.slick-next::before {
  content: "\203A"; }

.slick-prev::before {
  content: "\2039"; }
