/********************************************************************************************* 

x. Imports

*********************************************************************************************/
@import url("https://use.typekit.net/glu8bqr.css"); /********************************************************************************************* 

x. Mixins

*********************************************************************************************/
/********************************************************************************************* 

x. Keyframes

*********************************************************************************************/
@keyframes bounce {
  0%, 100% {
    -moz-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  25% {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -moz-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@keyframes marquee {
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes rotate {
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Slider */
.slick {
  opacity: 0;
}
.slick.slick-initialized {
  opacity: 1;
}

.slick-slider {
  opacity: 0;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
}
.slick-dots li {
  margin: 0 7.5px;
}
.slick-dots li.slick-active button {
  background: black;
}
.slick-dots li button {
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  background: none;
  border: 2px solid black;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.slick-dots li button:hover {
  background: black;
}

/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
  display: inline-block;
}

/* Psuedo-element chars */
.splitting .char {
  position: relative;
}

/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */
.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none;
}

/* Expanded CSS Variables */
.splitting {
  /* The center word index */
  --word-center: calc((var(--word-total) - 1) / 2);
  /* The center character index */
  --char-center: calc((var(--char-total) - 1) / 2);
  /* The center character index */
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  /* Pecent (0-1) of the word's position */
  --word-percent: calc(var(--word-index) / var(--word-total));
  /* Pecent (0-1) of the line's position */
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  /* Percent (0-1) of the char's position */
  --char-percent: calc(var(--char-index) / var(--char-total));
  /* Offset from center, positive & negative */
  --char-offset: calc(var(--char-index) - var(--char-center));
  /* Absolute distance from center, only positive */
  --distance: calc(
  (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  /* Distance from center where 1 is far left/far right, 0 is center */
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid black;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play {
  display: none;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.keen-slider:not([data-keen-slider-disabled]) {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  width: 100%;
}

.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap;
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-moves] * {
  pointer-events: none;
}

/********************************************************************************************* 

x. CSS Reset 

*********************************************************************************************/
* {
  margin: 0;
  padding: 0;
  min-height: 0;
  outline: none;
}

/********************************************************************************************* 

x. Typekit

*********************************************************************************************/
.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

/*********************************************************************************************

x. Basic Setup (Body, Fonts, etc.) 

********************************************************************************************/
html, body {
  font: 300 18px stolzl, Arial, Helvetica, sans-serif;
  color: black;
  letter-spacing: 0.05em;
  width: auto;
  height: auto;
  background: white;
}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
}
a img {
  border: none;
}

.center {
  text-align: center;
}

.clear:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: kepler-std-condensed-display, serif;
  font-weight: 300;
}

h1 {
  font-size: max(12.25vw, 6.5rem);
  line-height: 1em;
}

h2 {
  font-size: 6.5rem;
}

h3 {
  font-size: 4rem;
}

h4 {
  font-size: 3rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-family: roboto, monospace;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.75em;
  text-transform: uppercase;
}

.image {
  overflow: hidden;
}
.image.arched {
  -webkit-border-top-right-radius: 50%;
  -moz-border-radius-topright: 50%;
  border-top-right-radius: 50%;
}
.image.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.image.illustration {
  width: auto;
  height: 80px;
}
.image.illustration.squiggle {
  height: 20px;
}
.image.illustration img {
  width: auto;
  height: 100%;
}
.image.lazy.loaded img {
  filter: blur(0px);
}
.image.lazy img {
  filter: blur(30px);
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: all 0.8s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: all 0.8s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: all 0.8s cubic-bezier(0.4, 0, 0.065, 1);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.065, 1);
}
.image img,
.image svg {
  width: 100%;
  height: auto;
  display: block;
}

p {
  line-height: 2em;
}

strong {
  font-weight: 500;
}

svg {
  display: block;
  overflow: hidden;
}

.uppercase {
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.wrapper {
  margin: 0 auto;
  position: relative;
}
.wrapper.large {
  width: 1700px;
}
.wrapper.medium {
  width: 1400px;
}
.wrapper.small {
  width: 800px;
}

/********************************************************************************************* 

x. Margin + Padding

*********************************************************************************************/
.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

/********************************************************************************************* 

x. Columns & Widths

*********************************************************************************************/
.width-10 {
  width: 10%;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33.33%;
}

.width-35 {
  width: 35%;
}

.width-40 {
  width: 40%;
}

.width-45 {
  width: 45%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

.width-60 {
  width: 60%;
}

.width-65 {
  width: 65%;
}

.width-66 {
  width: 66.66%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-85 {
  width: 85%;
}

.width-90 {
  width: 80%;
}

.width-95 {
  width: 95%;
}

.width-100 {
  width: 100%;
}

/********************************************************************************************* 

x. Backgrounds

*********************************************************************************************/
.background.has-wings {
  position: relative;
}
.background.has-wings:after, .background.has-wings:before {
  content: "";
  width: 9999px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.background.has-wings:after {
  left: 100%;
}
.background.has-wings:before {
  right: 100%;
}

.background-cararra {
  background: #EAE8E1;
}
.background-cararra.has-wings:after, .background-cararra.has-wings:before {
  background: #EAE8E1;
}

.background-gossip {
  background: #C6F8B0;
}
.background-gossip.has-wings:after, .background-gossip.has-wings:before {
  background: #C6F8B0;
}

.background-maverick {
  background: #D9C3D5;
}
.background-maverick.has-wings:after, .background-maverick.has-wings:before {
  background: #D9C3D5;
}

.background-sea-mist {
  background: #BFD9CD;
}
.background-sea-mist.has-wings:after, .background-sea-mist.has-wings:before {
  background: #BFD9CD;
}

.background-wild-sand {
  background: #F6F2F2;
}
.background-wild-sand.has-wings:after, .background-wild-sand.has-wings:before {
  background: #F6F2F2;
}

.background-white {
  background: #ffffff;
}
.background-white.has-wings:after, .background-white.has-wings:before {
  background: #ffffff;
}

/********************************************************************************************* 

x. Content

*********************************************************************************************/
.content.bottom {
  margin: 90px 0 0 0;
}
.content.small {
  font-size: 0.6em;
}
.content.small h1,
.content.small h2,
.content.small h3,
.content.small h4,
.content.small h5,
.content.small h6,
.content.small ol,
.content.small p,
.content.small ul {
  margin-bottom: 10px;
}
.content.top {
  margin: 0 0 90px 0;
}
.content.white {
  color: white;
}
.content a {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.1em;
}
.content a.arrow-left {
  color: black;
  font-family: roboto, sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.content a.arrow-left.no-label:before {
  margin: 0;
  top: 0;
}
.content a.arrow-left:before {
  content: "";
  width: 65px;
  height: 7px;
  background: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 65 7"><path d="M.15,3.16,3.3.14a.5.5,0,0,1,.7,0A.45.45,0,0,1,4,.81L1.69,3H65V4H1.69L4,6.19a.45.45,0,0,1,0,.67.5.5,0,0,1-.7,0l-3.15-3A.46.46,0,0,1,.15,3.16Z"/></svg>');
  background-position: left center;
  background-size: 65px 7px;
  margin: 0 15px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  position: relative;
  top: -2px;
  -webkit-transition: width 0.25s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: width 0.25s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: width 0.25s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: width 0.25s cubic-bezier(0.4, 0, 0.065, 1);
  transition: width 0.25s cubic-bezier(0.4, 0, 0.065, 1);
}
.content a.arrow-left:hover:before {
  width: 40px;
}
.content a.arrow-right {
  color: black;
  font-family: roboto, sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.content a.arrow-right.no-label:after {
  margin: 0;
  top: 0;
}
.content a.arrow-right:after {
  content: "";
  width: 65px;
  height: 7px;
  background: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 65 7"><path d="M64.85,3.16,61.7.14a.5.5,0,0,0-.7,0,.45.45,0,0,0,0,.67L63.31,3H0V4H63.31L61,6.19a.45.45,0,0,0,0,.67.5.5,0,0,0,.7,0l3.15-3A.46.46,0,0,0,64.85,3.16Z"/></svg>');
  background-position: right center;
  background-size: 65px 7px;
  margin: 0 0 0 15px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  position: relative;
  top: -2px;
  -webkit-transition: width 0.25s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: width 0.25s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: width 0.25s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: width 0.25s cubic-bezier(0.4, 0, 0.065, 1);
  transition: width 0.25s cubic-bezier(0.4, 0, 0.065, 1);
}
.content a.arrow-right:hover:after {
  width: 40px;
}
.content a.no-underline {
  text-decoration: none;
}
.content a.social-media {
  text-decoration: none;
  display: block;
}
.content a.social-media .illustration,
.content a.social-media .label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.content a.social-media .illustration {
  width: 20px;
  height: auto;
  margin: 0 10px 0 0 !important;
  position: relative;
}
.content a.social-media .illustration img {
  width: 100%;
  height: auto;
}
.content .columns {
  margin: 0 -20px 40px -20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.content .columns .column .inside {
  padding: 0 20px;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content ol,
.content p,
.content ul {
  margin-bottom: 40px;
}
.content ol,
.content ul {
  margin-left: 40px;
}
.content ol li,
.content ul li {
  line-height: 2em;
}
.content ul.categories {
  margin: -20px -40px 0 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.content ul.categories:after {
  content: "";
  flex-grow: 1;
  order: 0;
}
.content ul.categories li {
  margin: 20px 40px 0 0;
}
.content ul.categories li.current-menu-item a:before {
  background: black;
}
.content ul.categories li.right {
  order: 1;
}
.content ul.categories li.right a {
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.content ul.categories li.right a:before {
  display: none;
}
.content ul.categories li a {
  padding: 0 0 0 30px;
  display: block;
  position: relative;
}
.content ul.categories li a:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid black;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.content ul.categories li a:hover {
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-thickness: 0.075em;
}
.content ul.categories li a .icon {
  margin: 0 20px 0 0;
}
.content ul.features {
  margin-left: 0;
  margin-right: -40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
.content ul.features li {
  margin: 20px 40px 0 0;
}
.content ul.features li h6 {
  display: flex;
  align-items: center;
}
.content ul.features li .icon {
  margin: 0 10px 0 0;
  display: block;
}
.content ul.jobs {
  margin-left: 0;
  list-style: none;
}
.content ul.jobs li {
  border-bottom: 1px solid #D9D9D9;
  padding: 0 0 30px 0;
}
.content ul.jobs li:not(:last-child) {
  margin: 0 0 30px 0;
}
.content ul.jobs li a.arrow-right {
  line-height: 1.5em;
  white-space: normal;
  padding: 0 80px 0 0;
  display: block;
  position: relative;
}
.content ul.jobs li a.arrow-right:after {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}

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

/********************************************************************************************* 

x. Loader

*********************************************************************************************/
.loader {
  width: 40px;
  height: 40px;
  background-image: url(../img/loader.svg);
  margin: 0 auto;
}

/********************************************************************************************* 

x. Mailchimp

*********************************************************************************************/
#mc_embed_signup form {
  text-align: left;
  padding: 0 !important;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  color: black;
  font-size: 0.6em;
  margin: -5px 0 10px 0;
  padding: 0;
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border-color: var(--atlantis);
}
#mc_embed_signup .mc-field-group {
  position: relative;
}
#mc_embed_signup .mc-field-group input[type=email] {
  color: black;
  font-family: stolzl, Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  font-weight: 400;
  width: 340px;
  height: 40px;
  background: none;
  border: none;
  border-bottom: 1px solid black;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 20px 0 0 0;
  display: block;
}
#mc_embed_signup .mc-field-group input[type=submit] {
  color: black;
  font-family: roboto, sans-serif;
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: auto;
  height: auto;
  background: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  cursor: pointer;
}

/********************************************************************************************* 

x. Mobile Menu

*********************************************************************************************/
#mobile-menu {
  width: 300px;
  height: auto;
  background: #D9C3D5;
  display: flex;
  flex-direction: column;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
#mobile-menu .contact-information {
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#mobile-menu .contact-information .hours {
  list-style: none;
}
#mobile-menu .contact-information .hours:not(:last-child) {
  margin: 0 0 30px 0;
}
#mobile-menu .contact-information .hours li {
  font-size: 0.85em;
  line-height: 2em;
}
#mobile-menu .menu {
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#mobile-menu .menu .close {
  color: white;
  font-size: 0.85em;
  letter-spacing: 0.125em;
  line-height: 1em;
  text-align: right;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  display: block;
}
#mobile-menu .menu .navigation {
  list-style: none;
}
#mobile-menu .menu .navigation > li.current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-thickness: 0.075em;
}
#mobile-menu .menu .navigation > li:not(:last-child) {
  margin: 0 0 30px 0;
}
#mobile-menu .menu .navigation > li > a {
  font-size: 0.85em;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  display: block;
}
#mobile-menu .overlay {
  pointer-events: none;
  width: 9999px;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  z-index: 9999;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

body.menu-is-open {
  overflow: hidden;
}
body.menu-is-open #mobile-menu {
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
body.menu-is-open #mobile-menu .overlay {
  opacity: 1;
}

/********************************************************************************************* 

x. Newsletter Box

*********************************************************************************************/
.newsletter-box {
  width: auto;
  height: auto;
  background: #D9C3D5;
  border-top: 1px solid black;
  border-right: 1px solid black;
  padding: 50px 30px;
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.newsletter-box.visible {
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.newsletter-box a[href="#close"] {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
}
.newsletter-box a[href="#close"]:hover svg {
  fill: white;
}
.newsletter-box a[href="#close"] svg {
  width: 10px;
  height: auto;
}

/********************************************************************************************* 

x. Tooltip

*********************************************************************************************/
.tippy-box .tippy-arrow:before {
  color: #D9C3D5;
}
.tippy-box .tippy-content {
  color: black;
  font-size: 0.778em;
  background: #D9C3D5;
  padding: 30px;
}
.tippy-box .tippy-content a[href="#close"] {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}
.tippy-box .tippy-content a[href="#close"]:hover svg {
  fill: white;
}
.tippy-box .tippy-content a[href="#close"] svg {
  width: 10px;
  height: auto;
}
.tippy-box .tippy-content ul {
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  list-style: none;
}
.tippy-box .tippy-content ul li {
  font-family: roboto, monospace;
}
.tippy-box .tippy-content ul li:not(:last-child) {
  border-right: 1px solid black;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
}
.tippy-box .tippy-content ul li a {
  display: block;
}
.tippy-box .tippy-content ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.1em;
}

/********************************************************************************************* 

x. Header

*********************************************************************************************/
header {
  padding: 50px 0;
  position: relative;
}
header.search-is-visible .logo,
header.search-is-visible .navigation {
  pointer-events: none;
  opacity: 0;
}
header.search-is-visible .results-wrapper,
header.search-is-visible .search {
  pointer-events: all;
  opacity: 1;
}
header .desktop .navigation {
  display: flex;
  align-items: center;
  list-style: none;
  -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
}
header .desktop .navigation.left {
  justify-content: flex-start;
}
header .desktop .navigation.right {
  justify-content: flex-end;
}
header .desktop .navigation li.current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-thickness: 0.075em;
}
header .desktop .navigation li:not(:last-child) {
  margin: 0 50px 0 0;
}
header .desktop .navigation li a {
  font-size: 0.85em;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  display: block;
}
header .desktop .navigation li a:hover {
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-thickness: 0.075em;
}
header .logo {
  width: 440px;
  height: auto;
  -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
}
header .mobile {
  display: none;
}
header .mobile .hamburger {
  width: 50px;
  height: 50px;
  background: #D9C3D5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: relative;
}
header .mobile .hamburger:hover .line.first {
  animation: line 0.75s ease;
}
header .mobile .hamburger:hover .line.second {
  animation: line 0.75s 0.1s ease;
}
header .mobile .hamburger:hover .line.third {
  animation: line 0.75s 0.2s ease;
}
header .mobile .hamburger .line {
  width: auto;
  height: 2px;
  background: black;
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
}
header .mobile .hamburger .line.first {
  top: 17px;
}
header .mobile .hamburger .line.second {
  top: 24px;
}
header .mobile .hamburger .line.third {
  bottom: 17px;
}
header .notification {
  background: #D9C3D5;
  margin: -50px 0 50px 0;
  padding: 10px 0;
}
header .notification .content {
  font-size: 0.778em;
}
header .notification .wrapper {
  display: block;
}
header .search {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
}
header .search a[href="#search"] {
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}
header .search form {
  width: 100%;
  height: 100%;
}
header .search form input[type=text] {
  font-family: stolzl, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 300;
  text-align: center;
  width: 100%;
  height: 100%;
  border: none;
}
header .results-wrapper {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
}
header .results-wrapper .overlay {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
header .results-wrapper .results {
  background: white;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 30px 50px;
  position: relative;
  z-index: 9999;
}
header .results-wrapper .results .result .content {
  font-size: 0.8em;
}
header .results-wrapper .results .result .content a {
  margin: 0 -10px;
  padding: 0 10px;
  display: block;
}
header .results-wrapper .results .result .content a:hover {
  background: rgba(0, 0, 0, 0.025);
}
header .results-wrapper .results .title {
  margin: 0 0 20px 0;
}
header .results-wrapper .results .title:not(:first-child) {
  border-top: 1px solid #EAE8E1;
  margin: 20px 0;
  padding: 20px 0 0 0;
}
header .results-wrapper .wrapper {
  display: block;
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/********************************************************************************************* 

x. Main

*********************************************************************************************/
main section {
  margin-bottom: 100px;
}
main section.background-cararra, main section.background-gossip, main section.background-maverick, main section.background-sea-mist, main section.background-wild-sand {
  padding-top: 100px;
  padding-bottom: 100px;
}
main section.background-cararra.no-padding-bottom, main section.background-gossip.no-padding-bottom, main section.background-maverick.no-padding-bottom, main section.background-sea-mist.no-padding-bottom, main section.background-wild-sand.no-padding-bottom {
  padding-bottom: 0;
}
main section.background-cararra.no-padding-top, main section.background-gossip.no-padding-top, main section.background-maverick.no-padding-top, main section.background-sea-mist.no-padding-top, main section.background-wild-sand.no-padding-top {
  padding-top: 0;
}
main section.full-width:last-child {
  margin-bottom: 0;
}

section.full-width + section.full-width {
  margin-top: -100px;
}

/********************************************************************************************* 

x. Footer

*********************************************************************************************/
footer {
  padding: 50px 0;
}
footer .columns {
  margin: -50px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .columns:after {
  content: "";
  flex-grow: 1;
  order: 0;
}
footer .columns .column.right {
  order: 1;
}
footer .columns .column .inside {
  padding: 50px;
}
footer .hours {
  list-style: none;
}
footer .hours:not(:last-child) {
  margin: 0 0 50px 0;
}
footer .hours li {
  font-size: 0.85em;
}
footer .hours li:not(:last-child) {
  margin: 0 0 20px 0;
}
footer #mc_embed_signup:not(:last-child) {
  margin: 0 0 50px 0;
}
footer #mc_embed_signup .mc-field-group input[type=email] {
  color: #9E9E9E;
  border-bottom: 1px solid #D9D9D9;
}
footer #mc_embed_signup .mc-field-group input[type=submit] {
  color: #9E9E9E;
}
footer .navigation {
  list-style: none;
}
footer .navigation:not(:last-child) {
  margin: 0 0 50px 0;
}
footer .navigation li.current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-thickness: 0.075em;
}
footer .navigation li:not(:last-child) {
  margin: 0 0 20px 0;
}
footer .navigation li a {
  font-size: 0.85em;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  display: block;
}
footer .navigation li a:hover {
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-thickness: 0.075em;
}
footer .social-media {
  display: flex;
  list-style: none;
}
footer .social-media li:not(:last-child) {
  margin: 0 30px 0 0;
}
footer .social-media li a {
  display: block;
}
footer .social-media li a:hover svg {
  fill: #D9C3D5;
}
footer .social-media li a svg {
  width: auto;
  height: 20px;
  -webkit-transition: fill 0.125s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: fill 0.125s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: fill 0.125s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: fill 0.125s cubic-bezier(0.4, 0, 0.065, 1);
  transition: fill 0.125s cubic-bezier(0.4, 0, 0.065, 1);
}

/********************************************************************************************* 

x. Announcement

*********************************************************************************************/
section.announcement {
  position: relative;
}
section.announcement.background-gossip .sticker .shape svg {
  fill: #BFD9CD;
}
section.announcement.background-maverick .sticker .shape svg, section.announcement.background-sea-mist .sticker .shape svg {
  fill: #C6F8B0;
}
section.announcement .image.illustration {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
section.announcement .sticker {
  width: 160px;
  height: auto;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 0;
  left: 50%;
}
section.announcement .sticker .label,
section.announcement .sticker .shape {
  width: 100%;
  height: auto;
}
section.announcement .sticker .label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
section.announcement .sticker .shape {
  -webkit-animation: rotate 20s infinite linear;
  -moz-animation: rotate 20s infinite linear;
  -ms-animation: rotate 20s infinite linear;
  -o-animation: rotate 20s infinite linear;
  animation: rotate 20s infinite linear;
}

/********************************************************************************************* 

x. Back

*********************************************************************************************/
section.back.background-gossip {
  padding: 60px 0;
}

/********************************************************************************************* 

x. Cross Links

*********************************************************************************************/
section.cross-links .grid {
  margin: 0 -2px -2px 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.cross-links .grid .item {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.cross-links .grid .item .image {
  width: auto;
  height: 150px;
  margin: 0 0 30px 0;
}
section.cross-links .grid .item .image object {
  width: auto;
  height: 100%;
  margin: 0 auto;
  display: block;
}
section.cross-links .grid .item .inside {
  padding: 100px;
  position: relative;
}
section.cross-links .grid .item .link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
section.cross-links .grid-wrapper {
  overflow: hidden;
}

/********************************************************************************************* 

x. Directory

*********************************************************************************************/
section.directory .businesses-wrapper .businesses {
  list-style: none;
}
section.directory .businesses-wrapper .businesses > li {
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
}
section.directory .businesses-wrapper .businesses > li.active {
  background: #D9C3D5;
  border-bottom: none;
  padding: 20px 40px;
  margin: 0 -40px;
  position: relative;
}
section.directory .businesses-wrapper .businesses > li.active:before {
  content: "";
  width: auto;
  height: 1px;
  background: #D9C3D5;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}
section.directory .businesses-wrapper .businesses > li.hidden {
  display: none;
}
section.directory .businesses-wrapper .businesses > li.nothing-found {
  border-bottom: none;
  padding-bottom: 0;
}
section.directory .businesses-wrapper .businesses > li > a {
  display: block;
}
section.directory .businesses-wrapper .businesses > li > .menu > ul {
  display: flex;
  align-items: center;
  list-style: none;
}
section.directory .businesses-wrapper .businesses > li > .menu > ul:after {
  content: "";
  flex-grow: 1;
  order: 0;
}
section.directory .businesses-wrapper .businesses > li > .menu > ul > li.right {
  order: 1;
}
section.directory .businesses-wrapper .businesses > li > .menu > ul > li:not(:last-child) {
  margin: 0 10px 0 0;
}
section.directory .businesses-wrapper .businesses > li > .sub-menu {
  display: none;
}
section.directory .businesses-wrapper .businesses > li > .sub-menu > ul {
  margin: 0 0 -10px 0;
  padding: 20px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
section.directory .businesses-wrapper .businesses > li > .sub-menu > ul > li {
  font-family: roboto, monospace;
  margin-bottom: 10px;
}
section.directory .businesses-wrapper .businesses > li > .sub-menu > ul > li.view-on-map {
  display: none;
}
section.directory .businesses-wrapper .businesses > li > .sub-menu > ul > li:not(:last-child) {
  border-right: 1px solid black;
  margin-right: 20px;
  padding: 0 20px 0 0;
}
section.directory .businesses-wrapper .businesses > li > .sub-menu > ul > li > a {
  display: block;
}
section.directory .businesses-wrapper .businesses > li > .sub-menu > ul > li > a:hover {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.1em;
}
section.directory .columns {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.directory .columns .column .inside {
  padding: 0 100px 0 0;
}
section.directory .directory {
  width: 100%;
  height: calc(100vh - 20px);
  border: 1px solid black;
  margin: 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*
  position: sticky;
  top: 10px;
  */
  position: relative;
  z-index: 10;
  overflow: hidden;
}
section.directory .directory .controls {
  list-style: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
section.directory .directory .controls li:not(:last-child) {
  margin: 0 0 1px 0;
}
section.directory .directory .controls li a {
  width: 45px;
  height: 45px;
  background: black;
  border: none;
  display: block;
  position: relative;
  -webkit-transition: background 0.125s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: background 0.125s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: background 0.125s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: background 0.125s cubic-bezier(0.4, 0, 0.065, 1);
  transition: background 0.125s cubic-bezier(0.4, 0, 0.065, 1);
}
section.directory .directory .controls li a:hover {
  background: #9E9E9E;
}
section.directory .directory .controls li a svg {
  width: 25px;
  height: auto;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
section.directory .directory #directory {
  display: inline;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
  min-width: inherit;
  min-height: inherit;
  overflow: hidden;
}
section.directory .directory #directory #stores path {
  fill: white;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: all 0.25s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: all 0.25s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: all 0.25s cubic-bezier(0.4, 0, 0.065, 1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.065, 1);
}
section.directory .directory #directory #stores path.active {
  opacity: 1;
  fill: #D9C3D5;
}
section.directory .directory #directory #stores path:not(.active):hover {
  fill: #F6F2F2;
  opacity: 1;
}
section.directory .directory #directory #text {
  pointer-events: none;
}
section.directory .mobile {
  display: none;
  position: relative;
  z-index: 9999;
}
section.directory .mobile .views {
  display: flex;
  list-style: none;
}
section.directory .mobile .views li.active a {
  color: white;
  background: black;
}
section.directory .mobile .views li a {
  font-size: 0.857em;
  text-align: center;
  background: #EAE8E1;
  padding: 20px 0;
  display: block;
}
section.directory .search:not(:last-child) {
  margin: 0 0 20px 0;
}
section.directory .search .categories {
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
section.directory .search .categories:not(:last-child) {
  margin: 0 0 20px 0;
}
section.directory .search .categories li {
  margin: 0 40px 20px 0;
}
section.directory .search .categories li:last-child {
  margin-right: 0;
}
section.directory .search .categories li.active a {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.1em;
}
section.directory .search .categories li a:hover {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.1em;
}
section.directory .search form {
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
section.directory .search form:not(:last-child) {
  margin: 0 0 20px 0;
}
section.directory .search form a {
  color: #9E9E9E;
  font-family: roboto, sans-serif;
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}
section.directory .search form input[type=text] {
  font-family: stolzl, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 300;
  width: 100%;
  height: 40px;
  background: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M12.29 11.08a6.79 6.79 0 0 0 1.45-4.21 6.87 6.87 0 1 0-6.87 6.87 6.79 6.79 0 0 0 4.21-1.45L14.79 16 16 14.8ZM6.87 12A5.17 5.17 0 1 1 12 6.87 5.18 5.18 0 0 1 6.87 12Z"/></svg>');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 65px 0 25px;
}
section.directory .search .sub-categories {
  border-bottom: 1px solid #D9D9D9;
  display: none;
  position: relative;
  list-style: none;
}
section.directory .search .sub-categories.open {
  display: block;
}
section.directory .search .sub-categories li {
  margin: 0 0 20px 0;
}
section.directory .search .sub-categories li.active a {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.1em;
}
section.directory .search .sub-categories li.close {
  width: 30px;
  height: 25px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
section.directory .search .sub-categories li.close a[href="#close"] {
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
section.directory .search .sub-categories li.close a[href="#close"] svg {
  fill: #9E9E9E;
}
section.directory .search .sub-categories li a:hover {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.1em;
}

/********************************************************************************************* 

x. Expandable Text

*********************************************************************************************/
section.expandable-text.has-illustration .link {
  padding-left: 140px;
}
section.expandable-text.open .background.background-cararra {
  background: #EAE8E1;
}
section.expandable-text.open .background.background-gossip {
  background: #C6F8B0;
}
section.expandable-text.open .background.background-maverick {
  background: #D9C3D5;
}
section.expandable-text.open .background.background-sea-mist {
  background: #BFD9CD;
}
section.expandable-text.open .link .image.illustration.arrow {
  -moz-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
section.expandable-text .background {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  padding: 80px 60px;
  -webkit-transition: background 0.4s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: background 0.4s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: background 0.4s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: background 0.4s cubic-bezier(0.4, 0, 0.065, 1);
  transition: background 0.4s cubic-bezier(0.4, 0, 0.065, 1);
}
section.expandable-text .background.background-cararra, section.expandable-text .background.background-gossip, section.expandable-text .background.background-maverick, section.expandable-text .background.background-sea-mist {
  background: none;
}
section.expandable-text .content.hidden {
  display: none;
}
section.expandable-text .content.hidden .spacer {
  width: 100%;
  height: 80px;
}
section.expandable-text .link {
  padding: 0 80px 0 0;
  display: block;
  position: relative;
}
section.expandable-text .link .image.illustration {
  width: 200px;
  height: auto;
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -60px;
}
section.expandable-text .link .image.illustration.arrow {
  width: 60px;
  height: auto;
  left: auto;
  right: 0;
  -webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: transform 0.4s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.065, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.065, 1);
}
section.expandable-text .link .image.illustration.car img {
  max-width: 140px;
}
section.expandable-text .link .image.illustration.gift-card img {
  max-height: 70px;
}
section.expandable-text .link .image.illustration img {
  width: auto;
  height: auto;
  max-width: 130px;
  max-height: 90px;
  margin: 0 auto;
}

section.expandable-text + section.expandable-text {
  margin-top: -100px;
}
section.expandable-text + section.expandable-text .background {
  border-top: none;
}

/********************************************************************************************* 

x. Featured Posts
x. Posts

*********************************************************************************************/
section.featured-posts,
section.posts {
  overflow: hidden;
}
section.featured-posts .grid,
section.posts .grid {
  margin: -30px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.featured-posts .grid .item.large-image-with-title .inside,
section.posts .grid .item.large-image-with-title .inside {
  padding: 200px 100px;
}
section.featured-posts .grid .item.large-image-with-title .inside:hover .content,
section.featured-posts .grid .item.large-image-with-title .inside:hover .overlay,
section.posts .grid .item.large-image-with-title .inside:hover .content,
section.posts .grid .item.large-image-with-title .inside:hover .overlay {
  opacity: 1;
}
section.featured-posts .grid .item.large-image-with-title .inside .content,
section.posts .grid .item.large-image-with-title .inside .content {
  opacity: 0;
  position: relative;
  z-index: 30;
  -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
}
section.featured-posts .grid .item.large-image-with-title .inside .image,
section.posts .grid .item.large-image-with-title .inside .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
section.featured-posts .grid .item.large-image-with-title .inside .image .zoom,
section.posts .grid .item.large-image-with-title .inside .image .zoom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.featured-posts .grid .item.large-image-with-title .inside .image .zoom img,
section.posts .grid .item.large-image-with-title .inside .image .zoom img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.featured-posts .grid .item.large-image-with-title .inside .link,
section.posts .grid .item.large-image-with-title .inside .link {
  z-index: 40;
}
section.featured-posts .grid .item.large-image-with-title .inside .overlay,
section.posts .grid .item.large-image-with-title .inside .overlay {
  opacity: 0;
  background: rgba(217, 195, 213, 0.85);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
}
section.featured-posts .grid .item.large-image-without-title .inside,
section.posts .grid .item.large-image-without-title .inside {
  padding: 0;
}
section.featured-posts .grid .item.no-image .inside,
section.posts .grid .item.no-image .inside {
  padding-top: 100px;
  padding-bottom: 100px;
}
section.featured-posts .grid .item .inside,
section.posts .grid .item .inside {
  margin: 30px;
  padding: 70px 50px 50px 50px;
  position: relative;
}
section.featured-posts .grid .item .inside.no-background,
section.posts .grid .item .inside.no-background {
  padding: 0;
}
section.featured-posts .grid .item .inside:hover .content a.arrow-right:after,
section.posts .grid .item .inside:hover .content a.arrow-right:after {
  width: 40px;
}
section.featured-posts .grid .item .inside:hover .image .zoom,
section.posts .grid .item .inside:hover .image .zoom {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section.featured-posts .grid .item .inside .image,
section.posts .grid .item .inside .image {
  margin: 0 0 60px 0;
}
section.featured-posts .grid .item .inside .image .zoom,
section.posts .grid .item .inside .image .zoom {
  overflow: hidden;
  -webkit-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
}
section.featured-posts .grid .item .inside .link,
section.posts .grid .item .inside .link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
section.featured-posts .marquee,
section.posts .marquee {
  -webkit-animation: marquee 180s infinite linear;
  -moz-animation: marquee 180s infinite linear;
  -ms-animation: marquee 180s infinite linear;
  -o-animation: marquee 180s infinite linear;
  animation: marquee 180s infinite linear;
}
section.featured-posts .marquee .categories,
section.posts .marquee .categories {
  margin: 0 !important;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  list-style: none;
}
section.featured-posts .marquee .categories li,
section.posts .marquee .categories li {
  white-space: nowrap;
  margin: 0 10px;
}
section.featured-posts .marquee-wrapper,
section.posts .marquee-wrapper {
  background: #BCFAA1;
  padding: 10px 0;
  display: flex;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  overflow: hidden;
}
section.featured-posts .top,
section.posts .top {
  margin: 0 0 90px 0;
  position: relative;
}
section.featured-posts .top .wrapper,
section.posts .top .wrapper {
  position: relative;
  z-index: 10;
}
section.featured-posts .top .wrapper .content h2,
section.posts .top .wrapper .content h2 {
  padding: 0 70px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  z-index: 0;
}
section.featured-posts .top .wrapper .content h2:after,
section.posts .top .wrapper .content h2:after {
  content: "";
  width: auto;
  height: 40px;
  background: #BCFAA1;
  background: linear-gradient(90deg, rgba(188, 250, 161, 0) 0%, #BCFAA1 10%, #BCFAA1 90%, rgba(188, 250, 161, 0) 100%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -10;
}

section.featured-posts .grid {
  justify-content: center;
}
section.featured-posts .grid .item .inside:not(.no-background) {
  background: #D9C3D5;
}

section.posts .grid .item .inside:not(.no-background) {
  background: #F6F2F2;
}

a.highlight {
  text-transform: uppercase;
  text-decoration: none;
  background: #BCFAA1;
  font-size: 16px;
  letter-spacing: 2.32px;
  padding: 2px 3px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.065, 1);
}
a.highlight:hover {
  background: #BFD9CD;
}

/********************************************************************************************* 

x. Jobs

*********************************************************************************************/
section.jobs {
  overflow: hidden;
}
section.jobs .businesses {
  list-style: none;
}
section.jobs .businesses > li {
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
}
section.jobs .businesses > li.active {
  background: #BFD9CD;
  border-bottom: none;
  padding: 20px 40px;
  margin: 0 -40px;
  position: relative;
  z-index: 10;
}
section.jobs .businesses > li.active:before {
  content: "";
  width: auto;
  height: 1px;
  background: #BFD9CD;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}
section.jobs .businesses > li.nothing-found {
  border-bottom: none;
  padding-bottom: 0;
}
section.jobs .businesses > li > a {
  display: block;
}
section.jobs .businesses > li > .sub-menu {
  display: none;
}
section.jobs .businesses > li > .sub-menu > ul {
  padding: 20px 0 0 0;
  list-style: none;
}
section.jobs .businesses > li > .sub-menu > ul > li.active > a {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.1em;
}
section.jobs .businesses > li > .sub-menu > ul > li:not(:last-child) {
  margin: 0 0 20px 0;
}
section.jobs .businesses > li > .sub-menu > ul > li > a {
  font-family: roboto, monospace;
  display: block;
}
section.jobs .businesses > li > .sub-menu > ul > li > a:hover {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.1em;
}
section.jobs .columns {
  margin: 0 -100px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.jobs .columns .column:first-child {
  background: white;
  position: relative;
}
section.jobs .columns .column:first-child:before {
  content: "";
  width: 9999px;
  height: auto;
  background: white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
}
section.jobs .columns .column .inside {
  padding: 100px;
}
section.jobs .columns .column .inside .content {
  max-width: 100%;
}
section.jobs .jobs .job {
  display: none;
}
section.jobs .jobs .job.active {
  display: block;
}
section.jobs .search:not(:last-child) {
  margin: 0 0 20px 0;
}
section.jobs .search form {
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
section.jobs .search form a {
  color: #9E9E9E;
  font-family: roboto, sans-serif;
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}
section.jobs .search form input[type=text] {
  font-family: stolzl, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 300;
  width: 100%;
  height: 40px;
  background: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M12.29 11.08a6.79 6.79 0 0 0 1.45-4.21 6.87 6.87 0 1 0-6.87 6.87 6.79 6.79 0 0 0 4.21-1.45L14.79 16 16 14.8ZM6.87 12A5.17 5.17 0 1 1 12 6.87 5.18 5.18 0 0 1 6.87 12Z"/></svg>');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 65px 0 25px;
}

/********************************************************************************************* 

x. Instagram

*********************************************************************************************/
section.instagram {
  overflow: hidden;
}
section.instagram .content a {
  display: block;
}
section.instagram .content a .illustration,
section.instagram .content a .label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
section.instagram .content a .illustration {
  width: 55px;
  height: auto;
  margin: 0 20px 0 0;
  position: relative;
  top: 5px;
}

/********************************************************************************************* 

x. Pagination

*********************************************************************************************/
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  list-style: none;
}
.pagination .page-numbers li a.page-numbers {
  color: black;
}
.pagination .page-numbers li a.page-numbers:hover {
  background: #BFD9CD;
}
.pagination .page-numbers li .page-numbers {
  color: black;
  background: #C6F8B0;
  padding: 20px;
  display: block;
}

/********************************************************************************************* 

x. Post

*********************************************************************************************/
section.post .area {
  margin: 0 0 40px 0;
}
section.post .area .columns {
  margin: 0 -20px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.post .area .columns .column .inside {
  padding: 0 20px;
}
section.post .area .columns .column .inside .content {
  max-width: 100%;
}
section.post .area .columns .column .inside .image:not(:last-child) {
  margin: 0 0 40px 0;
}
section.post .background {
  padding: 100px;
}
section.post .content {
  max-width: 80%;
}
section.post .title .content {
  max-width: 100%;
}

/********************************************************************************************* 

x. Slideshow

*********************************************************************************************/
section.slideshow {
  position: relative;
  /*
  .scroll-and-pager {
  	width: auto; height: 100px;
  	-moz-transform: translateX(-50%) translateY(-50%);
  	-webkit-transform: translateX(-50%) translateY(-50%);
  	-o-transform: translateX(-50%) translateY(-50%);
  	-ms-transform: translateX(-50%) translateY(-50%);
  	transform: translateX(-50%) translateY(-50%);
  	position: absolute;
  	top: 50%; left: 50%;
  	.inside {
  		width: auto; height: 100px;
  		display: flex;
  		align-items: center;
  		-moz-transform: rotate(-90deg);
  		-webkit-transform: rotate(-90deg);
  		-o-transform: rotate(-90deg);
  		-ms-transform: rotate(-90deg);
  		transform: rotate(-90deg);
  	}
  	.pager {
  		display: flex;
  		list-style: none;
  		li {
  			&.active {
  				a {
  					background: black;
  				}
  			}
  			&:not(:last-child) {
  				margin: 0 40px 0 0;
  			}
  			a {
  				width: 8px; height: 8px;
  				border: 2px solid black;
  				-webkit-border-radius: 50%;
  				-moz-border-radius: 50%;
  				border-radius: 50%;
  				margin: 0 auto;
  				display: block;
  				&:hover {
  					background: black;
  				}
  			}
  		}
  	}
  	.scroll {
  		display: flex;
  		align-items: center;
  		margin: 0 80px 0 0;
  		@include animation(bounce, 1s, infinite, linear);
  		.arrow {
  			margin: 0 20px 0 0;
  			svg {
  				fill: $reef;
  			}
  		}
  		.label {
  			color: $reef;
  			font-family: roboto-mono, monospace; 
  			font-size: 0.850em;
  			letter-spacing: 0.1em;
  			text-transform: uppercase;
  		}
  	}
  }
  .scroll-and-pager-wrapper {
  	width: 100px; height: auto;
  	position: absolute;
  	top: 0; bottom: 0;
  	right: 0;
  	overflow: hidden;
  }
  */
}
section.slideshow.count-1 .slick-dots {
  display: none;
}
section.slideshow .gift-guides {
  width: 150px;
  height: auto;
  display: block;
  -moz-transform: translateY(-50%) rotate(-8deg);
  -webkit-transform: translateY(-50%) rotate(-8deg);
  -o-transform: translateY(-50%) rotate(-8deg);
  -ms-transform: translateY(-50%) rotate(-8deg);
  transform: translateY(-50%) rotate(-8deg);
  position: absolute;
  top: 100px;
  right: 150px;
}
section.slideshow .slick .slide {
  padding: 0 100px;
  /*
  &.active {
  	.content {
  		h1 {
  			.word {
  				.char {
  					opacity: 1;
  					-moz-transform: translateY(0%);
  					-webkit-transform: translateY(0%);
  					-o-transform: translateY(0%);
  					-ms-transform: translateY(0%);
  					transform: translateY(0%);
  					-webkit-transition: opacity 0.5s cubic-bezier(0.4, 0 , 0.065, 1), transform 0.5s cubic-bezier(0.4, 0 , 0.065, 1);
  					-moz-transition: opacity 0.5s cubic-bezier(0.4, 0 , 0.065, 1), transform 0.5s cubic-bezier(0.4, 0 , 0.065, 1);
  					-ms-transition: opacity 0.5s cubic-bezier(0.4, 0 , 0.065, 1), transform 0.5s cubic-bezier(0.4, 0 , 0.065, 1);
  					-o-transition: opacity 0.5s cubic-bezier(0.4, 0 , 0.065, 1), transform 0.5s cubic-bezier(0.4, 0 , 0.065, 1);
  					transition: opacity 0.5s cubic-bezier(0.4, 0 , 0.065, 1), transform 0.5s cubic-bezier(0.4, 0 , 0.065, 1);
  				}
  			}
  		}
  	}
  }
  */
}
section.slideshow .slick .slide .content {
  width: 60%;
  height: auto;
  padding: 30vh 0;
  position: relative;
  left: -50px;
  z-index: 20;
  /*
  h1 {
  	.word {
  		.char {
  			opacity: 0;
  			-moz-transform: translateY(50%);
  			-webkit-transform: translateY(50%);
  			-o-transform: translateY(50%);
  			-ms-transform: translateY(50%);
  			transform: translateY(50%);
  		}
  	}
  }
  */
}
section.slideshow .slick .slide .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.slideshow .slick .slide .image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.slideshow .slick .slide .inside {
  position: relative;
}
section.slideshow .slick .slide .overlay {
  background: linear-gradient(40deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

/********************************************************************************************* 

x. Slideshow

*********************************************************************************************/
/*
section.slideshow {
	position: relative;
	.scroll-and-pager {
		width: auto; height: 100px;
		-moz-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		position: absolute;
		top: 50%; left: 50%;
		.inside {
			width: auto; height: 100px;
			display: flex;
			align-items: center;
			-moz-transform: rotate(-90deg);
			-webkit-transform: rotate(-90deg);
			-o-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
			transform: rotate(-90deg);
		}
		.pager {
			display: flex;
			list-style: none;
			li {
				&.active {
					a {
						background: black;
					}
				}
				&:not(:last-child) {
					margin: 0 30px 0 0;
				}
				a {
					width: 8px; height: 8px;
					border: 2px solid black;
					-webkit-border-radius: 50%;
					-moz-border-radius: 50%;
					border-radius: 50%;
					margin: 0 auto;
					display: block;
					@include transition(background, 0.125s, cubic-bezier(0.4, 0 , 0.065, 1));
					&:hover {
						background: black;
					}
				}
			}
		}
		.scroll {
			display: flex;
			align-items: center;
			margin: 0 60px 0 0;
			@include animation(bounce, 1s, infinite, linear);
			.arrow {
				margin: 0 20px 0 0;
				svg {
					fill: $reef;
				}
			}
			.label {
				color: $reef;
				font-family: roboto-mono, monospace; 
				font-size: 0.850em;
				letter-spacing: 0.1em;
				text-transform: uppercase;
				display: block;
			}
		}
	}
	.scroll-and-pager-wrapper {
		width: 100px; height: 100vh;
		position: absolute;
		top: 0; right: 0;
		overflow: hidden;
	}
	.slides {
		padding: 0 100px;
		.slide {
			position: relative;
			&:not(:last-child) {
				margin: 0 0 100px 0;
			}
			.content {
				width: 60%; height: auto;
				padding: max(20vh, 100px) 0 100px 0;
				position: relative;
				left: -50px;
				z-index: 20;
			}
			.image {
				position: absolute;
				top: 0; bottom: 0;
				left: 0; right: 0;
				img {
					width: 100% !important;
					height: 100% !important;
					object-fit: cover;
					object-position: center center;
					position: absolute;
					top: 0; bottom: 0;
					left: 0; right: 0;
				}
			}
			.overlay {
				background: linear-gradient(40deg, rgba(black, 0.5) 0%, rgba(black, 0.2) 100%);
				position: absolute;
				top: 0; bottom: 0;
				left: 0; right: 0;
				z-index: 10;
			}
		}
	}
}
*/
/********************************************************************************************* 

x. Split Screen

*********************************************************************************************/
section.split-screen {
  position: relative;
  overflow: hidden;
}
section.split-screen .desktop .columns {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.split-screen .desktop .columns .column {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
section.split-screen .desktop .columns .columns {
  margin: 0 -20px;
}
section.split-screen .desktop .columns .columns .column .inside {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
section.split-screen .desktop .columns .columns .column .inside .images:not(:last-child) {
  margin: 0 0 40px 0;
}
section.split-screen .desktop .columns .columns .column .inside .images .image:not(:last-child) {
  margin: 0 0 40px 0;
}
section.split-screen .desktop .content {
  pointer-events: none;
  opacity: 0;
  padding: 0 100px;
  -moz-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
section.split-screen .desktop .content.active {
  pointer-events: all;
  opacity: 1;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.065, 1);
}
section.split-screen .desktop .image.illustration {
  pointer-events: none;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: 180px;
  right: 100px;
}
section.split-screen .desktop .image.illustration.active {
  pointer-events: all;
  opacity: 1;
  top: 100px;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.065, 1);
}
section.split-screen .desktop .spacers .spacer {
  width: 100%;
  height: 100vh;
}
section.split-screen .desktop .sticky {
  padding: 0 0 0 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
section.split-screen .mobile {
  display: none;
}
section.split-screen .mobile .section:first-child {
  padding: 50px 0 0 0;
}
section.split-screen .mobile .section .content {
  padding: 50px 0;
}
section.split-screen .mobile .section .keen-slider .slide .inside .image img {
  width: auto;
  height: 35vw;
}
section.split-screen.leasing-split-screen .desktop .sticky {
  padding: 0;
  padding-top: 100px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
section.split-screen.leasing-split-screen .desktop .columns .column .item-text {
  padding: 80px;
  box-sizing: border-box;
  margin-bottom: 40px;
  position: relative;
}
section.split-screen.leasing-split-screen .desktop .columns .column .item-text img {
  position: absolute;
  top: 30px;
  right: 30px;
}
section.split-screen.leasing-split-screen .leasing-spacer {
  height: 500vh;
}
section.split-screen.leasing-split-screen .video video {
  width: 100%;
  height: auto;
}
section.split-screen .mobile .item-text {
  padding: 30px;
  width: 300px;
  height: 35vw;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
section.split-screen .mobile .item-text h3 {
  font-size: 2.4rem;
}
section.split-screen .mobile .item-text img {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0 !important;
  width: 80px;
  height: auto;
}

/********************************************************************************************* 

x. Text

*********************************************************************************************/
section.text .columns {
  margin: -50px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.text .columns .column .inside {
  padding: 50px;
}

/********************************************************************************************* 

x. Text + Image

*********************************************************************************************/
section.text-image {
  overflow: hidden;
}
section.text-image.image-offset {
  background: none !important;
}
section.text-image.image-offset .content {
  border-top: 100px solid white;
  border-bottom: 100px solid white;
}
section.text-image.image-offset .image.illustration {
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  bottom: 0;
  left: 100px;
  z-index: 10;
  overflow: visible;
}
section.text-image.illustration-position-center.image-offset .image.illustration {
  -moz-transform: translateX(-50%) translateY(50%);
  -webkit-transform: translateX(-50%) translateY(50%);
  -o-transform: translateX(-50%) translateY(50%);
  -ms-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
  left: 50%;
}
section.text-image.illustration-position-center .image.illustration img {
  margin: 0 auto;
}
section.text-image.illustration-position-right.image-offset .image.illustration {
  left: auto;
  right: 100px;
}
section.text-image.illustration-position-right .image.illustration img {
  margin: 0 0 0 auto;
}
section.text-image.section-centered.image-normal.text-position-left .content {
  padding-left: 0;
}
section.text-image.section-centered.image-normal.text-position-right .content {
  padding-right: 0;
}
section.text-image.section-centered.image-normal .content {
  padding-top: 0;
  padding-bottom: 0;
}
section.text-image.section-centered.image-offset.background-white.text-position-left .content {
  padding-left: 0;
}
section.text-image.section-centered.image-offset.background-white.text-position-right .content {
  padding-right: 0;
}
section.text-image.text-position-left .columns {
  flex-direction: row-reverse;
}
section.text-image.text-position-right .columns {
  flex-direction: row;
}
section.text-image a[data-fancybox] {
  display: block;
  position: relative;
}
section.text-image a[data-fancybox] .image {
  display: block;
}
section.text-image .background.background-wild-sand {
  padding: 100px;
}
section.text-image .background.background-wild-sand.no-padding-right {
  padding-right: 0;
}
section.text-image .background.background-wild-sand.no-padding-right:after {
  content: "";
  background: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80%;
  right: 0;
}
section.text-image .background.background-wild-sand.no-padding-right .content {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
section.text-image .background.background-wild-sand.no-padding-right .image {
  position: relative;
  z-index: 10;
}
section.text-image .columns {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
section.text-image .columns .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
section.text-image .content {
  padding: 100px;
  position: relative;
}
section.text-image .image.foreground {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
section.text-image .image.foreground img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.text-image .slick .slide .image {
  max-height: 800px;
  overflow: hidden;
}

/********************************************************************************************* 

x. Title

*********************************************************************************************/
section.title {
  overflow: hidden;
}
section.title.robust .columns {
  margin: 0 -50px;
}
section.title.robust .columns .column:first-child {
  width: calc(100% - 600px);
  height: auto;
}
section.title.robust .columns .column:last-child {
  width: 600px;
  height: auto;
}
section.title.robust .columns .column .image {
  position: relative;
  z-index: 10;
}
section.title.robust .columns .column .inside {
  padding: 100px 50px 0 50px;
}
section.title.robust .columns .column .inside .background {
  margin: -100px 0 100px 0;
  padding: 100px 0;
}
section.title.simple .image.illustration {
  position: absolute;
  top: 0;
  right: 0;
}
section.title .columns {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
section.title .gift-guides {
  width: 130px;
  height: auto;
  display: block;
  -moz-transform: translateY(-30%) rotate(-8deg);
  -webkit-transform: translateY(-30%) rotate(-8deg);
  -o-transform: translateY(-30%) rotate(-8deg);
  -ms-transform: translateY(-30%) rotate(-8deg);
  transform: translateY(-30%) rotate(-8deg);
  position: absolute;
  top: 0;
  right: 0;
}

/********************************************************************************************* 

x. Intro

*********************************************************************************************/
section.intro {
  margin-bottom: 0;
  position: relative;
}
section.intro .content h2 {
  border-bottom: 1px solid #ffffff;
  line-height: 1.3;
}
section.intro .background.has-wings::after {
  width: 25%;
}
section.intro.robust .columns .column:first-child {
  display: flex;
  align-items: center;
}
section.intro.robust .columns .column .inside {
  padding-bottom: 100px;
}
section.intro .illustration {
  position: absolute;
  top: 10px;
  right: 0;
}

/********************************************************************************************* 

x. Connect

*********************************************************************************************/
section.connect .columns {
  display: flex;
  align-items: center;
  margin: 0;
}
section.connect .columns .column {
  box-sizing: border-box;
}
section.connect .columns .column:first-child {
  padding-right: 80px;
}
section.connect .columns .column:last-child {
  padding-left: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-left: 1px solid #fff;
}
section.connect .columns .column .content h2, section.connect .columns .column .content h3, section.connect .columns .column .content h4, section.connect .columns .column .content h5, section.connect .columns .column .content h6 {
  margin-bottom: 0;
}

/********************************************************************************************* 

x. 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%;
  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;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/********************************************************************************************* 

x. Imports

*********************************************************************************************/
/*********************************************************************************************

x. Basic Setup (Body, Fonts, etc.) 

********************************************************************************************/
@media only screen and (max-width: 1800px) {
  .wrapper.large {
    width: auto;
    margin: 0 50px;
  }
}
@media only screen and (max-width: 1500px) {
  .wrapper.medium {
    width: auto;
    margin: 0 50px;
  }
}
@media only screen and (max-width: 1400px) {
  html, body {
    font-size: 16px;
  }
  h2 {
    font-size: 6rem;
  }
  .image.illustration {
    height: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  h2 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 860px) {
  .image.illustration {
    height: 50px;
  }
  .wrapper.large, .wrapper.medium, .wrapper.small {
    width: auto;
    margin: 0 30px;
  }
}
@media only screen and (max-width: 800px) {
  h2 {
    font-size: 4rem;
  }
  h3 {
    font-size: 3rem;
  }
  h4 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 600px) {
  html, body {
    font-size: 14px;
  }
  h3 {
    font-size: 3.5rem;
  }
  h4 {
    font-size: 3rem;
  }
}
/********************************************************************************************* 

x. Announcement

*********************************************************************************************/
@media only screen and (max-width: 1200px) {
  section.announcement .image.illustration {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  section.announcement .sticker {
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    width: 120px;
    margin: 0 auto 30px auto;
    position: relative;
    left: 0;
  }
  section.announcement .wrapper.medium {
    margin: 0;
  }
}
@media only screen and (max-width: 860px) {
  section.announcement .sticker {
    width: 100px;
  }
}
/********************************************************************************************* 

x. Back

*********************************************************************************************/
@media only screen and (max-width: 860px) {
  section.back {
    padding: 15px 0 !important;
  }
}
/********************************************************************************************* 

x. Business

*********************************************************************************************/
@media only screen and (max-width: 900px) {
  .single-business section.text {
    background: #F6F2F2;
    margin-top: -30px;
    padding: 0 0 30px 0;
  }
  .single-business section.text-image .columns .column.width-55 {
    width: calc(100% + 100px);
    margin: -60px -50px 0 -50px;
  }
}
@media only screen and (max-width: 860px) {
  .single-business section.text-image .columns .column.width-55 {
    width: calc(100% + 60px);
    margin: -30px -30px 0 -30px;
  }
}
/********************************************************************************************* 

x. Content

*********************************************************************************************/
@media only screen and (max-width: 1700px) {
  .content ul.categories li.right {
    order: 0;
  }
}
@media only screen and (max-width: 1400px) {
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6,
  .content ol,
  .content p,
  .content ul {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .content.bottom {
    margin: 50px 0 0 0;
  }
  .content.top {
    margin: 0 0 50px 0;
  }
  .content a.arrow-left:before {
    width: 40px;
  }
  .content a.arrow-left:hover:before {
    width: 30px;
  }
  .content a.arrow-right:after {
    width: 40px;
  }
  .content a.arrow-right:hover:after {
    width: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .content.small {
    font-size: 0.75em;
  }
}
@media only screen and (max-width: 860px) {
  .content.bottom {
    margin: 30px 0 0 0;
  }
  .content.top {
    margin: 0 0 30px 0;
  }
  .content ul.categories, .content ul.features {
    margin-top: -15px;
  }
  .content ul.categories li, .content ul.features li {
    margin: 15px 30px 0 0;
  }
  .content ul.categories li a {
    padding: 0 0 0 20px;
  }
  .content ul.categories li a:before {
    width: 9px;
    height: 9px;
    border-width: 1px;
  }
  .content ul.jobs li {
    padding: 0 0 20px 0;
  }
  .content ul.jobs li:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 600px) {
  .content.small {
    font-size: 0.857em;
  }
  .content ul.features li .icon {
    width: auto;
    height: 18px;
  }
  .content ul.features li .icon img {
    width: auto;
    height: 100%;
  }
}
/********************************************************************************************* 

x. Cross Links

*********************************************************************************************/
@media only screen and (max-width: 1100px) {
  section.cross-links .grid .item .image {
    height: 120px;
  }
  section.cross-links .grid .item .inside {
    padding: 50px;
  }
}
@media only screen and (max-width: 860px) {
  section.cross-links .grid .item .image {
    height: 100px;
    margin: 0 0 20px 0;
  }
  section.cross-links .grid .item .inside {
    padding: 30px;
  }
}
@media only screen and (max-width: 600px) {
  section.cross-links .grid .item {
    width: 100%;
    border-right: none;
  }
  section.cross-links .grid .item:first-child .inside {
    padding-top: 0;
  }
  section.cross-links .grid .item:last-child .inside {
    padding-bottom: 0;
  }
  section.cross-links .grid .item .image {
    height: 80px;
  }
  section.cross-links .grid .item .image object {
    max-width: 150px;
  }
}
/********************************************************************************************* 

x. Directory

*********************************************************************************************/
@media only screen and (max-width: 1850px) {
  section.directory .businesses-wrapper .businesses > li.active {
    padding: 20px;
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 1700px) {
  section.directory .columns .column.width-35 {
    width: 40%;
  }
  section.directory .columns .column.width-65 {
    width: 60%;
  }
}
@media only screen and (max-width: 1400px) {
  section.directory .columns {
    margin: 0 -50px;
  }
  section.directory .columns .column .inside {
    padding: 0 50px;
  }
  section.directory .directory {
    height: 100vh;
    margin: 0;
  }
}
@media only screen and (max-width: 1000px) {
  section.directory {
    border-top: 2px solid white;
    margin-top: -60px;
    overflow: hidden;
  }
  section.directory .businesses-wrapper .businesses > li > .sub-menu > ul > li.view-on-map {
    display: block;
  }
  section.directory .columns {
    margin: 50px 0 0 0;
  }
  section.directory .columns .column {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  section.directory .columns .column.active {
    position: relative;
    top: 0;
    left: 0;
  }
  section.directory .columns .column.width-35 {
    width: 100%;
  }
  section.directory .columns .column.width-65 {
    width: calc(100% + 100px);
    margin: 0 -50px;
  }
  section.directory .columns .column .inside {
    padding: 0;
  }
  section.directory .directory {
    width: 100% !important;
    height: 130vw;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: -20px 0 0 0;
    position: relative !important;
  }
  section.directory .directory #directory #stores path:not(.active):hover {
    fill: transparent;
    opacity: 0;
  }
  section.directory .mobile {
    display: block;
  }
  section.directory .search .categories {
    padding: 0 0 5px 0;
  }
  section.directory .search .categories li {
    margin: 0 30px 15px 0;
  }
  section.directory .search .sub-categories li {
    margin: 0 0 10px 0;
  }
  section.directory .search .sub-categories li.close {
    margin: 0;
  }
  section.directory .search .sub-categories li:nth-last-child(2) {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 860px) {
  section.directory {
    margin-top: -30px;
  }
  section.directory .businesses-wrapper .businesses > li.active {
    padding: 20px 30px;
    margin: 0 -30px;
  }
  section.directory .columns {
    margin: 30px 0 0 0;
  }
  section.directory .columns .column.width-65 {
    width: calc(100% + 60px);
    margin: 0 -30px;
  }
}
@media only screen and (max-width: 700px) {
  section.directory .directory .controls li a {
    width: 30px;
    height: 30px;
  }
  section.directory .directory .controls li a svg {
    width: 15px;
  }
}
@media only screen and (max-width: 600px) {
  section.directory .businesses-wrapper .businesses > li > .menu > ul > li.right img {
    width: auto;
    height: 18px;
  }
}
/********************************************************************************************* 

x. Expandable Text

*********************************************************************************************/
@media only screen and (max-width: 1400px) {
  section.expandable-text .background {
    padding: 50px;
  }
  section.expandable-text .content.hidden .spacer {
    height: 50px;
  }
  section.expandable-text .link .image.illustration.arrow {
    width: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  section.expandable-text .wrapper.large {
    margin: 0;
  }
}
@media only screen and (max-width: 1000px) {
  section.expandable-text.has-illustration .link {
    padding-left: 110px;
  }
  section.expandable-text .link .image.illustration {
    width: 160px;
    left: -50px;
  }
  section.expandable-text .link .image.illustration.car img {
    max-width: 120px;
  }
  section.expandable-text .link .image.illustration.gift-card img {
    max-height: 60px;
  }
  section.expandable-text .link .image.illustration img {
    max-width: 110px;
    max-height: 70px;
  }
  section.expandable-text + section.expandable-text {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 860px) {
  section.expandable-text.has-illustration .link {
    padding-left: 0;
  }
  section.expandable-text.open .link:after {
    -moz-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  section.expandable-text .background {
    padding: 30px;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  section.expandable-text .content.hidden .spacer {
    height: 30px;
  }
  section.expandable-text .content h3 {
    font-size: 3em;
  }
  section.expandable-text .link {
    padding: 0 40px 0 0;
  }
  section.expandable-text .link:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" class="ionicon" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-miterlimit="10" stroke-width="48" d="M112 184l144 144 144-144"/></svg>');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.065, 1);
    -moz-transition: transform 0.4s cubic-bezier(0.4, 0, 0.065, 1);
    -ms-transition: transform 0.4s cubic-bezier(0.4, 0, 0.065, 1);
    -o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.065, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.065, 1);
  }
  section.expandable-text .link .image.illustration.arrow {
    display: none;
  }
  section.expandable-text .link .image.illustration.arrow img {
    display: block;
  }
  section.expandable-text .link .image.illustration img {
    display: none;
  }
  section.expandable-text + section.expandable-text {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 600px) {
  section.expandable-text .content h3 {
    font-size: 3em;
  }
}
/********************************************************************************************* 

x. Featured Posts
x. Posts

*********************************************************************************************/
@media only screen and (max-width: 1800px) {
  section.featured-posts .grid,
  section.posts .grid {
    margin: -25px;
  }
  section.featured-posts .grid .item .inside,
  section.posts .grid .item .inside {
    margin: 25px;
  }
}
@media only screen and (max-width: 1600px) {
  section.featured-posts .grid .item.large-image-with-title .inside,
  section.posts .grid .item.large-image-with-title .inside {
    padding: 150px 50px;
  }
}
@media only screen and (max-width: 1300px) {
  section.featured-posts .grid .item,
  section.posts .grid .item {
    width: 50%;
  }
  section.featured-posts .grid .item .inside,
  section.posts .grid .item .inside {
    padding: 50px;
  }
  section.featured-posts .grid .item .inside .image,
  section.posts .grid .item .inside .image {
    margin: 0 0 50px 0;
  }
  section.featured-posts .marquee .categories li h6,
  section.posts .marquee .categories li h6 {
    font-size: 12px;
  }
  section.featured-posts .top .wrapper .content h2,
  section.posts .top .wrapper .content h2 {
    padding: 0 50px;
  }
  section.featured-posts .top .wrapper .content h2:after,
  section.posts .top .wrapper .content h2:after {
    height: 30px;
  }
  section.featured-posts .grid .item:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  section.featured-posts .top,
  section.posts .top {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 860px) {
  section.featured-posts .grid,
  section.posts .grid {
    margin: -15px;
  }
  section.featured-posts .grid .item.large-image-with-title .inside,
  section.posts .grid .item.large-image-with-title .inside {
    padding: 100px 30px;
  }
  section.featured-posts .grid .item.large-image-with-title .inside .content,
  section.featured-posts .grid .item.large-image-with-title .inside .overlay,
  section.posts .grid .item.large-image-with-title .inside .content,
  section.posts .grid .item.large-image-with-title .inside .overlay {
    opacity: 1;
  }
  section.featured-posts .grid .item.large-image-with-title .inside .content,
  section.posts .grid .item.large-image-with-title .inside .content {
    color: #F6F2F2;
  }
  section.featured-posts .grid .item.large-image-with-title .inside .overlay,
  section.posts .grid .item.large-image-with-title .inside .overlay {
    background: rgba(0, 0, 0, 0.6);
  }
  section.featured-posts .grid .item .inside,
  section.posts .grid .item .inside {
    margin: 15px;
    padding: 30px;
  }
  section.featured-posts .grid .item .inside .image,
  section.posts .grid .item .inside .image {
    margin: 0 0 30px 0;
  }
  section.featured-posts .top,
  section.posts .top {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 800px) {
  section.featured-posts .marquee .categories li h6,
  section.posts .marquee .categories li h6 {
    font-size: 10px;
  }
  section.featured-posts .marquee-wrapper,
  section.posts .marquee-wrapper {
    padding: 5px 0;
  }
  section.featured-posts .top .wrapper .content h2,
  section.posts .top .wrapper .content h2 {
    padding: 0 30px;
  }
  section.featured-posts .top .wrapper .content h2:after,
  section.posts .top .wrapper .content h2:after {
    height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  section.featured-posts .grid .item,
  section.posts .grid .item {
    width: 100%;
  }
  section.featured-posts .marquee-wrapper,
  section.posts .marquee-wrapper {
    display: none;
  }
  section.featured-posts .top .wrapper .content h2,
  section.posts .top .wrapper .content h2 {
    padding: 0;
  }
  section.featured-posts .top .wrapper .content h2:after,
  section.posts .top .wrapper .content h2:after {
    display: none;
  }
  section.featured-posts .grid .item:nth-child(3) {
    display: block;
  }
}
/********************************************************************************************* 

x. Footer

*********************************************************************************************/
@media only screen and (max-width: 1800px) {
  footer .columns {
    margin: -25px;
  }
  footer .columns .column .inside {
    padding: 25px;
  }
}
@media only screen and (max-width: 1000px) {
  footer .columns .column {
    width: 50%;
  }
  footer .columns .column:nth-child(1) {
    order: 3;
  }
  footer .columns .column:nth-child(2) {
    order: 1;
  }
  footer .columns .column:nth-child(3) {
    order: 2;
  }
  footer .hours li {
    font-size: 1em;
  }
  footer #mc_embed_signup form {
    text-align: left;
  }
  footer #mc_embed_signup form .mc-field-group {
    width: 100%;
  }
  footer #mc_embed_signup form .mc-field-group input[type=email] {
    width: 100%;
  }
  footer .navigation li a {
    font-size: 1em;
  }
}
@media only screen and (max-width: 860px) {
  footer {
    padding: 30px 0;
  }
  footer .columns {
    margin: -15px;
  }
  footer .columns .column .inside {
    padding: 15px;
  }
  footer .hours:not(:last-child),
  footer #mc_embed_signup:not(:last-child),
  footer .navigation:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 600px) {
  footer .columns .column {
    width: 100%;
  }
  footer .hours li {
    line-height: 2em;
  }
  footer .hours li:not(:last-child) {
    margin: 0;
  }
}
/********************************************************************************************* 

x. Header

*********************************************************************************************/
@media only screen and (max-width: 1300px) {
  header .desktop {
    display: none;
  }
  header .logo {
    width: 380px;
  }
  header .mobile {
    display: block;
  }
}
@media only screen and (max-width: 860px) {
  header {
    padding: 30px 0;
  }
  header .notification {
    margin: -30px 0 30px 0;
  }
}
@media only screen and (max-width: 700px) {
  header .logo {
    width: 320px;
  }
}
@media only screen and (max-width: 500px) {
  header .logo {
    width: 250px;
  }
}
/********************************************************************************************* 

x. Instagram

*********************************************************************************************/
@media only screen and (max-width: 1400px) {
  section.instagram .content a .illustration {
    width: 40px;
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width: 800px) {
  section.instagram .content a .illustration {
    width: 35px;
  }
}
/********************************************************************************************* 

x. Jobs

*********************************************************************************************/
@media only screen and (max-width: 1850px) {
  section.jobs .businesses > li.active {
    padding: 20px;
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 1400px) {
  section.jobs .columns {
    margin: 0 -50px;
  }
  section.jobs .columns .column .inside {
    padding: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  section.jobs .columns {
    margin: 0;
  }
  section.jobs .columns .column {
    width: 100%;
  }
  section.jobs .columns .column:first-child:after {
    content: "";
    width: 9999px;
    height: auto;
    background: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
  }
  section.jobs .columns .column:last-child {
    display: none;
  }
  section.jobs .columns .column .inside {
    padding: 50px 0 0 0;
  }
}
@media only screen and (max-width: 860px) {
  section.jobs .businesses > li.active {
    padding: 20px 30px;
    margin: 0 -30px;
  }
  section.jobs .columns .column .inside {
    padding: 30px 0 0 0;
  }
}
/********************************************************************************************* 

x. Main

*********************************************************************************************/
@media only screen and (max-width: 1000px) {
  main section {
    margin-bottom: 60px;
  }
  main section.background-cararra, main section.background-gossip, main section.background-maverick, main section.background-sea-mist, main section.background-wild-sand {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section.full-width + section.full-width {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 860px) {
  main section {
    margin-bottom: 30px;
  }
  main section.background-cararra, main section.background-gossip, main section.background-maverick, main section.background-sea-mist, main section.background-wild-sand {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section.full-width + section.full-width {
    margin-top: -30px;
  }
}
/********************************************************************************************* 

x. Newsletter Box

*********************************************************************************************/
@media only screen and (max-width: 1100px) {
  .newsletter-box {
    display: none;
  }
}
/********************************************************************************************* 

x. Post

*********************************************************************************************/
@media only screen and (max-width: 1800px) {
  section.post .background {
    padding: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  section.post .content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 860px) {
  section.post .area {
    margin: 0 0 30px 0;
  }
  section.post .area .columns {
    margin: 0 -15px;
  }
  section.post .area .columns .column .inside {
    padding: 0 15px;
  }
  section.post .area .columns .column .inside .image:not(:last-child) {
    margin: 0 0 30px 0;
  }
  section.post .background {
    padding: 0;
  }
  section.post .background.background-wild-sand {
    background: none;
  }
}
@media only screen and (max-width: 700px) {
  section.post .area .columns {
    margin: -15px;
  }
  section.post .area .columns .column {
    width: 100%;
  }
  section.post .area .columns .column .inside {
    padding: 15px;
  }
}
/********************************************************************************************* 

x. Slick

*********************************************************************************************/
@media only screen and (max-width: 860px) {
  .slick {
    padding: 0 0 60px 0;
  }
  .slick-dots {
    top: auto;
    bottom: 30px;
  }
  .slick-dots li button {
    border-width: 1px;
  }
}
@media only screen and (max-width: 600px) {
  .slick-dots li {
    margin: 0 5px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
/********************************************************************************************* 

x. Slideshow

*********************************************************************************************/
@media only screen and (max-width: 1800px) {
  section.slideshow .gift-guides {
    right: 100px;
  }
  section.slideshow .slick .slide {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1400px) {
  section.slideshow .slick .slide .content {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  section.slideshow .gift-guides {
    width: 100px;
    top: 60px;
    right: 60px;
  }
  section.slideshow .slick .slide {
    margin: 0 50px;
    padding: 0;
  }
  section.slideshow .slick .slide .content {
    left: 50px;
  }
}
@media only screen and (max-width: 860px) {
  section.slideshow {
    background: white !important;
    padding-top: 0 !important;
  }
  section.slideshow .gift-guides {
    width: 100px;
    -moz-transform: translateY(0%) rotate(10deg);
    -webkit-transform: translateY(0%) rotate(10deg);
    -o-transform: translateY(0%) rotate(10deg);
    -ms-transform: translateY(0%) rotate(10deg);
    transform: translateY(0%) rotate(10deg);
    top: 30px;
    right: 30px;
  }
  section.slideshow .slick .slide {
    margin: 0;
    padding: 0;
  }
  section.slideshow .slick .slide .content {
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}
/********************************************************************************************* 

x. Split Screen

*********************************************************************************************/
@media only screen and (max-width: 1800px) {
  section.split-screen .desktop .content {
    padding: 0 50px 0 100px;
  }
}
@media only screen and (max-width: 1400px) {
  section.split-screen .desktop .columns .columns {
    margin: 0 -15px;
  }
  section.split-screen .desktop .columns .columns .column .inside {
    padding: 0 15px;
  }
  section.split-screen .desktop .columns .columns .column .inside .images:not(:last-child) {
    margin: 0 0 30px 0;
  }
  section.split-screen .desktop .columns .columns .column .inside .images .image:not(:last-child) {
    margin: 0 0 30px 0;
  }
  section.split-screen .desktop .content {
    padding: 0 50px;
  }
  section.split-screen .desktop .sticky {
    padding: 0 0 0 30px;
  }
}
@media only screen and (max-width: 1000px) {
  section.split-screen .desktop {
    display: none;
  }
  section.split-screen .mobile {
    display: block;
  }
}
@media only screen and (max-width: 860px) {
  section.split-screen .mobile .section:first-child {
    padding: 0;
  }
  section.split-screen .mobile .section .content {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 600px) {
  section.split-screen .mobile .section .keen-slider .slide .inside .image img {
    width: auto;
    height: 60vw;
  }
  section.split-screen .mobile .item-text {
    width: auto;
    height: 60vw;
  }
}
/********************************************************************************************* 

x. Text

*********************************************************************************************/
@media only screen and (max-width: 1800px) {
  section.text .columns {
    margin: -25px;
  }
  section.text .columns .column .inside {
    padding: 25px;
  }
}
@media only screen and (max-width: 1100px) {
  section.text .columns .column {
    width: 100%;
  }
}
@media only screen and (max-width: 860px) {
  section.text .columns {
    margin: -15px;
  }
  section.text .columns .column .inside {
    padding: 15px;
  }
}
/********************************************************************************************* 

x. Text + Image

*********************************************************************************************/
@media only screen and (max-width: 1200px) {
  section.text-image .content {
    padding: 50px;
  }
  section.text-image .background.background-wild-sand.no-padding-right {
    padding: 50px;
  }
  section.text-image .background.background-wild-sand.no-padding-right:after {
    display: none;
  }
  section.text-image .background.background-wild-sand.no-padding-right .columns .column {
    width: 100%;
  }
  section.text-image .background.background-wild-sand.no-padding-right .content {
    padding-top: 50px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1000px) {
  section.text-image.image-offset .content {
    border-top-width: 60px;
    border-bottom-width: 60px;
  }
  section.text-image.image-offset .image.illustration {
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    position: relative;
    bottom: 0;
    left: 0 !important;
  }
  section.text-image.image-offset .image.illustration img {
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  section.text-image.section-full-width + section.text-image.section-full-width {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 860px) {
  section.text-image.image-offset .content {
    border-top-width: 0;
    border-bottom-width: 0;
  }
  section.text-image.section-centered.image-normal .content {
    padding: 30px 0 0 0;
  }
  section.text-image .background.background-wild-sand {
    background: none;
    padding: 0;
  }
  section.text-image .background.background-wild-sand.no-padding-right {
    padding: 0;
  }
  section.text-image .background.background-wild-sand.no-padding-right .content {
    padding-top: 30px;
  }
  section.text-image .columns .column {
    width: 100%;
  }
  section.text-image .content {
    padding: 30px;
  }
  section.text-image.section-full-width + section.text-image.section-full-width {
    margin-top: -30px;
  }
}
/********************************************************************************************* 

x. Tippy

*********************************************************************************************/
@media only screen and (max-width: 600px) {
  .tippy-box .tippy-content {
    padding: 20px;
  }
  .tippy-box .tippy-content a[href="#close"] {
    top: 15px;
    right: 15px;
  }
}
/********************************************************************************************* 

x. Title

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  section.title.robust .columns .column:first-child {
    width: calc(100% - 500px);
    height: auto;
  }
  section.title.robust .columns .column:last-child {
    width: 500px;
    height: auto;
  }
}
@media only screen and (max-width: 1500px) {
  section.title.robust .columns .column:first-child {
    width: calc(100% - 400px);
    height: auto;
  }
  section.title.robust .columns .column:last-child {
    width: 400px;
    height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  section.title.robust .columns .column:first-child {
    width: 100%;
  }
  section.title.robust .columns .column:last-child {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  section.title.simple .image.illustration {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  section.title.robust .columns {
    margin: 0 -30px;
  }
  section.title.robust .columns .column .inside {
    padding: 60px 30px 0 30px;
  }
  section.title.robust .columns .column .inside .background {
    margin: -60px 0 60px 0;
    padding: 60px 0;
  }
  section.title.intro.robust .columns {
    margin: 0 -30px;
  }
  section.title.intro.robust .columns .column .inside {
    padding: 60px 30px 60px 30px;
  }
  section.title.intro.robust .columns .column .inside .background {
    margin: -60px 0 60px 0;
    padding: 60px 0;
  }
  section.title.intro .illustration {
    top: 30px;
  }
}
@media only screen and (max-width: 860px) {
  section.title.robust .columns .column .inside {
    padding: 30px 30px 0 30px;
  }
  section.title.robust .columns .column .inside .background {
    margin: -30px 0 30px 0;
    padding: 30px 0;
  }
  section.title .gift-guides {
    width: 80px;
    -moz-transform: translateY(0%) rotate(-8deg);
    -webkit-transform: translateY(0%) rotate(-8deg);
    -o-transform: translateY(0%) rotate(-8deg);
    -ms-transform: translateY(0%) rotate(-8deg);
    transform: translateY(0%) rotate(-8deg);
  }
}
@media only screen and (max-width: 450px) {
  section.title .gift-guides {
    display: none;
  }
}
/********************************************************************************************* 

x. Safari Fixes

*********************************************************************************************/
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .image.lazy img {
      -webkit-transition: none !important;
      -moz-transition: none !important;
      -ms-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
      -webkit-transition-delay: 0 !important;
      -moz-transition-delay: 0 !important;
      -ms-transition-delay: 0 !important;
      -o-transition-delay: 0 !important;
      transition-delay: 0 !important;
    }
    section.featured-posts .grid .item .inside:hover .image .zoom,
    section.posts .grid .item .inside:hover .image .zoom {
      -moz-transform: none;
      -webkit-transform: none;
      -o-transform: none;
      -ms-transform: none;
      transform: none;
    }
    section.featured-posts .grid .item .inside .image .zoom,
    section.posts .grid .item .inside .image .zoom {
      -webkit-transition: none !important;
      -moz-transition: none !important;
      -ms-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
      -webkit-transition-delay: 0 !important;
      -moz-transition-delay: 0 !important;
      -ms-transition-delay: 0 !important;
      -o-transition-delay: 0 !important;
      transition-delay: 0 !important;
    }
  }
}
/********************************************************************************************* 

x. Smaller than 1024px

*********************************************************************************************/
/*
@media only screen and (max-width:1024px) {

	input,
	textarea {
	    border-radius: 0;
	    -webkit-appearance: none;
	}

}
*/
/********************************************************************************************* 

x. Holiday

*********************************************************************************************/
/*
	.background-sea-mist {
		background: $deep-carmine;
		&.has-wings {
			&:after,
			&:before {
				background: $deep-carmine;
			}
		}
		.content {
			color: white;
			a {
				&.arrow-right {
					&:after {
						filter: invert(100%);
					}
				}
			}
		}
	}
	header {
		.mobile {
			.hamburger {
				background: $reef;
			}
		}
		.notification {
			background: $reef;
		}
	}
	#mobile-menu {
		background: $reef;
		.menu {
			.close {
				color: black;
			}
		}
	}
	.newsletter-box {
		color: white;
		background: $deep-carmine;
		a[href="#close"] {
			svg {
				fill: white;
			}
		}
		#mc_embed_signup {
			#mc-embedded-subscribe-form {
				div.mce_inline_error {
					color: white;
				}
			}
			.mc-field-group {
				position: relative;
				input[type="email"] {
					color: white;
					border-color: white;
				}
				input[type="submit"] {
					color: white;
				}
			}
		}
	}
	section.directory {
		.directory {
			#directory {
				#stores {
					path {
						&.active {
							fill: $reef;
						}
					}
				}
			}
		}
	}
	section.featured-posts .grid .item .inside:not(.no-background) {
		background: $deep-carmine;
	}
	section.featured-posts .grid .item .inside:not(.no-background) .content {
		color: white;
	}
	section.featured-posts .grid .item .inside:not(.no-background) .content a.arrow-right:after {
		filter: invert(100%);
	}
	section.directory {
		.businesses-wrapper {
			.businesses {
				> li {
					&.active {
						background: $reef;
						&:before {
							background: $reef;
						}
					}
				}
			}
		}
	}
	.tippy-box {
		.tippy-arrow {
			&:before {
				color: $reef;
			}
		}
		.tippy-content {
			background: $reef;
		}
	}
*/

/*# sourceMappingURL=style.css.map */
