@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 61.625em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  -webkit-transition-duration: 750ms !important;
  transition-duration: 750ms !important; }

.fast {
  -webkit-transition-duration: 250ms !important;
  transition-duration: 250ms !important; }

.linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important; }

.ease {
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important; }

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important; }

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-transition-delay: 300ms !important;
  transition-delay: 300ms !important; }

.long-delay {
  -webkit-transition-delay: 700ms !important;
  transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=61.625em&large=87.5em&xlarge=100em&xxlarge=106.25em"; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px; }

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 150;
  line-height: 1.4;
  color: #343536;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 71.11111rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -1.11111rem;
    margin-left: -1.11111rem; }
    @media print, screen and (min-width: 61.625em) {
      .row .row {
        margin-right: -1.11111rem;
        margin-left: -1.11111rem; } }
    @media print, screen and (min-width: 87.5em) {
      .row .row {
        margin-right: -1.11111rem;
        margin-left: -1.11111rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 1.11111rem;
    padding-left: 1.11111rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 1.11111rem;
  padding-left: 1.11111rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 1.11111rem;
  padding-left: 1.11111rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 61.625em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1.11111rem;
    padding-left: 1.11111rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 87.5em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.11111rem;
    padding-left: 1.11111rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 2.22222rem; }
  .column-block > :last-child {
    margin-bottom: 0; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.4;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 500;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #002f6c;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.33333rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1.11111rem; }

h2, .h2 {
  font-size: 1.11111rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1.11111rem; }

h3, .h3 {
  font-size: 1.05556rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1.11111rem; }

h4, .h4 {
  font-size: 1rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1.11111rem; }

h5, .h5 {
  font-size: 0.94444rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1.11111rem; }

h6, .h6 {
  font-size: 0.88889rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1.11111rem; }

a {
  line-height: inherit;
  color: #0085ad;
  text-decoration: underline;
  cursor: pointer; }
  a:hover, a:focus {
    color: #007295; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 71.11111rem;
  height: 0;
  margin: 1.11111rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.4; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: 500; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5rem 1.11111rem 0 1.05556rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.4;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.72222rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.11111rem 0.27778rem 0.05556rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 150;
  color: #000; }

kbd {
  margin: 0;
  padding: 0.11111rem 0.22222rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 150;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 22.5px;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 61.625em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 87.5em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #002f6c;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #00285c;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #002f6c;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #002656;
      color: #fff; }
  .button.secondary {
    background-color: #64a70b;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #508609;
      color: #fff; }
  .button.success {
    background-color: #64a70b;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #508609;
      color: #fff; }
  .button.warning {
    background-color: #fc8500;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #ca6a00;
      color: #fff; }
  .button.alert {
    background-color: #ed1c24;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #c41016;
      color: #fff; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #002f6c;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #002f6c;
        color: #fff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #64a70b;
        color: #fff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #64a70b;
        color: #fff; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #fc8500;
        color: #fff; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ed1c24;
        color: #fff; }
  .button.hollow {
    border: 1px solid #002f6c;
    color: #002f6c; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #001836;
      color: #001836; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #002f6c;
        color: #002f6c; }
    .button.hollow.primary {
      border: 1px solid #002f6c;
      color: #002f6c; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #001836;
        color: #001836; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #002f6c;
          color: #002f6c; }
    .button.hollow.secondary {
      border: 1px solid #64a70b;
      color: #64a70b; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #325406;
        color: #325406; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #64a70b;
          color: #64a70b; }
    .button.hollow.success {
      border: 1px solid #64a70b;
      color: #64a70b; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #325406;
        color: #325406; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #64a70b;
          color: #64a70b; }
    .button.hollow.warning {
      border: 1px solid #fc8500;
      color: #fc8500; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #7e4300;
        color: #7e4300; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #fc8500;
          color: #fc8500; }
    .button.hollow.alert {
      border: 1px solid #ed1c24;
      color: #ed1c24; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #7b0a0e;
        color: #7b0a0e; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #ed1c24;
          color: #ed1c24; }
  .button.clear {
    border: 1px solid #002f6c;
    color: #002f6c; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #001836;
      color: #001836; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #002f6c;
        color: #002f6c; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #002f6c;
      color: #002f6c; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #001836;
        color: #001836; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #002f6c;
          color: #002f6c; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #64a70b;
      color: #64a70b; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #325406;
        color: #325406; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #64a70b;
          color: #64a70b; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #64a70b;
      color: #64a70b; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #325406;
        color: #325406; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #64a70b;
          color: #64a70b; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #fc8500;
      color: #fc8500; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #7e4300;
        color: #7e4300; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #fc8500;
          color: #fc8500; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #ed1c24;
      color: #ed1c24; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #7b0a0e;
        color: #7b0a0e; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #ed1c24;
          color: #ed1c24; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #002f6c; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #002f6c; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #64a70b; }
  .button.dropdown.hollow.success::after {
    border-top-color: #64a70b; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #fc8500; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #ed1c24; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 3.11111rem;
  margin: 0 0 1rem;
  padding: 1rem;
  border: 2px solid #e5e5e6;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-family: inherit;
  font-size: 0.83333rem;
  font-weight: 500;
  line-height: 1.4;
  color: #343536;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 2px solid #e5e5e6;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: 150;
  line-height: 1.8;
  color: #343536; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.61111rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.72222rem;
  font-style: italic;
  color: #343536; }

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 5px 0 0 5px; }
  .input-group > :last-child > * {
    border-radius: 0 5px 5px 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #343536;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: auto;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.83333rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1rem 0;
  padding: 1.11111rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.16667rem;
    padding: 0 0.16667rem; }

select {
  height: 3.11111rem;
  margin: 0 0 1rem;
  padding: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #e5e5e6;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 0.83333rem;
  font-weight: 500;
  line-height: 1.4;
  color: #343536;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 2px solid #e5e5e6;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #ed1c24;
  background-color: #fde8e9; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #ed1c24; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #ed1c24; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #ed1c24; }

.is-invalid-label {
  color: #ed1c24; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.66667rem;
  font-weight: 500;
  color: #ed1c24; }
  .form-error.is-visible {
    display: block; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #002f6c transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #002f6c transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.61111rem;
    color: #000;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #002f6c; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .menu.vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .menu.expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .menu.simple {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 61.625em) {
    .menu.medium-horizontal {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .menu.medium-vertical {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .menu.medium-expanded li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.medium-simple li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 87.5em) {
    .menu.large-horizontal {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .menu.large-vertical {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .menu.large-expanded li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.large-simple li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      -ms-flex-item-align: stretch;
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      -ms-flex-item-align: stretch;
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #002f6c;
    color: #fff; }
  .menu .active > a {
    background: #002f6c;
    color: #fff; }
  .menu.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .menu.align-right li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .menu.align-center li .submenu li {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .menu-centered > .menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    -webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #002f6c; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0085ad; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0085ad transparent transparent; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #002f6c transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 0.88889rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 61.5625em) {
    .media-object.stack-for-small {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 61.5625em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.05556rem;
    border-radius: 0;
    font-size: 0.77778rem;
    display: inline-block; }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.16667rem 0.55556rem;
    border-radius: 0;
    color: #000; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.16667rem 0.55556rem;
    background: #002f6c;
    color: #fff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.16667rem 0.55556rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.16667rem 0.55556rem;
    content: '\2026';
    color: #000; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(52, 53, 54, 0.9);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #343536;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 61.625em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 61.625em) {
    .reveal {
      width: 600px;
      max-width: 71.11111rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 61.625em) {
    .reveal.tiny {
      width: 30%;
      max-width: 71.11111rem; } }
  @media print, screen and (min-width: 61.625em) {
    .reveal.small {
      width: 50%;
      max-width: 71.11111rem; } }
  @media print, screen and (min-width: 61.625em) {
    .reveal.large {
      width: 90%;
      max-width: 71.11111rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 61.5625em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead, tbody, tfoot {
    border: 0;
    background-color: #fff; }
  caption {
    padding: 0.44444rem 0.55556rem 0.55556rem;
    font-weight: 500; }
  thead {
    background: #343536;
    color: #fff; }
  tfoot {
    background: #f2f2f2;
    color: #343536; }
  thead tr, tfoot tr {
    background: transparent; }
  thead th, thead td, tfoot th, tfoot td {
    padding: 0.44444rem 0.55556rem 0.55556rem;
    font-weight: 500;
    text-align: left; }
  tbody th, tbody td {
    padding: 0.44444rem 0.55556rem 0.55556rem; }
  tbody tr:nth-child(odd) {
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 0;
      background-color: #fff; }

@media screen and (max-width: 87.4375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #2f3031; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(odd):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fff;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #002f6c; }
  .tabs.primary > li > a {
    color: #fff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #003880; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.66667rem;
    line-height: 1;
    color: #002f6c; }
    .tabs-title > a:hover {
      background: #fff;
      color: #00285d; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #002f6c; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fff;
  color: #343536;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 47, 108, 0.5);
    box-shadow: 0 0 6px 1px rgba(0, 47, 108, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: inherit;
  font-weight: 150;
  cursor: pointer; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 15rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #64a70b;
  font-size: 80%;
  color: #fff; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #64a70b;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #64a70b transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #64a70b;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #64a70b transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 61.5625em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 61.625em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 61.625em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 61.5625em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 61.625em) and (max-width: 87.4375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 61.5625em), screen and (min-width: 87.5em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 87.5em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 87.4375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 87.5em) and (max-width: 99.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 87.4375em), screen and (min-width: 100em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.clearfix::after {
  clear: both; }

@font-face {
  font-family: 'Abitare';
  src: url("/themes/custom/merritt/fonts/abitare/abitare-150.eot?#iefix") format("embedded-opentype"), url("/themes/custom/merritt/fonts/abitare/abitare-150.woff2") format("woff2"), url("/themes/custom/merritt/fonts/abitare/abitare-150.woff") format("woff"), url("/themes/custom/merritt/fonts/abitare/abitare-150.ttf") format("truetype");
  font-weight: 150;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Abitare';
  src: url("/themes/custom/merritt/fonts/abitare/abitare-250.eot?#iefix") format("embedded-opentype"), url("/themes/custom/merritt/fonts/abitare/abitare-250.woff2") format("woff2"), url("/themes/custom/merritt/fonts/abitare/abitare-250.woff") format("woff"), url("/themes/custom/merritt/fonts/abitare/abitare-250.ttf") format("truetype");
  font-weight: 250;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Abitare';
  src: url("/themes/custom/merritt/fonts/abitare/abitare-350.eot?#iefix") format("embedded-opentype"), url("/themes/custom/merritt/fonts/abitare/abitare-350.woff2") format("woff2"), url("/themes/custom/merritt/fonts/abitare/abitare-350.woff") format("woff"), url("/themes/custom/merritt/fonts/abitare/abitare-350.ttf") format("truetype");
  font-weight: 350;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Abitare';
  src: url("/themes/custom/merritt/fonts/abitare/abitare-500.eot?#iefix") format("embedded-opentype"), url("/themes/custom/merritt/fonts/abitare/abitare-500.woff2") format("woff2"), url("/themes/custom/merritt/fonts/abitare/abitare-500.woff") format("woff"), url("/themes/custom/merritt/fonts/abitare/abitare-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Abitare';
  src: url("/themes/custom/merritt/fonts/abitare/abitare-600.eot?#iefix") format("embedded-opentype"), url("/themes/custom/merritt/fonts/abitare/abitare-600.woff2") format("woff2"), url("/themes/custom/merritt/fonts/abitare/abitare-600.woff") format("woff"), url("/themes/custom/merritt/fonts/abitare/abitare-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Abitare';
  src: url("/themes/custom/merritt/fonts/abitare/abitare-800.eot?#iefix") format("embedded-opentype"), url("/themes/custom/merritt/fonts/abitare/abitare-800.woff2") format("woff2"), url("/themes/custom/merritt/fonts/abitare/abitare-800.woff") format("woff"), url("/themes/custom/merritt/fonts/abitare/abitare-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Abitare';
  src: url("/themes/custom/merritt/fonts/abitare/abitare-900.woff2") format("woff2"), url("/themes/custom/merritt/fonts/abitare/abitare-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

h1 {
  font-size: 44px;
  line-height: 0.9;
  text-transform: uppercase; }
  @media print, screen and (min-width: 61.625em) {
    h1 {
      font-size: 64px; } }
  h1 sup {
    font-size: 60%; }

h2 {
  font-size: 44px;
  line-height: 0.9;
  text-transform: uppercase; }
  @media print, screen and (min-width: 61.625em) {
    h2 {
      font-size: 64px; } }
  h2 + h3 {
    margin-top: -20px; }
  h2 sup {
    font-size: 60%; }

h3 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase; }
  h3 + h2 {
    margin-top: -20px; }
  h3 sup {
    font-size: 60%; }

h4,
h5,
h6 {
  font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 0; }

.content ul {
  list-style-type: none;
  text-align: left;
  margin-left: 0; }
  .content ul::before, .content ul::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .content ul::after {
    clear: both; }
  @media print, screen and (min-width: 61.625em) {
    .content ul {
      -webkit-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 40px;
      column-gap: 40px; } }
  .content ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid; }
    .content ul li:before {
      content: '\e81c';
      font-family: 'merritt-icons';
      color: #64a70b;
      display: block;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      position: absolute;
      top: 4px;
      left: 0; }

ul ul {
  margin-bottom: 1rem; }

.button {
  background-color: #002f6c;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 350;
  font-size: 14px;
  border-radius: 200px;
  padding: 19px 40px;
  min-width: 200px;
  margin-bottom: 0;
  outline: none; }
  .button:hover, .button:focus {
    background-color: #002453; }

.video-embed-field-responsive-video {
  margin-bottom: 20px; }

/*
* Region styles for dynamic column counts
*/
.triptych-wrapper > .row > * {
  width: 100%;
  float: left;
  padding-right: 1.11111rem;
  padding-left: 1.11111rem; }
  .triptych-wrapper > .row > *:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 61.625em) {
    .triptych-1 .triptych-wrapper > .row > * {
      width: 100%;
      float: left;
      padding-right: 1.11111rem;
      padding-left: 1.11111rem; }
      .triptych-1 .triptych-wrapper > .row > *:last-child:not(:first-child) {
        float: right; }
    .triptych-2 .triptych-wrapper > .row > * {
      width: 50%;
      float: left;
      padding-right: 1.11111rem;
      padding-left: 1.11111rem; }
      .triptych-2 .triptych-wrapper > .row > *:last-child:not(:first-child) {
        float: right; }
    .triptych-3 .triptych-wrapper > .row > * {
      width: 33.33333%;
      float: left;
      padding-right: 1.11111rem;
      padding-left: 1.11111rem; }
      .triptych-3 .triptych-wrapper > .row > *:last-child:not(:first-child) {
        float: right; } }

.footer-wrapper > .row > * {
  width: 100%;
  float: left;
  padding-right: 1.11111rem;
  padding-left: 1.11111rem; }
  .footer-wrapper > .row > *:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 61.625em) {
    .footer-1 .footer-wrapper > .row > * {
      width: 100%;
      float: left;
      padding-right: 1.11111rem;
      padding-left: 1.11111rem; }
      .footer-1 .footer-wrapper > .row > *:last-child:not(:first-child) {
        float: right; }
    .footer-2 .footer-wrapper > .row > * {
      width: 50%;
      float: left;
      padding-right: 1.11111rem;
      padding-left: 1.11111rem; }
      .footer-2 .footer-wrapper > .row > *:last-child:not(:first-child) {
        float: right; }
    .footer-3 .footer-wrapper > .row > * {
      width: 33.33333%;
      float: left;
      padding-right: 1.11111rem;
      padding-left: 1.11111rem; }
      .footer-3 .footer-wrapper > .row > *:last-child:not(:first-child) {
        float: right; }
    .footer-4 .footer-wrapper > .row > * {
      width: 25%;
      float: left;
      padding-right: 1.11111rem;
      padding-left: 1.11111rem; }
      .footer-4 .footer-wrapper > .row > *:last-child:not(:first-child) {
        float: right; } }

body {
  width: 100%;
  overflow-x: hidden; }

.no-sidebars .main-content {
  width: 100%;
  float: left;
  padding-right: 1.11111rem;
  padding-left: 1.11111rem; }
  .no-sidebars .main-content:last-child:not(:first-child) {
    float: right; }

.one-sidebar .main-content {
  width: 100%;
  float: left;
  padding-right: 1.11111rem;
  padding-left: 1.11111rem; }
  .one-sidebar .main-content:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 61.625em) {
    .one-sidebar .main-content {
      width: 78%;
      float: left;
      padding-right: 1.11111rem;
      padding-left: 1.11111rem; }
      .one-sidebar .main-content:last-child:not(:first-child) {
        float: right; } }

.two-sidebars .main-content {
  width: 100%;
  float: left;
  padding-right: 1.11111rem;
  padding-left: 1.11111rem; }
  .two-sidebars .main-content:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 61.625em) {
    .two-sidebars .main-content {
      width: 50%;
      float: left;
      padding-right: 1.11111rem;
      padding-left: 1.11111rem; }
      .two-sidebars .main-content:last-child:not(:first-child) {
        float: right; } }

.one-sidebar .sidebar-first,
.one-sidebar .sidebar-second {
  width: 100%;
  float: left;
  padding-right: 1.11111rem;
  padding-left: 1.11111rem; }
  .one-sidebar .sidebar-first:last-child:not(:first-child),
  .one-sidebar .sidebar-second:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 61.625em) {
    .one-sidebar .sidebar-first,
    .one-sidebar .sidebar-second {
      width: 22%;
      float: left;
      padding-right: 1.11111rem;
      padding-left: 1.11111rem; }
      .one-sidebar .sidebar-first:last-child:not(:first-child),
      .one-sidebar .sidebar-second:last-child:not(:first-child) {
        float: right; } }

.two-sidebars .sidebar-first,
.two-sidebars .sidebar-second {
  width: 100%;
  float: left;
  padding-right: 1.11111rem;
  padding-left: 1.11111rem; }
  .two-sidebars .sidebar-first:last-child:not(:first-child),
  .two-sidebars .sidebar-second:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 61.625em) {
    .two-sidebars .sidebar-first,
    .two-sidebars .sidebar-second {
      width: 25%;
      float: left;
      padding-right: 1.11111rem;
      padding-left: 1.11111rem; }
      .two-sidebars .sidebar-first:last-child:not(:first-child),
      .two-sidebars .sidebar-second:last-child:not(:first-child) {
        float: right; } }

.main-content .messages {
  background-color: #002f6c;
  border: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 10px 15px;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 15px;
  font-weight: bold; }
  .main-content .messages.error {
    background-color: #ed1c24; }
  .main-content .messages a {
    color: rgba(255, 255, 255, 0.75); }
    .main-content .messages a:hover {
      color: #fff; }
  .main-content .messages ul {
    margin: 0;
    padding-left: 15px; }
  .main-content .messages p {
    margin: 0; }
  .main-content .messages .close-button {
    color: rgba(255, 255, 255, 0.6);
    top: 2px;
    right: 12px;
    font-size: 24px; }
    .main-content .messages .close-button:hover {
      color: #fff; }

.toolbar {
  font-weight: 500; }

.main-content .admin-tabs {
  list-style-type: none;
  padding-left: 10px;
  border-bottom: 1px solid #ddd;
  margin-left: 0;
  margin-top: 20px; }
  .main-content .admin-tabs::before, .main-content .admin-tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .main-content .admin-tabs::after {
    clear: both; }
  .main-content .admin-tabs li {
    display: inline-block; }
    .main-content .admin-tabs li a {
      display: inline-block;
      text-decoration: none;
      padding: 10px 15px;
      color: #343536;
      background-color: #efefef;
      border: 1px solid #efefef;
      border-bottom: 0;
      margin-right: 7px;
      font-size: 16px; }
      .main-content .admin-tabs li a:hover {
        background-color: #ddd;
        border-color: #ddd; }
      .main-content .admin-tabs li a.is-active {
        border: 1px solid #ddd;
        border-bottom: 1px solid #fff;
        background-color: transparent;
        margin-bottom: -1px; }

.user-login-form,
.user-register-form,
.user-pass {
  width: 500px;
  max-width: 100%;
  margin: 0 auto 20px; }
  .user-login-form p,
  .user-login-form details,
  .user-login-form .description,
  .user-register-form p,
  .user-register-form details,
  .user-register-form .description,
  .user-pass p,
  .user-pass details,
  .user-pass .description {
    display: none; }

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
textarea {
  height: 55px; }
  input[type='text']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #343536;
    opacity: 1; }
  input[type='text']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #343536;
    opacity: 1; }
  input[type='text']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #343536;
    opacity: 1; }
  input[type='text']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #343536;
    opacity: 1; }

textarea {
  min-height: 140px; }

input[type='submit'] {
  background-color: #64a70b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 350;
  font-size: 14px;
  color: #fff;
  border: 0;
  border-radius: 200px;
  padding: 19px 40px;
  min-width: 200px;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; }
  input[type='submit']:hover, input[type='submit']:focus {
    background-color: #568f09; }

select {
  height: 55px;
  border-radius: 5px;
  outline: none;
  background-image: url("/themes/custom/merritt/img/bg-select.png");
  background-size: auto;
  background-position: right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 20px; }

.g-recaptcha {
  margin-bottom: 5px;
  text-align: center; }
  .g-recaptcha > div {
    display: inline-block; }

.hs-input {
  width: 100% !important; }

.zip.error {
  border: 2px solid #992600;
  border-radius: 4px;
  margin: 0 -3px 3px;
  padding: 3px; }
  .zip.error:after {
    content: 'Zip & Radius required for valid results.';
    color: #992600;
    font-weight: normal;
    font-size: 0.7em;
    text-align: center;
    display: block; }
  .zip.error select:focus,
  .zip.error input:focus,
  .zip.error input:focus::-webkit-input-placeholder {
    color: #992600; }
  .zip.error select:focus,
  .zip.error input:focus,
  .zip.error input:focus:-ms-input-placeholder {
    color: #992600; }
  .zip.error select:focus,
  .zip.error input:focus,
  .zip.error input:focus::placeholder {
    color: #992600; }

@font-face {
  font-family: 'merritt-icons';
  src: url("/themes/custom/merritt/fonts/icons/merritt-icons.eot?#iefix") format("embedded-opentype"), url("/themes/custom/merritt/fonts/icons/merritt-icons.woff2") format("woff2"), url("/themes/custom/merritt/fonts/icons/merritt-icons.woff") format("woff"), url("/themes/custom/merritt/fonts/icons/merritt-icons.ttf") format("truetype"), url("/themes/custom/merritt/fonts/icons/merritt-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    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;
  outline: 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; }

table {
  text-align: center;
  font-size: 15px;
  font-weight: 350; }
  table thead th {
    text-align: center;
    font-size: 24px;
    font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding: 12px 10px; }
  table tbody tr {
    border-bottom: 1px solid #d0d1d2; }
  table tbody td {
    padding: 12px 5px; }

/*! lightgallery - v1.6.11 - 2018-05-22
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2018 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("/themes/custom/merritt/fonts/lightgallery/lg.eot?n1z373");
  src: url("/themes/custom/merritt/fonts/lightgallery/lg.eot?#iefixn1z373") format("embedded-opentype"), url("/themes/custom/merritt/fonts/lightgallery/lg.woff?n1z373") format("woff"), url("/themes/custom/merritt/fonts/lightgallery/lg.ttf?n1z373") format("truetype"), url("/themes/custom/merritt/fonts/lightgallery/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("/themes/custom/merritt/img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("/themes/custom/merritt/img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("/themes/custom/merritt/img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("/themes/custom/merritt/img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("/themes/custom/merritt/img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("/themes/custom/merritt/img/loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 0.9; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-sub-html h2 {
  color: #fff;
  font-size: 18px;
  font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 10px; }

.lg-sub-html .button {
  color: #fff; }
  .lg-sub-html .button:hover, .lg-sub-html .button:focus {
    color: #fff; }

.pager {
  clear: both;
  text-align: center; }
  .pager ul {
    margin-left: 0;
    margin-bottom: 1rem;
    margin-bottom: 0; }
    .pager ul::before, .pager ul::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .pager ul::after {
      clear: both; }
    .pager ul li {
      margin-right: 0.05556rem;
      border-radius: 0;
      font-size: 0.77778rem;
      display: inline-block; }
    .pager ul a,
    .pager ul button {
      display: block;
      padding: 0.16667rem 0.55556rem;
      border-radius: 0;
      color: #000; }
      .pager ul a:hover,
      .pager ul button:hover {
        background: #e6e6e6; }
    .pager ul li {
      font-size: 18px; }
      .pager ul li a {
        text-decoration: none;
        -webkit-transition: background 0.5s;
        transition: background 0.5s; }
        .pager ul li a:hover {
          background-color: #eaebeb; }
      .pager ul li.is-active a {
        color: #fff;
        font-weight: 400;
        background-color: #64a70b; }

body.is-reveal-open {
  overflow: visible; }

.reveal-overlay {
  overflow: hidden; }

.reveal {
  text-align: center; }
  .reveal:focus,
  .reveal .close-button {
    outline: none; }

.testimonial-modal {
  padding-top: 50px; }
  @media print, screen and (min-width: 61.625em) {
    .testimonial-modal {
      width: 1000px; } }

.feature-modal {
  text-align: left;
  font-size: 16px;
  line-height: 1.25; }
  @media print, screen and (min-width: 61.625em) {
    .feature-modal {
      width: 800px;
      padding: 30px 30px 20px; } }
  .feature-modal h2 {
    color: #343536;
    font-size: 36px; }
  .feature-modal .button {
    background-color: #0085ad; }
    .feature-modal .button:hover {
      background-color: #005e7a; }
  .feature-modal .close-button {
    text-decoration: none; }

.unit-tour,
.matterport-modal {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 0;
  height: auto;
  min-height: 0; }
  @media (max-width: 985px) {
    .unit-tour,
    .matterport-modal {
      top: 0 !important; } }
  .unit-tour p,
  .unit-tour .embed,
  .matterport-modal p,
  .matterport-modal .embed {
    margin: 0;
    line-height: 0; }
  .unit-tour iframe,
  .matterport-modal iframe {
    max-width: 100%; }
  .unit-tour .close-button,
  .matterport-modal .close-button {
    text-decoration: none;
    color: #fff; }

@media print, screen and (min-width: 61.625em) {
  .available-space-modal {
    width: 1040px;
    max-width: 100%; } }

.available-space-modal h2 {
  font-size: 36px; }
  @media print, screen and (min-width: 61.625em) {
    .available-space-modal h2 {
      font-size: 52px;
      margin-top: 5px; } }

.available-space-modal table {
  margin-bottom: 0; }

.available-space-modal a[href$='.pdf'] {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  font-weight: normal;
  color: #64a70b;
  -webkit-transition: color 0.5s;
  transition: color 0.5s; }
  .available-space-modal a[href$='.pdf']:hover {
    color: #568f09; }
  .available-space-modal a[href$='.pdf']:before {
    content: '\e8ff';
    font-family: 'merritt-icons';
    display: block;
    height: 20px; }

.available-space-modal a.vr-tour {
  display: block;
  margin: -11px auto -12px;
  width: 36px;
  height: 36px;
  overflow: hidden;
  text-align: center;
  line-height: 36px;
  font-size: 36px;
  font-weight: normal;
  text-decoration: none;
  color: #00b1cb;
  outline: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s; }
  .available-space-modal a.vr-tour:hover {
    color: #009bb2; }
  .available-space-modal a.vr-tour:before {
    content: '\f16d';
    font-family: 'merritt-icons';
    display: block;
    height: 36px; }

.available-space-modal th[id*='view-field-360-vr-1-table-column'],
.available-space-modal td[headers*='view-field-360-vr-1-table-column'] {
  display: none; }

.available-space-modal .close-button {
  -webkit-transition: color 0.5s;
  transition: color 0.5s; }

@-webkit-keyframes bounceLeft {
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px); } }

@keyframes bounceLeft {
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px); } }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }

#drupal-live-announce {
  display: none; }

.region-alert {
  background-color: #ed1c24; }
  .region-alert .alert-message {
    padding: 20px;
    text-align: center; }
    .region-alert .alert-message a {
      display: inline-block;
      color: #fff;
      font-size: 16px;
      font-weight: 250;
      text-decoration: none;
      line-height: 1.2;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
      .region-alert .alert-message a:hover span:after {
        -webkit-transform: translateX(5px);
        transform: translateX(5px); }
      .region-alert .alert-message a strong {
        font-weight: 500;
        text-transform: uppercase; }
      .region-alert .alert-message a span {
        display: inline-block;
        font-weight: 800;
        text-transform: uppercase;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        margin-left: 10px;
        padding-left: 15px; }
        .region-alert .alert-message a span:after {
          content: '\e813';
          font-family: 'merritt-icons';
          font-weight: normal;
          display: inline-block;
          margin-left: 5px;
          -webkit-transition: -webkit-transform 0.5s;
          transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s; }

.mobile-menu {
  display: block; }
  @media print, screen and (min-width: 61.625em) {
    .mobile-menu {
      display: none; } }

.title-bar {
  padding: 15px 20px;
  background-color: #002f6c;
  position: relative; }
  .title-bar .title-bar-title a {
    display: block;
    width: 160px;
    height: 40px;
    background: none;
    text-indent: -999px;
    overflow: hidden; }
    .title-bar .title-bar-title a.lazy-loaded {
      background: url("/themes/custom/merritt/img/logo-header.png") no-repeat left center;
      background-size: contain; }
  .title-bar .search-icon {
    display: block;
    position: absolute;
    top: 15px;
    right: 60px;
    height: 40px;
    width: 60px;
    outline: none;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    border-right: 1px solid #fff; }
    .title-bar .search-icon:before {
      content: '\eaa4';
      font-family: 'merritt-icons';
      font-size: 26px;
      color: #64a70b;
      display: block;
      height: 40px; }
  .title-bar .menu-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: auto;
    margin: 0;
    padding: 0;
    outline: none;
    overflow: hidden; }
    .title-bar .menu-icon:before {
      content: '\e838';
      font-family: 'merritt-icons';
      font-size: 30px;
      color: #64a70b; }
    .title-bar .menu-icon:after {
      display: none; }

.mobile-menu > nav {
  display: none; }

.mobile-menu nav.primary-nav {
  background-color: #003a86;
  padding: 10px 0; }
  .mobile-menu nav.primary-nav > ul > li > a {
    padding: 10px 20px;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    position: relative; }
  .mobile-menu nav.primary-nav > ul > .is-accordion-submenu-parent > a:after {
    content: '+';
    width: 26px;
    height: 26px;
    font-size: 36px;
    line-height: 26px;
    text-align: center;
    border: 0;
    right: 15px;
    top: 50%;
    margin-top: -13px;
    -webkit-transform: none;
    transform: none; }
  .mobile-menu nav.primary-nav ul ul a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 20px; }

.mobile-menu nav.secondary-nav {
  background-color: #003a86;
  padding-bottom: 15px; }
  .mobile-menu nav.secondary-nav h2 {
    color: #fff;
    font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 5px 20px; }
    .mobile-menu nav.secondary-nav h2:before {
      content: '';
      display: block;
      width: 60px;
      height: 3px;
      margin-bottom: 20px;
      background-color: #64a70b; }
  .mobile-menu nav.secondary-nav a {
    color: #fff;
    font-size: 15px;
    font-weight: 350;
    padding: 8px 20px; }

.top-menu {
  display: none; }
  @media print, screen and (min-width: 61.625em) {
    .top-menu {
      display: block;
      background-color: #fff;
      border-bottom: 10px solid #00aec7; } }

.region-secondary-menu {
  max-width: 71.11111rem;
  margin-right: auto;
  margin-left: auto;
  max-width: none;
  padding: 3px 20px; }
  .region-secondary-menu::before, .region-secondary-menu::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .region-secondary-menu::after {
    clear: both; }
  @media print, screen and (min-width: 87.5em) {
    .region-secondary-menu {
      padding-left: 70px;
      padding-right: 70px; } }
  .region-secondary-menu nav {
    text-align: right; }
    .region-secondary-menu nav > div {
      display: none; }
    .region-secondary-menu nav h2 {
      display: inline-block;
      position: relative;
      top: -2px;
      margin: 0;
      color: #999;
      font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 13px;
      font-weight: 900;
      line-height: 1; }
    .region-secondary-menu nav > ul {
      display: inline-block;
      margin: 0;
      list-style-type: none; }
      .region-secondary-menu nav > ul li {
        display: inline-block;
        padding-left: 12px;
        margin-left: 10px;
        border-left: 1px solid #e3e3e3; }
      .region-secondary-menu nav > ul a {
        display: inline-block;
        position: relative;
        top: -2px;
        color: #002f6c;
        font-size: 13px;
        font-weight: 900;
        line-height: 1;
        text-decoration: none;
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
        .region-secondary-menu nav > ul a:hover, .region-secondary-menu nav > ul a:focus {
          color: #00aec7; }

.header {
  display: none; }
  @media print, screen and (min-width: 61.625em) {
    .header {
      display: block;
      background: transparent;
      position: absolute;
      width: 100%;
      z-index: 100;
      -webkit-transition: background 0.5s;
      transition: background 0.5s; } }
  .header.header-shrink {
    background-color: #002f6c;
    position: fixed;
    top: 0;
    width: 100%; }

.toolbar-horizontal .header-shrink {
  top: 79px; }

.toolbar-vertical .header-shrink {
  top: 39px; }

.region-header {
  max-width: 71.11111rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: none;
  padding: 15px 20px;
  z-index: 100; }
  .region-header::before, .region-header::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .region-header::after {
    clear: both; }
  @media print, screen and (min-width: 87.5em) {
    .region-header {
      padding-left: 70px;
      padding-right: 70px; } }

.region-header .logo {
  float: left; }
  .region-header .logo a {
    display: block;
    width: 160px;
    height: 60px;
    background: none;
    text-indent: -999px;
    overflow: hidden;
    -webkit-transition: width 0.5s, height 0.5s;
    transition: width 0.5s, height 0.5s; }
    @media (min-width: 1180px) {
      .region-header .logo a {
        width: 220px; } }
    .region-header .logo a.lazy-loaded {
      background: url("/themes/custom/merritt/img/logo-header.png") no-repeat left center;
      background-size: contain; }

.header-shrink .region-header .logo a {
  width: 160px;
  height: 40px; }

.region-header .views-exposed-form {
  display: none; }

.header-content {
  float: right; }
  .header-content .find-space {
    float: left;
    padding: 10px 0;
    text-align: right;
    position: relative;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s; }
    .header-content .find-space form {
      position: relative;
      width: 170px; }
      .header-content .find-space form:hover label,
      .header-content .find-space form:focus label {
        color: #64a70b; }
    .header-content .find-space.search-on form {
      width: 310px; }
    .header-content .find-space.search-on label {
      opacity: 0;
      right: 100%; }
    .header-content .find-space.search-on input {
      width: 310px;
      padding: 0 50px 2px 20px;
      opacity: 1;
      background: none; }
    .header-content .find-space.search-on button {
      right: 10px; }
      .header-content .find-space.search-on button:hover, .header-content .find-space.search-on button:focus {
        color: #fff; }
    .header-content .find-space > * {
      display: inline-block;
      vertical-align: top; }
    .header-content .find-space br {
      display: none; }
    .header-content .find-space label {
      display: inline-block;
      font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 600;
      font-size: 22px;
      line-height: 40px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #fff;
      white-space: nowrap;
      vertical-align: middle;
      cursor: pointer;
      position: absolute;
      right: 37px;
      -webkit-transition: color 0.5s, opacity 0.5s, right 0.5s;
      transition: color 0.5s, opacity 0.5s, right 0.5s; }
    .header-content .find-space input {
      display: inline-block;
      background: none;
      border: 1px solid #fff;
      border-radius: 0;
      height: 50px;
      margin: -5px 0;
      padding: 0 0 2px;
      outline: none;
      vertical-align: middle;
      overflow: hidden;
      width: 0;
      color: #fff;
      opacity: 0;
      -webkit-transition: width 0.5s, opacity 0.5s, padding 0.5s;
      transition: width 0.5s, opacity 0.5s, padding 0.5s; }
      .header-content .find-space input::-webkit-input-placeholder {
        color: #fff;
        font-weight: 350; }
      .header-content .find-space input:-moz-placeholder {
        color: #fff;
        font-weight: 350; }
      .header-content .find-space input::-moz-placeholder {
        color: #fff;
        font-weight: 350; }
      .header-content .find-space input:-ms-input-placeholder {
        color: #fff;
        font-weight: 350; }
    .header-content .find-space button {
      display: inline-block;
      outline: none;
      width: 30px;
      height: 40px;
      overflow: hidden;
      vertical-align: middle;
      color: #64a70b;
      position: absolute;
      right: 0;
      -webkit-transition: color 0.5s, right 0.5s;
      transition: color 0.5s, right 0.5s; }
      .header-content .find-space button:before {
        content: '\eaa4';
        font-family: 'merritt-icons';
        font-weight: normal;
        font-size: 22px;
        line-height: 40px;
        text-align: center;
        display: block;
        height: 40px; }
  .header-content .advanced-search {
    float: right;
    margin: -2px 0 -2px 15px; }
    .header-content .advanced-search .button {
      color: #fff;
      font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 22px;
      font-weight: 600;
      letter-spacing: 2px;
      min-width: 0;
      padding: 10px 0 10px 10px;
      background: none;
      border-radius: 0; }
      .header-content .advanced-search .button:hover, .header-content .advanced-search .button:focus {
        color: #64a70b; }
  .header-content .menu-toggle {
    float: left;
    border-left: 1px solid #cbcccd;
    width: 125px;
    line-height: 40px;
    text-align: right;
    font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    margin-left: 30px;
    padding: 10px 0;
    -webkit-transition: padding 0.5s, color 0.5s;
    transition: padding 0.5s, color 0.5s; }
    .header-content .menu-toggle:after {
      content: '\e838';
      font-family: 'merritt-icons';
      font-size: 30px;
      font-weight: normal;
      color: #64a70b;
      display: inline-block;
      float: right;
      margin-left: 20px; }
    .header-content .menu-toggle:hover {
      color: #64a70b; }

.menu-on .menu-toggle:after {
  content: '\eb88';
  font-size: 28px; }

.header-shrink .header-content .find-space,
.header-shrink .header-content .menu-toggle {
  padding: 0; }

.region-header nav {
  display: none;
  position: absolute;
  top: 0;
  right: 175px; }
  @media print, screen and (min-width: 87.5em) {
    .region-header nav {
      right: 225px; } }
  .region-header nav > ul {
    list-style-type: none;
    margin: 0; }
    .region-header nav > ul::before, .region-header nav > ul::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .region-header nav > ul::after {
      clear: both; }
    .region-header nav > ul > li {
      position: relative;
      display: inline-block;
      float: left; }
      .region-header nav > ul > li:last-child > a {
        margin-right: 0; }
        @media (min-width: 1180px) {
          .region-header nav > ul > li:last-child > a {
            margin-right: 10px; } }
      .region-header nav > ul > li:hover > a {
        border-bottom-color: #64a70b; }
      .region-header nav > ul > li > a {
        display: inline-block;
        color: #fff;
        font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-weight: 600;
        font-size: 22px;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 2px;
        line-height: 90px;
        border-bottom: 5px solid transparent;
        margin-right: 30px;
        position: relative;
        z-index: 2;
        -webkit-transition: border 0.5s, line-height 0.5s;
        transition: border 0.5s, line-height 0.5s; }
        @media (min-width: 1180px) {
          .region-header nav > ul > li > a {
            margin-right: 70px; } }
        @media print, screen and (min-width: 87.5em) {
          .region-header nav > ul > li > a {
            margin-right: 90px; } }
  .region-header nav > ul > li > ul {
    list-style-type: none;
    margin: 0;
    padding: 15px 25px 20px 0;
    position: absolute;
    width: 100%;
    z-index: 1; }
    @media (min-width: 1180px) {
      .region-header nav > ul > li > ul {
        padding-right: 40px; } }
    .region-header nav > ul > li > ul > li {
      position: relative;
      line-height: 1.2; }
    .region-header nav > ul > li > ul a {
      display: inline-block;
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      color: #fff;
      margin-bottom: 8px;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
      @media (min-width: 1180px) {
        .region-header nav > ul > li > ul a {
          font-size: 15px;
          margin-bottom: 10px; } }
      .region-header nav > ul > li > ul a:hover {
        color: #64a70b; }
  .region-header nav > ul > li:first-child > ul:before {
    content: '';
    display: block;
    background-color: rgba(0, 47, 108, 0.9);
    position: absolute;
    top: -5px;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    z-index: 0; }

.header-shrink .region-header nav > ul > li > a {
  line-height: 70px; }

.alert-icon {
  float: right; }
  @media print, screen and (min-width: 87.5em) {
    .alert-icon {
      margin-right: -52px; } }
  .alert-icon ~ nav {
    right: 220px; }
  .alert-icon .icon {
    display: inline-block;
    background-color: #ed1c24;
    border-radius: 100px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    margin-left: 26px;
    margin-top: 18px;
    -webkit-transition: color 0.5s, margin 0.5s, -webkit-transform 0.5s;
    transition: color 0.5s, margin 0.5s, -webkit-transform 0.5s;
    transition: color 0.5s, transform 0.5s, margin 0.5s;
    transition: color 0.5s, transform 0.5s, margin 0.5s, -webkit-transform 0.5s; }
    .alert-icon .icon:hover, .alert-icon .icon:focus {
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
    .alert-icon .icon:before {
      content: '\e800';
      font-family: 'merritt-icons';
      display: block; }

.header-shrink .alert-icon .icon {
  margin-top: 9px; }

.region-highlighted {
  background: none;
  position: relative;
  overflow: hidden; }
  .region-highlighted::before, .region-highlighted::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .region-highlighted::after {
    clear: both; }
  @media print, screen and (min-width: 61.625em) {
    .region-highlighted {
      min-height: 90px; }
      .region-highlighted:before {
        content: '';
        display: block;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 47, 108, 0)), to(rgba(0, 47, 108, 0.8)));
        background: linear-gradient(0deg, rgba(0, 47, 108, 0) 0%, rgba(0, 47, 108, 0.8) 100%);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100px;
        z-index: 1; } }
  .region-highlighted.lazy-loaded {
    background: #343536 url("/themes/custom/merritt/img/bg-highlighted.jpg") no-repeat top center;
    background-size: cover; }

.node-type-news .region-highlighted.lazy-loaded {
  background-image: url("/themes/custom/merritt/img/bg-highlighted-news.jpg"); }

.breadcrumbs {
  margin: 0;
  position: relative;
  z-index: 1; }
  .breadcrumbs ol {
    list-style-type: none;
    margin: 0;
    padding: 25px 20px; }
    .breadcrumbs ol::before, .breadcrumbs ol::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .breadcrumbs ol::after {
      clear: both; }
    @media print, screen and (min-width: 61.625em) {
      .breadcrumbs ol {
        padding: 130px 20px 60px; } }
    @media print, screen and (min-width: 87.5em) {
      .breadcrumbs ol {
        padding: 130px 70px 60px; } }
    .breadcrumbs ol li {
      color: #fff;
      font-size: 16px;
      line-height: 1.4;
      text-transform: none; }
      .breadcrumbs ol li:not(:last-child):after {
        content: '\e813';
        font-family: 'merritt-icons';
        font-size: 20px;
        color: #fff;
        line-height: 16px;
        position: relative;
        top: 2px; }
    .breadcrumbs ol a {
      color: #fff;
      text-decoration: none; }
      .breadcrumbs ol a:hover {
        text-decoration: underline; }

.breadcrumbs:not(:last-child) {
  display: none; }
  @media print, screen and (min-width: 61.625em) {
    .breadcrumbs:not(:last-child) {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10; } }
  .breadcrumbs:not(:last-child) ol {
    padding-top: 120px;
    padding-bottom: 0; }

.node-type-leasing-agent-page .region-highlighted {
  background-image: none; }
  .node-type-leasing-agent-page .region-highlighted .page-title {
    background: none;
    padding: 25px 20px;
    position: relative;
    z-index: 1; }
    @media print, screen and (min-width: 61.625em) {
      .node-type-leasing-agent-page .region-highlighted .page-title {
        padding: 135px 20px 45px; } }
    @media print, screen and (min-width: 87.5em) {
      .node-type-leasing-agent-page .region-highlighted .page-title {
        padding: 135px 70px 45px; } }
    .node-type-leasing-agent-page .region-highlighted .page-title.lazy-loaded {
      background-image: url("/themes/custom/merritt/img/bg-highlighted-leasing-agent.jpg");
      background-size: cover; }
    .node-type-leasing-agent-page .region-highlighted .page-title h1 {
      color: #fff;
      font-size: 50px;
      text-align: center;
      margin-bottom: 0; }
      @media print, screen and (min-width: 61.625em) {
        .node-type-leasing-agent-page .region-highlighted .page-title h1 {
          font-size: 60px; } }

.featured-video {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; }
  .featured-video p {
    margin-bottom: 0;
    line-height: 0; }
  .featured-video iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .featured-video .overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); }
    .featured-video .overlay .button {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -40px;
      margin-left: -40px;
      width: 80px;
      min-width: 0;
      height: 80px;
      background: none;
      border: 0;
      overflow: hidden;
      line-height: 80px;
      text-align: center;
      color: #fff;
      font-size: 80px;
      padding: 0;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
      .featured-video .overlay .button:before {
        content: '\ea5b';
        font-family: 'merritt-icons';
        display: block;
        height: 80px; }
      .featured-video .overlay .button:hover {
        color: #64a70b; }
  .featured-video .close {
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 51 !important; }
    .featured-video .close a {
      display: block;
      background: #000;
      color: #fff;
      text-decoration: none;
      width: 50px;
      height: 50px;
      line-height: 50px;
      border-radius: 100px;
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      outline: none;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
      .featured-video .close a:hover {
        color: #64a70b; }

.sections-nav {
  display: none; }
  @media print, screen and (min-width: 61.625em) {
    .sections-nav {
      display: block;
      position: absolute;
      top: 90px;
      left: 0;
      right: 0;
      z-index: 75;
      background-color: rgba(0, 47, 108, 0.8);
      text-align: center;
      line-height: 1;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: background 0.5s, top 0.5s, opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
      transition: background 0.5s, top 0.5s, opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
      transition: transform 0.5s, background 0.5s, top 0.5s, opacity 0.5s, visibility 0.5s;
      transition: transform 0.5s, background 0.5s, top 0.5s, opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s; } }
  .sections-nav .section-links {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 12px 15px;
    line-height: 1; }
    .sections-nav .section-links::before, .sections-nav .section-links::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .sections-nav .section-links::after {
      clear: both; }
    .sections-nav .section-links li {
      display: inline-block;
      margin: 10px; }
      @media (min-width: 1200px) {
        .sections-nav .section-links li {
          margin: 10px 20px; } }
      .sections-nav .section-links li:first-child {
        margin-left: 0; }
      .sections-nav .section-links li:last-child {
        margin-right: 0; }
    .sections-nav .section-links a {
      color: #fff;
      font-size: 22px;
      font-weight: 600;
      font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 1px;
      line-height: 1;
      border-bottom: 2px solid transparent;
      -webkit-transition: border 0.5s;
      transition: border 0.5s; }
      .sections-nav .section-links a:hover, .sections-nav .section-links a:focus {
        border-bottom-color: #fff; }

.header-shrink + .region-highlighted .sections-nav {
  position: fixed;
  top: 70px;
  bottom: initial;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background-color: rgba(0, 47, 108, 0.8);
  opacity: 1;
  visibility: visible; }

.toolbar-horizontal .header-shrink + .region-highlighted .sections-nav {
  top: 149px; }

.toolbar-vertical .header-shrink + .region-highlighted .sections-nav {
  top: 109px; }

@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes zoomIn {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@media print, screen and (min-width: 61.625em) {
  .slide-animation .background-image {
    -webkit-animation: zoomIn 7s forwards linear;
    animation: zoomIn 7s forwards linear; } }

.header-slider {
  list-style-type: none;
  margin: 0;
  background-color: #343536;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  @media print, screen and (min-width: 61.625em) {
    .header-slider > li,
    .header-slider .slick-slide {
      height: 890px;
      position: relative; }
      .header-slider > li:before,
      .header-slider .slick-slide:before {
        content: '';
        display: block;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 47, 108, 0)), to(rgba(0, 47, 108, 0.8)));
        background: linear-gradient(0deg, rgba(0, 47, 108, 0) 0%, rgba(0, 47, 108, 0.8) 100%);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100px;
        z-index: 1; } }
  @media print, screen and (min-width: 61.625em) {
    .header-slider > li:nth-child(odd) .background-image,
    .header-slider .slick-slide:nth-child(odd) .background-image {
      -webkit-transform-origin: 80% 80%;
      transform-origin: 80% 80%; } }
  @media print, screen and (min-width: 61.625em) {
    .header-slider > li:nth-child(even) .background-image,
    .header-slider .slick-slide:nth-child(even) .background-image {
      -webkit-transform-origin: 20% 20%;
      transform-origin: 20% 20%; } }
  .header-slider .background-image {
    background-color: #000; }
    @media print, screen and (min-width: 61.625em) {
      .header-slider .background-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
    .header-slider .background-image img {
      width: 100%; }
      @media print, screen and (min-width: 61.625em) {
        .header-slider .background-image img {
          opacity: 0.6;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; } }
  .header-slider .slide-content {
    width: 1400px;
    max-width: 100%;
    padding: 20px 20px 10px;
    text-align: center;
    color: #fff; }
    @media print, screen and (min-width: 61.625em) {
      .header-slider .slide-content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        margin-top: 30px;
        z-index: 10; } }
    .header-slider .slide-content h3 {
      color: #fff;
      font-size: 75px; }
    .header-slider .slide-content h4 {
      color: #fff;
      font-size: 25px; }
    .header-slider .slide-content h2 {
      color: #fff; }
      @media print, screen and (min-width: 61.625em) {
        .header-slider .slide-content h2 {
          font-size: 80px; } }
      @media (min-width: 1200px) {
        .header-slider .slide-content h2 {
          font-size: 100px; } }
    .header-slider .slide-content .button {
      background-color: #64a70b; }
      .header-slider .slide-content .button:hover, .header-slider .slide-content .button:focus {
        background-color: #568f09; }
  .header-slider .slick-dots {
    list-style-type: none;
    margin: 0;
    display: inline-block;
    padding: 0 15px 15px; }
    .header-slider .slick-dots::before, .header-slider .slick-dots::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .header-slider .slick-dots::after {
      clear: both; }
    @media print, screen and (min-width: 61.625em) {
      .header-slider .slick-dots {
        position: absolute;
        bottom: 45px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 10;
        padding: 0 15px; } }
    .header-slider .slick-dots li {
      float: left;
      width: 20px;
      height: 20px;
      margin: 0 3px;
      border: 2px solid #fff;
      border-radius: 100px;
      text-align: left;
      text-indent: -100px;
      overflow: hidden;
      cursor: pointer; }
      .header-slider .slick-dots li button {
        display: none; }
      .header-slider .slick-dots li.slick-active {
        background-color: #fff; }

.front .header-slider .slide-content {
  margin-top: 35px; }

@media print, screen and (min-width: 61.625em) {
  .front .header-slider .slick-dots {
    bottom: 20px; } }

@media (min-width: 1200px) {
  .front .header-slider .slick-dots {
    bottom: 45px; } }

.node-type-trophy-property .header-slider .background-image img {
  opacity: 1; }

.node-type-trophy-property .header-slider .slide-content {
  text-shadow: 0 0 20px #000; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .header-slider li .content-wrapper {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0; } }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .header-slider.loaded li.slick-active .content-wrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.node-type-trophy-property .header-slider .slide-content .button {
  background-color: #64a70b;
  color: #fff;
  text-shadow: none; }
  .node-type-trophy-property .header-slider .slide-content .button:hover, .node-type-trophy-property .header-slider .slide-content .button:focus {
    background-color: #568f09; }

.node-type-property .region-highlighted {
  padding: 25px 0; }
  @media print, screen and (min-width: 61.625em) {
    .node-type-property .region-highlighted {
      padding: 95px 0 36px; } }
  @media print, screen and (min-width: 87.5em) {
    .node-type-property .region-highlighted {
      padding: 110px 50px 36px; } }
  .node-type-property .region-highlighted .property-title {
    width: 100%;
    float: left;
    padding-right: 1.11111rem;
    padding-left: 1.11111rem; }
    .node-type-property .region-highlighted .property-title:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 61.625em) {
      .node-type-property .region-highlighted .property-title {
        width: 75%;
        float: left;
        padding-right: 1.11111rem;
        padding-left: 1.11111rem;
        position: relative;
        z-index: 1; }
        .node-type-property .region-highlighted .property-title:last-child:not(:first-child) {
          float: right; }
        .node-type-property .region-highlighted .property-title:last-child:last-child {
          float: left; } }
    .node-type-property .region-highlighted .property-title h1 {
      color: #fff;
      font-size: 50px;
      margin-bottom: 5px; }
      @media print, screen and (min-width: 61.625em) {
        .node-type-property .region-highlighted .property-title h1 {
          font-size: 60px; } }
    .node-type-property .region-highlighted .property-title p {
      color: #fff;
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 0; }
  .node-type-property .region-highlighted .building-green {
    display: none; }
    @media print, screen and (min-width: 61.625em) {
      .node-type-property .region-highlighted .building-green {
        width: 25%;
        float: left;
        padding-right: 1.11111rem;
        padding-left: 1.11111rem;
        display: block;
        text-align: right; }
        .node-type-property .region-highlighted .building-green:last-child:not(:first-child) {
          float: right; } }
    .node-type-property .region-highlighted .building-green .green-logo {
      display: inline-block;
      background: none;
      height: 81px;
      width: 199px;
      max-width: 100%;
      text-indent: -999px;
      overflow: hidden;
      text-align: left; }
      .node-type-property .region-highlighted .building-green .green-logo.lazy-loaded {
        background: url("/themes/custom/merritt/img/building-green.png") no-repeat center;
        background-size: contain; }

.path-properties .region-highlighted {
  padding: 25px 0; }
  @media print, screen and (min-width: 61.625em) {
    .path-properties .region-highlighted {
      padding: 110px 0 45px; } }
  @media print, screen and (min-width: 87.5em) {
    .path-properties .region-highlighted {
      padding: 125px 50px 50px; } }
  .path-properties .region-highlighted .page-title {
    width: 100%;
    float: left;
    padding-right: 1.11111rem;
    padding-left: 1.11111rem;
    position: relative;
    z-index: 1; }
    .path-properties .region-highlighted .page-title:last-child:not(:first-child) {
      float: right; }
    .path-properties .region-highlighted .page-title h1 {
      color: #fff;
      font-size: 50px;
      margin-bottom: 0; }
      @media print, screen and (min-width: 61.625em) {
        .path-properties .region-highlighted .page-title h1 {
          font-size: 60px; } }

.pathone-idea-lab .region-highlighted {
  padding: 25px 0; }
  @media print, screen and (min-width: 61.625em) {
    .pathone-idea-lab .region-highlighted {
      padding: 110px 0 45px; } }
  @media print, screen and (min-width: 87.5em) {
    .pathone-idea-lab .region-highlighted {
      padding: 125px 50px 50px; } }
  .pathone-idea-lab .region-highlighted .page-title {
    width: 100%;
    float: left;
    padding-right: 1.11111rem;
    padding-left: 1.11111rem;
    position: relative;
    z-index: 1; }
    .pathone-idea-lab .region-highlighted .page-title:last-child:not(:first-child) {
      float: right; }
    .pathone-idea-lab .region-highlighted .page-title h1 {
      color: #fff;
      font-size: 50px;
      margin-bottom: 0; }
      @media print, screen and (min-width: 61.625em) {
        .pathone-idea-lab .region-highlighted .page-title h1 {
          font-size: 60px; } }
  .pathone-idea-lab .region-highlighted .breadcrumbs {
    clear: both; }
    .pathone-idea-lab .region-highlighted .breadcrumbs ol {
      padding: 5px 20px 0; }

section.page {
  padding: 35px 0 20px; }

.node-type-page section.page,
.node-type-homepage section.page,
.node-type-trophy-property section.page,
.node-type-leasing-agent-page section.page {
  padding: 0; }

.pathone-user .region-content {
  text-align: center; }

.path-contact-us .hbspt-form form {
  width: 900px;
  max-width: 100%;
  padding: 0 20px;
  margin: -10px auto 35px;
  text-align: center; }
  @media print, screen and (min-width: 61.625em) {
    .path-contact-us .hbspt-form form {
      margin: -20px auto 60px; } }
  .path-contact-us .hbspt-form form .hs-form-field > label {
    display: none; }
  .path-contact-us .hbspt-form form .hs-error-msgs {
    list-style-type: none;
    margin-left: 0;
    margin-top: -10px; }
    .path-contact-us .hbspt-form form .hs-error-msgs label {
      font-weight: 500;
      color: #ed1c24;
      font-size: 16px;
      line-height: 1.1; }
  @media print, screen and (min-width: 61.625em) {
    .path-contact-us .hbspt-form form .hs-firstname,
    .path-contact-us .hbspt-form form .hs-email {
      width: 50%;
      float: left;
      clear: both;
      padding-right: 10px; } }
  @media print, screen and (min-width: 61.625em) {
    .path-contact-us .hbspt-form form .hs-lastname,
    .path-contact-us .hbspt-form form .hs-phone {
      width: 50%;
      float: left;
      padding-left: 10px; } }
  .path-contact-us .hbspt-form form .hs-company {
    clear: both; }

body[class*='path-markets-florida'] .hbspt-form form {
  width: 900px;
  max-width: 100%;
  padding: 0 20px;
  margin: -10px auto 35px;
  text-align: center; }
  @media print, screen and (min-width: 61.625em) {
    body[class*='path-markets-florida'] .hbspt-form form {
      margin: -20px auto 60px; } }
  body[class*='path-markets-florida'] .hbspt-form form .hs-form-field > label {
    display: none; }
  body[class*='path-markets-florida'] .hbspt-form form .hs-error-msgs {
    list-style-type: none;
    margin-left: 0;
    margin-top: -10px; }
    body[class*='path-markets-florida'] .hbspt-form form .hs-error-msgs label {
      font-weight: 500;
      color: #ed1c24;
      font-size: 16px;
      line-height: 1.1; }
  @media print, screen and (min-width: 61.625em) {
    body[class*='path-markets-florida'] .hbspt-form form .hs-firstname,
    body[class*='path-markets-florida'] .hbspt-form form .hs-phone {
      width: 50%;
      float: left;
      clear: both;
      padding-right: 10px; } }
  @media print, screen and (min-width: 61.625em) {
    body[class*='path-markets-florida'] .hbspt-form form .hs-lastname,
    body[class*='path-markets-florida'] .hbspt-form form .hs-email {
      width: 50%;
      float: left;
      padding-left: 10px; } }
  body[class*='path-markets-florida'] .hbspt-form form .hs-company {
    clear: both; }

.pathone-idea-lab section.page {
  padding: 35px 0; }
  @media print, screen and (min-width: 61.625em) {
    .pathone-idea-lab section.page {
      padding-bottom: 50px; } }

.pathone-idea-lab .page > .row {
  max-width: 1560px; }
  @media print, screen and (min-width: 87.5em) {
    .pathone-idea-lab .page > .row {
      max-width: 100%;
      padding-left: 50px;
      padding-right: 50px; } }
  .pathone-idea-lab .page > .row aside {
    min-width: 300px; }
  @media print, screen and (min-width: 61.625em) {
    .pathone-idea-lab .page > .row article {
      overflow: hidden;
      float: none !important;
      width: auto; } }

.pathone-idea-lab .region-content {
  padding-top: 20px; }
  .pathone-idea-lab .region-content p {
    margin-bottom: 30px; }
    @media print, screen and (min-width: 61.625em) {
      .pathone-idea-lab .region-content p {
        margin-bottom: 50px; } }
  .pathone-idea-lab .region-content h2 {
    font-weight: bold;
    font-size: 50px; }
  .pathone-idea-lab .region-content .views-element-container + .views-element-container {
    margin-top: 20px; }

.idea-lab-albums {
  list-style-type: none;
  margin: 0; }
  .idea-lab-albums::before, .idea-lab-albums::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .idea-lab-albums::after {
    clear: both; }
  @media screen and (min-width: 31.25em) {
    .idea-lab-albums {
      margin: 0 -10px; }
      .idea-lab-albums > li {
        float: left;
        width: 50%;
        padding-right: 0.55556rem;
        padding-left: 0.55556rem; }
        .idea-lab-albums > li:nth-of-type(1n) {
          clear: none; }
        .idea-lab-albums > li:nth-of-type(2n+1) {
          clear: both; }
        .idea-lab-albums > li:last-child {
          float: left; } }
  @media screen and (min-width: 75em) {
    .idea-lab-albums > li {
      float: left;
      width: 33.33333%;
      padding-right: 0.55556rem;
      padding-left: 0.55556rem; }
      .idea-lab-albums > li:nth-of-type(1n) {
        clear: none; }
      .idea-lab-albums > li:nth-of-type(3n+1) {
        clear: both; }
      .idea-lab-albums > li:last-child {
        float: left; } }
  @media screen and (min-width: 93.75em) {
    .idea-lab-albums {
      margin: 0 -20px; }
      .idea-lab-albums > li {
        float: left;
        width: 33.33333%;
        padding-right: 1.11111rem;
        padding-left: 1.11111rem; }
        .idea-lab-albums > li:nth-of-type(1n) {
          clear: none; }
        .idea-lab-albums > li:nth-of-type(3n+1) {
          clear: both; }
        .idea-lab-albums > li:last-child {
          float: left; } }
  .idea-lab-albums > li {
    margin-bottom: 20px; }
    @media screen and (min-width: 93.75em) {
      .idea-lab-albums > li {
        margin-bottom: 40px; } }
  .idea-lab-albums a {
    display: block;
    position: relative; }
    .idea-lab-albums a:hover .photo img, .idea-lab-albums a:focus .photo img {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
    .idea-lab-albums a:hover .title, .idea-lab-albums a:focus .title {
      background-color: rgba(0, 47, 108, 0.9); }
  .idea-lab-albums .photo {
    overflow: hidden; }
    .idea-lab-albums .photo img {
      width: 100%;
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
  .idea-lab-albums .title {
    position: absolute;
    background-color: rgba(0, 47, 108, 0.6);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background 0.5s;
    transition: background 0.5s; }
    .idea-lab-albums .title h3 {
      color: #fff;
      font-size: 18px;
      font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 500;
      line-height: 1.2;
      text-transform: none;
      margin-bottom: 0; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .idea-lab-albums li {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .csstransitions .idea-lab-albums li.on-screen {
      opacity: 1; } }

.idea-lab-photos {
  list-style-type: none;
  margin: 0; }
  .idea-lab-photos::before, .idea-lab-photos::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .idea-lab-photos::after {
    clear: both; }
  @media screen and (min-width: 31.25em) {
    .idea-lab-photos {
      margin: 0 -10px; }
      .idea-lab-photos > li {
        float: left;
        width: 50%;
        padding-right: 0.55556rem;
        padding-left: 0.55556rem; }
        .idea-lab-photos > li:nth-of-type(1n) {
          clear: none; }
        .idea-lab-photos > li:nth-of-type(2n+1) {
          clear: both; }
        .idea-lab-photos > li:last-child {
          float: left; } }
  @media screen and (min-width: 75em) {
    .idea-lab-photos > li {
      float: left;
      width: 33.33333%;
      padding-right: 0.55556rem;
      padding-left: 0.55556rem; }
      .idea-lab-photos > li:nth-of-type(1n) {
        clear: none; }
      .idea-lab-photos > li:nth-of-type(3n+1) {
        clear: both; }
      .idea-lab-photos > li:last-child {
        float: left; } }
  @media screen and (min-width: 93.75em) {
    .idea-lab-photos {
      margin: 0 -20px; }
      .idea-lab-photos > li {
        float: left;
        width: 33.33333%;
        padding-right: 1.11111rem;
        padding-left: 1.11111rem; }
        .idea-lab-photos > li:nth-of-type(1n) {
          clear: none; }
        .idea-lab-photos > li:nth-of-type(3n+1) {
          clear: both; }
        .idea-lab-photos > li:last-child {
          float: left; } }
  .idea-lab-photos > li {
    margin-bottom: 20px; }
    @media screen and (min-width: 93.75em) {
      .idea-lab-photos > li {
        margin-bottom: 40px; } }
  .idea-lab-photos .photo {
    display: block;
    overflow: hidden;
    cursor: pointer; }
    .idea-lab-photos .photo:hover img,
    .idea-lab-photos .photo:focus img {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
  .idea-lab-photos img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }
  .idea-lab-photos .caption {
    display: none; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .idea-lab-photos li {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .csstransitions .idea-lab-photos li.on-screen {
      opacity: 1; } }

.path-media.pathone-idea-lab .page > .row {
  max-width: 71.11111rem; }
  @media print, screen and (min-width: 87.5em) {
    .path-media.pathone-idea-lab .page > .row {
      padding-left: 20px;
      padding-right: 20px; } }

.path-media.pathone-idea-lab .photo {
  text-align: center; }
  .path-media.pathone-idea-lab .photo a {
    display: inline-block;
    overflow: hidden; }
    .path-media.pathone-idea-lab .photo a:hover img,
    .path-media.pathone-idea-lab .photo a:focus img {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
  .path-media.pathone-idea-lab .photo img {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }

.path-media.pathone-idea-lab .photo-albums,
.path-media.pathone-idea-lab .photo-tags {
  margin-top: 40px; }
  .path-media.pathone-idea-lab .photo-albums h2,
  .path-media.pathone-idea-lab .photo-tags h2 {
    margin-bottom: 5px; }
  .path-media.pathone-idea-lab .photo-albums p,
  .path-media.pathone-idea-lab .photo-tags p {
    margin-bottom: 15px; }
  .path-media.pathone-idea-lab .photo-albums ul,
  .path-media.pathone-idea-lab .photo-tags ul {
    list-style-type: none;
    margin: 0; }
    .path-media.pathone-idea-lab .photo-albums ul::before, .path-media.pathone-idea-lab .photo-albums ul::after,
    .path-media.pathone-idea-lab .photo-tags ul::before,
    .path-media.pathone-idea-lab .photo-tags ul::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .path-media.pathone-idea-lab .photo-albums ul::after,
    .path-media.pathone-idea-lab .photo-tags ul::after {
      clear: both; }
    .path-media.pathone-idea-lab .photo-albums ul li,
    .path-media.pathone-idea-lab .photo-tags ul li {
      float: left;
      margin-right: 10px;
      margin-bottom: 10px; }
      .path-media.pathone-idea-lab .photo-albums ul li .button,
      .path-media.pathone-idea-lab .photo-tags ul li .button {
        color: #fff;
        min-width: 0; }
        .path-media.pathone-idea-lab .photo-albums ul li .button:hover, .path-media.pathone-idea-lab .photo-albums ul li .button:focus,
        .path-media.pathone-idea-lab .photo-tags ul li .button:hover,
        .path-media.pathone-idea-lab .photo-tags ul li .button:focus {
          color: #fff; }

.path-properties .page {
  padding: 35px 0; }
  @media print, screen and (min-width: 61.625em) {
    .path-properties .page {
      padding-bottom: 50px; } }

.path-properties .page > .row {
  max-width: 1560px; }
  @media print, screen and (min-width: 87.5em) {
    .path-properties .page > .row {
      max-width: 100%;
      padding-left: 50px;
      padding-right: 50px; } }
  .path-properties .page > .row aside {
    min-width: 300px; }
  @media print, screen and (min-width: 61.625em) {
    .path-properties .page > .row article {
      overflow: hidden;
      float: none !important;
      width: auto; } }

.path-properties .region-content {
  position: relative; }

.path-properties .results-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #cbcccd; }
  .path-properties .results-header::before, .path-properties .results-header::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .path-properties .results-header::after {
    clear: both; }
  .path-properties .results-header .results-count {
    display: none; }
    @media (min-width: 700px) {
      .path-properties .results-header .results-count {
        display: block;
        margin-bottom: 0;
        margin-top: 12px;
        float: left; } }
    @media (min-width: 1500px) {
      .path-properties .results-header .results-count {
        margin-top: 22px; } }
  .path-properties .results-header .view-type {
    list-style-type: none;
    margin: 0 0 -1px;
    float: left; }
    .path-properties .results-header .view-type::before, .path-properties .results-header .view-type::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .path-properties .results-header .view-type::after {
      clear: both; }
    @media (min-width: 700px) {
      .path-properties .results-header .view-type {
        float: right; } }
    .path-properties .results-header .view-type li {
      float: left;
      background-color: #002f6c;
      border: 0;
      padding: 0;
      min-width: 0;
      position: relative;
      -webkit-transition: background 0.5s;
      transition: background 0.5s; }
      .path-properties .results-header .view-type li:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-right: 10px solid #002351;
        position: absolute;
        top: 0;
        right: 100%;
        z-index: 1;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s; }
        @media (min-width: 1500px) {
          .path-properties .results-header .view-type li:before {
            border-top-width: 70px;
            border-right-width: 14px; } }
      .path-properties .results-header .view-type li:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-left: 10px solid #002351;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s; }
        @media (min-width: 1500px) {
          .path-properties .results-header .view-type li:after {
            border-top-width: 70px;
            border-left-width: 14px; } }
      .path-properties .results-header .view-type li:hover {
        background-color: #002351; }
        .path-properties .results-header .view-type li:hover:after {
          opacity: 0; }
      .path-properties .results-header .view-type li:first-child:before, .path-properties .results-header .view-type li:last-child:after {
        opacity: 0 !important; }
      .path-properties .results-header .view-type li.active {
        background-color: #64a70b;
        z-index: 2; }
        .path-properties .results-header .view-type li.active:before {
          opacity: 1; }
        .path-properties .results-header .view-type li.active:hover:after {
          opacity: 1; }
    .path-properties .results-header .view-type a {
      display: block;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 1px;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      padding: 17px 0;
      width: 60px;
      height: 50px;
      background: none;
      overflow: hidden; }
      @media (min-width: 1500px) {
        .path-properties .results-header .view-type a {
          width: 200px;
          height: 70px;
          padding: 27px 0; } }
      .path-properties .results-header .view-type a:before {
        font-family: 'merritt-icons';
        font-weight: normal;
        display: inline-block;
        width: 100%;
        height: 50px; }
        @media (min-width: 1500px) {
          .path-properties .results-header .view-type a:before {
            margin-right: 5px;
            width: auto;
            height: auto; } }
      .path-properties .results-header .view-type a[href*='grid']:before {
        content: '\ed35'; }
      .path-properties .results-header .view-type a[href*='list']:before {
        content: '\e9ea'; }
      .path-properties .results-header .view-type a[href*='map']:before {
        content: '\e9fb'; }

.path-properties .property-sort {
  display: none; }
  @media (min-width: 700px) {
    .path-properties .property-sort {
      display: block;
      position: absolute;
      right: 200px;
      top: 12px;
      z-index: 2; } }
  @media (min-width: 1500px) {
    .path-properties .property-sort {
      right: 620px;
      top: 22px; } }
  .path-properties .property-sort form > div {
    display: none !important; }
  .path-properties .property-sort .sort {
    display: block !important; }
    .path-properties .property-sort .sort label {
      display: inline-block;
      line-height: 1;
      font-weight: 500;
      margin-right: 5px;
      text-transform: capitalize; }
      .path-properties .property-sort .sort label:after {
        content: ':'; }
    .path-properties .property-sort .sort select {
      margin-bottom: 0;
      padding: 0;
      border: 0;
      width: 150px;
      height: auto;
      font-size: 18px;
      font-weight: 150; }
      .path-properties .property-sort .sort select.lazy-loaded {
        background-image: url("/themes/custom/merritt/img/bg-select-alt.png"); }
      .path-properties .property-sort .sort select:focus {
        background-color: #fff; }
      .path-properties .property-sort .sort select option {
        font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
        font-weight: normal; }

.path-properties .grid-view,
.section-property-grid .properties {
  list-style-type: none;
  margin: 0; }
  @media (min-width: 500px) {
    .path-properties .grid-view,
    .section-property-grid .properties {
      margin: 0 -10px; }
      .path-properties .grid-view > li,
      .section-property-grid .properties > li {
        float: left;
        width: 50%;
        padding-right: 0.55556rem;
        padding-left: 0.55556rem; }
        .path-properties .grid-view > li:nth-of-type(1n),
        .section-property-grid .properties > li:nth-of-type(1n) {
          clear: none; }
        .path-properties .grid-view > li:nth-of-type(2n+1),
        .section-property-grid .properties > li:nth-of-type(2n+1) {
          clear: both; }
        .path-properties .grid-view > li:last-child,
        .section-property-grid .properties > li:last-child {
          float: left; } }
  @media (min-width: 1200px) {
    .path-properties .grid-view > li,
    .section-property-grid .properties > li {
      float: left;
      width: 33.33333%;
      padding-right: 0.55556rem;
      padding-left: 0.55556rem; }
      .path-properties .grid-view > li:nth-of-type(1n),
      .section-property-grid .properties > li:nth-of-type(1n) {
        clear: none; }
      .path-properties .grid-view > li:nth-of-type(3n+1),
      .section-property-grid .properties > li:nth-of-type(3n+1) {
        clear: both; }
      .path-properties .grid-view > li:last-child,
      .section-property-grid .properties > li:last-child {
        float: left; } }
  @media (min-width: 1500px) {
    .path-properties .grid-view,
    .section-property-grid .properties {
      margin: 0 -20px; }
      .path-properties .grid-view > li,
      .section-property-grid .properties > li {
        float: left;
        width: 33.33333%;
        padding-right: 1.11111rem;
        padding-left: 1.11111rem; }
        .path-properties .grid-view > li:nth-of-type(1n),
        .section-property-grid .properties > li:nth-of-type(1n) {
          clear: none; }
        .path-properties .grid-view > li:nth-of-type(3n+1),
        .section-property-grid .properties > li:nth-of-type(3n+1) {
          clear: both; }
        .path-properties .grid-view > li:last-child,
        .section-property-grid .properties > li:last-child {
          float: left; } }
  .path-properties .grid-view li,
  .section-property-grid .properties li {
    margin-bottom: 20px; }
  .path-properties .grid-view a,
  .section-property-grid .properties a {
    display: block;
    color: #343536;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background 0.5s;
    transition: background 0.5s; }
    .path-properties .grid-view a:hover,
    .section-property-grid .properties a:hover {
      background-color: #eaebeb; }
  .path-properties .grid-view .photo img,
  .section-property-grid .properties .photo img {
    width: 100%; }
  .path-properties .grid-view .title,
  .section-property-grid .properties .title {
    padding: 20px 15px; }
    .path-properties .grid-view .title h3,
    .section-property-grid .properties .title h3 {
      color: #343536;
      font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 18px;
      font-weight: 500;
      text-transform: none;
      margin-bottom: 10px; }
    .path-properties .grid-view .title p,
    .section-property-grid .properties .title p {
      margin: 0;
      font-size: 15px;
      line-height: 1.2; }
  .path-properties .grid-view .type,
  .section-property-grid .properties .type {
    display: none; }
  .path-properties .grid-view .details,
  .section-property-grid .properties .details {
    padding: 0 20px 20px;
    margin-top: -15px; }
    .path-properties .grid-view .details p,
    .section-property-grid .properties .details p {
      display: inline-block;
      font-size: 15px;
      line-height: 1;
      margin: 0; }
      .path-properties .grid-view .details p::before, .path-properties .grid-view .details p::after,
      .section-property-grid .properties .details p::before,
      .section-property-grid .properties .details p::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .path-properties .grid-view .details p::after,
      .section-property-grid .properties .details p::after {
        clear: both; }
      .path-properties .grid-view .details p:before,
      .section-property-grid .properties .details p:before {
        font-family: 'merritt-icons';
        color: #97999b;
        font-size: 20px;
        display: inline-block;
        margin-right: 8px;
        margin-bottom: 2px;
        line-height: 18px;
        float: left; }
    .path-properties .grid-view .details .available:before,
    .section-property-grid .properties .details .available:before {
      content: '\e898';
      color: #64a70b; }
    .path-properties .grid-view .details .unavailable,
    .section-property-grid .properties .details .unavailable {
      display: none; }
      .path-properties .grid-view .details .unavailable:before,
      .section-property-grid .properties .details .unavailable:before {
        content: '\eb88'; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .path-properties .grid-view li,
  .csstransitions .section-property-grid .properties li {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .csstransitions .path-properties .grid-view li.on-screen,
    .csstransitions .section-property-grid .properties li.on-screen {
      opacity: 1; } }

.path-properties .list-view,
.section-property-list .properties {
  list-style-type: none;
  margin: 0; }
  .path-properties .list-view li,
  .section-property-list .properties li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cbcccd; }
    .path-properties .list-view li:last-child,
    .section-property-list .properties li:last-child {
      border-bottom: 0; }
  .path-properties .list-view a,
  .section-property-list .properties a {
    color: #343536;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    display: block; }
    .path-properties .list-view a::before, .path-properties .list-view a::after,
    .section-property-list .properties a::before,
    .section-property-list .properties a::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .path-properties .list-view a::after,
    .section-property-list .properties a::after {
      clear: both; }
    @media (min-width: 800px) {
      .path-properties .list-view a,
      .section-property-list .properties a {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left; } }
    .path-properties .list-view a:hover,
    .section-property-list .properties a:hover {
      background-color: #eaebeb; }
  .path-properties .list-view p,
  .section-property-list .properties p {
    margin: 0;
    font-size: 15px;
    line-height: 1.2; }
  @media (min-width: 800px) {
    .path-properties .list-view .photo,
    .section-property-list .properties .photo {
      width: 30%;
      float: left;
      padding-right: 30px; }
      .path-properties .list-view .photo img,
      .section-property-list .properties .photo img {
        width: 100%; } }
  .path-properties .list-view .title,
  .section-property-list .properties .title {
    padding: 15px; }
    @media (min-width: 800px) {
      .path-properties .list-view .title,
      .section-property-list .properties .title {
        width: 30%;
        float: left;
        padding: 15px 30px 15px 0; } }
    .path-properties .list-view .title h3,
    .section-property-list .properties .title h3 {
      color: #343536;
      font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 18px;
      font-weight: 500;
      text-transform: none;
      margin-bottom: 10px; }
  .path-properties .list-view .type,
  .section-property-list .properties .type {
    padding: 0 15px 15px; }
    @media (min-width: 800px) {
      .path-properties .list-view .type,
      .section-property-list .properties .type {
        width: 20%;
        float: left;
        padding: 15px 30px 15px 0; } }
    .path-properties .list-view .type p,
    .section-property-list .properties .type p {
      display: inline-block; }
      .path-properties .list-view .type p::before, .path-properties .list-view .type p::after,
      .section-property-list .properties .type p::before,
      .section-property-list .properties .type p::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .path-properties .list-view .type p::after,
      .section-property-list .properties .type p::after {
        clear: both; }
      .path-properties .list-view .type p:before,
      .section-property-list .properties .type p:before {
        font-family: 'merritt-icons';
        color: #97999b;
        font-size: 20px;
        display: inline-block;
        margin-right: 8px;
        margin-bottom: 2px;
        line-height: 18px;
        float: left; }
    .path-properties .list-view .type .bulk:before,
    .section-property-list .properties .type .bulk:before {
      content: '\edce';
      font-size: 26px; }
    .path-properties .list-view .type .industrial:before,
    .section-property-list .properties .type .industrial:before {
      content: '\eaac'; }
    .path-properties .list-view .type .office:before,
    .section-property-list .properties .type .office:before {
      content: '\e9d8';
      font-size: 18px; }
    .path-properties .list-view .type .retail:before,
    .section-property-list .properties .type .retail:before {
      content: '\eab3'; }
  .path-properties .list-view .details,
  .section-property-list .properties .details {
    padding: 0 15px 15px; }
    @media (min-width: 800px) {
      .path-properties .list-view .details,
      .section-property-list .properties .details {
        width: 20%;
        float: right;
        margin-left: auto;
        padding: 15px 0; } }
    .path-properties .list-view .details p,
    .section-property-list .properties .details p {
      display: inline-block; }
      .path-properties .list-view .details p::before, .path-properties .list-view .details p::after,
      .section-property-list .properties .details p::before,
      .section-property-list .properties .details p::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .path-properties .list-view .details p::after,
      .section-property-list .properties .details p::after {
        clear: both; }
      .path-properties .list-view .details p:before,
      .section-property-list .properties .details p:before {
        font-family: 'merritt-icons';
        color: #97999b;
        font-size: 20px;
        display: inline-block;
        margin-right: 8px;
        margin-bottom: 2px;
        line-height: 18px;
        float: left; }
    .path-properties .list-view .details .available:before,
    .section-property-list .properties .details .available:before {
      content: '\e898';
      color: #64a70b; }
    .path-properties .list-view .details .unavailable,
    .section-property-list .properties .details .unavailable {
      display: none; }
      .path-properties .list-view .details .unavailable:before,
      .section-property-list .properties .details .unavailable:before {
        content: '\eb88'; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .path-properties .list-view li,
  .csstransitions .section-property-list .properties li {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .csstransitions .path-properties .list-view li.on-screen,
    .csstransitions .section-property-list .properties li.on-screen {
      opacity: 1; } }

.path-properties .gm-style-iw-c {
  border-radius: 5px;
  padding: 15px 25px 15px 15px !important; }
  .path-properties .gm-style-iw-c .gm-style-iw-d {
    overflow: hidden !important; }
  .path-properties .gm-style-iw-c h3 {
    font-size: 30px;
    margin: 0 0 10px; }
  .path-properties .gm-style-iw-c h4 {
    font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: -10px 0 10px; }
  .path-properties .gm-style-iw-c p {
    font-size: 16px;
    margin-bottom: 0; }
  .path-properties .gm-style-iw-c .detail-link {
    margin-top: 10px;
    line-height: 1; }
    .path-properties .gm-style-iw-c .detail-link a {
      text-decoration: none;
      font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 600;
      font-size: 18px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      color: #64a70b; }
      .path-properties .gm-style-iw-c .detail-link a:after {
        content: '\e813';
        font-family: 'merritt-icons';
        font-weight: normal;
        display: inline-block;
        margin-left: 5px; }
      .path-properties .gm-style-iw-c .detail-link a:hover {
        color: #477708; }

.horizontal-tabs {
  border: 0;
  margin: 0 0 30px; }
  .horizontal-tabs .horizontal-tabs-list {
    display: block;
    background: none;
    border: 0; }
    .horizontal-tabs .horizontal-tabs-list::before, .horizontal-tabs .horizontal-tabs-list::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .horizontal-tabs .horizontal-tabs-list::after {
      clear: both; }
  .horizontal-tabs .horizontal-tab-button {
    background-color: #002f6c;
    border: 0;
    padding: 0;
    min-width: 0;
    position: relative;
    -webkit-transition: background 0.5s;
    transition: background 0.5s; }
    .horizontal-tabs .horizontal-tab-button:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-top: 50px solid transparent;
      border-right: 10px solid #002351;
      position: absolute;
      top: 0;
      right: 100%;
      z-index: 1;
      opacity: 0;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      @media (min-width: 650px) {
        .horizontal-tabs .horizontal-tab-button:before {
          border-top-width: 70px;
          border-right-width: 14px; } }
    .horizontal-tabs .horizontal-tab-button:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-top: 50px solid transparent;
      border-left: 10px solid #002351;
      position: absolute;
      top: 0;
      left: 100%;
      z-index: 1;
      opacity: 1;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      @media (min-width: 650px) {
        .horizontal-tabs .horizontal-tab-button:after {
          border-top-width: 70px;
          border-left-width: 14px; } }
    .horizontal-tabs .horizontal-tab-button:hover {
      background-color: #002351; }
    .horizontal-tabs .horizontal-tab-button:last-child:after, .horizontal-tabs .horizontal-tab-button:hover:after {
      opacity: 0; }
    .horizontal-tabs .horizontal-tab-button.selected, .horizontal-tabs .horizontal-tab-button.selected:hover {
      background-color: #64a70b;
      z-index: 2; }
      .horizontal-tabs .horizontal-tab-button.selected:before, .horizontal-tabs .horizontal-tab-button.selected:hover:before {
        opacity: 1; }
    .horizontal-tabs .horizontal-tab-button.selected:hover:after {
      opacity: 1; }
    .horizontal-tabs .horizontal-tab-button:first-child.selected:before, .horizontal-tabs .horizontal-tab-button:last-child.selected:after {
      display: none; }
    .horizontal-tabs .horizontal-tab-button a {
      color: #fff;
      font-size: 16px;
      line-height: 1;
      letter-spacing: 1px;
      text-align: center;
      text-transform: uppercase;
      padding: 17px 15px !important;
      width: 60px; }
      @media (min-width: 650px) {
        .horizontal-tabs .horizontal-tab-button a {
          padding: 27px 15px !important;
          width: 140px; } }
      @media (min-width: 1200px) {
        .horizontal-tabs .horizontal-tab-button a {
          width: 200px; } }
      .horizontal-tabs .horizontal-tab-button a:hover {
        background: none; }
      .horizontal-tabs .horizontal-tab-button a:before {
        font-family: 'merritt-icons';
        font-weight: normal;
        display: inline-block; }
        @media (min-width: 650px) {
          .horizontal-tabs .horizontal-tab-button a:before {
            margin-right: 5px; } }
      .horizontal-tabs .horizontal-tab-button a[href*='photos']:before {
        content: '\e9c2'; }
      .horizontal-tabs .horizontal-tab-button a[href*='videos']:before {
        content: '\eb76'; }
        @media (min-width: 650px) {
          .horizontal-tabs .horizontal-tab-button a[href*='videos']:before {
            margin-right: 7px; } }
      .horizontal-tabs .horizontal-tab-button a[href*='360-vr']:before {
        content: '\f16d';
        font-size: 32px;
        line-height: 0;
        vertical-align: middle; }
      .horizontal-tabs .horizontal-tab-button a[href*='map']:before {
        content: '\e9fb'; }
      .horizontal-tabs .horizontal-tab-button a strong {
        display: none; }
        @media (min-width: 650px) {
          .horizontal-tabs .horizontal-tab-button a strong {
            display: inline;
            font-weight: normal; } }

.horizontal-tabs-panes .horizontal-tabs-pane {
  padding: 0; }

.property-photos,
.property-videos {
  list-style-type: none;
  margin: 0;
  position: relative; }
  .property-photos .slick-arrow,
  .property-videos .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 48px;
    color: #fff;
    z-index: 10;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    outline: none;
    overflow: hidden; }
    @media print, screen and (min-width: 61.625em) {
      .property-photos .slick-arrow,
      .property-videos .slick-arrow {
        margin-top: -35px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 64px; } }
    .property-photos .slick-arrow:hover,
    .property-videos .slick-arrow:hover {
      color: #64a70b; }
    .property-photos .slick-arrow:before,
    .property-videos .slick-arrow:before {
      font-family: 'merritt-icons';
      display: block;
      height: 50px; }
      @media print, screen and (min-width: 61.625em) {
        .property-photos .slick-arrow:before,
        .property-videos .slick-arrow:before {
          height: 70px; } }
  .property-photos .slick-prev,
  .property-videos .slick-prev {
    left: 0; }
    .property-photos .slick-prev:before,
    .property-videos .slick-prev:before {
      content: '\e812'; }
  .property-photos .slick-next,
  .property-videos .slick-next {
    right: 0; }
    .property-photos .slick-next:before,
    .property-videos .slick-next:before {
      content: '\e813'; }

.property-videos .youtube-container--responsive {
  padding-bottom: 70%; }

.interactive-vr {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  position: relative; }
  .interactive-vr p {
    margin: 0; }
  .interactive-vr iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.node-type-property .geolocation-map-container {
  height: 0 !important;
  min-height: 0 !important;
  padding-bottom: 70%; }

.node-type-property .gm-style-iw-c {
  border-radius: 5px;
  padding: 15px 25px 15px 15px !important; }
  .node-type-property .gm-style-iw-c .gm-style-iw-d {
    overflow: hidden !important; }
  .node-type-property .gm-style-iw-c h3 {
    font-size: 30px;
    margin: 0 0 10px; }
  .node-type-property .gm-style-iw-c h4 {
    font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: -10px 0 10px; }
  .node-type-property .gm-style-iw-c p {
    font-size: 16px;
    margin-bottom: 0; }
  .node-type-property .gm-style-iw-c .directions {
    margin-top: 10px;
    line-height: 1; }
    .node-type-property .gm-style-iw-c .directions a {
      text-decoration: none;
      font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 600;
      font-size: 18px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      color: #64a70b; }
      .node-type-property .gm-style-iw-c .directions a:after {
        content: '\e813';
        font-family: 'merritt-icons';
        font-weight: normal;
        display: inline-block;
        margin-left: 5px; }
      .node-type-property .gm-style-iw-c .directions a:hover {
        color: #477708; }

.node-type-property .region-content h2 {
  font-size: 36px; }
  @media print, screen and (min-width: 61.625em) {
    .node-type-property .region-content h2 {
      font-size: 52px; } }

.node-type-property .region-content .available-space {
  margin-top: 30px; }

@media (max-width: 700px) {
  .node-type-property table #view-field-unit-ramps-table-column,
  .node-type-property table #view-field-unit-docks-table-column,
  .node-type-property table #view-field-unit-drive-ins-table-column,
  .node-type-property table td[headers='view-field-unit-ramps-table-column'],
  .node-type-property table td[headers='view-field-unit-docks-table-column'],
  .node-type-property table td[headers='view-field-unit-drive-ins-table-column'] {
    display: none; } }

.node-type-property table #view-field-360-vr-1-table-column,
.node-type-property table td[headers='view-field-360-vr-1-table-column'] {
  display: none; }

.node-type-property table a {
  color: #64a70b;
  text-decoration: none;
  font-weight: 800; }

.node-type-property table .learn-more {
  display: inline-block;
  margin: -5px 0 0 2px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #00b1cb;
  vertical-align: middle;
  -webkit-transition: color 0.5s;
  transition: color 0.5s; }
  .node-type-property table .learn-more:hover {
    color: #009bb2; }
  .node-type-property table .learn-more:before {
    content: '\e91c';
    font-family: 'merritt-icons';
    display: block;
    height: 20px; }

.node-type-property table a[href$='.pdf'] {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  font-weight: normal;
  color: #64a70b;
  -webkit-transition: color 0.5s;
  transition: color 0.5s; }
  .node-type-property table a[href$='.pdf']:hover {
    color: #568f09; }
  .node-type-property table a[href$='.pdf']:before {
    content: '\e8ff';
    font-family: 'merritt-icons';
    display: block;
    height: 20px; }

.node-type-property table a.vr-tour {
  display: block;
  margin: -11px auto -12px;
  width: 36px;
  height: 36px;
  overflow: hidden;
  text-align: center;
  line-height: 36px;
  font-size: 36px;
  font-weight: normal;
  color: #00b1cb;
  outline: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s; }
  .node-type-property table a.vr-tour:hover {
    color: #009bb2; }
  .node-type-property table a.vr-tour:before {
    content: '\f16d';
    font-family: 'merritt-icons';
    display: block;
    height: 36px; }

.node-type-news .date-category {
  list-style-type: none;
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase; }
  .node-type-news .date-category::before, .node-type-news .date-category::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .node-type-news .date-category::after {
    clear: both; }
  .node-type-news .date-category li {
    float: left; }
    .node-type-news .date-category li:after {
      content: '|';
      display: inline-block;
      margin: 0 7px;
      font-weight: 150; }
    .node-type-news .date-category li:last-child:after {
      display: none; }

.node-type-news .main-content .featured-image {
  margin-bottom: 20px; }
  @media print, screen and (min-width: 61.625em) {
    .node-type-news .main-content .featured-image {
      float: left;
      margin-right: 30px;
      max-width: 40%; } }

.node-type-news .a2a_kit {
  margin-top: 30px;
  margin-bottom: 20px; }

.path-about-news .region-content {
  padding: 30px 0; }
  .path-about-news .region-content .admin-tabs {
    display: none; }

.news-overview-featured {
  background: none;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  z-index: 1; }
  @media print, screen and (min-width: 61.625em) {
    .news-overview-featured {
      padding-top: 200px;
      padding-bottom: 100px; } }
  .news-overview-featured.lazy-loaded {
    background: url("/themes/custom/merritt/img/bg-news-overview.jpg") no-repeat center;
    background-size: cover; }
  .news-overview-featured:before {
    content: '';
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 47, 108, 0)), to(rgba(0, 47, 108, 0.8)));
    background: linear-gradient(0deg, rgba(0, 47, 108, 0) 0%, rgba(0, 47, 108, 0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 1; }
  .news-overview-featured * {
    color: #fff; }
  .news-overview-featured header {
    position: relative;
    z-index: 1; }
  .news-overview-featured h2 {
    font-size: 60px; }
    @media print, screen and (min-width: 61.625em) {
      .news-overview-featured h2 {
        font-size: 100px;
        margin-bottom: 70px; } }
  .news-overview-featured .news-item {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto; }
    .news-overview-featured .news-item a {
      display: block;
      background-color: rgba(0, 47, 108, 0.85);
      padding: 20px 20px 25px;
      text-decoration: none;
      text-align: left;
      border-top: 10px solid transparent;
      -webkit-transition: background 0.5s, border 0.5s;
      transition: background 0.5s, border 0.5s; }
      .news-overview-featured .news-item a::before, .news-overview-featured .news-item a::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .news-overview-featured .news-item a::after {
        clear: both; }
      @media print, screen and (min-width: 61.625em) {
        .news-overview-featured .news-item a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 20px 30px 30px; } }
      .news-overview-featured .news-item a:hover {
        background-color: rgba(52, 53, 54, 0.85);
        border-top-color: #64a70b; }
    .news-overview-featured .news-item .featured-image {
      display: none; }
      @media print, screen and (min-width: 61.625em) {
        .news-overview-featured .news-item .featured-image {
          display: block;
          float: left;
          margin-right: 30px;
          overflow: hidden;
          -ms-flex-negative: 0;
          flex-shrink: 0; } }
    @media print, screen and (min-width: 61.625em) {
      .news-overview-featured .news-item .news-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden; } }
    .news-overview-featured .news-item .news-content .date-category {
      list-style-type: none;
      margin: 0 0 15px;
      font-weight: 500;
      font-size: 16px;
      line-height: 1.2;
      text-transform: uppercase; }
      .news-overview-featured .news-item .news-content .date-category::before, .news-overview-featured .news-item .news-content .date-category::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .news-overview-featured .news-item .news-content .date-category::after {
        clear: both; }
      .news-overview-featured .news-item .news-content .date-category li {
        float: left; }
        .news-overview-featured .news-item .news-content .date-category li:after {
          content: '|';
          display: inline-block;
          margin: 0 7px;
          font-weight: 150; }
        .news-overview-featured .news-item .news-content .date-category li:last-child:after {
          display: none; }
    .news-overview-featured .news-item .news-content h3 {
      font-size: 38px;
      font-weight: bold;
      line-height: 0.9; }
      @media print, screen and (min-width: 61.625em) {
        .news-overview-featured .news-item .news-content h3 {
          font-size: 46px; } }
    .news-overview-featured .news-item .news-content p {
      line-height: 1.2; }
    .news-overview-featured .news-item .news-content .continue-reading {
      display: inline-block;
      margin-top: auto;
      font-size: 16px;
      font-weight: 350;
      text-transform: uppercase; }
      .news-overview-featured .news-item .news-content .continue-reading:after {
        content: '\e81c';
        font-family: 'merritt-icons';
        display: inline-block;
        margin-left: 5px; }

.news-overview .views-exposed-form {
  border-bottom: 1px solid #cbcccd;
  margin-bottom: 30px; }
  .news-overview .views-exposed-form::before, .news-overview .views-exposed-form::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .news-overview .views-exposed-form::after {
    clear: both; }
  .news-overview .views-exposed-form fieldset {
    overflow: hidden; }
    @media (min-width: 1080px) {
      .news-overview .views-exposed-form fieldset {
        float: left;
        margin-bottom: -1px; } }
    .news-overview .views-exposed-form fieldset legend,
    .news-overview .views-exposed-form fieldset input {
      display: none; }
    .news-overview .views-exposed-form fieldset .form-radios > div {
      position: relative; }
      @media (min-width: 1080px) {
        .news-overview .views-exposed-form fieldset .form-radios > div {
          float: left; }
          .news-overview .views-exposed-form fieldset .form-radios > div:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-top: 70px solid transparent;
            border-left: 14px solid #002351;
            position: absolute;
            top: 0;
            left: 100%;
            z-index: 1;
            opacity: 1; } }
    .news-overview .views-exposed-form fieldset label {
      margin: 0;
      padding: 10px 0;
      font-size: 16px;
      font-weight: normal;
      line-height: 1;
      letter-spacing: 1px;
      text-align: center;
      text-transform: uppercase; }
      @media (min-width: 1080px) {
        .news-overview .views-exposed-form fieldset label {
          background-color: #002f6c;
          color: #fff;
          padding: 27px;
          min-width: 160px;
          -webkit-transition: background 0.5s;
          transition: background 0.5s; } }
      .news-overview .views-exposed-form fieldset label:hover {
        color: #64a70b; }
        @media (min-width: 1080px) {
          .news-overview .views-exposed-form fieldset label:hover {
            background-color: #002351;
            color: #fff; } }
      .news-overview .views-exposed-form fieldset label:before {
        font-family: 'merritt-icons';
        font-weight: normal;
        display: inline-block;
        margin-right: 5px; }
      .news-overview .views-exposed-form fieldset label[for*='category-all']:before {
        content: '\e81c'; }
      .news-overview .views-exposed-form fieldset label[for*='category-54']:before {
        content: '\ea2d'; }
      .news-overview .views-exposed-form fieldset label[for*='category-55']:before {
        content: '\ea8c'; }
      .news-overview .views-exposed-form fieldset label[for*='category-56']:before {
        content: '\e928'; }
    @media (min-width: 1080px) {
      .news-overview .views-exposed-form fieldset input:not(:checked) + label:hover:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 70px solid transparent;
        border-left: 14px solid #002f6c;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 2;
        opacity: 1; } }
    .news-overview .views-exposed-form fieldset input:checked + label {
      color: #64a70b;
      position: relative;
      z-index: 2; }
      @media (min-width: 1080px) {
        .news-overview .views-exposed-form fieldset input:checked + label {
          background-color: #64a70b;
          color: #fff; }
          .news-overview .views-exposed-form fieldset input:checked + label:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-top: 70px solid transparent;
            border-right: 14px solid #002351;
            position: absolute;
            top: 0;
            right: 100%;
            z-index: 1; } }
  .news-overview .views-exposed-form .form-item-created {
    margin: 15px 0 20px; }
    @media (min-width: 1080px) {
      .news-overview .views-exposed-form .form-item-created {
        float: right;
        margin: 22px 0 0; } }
    .news-overview .views-exposed-form .form-item-created label {
      display: inline-block;
      line-height: 1;
      font-weight: 500;
      margin-right: 5px; }
    .news-overview .views-exposed-form .form-item-created select {
      margin-bottom: 0;
      width: auto;
      padding: 0;
      border: 0;
      min-width: 60px;
      font-size: 18px;
      font-weight: 150; }
      .news-overview .views-exposed-form .form-item-created select.lazy-loaded {
        background-image: url("/themes/custom/merritt/img/bg-select-alt.png"); }
      .news-overview .views-exposed-form .form-item-created select:focus {
        background-color: #fff; }
  .news-overview .views-exposed-form .form-submit {
    display: none; }

.news-overview .news-items {
  list-style-type: none;
  margin: 0; }
  .news-overview .news-items::before, .news-overview .news-items::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .news-overview .news-items::after {
    clear: both; }
  @media (min-width: 600px) {
    .news-overview .news-items {
      margin: 0 -15px; }
      .news-overview .news-items > li {
        float: left;
        width: 50%;
        padding-right: 0.83333rem;
        padding-left: 0.83333rem; }
        .news-overview .news-items > li:nth-of-type(1n) {
          clear: none; }
        .news-overview .news-items > li:nth-of-type(2n+1) {
          clear: both; }
        .news-overview .news-items > li:last-child {
          float: left; } }
  @media print, screen and (min-width: 61.625em) {
    .news-overview .news-items > li {
      float: left;
      width: 33.33333%;
      padding-right: 0.83333rem;
      padding-left: 0.83333rem; }
      .news-overview .news-items > li:nth-of-type(1n) {
        clear: none; }
      .news-overview .news-items > li:nth-of-type(3n+1) {
        clear: both; }
      .news-overview .news-items > li:last-child {
        float: left; } }
  .news-overview .news-items > li {
    margin-bottom: 30px; }
  .news-overview .news-items a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f0f0f0;
    padding: 20px;
    border-top: 10px solid #002f6c;
    text-decoration: none;
    color: #343536;
    -webkit-transition: border 0.5s;
    transition: border 0.5s; }
    @media (min-width: 1200px) {
      .news-overview .news-items a {
        padding: 30px 30px 25px; } }
    .news-overview .news-items a:hover {
      border-top-color: #64a70b; }
      .news-overview .news-items a:hover h3 {
        color: #64a70b; }
  .news-overview .news-items .date-category {
    list-style-type: none;
    margin: 0 0 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase; }
    .news-overview .news-items .date-category::before, .news-overview .news-items .date-category::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .news-overview .news-items .date-category::after {
      clear: both; }
    .news-overview .news-items .date-category li {
      float: left; }
      .news-overview .news-items .date-category li:after {
        content: '|';
        display: inline-block;
        margin: 0 7px;
        font-weight: 150; }
      .news-overview .news-items .date-category li:last-child:after {
        display: none; }
  .news-overview .news-items h3 {
    font-weight: bold;
    line-height: 1;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    @media print, screen and (min-width: 61.625em) {
      .news-overview .news-items h3 {
        line-height: 0.9; } }
  .news-overview .news-items p {
    line-height: 1.2; }
    @media print, screen and (min-width: 61.625em) {
      .news-overview .news-items p {
        margin-bottom: 40px; } }
  .news-overview .news-items .continue-reading {
    display: inline-block;
    margin-top: auto;
    font-size: 16px;
    font-weight: 350;
    text-transform: uppercase; }
    .news-overview .news-items .continue-reading:after {
      content: '\e81c';
      font-family: 'merritt-icons';
      display: inline-block;
      margin-left: 5px; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .news-overview .news-items > li {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .csstransitions .news-overview .news-items > li.on-screen {
      opacity: 1; } }

.testimonials-overview {
  text-align: center;
  padding: 0 20px;
  width: 1340px;
  max-width: 100%;
  margin: 0 auto; }
  .testimonials-overview .testimonials {
    list-style-type: none;
    margin-left: auto;
    margin-right: auto; }
    .testimonials-overview .testimonials::before, .testimonials-overview .testimonials::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .testimonials-overview .testimonials::after {
      clear: both; }
    @media print, screen and (min-width: 61.625em) {
      .testimonials-overview .testimonials {
        margin-left: -20px;
        margin-right: -20px; }
        .testimonials-overview .testimonials > li {
          float: left;
          width: 33.33333%;
          padding-right: 1.11111rem;
          padding-left: 1.11111rem; }
          .testimonials-overview .testimonials > li:nth-of-type(1n) {
            clear: none; }
          .testimonials-overview .testimonials > li:nth-of-type(3n+1) {
            clear: both; }
          .testimonials-overview .testimonials > li:last-child {
            float: left; } }
    .testimonials-overview .testimonials li {
      position: relative; }
      .testimonials-overview .testimonials li:before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #cbcccd;
        margin-bottom: 30px;
        margin-top: 10px; }
    .testimonials-overview .testimonials.primary {
      margin-top: -25px;
      margin-bottom: 0; }
      .testimonials-overview .testimonials.primary li:first-child:before {
        display: none; }
      @media print, screen and (min-width: 61.625em) {
        .testimonials-overview .testimonials.primary li:nth-child(-n+3):before {
          display: none; } }
    .testimonials-overview .testimonials .featured-image {
      overflow: hidden;
      position: relative; }
      .testimonials-overview .testimonials .featured-image a {
        display: inline-block;
        outline: none; }
      .testimonials-overview .testimonials .featured-image.has-video a:before {
        content: '\ed31';
        font-family: 'merritt-icons';
        color: #64a70b;
        font-size: 70px;
        line-height: 50px;
        text-align: center;
        display: inline-block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -35px;
        margin-left: -25px;
        background-color: #fff;
        text-indent: -13px;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s; }
      .testimonials-overview .testimonials .featured-image.has-video a:hover:before {
        -webkit-transform: scale(1.2);
        transform: scale(1.2); }
      .testimonials-overview .testimonials .featured-image img {
        margin-bottom: 20px;
        border-radius: 500px; }
    .testimonials-overview .testimonials h4 {
      color: #343536;
      font-size: 20px;
      margin-bottom: 3px; }
    .testimonials-overview .testimonials p {
      font-size: 15px;
      line-height: 1.2;
      width: 350px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .testimonials-overview .testimonials li {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .csstransitions .testimonials-overview .testimonials li.on-screen {
      opacity: 1; } }

.awards-overview {
  padding: 0 20px;
  text-align: center;
  width: 1590px;
  max-width: 100%;
  margin: 0 auto; }
  .awards-overview .awards {
    list-style-type: none;
    width: 500px;
    max-width: 100%;
    margin: 0 auto; }
    .awards-overview .awards::before, .awards-overview .awards::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .awards-overview .awards::after {
      clear: both; }
    .awards-overview .awards > li {
      float: left;
      width: 100%; }
      .awards-overview .awards > li:nth-of-type(1n) {
        clear: none; }
      .awards-overview .awards > li:nth-of-type(1n+1) {
        clear: both; }
      .awards-overview .awards > li:last-child {
        float: left; }
    @media print, screen and (min-width: 61.625em) {
      .awards-overview .awards {
        margin: 0 -12px;
        width: auto; }
        .awards-overview .awards > li {
          float: left;
          width: 33.33333%;
          padding-right: 0.66667rem;
          padding-left: 0.66667rem; }
          .awards-overview .awards > li:nth-of-type(1n) {
            clear: none; }
          .awards-overview .awards > li:nth-of-type(3n+1) {
            clear: both; }
          .awards-overview .awards > li:last-child {
            float: left; } }
    .awards-overview .awards .award {
      border-top: 1px solid #cbcccd;
      padding: 15px 0; }
    .awards-overview .awards a {
      display: block;
      text-decoration: none;
      color: #343536; }
      .awards-overview .awards a:hover .award-info {
        background-color: #eaebeb; }
    .awards-overview .awards .featured-image {
      background-color: #343536; }
      .awards-overview .awards .featured-image img {
        width: 100%; }
    .awards-overview .awards.primary {
      margin-top: -25px; }
      .awards-overview .awards.primary li:first-child .award {
        border-top: 0;
        padding-top: 0; }
      @media print, screen and (min-width: 61.625em) {
        .awards-overview .awards.primary li:nth-child(-n+3) .award {
          border-top: 0;
          padding-top: 0; } }
    .awards-overview .awards.secondary {
      margin-bottom: 35px; }
  .awards-overview .award-info {
    padding: 15px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s; }
    .awards-overview .award-info h4 {
      color: #343536;
      font-weight: 500;
      font-size: 20px; }
    .awards-overview .award-info p {
      margin-bottom: 0; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .awards-overview li {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .csstransitions .awards-overview li.on-screen {
      opacity: 1; } }

.node-type-award .award-organization {
  font-size: 20px;
  margin-bottom: 10px; }

.award-photos {
  list-style-type: none;
  margin: 0 0 30px;
  position: relative; }
  .award-photos .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 48px;
    color: #fff;
    z-index: 10;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    outline: none;
    overflow: hidden; }
    @media print, screen and (min-width: 61.625em) {
      .award-photos .slick-arrow {
        margin-top: -35px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 64px; } }
    .award-photos .slick-arrow:hover {
      color: #64a70b; }
    .award-photos .slick-arrow:before {
      font-family: 'merritt-icons';
      display: block;
      height: 50px; }
      @media print, screen and (min-width: 61.625em) {
        .award-photos .slick-arrow:before {
          height: 70px; } }
  .award-photos .slick-prev {
    left: 0; }
    .award-photos .slick-prev:before {
      content: '\e812'; }
  .award-photos .slick-next {
    right: 0; }
    .award-photos .slick-next:before {
      content: '\e813'; }

.bg-white.section-content + .bg-white.section-content .content,
.bg-white.section-content + .bg-white.section-statistics,
.bg-white.section-content + .bg-white.section-image-features---hover .content,
.bg-white.section-content + .bg-white.section-image-features---scrolling-3,
.bg-white.section-content + .bg-white.section-image-features---scrolling-4,
.bg-white.section-content + .bg-white.section-mailing-list-signup,
.bg-white.section-content + .bg-white.section-staff-members,
.bg-white.section-content + .bg-white.section-floor-plans,
.bg-white.section-content + .section-available-space,
.bg-white.section-content + .section-available-space---static,
.bg-white.section-content + .section-image-left-and-text-right,
.bg-white.section-content + .section-text-left-and-image-right,
.bg-white.section-content + .section-logos,
.bg-white.section-content + .section-image-features---icons,
.bg-white.section-content + .section-image-features---modals,
.bg-white.section-content + .section-accordion---single-column,
.bg-white.section-content + .section-accordion---nested-single-column,
.bg-white.section-content + .section-accordion---nested-2-columns,
.bg-white.section-content + .section-awards,
.bg-white.section-content + .section-testimonials,
.bg-white.section-content + .section-photo-gallery,
.bg-white.section-content + .section-interactive-floor-plans,
.bg-white.section-content + .section-interactive-site-plans,
.bg-white.section-content + .section-animated-maps,
.bg-white.section-statistics + .bg-white.section-content .content,
.bg-white.section-statistics + .bg-white.section-statistics,
.bg-white.section-statistics + .bg-white.section-image-features---hover .content,
.bg-white.section-statistics + .bg-white.section-image-features---scrolling-3,
.bg-white.section-statistics + .bg-white.section-image-features---scrolling-4,
.bg-white.section-statistics + .bg-white.section-mailing-list-signup,
.bg-white.section-statistics + .bg-white.section-staff-members,
.bg-white.section-statistics + .bg-white.section-floor-plans,
.bg-white.section-statistics + .section-available-space,
.bg-white.section-statistics + .section-available-space---static,
.bg-white.section-statistics + .section-image-left-and-text-right,
.bg-white.section-statistics + .section-text-left-and-image-right,
.bg-white.section-statistics + .section-logos,
.bg-white.section-statistics + .section-image-features---icons,
.bg-white.section-statistics + .section-image-features---modals,
.bg-white.section-statistics + .section-accordion---single-column,
.bg-white.section-statistics + .section-accordion---nested-single-column,
.bg-white.section-statistics + .section-accordion---nested-2-columns,
.bg-white.section-statistics + .section-awards,
.bg-white.section-statistics + .section-testimonials,
.bg-white.section-statistics + .section-photo-gallery,
.bg-white.section-statistics + .section-interactive-floor-plans,
.bg-white.section-statistics + .section-interactive-site-plans,
.bg-white.section-statistics + .section-animated-maps,
.bg-white.section-image-features---scrolling-3 + .bg-white.section-content .content,
.bg-white.section-image-features---scrolling-3 + .bg-white.section-statistics,
.bg-white.section-image-features---scrolling-3 + .bg-white.section-image-features---hover .content,
.bg-white.section-image-features---scrolling-3 + .bg-white.section-image-features---scrolling-3,
.bg-white.section-image-features---scrolling-3 + .bg-white.section-image-features---scrolling-4,
.bg-white.section-image-features---scrolling-3 + .bg-white.section-mailing-list-signup,
.bg-white.section-image-features---scrolling-3 + .bg-white.section-staff-members,
.bg-white.section-image-features---scrolling-3 + .bg-white.section-floor-plans,
.bg-white.section-image-features---scrolling-3 + .section-available-space,
.bg-white.section-image-features---scrolling-3 + .section-available-space---static,
.bg-white.section-image-features---scrolling-3 + .section-image-left-and-text-right,
.bg-white.section-image-features---scrolling-3 + .section-text-left-and-image-right,
.bg-white.section-image-features---scrolling-3 + .section-logos,
.bg-white.section-image-features---scrolling-3 + .section-image-features---icons,
.bg-white.section-image-features---scrolling-3 + .section-image-features---modals,
.bg-white.section-image-features---scrolling-3 + .section-accordion---single-column,
.bg-white.section-image-features---scrolling-3 + .section-accordion---nested-single-column,
.bg-white.section-image-features---scrolling-3 + .section-accordion---nested-2-columns,
.bg-white.section-image-features---scrolling-3 + .section-awards,
.bg-white.section-image-features---scrolling-3 + .section-testimonials,
.bg-white.section-image-features---scrolling-3 + .section-photo-gallery,
.bg-white.section-image-features---scrolling-3 + .section-interactive-floor-plans,
.bg-white.section-image-features---scrolling-3 + .section-interactive-site-plans,
.bg-white.section-image-features---scrolling-3 + .section-animated-maps,
.bg-white.section-image-features---scrolling-4 + .bg-white.section-content .content,
.bg-white.section-image-features---scrolling-4 + .bg-white.section-statistics,
.bg-white.section-image-features---scrolling-4 + .bg-white.section-image-features---hover .content,
.bg-white.section-image-features---scrolling-4 + .bg-white.section-image-features---scrolling-3,
.bg-white.section-image-features---scrolling-4 + .bg-white.section-image-features---scrolling-4,
.bg-white.section-image-features---scrolling-4 + .bg-white.section-mailing-list-signup,
.bg-white.section-image-features---scrolling-4 + .bg-white.section-staff-members,
.bg-white.section-image-features---scrolling-4 + .bg-white.section-floor-plans,
.bg-white.section-image-features---scrolling-4 + .section-available-space,
.bg-white.section-image-features---scrolling-4 + .section-available-space---static,
.bg-white.section-image-features---scrolling-4 + .section-image-left-and-text-right,
.bg-white.section-image-features---scrolling-4 + .section-text-left-and-image-right,
.bg-white.section-image-features---scrolling-4 + .section-logos,
.bg-white.section-image-features---scrolling-4 + .section-image-features---icons,
.bg-white.section-image-features---scrolling-4 + .section-image-features---modals,
.bg-white.section-image-features---scrolling-4 + .section-accordion---single-column,
.bg-white.section-image-features---scrolling-4 + .section-accordion---nested-single-column,
.bg-white.section-image-features---scrolling-4 + .section-accordion---nested-2-columns,
.bg-white.section-image-features---scrolling-4 + .section-awards,
.bg-white.section-image-features---scrolling-4 + .section-testimonials,
.bg-white.section-image-features---scrolling-4 + .section-photo-gallery,
.bg-white.section-image-features---scrolling-4 + .section-interactive-floor-plans,
.bg-white.section-image-features---scrolling-4 + .section-interactive-site-plans,
.bg-white.section-image-features---scrolling-4 + .section-animated-maps,
.bg-white.section-mailing-list-signup + .bg-white.section-content .content,
.bg-white.section-mailing-list-signup + .bg-white.section-statistics,
.bg-white.section-mailing-list-signup + .bg-white.section-image-features---hover .content,
.bg-white.section-mailing-list-signup + .bg-white.section-image-features---scrolling-3,
.bg-white.section-mailing-list-signup + .bg-white.section-image-features---scrolling-4,
.bg-white.section-mailing-list-signup + .bg-white.section-mailing-list-signup,
.bg-white.section-mailing-list-signup + .bg-white.section-staff-members,
.bg-white.section-mailing-list-signup + .bg-white.section-floor-plans,
.bg-white.section-mailing-list-signup + .section-available-space,
.bg-white.section-mailing-list-signup + .section-available-space---static,
.bg-white.section-mailing-list-signup + .section-image-left-and-text-right,
.bg-white.section-mailing-list-signup + .section-text-left-and-image-right,
.bg-white.section-mailing-list-signup + .section-logos,
.bg-white.section-mailing-list-signup + .section-image-features---icons,
.bg-white.section-mailing-list-signup + .section-image-features---modals,
.bg-white.section-mailing-list-signup + .section-accordion---single-column,
.bg-white.section-mailing-list-signup + .section-accordion---nested-single-column,
.bg-white.section-mailing-list-signup + .section-accordion---nested-2-columns,
.bg-white.section-mailing-list-signup + .section-awards,
.bg-white.section-mailing-list-signup + .section-testimonials,
.bg-white.section-mailing-list-signup + .section-photo-gallery,
.bg-white.section-mailing-list-signup + .section-interactive-floor-plans,
.bg-white.section-mailing-list-signup + .section-interactive-site-plans,
.bg-white.section-mailing-list-signup + .section-animated-maps,
.bg-white.section-staff-members + .bg-white.section-content .content,
.bg-white.section-staff-members + .bg-white.section-statistics,
.bg-white.section-staff-members + .bg-white.section-image-features---hover .content,
.bg-white.section-staff-members + .bg-white.section-image-features---scrolling-3,
.bg-white.section-staff-members + .bg-white.section-image-features---scrolling-4,
.bg-white.section-staff-members + .bg-white.section-mailing-list-signup,
.bg-white.section-staff-members + .bg-white.section-staff-members,
.bg-white.section-staff-members + .bg-white.section-floor-plans,
.bg-white.section-staff-members + .section-available-space,
.bg-white.section-staff-members + .section-available-space---static,
.bg-white.section-staff-members + .section-image-left-and-text-right,
.bg-white.section-staff-members + .section-text-left-and-image-right,
.bg-white.section-staff-members + .section-logos,
.bg-white.section-staff-members + .section-image-features---icons,
.bg-white.section-staff-members + .section-image-features---modals,
.bg-white.section-staff-members + .section-accordion---single-column,
.bg-white.section-staff-members + .section-accordion---nested-single-column,
.bg-white.section-staff-members + .section-accordion---nested-2-columns,
.bg-white.section-staff-members + .section-awards,
.bg-white.section-staff-members + .section-testimonials,
.bg-white.section-staff-members + .section-photo-gallery,
.bg-white.section-staff-members + .section-interactive-floor-plans,
.bg-white.section-staff-members + .section-interactive-site-plans,
.bg-white.section-staff-members + .section-animated-maps,
.bg-white.section-floor-plans + .bg-white.section-content .content,
.bg-white.section-floor-plans + .bg-white.section-statistics,
.bg-white.section-floor-plans + .bg-white.section-image-features---hover .content,
.bg-white.section-floor-plans + .bg-white.section-image-features---scrolling-3,
.bg-white.section-floor-plans + .bg-white.section-image-features---scrolling-4,
.bg-white.section-floor-plans + .bg-white.section-mailing-list-signup,
.bg-white.section-floor-plans + .bg-white.section-staff-members,
.bg-white.section-floor-plans + .bg-white.section-floor-plans,
.bg-white.section-floor-plans + .section-available-space,
.bg-white.section-floor-plans + .section-available-space---static,
.bg-white.section-floor-plans + .section-image-left-and-text-right,
.bg-white.section-floor-plans + .section-text-left-and-image-right,
.bg-white.section-floor-plans + .section-logos,
.bg-white.section-floor-plans + .section-image-features---icons,
.bg-white.section-floor-plans + .section-image-features---modals,
.bg-white.section-floor-plans + .section-accordion---single-column,
.bg-white.section-floor-plans + .section-accordion---nested-single-column,
.bg-white.section-floor-plans + .section-accordion---nested-2-columns,
.bg-white.section-floor-plans + .section-awards,
.bg-white.section-floor-plans + .section-testimonials,
.bg-white.section-floor-plans + .section-photo-gallery,
.bg-white.section-floor-plans + .section-interactive-floor-plans,
.bg-white.section-floor-plans + .section-interactive-site-plans,
.bg-white.section-floor-plans + .section-animated-maps,
.section-available-space + .bg-white.section-content .content,
.section-available-space + .bg-white.section-statistics,
.section-available-space + .bg-white.section-image-features---hover .content,
.section-available-space + .bg-white.section-image-features---scrolling-3,
.section-available-space + .bg-white.section-image-features---scrolling-4,
.section-available-space + .bg-white.section-mailing-list-signup,
.section-available-space + .bg-white.section-staff-members,
.section-available-space + .bg-white.section-floor-plans,
.section-available-space + .section-available-space,
.section-available-space + .section-available-space---static,
.section-available-space + .section-image-left-and-text-right,
.section-available-space + .section-text-left-and-image-right,
.section-available-space + .section-logos,
.section-available-space + .section-image-features---icons,
.section-available-space + .section-image-features---modals,
.section-available-space + .section-accordion---single-column,
.section-available-space + .section-accordion---nested-single-column,
.section-available-space + .section-accordion---nested-2-columns,
.section-available-space + .section-awards,
.section-available-space + .section-testimonials,
.section-available-space + .section-photo-gallery,
.section-available-space + .section-interactive-floor-plans,
.section-available-space + .section-interactive-site-plans,
.section-available-space + .section-animated-maps,
.section-available-space---static + .bg-white.section-content .content,
.section-available-space---static + .bg-white.section-statistics,
.section-available-space---static + .bg-white.section-image-features---hover .content,
.section-available-space---static + .bg-white.section-image-features---scrolling-3,
.section-available-space---static + .bg-white.section-image-features---scrolling-4,
.section-available-space---static + .bg-white.section-mailing-list-signup,
.section-available-space---static + .bg-white.section-staff-members,
.section-available-space---static + .bg-white.section-floor-plans,
.section-available-space---static + .section-available-space,
.section-available-space---static + .section-available-space---static,
.section-available-space---static + .section-image-left-and-text-right,
.section-available-space---static + .section-text-left-and-image-right,
.section-available-space---static + .section-logos,
.section-available-space---static + .section-image-features---icons,
.section-available-space---static + .section-image-features---modals,
.section-available-space---static + .section-accordion---single-column,
.section-available-space---static + .section-accordion---nested-single-column,
.section-available-space---static + .section-accordion---nested-2-columns,
.section-available-space---static + .section-awards,
.section-available-space---static + .section-testimonials,
.section-available-space---static + .section-photo-gallery,
.section-available-space---static + .section-interactive-floor-plans,
.section-available-space---static + .section-interactive-site-plans,
.section-available-space---static + .section-animated-maps,
.section-image-left-and-text-right + .bg-white.section-content .content,
.section-image-left-and-text-right + .bg-white.section-statistics,
.section-image-left-and-text-right + .bg-white.section-image-features---hover .content,
.section-image-left-and-text-right + .bg-white.section-image-features---scrolling-3,
.section-image-left-and-text-right + .bg-white.section-image-features---scrolling-4,
.section-image-left-and-text-right + .bg-white.section-mailing-list-signup,
.section-image-left-and-text-right + .bg-white.section-staff-members,
.section-image-left-and-text-right + .bg-white.section-floor-plans,
.section-image-left-and-text-right + .section-available-space,
.section-image-left-and-text-right + .section-available-space---static,
.section-image-left-and-text-right + .section-image-left-and-text-right,
.section-image-left-and-text-right + .section-text-left-and-image-right,
.section-image-left-and-text-right + .section-logos,
.section-image-left-and-text-right + .section-image-features---icons,
.section-image-left-and-text-right + .section-image-features---modals,
.section-image-left-and-text-right + .section-accordion---single-column,
.section-image-left-and-text-right + .section-accordion---nested-single-column,
.section-image-left-and-text-right + .section-accordion---nested-2-columns,
.section-image-left-and-text-right + .section-awards,
.section-image-left-and-text-right + .section-testimonials,
.section-image-left-and-text-right + .section-photo-gallery,
.section-image-left-and-text-right + .section-interactive-floor-plans,
.section-image-left-and-text-right + .section-interactive-site-plans,
.section-image-left-and-text-right + .section-animated-maps,
.section-text-left-and-image-right + .bg-white.section-content .content,
.section-text-left-and-image-right + .bg-white.section-statistics,
.section-text-left-and-image-right + .bg-white.section-image-features---hover .content,
.section-text-left-and-image-right + .bg-white.section-image-features---scrolling-3,
.section-text-left-and-image-right + .bg-white.section-image-features---scrolling-4,
.section-text-left-and-image-right + .bg-white.section-mailing-list-signup,
.section-text-left-and-image-right + .bg-white.section-staff-members,
.section-text-left-and-image-right + .bg-white.section-floor-plans,
.section-text-left-and-image-right + .section-available-space,
.section-text-left-and-image-right + .section-available-space---static,
.section-text-left-and-image-right + .section-image-left-and-text-right,
.section-text-left-and-image-right + .section-text-left-and-image-right,
.section-text-left-and-image-right + .section-logos,
.section-text-left-and-image-right + .section-image-features---icons,
.section-text-left-and-image-right + .section-image-features---modals,
.section-text-left-and-image-right + .section-accordion---single-column,
.section-text-left-and-image-right + .section-accordion---nested-single-column,
.section-text-left-and-image-right + .section-accordion---nested-2-columns,
.section-text-left-and-image-right + .section-awards,
.section-text-left-and-image-right + .section-testimonials,
.section-text-left-and-image-right + .section-photo-gallery,
.section-text-left-and-image-right + .section-interactive-floor-plans,
.section-text-left-and-image-right + .section-interactive-site-plans,
.section-text-left-and-image-right + .section-animated-maps,
.section-logos + .bg-white.section-content .content,
.section-logos + .bg-white.section-statistics,
.section-logos + .bg-white.section-image-features---hover .content,
.section-logos + .bg-white.section-image-features---scrolling-3,
.section-logos + .bg-white.section-image-features---scrolling-4,
.section-logos + .bg-white.section-mailing-list-signup,
.section-logos + .bg-white.section-staff-members,
.section-logos + .bg-white.section-floor-plans,
.section-logos + .section-available-space,
.section-logos + .section-available-space---static,
.section-logos + .section-image-left-and-text-right,
.section-logos + .section-text-left-and-image-right,
.section-logos + .section-logos,
.section-logos + .section-image-features---icons,
.section-logos + .section-image-features---modals,
.section-logos + .section-accordion---single-column,
.section-logos + .section-accordion---nested-single-column,
.section-logos + .section-accordion---nested-2-columns,
.section-logos + .section-awards,
.section-logos + .section-testimonials,
.section-logos + .section-photo-gallery,
.section-logos + .section-interactive-floor-plans,
.section-logos + .section-interactive-site-plans,
.section-logos + .section-animated-maps,
.section-image-features---icons + .bg-white.section-content .content,
.section-image-features---icons + .bg-white.section-statistics,
.section-image-features---icons + .bg-white.section-image-features---hover .content,
.section-image-features---icons + .bg-white.section-image-features---scrolling-3,
.section-image-features---icons + .bg-white.section-image-features---scrolling-4,
.section-image-features---icons + .bg-white.section-mailing-list-signup,
.section-image-features---icons + .bg-white.section-staff-members,
.section-image-features---icons + .bg-white.section-floor-plans,
.section-image-features---icons + .section-available-space,
.section-image-features---icons + .section-available-space---static,
.section-image-features---icons + .section-image-left-and-text-right,
.section-image-features---icons + .section-text-left-and-image-right,
.section-image-features---icons + .section-logos,
.section-image-features---icons + .section-image-features---icons,
.section-image-features---icons + .section-image-features---modals,
.section-image-features---icons + .section-accordion---single-column,
.section-image-features---icons + .section-accordion---nested-single-column,
.section-image-features---icons + .section-accordion---nested-2-columns,
.section-image-features---icons + .section-awards,
.section-image-features---icons + .section-testimonials,
.section-image-features---icons + .section-photo-gallery,
.section-image-features---icons + .section-interactive-floor-plans,
.section-image-features---icons + .section-interactive-site-plans,
.section-image-features---icons + .section-animated-maps,
.section-image-features---modals + .bg-white.section-content .content,
.section-image-features---modals + .bg-white.section-statistics,
.section-image-features---modals + .bg-white.section-image-features---hover .content,
.section-image-features---modals + .bg-white.section-image-features---scrolling-3,
.section-image-features---modals + .bg-white.section-image-features---scrolling-4,
.section-image-features---modals + .bg-white.section-mailing-list-signup,
.section-image-features---modals + .bg-white.section-staff-members,
.section-image-features---modals + .bg-white.section-floor-plans,
.section-image-features---modals + .section-available-space,
.section-image-features---modals + .section-available-space---static,
.section-image-features---modals + .section-image-left-and-text-right,
.section-image-features---modals + .section-text-left-and-image-right,
.section-image-features---modals + .section-logos,
.section-image-features---modals + .section-image-features---icons,
.section-image-features---modals + .section-image-features---modals,
.section-image-features---modals + .section-accordion---single-column,
.section-image-features---modals + .section-accordion---nested-single-column,
.section-image-features---modals + .section-accordion---nested-2-columns,
.section-image-features---modals + .section-awards,
.section-image-features---modals + .section-testimonials,
.section-image-features---modals + .section-photo-gallery,
.section-image-features---modals + .section-interactive-floor-plans,
.section-image-features---modals + .section-interactive-site-plans,
.section-image-features---modals + .section-animated-maps,
.section-accordion---single-column + .bg-white.section-content .content,
.section-accordion---single-column + .bg-white.section-statistics,
.section-accordion---single-column + .bg-white.section-image-features---hover .content,
.section-accordion---single-column + .bg-white.section-image-features---scrolling-3,
.section-accordion---single-column + .bg-white.section-image-features---scrolling-4,
.section-accordion---single-column + .bg-white.section-mailing-list-signup,
.section-accordion---single-column + .bg-white.section-staff-members,
.section-accordion---single-column + .bg-white.section-floor-plans,
.section-accordion---single-column + .section-available-space,
.section-accordion---single-column + .section-available-space---static,
.section-accordion---single-column + .section-image-left-and-text-right,
.section-accordion---single-column + .section-text-left-and-image-right,
.section-accordion---single-column + .section-logos,
.section-accordion---single-column + .section-image-features---icons,
.section-accordion---single-column + .section-image-features---modals,
.section-accordion---single-column + .section-accordion---single-column,
.section-accordion---single-column + .section-accordion---nested-single-column,
.section-accordion---single-column + .section-accordion---nested-2-columns,
.section-accordion---single-column + .section-awards,
.section-accordion---single-column + .section-testimonials,
.section-accordion---single-column + .section-photo-gallery,
.section-accordion---single-column + .section-interactive-floor-plans,
.section-accordion---single-column + .section-interactive-site-plans,
.section-accordion---single-column + .section-animated-maps,
.section-accordion---nested-single-column + .bg-white.section-content .content,
.section-accordion---nested-single-column + .bg-white.section-statistics,
.section-accordion---nested-single-column + .bg-white.section-image-features---hover .content,
.section-accordion---nested-single-column + .bg-white.section-image-features---scrolling-3,
.section-accordion---nested-single-column + .bg-white.section-image-features---scrolling-4,
.section-accordion---nested-single-column + .bg-white.section-mailing-list-signup,
.section-accordion---nested-single-column + .bg-white.section-staff-members,
.section-accordion---nested-single-column + .bg-white.section-floor-plans,
.section-accordion---nested-single-column + .section-available-space,
.section-accordion---nested-single-column + .section-available-space---static,
.section-accordion---nested-single-column + .section-image-left-and-text-right,
.section-accordion---nested-single-column + .section-text-left-and-image-right,
.section-accordion---nested-single-column + .section-logos,
.section-accordion---nested-single-column + .section-image-features---icons,
.section-accordion---nested-single-column + .section-image-features---modals,
.section-accordion---nested-single-column + .section-accordion---single-column,
.section-accordion---nested-single-column + .section-accordion---nested-single-column,
.section-accordion---nested-single-column + .section-accordion---nested-2-columns,
.section-accordion---nested-single-column + .section-awards,
.section-accordion---nested-single-column + .section-testimonials,
.section-accordion---nested-single-column + .section-photo-gallery,
.section-accordion---nested-single-column + .section-interactive-floor-plans,
.section-accordion---nested-single-column + .section-interactive-site-plans,
.section-accordion---nested-single-column + .section-animated-maps,
.section-accordion---nested-2-columns + .bg-white.section-content .content,
.section-accordion---nested-2-columns + .bg-white.section-statistics,
.section-accordion---nested-2-columns + .bg-white.section-image-features---hover .content,
.section-accordion---nested-2-columns + .bg-white.section-image-features---scrolling-3,
.section-accordion---nested-2-columns + .bg-white.section-image-features---scrolling-4,
.section-accordion---nested-2-columns + .bg-white.section-mailing-list-signup,
.section-accordion---nested-2-columns + .bg-white.section-staff-members,
.section-accordion---nested-2-columns + .bg-white.section-floor-plans,
.section-accordion---nested-2-columns + .section-available-space,
.section-accordion---nested-2-columns + .section-available-space---static,
.section-accordion---nested-2-columns + .section-image-left-and-text-right,
.section-accordion---nested-2-columns + .section-text-left-and-image-right,
.section-accordion---nested-2-columns + .section-logos,
.section-accordion---nested-2-columns + .section-image-features---icons,
.section-accordion---nested-2-columns + .section-image-features---modals,
.section-accordion---nested-2-columns + .section-accordion---single-column,
.section-accordion---nested-2-columns + .section-accordion---nested-single-column,
.section-accordion---nested-2-columns + .section-accordion---nested-2-columns,
.section-accordion---nested-2-columns + .section-awards,
.section-accordion---nested-2-columns + .section-testimonials,
.section-accordion---nested-2-columns + .section-photo-gallery,
.section-accordion---nested-2-columns + .section-interactive-floor-plans,
.section-accordion---nested-2-columns + .section-interactive-site-plans,
.section-accordion---nested-2-columns + .section-animated-maps,
.section-awards + .bg-white.section-content .content,
.section-awards + .bg-white.section-statistics,
.section-awards + .bg-white.section-image-features---hover .content,
.section-awards + .bg-white.section-image-features---scrolling-3,
.section-awards + .bg-white.section-image-features---scrolling-4,
.section-awards + .bg-white.section-mailing-list-signup,
.section-awards + .bg-white.section-staff-members,
.section-awards + .bg-white.section-floor-plans,
.section-awards + .section-available-space,
.section-awards + .section-available-space---static,
.section-awards + .section-image-left-and-text-right,
.section-awards + .section-text-left-and-image-right,
.section-awards + .section-logos,
.section-awards + .section-image-features---icons,
.section-awards + .section-image-features---modals,
.section-awards + .section-accordion---single-column,
.section-awards + .section-accordion---nested-single-column,
.section-awards + .section-accordion---nested-2-columns,
.section-awards + .section-awards,
.section-awards + .section-testimonials,
.section-awards + .section-photo-gallery,
.section-awards + .section-interactive-floor-plans,
.section-awards + .section-interactive-site-plans,
.section-awards + .section-animated-maps,
.section-testimonials + .bg-white.section-content .content,
.section-testimonials + .bg-white.section-statistics,
.section-testimonials + .bg-white.section-image-features---hover .content,
.section-testimonials + .bg-white.section-image-features---scrolling-3,
.section-testimonials + .bg-white.section-image-features---scrolling-4,
.section-testimonials + .bg-white.section-mailing-list-signup,
.section-testimonials + .bg-white.section-staff-members,
.section-testimonials + .bg-white.section-floor-plans,
.section-testimonials + .section-available-space,
.section-testimonials + .section-available-space---static,
.section-testimonials + .section-image-left-and-text-right,
.section-testimonials + .section-text-left-and-image-right,
.section-testimonials + .section-logos,
.section-testimonials + .section-image-features---icons,
.section-testimonials + .section-image-features---modals,
.section-testimonials + .section-accordion---single-column,
.section-testimonials + .section-accordion---nested-single-column,
.section-testimonials + .section-accordion---nested-2-columns,
.section-testimonials + .section-awards,
.section-testimonials + .section-testimonials,
.section-testimonials + .section-photo-gallery,
.section-testimonials + .section-interactive-floor-plans,
.section-testimonials + .section-interactive-site-plans,
.section-testimonials + .section-animated-maps,
.section-photo-gallery + .bg-white.section-content .content,
.section-photo-gallery + .bg-white.section-statistics,
.section-photo-gallery + .bg-white.section-image-features---hover .content,
.section-photo-gallery + .bg-white.section-image-features---scrolling-3,
.section-photo-gallery + .bg-white.section-image-features---scrolling-4,
.section-photo-gallery + .bg-white.section-mailing-list-signup,
.section-photo-gallery + .bg-white.section-staff-members,
.section-photo-gallery + .bg-white.section-floor-plans,
.section-photo-gallery + .section-available-space,
.section-photo-gallery + .section-available-space---static,
.section-photo-gallery + .section-image-left-and-text-right,
.section-photo-gallery + .section-text-left-and-image-right,
.section-photo-gallery + .section-logos,
.section-photo-gallery + .section-image-features---icons,
.section-photo-gallery + .section-image-features---modals,
.section-photo-gallery + .section-accordion---single-column,
.section-photo-gallery + .section-accordion---nested-single-column,
.section-photo-gallery + .section-accordion---nested-2-columns,
.section-photo-gallery + .section-awards,
.section-photo-gallery + .section-testimonials,
.section-photo-gallery + .section-photo-gallery,
.section-photo-gallery + .section-interactive-floor-plans,
.section-photo-gallery + .section-interactive-site-plans,
.section-photo-gallery + .section-animated-maps,
.section-interactive-floor-plans + .bg-white.section-content .content,
.section-interactive-floor-plans + .bg-white.section-statistics,
.section-interactive-floor-plans + .bg-white.section-image-features---hover .content,
.section-interactive-floor-plans + .bg-white.section-image-features---scrolling-3,
.section-interactive-floor-plans + .bg-white.section-image-features---scrolling-4,
.section-interactive-floor-plans + .bg-white.section-mailing-list-signup,
.section-interactive-floor-plans + .bg-white.section-staff-members,
.section-interactive-floor-plans + .bg-white.section-floor-plans,
.section-interactive-floor-plans + .section-available-space,
.section-interactive-floor-plans + .section-available-space---static,
.section-interactive-floor-plans + .section-image-left-and-text-right,
.section-interactive-floor-plans + .section-text-left-and-image-right,
.section-interactive-floor-plans + .section-logos,
.section-interactive-floor-plans + .section-image-features---icons,
.section-interactive-floor-plans + .section-image-features---modals,
.section-interactive-floor-plans + .section-accordion---single-column,
.section-interactive-floor-plans + .section-accordion---nested-single-column,
.section-interactive-floor-plans + .section-accordion---nested-2-columns,
.section-interactive-floor-plans + .section-awards,
.section-interactive-floor-plans + .section-testimonials,
.section-interactive-floor-plans + .section-photo-gallery,
.section-interactive-floor-plans + .section-interactive-floor-plans,
.section-interactive-floor-plans + .section-interactive-site-plans,
.section-interactive-floor-plans + .section-animated-maps,
.section-interactive-site-plans + .bg-white.section-content .content,
.section-interactive-site-plans + .bg-white.section-statistics,
.section-interactive-site-plans + .bg-white.section-image-features---hover .content,
.section-interactive-site-plans + .bg-white.section-image-features---scrolling-3,
.section-interactive-site-plans + .bg-white.section-image-features---scrolling-4,
.section-interactive-site-plans + .bg-white.section-mailing-list-signup,
.section-interactive-site-plans + .bg-white.section-staff-members,
.section-interactive-site-plans + .bg-white.section-floor-plans,
.section-interactive-site-plans + .section-available-space,
.section-interactive-site-plans + .section-available-space---static,
.section-interactive-site-plans + .section-image-left-and-text-right,
.section-interactive-site-plans + .section-text-left-and-image-right,
.section-interactive-site-plans + .section-logos,
.section-interactive-site-plans + .section-image-features---icons,
.section-interactive-site-plans + .section-image-features---modals,
.section-interactive-site-plans + .section-accordion---single-column,
.section-interactive-site-plans + .section-accordion---nested-single-column,
.section-interactive-site-plans + .section-accordion---nested-2-columns,
.section-interactive-site-plans + .section-awards,
.section-interactive-site-plans + .section-testimonials,
.section-interactive-site-plans + .section-photo-gallery,
.section-interactive-site-plans + .section-interactive-floor-plans,
.section-interactive-site-plans + .section-interactive-site-plans,
.section-interactive-site-plans + .section-animated-maps,
.section-animated-maps + .bg-white.section-content .content,
.section-animated-maps + .bg-white.section-statistics,
.section-animated-maps + .bg-white.section-image-features---hover .content,
.section-animated-maps + .bg-white.section-image-features---scrolling-3,
.section-animated-maps + .bg-white.section-image-features---scrolling-4,
.section-animated-maps + .bg-white.section-mailing-list-signup,
.section-animated-maps + .bg-white.section-staff-members,
.section-animated-maps + .bg-white.section-floor-plans,
.section-animated-maps + .section-available-space,
.section-animated-maps + .section-available-space---static,
.section-animated-maps + .section-image-left-and-text-right,
.section-animated-maps + .section-text-left-and-image-right,
.section-animated-maps + .section-logos,
.section-animated-maps + .section-image-features---icons,
.section-animated-maps + .section-image-features---modals,
.section-animated-maps + .section-accordion---single-column,
.section-animated-maps + .section-accordion---nested-single-column,
.section-animated-maps + .section-accordion---nested-2-columns,
.section-animated-maps + .section-awards,
.section-animated-maps + .section-testimonials,
.section-animated-maps + .section-photo-gallery,
.section-animated-maps + .section-interactive-floor-plans,
.section-animated-maps + .section-interactive-site-plans,
.section-animated-maps + .section-animated-maps {
  padding-top: 0; }

.section-image-features---hover + .bg-white .content {
  padding-top: 35px; }
  @media print, screen and (min-width: 61.625em) {
    .section-image-features---hover + .bg-white .content {
      padding-top: 60px; } }

.bg-blue,
.bg-blue-merritt-logo,
.bg-gray-merritt-logo,
.bg-blue-stairs,
.bg-three-interiors,
.bg-volunteers,
.bg-office,
.bg-pickleball-court,
.bg-baltimore-marina,
.bg-white-office,
.bg-industrial-warehouse,
.bg-warehouse,
.bg-loft,
.bg-construction-feed,
.bg-tw-crossing-interior,
.bg-agora-interior-office,
.bg-ashbrook-lounge,
.bg-bbc-exterior-with-landscaping,
.bg-ccp-the-core,
.bg-federal-specialized-services-office,
.bg-hanley-energy-interior-office,
.bg-imeson-exterior-dock,
.bg-imeson-exterior,
.bg-imeson-interior-warehouse,
.bg-mcbp-exterior,
.bg-merritt-companies-office,
.bg-omcc-lobby,
.bg-seventy2-capital-office-green-wall,
.bg-seventy2-capital-office-hallway,
.bg-tower-logistics-construction,
.bg-tower-logistics-warehouse-1,
.bg-tower-logistics-warehouse-2 {
  background-color: #eaebeb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .bg-blue *,
  .bg-blue-merritt-logo *,
  .bg-gray-merritt-logo *,
  .bg-blue-stairs *,
  .bg-three-interiors *,
  .bg-volunteers *,
  .bg-office *,
  .bg-pickleball-court *,
  .bg-baltimore-marina *,
  .bg-white-office *,
  .bg-industrial-warehouse *,
  .bg-warehouse *,
  .bg-loft *,
  .bg-construction-feed *,
  .bg-tw-crossing-interior *,
  .bg-agora-interior-office *,
  .bg-ashbrook-lounge *,
  .bg-bbc-exterior-with-landscaping *,
  .bg-ccp-the-core *,
  .bg-federal-specialized-services-office *,
  .bg-hanley-energy-interior-office *,
  .bg-imeson-exterior-dock *,
  .bg-imeson-exterior *,
  .bg-imeson-interior-warehouse *,
  .bg-mcbp-exterior *,
  .bg-merritt-companies-office *,
  .bg-omcc-lobby *,
  .bg-seventy2-capital-office-green-wall *,
  .bg-seventy2-capital-office-hallway *,
  .bg-tower-logistics-construction *,
  .bg-tower-logistics-warehouse-1 *,
  .bg-tower-logistics-warehouse-2 * {
    color: #fff; }
  .bg-blue .button,
  .bg-blue-merritt-logo .button,
  .bg-gray-merritt-logo .button,
  .bg-blue-stairs .button,
  .bg-three-interiors .button,
  .bg-volunteers .button,
  .bg-office .button,
  .bg-pickleball-court .button,
  .bg-baltimore-marina .button,
  .bg-white-office .button,
  .bg-industrial-warehouse .button,
  .bg-warehouse .button,
  .bg-loft .button,
  .bg-construction-feed .button,
  .bg-tw-crossing-interior .button,
  .bg-agora-interior-office .button,
  .bg-ashbrook-lounge .button,
  .bg-bbc-exterior-with-landscaping .button,
  .bg-ccp-the-core .button,
  .bg-federal-specialized-services-office .button,
  .bg-hanley-energy-interior-office .button,
  .bg-imeson-exterior-dock .button,
  .bg-imeson-exterior .button,
  .bg-imeson-interior-warehouse .button,
  .bg-mcbp-exterior .button,
  .bg-merritt-companies-office .button,
  .bg-omcc-lobby .button,
  .bg-seventy2-capital-office-green-wall .button,
  .bg-seventy2-capital-office-hallway .button,
  .bg-tower-logistics-construction .button,
  .bg-tower-logistics-warehouse-1 .button,
  .bg-tower-logistics-warehouse-2 .button {
    background-color: #64a70b; }
    .bg-blue .button:hover, .bg-blue .button:focus,
    .bg-blue-merritt-logo .button:hover,
    .bg-blue-merritt-logo .button:focus,
    .bg-gray-merritt-logo .button:hover,
    .bg-gray-merritt-logo .button:focus,
    .bg-blue-stairs .button:hover,
    .bg-blue-stairs .button:focus,
    .bg-three-interiors .button:hover,
    .bg-three-interiors .button:focus,
    .bg-volunteers .button:hover,
    .bg-volunteers .button:focus,
    .bg-office .button:hover,
    .bg-office .button:focus,
    .bg-pickleball-court .button:hover,
    .bg-pickleball-court .button:focus,
    .bg-baltimore-marina .button:hover,
    .bg-baltimore-marina .button:focus,
    .bg-white-office .button:hover,
    .bg-white-office .button:focus,
    .bg-industrial-warehouse .button:hover,
    .bg-industrial-warehouse .button:focus,
    .bg-warehouse .button:hover,
    .bg-warehouse .button:focus,
    .bg-loft .button:hover,
    .bg-loft .button:focus,
    .bg-construction-feed .button:hover,
    .bg-construction-feed .button:focus,
    .bg-tw-crossing-interior .button:hover,
    .bg-tw-crossing-interior .button:focus,
    .bg-agora-interior-office .button:hover,
    .bg-agora-interior-office .button:focus,
    .bg-ashbrook-lounge .button:hover,
    .bg-ashbrook-lounge .button:focus,
    .bg-bbc-exterior-with-landscaping .button:hover,
    .bg-bbc-exterior-with-landscaping .button:focus,
    .bg-ccp-the-core .button:hover,
    .bg-ccp-the-core .button:focus,
    .bg-federal-specialized-services-office .button:hover,
    .bg-federal-specialized-services-office .button:focus,
    .bg-hanley-energy-interior-office .button:hover,
    .bg-hanley-energy-interior-office .button:focus,
    .bg-imeson-exterior-dock .button:hover,
    .bg-imeson-exterior-dock .button:focus,
    .bg-imeson-exterior .button:hover,
    .bg-imeson-exterior .button:focus,
    .bg-imeson-interior-warehouse .button:hover,
    .bg-imeson-interior-warehouse .button:focus,
    .bg-mcbp-exterior .button:hover,
    .bg-mcbp-exterior .button:focus,
    .bg-merritt-companies-office .button:hover,
    .bg-merritt-companies-office .button:focus,
    .bg-omcc-lobby .button:hover,
    .bg-omcc-lobby .button:focus,
    .bg-seventy2-capital-office-green-wall .button:hover,
    .bg-seventy2-capital-office-green-wall .button:focus,
    .bg-seventy2-capital-office-hallway .button:hover,
    .bg-seventy2-capital-office-hallway .button:focus,
    .bg-tower-logistics-construction .button:hover,
    .bg-tower-logistics-construction .button:focus,
    .bg-tower-logistics-warehouse-1 .button:hover,
    .bg-tower-logistics-warehouse-1 .button:focus,
    .bg-tower-logistics-warehouse-2 .button:hover,
    .bg-tower-logistics-warehouse-2 .button:focus {
      background-color: #568f09; }
  .bg-blue .slick-next,
  .bg-blue .slick-prev,
  .bg-blue-merritt-logo .slick-next,
  .bg-blue-merritt-logo .slick-prev,
  .bg-gray-merritt-logo .slick-next,
  .bg-gray-merritt-logo .slick-prev,
  .bg-blue-stairs .slick-next,
  .bg-blue-stairs .slick-prev,
  .bg-three-interiors .slick-next,
  .bg-three-interiors .slick-prev,
  .bg-volunteers .slick-next,
  .bg-volunteers .slick-prev,
  .bg-office .slick-next,
  .bg-office .slick-prev,
  .bg-pickleball-court .slick-next,
  .bg-pickleball-court .slick-prev,
  .bg-baltimore-marina .slick-next,
  .bg-baltimore-marina .slick-prev,
  .bg-white-office .slick-next,
  .bg-white-office .slick-prev,
  .bg-industrial-warehouse .slick-next,
  .bg-industrial-warehouse .slick-prev,
  .bg-warehouse .slick-next,
  .bg-warehouse .slick-prev,
  .bg-loft .slick-next,
  .bg-loft .slick-prev,
  .bg-construction-feed .slick-next,
  .bg-construction-feed .slick-prev,
  .bg-tw-crossing-interior .slick-next,
  .bg-tw-crossing-interior .slick-prev,
  .bg-agora-interior-office .slick-next,
  .bg-agora-interior-office .slick-prev,
  .bg-ashbrook-lounge .slick-next,
  .bg-ashbrook-lounge .slick-prev,
  .bg-bbc-exterior-with-landscaping .slick-next,
  .bg-bbc-exterior-with-landscaping .slick-prev,
  .bg-ccp-the-core .slick-next,
  .bg-ccp-the-core .slick-prev,
  .bg-federal-specialized-services-office .slick-next,
  .bg-federal-specialized-services-office .slick-prev,
  .bg-hanley-energy-interior-office .slick-next,
  .bg-hanley-energy-interior-office .slick-prev,
  .bg-imeson-exterior-dock .slick-next,
  .bg-imeson-exterior-dock .slick-prev,
  .bg-imeson-exterior .slick-next,
  .bg-imeson-exterior .slick-prev,
  .bg-imeson-interior-warehouse .slick-next,
  .bg-imeson-interior-warehouse .slick-prev,
  .bg-mcbp-exterior .slick-next,
  .bg-mcbp-exterior .slick-prev,
  .bg-merritt-companies-office .slick-next,
  .bg-merritt-companies-office .slick-prev,
  .bg-omcc-lobby .slick-next,
  .bg-omcc-lobby .slick-prev,
  .bg-seventy2-capital-office-green-wall .slick-next,
  .bg-seventy2-capital-office-green-wall .slick-prev,
  .bg-seventy2-capital-office-hallway .slick-next,
  .bg-seventy2-capital-office-hallway .slick-prev,
  .bg-tower-logistics-construction .slick-next,
  .bg-tower-logistics-construction .slick-prev,
  .bg-tower-logistics-warehouse-1 .slick-next,
  .bg-tower-logistics-warehouse-1 .slick-prev,
  .bg-tower-logistics-warehouse-2 .slick-next,
  .bg-tower-logistics-warehouse-2 .slick-prev {
    color: #fff !important; }
  .bg-blue.section-staff-members .staff-members h3,
  .bg-blue-merritt-logo.section-staff-members .staff-members h3,
  .bg-gray-merritt-logo.section-staff-members .staff-members h3,
  .bg-blue-stairs.section-staff-members .staff-members h3,
  .bg-three-interiors.section-staff-members .staff-members h3,
  .bg-volunteers.section-staff-members .staff-members h3,
  .bg-office.section-staff-members .staff-members h3,
  .bg-pickleball-court.section-staff-members .staff-members h3,
  .bg-baltimore-marina.section-staff-members .staff-members h3,
  .bg-white-office.section-staff-members .staff-members h3,
  .bg-industrial-warehouse.section-staff-members .staff-members h3,
  .bg-warehouse.section-staff-members .staff-members h3,
  .bg-loft.section-staff-members .staff-members h3,
  .bg-construction-feed.section-staff-members .staff-members h3,
  .bg-tw-crossing-interior.section-staff-members .staff-members h3,
  .bg-agora-interior-office.section-staff-members .staff-members h3,
  .bg-ashbrook-lounge.section-staff-members .staff-members h3,
  .bg-bbc-exterior-with-landscaping.section-staff-members .staff-members h3,
  .bg-ccp-the-core.section-staff-members .staff-members h3,
  .bg-federal-specialized-services-office.section-staff-members .staff-members h3,
  .bg-hanley-energy-interior-office.section-staff-members .staff-members h3,
  .bg-imeson-exterior-dock.section-staff-members .staff-members h3,
  .bg-imeson-exterior.section-staff-members .staff-members h3,
  .bg-imeson-interior-warehouse.section-staff-members .staff-members h3,
  .bg-mcbp-exterior.section-staff-members .staff-members h3,
  .bg-merritt-companies-office.section-staff-members .staff-members h3,
  .bg-omcc-lobby.section-staff-members .staff-members h3,
  .bg-seventy2-capital-office-green-wall.section-staff-members .staff-members h3,
  .bg-seventy2-capital-office-hallway.section-staff-members .staff-members h3,
  .bg-tower-logistics-construction.section-staff-members .staff-members h3,
  .bg-tower-logistics-warehouse-1.section-staff-members .staff-members h3,
  .bg-tower-logistics-warehouse-2.section-staff-members .staff-members h3 {
    color: #fff; }
  .bg-blue.section-statistics .statistics li,
  .bg-blue-merritt-logo.section-statistics .statistics li,
  .bg-gray-merritt-logo.section-statistics .statistics li,
  .bg-blue-stairs.section-statistics .statistics li,
  .bg-three-interiors.section-statistics .statistics li,
  .bg-volunteers.section-statistics .statistics li,
  .bg-office.section-statistics .statistics li,
  .bg-pickleball-court.section-statistics .statistics li,
  .bg-baltimore-marina.section-statistics .statistics li,
  .bg-white-office.section-statistics .statistics li,
  .bg-industrial-warehouse.section-statistics .statistics li,
  .bg-warehouse.section-statistics .statistics li,
  .bg-loft.section-statistics .statistics li,
  .bg-construction-feed.section-statistics .statistics li,
  .bg-tw-crossing-interior.section-statistics .statistics li,
  .bg-agora-interior-office.section-statistics .statistics li,
  .bg-ashbrook-lounge.section-statistics .statistics li,
  .bg-bbc-exterior-with-landscaping.section-statistics .statistics li,
  .bg-ccp-the-core.section-statistics .statistics li,
  .bg-federal-specialized-services-office.section-statistics .statistics li,
  .bg-hanley-energy-interior-office.section-statistics .statistics li,
  .bg-imeson-exterior-dock.section-statistics .statistics li,
  .bg-imeson-exterior.section-statistics .statistics li,
  .bg-imeson-interior-warehouse.section-statistics .statistics li,
  .bg-mcbp-exterior.section-statistics .statistics li,
  .bg-merritt-companies-office.section-statistics .statistics li,
  .bg-omcc-lobby.section-statistics .statistics li,
  .bg-seventy2-capital-office-green-wall.section-statistics .statistics li,
  .bg-seventy2-capital-office-hallway.section-statistics .statistics li,
  .bg-tower-logistics-construction.section-statistics .statistics li,
  .bg-tower-logistics-warehouse-1.section-statistics .statistics li,
  .bg-tower-logistics-warehouse-2.section-statistics .statistics li {
    border-right-color: #fff; }
  .bg-blue.section-parallax, .bg-blue.section-text-features---hover, .bg-blue.section-featured-testimonial,
  .bg-blue-merritt-logo.section-parallax,
  .bg-blue-merritt-logo.section-text-features---hover,
  .bg-blue-merritt-logo.section-featured-testimonial,
  .bg-gray-merritt-logo.section-parallax,
  .bg-gray-merritt-logo.section-text-features---hover,
  .bg-gray-merritt-logo.section-featured-testimonial,
  .bg-blue-stairs.section-parallax,
  .bg-blue-stairs.section-text-features---hover,
  .bg-blue-stairs.section-featured-testimonial,
  .bg-three-interiors.section-parallax,
  .bg-three-interiors.section-text-features---hover,
  .bg-three-interiors.section-featured-testimonial,
  .bg-volunteers.section-parallax,
  .bg-volunteers.section-text-features---hover,
  .bg-volunteers.section-featured-testimonial,
  .bg-office.section-parallax,
  .bg-office.section-text-features---hover,
  .bg-office.section-featured-testimonial,
  .bg-pickleball-court.section-parallax,
  .bg-pickleball-court.section-text-features---hover,
  .bg-pickleball-court.section-featured-testimonial,
  .bg-baltimore-marina.section-parallax,
  .bg-baltimore-marina.section-text-features---hover,
  .bg-baltimore-marina.section-featured-testimonial,
  .bg-white-office.section-parallax,
  .bg-white-office.section-text-features---hover,
  .bg-white-office.section-featured-testimonial,
  .bg-industrial-warehouse.section-parallax,
  .bg-industrial-warehouse.section-text-features---hover,
  .bg-industrial-warehouse.section-featured-testimonial,
  .bg-warehouse.section-parallax,
  .bg-warehouse.section-text-features---hover,
  .bg-warehouse.section-featured-testimonial,
  .bg-loft.section-parallax,
  .bg-loft.section-text-features---hover,
  .bg-loft.section-featured-testimonial,
  .bg-construction-feed.section-parallax,
  .bg-construction-feed.section-text-features---hover,
  .bg-construction-feed.section-featured-testimonial,
  .bg-tw-crossing-interior.section-parallax,
  .bg-tw-crossing-interior.section-text-features---hover,
  .bg-tw-crossing-interior.section-featured-testimonial,
  .bg-agora-interior-office.section-parallax,
  .bg-agora-interior-office.section-text-features---hover,
  .bg-agora-interior-office.section-featured-testimonial,
  .bg-ashbrook-lounge.section-parallax,
  .bg-ashbrook-lounge.section-text-features---hover,
  .bg-ashbrook-lounge.section-featured-testimonial,
  .bg-bbc-exterior-with-landscaping.section-parallax,
  .bg-bbc-exterior-with-landscaping.section-text-features---hover,
  .bg-bbc-exterior-with-landscaping.section-featured-testimonial,
  .bg-ccp-the-core.section-parallax,
  .bg-ccp-the-core.section-text-features---hover,
  .bg-ccp-the-core.section-featured-testimonial,
  .bg-federal-specialized-services-office.section-parallax,
  .bg-federal-specialized-services-office.section-text-features---hover,
  .bg-federal-specialized-services-office.section-featured-testimonial,
  .bg-hanley-energy-interior-office.section-parallax,
  .bg-hanley-energy-interior-office.section-text-features---hover,
  .bg-hanley-energy-interior-office.section-featured-testimonial,
  .bg-imeson-exterior-dock.section-parallax,
  .bg-imeson-exterior-dock.section-text-features---hover,
  .bg-imeson-exterior-dock.section-featured-testimonial,
  .bg-imeson-exterior.section-parallax,
  .bg-imeson-exterior.section-text-features---hover,
  .bg-imeson-exterior.section-featured-testimonial,
  .bg-imeson-interior-warehouse.section-parallax,
  .bg-imeson-interior-warehouse.section-text-features---hover,
  .bg-imeson-interior-warehouse.section-featured-testimonial,
  .bg-mcbp-exterior.section-parallax,
  .bg-mcbp-exterior.section-text-features---hover,
  .bg-mcbp-exterior.section-featured-testimonial,
  .bg-merritt-companies-office.section-parallax,
  .bg-merritt-companies-office.section-text-features---hover,
  .bg-merritt-companies-office.section-featured-testimonial,
  .bg-omcc-lobby.section-parallax,
  .bg-omcc-lobby.section-text-features---hover,
  .bg-omcc-lobby.section-featured-testimonial,
  .bg-seventy2-capital-office-green-wall.section-parallax,
  .bg-seventy2-capital-office-green-wall.section-text-features---hover,
  .bg-seventy2-capital-office-green-wall.section-featured-testimonial,
  .bg-seventy2-capital-office-hallway.section-parallax,
  .bg-seventy2-capital-office-hallway.section-text-features---hover,
  .bg-seventy2-capital-office-hallway.section-featured-testimonial,
  .bg-tower-logistics-construction.section-parallax,
  .bg-tower-logistics-construction.section-text-features---hover,
  .bg-tower-logistics-construction.section-featured-testimonial,
  .bg-tower-logistics-warehouse-1.section-parallax,
  .bg-tower-logistics-warehouse-1.section-text-features---hover,
  .bg-tower-logistics-warehouse-1.section-featured-testimonial,
  .bg-tower-logistics-warehouse-2.section-parallax,
  .bg-tower-logistics-warehouse-2.section-text-features---hover,
  .bg-tower-logistics-warehouse-2.section-featured-testimonial {
    background: none; }

.bg-blue {
  background-color: #002f6c; }

.bg-blue-merritt-logo.lazy-loaded,
.bg-blue-merritt-logo .background.lazy-loaded {
  background: #002f6c url("/themes/custom/merritt/img/bg-blue-merritt-logo.jpg") no-repeat center; }

.bg-gray-merritt-logo.lazy-loaded,
.bg-gray-merritt-logo .background.lazy-loaded {
  background: #5f6468 url("/themes/custom/merritt/img/bg-gray-merritt-logo.jpg") no-repeat center; }

.bg-blue-stairs.lazy-loaded,
.bg-blue-stairs .background.lazy-loaded {
  background-image: url("/themes/custom/merritt/img/bg-blue-stairs.jpg"); }

.bg-office.lazy-loaded,
.bg-office .background.lazy-loaded {
  background-image: url("/themes/custom/merritt/img/bg-office.jpg"); }

.bg-pickleball-court.lazy-loaded,
.bg-pickleball-court .background.lazy-loaded {
  background-image: url("/themes/custom/merritt/img/bg-pickleball-court.jpg");
  background-position: bottom center; }

.bg-light-gray.lazy-loaded,
.bg-light-gray .background.lazy-loaded {
  background: #edeeee; }

.bg-gray-office.lazy-loaded,
.bg-gray-office .background.lazy-loaded {
  background-image: url("/themes/custom/merritt/img/bg-gray-office.jpg"); }

.bg-gray-office.section-parallax,
.bg-gray-office.section-text-features---hover,
.bg-gray-office.section-featured-testimonial {
  background: none; }

.bg-white-office.lazy-loaded,
.bg-white-office .background.lazy-loaded {
  background-image: url("/themes/custom/merritt/img/bg-white-office.jpg"); }

.bg-industrial-warehouse.lazy-loaded,
.bg-industrial-warehouse .background.lazy-loaded {
  background-image: url("/themes/custom/merritt/img/bg-industrial-warehouse.jpg"); }

.bg-three-interiors.lazy-loaded,
.bg-three-interiors .background.lazy-loaded {
  background-image: url("/themes/custom/merritt/img/bg-three-interiors.jpg"); }

.bg-volunteers.lazy-loaded,
.bg-volunteers .background.lazy-loaded {
  background-image: url("/themes/custom/merritt/img/bg-volunteers.jpg"); }

.bg-volunteers.section-parallax .content,
.bg-volunteers.section-text-features---hover .content {
  background-color: rgba(52, 53, 54, 0.85); }

.bg-baltimore-marina.lazy-loaded,
.bg-baltimore-marina .background.lazy-loaded {
  background-image: url("/themes/custom/merritt/img/bg-baltimore-marina.jpg"); }

.bg-warehouse.lazy-loaded,
.bg-warehouse .background.lazy-loaded {
  background-image: url("/themes/custom/merritt/img/bg-warehouse.jpg"); }

.bg-loft.lazy-loaded,
.bg-loft .background.lazy-loaded {
  background-image: url("/themes/custom/merritt/img/bg-loft.jpg"); }

.bg-construction-feed.lazy-loaded,
.bg-construction-feed .background.lazy-loaded {
  background-image: url("/themes/custom/merritt/img/bg-construction-feed.jpg"); }

.bg-tw-crossing-interior,
.bg-tw-crossing-interior .background {
  background-image: url("/themes/custom/merritt/img/bg-tw-crossing.jpg"); }

.bg-agora-interior-office,
.bg-agora-interior-office .background {
  background-image: url("/themes/custom/merritt/img/bg-agora-interior-office.jpg"); }

.bg-ashbrook-lounge,
.bg-ashbrook-lounge .background {
  background-image: url("/themes/custom/merritt/img/bg-ashbrook-lounge.jpg"); }

.bg-bbc-exterior-with-landscaping,
.bg-bbc-exterior-with-landscaping .background {
  background-image: url("/themes/custom/merritt/img/bg-bbc-exterior-with-landscaping.jpg"); }

.bg-ccp-the-core,
.bg-ccp-the-core .background {
  background-image: url("/themes/custom/merritt/img/bg-ccp-the-core.jpg"); }

.bg-federal-specialized-services-office,
.bg-federal-specialized-services-office .background {
  background-image: url("/themes/custom/merritt/img/bg-federal-specialized-services-office.jpg"); }

.bg-hanley-energy-interior-office,
.bg-hanley-energy-interior-office .background {
  background-image: url("/themes/custom/merritt/img/bg-hanley-energy-interior-office.jpg"); }

.bg-imeson-exterior-dock,
.bg-imeson-exterior-dock .background {
  background-image: url("/themes/custom/merritt/img/bg-imeson-exterior-dock.jpg"); }

.bg-imeson-exterior,
.bg-imeson-exterior .background {
  background-image: url("/themes/custom/merritt/img/bg-imeson-exterior.jpg"); }

.bg-imeson-interior-warehouse,
.bg-imeson-interior-warehouse .background {
  background-image: url("/themes/custom/merritt/img/bg-imeson-interior-warehouse.jpg"); }

.bg-mcbp-exterior,
.bg-mcbp-exterior .background {
  background-image: url("/themes/custom/merritt/img/bg-mcbp-exterior.jpg"); }

.bg-merritt-companies-office,
.bg-merritt-companies-office .background {
  background-image: url("/themes/custom/merritt/img/bg-merritt-companies-office.jpg"); }

.bg-omcc-lobby,
.bg-omcc-lobby .background {
  background-image: url("/themes/custom/merritt/img/bg-omcc-lobby.jpg"); }

.bg-seventy2-capital-office-green-wall,
.bg-seventy2-capital-office-green-wall .background {
  background-image: url("/themes/custom/merritt/img/bg-seventy2-capital-office-green-wall.jpg"); }

.bg-seventy2-capital-office-hallway,
.bg-seventy2-capital-office-hallway .background {
  background-image: url("/themes/custom/merritt/img/bg-seventy2-capital-office-hallway.jpg"); }

.bg-tower-logistics-construction,
.bg-tower-logistics-construction .background {
  background-image: url("/themes/custom/merritt/img/bg-tower-logistics-construction.jpg"); }

.bg-tower-logistics-warehouse-1,
.bg-tower-logistics-warehouse-1 .background {
  background-image: url("/themes/custom/merritt/img/bg-tower-logistics-warehouse-1.jpg"); }

.bg-tower-logistics-warehouse-2,
.bg-tower-logistics-warehouse-2 .background {
  background-image: url("/themes/custom/merritt/img/bg-tower-logistics-warehouse-2.jpg"); }

.bg-merge-background-1,
.bg-merge-background-2,
.bg-merge-background-3,
.bg-merge-background-4,
.bg-merge-background-5,
.bg-merge-background-6,
.bg-merge-background-7 {
  background-color: #fff; }
  @media print, screen and (min-width: 61.625em) {
    .bg-merge-background-1,
    .bg-merge-background-2,
    .bg-merge-background-3,
    .bg-merge-background-4,
    .bg-merge-background-5,
    .bg-merge-background-6,
    .bg-merge-background-7 {
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover; } }

@media print, screen and (min-width: 61.625em) {
  .bg-merge-background-1.lazy-loaded {
    background-image: url("/themes/custom/merritt/img/bg-merge-background-1.jpg"); } }

@media print, screen and (min-width: 61.625em) {
  .bg-merge-background-2.lazy-loaded {
    background-image: url("/themes/custom/merritt/img/bg-merge-background-2.jpg"); } }

@media print, screen and (min-width: 61.625em) {
  .bg-merge-background-3.lazy-loaded {
    background-image: url("/themes/custom/merritt/img/bg-merge-background-3.jpg"); } }

@media print, screen and (min-width: 61.625em) {
  .bg-merge-background-4.lazy-loaded {
    background-image: url("/themes/custom/merritt/img/bg-merge-background-4.jpg"); } }

@media print, screen and (min-width: 61.625em) {
  .bg-merge-background-5.lazy-loaded {
    background-image: url("/themes/custom/merritt/img/bg-merge-background-5.jpg"); } }

@media print, screen and (min-width: 61.625em) {
  .bg-merge-background-6.lazy-loaded {
    background-image: url("/themes/custom/merritt/img/bg-merge-background-6.jpg"); } }

@media print, screen and (min-width: 61.625em) {
  .bg-merge-background-7.lazy-loaded {
    background-image: url("/themes/custom/merritt/img/bg-merge-background-7.jpg"); } }

.section-content .content {
  max-width: 71.11111rem;
  margin-right: auto;
  margin-left: auto;
  padding: 35px 20px 20px;
  text-align: center; }
  .section-content .content::before, .section-content .content::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .section-content .content::after {
    clear: both; }
  @media print, screen and (min-width: 61.625em) {
    .section-content .content {
      padding: 60px 20px 45px; } }
  .section-content .content ul {
    width: 1100px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.path-careers .section-content .content {
  text-align: left; }
  .path-careers .section-content .content ul {
    width: 100%; }

.section-content-image .content {
  max-width: 71.11111rem;
  margin-right: auto;
  margin-left: auto;
  padding: 35px 20px 20px;
  text-align: center; }
  .section-content-image .content::before, .section-content-image .content::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .section-content-image .content::after {
    clear: both; }
  @media print, screen and (min-width: 61.625em) {
    .section-content-image .content {
      padding: 60px 20px 45px; } }
  .section-content-image .content ul {
    width: 1100px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.section-parallax {
  padding: 70px 20px;
  position: relative;
  overflow: hidden; }
  @media print, screen and (min-width: 61.625em) {
    .section-parallax {
      padding: 160px 20px; } }
  .section-parallax .background {
    background-color: #eaebeb;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    bottom: -100px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (min-width: 600px) {
      .section-parallax .background {
        background-size: 100% auto; } }
  .section-parallax .content {
    background-color: rgba(0, 47, 108, 0.85);
    padding: 30px 20px;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1; }
    @media print, screen and (min-width: 61.625em) {
      .section-parallax .content {
        padding: 60px 60px 40px; } }

.section-statistics {
  padding: 35px 20px;
  text-align: center; }
  @media print, screen and (min-width: 61.625em) {
    .section-statistics {
      padding: 60px 20px; } }
  .section-statistics .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px; }
    .section-statistics .content::before, .section-statistics .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-statistics .content::after {
      clear: both; }
    .section-statistics .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-statistics .statistics {
    list-style-type: none;
    margin: 0 -15px; }
    .section-statistics .statistics::before, .section-statistics .statistics::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-statistics .statistics::after {
      clear: both; }
    @media print, screen and (min-width: 61.625em) {
      .section-statistics .statistics {
        width: 1520px;
        max-width: 100%;
        margin: 0 auto; } }
    .section-statistics .statistics li {
      float: left;
      width: 100%;
      padding: 30px 15px; }
      @media print, screen and (min-width: 61.625em) {
        .section-statistics .statistics li {
          border-right: 1px solid #d7d2cb; }
          .section-statistics .statistics li:last-child {
            border-right: 0; } }
    .section-statistics .statistics li:nth-last-child(n+2),
    .section-statistics .statistics li:nth-last-child(n+2) ~ li {
      width: 50%; }
    .section-statistics .statistics li:nth-last-child(n+3),
    .section-statistics .statistics li:nth-last-child(n+3) ~ li {
      width: 50%; }
      @media print, screen and (min-width: 61.625em) {
        .section-statistics .statistics li:nth-last-child(n+3),
        .section-statistics .statistics li:nth-last-child(n+3) ~ li {
          width: 33.33%; } }
    .section-statistics .statistics li:nth-last-child(n+4),
    .section-statistics .statistics li:nth-last-child(n+4) ~ li {
      width: 50%; }
      @media print, screen and (min-width: 61.625em) {
        .section-statistics .statistics li:nth-last-child(n+4),
        .section-statistics .statistics li:nth-last-child(n+4) ~ li {
          width: 25%; } }
    .section-statistics .statistics h2 {
      font-size: 70px;
      font-weight: bold;
      line-height: 0.9; }
      @media print, screen and (min-width: 61.625em) {
        .section-statistics .statistics h2 {
          font-size: 100px;
          line-height: 0.8; } }
      @media (min-width: 1200px) {
        .section-statistics .statistics h2 {
          font-size: 130px; } }
    .section-statistics .statistics h3 {
      font-size: 32px;
      line-height: 0.9;
      margin-bottom: 10px; }
      @media print, screen and (min-width: 61.625em) {
        .section-statistics .statistics h3 {
          font-size: 36px; } }
    .section-statistics .statistics p {
      font-size: 16px;
      line-height: 1.15;
      margin: 0; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .statistics li {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s; }
    .csstransitions .statistics li.on-screen {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1; } }

.section-logos {
  padding: 35px 20px;
  text-align: center; }
  @media print, screen and (min-width: 61.625em) {
    .section-logos {
      padding: 60px 20px; } }
  .section-logos .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px; }
    .section-logos .content::before, .section-logos .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-logos .content::after {
      clear: both; }
    .section-logos .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-logos .logos-wrapper {
    position: relative; }
  .section-logos .logos {
    list-style-type: none;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px; }
    .section-logos .logos::before, .section-logos .logos::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-logos .logos::after {
      clear: both; }
    @media print, screen and (min-width: 61.625em) {
      .section-logos .logos {
        width: 1300px; } }
    .section-logos .logos li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      padding: 0 20px; }
      @media print, screen and (min-width: 61.625em) {
        .section-logos .logos li {
          padding: 20px; } }
    .section-logos .logos a {
      display: inline-block;
      outline: none;
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
      .section-logos .logos a:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
  .section-logos .slick-slider,
  .section-logos .slick-list,
  .section-logos .slick-track {
    position: static; }
  .section-logos .slick-prev,
  .section-logos .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    outline: none;
    width: 50px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    text-align: center;
    font-size: 64px;
    color: #002f6c;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .section-logos .slick-prev:hover, .section-logos .slick-prev:focus,
    .section-logos .slick-next:hover,
    .section-logos .slick-next:focus {
      color: #64a70b; }
    .section-logos .slick-prev:before,
    .section-logos .slick-next:before {
      font-family: 'merritt-icons';
      display: block;
      height: 50px; }
  .section-logos .slick-prev {
    left: -10px; }
    @media print, screen and (min-width: 87.5em) {
      .section-logos .slick-prev {
        left: 30px; } }
    .section-logos .slick-prev:before {
      content: '\e812'; }
  .section-logos .slick-next {
    right: -10px; }
    @media print, screen and (min-width: 87.5em) {
      .section-logos .slick-next {
        right: 30px; } }
    .section-logos .slick-next:before {
      content: '\e813'; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .section-logos .logos {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .csstransitions .section-logos .logos.on-screen {
      opacity: 1; } }

.section-image-left-and-text-right {
  padding: 35px 20px;
  text-align: center; }
  @media print, screen and (min-width: 61.625em) {
    .section-image-left-and-text-right {
      padding: 60px 20px; } }
  .section-image-left-and-text-right .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px; }
    .section-image-left-and-text-right .content::before, .section-image-left-and-text-right .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-image-left-and-text-right .content::after {
      clear: both; }
    .section-image-left-and-text-right .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-image-left-and-text-right .wrapper {
    margin: 0 auto;
    width: 1200px;
    max-width: 100%;
    text-align: center; }
    .section-image-left-and-text-right .wrapper::before, .section-image-left-and-text-right .wrapper::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-image-left-and-text-right .wrapper::after {
      clear: both; }
    @media print, screen and (min-width: 61.625em) {
      .section-image-left-and-text-right .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left; } }
    .section-image-left-and-text-right .wrapper .image {
      margin-bottom: 15px; }
      @media print, screen and (min-width: 61.625em) {
        .section-image-left-and-text-right .wrapper .image {
          float: left;
          max-width: 50%;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          -ms-flex-item-align: start;
          align-self: flex-start;
          margin-bottom: 0; } }
    @media print, screen and (min-width: 61.625em) {
      .section-image-left-and-text-right .wrapper .text {
        float: left;
        padding-left: 30px; } }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .section-image-left-and-text-right .wrapper .image {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s; }
  .csstransitions .section-image-left-and-text-right .wrapper .text {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s; }
  .csstransitions .section-image-left-and-text-right .wrapper.on-screen .image,
  .csstransitions .section-image-left-and-text-right .wrapper.on-screen .text {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.section-text-left-and-image-right {
  padding: 35px 20px;
  text-align: center; }
  @media print, screen and (min-width: 61.625em) {
    .section-text-left-and-image-right {
      padding: 60px 20px; } }
  .section-text-left-and-image-right .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px; }
    .section-text-left-and-image-right .content::before, .section-text-left-and-image-right .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-text-left-and-image-right .content::after {
      clear: both; }
    .section-text-left-and-image-right .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-text-left-and-image-right .wrapper {
    margin: 0 auto;
    width: 1200px;
    max-width: 100%;
    text-align: center; }
    .section-text-left-and-image-right .wrapper::before, .section-text-left-and-image-right .wrapper::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-text-left-and-image-right .wrapper::after {
      clear: both; }
    @media print, screen and (min-width: 61.625em) {
      .section-text-left-and-image-right .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left; } }
    @media print, screen and (min-width: 61.625em) {
      .section-text-left-and-image-right .wrapper .text {
        float: left; } }
    .section-text-left-and-image-right .wrapper .image {
      margin-bottom: 15px; }
      @media print, screen and (min-width: 61.625em) {
        .section-text-left-and-image-right .wrapper .image {
          float: left;
          max-width: 50%;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          padding-left: 30px;
          -ms-flex-item-align: start;
          align-self: flex-start;
          margin-bottom: 0; } }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .section-text-left-and-image-right .wrapper .text {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s; }
  .csstransitions .section-text-left-and-image-right .wrapper .image {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s; }
  .csstransitions .section-text-left-and-image-right .wrapper.on-screen .text,
  .csstransitions .section-text-left-and-image-right .wrapper.on-screen .image {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.section-timeline {
  text-align: center;
  padding: 35px 20px; }
  @media print, screen and (min-width: 61.625em) {
    .section-timeline {
      padding: 60px 20px; } }
  .section-timeline.lazy-loaded {
    background: #edeeee url("/themes/custom/merritt/img/bg-leadership.jpg") no-repeat left center; }
  .section-timeline .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px; }
    .section-timeline .content::before, .section-timeline .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-timeline .content::after {
      clear: both; }
    .section-timeline .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-timeline .timeline-navigation {
    list-style-type: none;
    border-radius: 50px;
    overflow: hidden;
    width: 75%;
    margin: 0 auto 30px; }
    .section-timeline .timeline-navigation::before, .section-timeline .timeline-navigation::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-timeline .timeline-navigation::after {
      clear: both; }
    @media print, screen and (min-width: 61.625em) {
      .section-timeline .timeline-navigation {
        display: inline-block;
        border-radius: 500px;
        width: auto; } }
    .section-timeline .timeline-navigation li {
      border-top: 1px solid #fff; }
      @media print, screen and (min-width: 61.625em) {
        .section-timeline .timeline-navigation li {
          float: left;
          border-top: 0;
          border-left: 1px solid #fff; } }
      .section-timeline .timeline-navigation li:first-child {
        border: 0; }
      .section-timeline .timeline-navigation li.active .date-range {
        background-color: #002f6c; }
    .section-timeline .timeline-navigation .starting-slide {
      display: none; }
    .section-timeline .timeline-navigation .date-range {
      background-color: #6e717f;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      font-weight: 500;
      font-size: 18px;
      color: #fff;
      padding: 15px 37px;
      cursor: pointer;
      -webkit-transition: background 0.5s;
      transition: background 0.5s; }
      .section-timeline .timeline-navigation .date-range:hover {
        background-color: #002f6c; }
  .section-timeline .timeline {
    list-style-type: none;
    margin: 0 auto;
    padding: 20px 0 0;
    position: relative;
    overflow: hidden;
    width: 1480px;
    max-width: 100%; }
    @media print, screen and (min-width: 61.625em) {
      .section-timeline .timeline {
        padding: 20px 30px 0; } }
    .section-timeline .timeline:before {
      content: '';
      display: block;
      border-top: 5px dotted #002f6c;
      position: absolute;
      top: 28px;
      left: -4px;
      right: 0; }
  .section-timeline .timeline-item {
    border: 1px solid #5b5b5b;
    padding: 30px;
    margin: 65px 0 0;
    position: relative;
    text-align: left; }
    @media print, screen and (min-width: 61.625em) {
      .section-timeline .timeline-item {
        margin: 65px 30px 0; } }
    .section-timeline .timeline-item:before {
      content: '';
      display: block;
      width: 4px;
      height: 50px;
      background-color: #002f6c;
      position: absolute;
      top: -50px;
      left: 90px; }
      @media print, screen and (min-width: 61.625em) {
        .section-timeline .timeline-item:before {
          left: 30px; } }
    .section-timeline .timeline-item:after {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background-color: #002f6c;
      border-radius: 500px;
      position: absolute;
      top: -65px;
      left: 82px; }
      @media print, screen and (min-width: 61.625em) {
        .section-timeline .timeline-item:after {
          left: 22px; } }
    .section-timeline .timeline-item > *:last-child {
      margin-bottom: 0; }
    .section-timeline .timeline-item h3 {
      font-size: 24px; }
    .section-timeline .timeline-item h2 {
      font-size: 36px;
      font-weight: 900;
      margin-bottom: 30px; }
    .section-timeline .timeline-item .featured-image {
      margin-bottom: 30px; }
      .section-timeline .timeline-item .featured-image img {
        width: 100%; }
  .section-timeline .slick-prev,
  .section-timeline .slick-next {
    width: 60px;
    height: 60px;
    border-radius: 500px;
    background-color: #002f6c;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    -webkit-transition: background 0.5s;
    transition: background 0.5s; }
    .section-timeline .slick-prev:hover,
    .section-timeline .slick-next:hover {
      background-color: #002453; }
    .section-timeline .slick-prev:before,
    .section-timeline .slick-next:before {
      font-family: 'merritt-icons';
      color: #fff;
      font-size: 30px;
      line-height: 60px;
      text-align: center;
      display: block; }
  .section-timeline .slick-prev {
    left: 0; }
    .section-timeline .slick-prev:before {
      content: '\e812'; }
  .section-timeline .slick-next {
    right: 0; }
    .section-timeline .slick-next:before {
      content: '\e813'; }
  .section-timeline .slick-dots {
    display: inline-block;
    list-style-type: none;
    margin: 23px auto 0; }
    .section-timeline .slick-dots::before, .section-timeline .slick-dots::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-timeline .slick-dots::after {
      clear: both; }
    @media print, screen and (min-width: 61.625em) {
      .section-timeline .slick-dots {
        margin-top: 53px; } }
    .section-timeline .slick-dots li {
      float: left;
      margin-left: 7px;
      margin-top: 7px;
      line-height: 0; }
      .section-timeline .slick-dots li:first-child {
        margin-left: 0; }
    .section-timeline .slick-dots button {
      width: 19px;
      height: 19px;
      text-indent: -999px;
      border: 3px solid #002f6c;
      border-radius: 500px;
      overflow: hidden;
      -webkit-transition: background 0.5s;
      transition: background 0.5s; }
      .section-timeline .slick-dots button:hover {
        background-color: #002f6c; }
    .section-timeline .slick-dots .slick-active button {
      background-color: #002f6c; }

.section-image-features---hover {
  text-align: center; }
  .section-image-features---hover .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding: 35px 20px 15px; }
    .section-image-features---hover .content::before, .section-image-features---hover .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-image-features---hover .content::after {
      clear: both; }
    @media print, screen and (min-width: 61.625em) {
      .section-image-features---hover .content {
        padding: 60px 20px 45px; } }
    .section-image-features---hover .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-image-features---hover .features {
    list-style-type: none;
    margin: 0; }
    .section-image-features---hover .features::before, .section-image-features---hover .features::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-image-features---hover .features::after {
      clear: both; }
    .section-image-features---hover .features li {
      float: left;
      width: 100%;
      height: 350px;
      overflow: hidden;
      background-color: #343536;
      position: relative; }
      .section-image-features---hover .features li:hover img,
      .section-image-features---hover .features li:hover .hover-content {
        opacity: 1; }
      .section-image-features---hover .features li:hover h2 {
        opacity: 0; }
    @media print, screen and (min-width: 61.625em) {
      .section-image-features---hover .features li:nth-last-child(n+2),
      .section-image-features---hover .features li:nth-last-child(n+2) ~ li {
        height: 0;
        min-height: 350px;
        width: 50%;
        padding-bottom: 25%; } }
    @media print, screen and (min-width: 61.625em) {
      .section-image-features---hover .features li:nth-last-child(n+3),
      .section-image-features---hover .features li:nth-last-child(n+3) ~ li {
        height: 0;
        min-height: 350px;
        width: 33.33%;
        padding-bottom: 33.33%; } }
    @media print, screen and (min-width: 61.625em) {
      .section-image-features---hover .features li:nth-last-child(n+4),
      .section-image-features---hover .features li:nth-last-child(n+4) ~ li {
        height: 0;
        width: 50%;
        padding-bottom: 40%; } }
    @media (min-width: 1200px) {
      .section-image-features---hover .features li:nth-last-child(n+4),
      .section-image-features---hover .features li:nth-last-child(n+4) ~ li {
        width: 25%;
        min-height: 350px;
        padding-bottom: 25%; } }
    .section-image-features---hover .features a {
      display: block;
      text-decoration: none; }
    .section-image-features---hover .features img {
      opacity: 1;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: auto;
      -o-object-fit: contain;
      object-fit: contain;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: opacity 0.75s;
      transition: opacity 0.75s;
      z-index: 0; }
      @media (min-width: 1200px) {
        .section-image-features---hover .features img {
          opacity: 0.6; } }
    .section-image-features---hover .features h2 {
      color: #fff;
      font-size: 36px;
      position: absolute;
      top: 50%;
      width: 100%;
      padding: 0 20px;
      opacity: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: opacity 0.75s;
      transition: opacity 0.75s;
      z-index: 1; }
      @media (min-width: 1200px) {
        .section-image-features---hover .features h2 {
          opacity: 1; } }
    .section-image-features---hover .features .hover-content {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 500px;
      max-width: 90%;
      padding: 30px 20px;
      z-index: 1;
      opacity: 1;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      -webkit-transition: opacity 0.75s;
      transition: opacity 0.75s;
      background-color: rgba(255, 255, 255, 0.9); }
      @media (min-width: 1200px) {
        .section-image-features---hover .features .hover-content {
          opacity: 0; } }
      .section-image-features---hover .features .hover-content * {
        color: #343536; }
      .section-image-features---hover .features .hover-content h3 {
        font-size: 36px;
        font-weight: 600;
        line-height: 0.9;
        margin-bottom: 15px; }
      .section-image-features---hover .features .hover-content h4 {
        margin: -10px 0; }
      .section-image-features---hover .features .hover-content p {
        font-size: 16px;
        line-height: 1.25;
        width: 360px;
        max-width: 100%;
        margin: 15px auto; }
      .section-image-features---hover .features .hover-content .link {
        font-size: 16px;
        font-weight: 350;
        text-transform: uppercase; }
        .section-image-features---hover .features .hover-content .link:after {
          content: '\e81c';
          font-family: 'merritt-icons';
          display: inline-block;
          margin-left: 5px; }
  .section-image-features---hover + .section-image-features---hover > .features:first-child {
    padding-top: 20px; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .section-image-features---hover .features li {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .csstransitions .section-image-features---hover .features li.on-screen {
      opacity: 1; } }

.section-image-features---icons {
  text-align: center;
  padding: 35px 20px; }
  @media print, screen and (min-width: 61.625em) {
    .section-image-features---icons {
      padding: 60px 20px; } }
  .section-image-features---icons .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px; }
    .section-image-features---icons .content::before, .section-image-features---icons .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-image-features---icons .content::after {
      clear: both; }
    .section-image-features---icons .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-image-features---icons .features-wrapper {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
    text-align: left; }
    .section-image-features---icons .features-wrapper::before, .section-image-features---icons .features-wrapper::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-image-features---icons .features-wrapper::after {
      clear: both; }
  .section-image-features---icons .features {
    list-style-type: none;
    margin: 0 -10px; }
    .section-image-features---icons .features::before, .section-image-features---icons .features::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-image-features---icons .features::after {
      clear: both; }
    .section-image-features---icons .features > li {
      float: left;
      width: 100%; }
      .section-image-features---icons .features > li:nth-of-type(1n) {
        clear: none; }
      .section-image-features---icons .features > li:nth-of-type(1n+1) {
        clear: both; }
      .section-image-features---icons .features > li:last-child {
        float: left; }
    @media (min-width: 850px) {
      .section-image-features---icons .features > li {
        float: left;
        width: 50%; }
        .section-image-features---icons .features > li:nth-of-type(1n) {
          clear: none; }
        .section-image-features---icons .features > li:nth-of-type(2n+1) {
          clear: both; }
        .section-image-features---icons .features > li:last-child {
          float: left; } }
    .section-image-features---icons .features .content-wrapper {
      padding: 15px; }
    .section-image-features---icons .features a {
      display: block;
      text-decoration: none;
      color: #343536;
      outline: none;
      -webkit-transition: background 0.5s;
      transition: background 0.5s; }
      .section-image-features---icons .features a:hover {
        background-color: #eaebeb; }
    .section-image-features---icons .features .featured-image {
      margin-bottom: 20px; }
      .section-image-features---icons .features .featured-image img {
        width: 100%; }
    .section-image-features---icons .features .image-caption {
      text-align: right;
      color: #9a9a9a;
      font-size: 14px;
      font-style: italic;
      margin-bottom: 15px;
      margin-top: -8px; }
    .section-image-features---icons .features h3 {
      color: #343536;
      margin-bottom: 15px; }
      .section-image-features---icons .features h3::before, .section-image-features---icons .features h3::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .section-image-features---icons .features h3::after {
        clear: both; }
      .section-image-features---icons .features h3 .icon {
        display: inline-block;
        width: 35px;
        height: 35px;
        text-align: center;
        float: left;
        margin-right: 15px;
        position: relative;
        top: -2px; }
    .section-image-features---icons .features p {
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 1.25; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .section-image-features---icons .features li {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .csstransitions .section-image-features---icons .features li.on-screen {
      opacity: 1; } }

.section-image-features---modals {
  text-align: center;
  padding: 35px 20px; }
  @media print, screen and (min-width: 61.625em) {
    .section-image-features---modals {
      padding: 60px 20px; } }
  .section-image-features---modals .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px; }
    .section-image-features---modals .content::before, .section-image-features---modals .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-image-features---modals .content::after {
      clear: both; }
    .section-image-features---modals .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-image-features---modals .features-wrapper {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
    text-align: left; }
    .section-image-features---modals .features-wrapper::before, .section-image-features---modals .features-wrapper::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-image-features---modals .features-wrapper::after {
      clear: both; }
  .section-image-features---modals .features {
    list-style-type: none;
    margin: 0 -10px; }
    .section-image-features---modals .features::before, .section-image-features---modals .features::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-image-features---modals .features::after {
      clear: both; }
    .section-image-features---modals .features > li {
      float: left;
      width: 100%; }
      .section-image-features---modals .features > li:nth-of-type(1n) {
        clear: none; }
      .section-image-features---modals .features > li:nth-of-type(1n+1) {
        clear: both; }
      .section-image-features---modals .features > li:last-child {
        float: left; }
    @media (min-width: 850px) {
      .section-image-features---modals .features > li {
        float: left;
        width: 50%; }
        .section-image-features---modals .features > li:nth-of-type(1n) {
          clear: none; }
        .section-image-features---modals .features > li:nth-of-type(2n+1) {
          clear: both; }
        .section-image-features---modals .features > li:last-child {
          float: left; } }
    .section-image-features---modals .features a {
      display: block;
      padding: 15px;
      text-decoration: none;
      color: #343536;
      outline: none;
      -webkit-transition: background 0.5s;
      transition: background 0.5s; }
      .section-image-features---modals .features a:hover {
        background-color: #eaebeb; }
    .section-image-features---modals .features .featured-image {
      margin-bottom: 20px; }
      .section-image-features---modals .features .featured-image img {
        width: 100%; }
    .section-image-features---modals .features .image-caption {
      text-align: right;
      color: #9a9a9a;
      font-size: 14px;
      font-style: italic;
      margin-bottom: 15px;
      margin-top: -8px; }
    .section-image-features---modals .features h3 {
      color: #343536;
      margin-bottom: 15px; }
      .section-image-features---modals .features h3::before, .section-image-features---modals .features h3::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .section-image-features---modals .features h3::after {
        clear: both; }
      .section-image-features---modals .features h3 .icon {
        display: inline-block;
        width: 35px;
        height: 35px;
        text-align: center;
        float: left;
        margin-right: 15px;
        position: relative;
        top: -2px; }
    .section-image-features---modals .features p {
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 1.25; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .section-image-features---modals .features li {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .csstransitions .section-image-features---modals .features li.on-screen {
      opacity: 1; } }

.section-image-features---scrolling-3 {
  text-align: center;
  padding: 35px 20px; }
  @media print, screen and (min-width: 61.625em) {
    .section-image-features---scrolling-3 {
      padding: 60px 20px 40px; } }
  .section-image-features---scrolling-3 .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px; }
    .section-image-features---scrolling-3 .content::before, .section-image-features---scrolling-3 .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-image-features---scrolling-3 .content::after {
      clear: both; }
    .section-image-features---scrolling-3 .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-image-features---scrolling-3 .features-wrapper {
    position: relative;
    padding: 0 35px; }
  .section-image-features---scrolling-3 .features {
    list-style-type: none;
    width: 1150px;
    max-width: 100%;
    margin: 0 auto; }
    .section-image-features---scrolling-3 .features::before, .section-image-features---scrolling-3 .features::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-image-features---scrolling-3 .features::after {
      clear: both; }
    .section-image-features---scrolling-3 .features li {
      padding: 0 15px; }
    .section-image-features---scrolling-3 .features a {
      display: block;
      outline: none;
      text-decoration: none;
      color: #343536; }
      .section-image-features---scrolling-3 .features a:hover .featured-image .title {
        background-color: rgba(100, 167, 11, 0.6);
        padding: 20px 15px; }
    .section-image-features---scrolling-3 .features .featured-image {
      position: relative; }
      .section-image-features---scrolling-3 .features .featured-image img {
        width: 100%; }
      .section-image-features---scrolling-3 .features .featured-image .title {
        background-color: rgba(52, 53, 54, 0.6);
        padding: 15px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transition: background 0.5s, padding 0.5s;
        transition: background 0.5s, padding 0.5s; }
        .section-image-features---scrolling-3 .features .featured-image .title h3 {
          color: #fff;
          font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
          font-size: 20px;
          font-weight: 800;
          text-transform: none;
          margin-bottom: 0; }
        .section-image-features---scrolling-3 .features .featured-image .title h4 {
          color: #fff;
          font-size: 18px;
          font-weight: 150;
          margin-bottom: 0; }
    .section-image-features---scrolling-3 .features p {
      margin-bottom: 0;
      margin-top: 15px;
      font-size: 15px;
      line-height: 1.2; }
  .section-image-features---scrolling-3 .slick-slider,
  .section-image-features---scrolling-3 .slick-list,
  .section-image-features---scrolling-3 .slick-track {
    position: static; }
  .section-image-features---scrolling-3 .slick-prev,
  .section-image-features---scrolling-3 .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    outline: none;
    width: 50px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    text-align: center;
    font-size: 64px;
    color: #002f6c;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .section-image-features---scrolling-3 .slick-prev:hover, .section-image-features---scrolling-3 .slick-prev:focus,
    .section-image-features---scrolling-3 .slick-next:hover,
    .section-image-features---scrolling-3 .slick-next:focus {
      color: #64a70b; }
    .section-image-features---scrolling-3 .slick-prev:before,
    .section-image-features---scrolling-3 .slick-next:before {
      font-family: 'merritt-icons';
      display: block;
      height: 50px; }
  .section-image-features---scrolling-3 .slick-prev {
    left: -10px; }
    @media print, screen and (min-width: 87.5em) {
      .section-image-features---scrolling-3 .slick-prev {
        left: 30px; } }
    .section-image-features---scrolling-3 .slick-prev:before {
      content: '\e812'; }
  .section-image-features---scrolling-3 .slick-next {
    right: -10px; }
    @media print, screen and (min-width: 87.5em) {
      .section-image-features---scrolling-3 .slick-next {
        right: 30px; } }
    .section-image-features---scrolling-3 .slick-next:before {
      content: '\e813'; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .section-image-features---scrolling-3 .features {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .csstransitions .section-image-features---scrolling-3 .features.on-screen {
      opacity: 1; } }

.section-image-features---scrolling-4 {
  text-align: center;
  padding: 35px 20px; }
  @media print, screen and (min-width: 61.625em) {
    .section-image-features---scrolling-4 {
      padding: 60px 20px; } }
  .section-image-features---scrolling-4 .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px; }
    .section-image-features---scrolling-4 .content::before, .section-image-features---scrolling-4 .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-image-features---scrolling-4 .content::after {
      clear: both; }
    .section-image-features---scrolling-4 .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-image-features---scrolling-4 .features-wrapper {
    position: relative;
    padding: 0 35px; }
    @media print, screen and (min-width: 87.5em) {
      .section-image-features---scrolling-4 .features-wrapper {
        padding: 0 75px; } }
  .section-image-features---scrolling-4 .features {
    list-style-type: none;
    width: 1530px;
    max-width: 100%;
    margin: 0 auto; }
    .section-image-features---scrolling-4 .features::before, .section-image-features---scrolling-4 .features::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-image-features---scrolling-4 .features::after {
      clear: both; }
    .section-image-features---scrolling-4 .features li {
      padding: 0 15px; }
    .section-image-features---scrolling-4 .features a {
      display: block;
      outline: none;
      text-decoration: none;
      color: #343536; }
      .section-image-features---scrolling-4 .features a:hover img {
        opacity: 0.75; }
    .section-image-features---scrolling-4 .features .featured-image {
      background-color: #fff; }
      .section-image-features---scrolling-4 .features .featured-image img {
        width: 100%;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s; }
    .section-image-features---scrolling-4 .features h3 {
      margin-top: 15px;
      margin-bottom: 0;
      font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 20px;
      font-weight: 500;
      text-transform: none; }
    .section-image-features---scrolling-4 .features p {
      font-size: 15px;
      line-height: 1.2;
      margin-top: 5px;
      margin-bottom: 0; }
  .section-image-features---scrolling-4 .slick-slider,
  .section-image-features---scrolling-4 .slick-list,
  .section-image-features---scrolling-4 .slick-track {
    position: static; }
  .section-image-features---scrolling-4 .slick-prev,
  .section-image-features---scrolling-4 .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    outline: none;
    width: 50px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    text-align: center;
    font-size: 64px;
    color: #002f6c;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .section-image-features---scrolling-4 .slick-prev:hover, .section-image-features---scrolling-4 .slick-prev:focus,
    .section-image-features---scrolling-4 .slick-next:hover,
    .section-image-features---scrolling-4 .slick-next:focus {
      color: #64a70b; }
    .section-image-features---scrolling-4 .slick-prev:before,
    .section-image-features---scrolling-4 .slick-next:before {
      font-family: 'merritt-icons';
      display: block;
      height: 50px; }
  .section-image-features---scrolling-4 .slick-prev {
    left: -10px; }
    @media print, screen and (min-width: 87.5em) {
      .section-image-features---scrolling-4 .slick-prev {
        left: 30px; } }
    .section-image-features---scrolling-4 .slick-prev:before {
      content: '\e812'; }
  .section-image-features---scrolling-4 .slick-next {
    right: -10px; }
    @media print, screen and (min-width: 87.5em) {
      .section-image-features---scrolling-4 .slick-next {
        right: 30px; } }
    .section-image-features---scrolling-4 .slick-next:before {
      content: '\e813'; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .section-image-features---scrolling-4 .features {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .csstransitions .section-image-features---scrolling-4 .features.on-screen {
      opacity: 1; } }

.section-text-features---hover {
  padding: 70px 20px;
  position: relative;
  overflow: hidden; }
  @media print, screen and (min-width: 61.625em) {
    .section-text-features---hover {
      padding: 160px 20px; } }
  .section-text-features---hover.bg-white {
    padding: 60px 20px; }
    @media print, screen and (min-width: 61.625em) {
      .section-text-features---hover.bg-white {
        padding: 80px 20px; } }
    .section-text-features---hover.bg-white .background {
      background-color: #fff; }
  .bg-white + .section-text-features---hover.bg-white {
    padding-top: 0; }
  .section-text-features---hover.bg-light-gray {
    padding: 60px 20px; }
    @media print, screen and (min-width: 61.625em) {
      .section-text-features---hover.bg-light-gray {
        padding: 80px 20px; } }
    .section-text-features---hover.bg-light-gray .background {
      background-color: #edeeee; }
  .section-text-features---hover * {
    color: #fff; }
  .section-text-features---hover .background {
    background-color: #eaebeb;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    bottom: -100px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (min-width: 600px) {
      .section-text-features---hover .background {
        background-size: 100% auto; } }
  .section-text-features---hover .features {
    list-style-type: none;
    margin: 0 auto;
    width: 1240px;
    max-width: 100%; }
    .section-text-features---hover .features::before, .section-text-features---hover .features::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-text-features---hover .features::after {
      clear: both; }
    .section-text-features---hover .features li {
      float: left;
      width: 100%; }
    .section-text-features---hover .features li:nth-last-child(n+2),
    .section-text-features---hover .features li:nth-last-child(n+2) ~ li {
      margin-bottom: 20px; }
      @media print, screen and (min-width: 61.625em) {
        .section-text-features---hover .features li:nth-last-child(n+2),
        .section-text-features---hover .features li:nth-last-child(n+2) ~ li {
          width: 50%;
          padding: 0 10px;
          margin-bottom: 0; } }
      .section-text-features---hover .features li:nth-last-child(n+2):last-child,
      .section-text-features---hover .features li:nth-last-child(n+2) ~ li:last-child {
        margin-bottom: 0; }
    .section-text-features---hover .features li:nth-last-child(n+3),
    .section-text-features---hover .features li:nth-last-child(n+3) ~ li {
      margin-bottom: 20px; }
      @media print, screen and (min-width: 61.625em) {
        .section-text-features---hover .features li:nth-last-child(n+3),
        .section-text-features---hover .features li:nth-last-child(n+3) ~ li {
          width: 33.333%;
          padding: 0 10px;
          margin-bottom: 0; } }
      .section-text-features---hover .features li:nth-last-child(n+3):last-child,
      .section-text-features---hover .features li:nth-last-child(n+3) ~ li:last-child {
        margin-bottom: 0; }
  .section-text-features---hover .views-row {
    background-color: rgba(0, 47, 108, 0.85);
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .section-text-features---hover .views-row:hover h2 {
      opacity: 0; }
    .section-text-features---hover .views-row:hover .hover-content {
      opacity: 1; }
    .section-text-features---hover .views-row:hover .button {
      background-color: #568f09; }
  .section-text-features---hover a {
    display: block;
    width: 100%;
    text-decoration: none; }
  .section-text-features---hover h2 {
    display: none;
    font-size: 36px;
    position: absolute;
    padding: 0 20px;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.75s;
    transition: opacity 0.75s; }
    @media (min-width: 1200px) {
      .section-text-features---hover h2 {
        display: block; } }
  .section-text-features---hover .hover-content {
    width: 100%;
    padding: 30px 20px; }
    @media (min-width: 1200px) {
      .section-text-features---hover .hover-content {
        padding: 60px 50px;
        opacity: 0;
        -webkit-transition: opacity 0.75s;
        transition: opacity 0.75s; } }
    .section-text-features---hover .hover-content h3 {
      font-size: 36px;
      line-height: 0.9; }
    .section-text-features---hover .hover-content h4 {
      margin-top: -15px;
      margin-bottom: 20px; }
    .section-text-features---hover .hover-content p {
      font-size: 16px;
      font-weight: 250;
      line-height: 1.25;
      margin-bottom: 0; }
    .section-text-features---hover .hover-content .button {
      margin-top: 30px; }

.node-type-trophy-property .section-text-features---hover.bg-construction-feed h2 {
  display: none;
  margin-top: -10px; }

.node-type-trophy-property .section-text-features---hover.bg-construction-feed .hover-content h3 {
  position: relative; }
  .node-type-trophy-property .section-text-features---hover.bg-construction-feed .hover-content h3:before {
    content: '\ED31';
    position: relative;
    z-index: 5;
    display: block;
    font-family: merritt-icons;
    color: #fff;
    font-size: 1.22em;
    margin-bottom: 10px; }
  .node-type-trophy-property .section-text-features---hover.bg-construction-feed .hover-content h3:after {
    content: '';
    position: absolute;
    z-index: 4;
    top: 5px;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 -10px;
    text-align: center;
    background: #64a70b; }

.node-type-trophy-property .section-text-features---hover.bg-construction-feed .hover-content {
  opacity: 1;
  -webkit-transition: none;
  transition: none; }
  .node-type-trophy-property .section-text-features---hover.bg-construction-feed .hover-content .button {
    margin-top: 0; }

.section-merge---overview {
  text-align: center; }
  .section-merge---overview > *:first-child:before {
    content: '';
    display: block;
    width: 100%;
    max-width: 100%;
    height: 80px;
    background: none;
    margin: 0 auto 20px; }
    @media print, screen and (min-width: 61.625em) {
      .section-merge---overview > *:first-child:before {
        margin-bottom: 25px;
        height: 126px; } }
  .section-merge---overview > *:first-child.lazy-loaded:before {
    background: url("/themes/custom/merritt/img/merge-logo.png") no-repeat center;
    background-size: contain; }
  .section-merge---overview .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding: 45px 20px 15px; }
    .section-merge---overview .content::before, .section-merge---overview .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-merge---overview .content::after {
      clear: both; }
    @media print, screen and (min-width: 61.625em) {
      .section-merge---overview .content {
        padding: 60px 20px 20px; } }
    .section-merge---overview .content h2 {
      color: #00aec7;
      font-size: 40px;
      font-weight: bold; }
    .section-merge---overview .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-merge---overview .features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0 5px;
    margin: 0; }
    .section-merge---overview .features:first-child:before {
      margin-top: 40px; }
      @media print, screen and (min-width: 61.625em) {
        .section-merge---overview .features:first-child:before {
          margin-top: 60px; } }
    .section-merge---overview .features:last-child {
      padding-bottom: 20px; }
      @media print, screen and (min-width: 61.625em) {
        .section-merge---overview .features:last-child {
          padding-bottom: 40px; } }
    .section-merge---overview .features li {
      width: 380px;
      max-width: 100%;
      overflow: hidden;
      padding: 0 15px;
      position: relative;
      margin-bottom: 20px; }
    @media screen and (min-width: 37.5em) {
      .section-merge---overview .features li:nth-last-child(n+2),
      .section-merge---overview .features li:nth-last-child(n+2) ~ li {
        max-width: 50%; } }
    @media print, screen and (min-width: 61.625em) {
      .section-merge---overview .features li:nth-last-child(n+2),
      .section-merge---overview .features li:nth-last-child(n+2) ~ li {
        max-width: 50%; } }
    @media screen and (min-width: 37.5em) {
      .section-merge---overview .features li:nth-last-child(n+3),
      .section-merge---overview .features li:nth-last-child(n+3) ~ li {
        max-width: 50%; } }
    @media print, screen and (min-width: 61.625em) {
      .section-merge---overview .features li:nth-last-child(n+3),
      .section-merge---overview .features li:nth-last-child(n+3) ~ li {
        max-width: 33.33%; } }
    @media screen and (min-width: 37.5em) {
      .section-merge---overview .features li:nth-last-child(n+4),
      .section-merge---overview .features li:nth-last-child(n+4) ~ li {
        max-width: 50%; } }
    @media print, screen and (min-width: 61.625em) {
      .section-merge---overview .features li:nth-last-child(n+4),
      .section-merge---overview .features li:nth-last-child(n+4) ~ li {
        max-width: 25%; } }
    .section-merge---overview .features .featured-image {
      margin-bottom: 20px;
      -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
      clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); }
      .section-merge---overview .features .featured-image img {
        width: 100%; }
    .section-merge---overview .features h2 {
      color: #343536;
      font-weight: bold;
      font-size: 20px;
      font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      text-transform: none;
      margin-bottom: 10px; }
    .section-merge---overview .features p {
      font-size: 15px;
      line-height: 1.2; }
  .section-merge---overview .footer-content {
    clear: both;
    padding: 1px 20px 30px; }
    @media print, screen and (min-width: 61.625em) {
      .section-merge---overview .footer-content {
        padding: 20px 20px 50px; } }
    .section-merge---overview .footer-content p a {
      display: inline-block;
      background-color: #00aec7;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      font-weight: 350;
      font-size: 14px;
      color: #fff;
      border-radius: 200px;
      padding: 19px 40px;
      min-width: 200px;
      margin-bottom: 0;
      outline: none;
      -webkit-transition: background 0.5s;
      transition: background 0.5s; }
      .section-merge---overview .footer-content p a:after {
        content: '\e81c';
        font-family: 'merritt-icons';
        font-weight: normal;
        display: inline-block;
        margin-left: 5px; }
      .section-merge---overview .footer-content p a:hover, .section-merge---overview .footer-content p a:focus {
        background-color: #0098ae; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .section-merge---overview .features li {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .csstransitions .section-merge---overview .features li.on-screen {
      opacity: 1; } }

.section-interactive-site-plans {
  text-align: center;
  padding: 35px 20px; }
  @media print, screen and (min-width: 61.625em) {
    .section-interactive-site-plans {
      padding: 60px 20px; } }
  .section-interactive-site-plans .buildings-wrapper {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 1380px;
    text-align: left; }
    .section-interactive-site-plans .buildings-wrapper::before, .section-interactive-site-plans .buildings-wrapper::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-interactive-site-plans .buildings-wrapper::after {
      clear: both; }
  .section-interactive-site-plans .buildings {
    background: none;
    border: 0;
    position: relative; }
  .section-interactive-site-plans .building {
    display: block !important;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0; }
    .section-interactive-site-plans .building::before, .section-interactive-site-plans .building::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-interactive-site-plans .building::after {
      clear: both; }
    @media print, screen and (min-width: 61.625em) {
      .section-interactive-site-plans .building {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; } }
    .section-interactive-site-plans .building.is-active {
      visibility: visible;
      position: relative; }
  .section-interactive-site-plans .building-name {
    display: none; }
  .section-interactive-site-plans .buildings-toggle {
    position: relative;
    z-index: 11;
    background: none;
    border: 0;
    border-bottom: 1px solid #97999b;
    margin-bottom: 20px;
    overflow: hidden; }
    @media print, screen and (min-width: 61.625em) {
      .section-interactive-site-plans .buildings-toggle {
        margin-bottom: 30px; } }
    .section-interactive-site-plans .buildings-toggle li {
      background-color: #002f6c;
      border: 0;
      padding: 0;
      min-width: 0;
      position: relative;
      -webkit-transition: background 0.5s;
      transition: background 0.5s; }
      .section-interactive-site-plans .buildings-toggle li:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-right: 10px solid #002351;
        position: absolute;
        top: 0;
        right: 100%;
        z-index: 1;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s; }
        @media (min-width: 650px) {
          .section-interactive-site-plans .buildings-toggle li:before {
            border-top-width: 70px;
            border-right-width: 14px; } }
      .section-interactive-site-plans .buildings-toggle li:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-left: 10px solid #002351;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s; }
        @media (min-width: 650px) {
          .section-interactive-site-plans .buildings-toggle li:after {
            border-top-width: 70px;
            border-left-width: 14px; } }
      .section-interactive-site-plans .buildings-toggle li:hover {
        background-color: #002351; }
      .section-interactive-site-plans .buildings-toggle li:last-child:after, .section-interactive-site-plans .buildings-toggle li:hover:after {
        opacity: 0; }
      .section-interactive-site-plans .buildings-toggle li.is-active, .section-interactive-site-plans .buildings-toggle li.is-active:hover {
        background-color: #64a70b;
        z-index: 2; }
        .section-interactive-site-plans .buildings-toggle li.is-active:before, .section-interactive-site-plans .buildings-toggle li.is-active:hover:before {
          opacity: 1; }
      .section-interactive-site-plans .buildings-toggle li.is-active:hover:after {
        opacity: 1; }
      .section-interactive-site-plans .buildings-toggle li:first-child.is-active:before, .section-interactive-site-plans .buildings-toggle li:last-child.is-active:after {
        display: none; }
      .section-interactive-site-plans .buildings-toggle li a {
        background: none;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        padding: 17px 15px !important;
        width: 140px; }
        @media (min-width: 650px) {
          .section-interactive-site-plans .buildings-toggle li a {
            padding: 27px 15px !important; } }
        @media (min-width: 1200px) {
          .section-interactive-site-plans .buildings-toggle li a {
            width: 200px; } }
        .section-interactive-site-plans .buildings-toggle li a:hover {
          background: none; }
  .section-interactive-site-plans .sidebar {
    width: 100%;
    float: left;
    padding-right: 1.11111rem;
    padding-left: 1.11111rem;
    padding: 0;
    margin-bottom: 20px; }
    .section-interactive-site-plans .sidebar:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 61.625em) {
      .section-interactive-site-plans .sidebar {
        width: 25%;
        float: left;
        padding-right: 1.11111rem;
        padding-left: 1.11111rem;
        padding-left: 0;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
        .section-interactive-site-plans .sidebar:last-child:not(:first-child) {
          float: right; } }
    .section-interactive-site-plans .sidebar .button {
      width: 100%;
      background-color: #00aec7;
      margin-top: 20px; }
      .section-interactive-site-plans .sidebar .button:hover, .section-interactive-site-plans .sidebar .button:focus {
        background-color: #0098ae; }
  .section-interactive-site-plans .address {
    margin-bottom: 20px; }
    .section-interactive-site-plans .address * {
      margin-bottom: 0; }
    .section-interactive-site-plans .address h2,
    .section-interactive-site-plans .address h3,
    .section-interactive-site-plans .address h4,
    .section-interactive-site-plans .address h5,
    .section-interactive-site-plans .address h6 {
      color: #64a70b; }
    .section-interactive-site-plans .address h2,
    .section-interactive-site-plans .address h3 {
      font-size: 40px;
      font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 600;
      letter-spacing: -0.5px;
      line-height: 1; }
    .section-interactive-site-plans .address p {
      color: #002f6c;
      font-size: 18px; }
  .section-interactive-site-plans .building-specs {
    list-style-type: none;
    margin: 0;
    text-align: left; }
    .section-interactive-site-plans .building-specs li {
      border-top: 1px solid #c9cacb;
      font-size: 15px;
      font-family: 'Abitare';
      font-weight: 350;
      line-height: 1.2;
      position: relative;
      padding: 16px 20px 16px 65px; }
      .section-interactive-site-plans .building-specs li:before {
        color: #64a70b;
        font-size: 22px;
        font-family: 'merritt-icons';
        font-weight: normal;
        line-height: 50px;
        text-align: center;
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        margin-top: -25px;
        left: 0; }
      .section-interactive-site-plans .building-specs li:nth-child(odd) {
        background-color: #f2f2f2; }
      .section-interactive-site-plans .building-specs li.availability:before {
        content: '\e91b'; }
      .section-interactive-site-plans .building-specs li.space-available:before {
        content: '\eddf'; }
      .section-interactive-site-plans .building-specs li.space-unavailable:before {
        content: '\ede0';
        color: #ed1c24; }
      .section-interactive-site-plans .building-specs li.size:before {
        content: '\f16f'; }
      .section-interactive-site-plans .building-specs li.clear-height:before {
        content: '\f170'; }
      .section-interactive-site-plans .building-specs li.docks:before {
        content: '\f16c'; }
      .section-interactive-site-plans .building-specs li.drive-in:before {
        content: '\f16b'; }
      .section-interactive-site-plans .building-specs li.power:before {
        content: '\f17d'; }
      .section-interactive-site-plans .building-specs li.truck-court:before {
        content: '\f177';
        font-size: 32px; }
      .section-interactive-site-plans .building-specs li.building-depth:before {
        content: '\f171'; }
      .section-interactive-site-plans .building-specs li.parking:before {
        content: '\f16e'; }
      .section-interactive-site-plans .building-specs li.divisible-space:before {
        content: '\f178'; }
      .section-interactive-site-plans .building-specs li.speed-bay-columns:before {
        content: '\f172'; }
      .section-interactive-site-plans .building-specs li.office:before {
        content: '\f173'; }
      .section-interactive-site-plans .building-specs li.ev-charging:before {
        content: '\f174'; }
      .section-interactive-site-plans .building-specs li.delivery-date:before {
        content: '\f175'; }
    .section-interactive-site-plans .building-specs a {
      text-decoration: none;
      font-weight: 600;
      color: #00aec7;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
      .section-interactive-site-plans .building-specs a:hover, .section-interactive-site-plans .building-specs a:focus {
        color: #008194; }
  .section-interactive-site-plans .site-plan {
    width: 100%;
    float: left;
    padding-right: 1.11111rem;
    padding-left: 1.11111rem;
    padding: 0;
    margin-bottom: 20px;
    position: relative; }
    .section-interactive-site-plans .site-plan:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 61.625em) {
      .section-interactive-site-plans .site-plan {
        width: 75%;
        float: left;
        padding-right: 1.11111rem;
        padding-left: 1.11111rem;
        padding: 0;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
        .section-interactive-site-plans .site-plan:last-child:not(:first-child) {
          float: right; } }
    .section-interactive-site-plans .site-plan p {
      margin-bottom: 0; }
    .section-interactive-site-plans .site-plan .pictarea + br {
      display: none; }
  .section-interactive-site-plans iframe {
    width: calc(100% + 20px);
    height: 600px;
    margin: -20px -10px 0;
    position: relative;
    z-index: 10; }
    @media screen and (min-width: 40.625em) {
      .section-interactive-site-plans iframe {
        height: 900px; } }
    @media print, screen and (min-width: 61.625em) {
      .section-interactive-site-plans iframe {
        margin-top: -93px; } }

.section-interactive-floor-plans {
  text-align: center;
  padding: 35px 20px; }
  @media print, screen and (min-width: 61.625em) {
    .section-interactive-floor-plans {
      padding: 60px 20px; } }
  .section-interactive-floor-plans .buildings-wrapper {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 1380px;
    text-align: left; }
    .section-interactive-floor-plans .buildings-wrapper::before, .section-interactive-floor-plans .buildings-wrapper::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-interactive-floor-plans .buildings-wrapper::after {
      clear: both; }
  .section-interactive-floor-plans .buildings {
    background: none;
    border: 0;
    position: relative; }
  .section-interactive-floor-plans .building {
    display: block !important;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0; }
    .section-interactive-floor-plans .building::before, .section-interactive-floor-plans .building::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-interactive-floor-plans .building::after {
      clear: both; }
    .section-interactive-floor-plans .building.is-active {
      visibility: visible;
      position: relative; }
  .section-interactive-floor-plans .building-name {
    display: none; }
  .section-interactive-floor-plans .buildings-toggle {
    position: relative;
    z-index: 11;
    background: none;
    border: 0;
    border-bottom: 1px solid #97999b;
    margin-bottom: 20px;
    overflow: hidden; }
    @media print, screen and (min-width: 61.625em) {
      .section-interactive-floor-plans .buildings-toggle {
        margin-bottom: 30px; } }
    .section-interactive-floor-plans .buildings-toggle li {
      background-color: #002f6c;
      border: 0;
      padding: 0;
      min-width: 0;
      position: relative;
      -webkit-transition: background 0.5s;
      transition: background 0.5s; }
      .section-interactive-floor-plans .buildings-toggle li:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-right: 10px solid #002351;
        position: absolute;
        top: 0;
        right: 100%;
        z-index: 1;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s; }
        @media (min-width: 650px) {
          .section-interactive-floor-plans .buildings-toggle li:before {
            border-top-width: 70px;
            border-right-width: 14px; } }
      .section-interactive-floor-plans .buildings-toggle li:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-left: 10px solid #002351;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s; }
        @media (min-width: 650px) {
          .section-interactive-floor-plans .buildings-toggle li:after {
            border-top-width: 70px;
            border-left-width: 14px; } }
      .section-interactive-floor-plans .buildings-toggle li:hover {
        background-color: #002351; }
      .section-interactive-floor-plans .buildings-toggle li:last-child:after, .section-interactive-floor-plans .buildings-toggle li:hover:after {
        opacity: 0; }
      .section-interactive-floor-plans .buildings-toggle li.is-active, .section-interactive-floor-plans .buildings-toggle li.is-active:hover {
        background-color: #64a70b;
        z-index: 2; }
        .section-interactive-floor-plans .buildings-toggle li.is-active:before, .section-interactive-floor-plans .buildings-toggle li.is-active:hover:before {
          opacity: 1; }
      .section-interactive-floor-plans .buildings-toggle li.is-active:hover:after {
        opacity: 1; }
      .section-interactive-floor-plans .buildings-toggle li:first-child.is-active:before, .section-interactive-floor-plans .buildings-toggle li:last-child.is-active:after {
        display: none; }
      .section-interactive-floor-plans .buildings-toggle li a {
        background: none;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        padding: 17px 15px !important;
        width: 140px; }
        @media (min-width: 650px) {
          .section-interactive-floor-plans .buildings-toggle li a {
            padding: 27px 15px !important; } }
        @media (min-width: 1200px) {
          .section-interactive-floor-plans .buildings-toggle li a {
            width: 200px; } }
        .section-interactive-floor-plans .buildings-toggle li a:hover {
          background: none; }
  .section-interactive-floor-plans .sidebar {
    width: 100%;
    float: left;
    padding-right: 1.11111rem;
    padding-left: 1.11111rem;
    padding: 0;
    margin-bottom: 20px; }
    .section-interactive-floor-plans .sidebar:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 61.625em) {
      .section-interactive-floor-plans .sidebar {
        width: 25%;
        float: left;
        padding-right: 1.11111rem;
        padding-left: 1.11111rem;
        padding-left: 0;
        margin-bottom: 0; }
        .section-interactive-floor-plans .sidebar:last-child:not(:first-child) {
          float: right; } }
  .section-interactive-floor-plans .featured-image {
    margin-bottom: 10px; }
    .section-interactive-floor-plans .featured-image p {
      margin-bottom: 0; }
    .section-interactive-floor-plans .featured-image br {
      display: none; }
    .section-interactive-floor-plans .featured-image a {
      display: block;
      overflow: hidden;
      background-color: #000; }
      .section-interactive-floor-plans .featured-image a:hover img {
        opacity: 0.7;
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }
      .section-interactive-floor-plans .featured-image a img {
        width: 100%;
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: transform 0.5s, opacity 0.5s;
        transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s; }
  .section-interactive-floor-plans .building-specs {
    list-style-type: none;
    margin: 0;
    text-align: left; }
    .section-interactive-floor-plans .building-specs li {
      border-top: 1px solid #c9cacb;
      font-size: 15px;
      font-family: 'Abitare';
      font-weight: 350;
      line-height: 1.2;
      position: relative;
      padding: 16px 20px 16px 65px; }
      .section-interactive-floor-plans .building-specs li:before {
        color: #64a70b;
        font-size: 22px;
        font-family: 'merritt-icons';
        font-weight: normal;
        line-height: 50px;
        text-align: center;
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        margin-top: -25px;
        left: 0; }
      .section-interactive-floor-plans .building-specs li:nth-child(odd) {
        background-color: #f2f2f2; }
      .section-interactive-floor-plans .building-specs li.availability:before {
        content: '\e91b'; }
      .section-interactive-floor-plans .building-specs li.size:before {
        content: '\f16f'; }
      .section-interactive-floor-plans .building-specs li.clear-height:before {
        content: '\f170'; }
      .section-interactive-floor-plans .building-specs li.docks:before {
        content: '\f16c'; }
      .section-interactive-floor-plans .building-specs li.drive-in:before {
        content: '\f16b'; }
      .section-interactive-floor-plans .building-specs li.power:before {
        content: '\f17d'; }
      .section-interactive-floor-plans .building-specs li.truck-court:before {
        content: '\f177';
        font-size: 32px; }
      .section-interactive-floor-plans .building-specs li.building-depth:before {
        content: '\f171'; }
      .section-interactive-floor-plans .building-specs li.parking:before {
        content: '\f16e'; }
      .section-interactive-floor-plans .building-specs li.divisible-space:before {
        content: '\f178'; }
      .section-interactive-floor-plans .building-specs li.speed-bay-columns:before {
        content: '\f172'; }
      .section-interactive-floor-plans .building-specs li.office:before {
        content: '\f173'; }
      .section-interactive-floor-plans .building-specs li.ev-charging:before {
        content: '\f174'; }
      .section-interactive-floor-plans .building-specs li.delivery-date:before {
        content: '\f175'; }
  .section-interactive-floor-plans .floor-plan {
    width: 100%;
    float: left;
    padding-right: 1.11111rem;
    padding-left: 1.11111rem;
    padding: 0;
    position: relative; }
    .section-interactive-floor-plans .floor-plan:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 61.625em) {
      .section-interactive-floor-plans .floor-plan {
        width: 75%;
        float: left;
        padding-right: 1.11111rem;
        padding-left: 1.11111rem;
        padding: 0; }
        .section-interactive-floor-plans .floor-plan:last-child:not(:first-child) {
          float: right; } }
    .section-interactive-floor-plans .floor-plan .stats {
      position: relative;
      z-index: 50;
      min-height: 70px;
      margin-bottom: 10px; }
      @media print, screen and (min-width: 61.625em) {
        .section-interactive-floor-plans .floor-plan .stats {
          min-height: 90px; } }
      .section-interactive-floor-plans .floor-plan .stats h3 {
        color: #343536;
        background-color: #f2f2f2;
        text-align: center;
        font-size: 24px;
        padding: 20px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media print, screen and (min-width: 61.625em) {
          .section-interactive-floor-plans .floor-plan .stats h3 {
            font-size: 32px;
            height: 90px; } }
        .section-interactive-floor-plans .floor-plan .stats h3:after {
          content: '\e811';
          font-family: 'merritt-icons';
          font-weight: normal;
          line-height: 0;
          color: #00aec7;
          display: inline-block;
          position: relative;
          margin-left: 10px;
          -webkit-animation: bounce 1s infinite alternate;
          animation: bounce 1s infinite alternate; }
      .section-interactive-floor-plans .floor-plan .stats .clear-selection {
        display: none;
        text-align: center;
        margin-bottom: 15px; }
        @media print, screen and (min-width: 61.625em) {
          .section-interactive-floor-plans .floor-plan .stats .clear-selection {
            position: absolute;
            top: -100px;
            right: 0;
            margin-bottom: 0; } }
        .section-interactive-floor-plans .floor-plan .stats .clear-selection .button {
          width: auto;
          padding: 19px;
          font-size: 14px;
          font-family: 'Abitare';
          font-weight: 500;
          letter-spacing: 0.5px;
          background-color: #00aec7; }
          .section-interactive-floor-plans .floor-plan .stats .clear-selection .button:hover, .section-interactive-floor-plans .floor-plan .stats .clear-selection .button:focus {
            background-color: #008194; }
          .section-interactive-floor-plans .floor-plan .stats .clear-selection .button:before {
            content: '\e807';
            font-family: 'merritt-icons';
            font-size: 20px;
            font-weight: normal;
            line-height: 14px;
            vertical-align: middle;
            display: inline-block;
            margin-right: 8px; }
      .section-interactive-floor-plans .floor-plan .stats ul {
        display: none;
        list-style-type: none;
        margin: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: #f2f2f2; }
        @media print, screen and (min-width: 61.625em) {
          .section-interactive-floor-plans .floor-plan .stats ul {
            min-height: 90px; } }
        .section-interactive-floor-plans .floor-plan .stats ul li {
          padding: 0 30px;
          border-right: 2px solid #c9cacb;
          text-align: center;
          margin: 5px 0;
          min-width: 20%; }
          .section-interactive-floor-plans .floor-plan .stats ul li:last-child {
            border-right: 0; }
        .section-interactive-floor-plans .floor-plan .stats ul h4 {
          color: #002f6c;
          font-size: 20px;
          font-weight: 600;
          font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
          text-transform: uppercase;
          margin-bottom: 0;
          white-space: nowrap; }
        .section-interactive-floor-plans .floor-plan .stats ul p {
          display: inline-block;
          color: #00aec7;
          font-size: 40px;
          font-weight: 600;
          font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
          line-height: 1;
          margin-bottom: 0; }
          @media print, screen and (min-width: 61.625em) {
            .section-interactive-floor-plans .floor-plan .stats ul p {
              font-size: 54px; } }
    .section-interactive-floor-plans .floor-plan .leasing-requirement {
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 500px;
      font-weight: 350;
      font-size: 15px;
      line-height: 1.1;
      position: absolute;
      right: 20px;
      margin-left: 20px;
      margin-top: 20px;
      min-height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 10px 15px 10px 45px;
      z-index: 1; }
      @media screen and (min-width: 31.25em) {
        .section-interactive-floor-plans .floor-plan .leasing-requirement {
          padding-left: 50px; } }
      @media print, screen and (min-width: 61.625em) {
        .section-interactive-floor-plans .floor-plan .leasing-requirement {
          right: 40px;
          margin-left: 40px;
          margin-top: 40px; } }
      .section-interactive-floor-plans .floor-plan .leasing-requirement:before {
        content: '\f19d';
        font-family: 'merritt-icons';
        color: #00aec7;
        font-size: 30px;
        line-height: 1;
        display: inline-block;
        position: absolute;
        left: 10px; }
      .section-interactive-floor-plans .floor-plan .leasing-requirement strong {
        font-weight: 650;
        display: block; }
        @media screen and (min-width: 31.25em) {
          .section-interactive-floor-plans .floor-plan .leasing-requirement strong {
            display: inline;
            margin-right: 5px; } }
    .section-interactive-floor-plans .floor-plan p {
      margin-bottom: 0; }
    .section-interactive-floor-plans .floor-plan .pictarea + br {
      display: none; }
  .section-interactive-floor-plans iframe {
    width: calc(100% + 20px);
    height: 600px;
    margin: -20px -10px 0;
    position: relative;
    z-index: 10; }
    @media screen and (min-width: 40.625em) {
      .section-interactive-floor-plans iframe {
        height: 900px; } }
    @media print, screen and (min-width: 61.625em) {
      .section-interactive-floor-plans iframe {
        margin-top: -93px; } }
  .section-interactive-floor-plans .legend {
    margin-top: -5px;
    margin-bottom: 5px; }
    @media screen and (min-width: 43.75em) {
      .section-interactive-floor-plans .legend {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .section-interactive-floor-plans .legend ul {
      list-style-type: none;
      margin: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .section-interactive-floor-plans .legend ul::before, .section-interactive-floor-plans .legend ul::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .section-interactive-floor-plans .legend ul::after {
        clear: both; }
      .section-interactive-floor-plans .legend ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        float: left;
        margin: 12px 30px 12px 0;
        font-size: 15px;
        font-weight: 350; }
        .section-interactive-floor-plans .legend ul li:before {
          content: '';
          display: inline-block;
          width: 30px;
          height: 30px;
          border: 2px solid #b5b6b8;
          margin-right: 15px; }
        .section-interactive-floor-plans .legend ul li.not-available:before {
          background-color: #b5b6b8; }
    .section-interactive-floor-plans .legend .clear-selection {
      display: none;
      margin: 0 auto;
      text-align: center; }
      .section-interactive-floor-plans .legend .clear-selection .button {
        width: auto;
        padding: 19px;
        font-size: 14px;
        font-family: 'Abitare';
        font-weight: 500;
        letter-spacing: 0.5px;
        background-color: #00aec7; }
        .section-interactive-floor-plans .legend .clear-selection .button:hover, .section-interactive-floor-plans .legend .clear-selection .button:focus {
          background-color: #008194; }
        .section-interactive-floor-plans .legend .clear-selection .button:before {
          content: '\e807';
          font-family: 'merritt-icons';
          font-size: 20px;
          font-weight: normal;
          line-height: 14px;
          vertical-align: middle;
          display: inline-block;
          margin-right: 8px; }

.map-tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 15rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #64a70b;
  font-size: 80%;
  color: #fff;
  display: none;
  padding: 15px;
  min-width: 160px;
  max-width: none;
  margin-top: -65px;
  margin-left: -80px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  background-color: #002f6c; }
  .map-tooltip::before {
    position: absolute; }
  .map-tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #64a70b;
    bottom: 100%; }
  .map-tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .map-tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #64a70b transparent transparent;
    top: 100%;
    bottom: auto; }
  .map-tooltip.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .map-tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #64a70b;
    left: 100%; }
  .map-tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .map-tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #64a70b transparent transparent;
    right: 100%;
    left: auto; }
  .map-tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .map-tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .map-tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .map-tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .map-tooltip.align-right::before {
    left: auto;
    right: 10%; }
  .map-tooltip:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #002f6c transparent transparent;
    top: 100%;
    left: 70px;
    bottom: auto; }

.section-animated-maps {
  text-align: center;
  padding: 35px 20px; }
  @media print, screen and (min-width: 61.625em) {
    .section-animated-maps {
      padding: 60px 20px; } }
  .section-animated-maps .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px; }
    .section-animated-maps .content::before, .section-animated-maps .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-animated-maps .content::after {
      clear: both; }
    .section-animated-maps .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-animated-maps .animated-maps {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    list-style-type: none;
    margin: 0 auto; }
    .section-animated-maps .animated-maps::before, .section-animated-maps .animated-maps::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-animated-maps .animated-maps::after {
      clear: both; }
  .section-animated-maps .slick-dots {
    list-style-type: none;
    margin: 10px 0 0;
    display: inline-block;
    padding: 0 15px 15px; }
    .section-animated-maps .slick-dots::before, .section-animated-maps .slick-dots::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-animated-maps .slick-dots::after {
      clear: both; }
    @media print, screen and (min-width: 61.625em) {
      .section-animated-maps .slick-dots {
        position: absolute;
        bottom: 45px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 10;
        padding: 0 15px;
        margin: 0; } }
    .section-animated-maps .slick-dots li {
      float: left;
      width: 20px;
      height: 20px;
      margin: 0 3px;
      border: 2px solid #002f6c;
      border-radius: 100px;
      text-align: left;
      text-indent: -100px;
      overflow: hidden;
      cursor: pointer; }
      .section-animated-maps .slick-dots li button {
        display: none; }
      .section-animated-maps .slick-dots li.slick-active {
        background-color: #002f6c; }

.section-accordion---single-column {
  text-align: center;
  padding: 35px 20px; }
  @media print, screen and (min-width: 61.625em) {
    .section-accordion---single-column {
      padding: 60px 20px; } }
  .section-accordion---single-column .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px; }
    .section-accordion---single-column .content::before, .section-accordion---single-column .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-accordion---single-column .content::after {
      clear: both; }
    .section-accordion---single-column .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-accordion---single-column .accordion {
    list-style-type: none;
    margin: 0 auto;
    width: 1060px;
    max-width: 100%;
    text-align: left; }
    .section-accordion---single-column .accordion > li {
      border-bottom: 1px solid #d7d2cb;
      -webkit-transition: background 0.5s;
      transition: background 0.5s; }
      .section-accordion---single-column .accordion > li:hover {
        background-color: #eaebeb; }
      .section-accordion---single-column .accordion > li:first-child {
        border-top: 1px solid #d7d2cb; }
      .section-accordion---single-column .accordion > li.open {
        background-color: #eaebeb; }
        .section-accordion---single-column .accordion > li.open .accordion-title:after {
          content: '\ea16'; }
    .section-accordion---single-column .accordion .accordion-title {
      font-weight: 500;
      line-height: 1.2;
      margin-bottom: 0;
      position: relative;
      cursor: pointer;
      padding: 15px 50px 15px 15px; }
      .section-accordion---single-column .accordion .accordion-title:after {
        content: '\ea5e';
        font-family: 'merritt-icons';
        color: #64a70b;
        display: block;
        text-align: right;
        position: absolute;
        right: 15px;
        top: 16px; }
    .section-accordion---single-column .accordion .accordion-content {
      display: none;
      font-size: 15px;
      line-height: 1.2;
      padding-left: 15px;
      padding-right: 50px; }

.section-accordion---nested-single-column {
  text-align: center;
  padding: 35px 20px; }
  @media print, screen and (min-width: 61.625em) {
    .section-accordion---nested-single-column {
      padding: 60px 20px; } }
  .section-accordion---nested-single-column .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px; }
    .section-accordion---nested-single-column .content::before, .section-accordion---nested-single-column .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-accordion---nested-single-column .content::after {
      clear: both; }
    .section-accordion---nested-single-column .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-accordion---nested-single-column .accordion-toggle {
    margin: 40px 0 0; }
    .section-accordion---nested-single-column .accordion-toggle:after {
      content: '\e81a';
      font-family: 'merritt-icons';
      display: inline-block;
      margin-left: 5px; }
  .section-accordion---nested-single-column .accordion-wrapper.nested {
    display: none;
    margin-top: -1px; }
  .section-accordion---nested-single-column .accordion {
    list-style-type: none;
    margin: 0 auto;
    width: 1060px;
    max-width: 100%;
    text-align: left; }
    .section-accordion---nested-single-column .accordion > li {
      border-bottom: 1px solid #d7d2cb;
      -webkit-transition: background 0.5s;
      transition: background 0.5s; }
      .section-accordion---nested-single-column .accordion > li:hover {
        background-color: #eaebeb; }
      .section-accordion---nested-single-column .accordion > li:first-child {
        border-top: 1px solid #d7d2cb; }
      .section-accordion---nested-single-column .accordion > li.open {
        background-color: #eaebeb; }
        .section-accordion---nested-single-column .accordion > li.open .accordion-title:after {
          content: '\ea16'; }
    .section-accordion---nested-single-column .accordion .accordion-title {
      font-weight: 500;
      line-height: 1.2;
      margin-bottom: 0;
      position: relative;
      cursor: pointer;
      padding: 15px 50px 15px 15px; }
      .section-accordion---nested-single-column .accordion .accordion-title:after {
        content: '\ea5e';
        font-family: 'merritt-icons';
        color: #64a70b;
        display: block;
        text-align: right;
        position: absolute;
        right: 15px;
        top: 16px; }
    .section-accordion---nested-single-column .accordion .accordion-content {
      display: none;
      font-size: 15px;
      line-height: 1.2;
      padding-left: 15px;
      padding-right: 50px; }

.section-accordion---nested-2-columns {
  text-align: center;
  padding: 35px 20px; }
  @media print, screen and (min-width: 61.625em) {
    .section-accordion---nested-2-columns {
      padding: 60px 20px; } }
  .section-accordion---nested-2-columns .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px; }
    .section-accordion---nested-2-columns .content::before, .section-accordion---nested-2-columns .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-accordion---nested-2-columns .content::after {
      clear: both; }
    .section-accordion---nested-2-columns .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-accordion---nested-2-columns .accordion-toggle {
    margin-bottom: 0; }
    .section-accordion---nested-2-columns .accordion-toggle:after {
      content: '\e81a';
      font-family: 'merritt-icons';
      display: inline-block;
      margin-left: 5px; }
  .section-accordion---nested-2-columns .accordion-wrapper {
    margin: 0 auto;
    width: 1060px;
    max-width: 100%;
    display: none; }
    .section-accordion---nested-2-columns .accordion-wrapper::before, .section-accordion---nested-2-columns .accordion-wrapper::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-accordion---nested-2-columns .accordion-wrapper::after {
      clear: both; }
  .section-accordion---nested-2-columns .accordion {
    list-style-type: none;
    text-align: left;
    margin: 40px 0 0; }
    @media print, screen and (min-width: 61.625em) {
      .section-accordion---nested-2-columns .accordion {
        width: 50%;
        float: left;
        padding-right: 20px; } }
    .section-accordion---nested-2-columns .accordion + .accordion {
      margin-top: -1px; }
      @media print, screen and (min-width: 61.625em) {
        .section-accordion---nested-2-columns .accordion + .accordion {
          padding-left: 20px;
          padding-right: 0;
          margin-top: 40px; } }
    .section-accordion---nested-2-columns .accordion > li {
      border-bottom: 1px solid #d7d2cb;
      -webkit-transition: background 0.5s;
      transition: background 0.5s; }
      .section-accordion---nested-2-columns .accordion > li:hover {
        background-color: #eaebeb; }
      .section-accordion---nested-2-columns .accordion > li:first-child {
        border-top: 1px solid #d7d2cb; }
      .section-accordion---nested-2-columns .accordion > li.open {
        background-color: #eaebeb; }
        .section-accordion---nested-2-columns .accordion > li.open .accordion-title:after {
          content: '\ea16'; }
    .section-accordion---nested-2-columns .accordion .accordion-title {
      font-weight: 500;
      line-height: 1.2;
      margin-bottom: 0;
      position: relative;
      cursor: pointer;
      padding: 15px 50px 15px 15px; }
      .section-accordion---nested-2-columns .accordion .accordion-title:after {
        content: '\ea5e';
        font-family: 'merritt-icons';
        color: #64a70b;
        display: block;
        text-align: right;
        position: absolute;
        right: 15px;
        top: 16px; }
    .section-accordion---nested-2-columns .accordion .accordion-content {
      display: none;
      font-size: 15px;
      line-height: 1.2;
      padding-left: 15px;
      padding-right: 50px; }

.section-mailing-list-signup {
  padding: 35px 20px;
  text-align: center; }
  @media print, screen and (min-width: 61.625em) {
    .section-mailing-list-signup {
      padding: 60px 20px; } }
  .section-mailing-list-signup p:empty {
    display: none; }
  .section-mailing-list-signup .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px; }
    .section-mailing-list-signup .content::before, .section-mailing-list-signup .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-mailing-list-signup .content::after {
      clear: both; }
    .section-mailing-list-signup .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-mailing-list-signup .hbspt-form {
    width: 800px;
    max-width: 100%;
    margin: 0 auto; }
    .section-mailing-list-signup .hbspt-form fieldset {
      max-width: none; }
    .section-mailing-list-signup .hbspt-form fieldset.form-columns-2 {
      margin-left: -5px;
      margin-right: -5px; }
      .section-mailing-list-signup .hbspt-form fieldset.form-columns-2 > div {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px; }
        @media (min-width: 500px) {
          .section-mailing-list-signup .hbspt-form fieldset.form-columns-2 > div {
            width: 50%; } }
      .section-mailing-list-signup .hbspt-form fieldset.form-columns-2 .input {
        margin-right: 0; }
    .section-mailing-list-signup .hbspt-form .field {
      margin-bottom: 10px; }
      .section-mailing-list-signup .hbspt-form .field > label {
        display: none; }
    .section-mailing-list-signup .hbspt-form input[type='text'],
    .section-mailing-list-signup .hbspt-form input[type='email'] {
      border: 0;
      margin: 0;
      color: #343536; }
    .section-mailing-list-signup .hbspt-form .hs-error-msgs {
      list-style-type: none;
      margin: 5px 0 10px; }
      .section-mailing-list-signup .hbspt-form .hs-error-msgs label {
        color: #fc8500;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.1; }
    .section-mailing-list-signup .hbspt-form input[type='submit'] {
      border: 0;
      margin-top: 20px; }

.section-leadership {
  background: none;
  padding: 35px 20px 5px;
  text-align: center; }
  @media print, screen and (min-width: 61.625em) {
    .section-leadership {
      padding: 60px 20px; } }
  .section-leadership.lazy-loaded {
    background: #edeeee url("/themes/custom/merritt/img/bg-leadership.jpg") no-repeat left center; }
  .section-leadership .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px; }
    .section-leadership .content::before, .section-leadership .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-leadership .content::after {
      clear: both; }
    .section-leadership .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-leadership .staff-members {
    list-style-type: none;
    margin: 0 auto;
    width: 1200px;
    max-width: 100%; }
    .section-leadership .staff-members li {
      margin-bottom: 30px;
      text-align: center; }
      .section-leadership .staff-members li::before, .section-leadership .staff-members li::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .section-leadership .staff-members li::after {
        clear: both; }
      @media print, screen and (min-width: 61.625em) {
        .section-leadership .staff-members li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-bottom: 10px;
          text-align: left; } }
    .section-leadership .staff-members .featured-image {
      margin-bottom: 15px; }
      @media print, screen and (min-width: 61.625em) {
        .section-leadership .staff-members .featured-image {
          float: left;
          width: 50%;
          -ms-flex-item-align: start;
          align-self: flex-start;
          margin-bottom: 0; } }
    @media print, screen and (min-width: 61.625em) {
      .section-leadership .staff-members .staff-bio {
        float: left;
        width: 50%;
        padding-left: 30px; } }
    .section-leadership .staff-members .staff-bio h3 {
      font-size: 36px;
      margin-bottom: 0; }
    .section-leadership .staff-members .staff-bio h4 {
      font-weight: 150;
      margin-bottom: 25px; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .section-leadership .staff-members li .featured-image {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s; }
  .csstransitions .section-leadership .staff-members li .staff-bio {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s; }
  .csstransitions .section-leadership .staff-members li.on-screen .featured-image,
  .csstransitions .section-leadership .staff-members li.on-screen .staff-bio {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.section-staff-members {
  text-align: center;
  padding: 35px 20px; }
  @media print, screen and (min-width: 61.625em) {
    .section-staff-members {
      padding: 60px 20px; } }
  .section-staff-members .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px; }
    .section-staff-members .content::before, .section-staff-members .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-staff-members .content::after {
      clear: both; }
    .section-staff-members .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-staff-members .staff-wrapper {
    position: relative;
    padding: 0 35px; }
    @media print, screen and (min-width: 87.5em) {
      .section-staff-members .staff-wrapper {
        padding: 0 75px; } }
  .section-staff-members .staff-members {
    list-style-type: none;
    width: 1530px;
    max-width: 100%;
    margin: 0 auto; }
    .section-staff-members .staff-members::before, .section-staff-members .staff-members::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-staff-members .staff-members::after {
      clear: both; }
    .section-staff-members .staff-members li {
      padding: 0 15px; }
    .section-staff-members .staff-members a {
      display: block;
      outline: none;
      text-decoration: none;
      color: #343536; }
      .section-staff-members .staff-members a:hover img {
        opacity: 0.75; }
    .section-staff-members .staff-members .featured-image {
      background-color: #fff; }
      .section-staff-members .staff-members .featured-image img {
        width: 100%;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s; }
    .section-staff-members .staff-members h3 {
      color: #343536;
      margin-top: 15px;
      margin-bottom: 0;
      font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 20px;
      font-weight: 500;
      text-transform: none; }
    .section-staff-members .staff-members p {
      line-height: 1.2;
      margin-bottom: 0; }
  .section-staff-members .slick-slider,
  .section-staff-members .slick-list,
  .section-staff-members .slick-track {
    position: static; }
  .section-staff-members .slick-prev,
  .section-staff-members .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    outline: none;
    width: 50px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    text-align: center;
    font-size: 64px;
    color: #002f6c;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .section-staff-members .slick-prev:hover, .section-staff-members .slick-prev:focus,
    .section-staff-members .slick-next:hover,
    .section-staff-members .slick-next:focus {
      color: #64a70b; }
    .section-staff-members .slick-prev:before,
    .section-staff-members .slick-next:before {
      font-family: 'merritt-icons';
      display: block;
      height: 50px; }
  .section-staff-members .slick-prev {
    left: -10px; }
    @media print, screen and (min-width: 87.5em) {
      .section-staff-members .slick-prev {
        left: 30px; } }
    .section-staff-members .slick-prev:before {
      content: '\e812'; }
  .section-staff-members .slick-next {
    right: -10px; }
    @media print, screen and (min-width: 87.5em) {
      .section-staff-members .slick-next {
        right: 30px; } }
    .section-staff-members .slick-next:before {
      content: '\e813'; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .section-staff-members .staff-members {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .csstransitions .section-staff-members .staff-members.on-screen {
      opacity: 1; } }

.section-awards {
  padding: 35px 20px;
  text-align: center; }
  @media print, screen and (min-width: 61.625em) {
    .section-awards {
      padding: 60px 20px; } }
  .section-awards .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px; }
    .section-awards .content::before, .section-awards .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-awards .content::after {
      clear: both; }
    .section-awards .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-awards .awards-wrapper {
    width: 1550px;
    max-width: 100%;
    margin: 0 auto; }
  .section-awards .awards {
    list-style-type: none;
    width: 500px;
    max-width: 100%;
    margin: 0 auto; }
    .section-awards .awards::before, .section-awards .awards::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-awards .awards::after {
      clear: both; }
    .section-awards .awards > li {
      float: left;
      width: 100%; }
      .section-awards .awards > li:nth-of-type(1n) {
        clear: none; }
      .section-awards .awards > li:nth-of-type(1n+1) {
        clear: both; }
      .section-awards .awards > li:last-child {
        float: left; }
    @media print, screen and (min-width: 61.625em) {
      .section-awards .awards {
        margin: 0 -12px;
        width: auto; }
        .section-awards .awards > li {
          float: left;
          width: 33.33333%;
          padding-right: 0.66667rem;
          padding-left: 0.66667rem; }
          .section-awards .awards > li:nth-of-type(1n) {
            clear: none; }
          .section-awards .awards > li:nth-of-type(3n+1) {
            clear: both; }
          .section-awards .awards > li:last-child {
            float: left; } }
    .section-awards .awards a {
      display: block;
      text-decoration: none;
      color: #343536;
      border-top: 1px solid #cbcccd;
      padding: 15px 0; }
      .section-awards .awards a:hover .award-info {
        background-color: #eaebeb; }
    .section-awards .awards .featured-image {
      background-color: #343536; }
      .section-awards .awards .featured-image img {
        width: 100%; }
    @media print, screen and (min-width: 61.625em) {
      .section-awards .awards.featured a {
        border-top: 0;
        padding-top: 0; } }
    .section-awards .awards.featured li:first-child a {
      border-top: 0;
      padding-top: 0; }
  .section-awards .award-info {
    padding: 15px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s; }
    .section-awards .award-info h4 {
      color: #343536;
      font-weight: 500;
      font-size: 20px; }
    .section-awards .award-info p {
      margin-bottom: 0; }
  @media print, screen and (min-width: 61.625em) {
    .section-awards footer {
      margin-top: 20px; } }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .section-awards li {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .csstransitions .section-awards li.on-screen {
      opacity: 1; } }

.section-news {
  text-align: center;
  padding: 60px 20px;
  position: relative;
  overflow: hidden; }
  @media print, screen and (min-width: 61.625em) {
    .section-news {
      padding: 150px 20px; } }
  .section-news .background {
    background-color: #eaebeb;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    bottom: -100px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (min-width: 600px) {
      .section-news .background {
        background-size: 100% auto; } }
  .section-news .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    position: relative;
    z-index: 1; }
    .section-news .content::before, .section-news .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-news .content::after {
      clear: both; }
    @media print, screen and (min-width: 61.625em) {
      .section-news .content {
        margin-top: -90px; } }
    .section-news .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-news .news-wrapper {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 30px 20px;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    .section-news .news-wrapper::before, .section-news .news-wrapper::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-news .news-wrapper::after {
      clear: both; }
    @media print, screen and (min-width: 61.625em) {
      .section-news .news-wrapper {
        padding: 40px 60px; } }
    .section-news .news-wrapper * {
      color: #343536; }
  .section-news .latest-news {
    list-style-type: none;
    margin: 0;
    padding-top: 45px;
    padding-bottom: 25px;
    position: relative; }
    @media print, screen and (min-width: 61.625em) {
      .section-news .latest-news {
        padding-top: 70px;
        padding-bottom: 50px; } }
    .section-news .latest-news .slick-dots {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      list-style-type: none;
      margin: 0 auto; }
      .section-news .latest-news .slick-dots::before, .section-news .latest-news .slick-dots::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .section-news .latest-news .slick-dots::after {
        clear: both; }
      .section-news .latest-news .slick-dots li {
        float: left;
        margin: 0 3px; }
        .section-news .latest-news .slick-dots li.slick-active button {
          background-color: #002f6c; }
      .section-news .latest-news .slick-dots button {
        outline: none;
        width: 20px;
        height: 20px;
        border: 2px solid #002f6c;
        border-radius: 500px;
        text-indent: 100px;
        overflow: hidden; }
    .section-news .latest-news a {
      text-decoration: none;
      outline: none; }
      .section-news .latest-news a:hover h3 {
        color: #64a70b; }
    .section-news .latest-news h3 {
      margin-bottom: 10px;
      font-size: 36px;
      line-height: 0.85;
      color: #002f6c;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
    .section-news .latest-news p {
      margin-bottom: 0;
      line-height: 1.2; }
  .section-news footer p {
    margin-bottom: 0; }
  .section-news .view-all {
    font-size: 16px;
    font-weight: 350;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .section-news .view-all:hover {
      color: #64a70b; }
    .section-news .view-all:after {
      content: '\e81c';
      font-family: 'merritt-icons';
      display: inline-block;
      margin-left: 5px; }

.section-map .geolocation-map-container,
.section-map---static .geolocation-map-container {
  height: 300px !important; }
  @media print, screen and (min-width: 61.625em) {
    .section-map .geolocation-map-container,
    .section-map---static .geolocation-map-container {
      height: 600px !important; } }

.section-map .gm-style-iw-c,
.section-map---static .gm-style-iw-c {
  border-radius: 5px;
  padding: 15px 25px 15px 15px !important; }
  .section-map .gm-style-iw-c .gm-style-iw-d,
  .section-map---static .gm-style-iw-c .gm-style-iw-d {
    overflow: hidden !important; }
  .section-map .gm-style-iw-c h3,
  .section-map---static .gm-style-iw-c h3 {
    font-size: 30px;
    margin: 0 0 10px; }
  .section-map .gm-style-iw-c h4,
  .section-map---static .gm-style-iw-c h4 {
    font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: -10px 0 10px; }
  .section-map .gm-style-iw-c p,
  .section-map---static .gm-style-iw-c p {
    font-size: 16px;
    margin-bottom: 0; }
  .section-map .gm-style-iw-c .directions,
  .section-map---static .gm-style-iw-c .directions {
    margin-top: 10px;
    line-height: 1; }
    .section-map .gm-style-iw-c .directions a,
    .section-map---static .gm-style-iw-c .directions a {
      text-decoration: none;
      font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 600;
      font-size: 18px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      color: #64a70b; }
      .section-map .gm-style-iw-c .directions a:after,
      .section-map---static .gm-style-iw-c .directions a:after {
        content: '\e813';
        font-family: 'merritt-icons';
        font-weight: normal;
        display: inline-block;
        margin-left: 5px; }
      .section-map .gm-style-iw-c .directions a:hover,
      .section-map---static .gm-style-iw-c .directions a:hover {
        color: #477708; }

.section-merritt-companies {
  padding: 35px 0 25px;
  text-align: center; }
  @media print, screen and (min-width: 61.625em) {
    .section-merritt-companies {
      padding: 70px 0 60px; } }
  .section-merritt-companies h2 {
    padding: 0 20px; }
    @media print, screen and (min-width: 61.625em) {
      .section-merritt-companies h2 {
        margin-bottom: 35px; } }
    .section-merritt-companies h2 a[href*='companies'] {
      display: inline-block;
      width: 270px;
      max-width: 100%;
      height: 75px;
      background: none;
      text-decoration: none;
      text-indent: -999px;
      overflow: hidden; }
      .section-merritt-companies h2 a[href*='companies'].lazy-loaded {
        background: url("/themes/custom/merritt/img/merritt-companies.png") no-repeat center;
        background-size: contain; }
  .section-merritt-companies .companies {
    list-style-type: none;
    margin: 0 auto;
    width: 100%;
    max-width: 650px; }
    .section-merritt-companies .companies::before, .section-merritt-companies .companies::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-merritt-companies .companies::after {
      clear: both; }
    @media print, screen and (min-width: 61.625em) {
      .section-merritt-companies .companies {
        max-width: 1000px; } }
    .section-merritt-companies .companies li {
      float: left;
      width: 33.33%;
      padding: 15px; }
      .section-merritt-companies .companies li:nth-child(2) {
        border-left: 1px solid #d7d2cb;
        border-right: 1px solid #d7d2cb; }
    .section-merritt-companies .companies a {
      display: inline-block;
      width: 172px;
      max-width: 100%;
      height: 110px;
      background: no-repeat center;
      background-size: contain;
      text-decoration: none;
      text-indent: -999px;
      overflow: hidden;
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
      @media print, screen and (min-width: 61.625em) {
        .section-merritt-companies .companies a {
          height: 185px; } }
      .section-merritt-companies .companies a:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
    .section-merritt-companies .companies a[href*='properties'].lazy-loaded {
      background-image: url("/themes/custom/merritt/img/merritt-properties.png"); }
    .section-merritt-companies .companies a[href*='construction'].lazy-loaded {
      background-image: url("/themes/custom/merritt/img/merritt-construction.png"); }
    .section-merritt-companies .companies a[href*='clubs'].lazy-loaded {
      background-image: url("/themes/custom/merritt/img/merritt-clubs.png"); }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .section-merritt-companies .companies li {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s; }
    .csstransitions .section-merritt-companies .companies li.on-screen {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1; } }

.section-featured-testimonial {
  padding: 60px 20px;
  position: relative;
  overflow: hidden; }
  @media print, screen and (min-width: 61.625em) {
    .section-featured-testimonial {
      padding: 150px 20px; } }
  .section-featured-testimonial .background {
    background-color: #eaebeb;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    bottom: -100px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (min-width: 600px) {
      .section-featured-testimonial .background {
        background-size: 100% auto; } }
  .section-featured-testimonial .testimonial {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 30px 20px;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1; }
    .section-featured-testimonial .testimonial::before, .section-featured-testimonial .testimonial::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-featured-testimonial .testimonial::after {
      clear: both; }
    @media print, screen and (min-width: 61.625em) {
      .section-featured-testimonial .testimonial {
        padding: 60px 60px 40px;
        text-align: left; } }
    .section-featured-testimonial .testimonial * {
      color: #343536; }
  @media print, screen and (min-width: 61.625em) {
    .section-featured-testimonial h2 {
      font-size: 50px; } }
  .section-featured-testimonial .featured-image {
    display: inline-block;
    border-radius: 500px;
    overflow: hidden;
    margin-bottom: 20px;
    width: 250px;
    max-width: 100%; }
    @media print, screen and (min-width: 61.625em) {
      .section-featured-testimonial .featured-image {
        float: left;
        margin-right: 25px;
        max-width: 33%; } }
  .section-featured-testimonial .testimonial-content {
    overflow: hidden; }

.section-testimonials {
  text-align: center;
  padding: 35px 20px; }
  @media print, screen and (min-width: 61.625em) {
    .section-testimonials {
      padding: 60px 20px; } }
  .section-testimonials .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px; }
    .section-testimonials .content::before, .section-testimonials .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-testimonials .content::after {
      clear: both; }
    .section-testimonials .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-testimonials .testimonials-wrapper {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto; }
  .section-testimonials .testimonials {
    list-style-type: none; }
    .section-testimonials .testimonials::before, .section-testimonials .testimonials::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-testimonials .testimonials::after {
      clear: both; }
    @media print, screen and (min-width: 61.625em) {
      .section-testimonials .testimonials {
        margin: 0 -20px; }
        .section-testimonials .testimonials > li {
          float: left;
          width: 33.33333%;
          padding-right: 1.11111rem;
          padding-left: 1.11111rem; }
          .section-testimonials .testimonials > li:nth-of-type(1n) {
            clear: none; }
          .section-testimonials .testimonials > li:nth-of-type(3n+1) {
            clear: both; }
          .section-testimonials .testimonials > li:last-child {
            float: left; } }
    .section-testimonials .testimonials li {
      margin-bottom: 40px; }
      @media print, screen and (min-width: 61.625em) {
        .section-testimonials .testimonials li {
          margin-bottom: 20px; } }
    .section-testimonials .testimonials .featured-image {
      overflow: hidden;
      position: relative; }
      .section-testimonials .testimonials .featured-image a {
        display: inline-block;
        outline: none; }
      .section-testimonials .testimonials .featured-image.has-video a:before {
        content: '\ed31';
        font-family: 'merritt-icons';
        color: #64a70b;
        font-size: 70px;
        line-height: 50px;
        text-align: center;
        display: inline-block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -35px;
        margin-left: -25px;
        background-color: #fff;
        text-indent: -13px;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s; }
      .section-testimonials .testimonials .featured-image.has-video a:hover:before {
        -webkit-transform: scale(1.2);
        transform: scale(1.2); }
      .section-testimonials .testimonials .featured-image img {
        margin-bottom: 20px;
        border-radius: 500px; }
    .section-testimonials .testimonials h4 {
      color: #343536;
      font-size: 20px; }
    .section-testimonials .testimonials p {
      font-size: 15px;
      line-height: 1.2;
      width: 350px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .section-testimonials .testimonials li {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s; }
    .csstransitions .section-testimonials .testimonials li.on-screen {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1; } }

.section-photo-gallery {
  text-align: center;
  padding: 35px 20px; }
  @media print, screen and (min-width: 61.625em) {
    .section-photo-gallery {
      padding: 60px 20px; } }
  .section-photo-gallery .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px; }
    .section-photo-gallery .content::before, .section-photo-gallery .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-photo-gallery .content::after {
      clear: both; }
    .section-photo-gallery .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-photo-gallery .sections {
    width: 100%;
    max-width: 1510px;
    margin: 0 auto; }
    .section-photo-gallery .sections h3 {
      color: #343536;
      font-weight: 600;
      margin-top: 10px; }
      @media print, screen and (min-width: 61.625em) {
        .section-photo-gallery .sections h3 {
          font-size: 50px; } }
    .section-photo-gallery .sections .photo a {
      display: block;
      overflow: hidden;
      background-color: #000; }
      .section-photo-gallery .sections .photo a:hover img {
        opacity: 0.7;
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }
      .section-photo-gallery .sections .photo a img {
        width: 100%;
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: transform 0.5s, opacity 0.5s;
        transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s; }
  .section-photo-gallery .photos-large-2-small::before, .section-photo-gallery .photos-large-2-small::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .section-photo-gallery .photos-large-2-small::after {
    clear: both; }
  @media print, screen and (min-width: 61.625em) {
    .section-photo-gallery .photos-large-2-small {
      margin-right: -5px; } }
  .section-photo-gallery .photos-large-2-small .large::before, .section-photo-gallery .photos-large-2-small .large::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .section-photo-gallery .photos-large-2-small .large::after {
    clear: both; }
  @media print, screen and (min-width: 61.625em) {
    .section-photo-gallery .photos-large-2-small .large {
      width: 66.6666%;
      float: left; } }
  .section-photo-gallery .photos-large-2-small .large .photo {
    padding-bottom: 10px; }
    @media print, screen and (min-width: 61.625em) {
      .section-photo-gallery .photos-large-2-small .large .photo {
        padding-right: 5px; } }
  .section-photo-gallery .photos-large-2-small .small::before, .section-photo-gallery .photos-large-2-small .small::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .section-photo-gallery .photos-large-2-small .small::after {
    clear: both; }
  @media print, screen and (min-width: 61.625em) {
    .section-photo-gallery .photos-large-2-small .small {
      width: 33.3333%;
      float: right; } }
  .section-photo-gallery .photos-large-2-small .small .photo {
    padding-bottom: 10px;
    padding-right: 5px;
    width: 50%;
    float: left; }
    @media print, screen and (min-width: 61.625em) {
      .section-photo-gallery .photos-large-2-small .small .photo {
        padding-left: 5px;
        width: 100%;
        float: none; } }
    .section-photo-gallery .photos-large-2-small .small .photo:last-child {
      padding-right: 0;
      padding-left: 5px; }
      @media print, screen and (min-width: 61.625em) {
        .section-photo-gallery .photos-large-2-small .small .photo:last-child {
          padding-right: 5px; } }
  .section-photo-gallery .photos-2-small-large::before, .section-photo-gallery .photos-2-small-large::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .section-photo-gallery .photos-2-small-large::after {
    clear: both; }
  @media print, screen and (min-width: 61.625em) {
    .section-photo-gallery .photos-2-small-large {
      margin-left: -5px; } }
  .section-photo-gallery .photos-2-small-large .small::before, .section-photo-gallery .photos-2-small-large .small::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .section-photo-gallery .photos-2-small-large .small::after {
    clear: both; }
  @media print, screen and (min-width: 61.625em) {
    .section-photo-gallery .photos-2-small-large .small {
      width: 33.3333%;
      float: left; } }
  .section-photo-gallery .photos-2-small-large .small .photo {
    padding-bottom: 10px;
    padding-right: 5px;
    width: 50%;
    float: left; }
    @media print, screen and (min-width: 61.625em) {
      .section-photo-gallery .photos-2-small-large .small .photo {
        padding-left: 5px;
        width: 100%;
        float: none; } }
    .section-photo-gallery .photos-2-small-large .small .photo:last-child {
      padding-right: 0;
      padding-left: 5px; }
      @media print, screen and (min-width: 61.625em) {
        .section-photo-gallery .photos-2-small-large .small .photo:last-child {
          padding-right: 5px; } }
  .section-photo-gallery .photos-2-small-large .large::before, .section-photo-gallery .photos-2-small-large .large::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .section-photo-gallery .photos-2-small-large .large::after {
    clear: both; }
  @media print, screen and (min-width: 61.625em) {
    .section-photo-gallery .photos-2-small-large .large {
      width: 66.6666%;
      float: right; } }
  .section-photo-gallery .photos-2-small-large .large .photo {
    padding-bottom: 10px; }
    @media print, screen and (min-width: 61.625em) {
      .section-photo-gallery .photos-2-small-large .large .photo {
        padding-left: 5px; } }
  .section-photo-gallery .photos-2-across,
  .section-photo-gallery .photos-3-across {
    margin: 0 -5px; }
    .section-photo-gallery .photos-2-across::before, .section-photo-gallery .photos-2-across::after,
    .section-photo-gallery .photos-3-across::before,
    .section-photo-gallery .photos-3-across::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-photo-gallery .photos-2-across::after,
    .section-photo-gallery .photos-3-across::after {
      clear: both; }
    .section-photo-gallery .photos-2-across > .photo,
    .section-photo-gallery .photos-3-across > .photo {
      float: left;
      width: 50%;
      padding-right: 0.27778rem;
      padding-left: 0.27778rem; }
      .section-photo-gallery .photos-2-across > .photo:nth-of-type(1n),
      .section-photo-gallery .photos-3-across > .photo:nth-of-type(1n) {
        clear: none; }
      .section-photo-gallery .photos-2-across > .photo:nth-of-type(2n+1),
      .section-photo-gallery .photos-3-across > .photo:nth-of-type(2n+1) {
        clear: both; }
      .section-photo-gallery .photos-2-across > .photo:last-child,
      .section-photo-gallery .photos-3-across > .photo:last-child {
        float: left; }
    .section-photo-gallery .photos-2-across .photo,
    .section-photo-gallery .photos-3-across .photo {
      padding-bottom: 10px; }
  @media print, screen and (min-width: 61.625em) {
    .section-photo-gallery .photos-3-across > .photo {
      float: left;
      width: 33.33333%;
      padding-right: 0.27778rem;
      padding-left: 0.27778rem; }
      .section-photo-gallery .photos-3-across > .photo:nth-of-type(1n) {
        clear: none; }
      .section-photo-gallery .photos-3-across > .photo:nth-of-type(3n+1) {
        clear: both; }
      .section-photo-gallery .photos-3-across > .photo:last-child {
        float: left; } }
  .section-photo-gallery .photo-1-large .photo {
    padding-bottom: 10px; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .section-photo-gallery .photo {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s; }
    .csstransitions .section-photo-gallery .photo.on-screen {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1; } }

.section-property-list,
.section-property-grid {
  background-color: #f2f2f2;
  text-align: center;
  padding: 35px 20px; }
  @media print, screen and (min-width: 61.625em) {
    .section-property-list,
    .section-property-grid {
      padding: 60px 20px; } }
  .section-property-list .content,
  .section-property-grid .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px; }
    .section-property-list .content::before, .section-property-list .content::after,
    .section-property-grid .content::before,
    .section-property-grid .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-property-list .content::after,
    .section-property-grid .content::after {
      clear: both; }
    .section-property-list .content ul,
    .section-property-grid .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-property-list .row,
  .section-property-grid .row {
    margin-bottom: -30px; }
  .section-property-list .properties a:hover,
  .section-property-grid .properties a:hover {
    background-color: #e6e6e6; }

.section-available-space,
.section-available-space---static {
  text-align: center;
  padding: 35px 20px; }
  @media print, screen and (min-width: 61.625em) {
    .section-available-space,
    .section-available-space---static {
      padding: 60px 20px; } }
  .section-available-space .content,
  .section-available-space---static .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px; }
    .section-available-space .content::before, .section-available-space .content::after,
    .section-available-space---static .content::before,
    .section-available-space---static .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-available-space .content::after,
    .section-available-space---static .content::after {
      clear: both; }
    .section-available-space .content ul,
    .section-available-space---static .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-available-space .property:not([style*='none']) ~ footer,
  .section-available-space---static .property:not([style*='none']) ~ footer {
    display: none; }
  .section-available-space .no-results,
  .section-available-space---static .no-results {
    margin-bottom: 10px; }
  .section-available-space .property,
  .section-available-space---static .property {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto; }
    .section-available-space .property:last-child,
    .section-available-space---static .property:last-child {
      margin-bottom: 10px; }
    .section-available-space .property .table-header,
    .section-available-space---static .property .table-header {
      background: #5d5d5e;
      padding: 13px 55px 13px 20px;
      border-top: 1px solid #fff;
      cursor: pointer;
      position: relative;
      -webkit-transition: background-color 0.5s;
      transition: background-color 0.5s; }
      .section-available-space .property .table-header::before, .section-available-space .property .table-header::after,
      .section-available-space---static .property .table-header::before,
      .section-available-space---static .property .table-header::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .section-available-space .property .table-header::after,
      .section-available-space---static .property .table-header::after {
        clear: both; }
      .section-available-space .property .table-header:hover,
      .section-available-space---static .property .table-header:hover {
        background-color: #64a70b; }
      .section-available-space .property .table-header:after,
      .section-available-space---static .property .table-header:after {
        content: '\ea5e';
        font-family: 'merritt-icons';
        color: #fff;
        font-size: 18px;
        line-height: 18px;
        display: block;
        width: 18px;
        height: 18px;
        text-align: right;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -9px; }
      .section-available-space .property .table-header h3,
      .section-available-space---static .property .table-header h3 {
        font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        color: #fff;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 600;
        text-align: left;
        margin-bottom: 0; }
        @media print, screen and (min-width: 61.625em) {
          .section-available-space .property .table-header h3,
          .section-available-space---static .property .table-header h3 {
            float: left;
            width: 75%; } }
        .section-available-space .property .table-header h3 a,
        .section-available-space---static .property .table-header h3 a {
          display: inline-block;
          width: 20px;
          height: 20px;
          margin-left: 8px;
          overflow: hidden;
          font-family: 'merritt-icons';
          font-weight: normal;
          font-size: 16px;
          line-height: 20px;
          text-align: center;
          text-decoration: none;
          color: rgba(255, 255, 255, 0.5);
          vertical-align: middle;
          position: relative;
          top: -2px;
          -webkit-transition: color 0.5s;
          transition: color 0.5s; }
          .section-available-space .property .table-header h3 a:hover, .section-available-space .property .table-header h3 a:focus,
          .section-available-space---static .property .table-header h3 a:hover,
          .section-available-space---static .property .table-header h3 a:focus {
            color: #fff; }
          .section-available-space .property .table-header h3 a:before,
          .section-available-space---static .property .table-header h3 a:before {
            content: '\e91c';
            display: block; }
      .section-available-space .property .table-header p,
      .section-available-space---static .property .table-header p {
        color: #fff;
        font-size: 16px;
        font-weight: 350;
        text-align: left;
        margin-bottom: 0; }
        @media print, screen and (min-width: 61.625em) {
          .section-available-space .property .table-header p,
          .section-available-space---static .property .table-header p {
            float: right;
            width: 25%;
            text-align: right; } }
    .section-available-space .property:nth-child(even) .header,
    .section-available-space---static .property:nth-child(even) .header {
      background-color: #858686; }
    .section-available-space .property.open .table-header,
    .section-available-space---static .property.open .table-header {
      background-color: #64a70b; }
      .section-available-space .property.open .table-header:after,
      .section-available-space---static .property.open .table-header:after {
        content: '\ea16'; }
    .section-available-space .property.open + .property .table-header,
    .section-available-space---static .property.open + .property .table-header {
      border-top: 0; }
    .section-available-space .property .table-wrapper,
    .section-available-space---static .property .table-wrapper {
      display: none; }
    .section-available-space .property table,
    .section-available-space---static .property table {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto; }
      .section-available-space .property table thead,
      .section-available-space---static .property table thead {
        background-color: #d6d6d6;
        border-bottom: 1px solid #bababb;
        padding: 14px 10px; }
        .section-available-space .property table thead th,
        .section-available-space---static .property table thead th {
          color: #343536;
          font-weight: 500;
          font-size: 22px; }
      .section-available-space .property table tr.striped,
      .section-available-space---static .property table tr.striped {
        background-color: #f2f2f2; }
      .section-available-space .property table tr.not-striped,
      .section-available-space---static .property table tr.not-striped {
        background-color: #fff; }
      @media (max-width: 700px) {
        .section-available-space .property table #view-field-unit-ramps-table-column,
        .section-available-space .property table #view-field-unit-docks-table-column,
        .section-available-space .property table #view-field-unit-drive-ins-table-column,
        .section-available-space .property table td[headers='view-field-unit-ramps-table-column'],
        .section-available-space .property table td[headers='view-field-unit-docks-table-column'],
        .section-available-space .property table td[headers='view-field-unit-drive-ins-table-column'],
        .section-available-space---static .property table #view-field-unit-ramps-table-column,
        .section-available-space---static .property table #view-field-unit-docks-table-column,
        .section-available-space---static .property table #view-field-unit-drive-ins-table-column,
        .section-available-space---static .property table td[headers='view-field-unit-ramps-table-column'],
        .section-available-space---static .property table td[headers='view-field-unit-docks-table-column'],
        .section-available-space---static .property table td[headers='view-field-unit-drive-ins-table-column'] {
          display: none; } }
      .section-available-space .property table th[id^='view-field-360-vr-1-table-column'],
      .section-available-space .property table td[headers^='view-field-360-vr-1-table-column'],
      .section-available-space---static .property table th[id^='view-field-360-vr-1-table-column'],
      .section-available-space---static .property table td[headers^='view-field-360-vr-1-table-column'] {
        display: none; }
      .section-available-space .property table a,
      .section-available-space---static .property table a {
        color: #64a70b;
        text-decoration: none;
        font-weight: 800; }
      .section-available-space .property table td a[href$='.pdf'],
      .section-available-space---static .property table td a[href$='.pdf'] {
        display: inline-block;
        width: 20px;
        height: 20px;
        overflow: hidden;
        text-align: center;
        line-height: 20px;
        font-size: 20px;
        font-weight: normal;
        color: #64a70b;
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
        .section-available-space .property table td a[href$='.pdf']:hover,
        .section-available-space---static .property table td a[href$='.pdf']:hover {
          color: #568f09; }
        .section-available-space .property table td a[href$='.pdf']:before,
        .section-available-space---static .property table td a[href$='.pdf']:before {
          content: '\e8ff';
          font-family: 'merritt-icons';
          display: block;
          height: 20px; }
      .section-available-space .property table td a.vr-tour,
      .section-available-space---static .property table td a.vr-tour {
        display: block;
        margin: -11px auto -12px;
        width: 36px;
        height: 36px;
        overflow: hidden;
        text-align: center;
        line-height: 36px;
        font-size: 36px;
        font-weight: normal;
        color: #00b1cb;
        outline: none;
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
        .section-available-space .property table td a.vr-tour:hover,
        .section-available-space---static .property table td a.vr-tour:hover {
          color: #009bb2; }
        .section-available-space .property table td a.vr-tour:before,
        .section-available-space---static .property table td a.vr-tour:before {
          content: '\f16d';
          font-family: 'merritt-icons';
          display: block;
          height: 36px; }

.available-space-filters {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 30px;
  position: relative; }
  .available-space-filters::before, .available-space-filters::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .available-space-filters::after {
    clear: both; }
  @media print, screen and (min-width: 61.625em) {
    .available-space-filters {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .available-space-filters h4 {
    color: #64a70b;
    margin-bottom: 15px;
    background-color: #fff;
    position: relative;
    z-index: 10; }
  .available-space-filters .location::before, .available-space-filters .location::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .available-space-filters .location::after {
    clear: both; }
  @media print, screen and (min-width: 61.625em) {
    .available-space-filters .location {
      width: 25%; } }
  .available-space-filters .location .city {
    position: relative; }
    .available-space-filters .location .city h5 {
      color: #343536;
      font-size: 15px;
      font-weight: 500;
      border: 2px solid #e5e5e6;
      border-radius: 5px;
      text-align: left;
      padding: 18px;
      margin-bottom: 0;
      position: relative;
      cursor: pointer; }
      .available-space-filters .location .city h5:after {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        background-image: url("/themes/custom/merritt/img/bg-select.png");
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 16px;
        right: 16px; }
  .available-space-filters .location .city-options {
    border: 2px solid #e5e5e6;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    top: 100%;
    margin-top: -5px;
    left: 0;
    right: 0;
    padding: 5px 18px 0;
    background-color: #fff;
    z-index: 100;
    display: none; }
    .available-space-filters .location .city-options ul {
      list-style-type: none;
      margin: 0; }
      .available-space-filters .location .city-options ul li {
        font-size: 15px;
        line-height: 1;
        text-align: left;
        padding-left: 30px;
        margin-bottom: 10px;
        position: relative;
        cursor: pointer; }
        .available-space-filters .location .city-options ul li:last-child {
          margin-bottom: 20px; }
        .available-space-filters .location .city-options ul li.selected:before {
          content: '\ed4d'; }
        .available-space-filters .location .city-options ul li:before {
          content: '\edbc';
          font-family: 'merritt-icons';
          font-weight: normal;
          font-size: 20px;
          color: #97999b;
          line-height: 15px;
          display: inline-block;
          width: 30px;
          position: absolute;
          top: 0;
          left: 0; }
  .available-space-filters .size {
    padding-top: 30px; }
    .available-space-filters .size::before, .available-space-filters .size::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .available-space-filters .size::after {
      clear: both; }
    @media print, screen and (min-width: 61.625em) {
      .available-space-filters .size {
        width: 50%;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 0; } }
    @media screen and (min-width: 31.25em) {
      .available-space-filters .size .min-sf,
      .available-space-filters .size .max-sf {
        width: 50%;
        float: left; } }
    .available-space-filters .size .min-sf {
      padding-bottom: 10px; }
      @media screen and (min-width: 31.25em) {
        .available-space-filters .size .min-sf {
          padding-right: 5px;
          padding-bottom: 0; } }
    @media screen and (min-width: 31.25em) {
      .available-space-filters .size .max-sf {
        padding-left: 5px; } }
    .available-space-filters .size input {
      margin-bottom: 0; }
  .available-space-filters .buttons {
    clear: both;
    padding-top: 20px; }
    @media print, screen and (min-width: 61.625em) {
      .available-space-filters .buttons {
        width: 25%;
        padding-top: 0;
        padding-bottom: 1px;
        -ms-flex-item-align: end;
        align-self: flex-end; }
        .available-space-filters .buttons .button {
          width: 100%; } }
    .available-space-filters .buttons .button.hidden {
      display: none; }

.section-floor-plans {
  text-align: center;
  padding: 35px 20px; }
  @media print, screen and (min-width: 61.625em) {
    .section-floor-plans {
      padding: 60px 20px; } }
  .section-floor-plans .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px; }
    .section-floor-plans .content::before, .section-floor-plans .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-floor-plans .content::after {
      clear: both; }
    .section-floor-plans .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-floor-plans .floor-plans-wrapper {
    position: relative;
    padding: 0 35px; }
    @media print, screen and (min-width: 87.5em) {
      .section-floor-plans .floor-plans-wrapper {
        padding: 0 75px; } }
  .section-floor-plans .floor-plans {
    list-style-type: none;
    width: 1580px;
    max-width: 100%;
    margin: 0 auto; }
    .section-floor-plans .floor-plans::before, .section-floor-plans .floor-plans::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-floor-plans .floor-plans::after {
      clear: both; }
    .section-floor-plans .floor-plans li {
      padding: 0 15px; }
    .section-floor-plans .floor-plans a {
      display: block;
      outline: none;
      text-decoration: none;
      color: #343536; }
      .section-floor-plans .floor-plans a:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }
    .section-floor-plans .floor-plans .featured-image {
      background-color: #fff;
      border: 1px solid #d0d1d2;
      overflow: hidden; }
      .section-floor-plans .floor-plans .featured-image a {
        display: block; }
      .section-floor-plans .floor-plans .featured-image img {
        width: 100%;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s; }
    .section-floor-plans .floor-plans h3 {
      margin-top: 15px;
      margin-bottom: 0;
      font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 20px;
      font-weight: 500;
      text-transform: none; }
  .section-floor-plans .slick-slider,
  .section-floor-plans .slick-list,
  .section-floor-plans .slick-track {
    position: static; }
  .section-floor-plans .slick-prev,
  .section-floor-plans .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    outline: none;
    width: 50px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    text-align: center;
    font-size: 64px;
    color: #002f6c;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .section-floor-plans .slick-prev:hover, .section-floor-plans .slick-prev:focus,
    .section-floor-plans .slick-next:hover,
    .section-floor-plans .slick-next:focus {
      color: #64a70b; }
    .section-floor-plans .slick-prev:before,
    .section-floor-plans .slick-next:before {
      font-family: 'merritt-icons';
      display: block;
      height: 50px; }
  .section-floor-plans .slick-prev {
    left: -10px; }
    @media print, screen and (min-width: 87.5em) {
      .section-floor-plans .slick-prev {
        left: 30px; } }
    .section-floor-plans .slick-prev:before {
      content: '\e812'; }
  .section-floor-plans .slick-next {
    right: -10px; }
    @media print, screen and (min-width: 87.5em) {
      .section-floor-plans .slick-next {
        right: 30px; } }
    .section-floor-plans .slick-next:before {
      content: '\e813'; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .section-floor-plans .floor-plans {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .csstransitions .section-floor-plans .floor-plans.on-screen {
      opacity: 1; } }

.section-leasing-contacts {
  padding: 40px 20px;
  position: relative;
  overflow: hidden; }
  @media print, screen and (min-width: 61.625em) {
    .section-leasing-contacts {
      padding: 80px 20px; } }
  .section-leasing-contacts .leasing-contacts-wrapper {
    background-color: rgba(52, 53, 54, 0.9);
    padding: 30px 20px;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center; }
    @media print, screen and (min-width: 61.625em) {
      .section-leasing-contacts .leasing-contacts-wrapper {
        padding: 50px 35px 30px; } }
    .section-leasing-contacts .leasing-contacts-wrapper .leasing-contacts {
      display: inline-block;
      list-style-type: none;
      margin: 0 0 10px; }
      .section-leasing-contacts .leasing-contacts-wrapper .leasing-contacts::before, .section-leasing-contacts .leasing-contacts-wrapper .leasing-contacts::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .section-leasing-contacts .leasing-contacts-wrapper .leasing-contacts::after {
        clear: both; }
      .section-leasing-contacts .leasing-contacts-wrapper .leasing-contacts li {
        font-weight: 500; }
        @media print, screen and (min-width: 61.625em) {
          .section-leasing-contacts .leasing-contacts-wrapper .leasing-contacts li {
            display: inline; }
            .section-leasing-contacts .leasing-contacts-wrapper .leasing-contacts li:after {
              content: '|';
              display: inline-block;
              margin: 0 10px;
              font-weight: 150; }
            .section-leasing-contacts .leasing-contacts-wrapper .leasing-contacts li:nth-child(4n+4):after {
              content: ' ';
              display: block; }
            .section-leasing-contacts .leasing-contacts-wrapper .leasing-contacts li:last-child:after {
              display: none; } }
        .section-leasing-contacts .leasing-contacts-wrapper .leasing-contacts li a:hover {
          color: #fff;
          text-decoration: none; }
    .section-leasing-contacts .leasing-contacts-wrapper img {
      display: block;
      margin: 10px auto; }
    .section-leasing-contacts .leasing-contacts-wrapper p {
      font-size: 24px; }
    .section-leasing-contacts .leasing-contacts-wrapper .phone-number {
      margin: 10px auto 25px; }
  .section-leasing-contacts form {
    margin-top: 20px;
    margin-bottom: 35px;
    position: relative; }
    .section-leasing-contacts form::before, .section-leasing-contacts form::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-leasing-contacts form::after {
      clear: both; }
    .section-leasing-contacts form input[type='text'],
    .section-leasing-contacts form input[type='email'],
    .section-leasing-contacts form input[type='tel'],
    .section-leasing-contacts form textarea {
      color: #343536;
      border: 0;
      background-color: #f2f2f2;
      margin-bottom: 10px;
      -webkit-transition: background 0.5s;
      transition: background 0.5s; }
      .section-leasing-contacts form input[type='text']:focus,
      .section-leasing-contacts form input[type='email']:focus,
      .section-leasing-contacts form input[type='tel']:focus,
      .section-leasing-contacts form textarea:focus {
        background-color: #fff; }
    .section-leasing-contacts form .field > label {
      display: none; }
    .section-leasing-contacts form legend {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: 0; }
    .section-leasing-contacts form .no-list {
      list-style-type: none;
      margin-left: 0;
      margin-top: -5px; }
      .section-leasing-contacts form .no-list label {
        font-size: 16px; }
    @media print, screen and (min-width: 61.625em) {
      .section-leasing-contacts form .hs-firstname,
      .section-leasing-contacts form .hs-company {
        float: left;
        width: 50%;
        padding-right: 5px; } }
    @media print, screen and (min-width: 61.625em) {
      .section-leasing-contacts form .hs-lastname,
      .section-leasing-contacts form .hs-phone {
        float: left;
        width: 50%;
        padding-left: 5px; } }
    .section-leasing-contacts form .hs-email {
      clear: both; }
    .section-leasing-contacts form .hs-fieldtype-checkbox {
      text-align: left; }
      .section-leasing-contacts form .hs-fieldtype-checkbox ul {
        list-style-type: none;
        margin-left: 0; }
        .section-leasing-contacts form .hs-fieldtype-checkbox ul::before, .section-leasing-contacts form .hs-fieldtype-checkbox ul::after {
          display: table;
          content: ' ';
          -ms-flex-preferred-size: 0;
          flex-basis: 0;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; }
        .section-leasing-contacts form .hs-fieldtype-checkbox ul::after {
          clear: both; }
        @media print, screen and (min-width: 61.625em) {
          .section-leasing-contacts form .hs-fieldtype-checkbox ul li {
            float: left;
            margin-right: 50px;
            min-width: 100px; } }
      .section-leasing-contacts form .hs-fieldtype-checkbox .hs-input {
        width: auto !important;
        margin-bottom: 0; }
      .section-leasing-contacts form .hs-fieldtype-checkbox label {
        font-size: 16px;
        margin-bottom: 0; }
    .section-leasing-contacts form .form-columns-1 {
      width: 100%;
      max-width: 100%; }
      @media print, screen and (min-width: 61.625em) {
        .section-leasing-contacts form .form-columns-1:nth-child(1), .section-leasing-contacts form .form-columns-1:nth-child(3) {
          width: 50%;
          float: left;
          clear: both; } }
      @media print, screen and (min-width: 61.625em) {
        .section-leasing-contacts form .form-columns-1:nth-child(2), .section-leasing-contacts form .form-columns-1:nth-child(4) {
          width: 50%;
          float: left; } }
      .section-leasing-contacts form .form-columns-1 .hs-form-field {
        width: 100%; }
      .section-leasing-contacts form .form-columns-1 .input {
        margin-right: 0 !important; }
    .section-leasing-contacts form .form-columns-2 {
      width: 100%;
      max-width: 100%; }
      .section-leasing-contacts form .form-columns-2 > div {
        width: 100% !important;
        padding-left: 20px; }
    @media print, screen and (min-width: 61.625em) {
      .section-leasing-contacts form .actions {
        margin-top: 23px; } }
  .section-leasing-contacts .social-media ul {
    display: inline-block;
    list-style-type: none;
    margin: 0; }
    .section-leasing-contacts .social-media ul::before, .section-leasing-contacts .social-media ul::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-leasing-contacts .social-media ul::after {
      clear: both; }
    .section-leasing-contacts .social-media ul li {
      float: left;
      width: 50px;
      height: 50px;
      margin: 5px; }
      .section-leasing-contacts .social-media ul li a {
        display: block;
        height: 50px;
        border-radius: 500px;
        border: 2px solid;
        color: #97999b;
        font-size: 23px;
        line-height: 46px;
        text-align: center;
        text-decoration: none;
        overflow: hidden;
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
        .section-leasing-contacts .social-media ul li a:hover, .section-leasing-contacts .social-media ul li a:focus {
          color: #fff; }
        .section-leasing-contacts .social-media ul li a:before {
          content: 'X';
          font-family: 'merritt-icons';
          display: block;
          height: 50px; }
        .section-leasing-contacts .social-media ul li a[href*='facebook']:before {
          content: '\ec0d'; }
        .section-leasing-contacts .social-media ul li a[href*='linkedin']:before {
          content: '\ec6f'; }
        .section-leasing-contacts .social-media ul li a[href*='twitter']:before {
          content: '\ecfe'; }
        .section-leasing-contacts .social-media ul li a[href*='youtube']:before {
          content: '\ed31'; }
        .section-leasing-contacts .social-media ul li a[href*='instagram']:before {
          content: '\ec53'; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .section-leasing-contacts .leasing-contacts-wrapper {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s; }
    .csstransitions .section-leasing-contacts .leasing-contacts-wrapper.on-screen {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }

.section-contact-form {
  padding: 40px 20px;
  position: relative;
  overflow: hidden; }
  @media print, screen and (min-width: 61.625em) {
    .section-contact-form {
      padding: 80px 20px; } }
  .section-contact-form .contact-form-wrapper {
    background-color: rgba(52, 53, 54, 0.9);
    padding: 30px 20px;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center; }
    @media print, screen and (min-width: 61.625em) {
      .section-contact-form .contact-form-wrapper {
        padding: 50px 35px 30px; } }
    .section-contact-form .contact-form-wrapper .leasing-contacts {
      display: inline-block;
      list-style-type: none;
      margin: 0 0 10px; }
      .section-contact-form .contact-form-wrapper .leasing-contacts::before, .section-contact-form .contact-form-wrapper .leasing-contacts::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .section-contact-form .contact-form-wrapper .leasing-contacts::after {
        clear: both; }
      .section-contact-form .contact-form-wrapper .leasing-contacts li {
        font-weight: 500; }
        @media print, screen and (min-width: 61.625em) {
          .section-contact-form .contact-form-wrapper .leasing-contacts li {
            display: inline; }
            .section-contact-form .contact-form-wrapper .leasing-contacts li:after {
              content: '|';
              display: inline-block;
              margin: 0 10px;
              font-weight: 150; }
            .section-contact-form .contact-form-wrapper .leasing-contacts li:nth-child(4n+4):after {
              content: ' ';
              display: block; }
            .section-contact-form .contact-form-wrapper .leasing-contacts li:last-child:after {
              display: none; } }
        .section-contact-form .contact-form-wrapper .leasing-contacts li a:hover {
          color: #fff;
          text-decoration: none; }
    .section-contact-form .contact-form-wrapper img {
      display: block;
      margin: 10px auto; }
    .section-contact-form .contact-form-wrapper p {
      font-size: 24px; }
    .section-contact-form .contact-form-wrapper .phone-number {
      margin: 10px auto 25px; }
  .section-contact-form form {
    margin-top: 20px;
    margin-bottom: 35px;
    position: relative; }
    .section-contact-form form::before, .section-contact-form form::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-contact-form form::after {
      clear: both; }
    .section-contact-form form input[type='text'],
    .section-contact-form form input[type='email'],
    .section-contact-form form input[type='tel'],
    .section-contact-form form textarea,
    .section-contact-form form select {
      color: #343536;
      border: 0;
      background-color: #f2f2f2;
      margin-bottom: 10px;
      -webkit-transition: background 0.5s;
      transition: background 0.5s; }
      .section-contact-form form input[type='text']:focus,
      .section-contact-form form input[type='email']:focus,
      .section-contact-form form input[type='tel']:focus,
      .section-contact-form form textarea:focus,
      .section-contact-form form select:focus {
        background-color: #fff; }
    .section-contact-form form select {
      padding-top: 0;
      padding-bottom: 0; }
    .section-contact-form form option {
      color: #343536; }
    .section-contact-form form .field > label {
      display: none; }
    .section-contact-form form legend {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: 0; }
    .section-contact-form form .no-list {
      list-style-type: none;
      margin-left: 0;
      margin-top: -5px; }
      .section-contact-form form .no-list label {
        font-size: 16px; }
    @media print, screen and (min-width: 61.625em) {
      .section-contact-form form .hs-firstname,
      .section-contact-form form .hs-email {
        float: left;
        width: 50%;
        padding-right: 5px; } }
    @media print, screen and (min-width: 61.625em) {
      .section-contact-form form .hs-lastname,
      .section-contact-form form .hs-phone {
        float: left;
        width: 50%;
        padding-left: 5px; } }
    .section-contact-form form .hs-company,
    .section-contact-form form .hs-message {
      clear: both; }
    .section-contact-form form .hs-fieldtype-checkbox {
      text-align: left; }
      .section-contact-form form .hs-fieldtype-checkbox ul {
        list-style-type: none;
        margin-left: 0; }
        .section-contact-form form .hs-fieldtype-checkbox ul::before, .section-contact-form form .hs-fieldtype-checkbox ul::after {
          display: table;
          content: ' ';
          -ms-flex-preferred-size: 0;
          flex-basis: 0;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; }
        .section-contact-form form .hs-fieldtype-checkbox ul::after {
          clear: both; }
        @media print, screen and (min-width: 61.625em) {
          .section-contact-form form .hs-fieldtype-checkbox ul li {
            float: left;
            margin-right: 50px;
            min-width: 100px; } }
      .section-contact-form form .hs-fieldtype-checkbox .hs-input {
        width: auto !important;
        margin-bottom: 0; }
      .section-contact-form form .hs-fieldtype-checkbox label {
        font-size: 16px;
        margin-bottom: 0; }
    .section-contact-form form .form-columns-1 {
      width: 100%;
      max-width: 100%; }
      @media print, screen and (min-width: 61.625em) {
        .section-contact-form form .form-columns-1:nth-child(1), .section-contact-form form .form-columns-1:nth-child(3) {
          width: 50%;
          float: left;
          clear: both; } }
      @media print, screen and (min-width: 61.625em) {
        .section-contact-form form .form-columns-1:nth-child(2), .section-contact-form form .form-columns-1:nth-child(4) {
          width: 50%;
          float: left;
          padding-right: 5px; } }
      .section-contact-form form .form-columns-1 .hs-form-field {
        width: 100%; }
      .section-contact-form form .form-columns-1 .input {
        margin-right: 0 !important; }
    .section-contact-form form .form-columns-2 {
      width: 100%;
      max-width: 100%; }
      .section-contact-form form .form-columns-2 .hs-form-field {
        width: 100% !important; }
        @media print, screen and (min-width: 61.625em) {
          .section-contact-form form .form-columns-2 .hs-form-field {
            width: 50% !important; } }
      @media print, screen and (min-width: 61.625em) {
        .section-contact-form form .form-columns-2 div:first-child {
          padding-right: 5px; } }
      @media print, screen and (min-width: 61.625em) {
        .section-contact-form form .form-columns-2 div + div {
          padding-left: 5px; } }
      .section-contact-form form .form-columns-2 .field {
        clear: none; }
      .section-contact-form form .form-columns-2 .input {
        margin-right: 0 !important; }
    @media print, screen and (min-width: 61.625em) {
      .section-contact-form form .actions {
        margin-top: 23px; } }
  .section-contact-form .social-media ul {
    display: inline-block;
    list-style-type: none;
    margin: 0; }
    .section-contact-form .social-media ul::before, .section-contact-form .social-media ul::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-contact-form .social-media ul::after {
      clear: both; }
    .section-contact-form .social-media ul li {
      float: left;
      width: 50px;
      height: 50px;
      margin: 5px; }
      .section-contact-form .social-media ul li a {
        display: block;
        height: 50px;
        border-radius: 500px;
        border: 2px solid;
        color: #97999b;
        font-size: 23px;
        line-height: 46px;
        text-align: center;
        text-decoration: none;
        overflow: hidden;
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
        .section-contact-form .social-media ul li a:hover, .section-contact-form .social-media ul li a:focus {
          color: #fff; }
        .section-contact-form .social-media ul li a:before {
          content: 'X';
          font-family: 'merritt-icons';
          display: block;
          height: 50px; }
        .section-contact-form .social-media ul li a[href*='facebook']:before {
          content: '\ec0d'; }
        .section-contact-form .social-media ul li a[href*='linkedin']:before {
          content: '\ec6f'; }
        .section-contact-form .social-media ul li a[href*='twitter']:before {
          content: '\ecfe'; }
        .section-contact-form .social-media ul li a[href*='youtube']:before {
          content: '\ed31'; }
        .section-contact-form .social-media ul li a[href*='instagram']:before {
          content: '\ec53'; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .section-contact-form .contact-form-wrapper {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s; }
    .csstransitions .section-contact-form .contact-form-wrapper.on-screen {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }

.section-matterport-videos {
  background: none;
  text-align: center;
  padding: 35px 20px; }
  @media print, screen and (min-width: 61.625em) {
    .section-matterport-videos {
      padding: 60px 20px; } }
  .section-matterport-videos.lazy-loaded {
    background: url("/themes/custom/merritt/img/bg-related-properties.jpg") no-repeat top center;
    background-size: cover; }
  .section-matterport-videos * {
    color: #fff; }
  .section-matterport-videos .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px; }
    .section-matterport-videos .content::before, .section-matterport-videos .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-matterport-videos .content::after {
      clear: both; }
    .section-matterport-videos .content ul {
      width: 1100px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .section-matterport-videos .videos-wrapper {
    position: relative;
    padding: 0 35px; }
  .section-matterport-videos .videos {
    list-style-type: none;
    width: 1350px;
    max-width: 100%;
    margin: 0 auto; }
    .section-matterport-videos .videos::before, .section-matterport-videos .videos::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section-matterport-videos .videos::after {
      clear: both; }
    .section-matterport-videos .videos li {
      padding: 0 10px; }
    .section-matterport-videos .videos a {
      display: block;
      outline: none;
      text-decoration: none;
      color: #343536;
      position: relative; }
      .section-matterport-videos .videos a:after {
        content: '\ea5b';
        font-family: 'merritt-icons';
        display: block;
        width: 60px;
        height: 60px;
        font-size: 60px;
        line-height: 60px;
        text-align: center;
        color: rgba(255, 255, 255, 0.7);
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -40px;
        margin-left: -30px;
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
      .section-matterport-videos .videos a:hover .featured-image .title {
        background-color: rgba(100, 167, 11, 0.8);
        padding: 20px 15px; }
      .section-matterport-videos .videos a:hover:after {
        color: #fff; }
    .section-matterport-videos .videos .featured-image {
      position: relative; }
      .section-matterport-videos .videos .featured-image img {
        width: 100%; }
      .section-matterport-videos .videos .featured-image .title {
        background-color: rgba(0, 47, 108, 0.6);
        padding: 15px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transition: background 0.5s, padding 0.5s;
        transition: background 0.5s, padding 0.5s; }
        .section-matterport-videos .videos .featured-image .title h3 {
          color: #fff;
          font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
          font-size: 20px;
          font-weight: 800;
          text-transform: none;
          margin-bottom: 0; }
        .section-matterport-videos .videos .featured-image .title h4 {
          color: #fff;
          font-size: 18px;
          font-weight: 150;
          margin-bottom: 0; }
  .section-matterport-videos .slick-slider,
  .section-matterport-videos .slick-list,
  .section-matterport-videos .slick-track {
    position: static; }
  .section-matterport-videos .slick-prev,
  .section-matterport-videos .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    outline: none;
    width: 50px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    text-align: center;
    font-size: 64px;
    color: #fff;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .section-matterport-videos .slick-prev:hover, .section-matterport-videos .slick-prev:focus,
    .section-matterport-videos .slick-next:hover,
    .section-matterport-videos .slick-next:focus {
      color: #64a70b; }
    .section-matterport-videos .slick-prev:before,
    .section-matterport-videos .slick-next:before {
      font-family: 'merritt-icons';
      display: block;
      height: 50px; }
  .section-matterport-videos .slick-prev {
    left: -10px; }
    @media print, screen and (min-width: 87.5em) {
      .section-matterport-videos .slick-prev {
        left: 30px; } }
    .section-matterport-videos .slick-prev:before {
      content: '\e812'; }
  .section-matterport-videos .slick-next {
    right: -10px; }
    @media print, screen and (min-width: 87.5em) {
      .section-matterport-videos .slick-next {
        right: 30px; } }
    .section-matterport-videos .slick-next:before {
      content: '\e813'; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .section-matterport-videos .videos {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .csstransitions .section-matterport-videos .videos.on-screen {
      opacity: 1; } }

.path-covid-19-faqs .section-accordion---single-column {
  padding-top: 0; }

.google-maps-iframe {
  width: 95%;
  position: relative; }
  .google-maps-iframe:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer; }
  .google-maps-iframe.active:before {
    display: none; }
  .google-maps-iframe iframe {
    width: 100%;
    border: 0; }

.ways-to-reach-us {
  background-color: #bbb;
  padding: 40px 20px;
  position: relative;
  overflow: hidden; }
  @media print, screen and (min-width: 61.625em) {
    .ways-to-reach-us {
      padding: 60px 20px; } }
  .ways-to-reach-us .background {
    background: none;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    bottom: -100px;
    z-index: 0; }
    .ways-to-reach-us .background.lazy-loaded {
      background-image: url("/themes/custom/merritt/img/bg-ways-to-reach-us.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      @media (min-width: 600px) {
        .ways-to-reach-us .background.lazy-loaded {
          background-size: 100% auto; } }
  .ways-to-reach-us .content-header {
    width: 950px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    position: relative;
    z-index: 1; }
    .ways-to-reach-us .content-header h2 {
      color: #fff; }
  .ways-to-reach-us .contact-methods {
    list-style-type: none;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    .ways-to-reach-us .contact-methods::before, .ways-to-reach-us .contact-methods::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .ways-to-reach-us .contact-methods::after {
      clear: both; }
    @media print, screen and (min-width: 61.625em) {
      .ways-to-reach-us .contact-methods > li {
        float: left;
        width: 50%; }
        .ways-to-reach-us .contact-methods > li:nth-of-type(1n) {
          clear: none; }
        .ways-to-reach-us .contact-methods > li:nth-of-type(2n+1) {
          clear: both; }
        .ways-to-reach-us .contact-methods > li:last-child {
          float: left; } }
    .ways-to-reach-us .contact-methods li {
      text-align: center;
      color: #fff;
      font-size: 15px; }
      .ways-to-reach-us .contact-methods li:first-child {
        border-bottom: 1px solid #fff;
        padding-bottom: 30px;
        margin-bottom: 30px; }
        @media print, screen and (min-width: 61.625em) {
          .ways-to-reach-us .contact-methods li:first-child {
            padding-right: 30px;
            border-right: 1px solid #fff;
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0; } }
      @media print, screen and (min-width: 61.625em) {
        .ways-to-reach-us .contact-methods li:last-child {
          padding-left: 30px; } }
    .ways-to-reach-us .contact-methods h3 {
      color: #fff; }
      @media print, screen and (min-width: 61.625em) {
        .ways-to-reach-us .contact-methods h3 {
          font-size: 40px; } }
      .ways-to-reach-us .contact-methods h3:before {
        font-family: 'merritt-icons';
        font-size: 80px;
        font-weight: normal;
        line-height: 80px;
        text-align: center;
        display: block;
        width: 100px;
        height: 80px;
        margin: 0 auto 20px; }
    .ways-to-reach-us .contact-methods .portal h3:before {
      content: '\ed33'; }
    .ways-to-reach-us .contact-methods .urgent h3:before {
      content: '\ed34'; }
    .ways-to-reach-us .contact-methods p {
      width: 600px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.2; }
    .ways-to-reach-us .contact-methods em {
      font-style: normal;
      font-size: 18px; }
    .ways-to-reach-us .contact-methods .button {
      background-color: #64a70b;
      margin-top: 10px;
      margin-bottom: -18px; }
      .ways-to-reach-us .contact-methods .button:hover, .ways-to-reach-us .contact-methods .button:focus {
        background-color: #568f09; }
      .ways-to-reach-us .contact-methods .button.call {
        margin: 10px 5px 0;
        padding: 17px 30px; }
        .ways-to-reach-us .contact-methods .button.call:before {
          content: '\ea54';
          font-family: 'merritt-icons';
          font-size: 18px;
          display: inline-block;
          margin-right: 8px;
          vertical-align: middle; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .ways-to-reach-us .contact-methods li {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .csstransitions .ways-to-reach-us .contact-methods li.on-screen {
      opacity: 1; } }

.markets-overview {
  text-align: center;
  padding: 90px 20px 25px;
  position: relative;
  overflow: hidden; }
  @media print, screen and (min-width: 61.625em) {
    .markets-overview {
      padding: 200px 20px 100px; }
      .markets-overview:before {
        content: '';
        display: block;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 47, 108, 0)), to(rgba(0, 47, 108, 0.8)));
        background: linear-gradient(0deg, rgba(0, 47, 108, 0) 0%, rgba(0, 47, 108, 0.8) 100%);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100px;
        z-index: 1; } }
  .markets-overview .content {
    max-width: 71.11111rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px; }
    .markets-overview .content::before, .markets-overview .content::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .markets-overview .content::after {
      clear: both; }
    @media print, screen and (min-width: 61.625em) {
      .markets-overview .content {
        padding-bottom: 70px; } }
    .markets-overview .content h2 {
      font-size: 60px; }
      @media print, screen and (min-width: 61.625em) {
        .markets-overview .content h2 {
          font-size: 100px; } }
  .markets-overview .markets {
    width: 500px;
    max-width: 100%;
    margin: 0 auto; }
    @media print, screen and (min-width: 61.625em) {
      .markets-overview .markets {
        width: 1000px; } }
    .markets-overview .markets ul {
      list-style-type: none;
      margin-left: 0;
      overflow: hidden; }
      .markets-overview .markets ul::before, .markets-overview .markets ul::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .markets-overview .markets ul::after {
        clear: both; }
      @media print, screen and (min-width: 61.625em) {
        .markets-overview .markets ul {
          margin: 0 -12px -25px; } }
      .markets-overview .markets ul li {
        margin-bottom: 25px; }
        @media print, screen and (min-width: 61.625em) {
          .markets-overview .markets ul li {
            width: 50%;
            float: left;
            padding: 0 12px; } }
    .markets-overview .markets a {
      display: block;
      background-color: #343536;
      color: #fff;
      text-decoration: none;
      font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 36px;
      font-weight: 600;
      line-height: 1;
      text-transform: uppercase;
      padding: 130px 20px;
      position: relative; }
      @media print, screen and (min-width: 61.625em) {
        .markets-overview .markets a {
          font-size: 48px;
          padding: 150px 20px; } }
      .markets-overview .markets a:before {
        content: '';
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        opacity: 0.7;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s; }
      .markets-overview .markets a span {
        position: relative;
        z-index: 1;
        text-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
      .markets-overview .markets a:hover:before {
        opacity: 1; }
      .markets-overview .markets a.maryland.lazy-loaded:before {
        background-image: url("/themes/custom/merritt/img/bg-market-maryland.jpg"); }
      .markets-overview .markets a.north-carolina.lazy-loaded:before {
        background-image: url("/themes/custom/merritt/img/bg-market-north-carolina.jpg"); }
      .markets-overview .markets a.virginia.lazy-loaded:before {
        background-image: url("/themes/custom/merritt/img/bg-market-virginia.jpg"); }
      .markets-overview .markets a.florida.lazy-loaded:before {
        background-image: url("/themes/custom/merritt/img/bg-market-florida.jpg"); }

.portfolio-search {
  padding: 40px 20px;
  text-align: center;
  position: relative;
  overflow: hidden; }
  @media print, screen and (min-width: 61.625em) {
    .portfolio-search {
      padding: 100px 20px 205px; } }
  .portfolio-search object {
    display: none; }
    @media (min-width: 1200px) {
      .portfolio-search object {
        display: block;
        position: absolute;
        top: -220px;
        right: 50%;
        width: 1512;
        height: 929px;
        margin-right: 320px;
        z-index: 1; } }
  .portfolio-search .property-type-checkboxes {
    display: none; }
  .portfolio-search h2 {
    margin-bottom: 10px; }
  .portfolio-search p {
    width: 750px;
    max-width: 100%;
    margin: 0 auto; }
  .portfolio-search form {
    display: inline-block;
    padding: 25px 0 35px;
    position: relative;
    z-index: 2; }
    .portfolio-search form::before, .portfolio-search form::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .portfolio-search form::after {
      clear: both; }
    @media print, screen and (min-width: 61.625em) {
      .portfolio-search form {
        padding: 50px 0; } }
    @media print, screen and (min-width: 61.625em) {
      .portfolio-search form .input-wrapper {
        float: left; } }
    .portfolio-search form .input-wrapper br {
      display: none; }
    .portfolio-search form label {
      font-size: 18px; }
      @media print, screen and (min-width: 61.625em) {
        .portfolio-search form label {
          display: inline-block;
          margin: 0 15px; } }
    .portfolio-search form select {
      height: 55px;
      background-color: #f2f2f2;
      border-color: #f2f2f2;
      width: 290px;
      margin: 5px 0;
      font-size: 18px;
      padding-top: 0;
      padding-bottom: 0; }
      @media print, screen and (min-width: 61.625em) {
        .portfolio-search form select {
          margin: 0; } }
    .portfolio-search form input[type='submit'] {
      color: #fff;
      width: 55px;
      height: 55px;
      min-width: 55px;
      border-radius: 500px;
      padding-left: 0;
      padding-right: 0;
      border: 0;
      margin-top: 10px; }
      @media print, screen and (min-width: 61.625em) {
        .portfolio-search form input[type='submit'] {
          float: left;
          margin-left: 20px;
          margin-top: 0; } }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .portfolio-search object {
    opacity: 0;
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s; }
  .csstransitions .portfolio-search.on-screen object {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.webform-submission-request-more-info-leasing-agent-form {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 35px 20px; }
  @media print, screen and (min-width: 61.625em) {
    .webform-submission-request-more-info-leasing-agent-form {
      padding: 60px 20px; } }
  @media print, screen and (min-width: 61.625em) {
    .webform-submission-request-more-info-leasing-agent-form .form-item-first-name,
    .webform-submission-request-more-info-leasing-agent-form .form-item-email {
      width: 50%;
      float: left;
      clear: both;
      padding-right: 10px; } }
  @media print, screen and (min-width: 61.625em) {
    .webform-submission-request-more-info-leasing-agent-form .form-item-last-name,
    .webform-submission-request-more-info-leasing-agent-form .form-item-phone {
      width: 50%;
      float: left;
      padding-left: 10px; } }
  .webform-submission-request-more-info-leasing-agent-form .hs-company {
    clear: both; }

.node-type-award .region-sidebar-second {
  padding-top: 20px;
  font-size: 16px; }
  @media print, screen and (min-width: 61.625em) {
    .node-type-award .region-sidebar-second {
      padding-top: 40px; } }
  .node-type-award .region-sidebar-second > div {
    border-top: 1px solid #cbcccd;
    padding-top: 25px;
    margin-top: 25px; }
    .node-type-award .region-sidebar-second > div:first-child {
      border-top: 0;
      padding-top: 0;
      margin-top: 0; }
  .node-type-award .region-sidebar-second h2 {
    font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.2; }
  .node-type-award .region-sidebar-second h4 {
    font-size: 16px;
    font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #343536;
    margin-bottom: 0;
    margin-top: 15px; }
  .node-type-award .region-sidebar-second .postal-code + br,
  .node-type-award .region-sidebar-second .country {
    display: none; }

.idea-lab-filters form {
  margin-bottom: 0;
  font-size: 0; }

.idea-lab-filters input[type='text'] {
  height: 70px;
  font-size: 16px;
  margin-bottom: 0; }

.idea-lab-filters input[type='submit'] {
  display: none; }

.idea-lab-filters .filter {
  border: 2px solid #e5e5e6;
  border-radius: 5px;
  margin-top: 10px; }

.idea-lab-filters h2 {
  background-color: #e5e5e6;
  margin: 0;
  padding: 27px 40px 27px 18px;
  font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: none;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  position: relative; }
  .idea-lab-filters h2:hover:after {
    color: #002f6c; }
  .idea-lab-filters h2:after {
    content: '\e811';
    font-family: 'merritt-icons';
    font-weight: normal;
    color: #97999b;
    font-size: 26px;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 15px;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
  .idea-lab-filters h2 + ul {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 18px; }
    .idea-lab-filters h2 + ul li {
      margin-bottom: 15px; }
      .idea-lab-filters h2 + ul li:last-child {
        margin-bottom: 0; }
    .idea-lab-filters h2 + ul a {
      display: block;
      color: #343536;
      font-size: 15px;
      text-decoration: none;
      -webkit-transition: font-weight 0.5s;
      transition: font-weight 0.5s; }
      .idea-lab-filters h2 + ul a:hover, .idea-lab-filters h2 + ul a:focus {
        font-weight: 500; }

.node-type-property .region-sidebar-second {
  padding-top: 20px;
  font-size: 16px; }
  @media print, screen and (min-width: 61.625em) {
    .node-type-property .region-sidebar-second {
      padding-top: 70px; } }
  .node-type-property .region-sidebar-second > div {
    border-top: 1px solid #cbcccd;
    padding-top: 25px;
    margin-top: 25px; }
    .node-type-property .region-sidebar-second > div:first-child {
      border-top: 0;
      padding-top: 0;
      margin-top: 0; }
  .node-type-property .region-sidebar-second h2 {
    font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.2; }
  .node-type-property .region-sidebar-second h4 {
    font-size: 16px;
    font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #343536;
    margin-bottom: 0;
    margin-top: 15px; }

.node-type-property .request-more-info {
  padding-bottom: 5px; }
  .node-type-property .request-more-info h2 {
    background-color: #64a70b;
    border-radius: 5px;
    margin-bottom: -2px;
    padding: 25px 10px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s; }
    .node-type-property .request-more-info h2:hover {
      background-color: #568f09; }
    .node-type-property .request-more-info h2:after {
      content: '\e811';
      font-family: 'merritt-icons';
      font-size: 1.6em;
      font-weight: normal;
      margin-left: 10px;
      line-height: 16px;
      vertical-align: middle;
      position: relative;
      top: -2px; }
  .node-type-property .request-more-info form {
    display: none;
    margin-bottom: 0;
    border-top: 2px solid #e5e5e6;
    position: relative;
    z-index: 1; }
  .node-type-property .request-more-info .hs-form-field > label,
  .node-type-property .request-more-info p:empty {
    display: none; }
  .node-type-property .request-more-info .hs-error-msgs {
    list-style-type: none;
    margin: -2px 0 0;
    padding: 0 18px 18px;
    border-left: 2px solid #e5e5e6;
    border-right: 2px solid #e5e5e6;
    background-color: #fff; }
    .node-type-property .request-more-info .hs-error-msgs label {
      font-weight: 500;
      color: #ed1c24;
      font-size: 16px;
      line-height: 1.1; }
  .node-type-property .request-more-info .hs_error_rollup .hs-error-msgs {
    border: 0; }
  .node-type-property .request-more-info input[type='text'],
  .node-type-property .request-more-info input[type='email'],
  .node-type-property .request-more-info input[type='tel'] {
    border-radius: 0;
    margin-bottom: -2px;
    padding: 15px; }
  .node-type-property .request-more-info textarea {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 10px;
    padding: 15px; }
  .node-type-property .request-more-info input[type='submit'] {
    width: 100%;
    min-width: 0;
    margin-bottom: 0; }

.node-type-property .downloads ul,
.node-type-property .links ul {
  list-style-type: none;
  margin: 0; }
  .node-type-property .downloads ul li,
  .node-type-property .links ul li {
    margin-bottom: 7px; }
  .node-type-property .downloads ul a,
  .node-type-property .links ul a {
    color: #343536;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .node-type-property .downloads ul a::before, .node-type-property .downloads ul a::after,
    .node-type-property .links ul a::before,
    .node-type-property .links ul a::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .node-type-property .downloads ul a::after,
    .node-type-property .links ul a::after {
      clear: both; }
    .node-type-property .downloads ul a:hover,
    .node-type-property .links ul a:hover {
      color: #64a70b;
      text-decoration: none; }
    .node-type-property .downloads ul a:before,
    .node-type-property .links ul a:before {
      content: '\e8ff';
      font-family: 'merritt-icons';
      font-size: 18px;
      color: #64a70b;
      display: inline-block;
      margin-right: 15px;
      float: left;
      width: 18px;
      text-align: center;
      position: relative;
      top: -2px; }

.node-type-property .leasing-contacts .contacts {
  list-style-type: none;
  margin: 0; }
  .node-type-property .leasing-contacts .contacts li {
    margin-bottom: 7px; }
  .node-type-property .leasing-contacts .contacts a {
    color: #343536;
    font-weight: 800;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .node-type-property .leasing-contacts .contacts a::before, .node-type-property .leasing-contacts .contacts a::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .node-type-property .leasing-contacts .contacts a::after {
      clear: both; }
    .node-type-property .leasing-contacts .contacts a:hover {
      color: #64a70b;
      text-decoration: none; }
    .node-type-property .leasing-contacts .contacts a:before {
      content: '\f0e0';
      font-family: 'merritt-icons';
      font-size: 18px;
      font-weight: normal;
      color: #64a70b;
      display: inline-block;
      margin-right: 15px;
      float: left;
      position: relative;
      top: -1px; }

.node-type-property .leasing-contacts footer p {
  margin-bottom: 0; }
  .node-type-property .leasing-contacts footer p::before, .node-type-property .leasing-contacts footer p::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .node-type-property .leasing-contacts footer p::after {
    clear: both; }
  .node-type-property .leasing-contacts footer p:before {
    content: '\ea54';
    font-family: 'merritt-icons';
    font-size: 18px;
    font-weight: normal;
    color: #64a70b;
    display: inline-block;
    margin-right: 15px;
    float: left;
    position: relative;
    top: -2px; }

.a2a_kit {
  display: block; }
  .a2a_kit::before, .a2a_kit::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .a2a_kit::after {
    clear: both; }
  .a2a_kit > a {
    padding: 0;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    color: #97999b;
    font-size: 24px !important;
    font-weight: normal;
    font-family: 'merritt-icons';
    border: 2px solid;
    border-radius: 500px;
    text-align: center;
    line-height: 46px;
    text-decoration: none;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .a2a_kit > a:hover {
      color: #64a70b; }
    .a2a_kit > a:last-child {
      margin-right: 0; }
    .a2a_kit > a:before {
      display: block;
      height: 50px; }
    .a2a_kit > a.a2a_button_email:before {
      content: '\f0e0'; }
    .a2a_kit > a.a2a_button_facebook:before {
      content: '\ec0d'; }
    .a2a_kit > a.a2a_button_twitter:before {
      content: '\ecfe'; }
    .a2a_kit > a.a2a_button_linkedin:before {
      content: '\ec6f'; }
    .a2a_kit > a span {
      display: none; }

.path-properties .region-sidebar-first {
  margin-bottom: 40px; }
  @media print, screen and (min-width: 61.625em) {
    .path-properties .region-sidebar-first {
      margin-bottom: 0; } }
  .path-properties .region-sidebar-first .search {
    margin-bottom: 10px; }
    .path-properties .region-sidebar-first .search label {
      display: none; }
    .path-properties .region-sidebar-first .search input {
      border-color: #64a70b;
      margin-bottom: 0;
      height: 70px;
      font-size: 16px;
      background-position: right 20px center; }
  .path-properties .region-sidebar-first .filter {
    border: 2px solid #e5e5e6;
    border-radius: 5px; }
    .path-properties .region-sidebar-first .filter h2 {
      background-color: #e5e5e6;
      margin: 0;
      padding: 27px 40px 27px 18px;
      font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      text-transform: none;
      font-size: 16px;
      font-weight: 800;
      cursor: pointer;
      position: relative; }
      .path-properties .region-sidebar-first .filter h2:hover:after {
        color: #002f6c; }
      .path-properties .region-sidebar-first .filter h2:after {
        content: '\e811';
        font-family: 'merritt-icons';
        font-weight: normal;
        color: #97999b;
        font-size: 26px;
        display: inline-block;
        width: 26px;
        height: 26px;
        text-align: center;
        line-height: 26px;
        position: absolute;
        top: 50%;
        margin-top: -13px;
        right: 15px;
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
    .path-properties .region-sidebar-first .filter .filter-content {
      display: none;
      padding: 18px; }
  .path-properties .region-sidebar-first .location {
    margin-bottom: 10px; }
    .path-properties .region-sidebar-first .location ul {
      list-style-type: none;
      margin: 0; }
      .path-properties .region-sidebar-first .location ul li {
        font-size: 15px;
        margin-bottom: 15px;
        cursor: pointer; }
        .path-properties .region-sidebar-first .location ul li:hover, .path-properties .region-sidebar-first .location ul li:focus, .path-properties .region-sidebar-first .location ul li.active {
          font-weight: 500; }
        .path-properties .region-sidebar-first .location ul li:last-child {
          margin-bottom: 0; }
  .path-properties .region-sidebar-first .city,
  .path-properties .region-sidebar-first .market,
  .path-properties .region-sidebar-first .county,
  .path-properties .region-sidebar-first .zip {
    display: none; }
    .path-properties .region-sidebar-first .city label,
    .path-properties .region-sidebar-first .city .field-prefix,
    .path-properties .region-sidebar-first .market label,
    .path-properties .region-sidebar-first .market .field-prefix,
    .path-properties .region-sidebar-first .county label,
    .path-properties .region-sidebar-first .county .field-prefix,
    .path-properties .region-sidebar-first .zip label,
    .path-properties .region-sidebar-first .zip .field-prefix {
      display: none; }
    .path-properties .region-sidebar-first .city select,
    .path-properties .region-sidebar-first .city input[type='text'],
    .path-properties .region-sidebar-first .market select,
    .path-properties .region-sidebar-first .market input[type='text'],
    .path-properties .region-sidebar-first .county select,
    .path-properties .region-sidebar-first .county input[type='text'],
    .path-properties .region-sidebar-first .zip select,
    .path-properties .region-sidebar-first .zip input[type='text'] {
      margin-bottom: 10px;
      font-size: 16px;
      height: 70px; }
  .path-properties .region-sidebar-first .zip input[type='text'] {
    margin-bottom: 0;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .path-properties .region-sidebar-first .zip select {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .path-properties .region-sidebar-first .property-type {
    margin-bottom: 10px; }
    .path-properties .region-sidebar-first .property-type legend {
      display: none; }
    .path-properties .region-sidebar-first .property-type .form-item {
      margin-bottom: 20px;
      line-height: 1; }
      .path-properties .region-sidebar-first .property-type .form-item::before, .path-properties .region-sidebar-first .property-type .form-item::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .path-properties .region-sidebar-first .property-type .form-item::after {
        clear: both; }
      .path-properties .region-sidebar-first .property-type .form-item:last-child {
        margin-bottom: 0; }
    .path-properties .region-sidebar-first .property-type input[type='checkbox'] {
      display: none; }
      .path-properties .region-sidebar-first .property-type input[type='checkbox']:checked + label:after {
        content: '\ed4d'; }
    .path-properties .region-sidebar-first .property-type label {
      font-size: 15px;
      line-height: 1;
      margin: 0;
      padding: 0 35px;
      width: 100%;
      position: relative; }
      .path-properties .region-sidebar-first .property-type label:before {
        font-family: 'merritt-icons';
        font-weight: normal;
        font-size: 18px;
        color: #97999b;
        line-height: 15px;
        display: inline-block;
        width: 35px;
        position: absolute;
        top: 0;
        left: 0; }
      .path-properties .region-sidebar-first .property-type label:after {
        content: '\edbc';
        font-family: 'merritt-icons';
        font-weight: normal;
        font-size: 20px;
        color: #97999b;
        line-height: 15px;
        display: inline-block;
        width: 35px;
        text-align: right;
        position: absolute;
        top: 0;
        right: 0; }
      .path-properties .region-sidebar-first .property-type label[for*='all-types']:before {
        content: '\e838';
        font-size: 20px;
        padding-left: 2px; }
      .path-properties .region-sidebar-first .property-type label[for*='type-3']:before {
        content: '\e9d8';
        font-size: 16px; }
      .path-properties .region-sidebar-first .property-type label[for*='type-4']:before {
        content: '\eab3'; }
      .path-properties .region-sidebar-first .property-type label[for*='type-1']:before {
        content: '\eaac'; }
      .path-properties .region-sidebar-first .property-type label[for*='type-2']:before {
        content: '\edce';
        font-size: 20px; }
      .path-properties .region-sidebar-first .property-type label[for*='type-1163']:before {
        content: '\edde'; }
  .path-properties .region-sidebar-first .size {
    margin-bottom: 10px; }
    .path-properties .region-sidebar-first .size .filter-content {
      padding: 0; }
    .path-properties .region-sidebar-first .size label {
      display: none; }
    .path-properties .region-sidebar-first .size input {
      margin: 0;
      border: 0;
      border-radius: 0; }
    .path-properties .region-sidebar-first .size .form-item-size-min input {
      border-bottom: 2px solid #e5e5e5; }
  .path-properties .region-sidebar-first .additional {
    margin-bottom: 20px; }
    .path-properties .region-sidebar-first .additional fieldset {
      margin-bottom: 20px; }
      .path-properties .region-sidebar-first .additional fieldset:last-child {
        margin-bottom: 0; }
    .path-properties .region-sidebar-first .additional legend {
      display: none; }
    .path-properties .region-sidebar-first .additional .form-item {
      line-height: 1; }
      .path-properties .region-sidebar-first .additional .form-item::before, .path-properties .region-sidebar-first .additional .form-item::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .path-properties .region-sidebar-first .additional .form-item::after {
        clear: both; }
    .path-properties .region-sidebar-first .additional input[type='checkbox'] {
      display: none; }
      .path-properties .region-sidebar-first .additional input[type='checkbox']:checked + label:after {
        content: '\ed4d'; }
    .path-properties .region-sidebar-first .additional label {
      font-size: 15px;
      line-height: 1;
      margin: 0;
      padding: 0 35px;
      width: 100%;
      position: relative; }
      .path-properties .region-sidebar-first .additional label:before {
        font-family: 'merritt-icons';
        font-weight: normal;
        font-size: 18px;
        color: #97999b;
        line-height: 15px;
        display: inline-block;
        width: 35px;
        position: absolute;
        top: 0;
        left: 0; }
      .path-properties .region-sidebar-first .additional label:after {
        content: '\edbc';
        font-family: 'merritt-icons';
        font-weight: normal;
        font-size: 20px;
        color: #97999b;
        line-height: 15px;
        display: inline-block;
        width: 35px;
        text-align: right;
        position: absolute;
        top: 0;
        right: 0; }
      .path-properties .region-sidebar-first .additional label[for*='leed']:before {
        content: '\e9de'; }
      .path-properties .region-sidebar-first .additional label[for*='space']:before {
        content: '\e91b'; }
      .path-properties .region-sidebar-first .additional label[for*='hub']:before {
        content: '\ea73'; }
      .path-properties .region-sidebar-first .additional label[for*='enterprise']:before {
        content: '\e8dc'; }
  .path-properties .region-sidebar-first .sort {
    display: none; }
  @media screen and (min-width: 31.25em) {
    .path-properties .region-sidebar-first .form-actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .path-properties .region-sidebar-first .form-actions .button {
    width: 100%; }
    @media screen and (min-width: 31.25em) {
      .path-properties .region-sidebar-first .form-actions .button {
        width: auto; } }
    @media print, screen and (min-width: 61.625em) {
      .path-properties .region-sidebar-first .form-actions .button {
        width: 100%;
        min-width: 0; } }
    .path-properties .region-sidebar-first .form-actions .button:first-child:not(:last-child) {
      margin-bottom: 10px; }
      @media screen and (min-width: 31.25em) {
        .path-properties .region-sidebar-first .form-actions .button:first-child:not(:last-child) {
          margin-bottom: 0;
          margin-right: 10px; } }
    .path-properties .region-sidebar-first .form-actions .button + .button {
      background-color: #8a8a8a; }
      .path-properties .region-sidebar-first .form-actions .button + .button:hover, .path-properties .region-sidebar-first .form-actions .button + .button:focus {
        background-color: #717171; }

.related-properties {
  background: none;
  padding: 40px 20px 50px; }
  .related-properties::before, .related-properties::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .related-properties::after {
    clear: both; }
  @media (min-width: 1200px) {
    .related-properties {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 60px 20px; } }
  .related-properties.lazy-loaded {
    background: url("/themes/custom/merritt/img/bg-related-properties.jpg") no-repeat top center;
    background-size: cover; }
  .related-properties header {
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .related-properties header {
        text-align: left;
        float: left;
        max-width: 315px;
        padding-right: 30px;
        margin-bottom: 0; } }
    .related-properties header h2 {
      color: #fff;
      font-size: 52px;
      line-height: 0.9;
      margin-bottom: 5px; }
      @media (min-width: 1200px) {
        .related-properties header h2 {
          font-size: 64px;
          line-height: 0.8;
          margin-bottom: 15px; } }
    .related-properties header p {
      color: #fff;
      font-size: 15px;
      line-height: 1.2; }
      .related-properties header p:last-child {
        margin-bottom: 0; }
    .related-properties header .button {
      background-color: #64a70b;
      margin-top: 10px; }
      .related-properties header .button:hover, .related-properties header .button:focus {
        background-color: #568f09; }
  .related-properties header + div {
    overflow: hidden; }
  .related-properties .properties {
    list-style-type: none;
    margin: 0 -10px;
    width: 1350px;
    max-width: 100%; }
    .related-properties .properties::before, .related-properties .properties::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .related-properties .properties::after {
      clear: both; }
    .related-properties .properties > li {
      float: left;
      width: 100%;
      padding-right: 0.55556rem;
      padding-left: 0.55556rem; }
      .related-properties .properties > li:nth-of-type(1n) {
        clear: none; }
      .related-properties .properties > li:nth-of-type(1n+1) {
        clear: both; }
      .related-properties .properties > li:last-child {
        float: left; }
    @media (min-width: 600px) {
      .related-properties .properties > li {
        float: left;
        width: 50%;
        padding-right: 0.55556rem;
        padding-left: 0.55556rem; }
        .related-properties .properties > li:nth-of-type(1n) {
          clear: none; }
        .related-properties .properties > li:nth-of-type(2n+1) {
          clear: both; }
        .related-properties .properties > li:last-child {
          float: left; } }
    @media print, screen and (min-width: 61.625em) {
      .related-properties .properties > li {
        float: left;
        width: 33.33333%;
        padding-right: 0.55556rem;
        padding-left: 0.55556rem; }
        .related-properties .properties > li:nth-of-type(1n) {
          clear: none; }
        .related-properties .properties > li:nth-of-type(3n+1) {
          clear: both; }
        .related-properties .properties > li:last-child {
          float: left; } }
    .related-properties .properties li {
      margin-bottom: 20px; }
      @media (min-width: 600px) {
        .related-properties .properties li {
          margin-bottom: 0; } }
    .related-properties .properties li:nth-child(3) {
      display: block;
      margin-bottom: 0; }
      @media (min-width: 600px) {
        .related-properties .properties li:nth-child(3) {
          display: none; } }
      @media print, screen and (min-width: 61.625em) {
        .related-properties .properties li:nth-child(3) {
          display: block; } }
    .related-properties .properties a {
      display: block;
      position: relative; }
      .related-properties .properties a:hover .property-info {
        background-color: rgba(100, 167, 11, 0.8);
        padding: 25px 15px; }
    .related-properties .properties img {
      width: 100%; }
    .related-properties .properties .property-info {
      background-color: rgba(0, 47, 108, 0.6);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 15px;
      z-index: 1;
      text-align: center;
      -webkit-transition: background 0.5s, padding 0.5s;
      transition: background 0.5s, padding 0.5s; }
      .related-properties .properties .property-info h3 {
        color: #fff;
        font-size: 20px;
        line-height: 1;
        font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-weight: 800;
        text-transform: none;
        margin-bottom: 2px; }
      .related-properties .properties .property-info h4 {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 2px; }
      .related-properties .properties .property-info p {
        color: #fff;
        font-size: 18px;
        line-height: 1;
        margin-bottom: 0; }

@media print, screen and (min-width: 61.625em) {
  .csstransitions .related-properties .properties li {
    -webkit-transition: opacity 1s, -webkit-transform 0.5s;
    transition: opacity 1s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 1s;
    transition: transform 0.5s, opacity 1s, -webkit-transform 0.5s;
    opacity: 0; }
    .csstransitions .related-properties .properties li.on-screen {
      opacity: 1; } }

.interactive-map-nc {
  height: 500px; }
  @media print, screen and (min-width: 61.625em) {
    .interactive-map-nc {
      height: 700px; } }
  .interactive-map-nc a {
    outline: none; }
  .interactive-map-nc h3 {
    text-align: center;
    margin-bottom: 0;
    padding: 10px; }
    .interactive-map-nc h3 + p {
      padding: 0 10px; }
  .interactive-map-nc h4 {
    color: #343536;
    font-size: 16px;
    font-weight: 350;
    text-align: center;
    line-height: 1.1; }
  .interactive-map-nc p {
    text-align: center;
    font-size: 16px;
    font-weight: normal; }
    .interactive-map-nc p:last-child {
      margin-bottom: 0; }
  .interactive-map-nc .driving-directions {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    color: #64a70b;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    margin-left: 3px;
    margin-bottom: -3px;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .interactive-map-nc .driving-directions:hover {
      color: #568f09; }
    .interactive-map-nc .driving-directions:before {
      content: '\f3ba';
      font-family: 'merritt-icons';
      display: block; }
  .interactive-map-nc .button {
    margin-bottom: 10px;
    font-weight: normal; }
    .interactive-map-nc .button.secondary:focus {
      background-color: #64a70b; }
      .interactive-map-nc .button.secondary:focus:hover {
        background-color: #568f09; }

.footer-wrapper {
  background-color: #343536;
  text-align: center;
  padding: 40px 0; }

.footer-nav-1 > ul {
  display: inline-block;
  list-style-type: none;
  margin-left: 0; }
  .footer-nav-1 > ul::before, .footer-nav-1 > ul::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .footer-nav-1 > ul::after {
    clear: both; }
  @media print, screen and (min-width: 61.625em) {
    .footer-nav-1 > ul li {
      display: inline-block;
      float: left; }
      .footer-nav-1 > ul li:after {
        content: '|';
        color: #97999b;
        font-size: 15px;
        font-weight: 250;
        display: inline-block;
        margin: 0 20px; }
      .footer-nav-1 > ul li:last-child:after {
        display: none; } }
  .footer-nav-1 > ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .footer-nav-1 > ul li a:hover, .footer-nav-1 > ul li a:focus {
      color: #64a70b; }

.footer-nav-2 > ul {
  display: inline-block;
  list-style-type: none;
  margin-left: 0; }
  .footer-nav-2 > ul::before, .footer-nav-2 > ul::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .footer-nav-2 > ul::after {
    clear: both; }
  @media print, screen and (min-width: 61.625em) {
    .footer-nav-2 > ul li {
      display: inline-block;
      float: left; }
      .footer-nav-2 > ul li:after {
        content: '|';
        color: #97999b;
        font-size: 15px;
        font-weight: 250;
        display: inline-block;
        margin: 0 20px; }
      .footer-nav-2 > ul li:last-child:after {
        display: none; } }
  .footer-nav-2 > ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .footer-nav-2 > ul li a:hover, .footer-nav-2 > ul li a:focus {
      color: #64a70b; }

.footer-wrapper .social-media > ul {
  display: inline-block;
  list-style-type: none;
  margin: 0 0 15px; }
  .footer-wrapper .social-media > ul::before, .footer-wrapper .social-media > ul::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .footer-wrapper .social-media > ul::after {
    clear: both; }
  @media print, screen and (min-width: 61.625em) {
    .footer-wrapper .social-media > ul {
      margin: 20px 0 30px; } }
  .footer-wrapper .social-media > ul li {
    float: left;
    width: 50px;
    height: 50px;
    margin: 5px; }
    .footer-wrapper .social-media > ul li a {
      display: block;
      height: 50px;
      border-radius: 500px;
      border: 2px solid;
      color: #97999b;
      font-size: 23px;
      line-height: 46px;
      text-align: center;
      text-decoration: none;
      overflow: hidden;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
      .footer-wrapper .social-media > ul li a:hover, .footer-wrapper .social-media > ul li a:focus {
        color: #fff; }
      .footer-wrapper .social-media > ul li a:before {
        content: 'X';
        font-family: 'merritt-icons';
        display: block;
        height: 50px; }
      .footer-wrapper .social-media > ul li a[href*='facebook']:before {
        content: '\ec0d'; }
      .footer-wrapper .social-media > ul li a[href*='linkedin']:before {
        content: '\ec6f'; }
      .footer-wrapper .social-media > ul li a[href*='twitter']:before {
        content: '\ecfe'; }
      .footer-wrapper .social-media > ul li a[href*='youtube']:before {
        content: '\ed31'; }
      .footer-wrapper .social-media > ul li a[href*='instagram']:before {
        content: '\ec53'; }

.footer-wrapper .locations {
  list-style-type: none;
  display: inline-block;
  margin: 0; }
  .footer-wrapper .locations::before, .footer-wrapper .locations::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .footer-wrapper .locations::after {
    clear: both; }
  @media (min-width: 1000px) {
    .footer-wrapper .locations {
      width: 100%;
      max-width: 1000px; } }
  .footer-wrapper .locations li {
    color: #fff;
    font-size: 15px;
    padding: 20px;
    border-bottom: 1px solid #717273; }
    @media (min-width: 1000px) {
      .footer-wrapper .locations li {
        float: left;
        width: 50%;
        padding: 20px;
        border-right: 1px solid #717273;
        border-bottom: 0; } }
    .footer-wrapper .locations li:first-child {
      padding-top: 0; }
      @media (min-width: 1000px) {
        .footer-wrapper .locations li:first-child {
          padding-top: 20px; } }
    .footer-wrapper .locations li:last-child {
      padding-bottom: 0;
      border-bottom: 0; }
      @media (min-width: 1000px) {
        .footer-wrapper .locations li:last-child {
          padding-bottom: 20px; } }
    @media (min-width: 1000px) {
      .footer-wrapper .locations li:nth-child(even) {
        border-right: 0; } }
    .footer-wrapper .locations li strong {
      font-weight: 800; }
    .footer-wrapper .locations li a {
      color: #64a70b;
      text-decoration: none;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
      .footer-wrapper .locations li a:hover, .footer-wrapper .locations li a:focus {
        color: #fff; }

footer .bottom {
  background-color: #343536; }
  footer .bottom .row {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px; }
    @media print, screen and (min-width: 87.5em) {
      footer .bottom .row {
        padding-left: 50px;
        padding-right: 50px; } }

.region-bottom {
  border-top: 1px solid #717273;
  padding: 20px 0; }
  .region-bottom::before, .region-bottom::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .region-bottom::after {
    clear: both; }
  @media print, screen and (min-width: 61.625em) {
    .region-bottom {
      padding: 15px 0; } }

.region-bottom .logo {
  display: none; }
  @media print, screen and (min-width: 61.625em) {
    .region-bottom .logo {
      width: 25%;
      float: left;
      padding-right: 1.11111rem;
      padding-left: 1.11111rem;
      display: block;
      padding-top: 30px; }
      .region-bottom .logo:last-child:not(:first-child) {
        float: right; } }
  .region-bottom .logo p {
    margin: 0; }
    .region-bottom .logo p a {
      display: block;
      width: 208px;
      max-width: 100%;
      height: 50px;
      background: none;
      text-indent: -999px;
      overflow: hidden; }
      .region-bottom .logo p a.lazy-loaded {
        background: url("/themes/custom/merritt/img/logo-footer.png") no-repeat left center;
        background-size: contain; }

.region-bottom .copyright {
  width: 100%;
  float: left;
  padding-right: 1.11111rem;
  padding-left: 1.11111rem;
  text-align: center; }
  .region-bottom .copyright:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 61.625em) {
    .region-bottom .copyright {
      width: 50%;
      float: left;
      padding-right: 1.11111rem;
      padding-left: 1.11111rem; }
      .region-bottom .copyright:last-child:not(:first-child) {
        float: right; } }
  .region-bottom .copyright p {
    margin: 0 0 17px;
    color: #fff;
    font-size: 15px;
    line-height: 1.3; }
    @media print, screen and (min-width: 61.625em) {
      .region-bottom .copyright p {
        margin: 47px 0 0; } }
    .region-bottom .copyright p a {
      color: #fff;
      -webkit-transition: color 0.5s;
      transition: color 0.5s;
      display: block; }
      @media print, screen and (min-width: 61.625em) {
        .region-bottom .copyright p a {
          display: inline; }
          .region-bottom .copyright p a:before {
            content: '| ';
            display: inline-block;
            margin: 0 10px 0 7px;
            color: #fff; } }
      .region-bottom .copyright p a:hover, .region-bottom .copyright p a:focus {
        color: #64a70b; }

.region-bottom .bbb-accredited {
  width: 100%;
  float: left;
  padding-right: 1.11111rem;
  padding-left: 1.11111rem; }
  .region-bottom .bbb-accredited:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 61.625em) {
    .region-bottom .bbb-accredited {
      width: 25%;
      float: left;
      padding-right: 1.11111rem;
      padding-left: 1.11111rem; }
      .region-bottom .bbb-accredited:last-child:not(:first-child) {
        float: right; } }
  .region-bottom .bbb-accredited p {
    margin: 0; }
    .region-bottom .bbb-accredited p a {
      background-color: #fff;
      border-radius: 7px;
      margin-left: auto !important;
      margin-right: auto !important; }
      @media print, screen and (min-width: 61.625em) {
        .region-bottom .bbb-accredited p a {
          margin-right: 0 !important; } }

.back-to-top {
  display: none;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  background-color: #97999b;
  overflow: hidden;
  font-family: 'merritt-icons';
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 50; }
  .back-to-top:hover {
    background-color: #64a70b;
    color: #fff; }
  .back-to-top:before {
    content: '\e814';
    display: block;
    height: 36px;
    color: #fff; }

.lazy-load {
  visibility: hidden; }

.eu-cookie-compliance-content {
  max-width: 100%;
  padding: 10px 20px; }
  @media print, screen and (min-width: 61.625em) {
    .eu-cookie-compliance-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media print, screen and (min-width: 87.5em) {
    .eu-cookie-compliance-content {
      padding-left: 70px;
      padding-right: 70px; } }

.eu-cookie-compliance-message {
  margin-top: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: none;
  float: none;
  line-height: 1.2;
  text-align: center; }
  @media print, screen and (min-width: 61.625em) {
    .eu-cookie-compliance-message {
      text-align: left; } }
  .eu-cookie-compliance-message h2 {
    font-size: 20px;
    font-weight: 800;
    font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    line-height: 1.2;
    text-transform: none;
    margin-bottom: 2px; }
  .eu-cookie-compliance-message p {
    font-size: 16px;
    font-weight: 150; }
  .eu-cookie-compliance-message button {
    font-size: 16px;
    font-weight: 150;
    line-height: 1.4;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .eu-cookie-compliance-message button:hover, .eu-cookie-compliance-message button:focus {
      color: rgba(255, 255, 255, 0.65); }

.eu-cookie-compliance-buttons {
  margin-bottom: 0;
  max-width: none;
  margin-top: 15px;
  text-align: center;
  float: none; }
  @media print, screen and (min-width: 61.625em) {
    .eu-cookie-compliance-buttons {
      margin-top: 0;
      text-align: right; } }
  .eu-cookie-compliance-buttons .decline-button {
    margin-top: 0;
    font-size: 16px;
    font-weight: 350;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .eu-cookie-compliance-buttons .decline-button:hover, .eu-cookie-compliance-buttons .decline-button:focus {
      color: rgba(255, 255, 255, 0.65); }
  .eu-cookie-compliance-buttons .agree-button {
    background: none;
    border: 2px solid #fff;
    color: #fff;
    font-family: "Abitare", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 350;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 200px;
    padding: 18px 30px;
    margin-right: 0;
    margin-top: 0;
    -webkit-transition: background 0.5s, color 0.5s;
    transition: background 0.5s, color 0.5s; }
    .eu-cookie-compliance-buttons .agree-button:hover, .eu-cookie-compliance-buttons .agree-button:focus {
      background-color: #fff;
      color: #64a70b; }
