@charset "UTF-8";

/* ==========================================================================
   L E A P
   ========================================================================== */

@-webkit-keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes inFromRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@-o-keyframes outToRight {
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes inFromLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@-o-keyframes outToLeft {
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.is-magic {
  -webkit-transform: translateY(50px);
       -o-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
       -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 0 !important;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.is-magic.is-loaded {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.is-magic.delay--1.is-loaded {
  -webkit-transition-delay: 0.3s !important;
       -o-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.is-magic.delay--2.is-loaded {
  -webkit-transition-delay: 0.6s !important;
       -o-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

.is-magic.delay--3.is-loaded {
  -webkit-transition-delay: 0.9s !important;
       -o-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}

.is-magic.delay--4.is-loaded {
  -webkit-transition-delay: 1.2s !important;
       -o-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}

.is-magic.delay--5.is-loaded {
  -webkit-transition-delay: 1.5s !important;
       -o-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
}

.is-magic.delay--6.is-loaded {
  -webkit-transition-delay: 1.8s !important;
       -o-transition-delay: 1.8s !important;
          transition-delay: 1.8s !important;
}

.is-magic.delay--7.is-loaded {
  -webkit-transition-delay: 2.1s !important;
       -o-transition-delay: 2.1s !important;
          transition-delay: 2.1s !important;
}

.is-magic.delay--8.is-loaded {
  -webkit-transition-delay: 2.4s !important;
       -o-transition-delay: 2.4s !important;
          transition-delay: 2.4s !important;
}

.is-magic.delay--9.is-loaded {
  -webkit-transition-delay: 2.7s !important;
       -o-transition-delay: 2.7s !important;
          transition-delay: 2.7s !important;
}

.is-magic.delay--10.is-loaded {
  -webkit-transition-delay: 3s !important;
       -o-transition-delay: 3s !important;
          transition-delay: 3s !important;
}

.is-magic.delay--11.is-loaded {
  -webkit-transition-delay: 3.3s !important;
       -o-transition-delay: 3.3s !important;
          transition-delay: 3.3s !important;
}

.is-magic.delay--12.is-loaded {
  -webkit-transition-delay: 3.6s !important;
       -o-transition-delay: 3.6s !important;
          transition-delay: 3.6s !important;
}

.is-magic.delay--13.is-loaded {
  -webkit-transition-delay: 3.9s !important;
       -o-transition-delay: 3.9s !important;
          transition-delay: 3.9s !important;
}

.is-magic.delay--14.is-loaded {
  -webkit-transition-delay: 4.2s !important;
       -o-transition-delay: 4.2s !important;
          transition-delay: 4.2s !important;
}

.is-magic.delay--15.is-loaded {
  -webkit-transition-delay: 4.5s !important;
       -o-transition-delay: 4.5s !important;
          transition-delay: 4.5s !important;
}

.is-magic.delay--16.is-loaded {
  -webkit-transition-delay: 4.8s !important;
       -o-transition-delay: 4.8s !important;
          transition-delay: 4.8s !important;
}

.is-magic.delay--17.is-loaded {
  -webkit-transition-delay: 5.1s !important;
       -o-transition-delay: 5.1s !important;
          transition-delay: 5.1s !important;
}

.is-magic.delay--18.is-loaded {
  -webkit-transition-delay: 5.4s !important;
       -o-transition-delay: 5.4s !important;
          transition-delay: 5.4s !important;
}

.is-magic.delay--19.is-loaded {
  -webkit-transition-delay: 5.7s !important;
       -o-transition-delay: 5.7s !important;
          transition-delay: 5.7s !important;
}

.is-magic.delay--20.is-loaded {
  -webkit-transition-delay: 6s !important;
       -o-transition-delay: 6s !important;
          transition-delay: 6s !important;
}

.is-magic.delay--21.is-loaded {
  -webkit-transition-delay: 6.3s !important;
       -o-transition-delay: 6.3s !important;
          transition-delay: 6.3s !important;
}

.is-magic.delay--22.is-loaded {
  -webkit-transition-delay: 6.6s !important;
       -o-transition-delay: 6.6s !important;
          transition-delay: 6.6s !important;
}

.is-magic.delay--23.is-loaded {
  -webkit-transition-delay: 6.9s !important;
       -o-transition-delay: 6.9s !important;
          transition-delay: 6.9s !important;
}

.is-magic.delay--24.is-loaded {
  -webkit-transition-delay: 7.2s !important;
       -o-transition-delay: 7.2s !important;
          transition-delay: 7.2s !important;
}

.is-magic.delay--25.is-loaded {
  -webkit-transition-delay: 7.5s !important;
       -o-transition-delay: 7.5s !important;
          transition-delay: 7.5s !important;
}

.is-magic.delay--26.is-loaded {
  -webkit-transition-delay: 7.8s !important;
       -o-transition-delay: 7.8s !important;
          transition-delay: 7.8s !important;
}

.is-magic.delay--27.is-loaded {
  -webkit-transition-delay: 8.1s !important;
       -o-transition-delay: 8.1s !important;
          transition-delay: 8.1s !important;
}

.is-magic.delay--28.is-loaded {
  -webkit-transition-delay: 8.4s !important;
       -o-transition-delay: 8.4s !important;
          transition-delay: 8.4s !important;
}

.is-magic.delay--29.is-loaded {
  -webkit-transition-delay: 8.7s !important;
       -o-transition-delay: 8.7s !important;
          transition-delay: 8.7s !important;
}

.is-magic.delay--30.is-loaded {
  -webkit-transition-delay: 9s !important;
       -o-transition-delay: 9s !important;
          transition-delay: 9s !important;
}

.is-magic.delay--31.is-loaded {
  -webkit-transition-delay: 9.3s !important;
       -o-transition-delay: 9.3s !important;
          transition-delay: 9.3s !important;
}

.is-magic.delay--32.is-loaded {
  -webkit-transition-delay: 9.6s !important;
       -o-transition-delay: 9.6s !important;
          transition-delay: 9.6s !important;
}

.is-magic.delay--33.is-loaded {
  -webkit-transition-delay: 9.9s !important;
       -o-transition-delay: 9.9s !important;
          transition-delay: 9.9s !important;
}

.is-magic.delay--34.is-loaded {
  -webkit-transition-delay: 10.2s !important;
       -o-transition-delay: 10.2s !important;
          transition-delay: 10.2s !important;
}

.is-magic.delay--35.is-loaded {
  -webkit-transition-delay: 10.5s !important;
       -o-transition-delay: 10.5s !important;
          transition-delay: 10.5s !important;
}

.is-magic.delay--36.is-loaded {
  -webkit-transition-delay: 10.8s !important;
       -o-transition-delay: 10.8s !important;
          transition-delay: 10.8s !important;
}

.is-magic.delay--37.is-loaded {
  -webkit-transition-delay: 11.1s !important;
       -o-transition-delay: 11.1s !important;
          transition-delay: 11.1s !important;
}

.is-magic.delay--38.is-loaded {
  -webkit-transition-delay: 11.4s !important;
       -o-transition-delay: 11.4s !important;
          transition-delay: 11.4s !important;
}

.is-magic.delay--39.is-loaded {
  -webkit-transition-delay: 11.7s !important;
       -o-transition-delay: 11.7s !important;
          transition-delay: 11.7s !important;
}

.is-magic.delay--40.is-loaded {
  -webkit-transition-delay: 12s !important;
       -o-transition-delay: 12s !important;
          transition-delay: 12s !important;
}

.is-magic.delay--41.is-loaded {
  -webkit-transition-delay: 12.3s !important;
       -o-transition-delay: 12.3s !important;
          transition-delay: 12.3s !important;
}

.is-magic.delay--42.is-loaded {
  -webkit-transition-delay: 12.6s !important;
       -o-transition-delay: 12.6s !important;
          transition-delay: 12.6s !important;
}

.is-magic.delay--43.is-loaded {
  -webkit-transition-delay: 12.9s !important;
       -o-transition-delay: 12.9s !important;
          transition-delay: 12.9s !important;
}

.is-magic.delay--44.is-loaded {
  -webkit-transition-delay: 13.2s !important;
       -o-transition-delay: 13.2s !important;
          transition-delay: 13.2s !important;
}

.is-magic.delay--45.is-loaded {
  -webkit-transition-delay: 13.5s !important;
       -o-transition-delay: 13.5s !important;
          transition-delay: 13.5s !important;
}

.is-magic.delay--46.is-loaded {
  -webkit-transition-delay: 13.8s !important;
       -o-transition-delay: 13.8s !important;
          transition-delay: 13.8s !important;
}

.is-magic.delay--47.is-loaded {
  -webkit-transition-delay: 14.1s !important;
       -o-transition-delay: 14.1s !important;
          transition-delay: 14.1s !important;
}

.is-magic.delay--48.is-loaded {
  -webkit-transition-delay: 14.4s !important;
       -o-transition-delay: 14.4s !important;
          transition-delay: 14.4s !important;
}

/* ==========================================================================
   #HIDE
   ========================================================================== */

/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

/**
 * Spacing
 */

/**
 * Typography
 */

/**
 * Transitions
 */

/**
 * Breakpoints
 */

/**
 * Palette
 */

/**
 * Colours
 */

/**
 * Typography
 */

/**
 * Widths
 */

/**
 * Swiper 4.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 11, 2018
 */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  transition-property: transform,-webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  -o-transition-property: height,-o-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform,-o-transform;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -o-transform: scale(0.33);
     transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -o-transform: scale(0.66);
     transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -o-transform: scale(0.33);
     transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -o-transform: scale(0.66);
     transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -o-transform: scale(0.33);
     transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
     transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -o-transform: scale(0);
     transform: scale(0);
  -webkit-transform-origin: left top;
  -o-transform-origin: left top;
     transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -o-transform-origin: right top;
     transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -o-transform-origin: 50%;
     transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
     animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
     transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
     transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   #RESET
   ========================================================================== */

/**
 * A very simple reset that sits on top of Normalize.css.
 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */

li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */

fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

/* ==========================================================================
   #SHARED
   ========================================================================== */

/**
 * Shared declarations for certain elements.
 */

address,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
dl,
ol,
ul,
hr,
table,
fieldset {
  margin-bottom: 2rem;
}

address:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
blockquote:last-child,
pre:last-child,
dl:last-child,
ol:last-child,
ul:last-child,
hr:last-child,
table:last-child,
fieldset:last-child {
  margin-bottom: 0;
}

/**
 * Consistent indentation for lists.
 */

dd,
ol,
ul {
  margin-left: 2rem;
}

/* ==========================================================================
   #PRINT
   ========================================================================== */

/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
 */

@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */

  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    /* [1] */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /**
   * Don’t show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /**
   * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
   */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* ==========================================================================
   #BLOCK
   ========================================================================== */

/**
 * Stacked image-with-text object. A simple abstraction to cover a very commonly
 * occurring design pattern.
 */

/* ==========================================================================
   #BOX
   ========================================================================== */

/**
 * The box object simply boxes off content. Extend with cosmetic styles in the
 * Components layer.
 */

/* ==========================================================================
   #LIST
   ========================================================================== */

/**
 * Strip list-like appearance from lists by removing their bullets and any
 * indentation.
 */

/**
 * The list-inline object simply displays a list of items in one line.
 */

/* ==========================================================================
   #PAGE
   ========================================================================== */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  min-height: 100%;
}

html *,
html *::before,
html *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  overflow: hidden;
}

article {
  position: relative;
}

html {
  color: #434343;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1801px) {
  html {
    font-size: 1.125rem;
  }
}

@media (min-width: 1201px) {
  body {
    font-size: 1.125rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
span {
  -webkit-font-variant-ligatures: common-ligatures;
          font-variant-ligatures: common-ligatures;
  -webkit-font-feature-settings: 'liga', 'clig';
          font-feature-settings: 'liga', 'clig';
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
span:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #33332b;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.05;
  margin-bottom: 1rem;
}

@media (min-width: 901px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1201px) {
  h1 {
    font-size: 3rem;
  }
}

h1 + h3 {
  margin-top: -0.5rem;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  margin-bottom: 1rem;
}

@media (min-width: 901px) {
  h2 {
    font-size: 1.75rem;
  }
}

@media (min-width: 1201px) {
  h2 {
    font-size: 2rem;
  }
}

h2 + h3 {
  margin-top: -0.5rem;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 1rem;
}

@media (min-width: 901px) {
  h3 {
    font-size: 1.25rem;
  }
}

@media (min-width: 1201px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

@media (min-width: 901px) {
  h4 {
    font-size: 1.2rem;
  }
}

@media (min-width: 1201px) {
  h4 {
    font-size: 1.4rem;
  }
}

h5 {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

@media (min-width: 1201px) {
  h5 {
    font-size: 1.375rem;
  }
}

h6 {
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

@media (min-width: 901px) {
  h6 {
    font-size: 0.9rem;
  }
}

@media (min-width: 1801px) {
  h6 {
    font-size: 1rem;
  }
}

p {
  margin-bottom: 2rem;
}

a {
  color: #33332b;
  font-weight: normal;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

a:hover,
a:focus {
  color: #cecc77;
}

a:active {
  color: #cecc77;
}

a img.alignleft {
  float: none !important;
}

/* ==========================================================================
   #IMAGES
   ========================================================================== */

/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */

img {
  height: auto;
  /* [1] */
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
}

/* ==========================================================================
   #TABLES
   ========================================================================== */

/**
 * 1. Ensure tables fill up as much space as possible.
 */

table {
  width: 100%;
  /* [1] */
}

.accordion {
  text-align: left;
}

.accordion__item {
  border-top: #e0e0e0 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 0rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
  text-transform: none;
}

@media (min-width: 901px) {
  .accordion__item {
    font-size: 0.9rem;
  }
}

@media (min-width: 1801px) {
  .accordion__item {
    font-size: 1rem;
  }
}

@media (min-width: 601px) {
  .accordion__item {
    padding: 1rem 0rem;
  }
}

.accordion__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.accordion__header {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion__header__toggle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
  margin-left: 0.5rem;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
  transition: -webkit-transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
  -o-transition: -o-transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
  transition: transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
  transition: transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s, -webkit-transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s, -o-transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
}

.accordion__item.is-active .accordion__header__toggle {
  -webkit-transform: rotate(315deg);
       -o-transform: rotate(315deg);
          transform: rotate(315deg);
}

.accordion__header__toggle .icon {
  max-height: 100%;
  max-width: 100%;
  fill: #cecc77;
}

.accordion__heading {
  margin-bottom: 0;
}

.accordion__content {
  display: none;
  overflow: hidden;
  padding: 1rem 0rem;
  -webkit-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  will-change: transform;
  letter-spacing: 0;
  font-weight: 300;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 1201px) {
  .accordion__content {
    font-size: 1.125rem;
  }
}

.accordion__item.is-active .accordion__content {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.template-authors .main {
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 3.75rem;
}

@media (min-width: 601px) {
  .template-authors .main {
    padding: 1.5rem 1.5rem 1.5rem 4.5rem;
  }
}

@media (min-width: 1801px) {
  .template-authors .main {
    padding: 2.5rem 0rem 5.5rem;
  }
}

.template-authors .main .authors-archive .featured-authors-heading {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.5rem;
  margin-bottom: 2.5rem;
}

.template-authors .main .authors-archive .featured-authors {
  margin: 0 -1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.template-authors .main .authors-archive .featured-authors .featured-author {
  margin: 0 1%;
  margin-bottom: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  text-align: center;
}

@media (min-width: 601px) {
  .template-authors .main .authors-archive .featured-authors .featured-author {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.3%;
            flex: 0 0 31.3%;
  }
}

@media (min-width: 1201px) {
  .template-authors .main .authors-archive .featured-authors .featured-author {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%;
    margin-bottom: 0;
  }
}

.template-authors .main .authors-archive .featured-authors .featured-author__name {
  margin-top: 0.5rem;
}

@media (min-width: 1201px) {
  .template-authors .main .authors-archive .featured-authors .featured-author__name {
    margin-top: 1rem;
  }
}

.template-authors .main .authors-archive .authors-alphabet .term-letter {
  margin: 3rem 0;
  width: 100%;
}

@media (min-width: 601px) {
  .template-authors .main .authors-archive .authors-alphabet .term-letter {
    margin: 4rem 0;
  }
}

@media (max-width: 600px) {
  .template-authors .main .authors-archive .authors-alphabet .term-letter-heading {
    margin-bottom: 0;
  }
}

.template-authors .main .authors-archive .authors-alphabet ul {
  list-style: none;
  padding: 0;
  margin: 0 -1%;
}

@media (min-width: 601px) {
  .template-authors .main .authors-archive .authors-alphabet ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.template-authors .main .authors-archive .authors-alphabet ul li {
  border-bottom: 1px solid #e0e0e0;
  margin: 0 1%;
  padding: 1rem 0 0.4rem;
}

@media (min-width: 601px) {
  .template-authors .main .authors-archive .authors-alphabet ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.3%;
            flex: 0 0 31.3%;
  }
}

@media (min-width: 1201px) {
  .template-authors .main .authors-archive .authors-alphabet ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%;
    padding: 1.5rem 0 1rem;
  }
}

.template-authors .main .authors-archive .authors-alphabet ul li a {
  color: #434343;
  font-weight: 300;
  display: block;
}

.template-authors .main .authors-archive .authors-alphabet ul li a:hover,
.template-authors .main .authors-archive .authors-alphabet ul li a:focus {
  color: #cecc77;
}

@media (min-width: 601px) {
  .template-authors .main .authors-archive .authors-alphabet ul li:nth-child(-n+3) {
    border-top: 1px solid #e0e0e0;
  }
}

@media (min-width: 1201px) {
  .template-authors .main .authors-archive .authors-alphabet ul li:nth-child(-n+5) {
    border-top: 1px solid #e0e0e0;
  }
}

.template-authors .main .authors-archive .authors-nav {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #f5f5f5;
}

.template-authors .main .authors-archive .authors-nav nav {
  padding-top: 1rem;
}

.template-authors .main .authors-archive .authors-nav nav a {
  display: block;
  padding: 0.25rem 0.7rem;
  text-align: center;
  color: #434343;
  font-weight: 300;
}

@media (min-width: 901px) {
  .template-authors .main .authors-archive .authors-nav nav a {
    padding: 0.5rem 1rem;
  }
}

@media (min-width: 1801px) {
  .template-authors .main .authors-archive .authors-nav nav a {
    padding: 0.5rem 2rem;
  }
}

.template-authors .main .authors-archive .authors-nav .back-to-top {
  position: fixed;
  bottom: 0;
  padding: 0 0 1rem;
  background-color: #f5f5f5;
  left: 0;
  right: 0;
  width: 36px;
  text-align: center;
  font-size: 0.6rem;
  text-transform: uppercase;
  font-weight: 600;
}

.template-authors .main .authors-archive .authors-nav .back-to-top.stuck {
  position: absolute;
}

@media (min-width: 901px) {
  .template-authors .main .authors-archive .authors-nav .back-to-top {
    width: 46px;
  }
}

@media (min-width: 1801px) {
  .template-authors .main .authors-archive .authors-nav .back-to-top {
    width: 90px;
    padding: 0 1rem 1.5rem;
  }
}

.template-authors .main .authors-archive .authors-nav .back-to-top svg {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: block;
  margin: auto;
}

.template-authors .main .authors-archive .authors-nav .back-to-top span {
  display: none;
}

@media (min-width: 1801px) {
  .template-authors .main .authors-archive .authors-nav .back-to-top span {
    display: block;
  }
}

.template-authors .main .authors-archive .authors-nav .back-to-top:hover svg,
.template-authors .main .authors-archive .authors-nav .back-to-top:focus svg {
  fill: #cecc77;
}

.template-authors .main .authors-archive .authors-nav .arrow-trigger {
  position: absolute;
  bottom: 0;
  height: 1px;
}

.single-author h2,
.single-author h3 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.5rem;
}

.single-author__wrap {
  margin-bottom: 3rem;
}

@media (min-width: 601px) {
  .single-author__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1201px) {
  .single-author__wrap {
    margin-bottom: 6rem;
  }
}

@media (min-width: 601px) {
  .single-author__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin-right: 5%;
  }
}

.single-author__name {
  margin-bottom: 2rem;
}

@media (min-width: 1201px) {
  .single-author__name {
    margin-bottom: 3.5rem;
  }
}

.single-author__social {
  margin-top: 1.5rem;
}

@media (min-width: 1201px) {
  .single-author__social {
    margin-top: 2.5rem;
  }
}

.single-author__social .social {
  margin-top: 0.5rem;
}

.single-author__social .social__link {
  margin-right: 0.5rem;
}

.single-author .no-image {
  width: 100%;
}

@media (min-width: 901px) {
  .single-author .no-image .single-author__content__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 901px) {
  .single-author .no-image .single-author__description {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.single-author .no-image .single-author__social {
  margin-top: 0;
}

@media (min-width: 901px) {
  .single-author .no-image .single-author__social {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    margin-left: 5%;
  }
}

.single-author .no-image .single-author__social .social {
  margin-top: 1rem;
}

.single-author__titles h2 {
  margin-bottom: 2rem;
}

.bg-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.image-banner {
  min-height: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 901px) {
  .image-banner {
    min-height: 45rem;
  }
}

.image-banner picture,
.image-banner img {
  width: 100%;
}

.image-banner .banner__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.image-banner .banner__image picture::after {
  content: '';
  background: #000;
  opacity: 0.18;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.image-banner .banner__image picture img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.image-banner .banner__content {
  color: #fff;
  z-index: 1;
  width: 100%;
  padding: 1.5rem;
}

@media (min-width: 901px) {
  .image-banner .banner__content {
    padding: 2.5rem;
  }
}

@media (min-width: 1201px) {
  .image-banner .banner__content {
    padding: 2.5rem 10rem;
  }
}

@media (min-width: 1801px) {
  .image-banner .banner__content {
    padding: 2.5rem;
  }
}

.image-banner .banner__content .u-wrapper {
  width: 100%;
}

.image-banner .banner__content .u-wrapper .sub-heading {
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

@media (min-width: 901px) {
  .image-banner .banner__content .u-wrapper .sub-heading {
    font-size: 0.9rem;
  }
}

@media (min-width: 1801px) {
  .image-banner .banner__content .u-wrapper .sub-heading {
    font-size: 1rem;
  }
}

.image-banner .banner__content .u-wrapper h1,
.image-banner .banner__content .u-wrapper h2,
.image-banner .banner__content .u-wrapper h3,
.image-banner .banner__content .u-wrapper h4,
.image-banner .banner__content .u-wrapper h5,
.image-banner .banner__content .u-wrapper h6 {
  color: #fff;
}

.image-banner .banner__content .u-wrapper h2 {
  position: relative;
}

.image-banner .banner__content .u-wrapper h2::after {
  position: relative;
  width: 1.5rem;
  height: 2px;
  background-color: #cecc77;
  content: "";
  display: block;
  margin: 1rem 0;
}

.image-banner .banner__content .u-wrapper .banner__text {
  max-width: 22rem;
  line-height: 2;
}

.image-banner .banner__content .button {
  color: #fff;
  border-color: #fff;
}

.image-banner .banner__content .button:hover,
.image-banner .banner__content .button:active {
  background-color: #fff;
  color: #33332b;
}

@media (min-width: 601px) {
  .post-listings .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.post-listings .post .post-preview__image {
  margin-bottom: 1rem;
}

.post-listings .post .post-preview__image img {
  width: 100%;
  max-width: none;
}

@media (min-width: 601px) {
  .post-listings .post .post-preview__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    margin-bottom: 0;
    margin-right: 5%;
  }
}

.post-listings .post .post-preview__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.post-listings .post .post-preview__content .entry-title {
  margin-bottom: 0;
}

.post-listings .post .post-preview__content .meta {
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

@media (min-width: 901px) {
  .post-listings .post .post-preview__content .meta {
    font-size: 0.9rem;
  }
}

@media (min-width: 1801px) {
  .post-listings .post .post-preview__content .meta {
    font-size: 1rem;
  }
}

.post-listings .post .post-preview__content .meta .event-date {
  margin-top: 0.5rem;
}

.post-listings .post .post-preview__content .entry-summary a {
  color: #cecc77;
}

.post-listings .post .post-preview__content .entry-summary a:hover,
.post-listings .post .post-preview__content .entry-summary a:focus {
  color: #33332b;
}

.post-listings .post + .post {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #e0e0e0;
}

.post-listings .wp-pagenavi {
  margin-top: 4rem;
}

.single-post .hero--internal .meta {
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 901px) {
  .single-post .hero--internal .meta {
    font-size: 0.9rem;
  }
}

@media (min-width: 1801px) {
  .single-post .hero--internal .meta {
    font-size: 1rem;
  }
}

.single-post .hero--internal .meta .categories a {
  font-weight: 700;
}

.single-post .post__image {
  margin-bottom: 2rem;
}

.single-post .post__content,
.blog .main {
  padding-bottom: 1.5rem;
}

@media (min-width: 601px) {
  .single-post .post__content,
  .blog .main {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 901px) {
  .single-post .post__content,
  .blog .main {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1201px) {
  .single-post .post__content,
  .blog .main {
    padding-bottom: 6rem;
  }
}

@media (min-width: 1801px) {
  .single-post .post__content,
  .blog .main {
    padding-bottom: 7.5rem;
  }
}

.books-archive .show-category-nav {
  margin: 1rem;
  width: auto;
  display: block;
  text-align: center;
}

@media (min-width: 601px) {
  .books-archive .show-category-nav {
    width: 15rem;
    margin: 1rem auto;
  }
}

@media (min-width: 901px) {
  .books-archive .show-category-nav {
    display: none;
  }
}

@media (min-width: 901px) {
  .books-archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.books-archive h2 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1rem;
}

.books-archive .books-nav {
  background-color: #f5f5f5;
  position: relative;
}

@media (max-width: 900px) {
  .books-archive .books-nav {
    width: 100%;
    min-height: calc(100% - 65px);
    -webkit-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    position: absolute;
    top: 65px;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

@media (min-width: 901px) {
  .books-archive .books-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
}

@media (min-width: 1201px) {
  .books-archive .books-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 325px;
            flex: 0 0 325px;
  }
}

@media (min-width: 1801px) {
  .books-archive .books-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
            flex: 0 0 450px;
  }
}

.books-archive .books-nav .book-category {
  padding: 1.5rem;
}

@media (min-width: 901px) {
  .books-archive .books-nav .book-category {
    padding: 1.5rem 1.5rem 1.5rem 3rem;
  }
}

@media (min-width: 1201px) {
  .books-archive .books-nav .book-category {
    padding: 2.5rem 2.5rem 2.5rem 4rem;
  }
}

@media (min-width: 1801px) {
  .books-archive .books-nav .book-category {
    padding: 3rem 3rem 3rem 6rem;
  }
}

.books-archive .books-nav.is-open {
  -webkit-transform: scaleY(1);
       -o-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  max-height: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}

.books-archive .books-nav li {
  list-style: none;
}

.books-archive .books-nav li .category-nav-title {
  position: relative;
}

.books-archive .books-nav li .category-nav-title::after {
  position: relative;
  width: 1.5rem;
  height: 2px;
  background-color: #cecc77;
  content: "";
  display: block;
  margin: 0.5rem 0 1.5rem;
}

.books-archive .books-nav li .category-nav-title .current {
  color: #434343;
}

.books-archive .books-nav li .category-nav-title .current:hover {
  color: #cecc77;
}

.books-archive .books-nav li a {
  padding: 0.3rem 0;
  display: block;
}

.books-archive .books-nav li ul {
  margin: 0;
}

.books-archive .books-nav li ul li ul {
  margin-left: 2rem;
}

.books-archive .books-nav li ul li ul li a {
  font-size: 1rem;
  font-weight: 300;
}

.books-archive .books-nav li ul .current-cat a {
  color: #cecc77;
}

.books-archive .books-nav li ul .current-cat .children li a {
  color: #434343;
}

.books-archive .books-nav li ul .current {
  color: #cecc77;
}

.books-archive .books-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  padding: 1.5rem;
}

@media (min-width: 901px) {
  .books-archive .books-list {
    padding: 1.5rem 3rem;
  }
}

@media (min-width: 1201px) {
  .books-archive .books-list {
    padding: 2.5rem 4rem;
  }
}

@media (min-width: 1801px) {
  .books-archive .books-list {
    padding: 3rem 6rem;
  }
}

.books-archive .books-list .new-books {
  margin-top: 4rem;
}

.books-archive .books-list .no-results {
  margin-top: 2rem;
}

.books-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}

.books-wrap .book-teaser {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.component.books .books-list .featured-books,
.component.books .books-list .new-books {
  width: 100%;
}

.component.books .books-list .book-category__title {
  position: relative;
  margin-bottom: 3rem;
}

.component.books .books-list .book-category__title a {
  position: absolute;
  top: 0.5rem;
  right: 0;
  text-transform: lowercase;
  font-size: 1rem;
  font-weight: 0.9rem;
  font-weight: 300;
}

.book-slider {
  position: relative;
}

.book-slider .book-swiper-container {
  overflow: hidden;
}

@media (min-width: 601px) {
  .book-slider .book-swiper-container {
    margin: 0rem 2rem;
  }
}

.book-slider .book-swiper-container .swiper-wrapper .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin: 0 1%;
}

@media (min-width: 1201px) {
  .book-slider .book-swiper-container .swiper-wrapper .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
  }
}

.book-slider .book-swiper-container .swiper-wrapper .swiper-slide .book-teaser {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0;
}

.book-slider .book-swiper-container .slider__navigation {
  display: none;
}

@media (min-width: 601px) {
  .book-slider .book-swiper-container .slider__navigation {
    display: block;
  }
}

.book-slider .book-swiper-container .slider__navigation .icon {
  width: 2.125rem;
}

.book-slider .book-swiper-container .slider__navigation--previous {
  margin-left: -0.75rem;
}

.book-slider .book-swiper-container .slider__navigation--next {
  margin-right: -0.75rem;
}

.book-slider .book-swiper-container .slider__navigation:hover .icon,
.book-slider .book-swiper-container .slider__navigation:focus .icon {
  fill: #cecc77;
}

.book-slider .book-swiper-container .slider__navigation.swiper-button-disabled:hover .icon,
.book-slider .book-swiper-container .slider__navigation.swiper-button-disabled:focus .icon {
  fill: rgba(0, 0, 0, 0.2);
}

@media (min-width: 601px) {
  .book-slider .book-swiper-container .slider__pagination {
    display: none;
  }
}

.button,
[type=button],
[type=reset],
[type=submit] {
  background-color: transparent;
  border-radius: 0;
  color: #33332b;
  display: inline-block;
  font-size: 1rem;
  padding: 0.9rem 2.8rem;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1rem;
  border: 2px solid #33332b;
}

@media (min-width: 1801px) {
  .button,
  [type=button],
  [type=reset],
  [type=submit] {
    font-size: 1.125rem;
  }
}

.button:hover,
.button:active,
[type=button]:hover,
[type=button]:active,
[type=reset]:hover,
[type=reset]:active,
[type=submit]:hover,
[type=submit]:active {
  background-color: #33332b;
  color: #fff;
}

.button.inverted,
[type=button].inverted,
[type=reset].inverted,
[type=submit].inverted {
  color: #fff;
  border-color: #fff;
}

.button.inverted:hover,
.button.inverted:active,
[type=button].inverted:hover,
[type=button].inverted:active,
[type=reset].inverted:hover,
[type=reset].inverted:active,
[type=submit].inverted:hover,
[type=submit].inverted:active {
  background-color: #fff;
  color: #33332b;
}

.columns-block .component__intro + .columns__wrap {
  margin-top: 3rem;
}

@media (min-width: 601px) {
  .columns-block .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -0.75rem;
  }
}

.columns-block .column {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-bottom: 2rem;
}

.columns-block .column:last-child {
  margin-bottom: 0;
}

.columns-block .column__icon {
  line-height: 0;
  margin-bottom: 1rem;
}

.columns-block .column__icon .symbol {
  display: inline-block;
  height: 3rem;
  width: 3rem;
}

@media (min-width: 601px) {
  .columns-block .column {
    margin-bottom: 0;
    padding: 0 0.75rem;
  }
}

.columns-block[data-count="2"] .column {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.columns-block[data-count="3"] .column {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
}

.company__name {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.company__tagline {
  max-width: 47rem;
}

.component {
  position: relative;
}

.component__inner {
  display: block;
  padding: 3rem 1.5rem;
}

@media (min-width: 901px) {
  .component__inner {
    padding: 4rem 1.5rem;
  }
}

@media (min-width: 1201px) {
  .component__inner {
    padding: 5rem 3rem;
  }
}

.component__inner > :last-child {
  margin-bottom: 0;
}

.slider .component__inner,
.gallery .component__inner {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.component__inner .sub-heading {
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

@media (min-width: 901px) {
  .component__inner .sub-heading {
    font-size: 0.9rem;
  }
}

@media (min-width: 1801px) {
  .component__inner .sub-heading {
    font-size: 1rem;
  }
}

.component__content {
  margin: 0 auto;
  max-width: 47rem;
}

.component__content a {
  color: #cecc77;
}

.component__content a:hover,
.component__content a:focus {
  color: #33332b;
}

.component__intro > *:last-child {
  margin-bottom: 1.5rem;
}

.component.u-background-color--light {
  background-color: #fff;
}

.component.u-background-color--dark {
  background-color: #f5f5f5;
}

.component.u-background-color--light.u-padding-collapse + .component.u-background-color--light.u-padding-collapse .component__inner,
.component.u-background-color--dark.u-padding-collapse + .component.u-background-color--dark.u-padding-collapse .component__inner {
  padding-top: 0;
}

@media (max-width: 600px) {
  .component.u-background-color--light.image-banner + .component.u-background-color--light.u-padding-collapse .component__inner,
  .component.u-background-color--dark.image-banner + .component.u-background-color--dark.u-padding-collapse .component__inner,
  .component.u-background-color--light.tiles + .component.u-background-color--light.u-padding-collapse .component__inner,
  .component.u-background-color--dark.tiles + .component.u-background-color--dark.u-padding-collapse .component__inner {
    padding-top: 0;
  }
}

.template-contact .main {
  padding: 1.5rem 1.5rem 4rem;
}

@media (min-width: 601px) {
  .template-contact .main {
    padding: 2.5rem 2.5rem 0rem;
  }
}

@media (min-width: 901px) {
  .template-contact .main {
    padding: 2.5rem 2.5rem 3rem;
  }
}

@media (min-width: 1201px) {
  .template-contact .main {
    padding: 2.5rem 2.5rem 6rem;
  }
}

@media (min-width: 601px) {
  .template-contact .main .contact-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1%;
  }
}

.template-contact .main .contact-page .contact__row {
  margin-bottom: 3rem;
}

@media (min-width: 601px) {
  .template-contact .main .contact-page .contact__row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin: 0 1% 4rem;
  }
}

.template-contact .main .contact-page .contact__row:last-child {
  margin-bottom: 0;
}

.template-contact .main .contact-page .contact__row .phone-number a,
.template-contact .main .contact-page .contact__row .email a {
  color: #434343;
  font-weight: 300;
}

.template-contact .main .contact-page .contact__row .phone-number a:hover,
.template-contact .main .contact-page .contact__row .phone-number a:focus,
.template-contact .main .contact-page .contact__row .email a:hover,
.template-contact .main .contact-page .contact__row .email a:focus {
  color: #cecc77;
}

.template-contact .main .contact-page .contact__row h3 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 601px) {
  .template-contact .main .contact-page .contact__row h3 {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}

.template-contact .main .contact-page .contact__row .content {
  max-width: 20rem;
}

.template-contact .main .contact-page .contact__row .button {
  margin-top: 1.5rem;
}

@media (min-width: 601px) {
  .template-contact .main .contact-page .contact__row .button {
    margin-top: 2rem;
  }
}

.overlay-show {
  background-color: #000;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1000;
}

.overlay-visible .overlay-show,
.overlay-show.show {
  pointer-events: all;
  opacity: 0.6;
}

.flyout {
  -webkit-transform: translateX(101%);
       -o-transform: translateX(101%);
          transform: translateX(101%);
  background-color: #fff;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
  height: 100%;
  width: 100%;
  z-index: 1300;
}

@media (min-width: 601px) {
  .flyout {
    max-width: 47rem;
  }
}

.flyout.show {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

.no-csstransforms .flyout {
  right: -200%;
}

.no-csstransforms .flyout.show {
  right: 0%;
}

.flyout__inner {
  padding: 2.5rem;
}

.flyout__close {
  padding: 2rem;
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.flyout__close::before,
.flyout__close::after {
  content: '';
  background-color: #000;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  height: 0.125rem;
  width: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
}

.flyout__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
       -o-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.flyout__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
       -o-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.flyout__close:hover::before,
.flyout__close:hover::after {
  background-color: #33332b;
}

.visible-off-canvas {
  display: none;
}

.flyout .visible-off-canvas {
  display: block;
}

.footer__top {
  background-color: #33332b;
  color: #fff;
  padding: 3rem 1.5rem;
}

@media (min-width: 901px) {
  .footer__top {
    padding: 5rem 2.5rem;
  }
}

@media (min-width: 901px) {
  .footer__top .u-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__top .footer__section + .footer__section {
  border-top: 1px solid #4d4d40;
}

@media (min-width: 901px) {
  .footer__top .footer__section + .footer__section {
    margin-left: 5%;
    border-top: none;
  }
}

@media (min-width: 1801px) {
  .footer__top .footer__section + .footer__section {
    margin-left: 7%;
  }
}

.footer__top .social svg {
  fill: #cecc77;
}

.footer__top .footer__nav {
  /* Remove once they have the newsletter stuff sorted out! */
  margin-left: 0 !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (min-width: 601px) {
  .footer__top .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__top .footer__nav nav {
  padding: 1rem 0;
}

@media (min-width: 901px) {
  .footer__top .footer__nav nav {
    padding: 0;
  }
}

.footer__top .footer__nav nav .menu--desktop {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__top .footer__nav nav .menu--desktop .menu__item {
  display: block;
  width: 100%;
  margin: 0;
}

.footer__top .footer__nav nav .menu--desktop .menu__item a {
  color: #fff;
  font-weight: normal;
  line-height: 2;
}

.footer__top .footer__nav nav .menu--desktop .menu__item a:hover,
.footer__top .footer__nav nav .menu--desktop .menu__item a:focus {
  color: #cecc77;
}

@media (min-width: 601px) {
  .footer__top .footer__nav .nav--footer--first {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
            flex: 0 0 66.66%;
  }
}

.footer__top .footer__nav .nav--footer--first .menu__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 0;
}

.footer__top .footer__nav .nav--footer--second {
  border-top: 1px solid #4d4d40;
}

@media (min-width: 601px) {
  .footer__top .footer__nav .nav--footer--second {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    border-top: none;
  }
}

.footer__top .footer__form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  /* Remove once they have the newsletter stuff sorted out! */
  display: none;
}

.footer__top .footer__form .gform_wrapper {
  margin: 0;
}

.footer__top .footer__form .gform_wrapper .validation_error {
  display: none;
}

.footer__top .footer__form .gform_wrapper .gform_body .gform_fields .gfield {
  margin: 0;
}

.footer__top .footer__form .gform_wrapper .gform_body .gform_fields .gfield.gfield_error {
  border-color: transparent;
  background-color: transparent;
}

.footer__top .footer__form .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .validation_message {
  color: #fff;
}

.footer__top .footer__form .gform_wrapper .gform_body .gform_fields .gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.footer__top .footer__form .gform_wrapper .gform_body .gform_fields .gfield.gfield_error textarea {
  border: 0;
  border-bottom: 1px solid #fff;
}

.footer__top .footer__form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type="text"] {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #477074;
  padding: 0.75rem 0 !important;
  color: #fff;
}

@media (min-width: 1201px) {
  .footer__top .footer__form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type="text"] {
    margin: 2rem 0 0;
  }
}

.footer__top .footer__form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type="text"]:focus {
  outline: 0;
}

.footer__top .footer__form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type="text"]::-webkit-input-placeholder {
  color: #477074;
}

.footer__top .footer__form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type="text"]:-ms-input-placeholder {
  color: #477074;
}

.footer__top .footer__form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type="text"]::-ms-input-placeholder {
  color: #477074;
}

.footer__top .footer__form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type="text"]::placeholder {
  color: #477074;
}

.footer__top .footer__form .gform_wrapper .gform_body h2 {
  position: relative;
  color: #fff;
}

.footer__top .footer__form .gform_wrapper .gform_body h2::after {
  position: relative;
  width: 1.5rem;
  height: 2px;
  background-color: #cecc77;
  content: "";
  display: block;
  margin: 1rem 0;
}

.footer__top .footer__form .gform_wrapper .gform_footer input[type=submit] {
  color: #fff;
  border-color: #fff;
  max-width: 150px;
  margin-bottom: 1rem;
  line-height: 1 !important;
}

@media (min-width: 901px) {
  .footer__top .footer__form .gform_wrapper .gform_footer input[type=submit] {
    margin-bottom: 0;
    max-width: none;
  }
}

.footer__top .footer__social {
  padding-top: 2rem;
}

.footer__top .footer__social h2 {
  color: #fff;
}

@media (min-width: 901px) {
  .footer__top .footer__social {
    padding: 0;
  }
}

.footer__top .footer__social a:hover svg,
.footer__top .footer__social a:focus svg {
  fill: #fff;
}

.footer__middle {
  font-size: 0.75rem;
  line-height: 1.8;
  padding: 2rem 1.5rem;
}

@media (min-width: 901px) {
  .footer__middle {
    padding: 3rem 2.5rem;
    font-size: 0.9rem;
  }
}

@media (min-width: 901px) {
  .footer__middle .u-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__middle .u-wrapper .footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 250px;
  margin: auto;
}

@media screen and (min-width: 450px) {
  .footer__middle .u-wrapper .footer-logos {
    max-width: 450px;
  }
}

@media (min-width: 601px) {
  .footer__middle .u-wrapper .footer-logos {
    max-width: none;
  }
}

@media (min-width: 901px) {
  .footer__middle .u-wrapper .footer-logos {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 24rem;
            flex: 1 0 24rem;
    margin-left: 2rem;
  }

  .footer__middle .u-wrapper .footer-logos img {
    margin-left: 2rem;
  }
}

@media (min-width: 1201px) {
  .footer__middle .u-wrapper .footer-logos {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-left: 2rem;
  }
}

@media (min-width: 1801px) {
  .footer__middle .u-wrapper .footer-logos {
    margin-left: 4rem;
  }
}

.footer__middle .u-wrapper .footer-logos img {
  margin: 0.75rem;
}

@media (min-width: 601px) {
  .footer__middle .u-wrapper .footer-logos img {
    margin: 0.4rem;
  }
}

@media (min-width: 1201px) {
  .footer__middle .u-wrapper .footer-logos img {
    margin: 0.75rem;
  }
}

.footer__middle .u-wrapper .footer-text {
  margin-bottom: 2rem;
}

@media (min-width: 901px) {
  .footer__middle .u-wrapper .footer-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    text-align: left;
    margin-bottom: 0;
  }
}

.footer__bottom {
  background-color: #f0f2f4;
  font-size: 0.75rem;
  padding: 1rem 1.5rem;
  text-align: center;
}

@media (min-width: 901px) {
  .footer__bottom {
    font-size: 0.9rem;
    padding: 1rem 2.5rem;
  }
}

.footer a {
  color: #434343;
  font-size: inherit;
  font-weight: 300;
}

.footer a:hover {
  color: #33332b;
}

.footer a:active {
  color: #171714;
}

.footer .company {
  margin-bottom: 2.5rem;
}

@media (min-width: 601px) {
  .footer .company {
    margin-bottom: 0;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .footer .company {
    max-width: 25%;
  }
}

.footer .contact {
  margin-bottom: 2.5rem;
}

@media (min-width: 601px) {
  .footer .contact {
    margin-bottom: 0;
  }
}

.footer .copyright,
.footer .privacy-policy {
  margin-bottom: 0.5rem;
}

.footer .copyright span {
  display: block;
}

.footer .credit {
  margin-top: 2.5rem;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  margin: 10px 0 !important;
  text-transform: uppercase;
}

.gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
  padding: 0;
  border-radius: 0;
  background-color: #f7f7f7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.gform_wrapper .gf_progressbar_wrapper .gf_progressbar::after {
  display: none;
}

.gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  background: #cecc77;
  border-radius: 0;
  height: 5px;
}

.gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  display: none;
}

.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 1rem 1.5rem;
}

.gform_wrapper .gform_body .gform_fields .gfield {
  margin-bottom: 1.5rem;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input {
  background-color: #f5f5f5;
  border: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield_label {
  display: none;
}

.gform_wrapper .gform_body .gform_fields .show-label {
  margin-top: 2.5rem;
}

.gform_wrapper .gform_body .gform_fields .show-label .gfield_label {
  display: block;
}

.gform_wrapper .gfield_description {
  font-size: 1rem;
}

@media (min-width: 1801px) {
  .gform_wrapper .gfield_description {
    font-size: 1.125rem;
  }
}

@media (min-width: 601px) {
  .gform_wrapper .gfield_radio,
  .gform_wrapper .gfield_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.gform_wrapper .gfield_radio li,
.gform_wrapper .gfield_checkbox li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .gform_wrapper .gfield_radio li,
  .gform_wrapper .gfield_checkbox li {
    margin-bottom: 6px;
  }
}

.gform_wrapper .gfield_radio li label,
.gform_wrapper .gfield_checkbox li label {
  font-size: 1rem;
}

@media (min-width: 1801px) {
  .gform_wrapper .gfield_radio li label,
  .gform_wrapper .gfield_checkbox li label {
    font-size: 1.125rem;
  }
}

.gform_wrapper .gfield_radio li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio],
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_checkbox li input[type=radio] {
  margin: 6px 6px 6px 4px !important;
}

#gform_2 #input_2_19 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#gform_2 #input_2_19 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.gallery {
  text-align: center;
  margin-top: 0.5rem;
}

@media (min-width: 601px) {
  .gallery {
    margin-top: 1rem;
  }
}

.gallery__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery__image {
  --columns: 2;
  -ms-flex-preferred-size: calc(50% - 0.25rem);
      flex-basis: calc(50% - 0.25rem);
  margin-bottom: 0.5rem;
}

@media (min-width: 601px) {
  .gallery__image {
    --columns: 3;
    -ms-flex-preferred-size: calc(33.33333% - (2rem / 3));
        flex-basis: calc(33.33333% - (2rem / 3));
    margin-bottom: 1rem;
  }
}

@media (min-width: 901px) {
  .gallery[data-max="8"] .gallery__image,
  .gallery[data-max="10"] .gallery__image,
  .gallery[data-max="12"] .gallery__image {
    --columns: 4;
    -ms-flex-preferred-size: calc(25% - (0.75rem));
        flex-basis: calc(25% - (0.75rem));
  }
}

@media (min-width: 1801px) {
  .gallery[data-max="10"] .gallery__image {
    --columns: 5;
    -ms-flex-preferred-size: calc(20% - (4rem / 5));
        flex-basis: calc(20% - (4rem / 5));
  }

  .gallery[data-max="12"] .gallery__image {
    --columns: 6;
    -ms-flex-preferred-size: calc(16.66667% - (5rem / 6));
        flex-basis: calc(16.66667% - (5rem / 6));
  }
}

.gallery[data-visible="6"] .gallery__image:nth-child(n + 7) {
  display: none;
}

.gallery[data-visible="8"] .gallery__image:nth-child(n + 9) {
  display: none;
}

.gallery[data-visible="10"] .gallery__image:nth-child(n + 11) {
  display: none;
}

.gallery[data-visible="12"] .gallery__image:nth-child(n + 13) {
  display: none;
}

.gallery__image img {
  max-width: none;
  width: 100%;
}

.gallery__image--hidden {
  display: none;
}

.gallery__more {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  pointer-events: none;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  height: 0;
  padding-bottom: calc(50% - 0.25rem);
  width: calc(50% - 0.25rem);
}

@media (min-width: 601px) {
  .gallery__more {
    bottom: 1rem;
    padding-bottom: calc(33.33333% - (2rem / 3));
    width: calc(33.33333% - (2rem / 3));
  }
}

@media (min-width: 901px) {
  .gallery[data-max="8"] .gallery__more,
  .gallery[data-max="10"] .gallery__more,
  .gallery[data-max="12"] .gallery__more {
    padding-bottom: calc(25% - (0.75rem));
    width: calc(25% - (0.75rem));
  }
}

@media (min-width: 1801px) {
  .gallery[data-max="10"] .gallery__more {
    padding-bottom: calc(20% - (4rem / 5));
    width: calc(20% - (4rem / 5));
  }

  .gallery[data-max="12"] .gallery__more {
    padding-bottom: calc(16.66667% - (5rem / 6));
    width: calc(16.66667% - (5rem / 6));
  }
}

.gallery__extra {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#baguetteBox-overlay .baguetteBox-button#close-button {
  top: 0;
  right: 0;
  padding: 1rem;
  display: block;
  width: auto;
  height: auto;
  background-color: #000;
  border-radius: 0;
  line-height: 0.8;
}

#baguetteBox-overlay .baguetteBox-button#close-button svg {
  position: relative;
}

.hamburger {
  cursor: pointer;
}

.hamburger__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 1.15rem;
  width: 1.75rem;
}

.hamburger__layer {
  background-color: #000;
  display: block;
  height: 0.15rem;
  width: 100%;
}

.nav-in-hero--front .hamburger__layer,
.home.nav-in-header .hamburger__layer {
  background-color: #fff;
}

.sticky-header .hamburger__layer,
.nav-in-header .hamburger__layer,
.home.sticky-header .hamburger__layer {
  background-color: #000;
}

.nav-in-hero .header,
.nav-in-hero--front.home .header,
.nav-in-hero .header__inner,
.nav-in-hero--front.home .header__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header--right .search-form {
  margin-left: 3rem;
}

.header--right nav .menu__item.is-active a {
  position: relative;
}

.header--right nav .menu__item.is-active a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 20px;
  background-color: #cecc77;
  content: "";
  height: 2px;
}

.header__inner {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: background-color 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-box-shadow 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-box-shadow 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background-color 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), box-shadow 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), box-shadow 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), box-shadow 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-box-shadow 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
  z-index: 100;
  padding: 0.75rem 1.5rem;
}

@media (min-width: 901px) {
  .header__inner {
    padding: 1rem 3rem;
  }
}

@media (min-width: 1201px) {
  .header__inner {
    padding: 1.25rem 4rem;
  }
}

@media (min-width: 1801px) {
  .header__inner {
    padding: 1.5rem 6rem;
  }
}

.nav-in-hero .header__inner,
.nav-in-hero--front.home .header__inner {
  background-color: transparent;
  border: 0;
}

.nav-in-hero .header__inner .logo-black,
.nav-in-hero--front.home .header__inner .logo-black {
  display: none;
}

.nav-in-hero .header__inner .logo-white,
.nav-in-hero--front.home .header__inner .logo-white {
  display: block;
}

.nav-in-hero--front.home .hero-text--dark .header__inner .logo-black {
  display: block;
}

.nav-in-hero--front.home .hero-text--dark .header__inner .logo-white {
  display: none;
}

.nav-in-hero--front.home .hero-text--dark .header__inner .menu--desktop .menu__item a {
  color: #33332b;
}

.nav-in-hero--front.home .hero-text--dark .header__inner .hamburger__layer {
  background-color: #000;
}

.nav-in-header .header__inner {
  border-bottom: #c5c9ce 1px solid;
}

.sticky-header .header .header__inner {
  background-color: #fff;
  border-bottom: #c5c9ce 1px solid;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0s linear;
  transition: -webkit-transform 0s linear;
  -o-transition: -o-transform 0s linear;
  transition: transform 0s linear;
  transition: transform 0s linear, -webkit-transform 0s linear, -o-transform 0s linear;
  position: fixed;
}

.sticky-header .header .header__inner.is-up,
.sticky-header .header .header__inner.is-down {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), -o-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.sticky-header .header .header__inner.is-up {
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

.sticky-header .header .header__inner.is-down {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.sticky-header .header .header__inner .logo-black {
  display: block;
}

.sticky-header .header .header__inner .logo-white {
  display: none;
}

.header__inner .brand {
  display: block;
  position: relative;
  height: 100%;
  width: 2.5rem;
}

@media (min-width: 1201px) {
  .header__inner .brand {
    width: 3.875rem;
  }
}

.header__inner .brand .logo {
  height: auto;
  width: 100%;
}

.header__inner .brand .logo-black {
  display: block;
}

.header__inner .brand .logo-white {
  display: none;
}

.header__inner .nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home .hero {
  min-height: 35rem;
  overflow: hidden;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 2rem;
}

@media (min-width: 601px) {
  .home .hero {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
    min-height: 45rem;
  }
}

.internal .hero__media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.hero--internal {
  padding: 4.5rem 1.5rem 1.5rem;
}

@media (min-width: 901px) {
  .hero--internal {
    padding: 6.5rem 1.5rem 2.5rem;
  }
}

@media (min-width: 1201px) {
  .hero--internal {
    padding: 8rem 2.5rem 3rem;
  }
}

@media (min-width: 1801px) {
  .hero--internal {
    padding: 10rem 3.5rem 4rem;
  }
}

.hero__content {
  width: 100%;
  z-index: 1;
}

.hero__content .hero__text--standard-page {
  margin-right: auto;
  margin-left: auto;
  max-width: 47rem;
}

.home .hero__content {
  padding: 1.5rem;
}

@media (min-width: 901px) {
  .home .hero__content {
    padding: 2.5rem;
  }
}

@media (min-width: 1201px) {
  .home .hero__content {
    padding: 2.5rem 10rem;
  }
}

@media (min-width: 1801px) {
  .home .hero__content {
    padding: 2.5rem;
  }
}

.home .hero__content .home-search {
  margin-top: 4rem;
}

.home .hero__content .home-search .browse-books {
  margin-top: 0.5rem;
  display: block;
  font-size: 1rem;
}

.home .hero__content .hero__text {
  max-width: 17rem;
  line-height: 2;
}

@media (min-width: 350px) {
  .home .hero__content .hero__text {
    padding-left: 1.5rem;
    max-width: 18.5rem;
  }
}

@media (min-width: 601px) {
  .home .hero__content .hero__text {
    max-width: 22rem;
  }
}

@media (min-width: 901px) {
  .home .hero__content .hero__text {
    padding-left: 0;
  }
}

.home .hero__content h1 {
  position: relative;
}

.home .hero__content h1::after {
  position: relative;
  width: 1.5rem;
  height: 2px;
  background-color: #cecc77;
  content: "";
  display: block;
  margin: 1rem 0;
}

.internal .hero__content {
  width: 100%;
}

.hero__content .meta {
  margin-bottom: 2rem;
}

.hero__content .meta:last-child {
  margin-bottom: 0;
}

.hero__content.text--light {
  color: #fff;
}

.hero__content.text--light h1,
.hero__content.text--light h2,
.hero__content.text--light h3,
.hero__content.text--light h4,
.hero__content.text--light h5,
.hero__content.text--light h6 {
  color: #fff;
}

.hero__content.text--light a {
  color: #fff;
}

.hero__content.text--light a:hover,
.hero__content.text--light a:focus {
  color: #cecc77;
}

.hero__content.text--dark {
  color: #33332b;
}

.icon {
  height: 1.5rem;
  width: 1.5rem;
}

body.icon {
  width: auto;
  height: auto;
}

.list {
  list-style: none;
  margin-left: 0;
}

.list > li {
  margin-left: 0;
}

.list__item {
  border-top: #e0e0e0 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 0rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 901px) {
  .list__item {
    font-size: 0.9rem;
  }
}

@media (min-width: 1801px) {
  .list__item {
    font-size: 1rem;
  }
}

@media (min-width: 601px) {
  .list__item {
    padding: 1rem 0rem;
  }
}

.list__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.list__item__icon {
  fill: #33332b;
  line-height: 0;
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.5rem;
}

.list__item__icon .icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  fill: #cecc77;
}

.list__item__icon .icon--check {
  height: 13px;
  width: 19px;
}

@media (min-width: 601px) {
  .list.has-2-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .list.has-2-columns li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 1rem;
  }

  .list.has-2-columns li:nth-last-child(-n+2) {
    border-bottom: #e0e0e0 1px solid;
  }
}

.map__legend {
  display: none;
}

.map__canvas {
  height: 100vw;
}

@media (min-width: 601px) {
  .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 75vh;
  }

  .map__legend {
    background-color: #fff;
    display: block;
    min-width: 25vw;
  }

  .component.u-background-color--light + .map .map__legend {
    background-color: #f0f0f0;
  }

  .map__handler {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .map__canvas {
    height: 100%;
  }
}

.legend {
  padding: 2rem;
}

.legend__list {
  list-style: none;
  margin-left: 0;
}

.legend__list > li {
  margin-left: 0;
}

.legend__pin {
  border-top: #e0e0e0 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 0rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

@media (min-width: 901px) {
  .legend__pin {
    font-size: 0.9rem;
  }
}

@media (min-width: 1801px) {
  .legend__pin {
    font-size: 1rem;
  }
}

@media (min-width: 601px) {
  .legend__pin {
    padding: 1rem 0rem;
  }
}

.legend__pin__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.legend__pin.is-active,
.legend__pin:hover {
  color: #33332b;
}

.legend__pin:active {
  color: #25251f;
}

.meta__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.meta__prop {
  border-right: #e0e0e0 2px solid;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}

.meta__prop:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}

.meta a {
  color: #434343;
}

.meta a:hover {
  color: #33332b;
}

.meta a:active {
  color: #171714;
}

.nav--desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.nav--mobile {
  margin: 0;
  padding: 0;
  background: #fff;
  border-left: 1px solid gainsboro;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 100%;
  z-index: 1001;
}

.nav--mobile .flyout__close {
  padding: 0;
  position: relative;
}

.nav--mobile .nav__inner {
  padding: 6rem 2rem;
  position: relative;
}

@media (min-width: 601px) and (max-width: 900px) and (orientation: landscape) {
  .nav--mobile .nav__inner {
    padding: 6rem 2rem 2rem;
  }
}

@media (min-width: 901px) {
  .nav--mobile .nav__inner {
    padding: 10rem 4rem;
  }
}

@media (min-width: 1201px) {
  .nav--mobile .nav__inner {
    padding: 11.5rem 5rem;
  }
}

.nav--mobile a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: opacity 0.3s, color 0.4s ease, -webkit-transform 0.3s;
  transition: opacity 0.3s, color 0.4s ease, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, color 0.4s ease, -o-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, color 0.4s ease;
  transition: transform 0.3s, opacity 0.3s, color 0.4s ease, -webkit-transform 0.3s, -o-transform 0.3s;
  will-change: transform, opacity;
  white-space: nowrap;
}

.no-js .nav--mobile {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

.nav--mobile__contact {
  padding-top: 2rem;
}

.nav--mobile__contact .contact-info {
  text-align: left;
}

.nav--mobile__contact .contact-info > ul {
  margin-bottom: 0;
}

.nav--mobile__contact .contact-info > ul li {
  padding: 0.5rem 0rem;
}

.nav--mobile__buttons {
  padding-top: 4rem;
  text-align: center;
}

.nav--mobile__buttons .button {
  margin-bottom: 0.5rem;
  width: 90%;
}

.nav--mobile__social {
  margin-top: 2rem;
}

.nav--mobile__social .social {
  margin-bottom: 0;
}

.nav--mobile .search-form {
  margin-top: 2rem;
}

.nav--mobile .nav__footer {
  bottom: 0;
  left: 0;
}

.menu--desktop {
  list-style: none;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.menu--desktop > li {
  margin-left: 0;
}

.menu--desktop .menu__item {
  margin-left: 1rem;
  position: relative;
}

@media (min-width: 1201px) {
  .menu--desktop .menu__item {
    margin-left: 2.5rem;
  }
}

.menu--desktop .menu__item--parent-link > .icon {
  content: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi1jaGV2cm9uLXVwIiBmaWxsPSIjNEE0QTRBIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNNy40MSAxNS40MUwxMiAxMC44M2w0LjU5IDQuNThMMTggMTRsLTYtNi02IDZ6Ii8+Cjwvc3ZnPg==);
  fill: #434343;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  -webkit-transform: translate(-50%, 0) scaleY(-1);
       -o-transform: translate(-50%, 0) scaleY(-1);
          transform: translate(-50%, 0) scaleY(-1);
  -webkit-transition: fill 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: fill 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: fill 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -o-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), fill 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), fill 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -o-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 15;
}

.nav-in-hero:not(.sticky-header) .menu--desktop .menu__item--parent-link > .icon,
.nav-in-hero--front.home:not(.sticky-header) .menu--desktop .menu__item--parent-link > .icon {
  fill: #fff;
}

.menu--desktop .menu__item--parent-link.is-expanded > .icon {
  -webkit-transform: translate(-50%, 0) scaleY(1);
       -o-transform: translate(-50%, 0) scaleY(1);
          transform: translate(-50%, 0) scaleY(1);
}

.nav-in-hero:not(.sticky-header) .menu--desktop .menu__item--parent-link.is-expanded > .icon,
.nav-in-hero--front.home:not(.sticky-header) .menu--desktop .menu__item--parent-link.is-expanded > .icon {
  fill: #434343;
}

.menu--desktop .menu__item a {
  color: #434343;
}

.menu--desktop .menu__item a:hover {
  color: #cecc77;
}

.nav-in-hero:not(.sticky-header) .menu--desktop .menu__item a,
.nav-in-hero--front.home:not(.sticky-header) .menu--desktop .menu__item a {
  color: #fff;
}

.nav-in-hero:not(.sticky-header) .menu--desktop .menu__item a:hover,
.nav-in-hero--front.home:not(.sticky-header) .menu--desktop .menu__item a:hover {
  color: #cecc77;
}

.menu--desktop .menu__item .sub-menu {
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 3rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.25rem 3rem rgba(0, 0, 0, 0.12);
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0;
  list-style: none;
  margin-top: 1.25rem;
  min-width: 11rem;
  padding: 1.5rem 2rem;
  -webkit-transform: translate(-50%, 20px);
       -o-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  -webkit-transition: opacity 0.2s ease, visibility 0.5s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.2s ease, visibility 0.5s ease, -webkit-transform 0.4s ease;
  -o-transition: opacity 0.2s ease, visibility 0.5s ease, -o-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.2s ease, visibility 0.5s ease;
  transition: transform 0.4s ease, opacity 0.2s ease, visibility 0.5s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease;
  width: rem-calc(400);
  visibility: hidden;
  z-index: 10;
}

.menu--desktop .menu__item .sub-menu::before {
  content: '';
  background-color: #fff;
  -webkit-box-shadow: 0 -0.25rem 0.25rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 -0.25rem 0.25rem rgba(0, 0, 0, 0.05);
  height: 1.25rem;
  width: 5.625rem;
  left: 50%;
  position: absolute;
  bottom: 100%;
  -webkit-transform: translateX(-50%) translateY(100%);
       -o-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -o-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.menu--desktop .menu__item .sub-menu .menu__item {
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.menu--desktop .menu__item .sub-menu .menu__item:last-child {
  margin-bottom: 0;
}

.menu--desktop .menu__item .sub-menu .menu__item a {
  color: #434343;
}

.menu--desktop .menu__item .sub-menu .menu__item a:hover {
  color: #33332b;
}

.menu--desktop .menu__item.is-expanded .sub-menu {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  visibility: visible;
}

.menu--desktop .menu__item.is-expanded .sub-menu::before {
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.menu--mobile {
  position: relative;
}

.menu--mobile .menu__wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.menu--mobile .menu__level {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  list-style-type: none;
  height: auto;
  visibility: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}

.menu--mobile .menu__level--current {
  visibility: visible;
}

.menu--mobile .menu__level.animate-outToRight .menu__item {
  -webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
       -o-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
          animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

.menu--mobile .menu__level.animate-outToLeft .menu__item {
  -webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
       -o-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
          animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

.menu--mobile .menu__level.animate-inFromLeft .menu__item {
  -webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
       -o-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
          animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

.menu--mobile .menu__level.animate-inFromRight .menu__item {
  -webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
       -o-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
          animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

.menu--mobile .menu__item {
  display: block;
  margin: 0;
}

.menu--mobile .menu__item:last-child .menu__link {
  border-bottom: 0;
}

.menu--mobile .menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #434343;
  fill: #434343;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  padding: 0.5rem 0rem;
  text-transform: none;
}

.menu--mobile .menu__link > * {
  pointer-events: none;
}

.menu--mobile .menu__link .icon {
  height: 1.25rem;
  width: 1.25rem;
  margin-left: 0.5rem;
}

.menu--mobile .menu__link:hover {
  color: #33332b;
  fill: #33332b;
}

.menu--mobile .menu__back {
  background: #fff;
  color: #434343;
  cursor: pointer;
  border: 0;
  bottom: 100%;
  right: 0;
  top: -4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 2.5;
  height: 2rem;
  padding: 0;
  position: absolute;
  opacity: 1;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.4s ease, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.4s ease, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.4s ease, -o-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.4s ease;
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.4s ease, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 100;
}

@media (min-width: 901px) {
  .menu--mobile .menu__back {
    top: -7.5rem;
    right: -2rem;
  }
}

.menu--mobile .menu__back.is-hidden {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateX(20px);
       -o-transform: translateX(20px);
          transform: translateX(20px);
}

.menu--mobile .menu__back .icon {
  fill: #434343;
  -webkit-transition: fill 0.4s ease;
  -o-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}

.menu--mobile .menu__back:hover,
.menu--mobile .menu__back:focus {
  color: #33332b;
  outline: none;
}

.menu--mobile .menu__back:hover .icon,
.menu--mobile .menu__back:focus .icon {
  fill: #33332b;
}

.menu--mobile [class^='animate-'],
.menu--mobile [class*=' animate-'] {
  visibility: visible;
}

.wrap,
.main {
  position: relative;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.wp-pagenavi .pages {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid #f5f5f5;
  color: #434343;
  margin: 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3rem;
  width: 3rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wp-pagenavi a:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
  display: none;
}

.wp-pagenavi .current {
  background: #cecc77;
  color: #fff;
  font-weight: 700;
}

.wp-pagenavi span.current {
  border-color: #cecc77;
}

.wp-pagenavi .extend {
  display: none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-color: #f5f5f5;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  background-color: #cecc77;
  border-color: #cecc77;
}

.wp-pagenavi .previouspostslink:hover::after,
.wp-pagenavi .previouspostslink:hover::before,
.wp-pagenavi .nextpostslink:hover::after,
.wp-pagenavi .nextpostslink:hover::before {
  background-color: #fff !important;
}

.wp-pagenavi .previouspostslink {
  position: relative;
}

.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .previouspostslink::after {
  content: '';
  border-radius: 0.0625em;
  display: block;
  position: absolute;
  left: 50%;
  background-color: #4a4a4a;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  height: 0.15em;
  width: 0.6em;
}

.wp-pagenavi .previouspostslink::before {
  bottom: 50%;
  -webkit-transform: translate(-50%, -0.1em) rotate(-45deg);
       -o-transform: translate(-50%, -0.1em) rotate(-45deg);
          transform: translate(-50%, -0.1em) rotate(-45deg);
}

.wp-pagenavi .previouspostslink::after {
  top: 50%;
  -webkit-transform: translate(-50%, 0.1em) rotate(45deg);
       -o-transform: translate(-50%, 0.1em) rotate(45deg);
          transform: translate(-50%, 0.1em) rotate(45deg);
}

.wp-pagenavi .previouspostslink:hover::before,
.wp-pagenavi .previouspostslink:hover::after {
  background-color: #33332b;
}

.wp-pagenavi .nextpostslink {
  position: relative;
}

.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .nextpostslink::after {
  content: '';
  border-radius: 0.0625em;
  display: block;
  position: absolute;
  left: 50%;
  background-color: #4a4a4a;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  height: 0.15em;
  width: 0.6em;
}

.wp-pagenavi .nextpostslink::before {
  bottom: 50%;
  -webkit-transform: translate(-50%, -0.1em) rotate(45deg);
       -o-transform: translate(-50%, -0.1em) rotate(45deg);
          transform: translate(-50%, -0.1em) rotate(45deg);
}

.wp-pagenavi .nextpostslink::after {
  top: 50%;
  -webkit-transform: translate(-50%, 0.1em) rotate(-45deg);
       -o-transform: translate(-50%, 0.1em) rotate(-45deg);
          transform: translate(-50%, 0.1em) rotate(-45deg);
}

.wp-pagenavi .nextpostslink:hover::before,
.wp-pagenavi .nextpostslink:hover::after {
  background-color: #33332b;
}

.search-results .main,
.search-no-results .main,
.error404 .main {
  padding: 3rem 1.5rem;
}

@media (min-width: 901px) {
  .search-results .main,
  .search-no-results .main,
  .error404 .main {
    padding: 4rem 3rem;
  }
}

@media (min-width: 1201px) {
  .search-results .main,
  .search-no-results .main,
  .error404 .main {
    padding: 4rem;
  }
}

@media (min-width: 1801px) {
  .search-results .main,
  .search-no-results .main,
  .error404 .main {
    padding: 5rem 6rem;
  }
}

.search-results .main .search-results-books h2,
.search-results .main .page-404 h2,
.search-no-results .main .search-results-books h2,
.search-no-results .main .page-404 h2,
.error404 .main .search-results-books h2,
.error404 .main .page-404 h2 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1rem;
}

.search-results .main .search-results-books .no-results,
.search-results .main .page-404 .no-results,
.search-no-results .main .search-results-books .no-results,
.search-no-results .main .page-404 .no-results,
.error404 .main .search-results-books .no-results,
.error404 .main .page-404 .no-results {
  margin-top: 2rem;
}

.search-form .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-form .input-group input {
  border: 1px solid #33332b;
  padding: 0.6rem 1rem;
  border-radius: 0;
}

@media (min-width: 1201px) {
  .search-form .input-group input {
    padding: 0.548rem 1rem;
  }
}

.search-form .input-group button {
  background-color: #33332b;
  padding: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-form .input-group button:hover,
.search-form .input-group button:focus {
  background-color: #cecc77;
  border-color: #cecc77;
}

.search-form .input-group button span {
  display: none;
}

.search-form .input-group button svg {
  fill: #fff;
  width: 1.25rem;
  height: 1.25rem;
}

.book-teaser {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  text-align: center;
  margin: 0 1%;
}

@media (min-width: 1201px) {
  .book-teaser {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
  }
}

.book-teaser .book-image {
  overflow: hidden;
  margin-bottom: 1rem;
}

.book-teaser .book-image__image {
  position: relative;
  padding-bottom: 125%;
}

.book-teaser .book-image__image img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.book-teaser:hover .book__title,
.book-teaser:focus .book__title {
  color: #cecc77;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.book-teaser .book__info {
  font-size: 0.8rem;
}

@media screen and (min-width: 450px) {
  .book-teaser .book__info {
    font-size: 1rem;
  }
}

@media (min-width: 1801px) {
  .book-teaser .book__info {
    font-size: 1.125rem;
  }
}

.book-teaser .book__info .book_title {
  color: #33332b;
}

.book-teaser .book__info .book__author {
  font-size: 0.6rem;
  font-weight: 300;
}

@media screen and (min-width: 450px) {
  .book-teaser .book__info .book__author {
    font-size: 0.8rem;
  }
}

@media (min-width: 1801px) {
  .book-teaser .book__info .book__author {
    font-size: 1rem;
  }
}

.type-book {
  position: relative;
  padding: 1.5rem;
}

@media (min-width: 901px) {
  .type-book {
    padding: 1.5rem;
  }
}

@media (min-width: 1201px) {
  .type-book {
    padding: 3rem;
  }
}

.type-book .book__categories {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
}

@media (min-width: 901px) {
  .type-book .book__categories {
    font-size: 0.9rem;
  }
}

@media (min-width: 1801px) {
  .type-book .book__categories {
    font-size: 1rem;
  }
}

.type-book .book__categories .category a {
  font-weight: 300;
}

.type-book .book__categories .category:last-of-type .comma {
  display: none;
}

@media (min-width: 601px) {
  .type-book .book__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.type-book .book__content .book-image {
  width: 60%;
  margin: 0 auto 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
}

@media (min-width: 601px) {
  .type-book .book__content .book-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin: 0 5% 0 0;
  }
}

.type-book .book__content .book-image__image {
  position: relative;
  padding-bottom: 125%;
  overflow: hidden;
}

.type-book .book__content .book-image__image img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.type-book .book__content .book-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.type-book .book__content .book-content .product-title {
  margin-bottom: 2rem;
}

.type-book .book__content .book-content .product-title h2,
.type-book .book__content .book-content .product-title h3 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.type-book .book__content .book-content .product-title a {
  font-weight: 300;
}

.type-book .book__content .book-content .product-title .author-link,
.type-book .book__content .book-content .product-title .additional-contributors {
  line-height: 2;
}

.type-book .book__content .book-content .product-details,
.type-book .book__content .book-content .product-price {
  border-top: 1px solid #e0e0e0;
  margin-top: 1rem;
  padding-top: 1rem;
}

.type-book .book__content .book-content .product-details {
  line-height: 2;
}

.type-book .book__content .book-content .product-details .weight,
.type-book .book__content .book-content .product-details .publication_date {
  display: block;
}

@media (min-width: 601px) {
  .type-book .book__content .book-content .product-details .weight,
  .type-book .book__content .book-content .product-details .publication_date {
    display: inline-block;
  }
}

.type-book .book__content .book-content .product-details .separator {
  display: none;
}

@media (min-width: 601px) {
  .type-book .book__content .book-content .product-details .separator {
    display: inline-block;
    margin: 0 5px;
  }
}

.type-book .book__content .book-content .product-price .price {
  color: #cecc77;
  font-size: 2.5rem;
}

.type-book .book__content .book-content .product-price .purchase {
  position: relative;
  width: 9rem;
  text-align: center;
  height: 49px;
  margin-top: 2rem;
}

@media (min-width: 601px) {
  .type-book .book__content .book-content .product-price .purchase {
    overflow: hidden;
  }

  .type-book .book__content .book-content .product-price .purchase:hover,
  .type-book .book__content .book-content .product-price .purchase:focus {
    overflow: visible;
  }

  .type-book .book__content .book-content .product-price .purchase:hover .purchase-links,
  .type-book .book__content .book-content .product-price .purchase:focus .purchase-links {
    opacity: 1;
    min-height: auto;
  }

  .type-book .book__content .book-content .product-price .purchase:hover .buy-link,
  .type-book .book__content .book-content .product-price .purchase:focus .buy-link {
    background-color: #33332b;
    color: #fff;
  }
}

@media (min-width: 1801px) {
  .type-book .book__content .book-content .product-price .purchase {
    height: 54px;
  }
}

.type-book .book__content .book-content .product-price .purchase .buy-link,
.type-book .book__content .book-content .product-price .purchase .mobile-buy-link {
  display: block;
  width: 100%;
}

.type-book .book__content .book-content .product-price .purchase .buy-link {
  display: none;
}

@media (min-width: 601px) {
  .type-book .book__content .book-content .product-price .purchase .buy-link {
    display: block;
  }
}

.type-book .book__content .book-content .product-price .purchase .mobile-buy-link {
  display: block;
}

@media (min-width: 601px) {
  .type-book .book__content .book-content .product-price .purchase .mobile-buy-link {
    display: none;
  }
}

.type-book .book__content .book-content .product-price .purchase .purchase-links {
  position: absolute;
  background-color: #33332b;
  width: 100%;
  opacity: 0;
  z-index: 66;
  min-height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.type-book .book__content .book-content .product-price .purchase .purchase-links a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.type-book .book__content .book-content .product-price .purchase .purchase-links a:hover,
.type-book .book__content .book-content .product-price .purchase .purchase-links a:focus {
  background-color: #cecc77;
}

.type-book .book__content .book-content .product-price .purchase .purchase-links a + a {
  border-top: 1px solid #477074;
}

.type-book .book__content .book-content .product-price .purchase.is-open .purchase-links {
  opacity: 1;
}

.type-book .book__content .book-content .product-price .purchase.is-open .mobile-buy-link {
  background-color: #33332b;
  color: #fff;
}

.type-book .book__content .book-content .product-additional h4 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.type-book .book__content .book-content .product-additional .long-text {
  margin-top: 2.5rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.type-book .book__content .book-content .product-additional .long-text .book-review + .book-review {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #e0e0e0;
}

.type-book .book__content .book-content .product-additional .readmore {
  max-height: 90px;
}

@media (min-width: 601px) {
  .type-book .book__content .book-content .product-additional .readmore {
    max-height: 120px;
  }
}

@media (min-width: 1201px) {
  .type-book .book__content .book-content .product-additional .readmore {
    max-height: 135px;
  }
}

@media (min-width: 1801px) {
  .type-book .book__content .book-content .product-additional .readmore {
    max-height: 150px;
  }
}

.type-book .book__content .book-content .product-additional .read-more,
.type-book .book__content .book-content .product-additional .read-less {
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  padding-top: 1rem;
  display: block;
  margin-bottom: 0;
}

@media (min-width: 901px) {
  .type-book .book__content .book-content .product-additional .read-more,
  .type-book .book__content .book-content .product-additional .read-less {
    font-size: 0.9rem;
  }
}

@media (min-width: 1801px) {
  .type-book .book__content .book-content .product-additional .read-more,
  .type-book .book__content .book-content .product-additional .read-less {
    font-size: 1rem;
  }
}

@media (min-width: 901px) {
  .type-book .book__content .book-content .product-additional .read-more,
  .type-book .book__content .book-content .product-additional .read-less {
    font-size: 0.75rem;
  }
}

@media (min-width: 1801px) {
  .type-book .book__content .book-content .product-additional .read-more,
  .type-book .book__content .book-content .product-additional .read-less {
    font-size: 0.75rem;
  }
}

.type-book .book__content .book-content .product-additional .read-less span {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
}

.type-book .related-books {
  margin-top: 3rem;
}

@media (min-width: 601px) {
  .type-book .related-books {
    margin-top: 6rem;
  }
}

.type-book .related-books h2 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 601px) {
  .type-book .related-books h2 {
    margin-bottom: 3rem;
  }
}

.slider {
  text-align: center;
}

.slider.has-previews .swiper-slide {
  height: calc(100% - 4rem);
  width: calc(100% - 4rem);
  -webkit-transition: -webkit-transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s, -webkit-transform-origin cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
  transition: -webkit-transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s, -webkit-transform-origin cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
  -o-transition: -o-transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s, -o-transform-origin cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
  transition: transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s, transform-origin cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
  transition: transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s, transform-origin cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s, -webkit-transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s, -o-transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s, -webkit-transform-origin cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s, -o-transform-origin cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
  -webkit-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: right center;
       -o-transform-origin: right center;
          transform-origin: right center;
}

.slider.has-previews .swiper-slide.swiper-slide-active,
.slider.has-previews .swiper-slide.swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.slider.has-previews .swiper-slide.swiper-slide-active,
.slider.has-previews .swiper-slide.swiper-slide-active ~ .swiper-slide {
  -webkit-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
}

@media (min-width: 601px) {
  .slider.has-previews .swiper-slide {
    height: calc(70% - 2rem);
    width: calc(70% - 2rem);
  }
}

@media (min-width: 901px) {
  .slider.has-previews .swiper-slide {
    height: calc(33.33333% - 2.5rem);
    width: calc(33.33333% - 2.5rem);
  }

  .slider.has-previews .swiper-slide.swiper-slide-prev,
  .slider.has-previews .swiper-slide.swiper-slide-active,
  .slider.has-previews .swiper-slide.swiper-slide-next,
  .slider.has-previews .swiper-slide.swiper-slide-duplicate-prev,
  .slider.has-previews .swiper-slide.swiper-slide-duplicate-active,
  .slider.has-previews .swiper-slide.swiper-slide-duplicate-next {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

@media (min-width: 1201px) {
  .slider.has-previews .swiper-slide {
    height: calc(25% - (3 / 4) * 1rem);
    width: calc(25% - (3 / 4) * 1rem);
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

.slider__navigation {
  cursor: pointer;
  fill: #3e3e3e;
  position: absolute;
  top: 50%;
  margin-top: -3rem;
  -webkit-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: fill 0.4s ease;
  -o-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
  line-height: 0;
  z-index: 1;
}

.slider__navigation .icon {
  height: 4rem;
  width: 4rem;
}

.slider__navigation--previous {
  left: 0;
}

.slider__navigation--next {
  right: 0;
}

.slider__navigation:hover {
  fill: #33332b;
}

.slider__navigation.swiper-button-disabled {
  cursor: default;
  fill: rgba(0, 0, 0, 0.2);
}

.slider__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slider__bullet {
  background-color: #c5c9ce;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  margin: 0rem 0.25rem;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

@media (min-width: 901px) {
  .slider__bullet {
    height: 0.75rem;
    width: 0.75rem;
  }
}

.slider__bullet:hover,
.slider__bullet:focus {
  background-color: #33332b;
}

.slider__bullet.is-active {
  background-color: #33332b;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social__link {
  line-height: 0;
  margin-right: 1rem;
}

.social__link:last-child {
  margin-right: 0;
}

.table {
  text-align: center;
}

.table__content {
  text-align: left;
  width: 100%;
}

.table__content th,
.table__content td {
  padding: 1rem 1.5rem;
}

@media (max-width: 600px) {
  .table__content th:first-child,
  .table__content td:first-child {
    background-color: #303134;
    color: #fff;
  }
}

.table__content thead {
  background-color: #303134;
  color: #fff;
}

.table__content thead th {
  display: none;
  font-weight: 700;
}

@media (min-width: 601px) {
  .table__content thead th {
    display: table-cell;
  }
}

.table__content tbody tr:nth-child(odd) {
  background-color: #f4f4f5;
}

.table__content tbody tr:nth-child(even) {
  background-color: #eaeaea;
}

.table__content tbody td:first-child {
  font-weight: 700;
}

@media (max-width: 600px) {
  .table__content tbody td {
    display: block;
  }

  .table__content tbody td::before {
    content: attr(data-th) ": ";
    font-weight: bold;
    display: inline-block;
    width: 50%;
  }
}

@media (min-width: 601px) {
  .team-members-listings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -2%;
  }
}

.team-members-listings .team-member {
  margin-bottom: 3rem;
}

@media (min-width: 601px) {
  .team-members-listings .team-member {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    margin: 0 2% 4rem;
  }
}

.team-members-listings .team-member h4 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 601px) {
  .team-members-listings .team-member h4 {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}

.team-members-listings .team-member:last-child {
  margin-bottom: 0;
}

@media (min-width: 601px) {
  .tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tiles__image {
  position: relative;
  height: 100vw;
}

@media (max-width: 1200px) {
  .tiles__image {
    min-height: 49vw;
  }

  .tiles__image img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}

@media (min-width: 601px) {
  .tiles__image {
    height: auto;
    width: 50%;
  }
}

.tiles[data-alignment="left"] .tiles__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.tiles__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 601px) and (max-width: 900px) {
  .tiles__inner {
    padding: 2rem;
  }
}

@media (min-width: 601px) {
  .tiles__inner {
    width: 50%;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* ==========================================================================
   #CLEARFIX
   ========================================================================== */

/**
 * Attach our clearfix mixin to a utility class.
 */

.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ==========================================================================
   #HIDE
   ========================================================================== */

/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/**
 * Hide visually and from screen readers.
 */

.u-hidden {
  display: none !important;
}

/**
 * Hide on small screens
 */

@media (max-width: 900px) {
  .u-hidden-small {
    display: none;
  }
}

/**
 * Hide on large screens
 */

@media (min-width: 901px) {
  .u-hidden-large {
    display: none;
  }
}

.u-text-align--left {
  text-align: left;
}

.u-text-align--center {
  text-align: center;
}

.u-text-align--right {
  text-align: right;
}

/* ==========================================================================
   #WRAPPER
   ========================================================================== */

/**
 * Page-level constraining and wrapping elements.
 */

.u-content {
  margin-right: auto;
  margin-left: auto;
  max-width: 47rem;
}

.u-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 80rem;
  /* @include from(xl) {
    max-width: $max-width--wide;
  } */
}

.u-box {
  display: block;
  padding: 3rem 1.5rem;
}

@media (min-width: 901px) {
  .u-box {
    padding: 4rem 1.5rem;
  }
}

@media (min-width: 1201px) {
  .u-box {
    padding: 5rem 3rem;
  }
}

.u-box > :last-child {
  margin-bottom: 0;
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.10.0
 * @url https://github.com/feimosi/baguetteBox.js
 */

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease,-webkit-transform .4s ease;
  transition: left .4s ease,-webkit-transform .4s ease;
  -o-transition: left .4s ease,-o-transform .4s ease;
  transition: left .4s ease,transform .4s ease;
  transition: left .4s ease,transform .4s ease,-webkit-transform .4s ease,-o-transform .4s ease;
  transition: left .4s ease,transform .4s ease,-webkit-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  -o-animation: bounceFromRight .4s ease-out;
     animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  -o-animation: bounceFromLeft .4s ease-out;
     animation: bounceFromLeft .4s ease-out;
}

@-webkit-keyframes bounceFromRight {
  0%, 100% {
    margin-left: 0;
  }

  50% {
    margin-left: -30px;
  }
}

@-o-keyframes bounceFromRight {
  0%, 100% {
    margin-left: 0;
  }

  50% {
    margin-left: -30px;
  }
}

@keyframes bounceFromRight {
  0%, 100% {
    margin-left: 0;
  }

  50% {
    margin-left: -30px;
  }
}

@-webkit-keyframes bounceFromLeft {
  0%, 100% {
    margin-left: 0;
  }

  50% {
    margin-left: 30px;
  }
}

@-o-keyframes bounceFromLeft {
  0%, 100% {
    margin-left: 0;
  }

  50% {
    margin-left: 30px;
  }
}

@keyframes bounceFromLeft {
  0%, 100% {
    margin-left: 0;
  }

  50% {
    margin-left: 30px;
  }
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  -o-animation: bounce 2s infinite ease-in-out;
     animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  -o-animation-delay: -1s;
     animation-delay: -1s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
}


/*# sourceMappingURL=main.css.map*/