/*
Theme Name: East Market - Ludlow
Author: Nucleus Digital
Author URI: http://nucleusd.com
Description: Theme for East Market - Ludlow
Version: 1.0
*/
@charset "UTF-8";

.ModernMT-Bold {
  font-family: ModernMT-Bold;
  font-weight: normal;
  font-style: normal;
}

.ModernMT-BoldItalic {
  font-family: ModernMT-BoldItalic;
  font-weight: normal;
  font-style: normal;
}

.ModernMT-Condensed {
  font-family: ModernMT-Condensed;
  font-weight: normal;
  font-style: normal;
}

.ModernMT-CondensedItalic {
  font-family: ModernMT-CondensedItalic;
  font-weight: normal;
  font-style: normal;
}

.ModernMT-Extended {
  font-family: ModernMT-Extended;
  font-weight: normal;
  font-style: normal;
}

.ModernMT-ExtendedItalic {
  font-family: ModernMT-ExtendedItalic;
  font-weight: normal;
  font-style: normal;
}

.ModernMT-Wide {
  font-family: ModernMT-Wide;
  font-weight: normal;
  font-style: normal;
}

.ModernMT-WideItalic {
  font-family: ModernMT-WideItalic;
  font-weight: normal;
  font-style: normal;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: -webkit-calc(0%);
  max-width: calc(0%);
  max-height: -webkit-calc(12%);
  max-height: calc(12%);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .25s;
  transition: background .25s;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

/* Caption */

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: -webkit-calc(49%);
  top: calc(49%);
  left: -webkit-calc(42%);
  left: calc(42%);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Navigation arrows */

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

/* Loading indicator */

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Transition effects */

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  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 {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

/* Fullscreen  */

.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: -webkit-calc(43%);
  left: calc(43%);
  top: -webkit-calc(44%);
  top: calc(44%);
  border: 2px solid;
  background: none;
}

/* Slideshow button */

.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: -webkit-calc(44%);
  top: calc(44%);
  left: -webkit-calc(46%);
  left: calc(46%);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Thumbs */

.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: -webkit-calc(48%);
    top: calc(48%);
    left: -webkit-calc(48%);
    left: calc(48%);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99995;
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

/* Preload images */

body:after {
  content: url(img/lightbox/close.png) url(img/lightbox/loading.gif) url(img/lightbox/prev.png) url(img/lightbox/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(img/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(img/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(img/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(img/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

button {
  background: none;
  border: none;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[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;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* =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;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 15px 10px;
  padding: 20px 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  margin-right: 2.5px;
  vertical-align: -4px;
}

blockquote p {
  display: inline;
}

@font-face {
  font-family: "icons";
  src: url("../ludlow/fonts/icons-ce7d83ec8ff11b4815a14f98c3df6cb4.eot");
  src: url("../ludlow/fonts/icons-ce7d83ec8ff11b4815a14f98c3df6cb4.eot?#iefix") format("embedded-opentype"), url("../ludlow/fonts/icons-ce7d83ec8ff11b4815a14f98c3df6cb4.woff") format("woff"), url("../ludlow/fonts/icons-ce7d83ec8ff11b4815a14f98c3df6cb4.ttf") format("truetype"), url("../ludlow/fonts/icons-ce7d83ec8ff11b4815a14f98c3df6cb4.svg?#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.em-icon-arrow-down,
.em-icon-arrow-right,
.em-icon-arts,
.em-icon-chevron-down,
.em-icon-chevron-left,
.em-icon-chevron-right,
.em-icon-chevron-up,
.em-icon-circle-arrow-down,
.em-icon-circle-arrow-up,
.em-icon-close,
.em-icon-facebook,
.em-icon-instagram,
.em-icon-menu,
.em-icon-phone,
.em-icon-retail,
.em-icon-rss,
.em-icon-search,
.em-icon-snapchat,
.em-icon-triangle,
.em-icon-twitter,
.em-icon-utensils {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

.em-icon-arrow-down {
  content: "\f101";
}

.em-icon-arrow-right {
  content: "\f102";
}

.em-icon-arts {
  content: "\f103";
}

.em-icon-chevron-down {
  content: "\f104";
}

.em-icon-chevron-left {
  content: "\f105";
}

.em-icon-chevron-right {
  content: "\f106";
}

.em-icon-chevron-up {
  content: "\f107";
}

.em-icon-circle-arrow-down {
  content: "\f108";
}

.em-icon-circle-arrow-up {
  content: "\f109";
}

.em-icon-close {
  content: "\f10a";
}

.em-icon-facebook {
  content: "\f10b";
}

.em-icon-instagram {
  content: "\f10c";
}

.em-icon-menu {
  content: "\f10d";
}

.em-icon-phone {
  content: "\f10e";
}

.em-icon-retail {
  content: "\f10f";
}

.em-icon-rss {
  content: "\f110";
}

.em-icon-search {
  content: "\f111";
}

.em-icon-snapchat {
  content: "\f112";
}

.em-icon-triangle {
  content: "\f113";
}

.em-icon-twitter {
  content: "\f114";
}

.em-icon-utensils {
  content: "\f115";
}

@font-face {
  font-family: 'Verlag';
  src: url('fonts/Verlag/Verlag-Book.eot?#iefix') format('embedded-opentype'), url('fonts/Verlag/Verlag-Book.otf') format('opentype'), url('fonts/Verlag/Verlag-Book.woff') format('woff'), url('fonts/Verlag/Verlag-Book.ttf') format('truetype'), url('fonts/Verlag/Verlag-Book.svg#fonts/Verlag/Verlag-Book') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Verlag';
  src: url('fonts/Verlag/Verlag-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Verlag/Verlag-Bold.otf') format('opentype'), url('fonts/Verlag/Verlag-Bold.woff') format('woff'), url('fonts/Verlag/Verlag-Bold.ttf') format('truetype'), url('fonts/Verlag/Verlag-Bold.svg#fonts/Verlag/Verlag-Bold') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Verlag';
  src: url('fonts/Verlag/Verlag-Black.eot?#iefix') format('embedded-opentype'), url('fonts/Verlag/Verlag-Black.otf') format('opentype'), url('fonts/Verlag/Verlag-Black.woff') format('woff'), url('fonts/Verlag/Verlag-Black.ttf') format('truetype'), url('fonts/Verlag/Verlag-Black.svg#fonts/Verlag/Verlag-Black') format('svg');
  font-weight: 700;
  font-style: normal;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.accessible-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  top: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.outer-container,
.em-footer-container,
.em-git-section {
  width: 1088px;
  padding-left: 32px;
  padding-right: 32px;
  margin-right: auto;
  margin-left: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1088px) {
  .outer-container,
  .em-footer-container,
  .em-git-section {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .outer-container,
  .em-footer-container,
  .em-git-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.inner-container {
  width: 960px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: auto;
  margin-left: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 960px) {
  .inner-container {
    width: 100%;
  }
}

.site-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .site-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.reset-list-style,
.em-footer-primary-navigation-list,
.em-footer-alternate-navigation-list,
.em-secondary-navigation-list,
.em-primary-navigation-list,
.em-alternate-navigation-list,
.sidebar__archives,
.em-hero-arrow-container .slick-dots,
ul.page-numbers,
.em-slider-nav-container .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.down-triangle {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
}

.primary-button,
.em-submit input {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  background-color: transparent;
  border: 2px solid #00aeef;
  color: #00aeef;
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.primary-button:hover,
.primary-button:focus {
  background-color: #00aeef;
  color: #ffffff;
  outline: none;
}

.alternate-button {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  background-color: #00aeef;
  border: 2px solid #00aeef;
  color: #ffffff;
  padding: 15px 25px 12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.alternate-button:hover,
.alternate-button:focus {
  background-color: #0089bc;
  border-color: #0089bc;
  color: #ffffff;
  outline: none;
}

.em-section-heading {
  margin-bottom: 20px;
  font-size: 48px;
  font-size: 4.8rem;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 767px) {
  .em-section-heading {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

@media (max-width: 600px) {
  .em-section-heading {
    font-size: 30px;
    font-size: 3rem;
  }
}

.em-section-heading-small {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 600px) {
  .em-section-heading-small {
    font-size: 20px;
    font-size: 2rem;
  }
}

.em-footer {
  background-color: #403e39;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
}

.em-footer a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
}

.em-footer-container {
  padding-top: 40px;
  padding-bottom: 70px;
}

.em-footer-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 930px) {
  .em-footer-outer {
    display: block;
  }
}

.em-footer-inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 930px) {
  .em-footer-inner {
    margin-bottom: 20px;
  }
}

.em-footer-primary-navigation-list > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .em-footer-primary-navigation-list > li {
    display: block;
    margin-right: 0;
  }
}

.em-footer-primary-navigation-list > li > a {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}

.em-footer-alternate-navigation-list {
  margin-bottom: 8px;
}

.em-footer-alternate-navigation-list > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .em-footer-alternate-navigation-list > li {
    display: block;
    margin-right: 0;
  }
}

.em-footer-alternate-navigation-list > li > a {
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}

.footer__brochure-container {
  margin-bottom: 20px;
}

.footer__brochure-container .alternate-button {
  font-size: 12px;
  line-height: 1;
}

.em-address,
.em-contact {
  margin-bottom: 15px;
}

.em-contact .footer-telephone {
  font-size: 18px;
  line-height: 14px;
}

.social-media {
  margin-bottom: 20px;
}

.social-media-link {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  background-color: #edf3eb;
  margin-right: 16px;
  text-align: center;
}

.social-media-link:before {
  font-size: 20px;
  line-height: 35px;
  color: #403e39;
}

.social-media-facebook.social-media-link:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f10b";
}

.social-media-twitter.social-media-link:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f114";
}

.social-media-snapchat.social-media-link:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f112";
}

.social-media-instagram.social-media-link:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f10c";
}

.em-eho-container {
  text-align: center;
}

.em-footer-schedule {}
.em-footer-schedule .time-table { padding: 30px 45px; }
.em-footer-schedule ul { padding: 0; margin: 0; }
.em-footer-schedule h4 { font-size: 1.8rem; margin: 0 0 10px; }
.em-footer-schedule p,
.em-footer-schedule li { text-transform: none; font-size: 1.6rem; line-height: 1.5em; }
@media (min-width: 769px) {
  .em-footer-schedule .time-table {margin-right: 50px; margin-top: 105px; }
}

@media (max-width: 700px) {
  .em-eho-container {
    padding-top: 20px;
  }
}

.em-eho-image,
.em-chair-icon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: auto;
}

.greylogo-image{
  width: 115px;
  margin-right: 16px;
  position: relative;
  top: 15px;
}

.em-eho-image {
  margin-right: 16px;
}

.em-chair-icon {
  width: 50px;
}

.em-footer-map-container {
  display: block;
  width: 220px;
  margin: 0 auto 12px;
}

.em-footer-map {
  display: block;
  width: 100%;
  height: auto;
}

.em-copyright {
  margin-bottom: 15px;
}

.em-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #edf3eb;
}

.customize-support .em-header {
  top: 32px;
}

.mobile__banner {
  display: none;
  background-color: #00aeef;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 840px) {
  .mobile__banner {
    display: block;
  }
}

.mobile__banner a {
  display: block;
  padding: 8px 24px;
  color: #ffffff;
}

.em-header-container {
  padding-left: 32px;
  padding-right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 125px;
}

@media (max-width: 767px) {
  .em-header-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.em-logo-container {
  display: block;
  max-width: 150px;
  margin-right: 24px;
}

.em-logo {
  display: block;
  width: 100%;
  height: auto;
}

.em-primary-navigation-list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.em-primary-navigation-list-container .social-media {
  margin-bottom: 0;
  margin-right: 15px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .em-primary-navigation-list-container .social-media {
    display: none;
  }
}

.em-primary-navigation-list-container .social-media.social-media--nav {
  display: none;
  padding-top: 20px;
  margin-left: 32px;
}

@media (max-width: 767px) {
  .em-primary-navigation-list-container .social-media.social-media--nav {
    display: block;
  }
}

@media (max-width: 840px) {
  .em-primary-nav-outer {
    display: none;
    position: fixed;
    top: 0;
    left: 100%;
    width: 480px;
    height: 100%;
    padding-top: 95px;
    padding-bottom: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #edf3eb;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
  }

  .customize-support .em-primary-nav-outer {
    padding-top: 177px;
  }

  .em-header-visible .em-primary-nav-outer {
    display: block;
  }

  .em-header-show .em-primary-nav-outer {
    -webkit-transform: translate3d(-480px, 0, 0);
    transform: translate3d(-480px, 0, 0);
  }
}

@media (max-width: 840px) and (max-width: 500px) {
  .em-header-show .em-primary-nav-outer {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@media (max-width: 500px) {
  .em-primary-nav-outer {
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.em-secondary-navigation-list {
  font-size: 0;
  white-space: nowrap;
}

@media (max-width: 840px) {
  .em-secondary-navigation-list {
    display: none;
  }
}

.em-secondary-navigation-list > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

@media (max-width: 930px) {
  .em-secondary-navigation-list > li {
    padding-right: 10px;
  }
}

@media (max-width: 840px) {
  .em-secondary-navigation-list > li {
    display: block;
    padding: 0 25px;
    margin-bottom: 2px;
  }
}

.em-secondary-navigation-list > li:last-child {
  margin-right: 15px;
}

@media (max-width: 840px) {
  .em-secondary-navigation-list > li:last-child {
    margin-right: 0;
  }
}

.em-secondary-navigation-list > li.navLink__highlight {
  padding-right: 25px;
  border-right: 1px solid #403e39;
  margin-right: 10px;
}

@media (max-width: 840px) {
  .em-secondary-navigation-list > li.navLink__highlight {
    border: 0;
    margin-right: 0;
  }
}

.em-secondary-navigation-list > li.navLink__highlight > a {
  padding-right: 0;
  padding-left: 0;
  color: #e5383c;
}

@media (max-width: 840px) {
  .em-secondary-navigation-list > li.navLink__highlight > a {
    padding: 12px 12px 10px;
  }
}

.em-secondary-navigation-list > li.navLink__highlight > a:hover {
  background: none;
  color: #e5383c;
}

.em-secondary-navigation-list > li.highlight-button {
  padding: 0;
}

@media (max-width: 840px) {
  .em-secondary-navigation-list > li.highlight-button {
    padding-left: 28px;
    margin-bottom: 10px;
  }
}

.em-secondary-navigation-list > li.highlight-button > a {
  display: inline-block;
  vertical-align: middle;
  min-width: 110px;
  padding: 10px;
  border: 2px solid #00aeef;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  background-color: transparent;
  color: #00aeef;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.em-secondary-navigation-list > li.highlight-button > a:hover,
.em-secondary-navigation-list > li.highlight-button > a:focus {
  background-color: #00aeef;
  color: #ffffff;
  outline: none;
}

.em-secondary-navigation-list > li > a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  padding: 12px 10px 10px;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}

@media (max-width: 840px) {
  .em-secondary-navigation-list > li > a {
    padding: 12px 12px 10px;
  }
}

.em-secondary-navigation-list > li > a:hover {
  background-color: #00aeef;
  color: #ffffff;
}

.em-primary-navigation-list {
  margin-bottom: 32px;
}

@media (max-width: 840px) {
  .em-primary-navigation-list {
    margin-bottom: 20px;
  }
}

.em-primary-navigation-list > li {
  display: block;
  padding: 0 25px;
  margin-bottom: 10px;
}

@media (max-width: 840px) {
  .em-primary-navigation-list > li {
    margin-bottom: 5px;
  }
}

.em-primary-navigation-list > li.current_page_item > a {
  background-color: #00aeef;
  color: #ffffff;
}

.em-primary-navigation-list > li > a {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  padding: 12px 15px 10px;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}

@media (max-width: 840px) {
  .em-primary-navigation-list > li > a {
    font-size: 20px;
    font-size: 2rem;
    padding: 8px 15px 8px;
  }
}

.em-primary-navigation-list > li > a:hover {
  background-color: #00aeef;
  color: #ffffff;
}

.em-alternate-navigation-list > li {
  display: block;
  margin: 0 25px;
  margin-bottom: 4px;
}

.em-alternate-navigation-list > li.current_page_item > a {
  background-color: #00aeef;
  color: #ffffff;
}

.em-alternate-navigation-list > li.altNavLink__highlight {
  margin-top: 10px;
  border-top: 1px solid #dcdcdc;
  padding-top: 15px;
}

.em-alternate-navigation-list > li.altNavLink__highlight > a {
  font-weight: 600;
}

.em-alternate-navigation-list > li.altNavLink__highlight > a:after {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f102";
  margin-left: 5px;
  font-size: 16px;
  line-height: 1;
  vertical-align: top;
}

.em-alternate-navigation-list > li.highlight-button {
  padding: 0 0 0 15px;
  margin-bottom: 10px;
}

@media (max-width: 840px) {
  .em-alternate-navigation-list > li.highlight-button {
    padding-left: 18px;
  }
}

.em-alternate-navigation-list > li.highlight-button > a {
  display: inline-block;
  vertical-align: middle;
  min-width: 120px;
  padding: 10px;
  border: 2px solid #00aeef;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  background-color: transparent;
  color: #00aeef;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.em-alternate-navigation-list > li.highlight-button > a:hover,
.em-alternate-navigation-list > li.highlight-button > a:focus {
  background-color: #00aeef;
  color: #ffffff;
  outline: none;
}

.em-alternate-navigation-list > li > a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  padding: 10px 15px 8px;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}

.em-alternate-navigation-list > li > a:hover {
  background-color: #00aeef;
  color: #ffffff;
}

.em-primary-nav-inner {
  display: none;
  position: fixed;
  top: 0;
  left: 100%;
  width: 480px;
  height: 100%;
  padding-top: 43px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #edf3eb;
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}

@media (max-width: 840px) {
  .em-primary-nav-inner {
    display: block;
    position: initial;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    padding-top: 20px;
    box-shadow: none;
  }
}

.customize-support .em-primary-nav-inner {
  padding-top: 75px;
}

@media (max-width: 840px) {
  .customize-support .em-primary-nav-inner {
    padding-top: 20px;
  }
}

.em-header-visible .em-primary-nav-inner {
  display: block;
}

.em-header-show .em-primary-nav-inner {
  -webkit-transform: translate3d(-480px, 0, 0);
  transform: translate3d(-480px, 0, 0);
}

@media (max-width: 840px) {
  .em-header-show .em-primary-nav-inner {
    -webkit-transform: none;
    transform: none;
  }
}

.em-mobile-nav-link {
  display: block;
  width: 40px;
  height: 20px;
  text-align: center;
  padding: 8px 0;
}

.em-mobile-nav-link:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f10d";
  font-size: 26px;
  line-height: 1;
  color: #403e39;
}

.em-mobile-nav-link-close.em-mobile-nav-link:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f10a";
}

.em-mobile-nav-link.em-mobile-nav-link-close {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 32px;
}

@media (max-width: 840px) {
  .em-mobile-nav-link.em-mobile-nav-link-close {
    position: absolute;
    top: 40px;
    right: 25px;
    margin: 0;
  }

  .customize-support .em-mobile-nav-link.em-mobile-nav-link-close {
    top: 72px;
  }
}

.apply__link {
  margin-right: 40px;
}

@media (max-width: 600px) {
  .apply__link {
    display: none;
  }
}

.header__brochure-container {
  margin-left: 40px;
  margin-bottom: 16px;
}

html,
body {
  height: 100%;
}

html {
  font-size: 10px;
}

body {
  font-family: 'Verlag', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #403e3a;
}

.em-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.em-video-container > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.em-container {
  position: relative;
  z-index: 1;
  padding-top: 125px;
}

@media (max-width: 840px) {
  .em-container {
    padding-top: 164px;
  }
}

.content-column {
  padding-right: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .content-column {
    padding-right: 0;
  }
}

ul {
  list-style-type: disc;
  margin-bottom: 20px;
  padding-left: 20px;
}

a {
  text-decoration: none;
  color: #231f20;
}

a:hover {
  color: #00aeef;
  text-decoration: none;
}

.em-post-content {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #403e39;
  font-family: ModernMT-Extended, serif;
}

.blog__container--single .em-post-content {
  line-height: 2;
}

.em-post-content a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #00aeef;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.em-post-content a:hover {
  color: #00aeef;
  text-decoration: none;
}

.em-post-content p {
  margin-bottom: 15px;
}

.em-post-content ul,
.em-post-content ol {
  margin-bottom: 15px;
  padding-left: 20px;
}

.em-post-content ul > li,
.em-post-content ol > li {
  margin-bottom: 3px;
}

.em-post-content ul > li:last-of-type,
.em-post-content ol > li:last-of-type {
  margin-bottom: 0;
}

.em-post-content ol {
  list-style-type: decimal;
}

.em-post-content ul > li > ul {
  list-style-type: circle;
  margin-bottom: 0;
}

.em-post-content h1 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  letter-spacing: 5px;
}

@media (max-width: 1151px) {
  .em-post-content h1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}

@media (max-width: 767px) {
  .em-post-content h1 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    line-height: 3.4rem;
  }
}

.em-post-content h2 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 600;
  margin: 0 0 10px 0;
}

@media (max-width: 767px) {
  .em-post-content h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

.em-post-content h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: 600;
  margin: 0 0 10px 0;
}

@media (max-width: 767px) {
  .em-post-content h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

.em-post-content strong {
  font-weight: 700;
}

.em-post-content em,
.em-post-content i {
  font-style: italic;
}

.em-post-content img {
  max-width: 100%;
  height: auto;
}

.em-post-content hr {
  border: 0;
  border-bottom: 1px solid rgba(73, 89, 102, 0.2);
  margin: 20px 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #231f20;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #231f20;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #231f20;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #231f20;
}

.blog__page .blog__inner {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: -4.33%;
}

.blog__page .post {
  margin-right: 4.33%;
  margin-bottom: 70px;
  width: 29%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 800px) {
  .blog__page .post {
    width: 45.67%;
  }
}

@media (max-width: 767px) {
  .blog__page .post {
    width: auto;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.blog__page .post__link {
  display: block;
}

.blog__page .post__link:hover .post__title {
  color: #00aeef;
}

.blog__single-heroImage {
  display: block;
  width: 100%;
  height: auto;
}

.blog__page-single {
  padding-top: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #403e39;
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .blog__page-single .outer-container {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.blog__page-single .outer-container {
  font-size: 0;
}

.blog__page-single .blog__container,
.blog__page-single .blog__sidebar {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .blog__page-single .blog__container,
  .blog__page-single .blog__sidebar {
    display: block;
  }
}

.blog__page-single .blog__container {
  width: 70%;
  padding: 0 32px 0 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 959px) {
  .blog__page-single .blog__container {
    padding-right: 16px;
  }
}

@media (max-width: 767px) {
  .blog__page-single .blog__container {
    width: auto;
    padding-right: 0;
    margin-bottom: 64px;
  }
}

.blog__page-single .blog__sidebar {
  width: 30%;
}

@media (max-width: 767px) {
  .blog__page-single .blog__sidebar {
    width: auto;
    max-width: 320px;
  }
}

.blog__page-single .blog__sidebar .em-section-heading-small {
  padding-bottom: 10px;
  border-bottom: 1px solid #403e39;
  margin-bottom: 20px;
}

.blog__page-single .blog__sidebar .post {
  margin-bottom: 40px;
}

.blog__page-single .blog__sidebar .post__link {
  display: block;
}

.blog__page-single .blog__sidebar .post__link:hover .post__title {
  color: #00aeef;
}

.blog__container {
  padding-top: 70px;
  padding-bottom: 70px;
}

.blog__container .em-section-heading {
  text-align: center;
}

.blog__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .blog__inner {
    display: block;
  }
}

.blog__inner .em-post-content {
  margin-bottom: 10px;
}

.post__image {
  margin-bottom: 10px;
}

.post__image img {
  display: block;
  width: 100%;
  height: auto;
}

.post__date {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  color: #403e39;
}

.blog__container--single .post__date {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 50px;
}

.blog__sidebar .post__date {
  margin-bottom: 5px;
}

.post__title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #403e39;
}

.blog__container--single .post__title {
  text-align: left;
  margin-bottom: 15px;
}

.sidebar__archives {
  text-transform: uppercase;
}

.sidebar__archives li {
  margin-bottom: 10px;
}

.sidebar__archives li a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #403e39;
}

.sidebar__archives li a:hover {
  color: #00aeef;
}

.popularPosts {
  padding-bottom: 48px;
}

.popularPosts .em-section-heading-small {
  margin-bottom: 30px;
}

.popularPosts__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: -4.33%;
}

@media (max-width: 767px) {
  .popularPosts__inner {
    display: block;
    margin: 0;
  }
}

.popularPosts__inner .post {
  margin-right: 4.33%;
  margin-bottom: 70px;
  width: 29%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .popularPosts__inner .post {
    width: auto;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.popularPosts__inner .post:hover .post__title {
  color: #00aeef;
}

.popularPosts__inner .post:hover .post__title a {
  color: #00aeef;
}

.popularPosts__inner .post .wpp-thumbnail {
  float: none;
  margin: 0;
}

.popularPosts__inner .post__link {
  display: block;
}

.popularPosts__inner .post__link:hover .post__title {
  color: #00aeef;
}

.popularPosts__inner .post__date {
  margin-bottom: 0;
}

.popularPosts__inner .post__date .post__link {
  padding-bottom: 15px;
}

.popularPosts__inner .post__date .post__link:hover {
  color: #403e39;
}

.popularPosts__inner .post__image {
  margin-bottom: 0;
}

.popularPosts__inner .post__image img {
  padding-bottom: 10px;
}

.no-hero-spacer {
  height: 125px;
}

@media (max-width: 840px) {
  .no-hero-spacer {
    height: 164px;
  }
}

.hero-slider {
  position: relative;
}

.em-hero-image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: -webkit-calc(100vh - 125px);
  min-height: calc(100vh - 125px);
  max-height: 1000px;
  padding: 48px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media (max-width: 840px) {
  .em-hero-image {
    min-height: -webkit-calc(100vh - 164px);
    min-height: calc(100vh - 164px);
  }
}

.em-hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  padding: 32px 0;
  z-index: 2;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.em-video-hero .em-hero-content {
  top: 0;
}

.em-hero-interior .em-hero-content:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.em-hero-interior .em-hero-content .outer-container {
  position: relative;
  z-index: 2;
}

.em-hero-description {
  margin: 0 auto 30px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .em-hero-description {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.em-hero-arrow-container {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 12;
}

.em-hero-arrow-container .slick-dots {
  max-width: 500px;
  margin: 40px auto 0;
  font-size: 0;
  display: flex !important;
}

@media (max-width: 767px) {
  .em-hero-arrow-container .slick-dots {
    width: 100%;
  }
}

.em-hero-arrow-container .slick-dots > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 5px 10px;
}

.em-hero-arrow-container .slick-dots > li.slick-active > button {
  background-color: #00aeef;
}

.em-hero-arrow-container .slick-dots > li > button {
  display: block;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  cursor: pointer;
}

.em-hero-arrow-container .slick-dots > li > button:focus {
  outline: none;
}

.em-hero-arrow {
  display: inline-block;
  vertical-align: top;
  width: 36px;
}

.em-hero-arrow:hover:after {
  color: #00aeef;
}

.em-hero-arrow:after {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f101";
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.pagination {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

ul.page-numbers li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}

ul.page-numbers li .current {
  text-decoration: underline;
}

.next:after,
.prev:after,
.next:before,
.prev:before {
  font-size: 14px;
  color: #00aeef;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.next:hover:after,
.prev:hover:after,
.next:hover:before,
.prev:hover:before {
  color: #00aeef;
}

.next span,
.prev span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  top: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.next {
  margin-left: 10px;
}

.next:after {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f106";
  margin-left: 6px;
}

.prev {
  margin-right: 10px;
}

.prev:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f105";
  margin-right: 6px;
}

.popup__container {
  position: fixed;
  left: 0;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
  background-color: #00aeef;
}

@media (max-width: 767px) {
  .popup__container {
    display: block;
  }
}

.popup__img-container {
  -webkit-flex-basis: 187px;
  -ms-flex: 0 1 187px;
  flex-basis: 187px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0;
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.popup__img {
  display: block;
  width: 100%;
  height: auto;
}

.popup__content {
  -webkit-flex-basis: 460px;
  -ms-flex: 0 1 460px;
  flex-basis: 460px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0;
  flex-shrink: 0;
  padding: 18px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #EDF3EB;
}

@media (max-width: 767px) {
  .popup__content {
    width: 300px;
  }
}

.popup__title {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .popup__title {
    font-size: 20px;
  }
}

.popup__description {
  margin-bottom: 16px;
  font-size: 14px;
}

.popup__link {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #EDF3EB;
  padding: 8px 16px;
  font-weight: 600;
  min-width: 170px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1;
  color: #EDF3EB;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.popup__link:hover {
  background-color: #EDF3EB;
  color: #00aeef;
}

.popup__close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  z-index: 2;
}

.popup__close:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f10a";
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
}

.selectContainer {
  padding: 15px;
}

.selectContainer label {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2px;
  margin-left: 5px;
  font-size: 14px;
}

.selectContainer__inner {
  position: relative;
}

.select__dropdown {
  position: relative;
  border: 0;
  outline: none;
  background: none;
  display: block;
  width: 100%;
  z-index: 2;
  height: 40px;
  filter: alpha(opacity=0);
  opacity: 0;
  line-height: 40px;
}

.select__mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5px 32px 5px 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  white-space: nowrap;
}

.select__mask .select__mask-down {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  border: 5px solid transparent;
  border-top-color: #403e39;
  z-index: 1;
}

.select__value {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.em-video-hero.em-video-hero--full {
  position: relative;
  min-height: -webkit-calc(100vh - 125px);
  min-height: calc(100vh - 125px);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  overflow: hidden;
}

@media (max-width: 840px) {
  .em-video-hero.em-video-hero--full {
    min-height: -webkit-calc(100vh - 164px);
    min-height: calc(100vh - 164px);
  }
}

.videoBG__full {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}

.home .videoBG__full {
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.contact__page {
  background-color: #edf3eb;
}

.contact__page .em-post-content {
  font-family: 'Verlag', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 70px;
}

.contact__page .em-post-content a {
  color: #403e39;
}

.contact__page .em-post-content strong {
  font-weight: 600;
}

.contact__page-outer {
  font-size: 0;
}

.contact__page-inner,
.contact__page-sidebar {
  display: inline-block;
  vertical-align: top;
  padding-top: 120px;
  font-size: 18px;
  font-size: 1.8rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .contact__page-inner,
  .contact__page-sidebar {
    display: block;
  }
}

.contact__page-inner {
  width: 66%;
  border-right: 1px solid #403e39;
}

@media (max-width: 767px) {
  .contact__page-inner {
    width: auto;
    border-right: 0;
    border-bottom: 1px solid #403e39;
  }
}

.contact__page-inner .em-post-content {
  padding: 0 24px;
}

.contact__page-sidebar {
  width: 34%;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .contact__page-sidebar {
    width: auto;
    padding-bottom: 70px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.contact__page-map {
  display: block;
  width: 100%;
  height: auto;
}

.contentBlock__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 640px;
  background-color: #edf3eb;
  color: #403e39;
}

@media (max-width: 767px) {
  .contentBlock__section {
    display: block;
    min-height: 0;
  }
}

.contentBlock__section.brown {
  background-color: #403e39;
  color: #ffffff;
}

.contentBlock__section.brown .em-section-heading,
.contentBlock__section.brown .em-section-tagline,
.contentBlock__section.brown .em-post-content {
  color: #ffffff;
}

.contentBlock__section.brown .em-section-tagline {
  border-bottom-color: #edf3eb;
}

.contentBlock__section.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.contentBlock__section .em-post-content {
  text-align: left;
}

.contentBlock__img {
  width: 40%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .contentBlock__img {
    width: 100%;
    height: 500px;
  }
}

@media (max-width: 600px) {
  .contentBlock__img {
    height: 400px;
  }
}

.contentBlock__content {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

@media (max-width: 767px) {
  .contentBlock__content {
    width: 100%;
    padding: 48px 24px;
  }
}

.contentBlock__content .em-post-content {
  font-size: 18px;
  line-height: 2;
}

.contentBlock__content--inner {
  max-width: 550px;
  margin: 0 auto;
}

.em-section-tagline {
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 30px;
  border-bottom: 1px solid #403e39;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .em-section-tagline {
    font-size: 20px;
  }
}

.contentBlock__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
}

.contentBlock__logo-container {
  margin: 0 15px;
}

.contentBlock__logo {
  display: block;
  max-width: 100%;
  height: auto;
}

.floorplans__page-single {
  background-color: #edf3eb;
}

.floorplan__img-container {
  background-color: #d8d4cd;
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (max-width: 600px) {
  .floorplan__img-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.floorplan__img-inner {
  height: 400px;
}

@media (max-width: 600px) {
  .floorplan__img-inner {
    height: 320px;
  }
}

.floorplanSlider__img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}

.floorplan__img-link {
  outline: none;
  text-decoration: none;
}

.floorplan__img-link:hover,
.floorplan__img-link:focus,
.floorplan__img-link:active {
  outline: none;
  text-decoration: none;
}

.fancybox-image-wrap {
  -webkit-transform: translate3d(-50%, -50%, 0) !important;
  transform: translate3d(-50%, -50%, 0) !important;
  width: 80% !important;
  height: 80% !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
}

@media (max-width: 767px) {
  .fancybox-image-wrap {
    width: 95% !important;
    height: 95% !important;
  }
}

.em-slider-nav-container {
  text-align: center;
}

.em-slider-nav-container .slick-dots {
  width: 500px;
  margin: 40px auto 0;
  font-size: 0;
  display: flex !important;
}

@media (max-width: 767px) {
  .em-slider-nav-container .slick-dots {
    width: 100%;
  }
}

.em-slider-nav-container .slick-dots > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 5px 10px;
}

.em-slider-nav-container .slick-dots > li.slick-active > button {
  background-color: #00aeef;
}

.em-slider-nav-container .slick-dots > li > button {
  display: block;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  cursor: pointer;
}

.em-slider-nav-container .slick-dots > li > button:focus {
  outline: none;
}

.floorplan__info {
  padding: 50px 0;
}

.floorplan__info-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .floorplan__info-header {
    display: block;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

.floorplan__info-header > div:first-child {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .floorplan__info-header > div:first-child {
    margin: 0 0 20px;
  }
}

.floorplan__info-header .primary-button {
  display: block;
  max-width: 200px;
  text-align: center;
  margin-bottom: 12px;
}

.floorplan__info-header .listView__apt-price {
  margin: 0;
}

.floorplan__info-section-heading {
  font-weight: 700;
  font-size: 24px;
}

.floorplans__page {
  padding-bottom: 80px;
  background-color: #edf3eb;
}

.floorplans__nav {
  margin-bottom: 40px;
  background-color: #ffffff;
  text-align: center;
}

.floorplans__nav .floorplans__nav-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0 16px;
  margin: 0 16px;
  text-transform: uppercase;
  color: #403e39;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

.floorplans__activeView--building .floorplans__nav .floorplans__nav-link-building {
  color: #00aeef;
}

.floorplans__activeView--building .floorplans__nav .floorplans__nav-link-building:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #00aeef;
}

.floorplans__activeView--list .floorplans__nav .floorplans__nav-link-list {
  color: #00aeef;
}

.floorplans__activeView--list .floorplans__nav .floorplans__nav-link-list:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #00aeef;
}

.brochure__container {
  margin-bottom: 24px;
  text-align: center;
}

.floorplans__filter {
  max-width: 950px;
  background-color: #ffffff;
  margin: 0 auto 50px;
  padding: 16px;
  visibility: hidden;
}

.floorplans__activeView--list .floorplans__filter {
  visibility: visible;
}

.filter__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .filter__form {
    display: block;
  }
}

.filter__form--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .filter__form--inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .filter__form--inner .primary-button {
    width: 100%;
  }
}

.filter__input-container {
  white-space: nowrap;
  margin-right: 32px;
}

@media (max-width: 767px) {
  .filter__input-container {
    margin-right: 5px;
    margin-bottom: 10px;
  }
}

.filter__input-label {
  font-size: 18px;
  padding-left: 3px;
}

.floorplans__filter--link {
  display: none;
  color: #00aeef;
  padding: 10px 20px 8px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 767px) {
  .floorplans__filter--link {
    display: block;
  }
}

.floorplans__filter--link:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f10d";
  margin-right: 4px;
  vertical-align: middle;
}

.floorplans__filter--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 767px) {
  .floorplans__filter--inner {
    display: none;
  }
}

.floorplans__filter--inner .selectContainer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #edf3eb;
}

@media (max-width: 767px) {
  .floorplans__filter--inner .selectContainer {
    border-left: 0;
    border-bottom: 1px solid #edf3eb;
  }
}

.floorplans__filter--inner .selectContainer:first-child {
  border: none;
}

@media (max-width: 767px) {
  .floorplans__filter--inner .selectContainer:first-child {
    border-bottom: 1px solid #edf3eb;
  }
}

.sort__link {
  position: relative;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 14px;
}

.sort__arrow {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 10px;
  height: 100%;
  background: url(img/chevron-blue.svg) no-repeat center;
  background-size: contain;
  opacity: 0;
  z-index: 1;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.sort-ascending .sort__arrow,
.sort-descending .sort__arrow {
  opacity: 1;
}

.sort-descending .sort__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submitContainer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 20px;
  text-align: center;
}

.submitContainer .primary-button {
  min-width: 100px;
}

.floorplans__buildingView {
  display: none;
  width: 100%;
  table-layout: fixed;
}

.floorplans__activeView--building .floorplans__buildingView {
  display: table;
}

@media (max-width: 767px) {
  .floorplans__activeView--building .floorplans__buildingView {
    display: block;
  }
}

.floorplans__building,
.floorplans__building-floorplan {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 767px) {
  .floorplans__building,
  .floorplans__building-floorplan {
    display: block;
  }
}

.floorplans__building {
  width: 40%;
}

@media (max-width: 767px) {
  .floorplans__building {
    width: auto;
    margin-bottom: 20px;
  }
}

.floorplans__building svg {
  display: block;
  width: 100%;
  height: auto;
}

.floorplans__building svg polygon {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
}

.floorplans__building svg polygon:hover,
.floorplans__building svg polygon.floor__active {
  fill-opacity: 0.5;
}

.floorplans__building-img,
.floorplans__building-floorplan-img {
  display: block;
  width: 100%;
  height: auto;
}

.thirdfloor__active .floorplans__building-floorplan-img {
  display: none;
}

.floorplans__building-floorplan-img #units rect.unitAvailable,
.floorplans__building-floorplan-img #units polygon.unitAvailable,
.floorplans__building-floorplan-img #units path.unitAvailable {
  fill: #00aeef;
}

.floorplans__building-floorplan-img #units rect.unitAvailable:hover,
.floorplans__building-floorplan-img #units polygon.unitAvailable:hover,
.floorplans__building-floorplan-img #units path.unitAvailable:hover {
  cursor: pointer;
  fill: rgba(0, 174, 239, 0.6);
}

.floorplans__building-floorplan-img-3 {
  display: none;
}

.thirdfloor__active .floorplans__building-floorplan-img-3 {
  display: block;
}

.floorplans__building-floorplan {
  width: 60%;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .floorplans__building-floorplan {
    width: auto;
    padding-left: 0;
  }
}

.floorplans__listView {
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 64px;
}

.floorplans__activeView--list .floorplans__listView {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .floorplans__activeView--list .floorplans__listView {
    display: block;
  }
}

.listView__apt {
  -webkit-flex-basis: -webkit-calc(50% - 12px);
  -ms-flex: 0 1 calc(50% - 12px);
  flex-basis: calc(50% - 12px);
  margin: 6px;
  padding: 12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .listView__apt {
    margin: 0 auto 12px;
    -webkit-flex-basis: 0;
    -ms-flex: 0 1 0;
    flex-basis: 0;
    max-width: 500px;
  }
}

.listView__apt .primary-button {
  min-width: 100px;
  text-align: center;
}

.listView__apt-img-container {
  margin-bottom: 12px;
  background-color: #d8d4cd;
  padding: 16px;
  height: 240px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .listView__apt-img-container {
    height: auto;
  }
}

.listView__apt-img {
  display: block;
  max-width: 225px;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .listView__apt-img {
    width: 100%;
    height: auto;
  }
}

.listView__apt-imgNA {
  text-align: center;
  padding-top: 80px;
}

@media (max-width: 767px) {
  .listView__apt-imgNA {
    padding: 50px 0;
  }
}

.listView__apt-info {
  padding: 0 16px 16px;
}

.listView__apt-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .listView__apt-title {
    font-size: 25px;
  }
}

.listView__apt-details {
  font-size: 24px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .listView__apt-details {
    font-size: 20px;
  }
}

.listView__apt-price {
  font-size: 24px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .listView__apt-price {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.floorplans__building-floorNumber {
  margin-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
  color: #403e39;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

.building__tooltip {
  display: none;
  position: absolute;
  padding: 8px 10px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: #403e39;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 10;
  pointer-events: none;
}

.floorplan__tooltip {
  display: none;
  position: absolute;
  padding: 8px 10px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(-22%, -100%, 0);
  transform: translate3d(-22%, -100%, 0);
  color: #403e39;
  font-size: 12px;
  line-height: 1;
  z-index: 10;
  pointer-events: none;
}

.floorplan__tooltip:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 1;
}

.floorplan__tooltip--number {
  text-transform: uppercase;
  color: #403e39;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  white-space: nowrap;
}

.floorplan__tooltip--details {
  margin-bottom: 2px;
}

.floorplan__tooltip--sqft {
  margin-bottom: 8px;
}

.floorplan__tooltip--details,
.floorplan__tooltip--sqft,
.floorplan__tooltip--instruction {
  color: #403e39;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.floorplan__tooltip--instruction {
  font-size: 9px;
  text-transform: uppercase;
}

.gallery__page {
  background-color: #edf3eb;
  padding-top: 70px;
  padding-bottom: 70px;
}

.gallery__page .em-post-content {
  margin-bottom: 40px;
}

.em-page-description {
  max-width: 640px;
  margin: 0 auto 70px;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

.gallery__outer {
  font-size: 0;
  margin: 0 -5px;
  text-align: center;
}

.gallery__image-container {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 33.33%;
  padding: 0 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .gallery__image-container {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .gallery__image-container {
    display: block;
    width: auto;
  }
}

.gallery__image-link {
  display: block;
  margin-bottom: 10px;
}

.gallery__image {
  display: block;
  width: 100%;
  height: auto;
  border: 6px solid #ffffff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery__image-caption {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

.em-home-page .blog__container {
  background-color: #edf3eb;
}

.em-home-page .blog__container .post {
  margin-right: 24px;
  background-color: #ffffff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

@media (max-width: 767px) {
  .em-home-page .blog__container .post {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.em-home-page .blog__container .post:last-child {
  margin-right: 0;
}

.em-section-title {
  text-transform: uppercase;
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
  font-weight: 700;
  color: #403e3a;
}

@media (max-width: 1151px) {
  .em-section-title {
    font-size: 60px;
    font-size: 6rem;
  }
}

@media (max-width: 959px) {
  .em-section-title {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media (max-width: 767px) {
  .em-section-title {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media (max-width: 600px) {
  .em-section-title {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.em-building-section .em-section-title {
  padding-top: 100px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .em-building-section .em-section-title {
    padding-top: 24px;
  }
}

.em-git-section .em-section-title {
  color: #00aeef;
  font-weight: 400;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .em-git-section .em-section-title {
    margin-bottom: 24px;
  }
}

.em-section-description {
  font-family: ModernMT-Extended, serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.em-section-description p {
  margin-bottom: 20px;
}

.em-section-description p:last-child {
  margin-bottom: 0;
}

.em-building-section .em-section-description {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .em-building-section .em-section-description {
    display: block;
    width: auto;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.em-git-section .em-section-description {
  font-family: 'Verlag', sans-serif;
  text-transform: uppercase;
}

.em-building-inner-container {
  font-size: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .em-building-inner-container {
    margin-bottom: 24px;
  }
}

.em-list {
  font-family: ModernMT-Extended, serif;
  padding-left: 0;
}

.em-building-section .em-list {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

@media (max-width: 767px) {
  .em-building-section .em-list {
    display: block;
    width: auto;
  }
}

@media (max-width: 600px) {
  .em-building-section .em-list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}

.em-building-section .em-list li {
  margin-left: 20px;
}

.em-input-container {
  margin-bottom: 10px;
}

.em-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  top: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.em-input input,
.em-input textarea {
  display: block;
  width: 100%;
  padding: 15px 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #403e39;
  background-color: transparent;
  font-size: 18px;
  font-size: 1.8rem;
}

.em-input input:focus,
.em-input textarea:focus {
  outline: none;
  border-color: #00aeef;
}

.em-submit input {
  background: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}

.em-submit input:hover {
  background-color: #00aeef;
  color: #ffffff;
}

.em-building-images {
  font-size: 0;
}

.em-building-image-container {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: top;
  width: 60%;
  height: 520px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 10px solid #ffffff;
}

@media (max-width: 1151px) {
  .em-building-image-container {
    height: 460px;
  }
}

@media (max-width: 959px) {
  .em-building-image-container {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .em-building-image-container {
    height: 340px;
    display: block;
    width: auto;
  }
}

@media (max-width: 600px) {
  .em-building-image-container {
    height: 280px;
  }
}

.em-building-image-container:first-child {
  border-right: 10px solid #ffffff;
}

@media (max-width: 767px) {
  .em-building-image-container:first-child {
    border-right: 0;
  }
}

.em-building-image-container:nth-child(2) {
  width: 40%;
}

@media (max-width: 767px) {
  .em-building-image-container:nth-child(2) {
    width: auto;
  }
}

.em-building-image-container:nth-child(3) {
  width: 55%;
  border-right: 10px solid #ffffff;
}

@media (max-width: 767px) {
  .em-building-image-container:nth-child(3) {
    width: auto;
    border-right: 0;
  }
}

.em-building-image-container:nth-child(4) {
  width: 45%;
}

@media (max-width: 767px) {
  .em-building-image-container:nth-child(4) {
    width: auto;
  }
}

.em-building-image {
  display: block;
  width: 100%;
  height: auto;
}

.em-location-image {
  display: block;
  max-width: 100%;
  height: auto;
}

.em-location-section-inner {
  text-align: center;
  padding: 100px 32px 40px;
}

@media (max-width: 767px) {
  .em-location-section-inner {
    padding: 50px 24px;
  }
}

.em-location-section-inner .em-section-title {
  margin-bottom: 30px;
}

.em-location-content-container {
  display: inline-block;
  vertical-align: top;
  max-width: 512px;
  text-align: left;
}

@media (max-width: 767px) {
  .em-location-content-container {
    max-width: none;
    margin: 0;
  }
}

.em-location-image-container {
  max-width: 700px;
  margin: 0 auto 20px;
}

.em-location-image {
  display: block;
  width: 100%;
  height: auto;
}

.em-git-section {
  font-size: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.em-git-content-container,
.em-git-form-container {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .em-git-content-container,
  .em-git-form-container {
    display: block;
    width: auto;
  }
}

.em-git-content-container {
  padding-right: 20px;
}

@media (max-width: 767px) {
  .em-git-content-container {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.em-git-form-container {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .em-git-form-container {
    padding-left: 0;
  }
}

.back-to-top {
  display: none;
  width: 36px;
  height: 36px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 10;
  text-align: center;
}

.back-to-top:hover:after {
  color: #00aeef;
}

.back-to-top.em-back-to-top-visible {
  display: block;
}

.back-to-top:after {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f109";
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.home div.wpcf7-response-output,
.home div.wpcf7-mail-sent-ok {
  margin: 16px 0;
  border-color: #00aeef;
}

.em-video-hero {
  position: relative;
}

@media (max-width: 767px) {
  .em-video-hero {
    background-color: #403e39;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    min-height: 500px;
  }
}

.videoBG {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .videoBG {
    display: none;
  }
}

.em-full-vid-link {
  position: absolute;
  left: 32px;
  bottom: 20px;
  z-index: 13;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .em-full-vid-link {
    left: 50%;
    bottom: 65px;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

.neighborhood__page {
  background-color: #403e39;
}

.neighborhood__leadoff {
  padding: 50px 0;
}

.neighborhood__leadoff .em-section-heading {
  text-align: center;
  color: #ffffff;
}

.neighborhood__leadoff .em-post-content {
  max-width: 640px;
  margin: 0 auto;
  color: #ffffff;
}

.map__placeholder {
  display: block;
  width: 100%;
  height: auto;
}

.map__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 800px;
  background-color: #edf3eb;
}

@media (max-width: 767px) {
  .map__container {
    display: block;
    height: auto;
  }
}

.map__controls,
#gmap-menu {
  position: relative;
}

@media (max-width: 767px) {
  .map__controls,
  #gmap-menu {
    display: block;
  }
}

#gmap-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 767px) {
  #gmap-menu {
    height: 420px;
  }
}

.map__controls {
  width: 480px;
  padding: 48px 32px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}

@media (max-width: 1024px) {
  .map__controls {
    width: 320px;
  }
}

@media (max-width: 767px) {
  .map__controls {
    width: auto;
  }
}

.map__controls-heading {
  font-size: 24px;
  color: #403e39;
  font-weight: 100;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.canvas_map {
  position: absolute !important;
  overflow: hidden;
  display: block;
  left: 0;
  top: 0;
  z-index: 10;
}

.map__section {
  margin-bottom: 24px;
}

.map__heading {
  margin: 0;
}

.map__heading-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #403e39;
}

.map__section--active .map__heading-link {
  color: #00aeef;
}

.map__heading-link span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 2px;
}

.map__heading-link:before {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}

.map__section--retail .map__heading-link:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f10f";
}

.map__section--restaurants .map__heading-link:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f115";
}

.map__section--arts .map__heading-link:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f103";
}

.map__link-list {
  display: none;
  padding: 16px 0 0 44px;
  margin: 0;
  list-style-type: decimal;
}

.map__section--active .map__link-list {
  display: block;
}

.map__link-list li {
  margin-bottom: 16px;
  color: #00aeef;
  font-size: 14px;
  font-weight: 700;
}

.map__link-list li:last-child {
  margin-bottom: 0;
}

.map__link-list li a {
  display: inline-block;
  vertical-align: top;
  color: #00aeef;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.map__link-sublist {
  margin-top: 8px;
}

.map__link-sublist li {
  margin-bottom: 8px;
}

.map__link-sublist li:last-child {
  margin-bottom: 0;
}

.views__page .em-video-hero {
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.views__page .outer-container {
  max-width: 832px;
}

.views__page .em-hero-arrow-container {
  bottom: 30px;
}

.views__page .em-hero-content {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

.views__page #section-2 .em-hero-content {
  background-color: rgba(0, 0, 0, 0.1);
}

.descriptionBlock__container {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #403e39;
  color: #ffffff;
}

.descriptionBlock__container.descriptionBlock__container-Cream {
  background-color: #edf3eb;
  color: #403e39;
}

.descriptionBlock__container.descriptionBlock__container-Cream .em-post-content {
  color: #403e39;
}

.descriptionBlock__container.descriptionBlock__container--images {
  position: relative;
  padding: 0;
}

@media (max-width: 767px) {
  .descriptionBlock__container.descriptionBlock__container--images {
    padding-top: 20px;
  }
}

.descriptionBlock__container .em-section-heading {
  text-align: center;
}

.descriptionBlock__container .em-post-content {
  max-width: 640px;
  margin: 0 auto;
  color: #ffffff;
}

.descriptionBlock__container .em-post-content.has-description {
  padding-top: 30px;
  border-top: 1px solid #edf3eb;
  margin-top: 10px;
}

.descriptionBlock__container-Cream.descriptionBlock__container .em-post-content.has-description {
  border-color: #403e39;
}

.description_block_description {
  max-width: 640px;
  margin: 0 auto 30px;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 600px) {
  .description_block_description {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.descriptionBlock__image-container {
  position: absolute;
  left: 0;
  top: 2%;
  width: 37.5%;
  bottom: 2%;
}

@media (max-width: 767px) {
  .descriptionBlock__image-container {
    position: relative;
    top: auto;
    bottom: auto;
    width: auto;
    height: 325px;
  }
}

@media (max-width: 600px) {
  .descriptionBlock__image-container {
    height: auto;
  }
}

.descriptionBlock__container--images-right .descriptionBlock__image-container {
  left: auto;
  right: 0;
}

.descriptionBlock__image {
  position: absolute;
  left: 0;
  top: 44%;
  height: 56%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {
  .descriptionBlock__image {
    top: 0;
    left: 51%;
    height: 100%;
    width: 49%;
  }
}

@media (max-width: 600px) {
  .descriptionBlock__image {
    position: relative;
    height: 320px;
    top: auto;
    left: auto;
    width: auto;
  }
}

.descriptionBlock__image:first-child {
  top: 0;
  height: 42%;
}

@media (max-width: 767px) {
  .descriptionBlock__image:first-child {
    height: 100%;
    left: 0;
  }
}

@media (max-width: 600px) {
  .descriptionBlock__image:first-child {
    height: 320px;
    margin-bottom: 10px;
  }
}

.descriptionBlock__image-large {
  position: absolute;
  left: 2%;
  bottom: 0;
  height: 56%;
  width: 98%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {
  .descriptionBlock__image-large {
    position: relative;
    left: auto;
    bottom: auto;
    height: 320px;
    width: auto;
    margin: 0 -30px;
  }

  .descriptionBlock__container--images-right .descriptionBlock__image-large {
    right: auto;
  }
}

@media (max-width: 600px) {
  .descriptionBlock__image-large {
    margin: 0 -24px;
  }
}

.descriptionBlock__container--images-right .descriptionBlock__image-large {
  left: auto;
  right: 2%;
}

@media (max-width: 767px) {
  .descriptionBlock__container--images-right .descriptionBlock__image-large {
    right: auto;
  }
}

.descriptionBlock__container--images .description_block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 62.5%;
  min-height: 750px;
  margin-left: auto;
  padding: 50px 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 959px) {
  .descriptionBlock__container--images .description_block-inner {
    min-height: 675px;
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .descriptionBlock__container--images .description_block-inner {
    display: block;
    min-height: 0;
    width: auto;
  }
}

@media (max-width: 600px) {
  .descriptionBlock__container--images .description_block-inner {
    padding: 30px 24px;
  }
}

.descriptionBlock__container--images-right.descriptionBlock__container--images .description_block-inner {
  margin-right: auto;
  margin-left: 0;
}

.has-bottom-image .description_block-wrapper {
  position: absolute;
  left: 0;
  height: 42%;
  top: 0;
  width: 100%;
  padding: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .has-bottom-image .description_block-wrapper {
    position: relative;
    left: auto;
    height: auto;
    top: auto;
    width: auto;
    padding: 0;
    display: block;
  }
}

.full_width_image_banner_image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.imageBlock__container {
  background-color: #403e39;
  padding-bottom: 20px;
}

.imageBlock__image-container {
  position: relative;
  height: 320px;
}

@media (max-width: 767px) {
  .imageBlock__image-container {
    height: auto;
  }
}

.imageBlock__image-container:first-child {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .imageBlock__image-container:first-child {
    margin-bottom: 0;
  }
}

.imageBlock__image {
  position: absolute;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 37.5%;
  left: 0;
}

@media (max-width: 767px) {
  .imageBlock__image {
    position: relative;
    height: 200px;
    width: auto;
    margin-bottom: 15px;
  }
}

.imageBlock__container--images-right .imageBlock__image {
  width: 61.5%;
}

@media (max-width: 767px) {
  .imageBlock__container--images-right .imageBlock__image {
    width: auto;
  }
}

.imageBlock__image:last-child {
  width: 61.5%;
  left: auto;
  right: 0;
}

@media (max-width: 767px) {
  .imageBlock__image:last-child {
    width: auto;
  }
}

.imageBlock__container--images-right .imageBlock__image:last-child {
  width: 37.5%;
}

@media (max-width: 767px) {
  .imageBlock__container--images-right .imageBlock__image:last-child {
    width: auto;
  }
}

.imageSlider {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  overflow: hidden;
}

.imageSlider .outer-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  z-index: 3;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.imageSlider .slick-list {
  position: relative;
  z-index: 2;
}

.imageSlider .slick-dots {
  position: absolute;
  bottom: 72px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 10;
  display: flex !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

.imageSlider .slick-dots .slick-active button {
  background-color: #ffffff;
}

.imageSlider .slick-dots button {
  display: block;
  text-indent: -99999px;
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 6px;
  border-radius: 50%;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.imageSlider__slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: -webkit-calc(100vh - 125px);
  min-height: calc(100vh - 125px);
}

@media (max-width: 840px) {
  .imageSlider__slide {
    min-height: -webkit-calc(100vh - 164px);
    min-height: calc(100vh - 164px);
  }
}

.video {
  position: relative;
}

.video .em-video-container {
  position: relative;
  z-index: 1;
}

.video .em-section-heading:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .video .em-section-heading {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media (max-width: 600px) {
  .video .em-section-heading {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.video__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

@media (max-width: 767px) {
  .video__link {
    padding: 32px 24px;
  }
}

.em-video-active .video__link {
  opacity: 0;
}

.em-link-hidden .video__link {
  display: none;
}

.video__link:hover {
  color: #ffffff;
}

.playVideo__text {
  display: block;
  width: 60px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  padding-top: 65px;
  background: url("img/watch.png") center top no-repeat;
  background-size: contain;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .playVideo__text {
    margin-top: 0;
  }
}

.playVideo__text:hover {
  color: #ffffff;
}
/* @group Reviews
------------------------------------ */
.reviews__container { background: #edf3eb; padding-bottom: 5rem; }
.reviews__container .em-section-heading { color: #403e39; text-align: center; margin: 0 0 1.7rem; padding-top: 7.3rem; }
.reviews__container .em-hero-description { color: #403e39; text-align: center; margin: 0 0 10.3rem; }
.reviews__container .review-widget { border-top: .2rem solid #403e39; border-bottom: .2rem solid #403e39; margin: 0 0 10rem; }
.reviews__container article { margin: 5rem 0; }
.reviews__container .table { display: table; }
.reviews__container .cell { display: table-cell; padding: 0 6rem; }
.reviews__container .cell.top { vertical-align: middle; }
.reviews__container .cell.middle { vertical-align: top; }
.reviews__container .cell.bottom { vertical-align: bottom; }

.reviews__container .avatar { margin: 0 0 1.8rem; }
.reviews__container .avatar img { margin: 0 auto; max-width: 100%; }
.reviews__container figcaption p { font-weight: 700; }
.reviews__container .description,
.reviews__container .info { margin: 0 0 2rem; }
.reviews__container .star { font-size: 3rem; vertical-align: middle; }
.reviews__container .star:not(.on) { color: #aeaeae; }
.reviews__container time { color: #aeaeae; font-size: 1.8rem; line-height: 1.667em; text-decoration: underline; vertical-align: middle; margin-left: 1rem; }
.reviews__container p { line-height: 1.336em; }
.reviews__container .share ul { margin: 0; list-style: none; padding: 0; }
.reviews__container .share li { display: inline-block; opacity: 0; visibility: hidden; -webkit-transition: opacity 0.4s linear, visibility .4s linear; -moz-transition: opacity 0.4s linear, visibility .4s linear; -ms-transition: opacity 0.4s linear, visibility .4s linear; transition: opacity 0.4s linear, visibility .4s linear; position: relative; vertical-align: middle; }
.reviews__container .share ul > li a { width: 30px; height: 30px; display: inline-block; vertical-align: middle; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; overflow: hidden; text-indent: -9999px; background-size: auto 30px; background-repeat: no-repeat; background-image: url(img/temp-reviews/share_social.png); -webkit-transition: opacity 0.4s; -moz-transition: opacity 0.4s; -ms-transition: opacity 0.4s; transition: opacity 0.4s; }
.reviews__container .share ul > li.facebook a { background-position: 0px 0px; }
.reviews__container .share ul > li.twitter a { background-position: -37px 0px; }
.reviews__container .share ul > li.pinterest a { background-position: -74px 0px; }
.reviews__container .share ul > li.email a { background-position: -149px 0px; }
.reviews__container .share ul > li a:hover { opacity: 0.8; }
.reviews__container .share .titleShare { opacity: 1; visibility: visible; color: #aeaeae; font-weight: 600; padding-left: 2.4rem; cursor: pointer; }
.reviews__container .share .titleShare:before { content: ''; position: absolute; left: 0; top: calc(50% - .7rem); height: 1.4rem; width: 1.4rem; background: url(img/temp-reviews/share.png) center center; background-size: cover; }
.reviews__container .share ul:hover li { opacity: 1; visibility: visible; }

@media only screen
and (min-width : 768px) {
  .reviews__container .cell.fixed { padding: 0; width: 14rem; text-align: center; }
  .reviews__container .review-widget { height: 82.2rem; overflow: hidden; overflow-y: auto; }
}
@media only screen
and (min-width : 769px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 767px) {
  .reviews__container .em-hero-description { font-size: 1.4rem; margin: 0 0 4rem; }
  .reviews__container .em-hero-description br { display: none; }
  .reviews__container article { margin: 2.5rem 0; }
  .reviews__container .cell { display: block; padding: 0; }
  .reviews__container .avatar img { margin: 0 auto; max-width: 80px; display: block; }
  .reviews__container figcaption { text-align: center;  }
}
/* @end */
