@charset "UTF-8";
@font-face {
  font-family: 'tahu';
  src: url("../fonts/tahu-webfont.woff2") format("woff2"), url("../fonts/tahu-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*
 * Overrides for default bootstrap containers and modifiers for width and spacing
 */
.container-fluid {
  max-width: 1550px;
  padding: 0 15px; }

.container-fluid--med {
  max-width: 1280px; }

.container-fluid-wide {
  max-width: none;
  padding: 0 15px; }

.container--med {
  max-width: 1280px; }

.container--content {
  max-width: 1040px; }

.container--small {
  max-width: 930px; }

/*
 * New for blog posts
 */
.container--article {
  max-width: 768px; }

.container--article-small {
  max-width: 600px; }

.container--article-default {
  max-width: 1024px; }

.container--article-full {
  max-width: none; }

/*
 * Container for main menu mega menu items
 */
.o-mega-menu {
  background-color: white;
  opacity: 0;
  position: absolute;
  top: calc(100% + 15px);
  transition: 0.25s opacity, 0.25s visibility;
  visibility: hidden;
  z-index: 10; }
  .o-mega-menu.is-open {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 34.75em) {
    .o-mega-menu {
      min-width: 400px; } }
  .is-scrolled .o-mega-menu {
    top: 100%; }

.c-filter .o-mega-menu {
  margin-top: 12px; }

.o-nav-list, .tabs {
  list-style: none;
  margin: 0;
  padding: 0; }

/*
 *
 */
.c-styleguide {
  background-color: #fff;
  color: #333;
  border: solid 1px #e5e5e5;
  margin: 30px auto 0;
  max-width: 1000px;
  min-width: 900px;
  padding: 30px 50px 50px;
  width: 100%; }

.c-styleguide__header {
  border-bottom: solid 1px #e5e5e5;
  display: block;
  font-family: "adrianna",sans-serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 0 50px 0;
  padding-bottom: 30px;
  text-align: center; }

.c-styleguide__subheader {
  display: block;
  font-family: "adrianna",sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 30px 0 30px 0;
  text-align: center; }

.c-styleguide__colours--content {
  border: solid 1px #e5e5e5;
  display: block;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
  padding: 15px 15px 5px; }

.c-styleguide__colours--square {
  border: solid 1px #e5e5e5;
  border-bottom: 0;
  height: 40px;
  width: 100%; }

.c-styleguide__information {
  margin: 24px 0 0; }

.c-styleguide__tablenotes {
  font-size: 0.875rem;
  margin: 0 0 24px; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

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

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

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

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

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

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

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

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

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

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

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

.fancybox-slide--image {
  overflow: visible; }

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

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

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

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

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

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

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

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

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

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

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

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

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

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

/* required in specific order */
/*
 * Buttons have modifiers by size and color -- default button is red.
 */
.c-btn, form.c-contest-form__form .form-submit, .weather-warning .content .btn,
#block-block-3 .content .btn, .tabs a {
  background-color: #e2574c;
  border-radius: 16px;
  border: 0;
  color: #fbfbfb;
  display: inline-block;
  font-family: "adrianna", sans-serif;
  font-weight: 600;
  font-size: 12px;
  height: 34px;
  line-height: 36px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.25s background-color;
  white-space: normal; }
  .c-btn:hover, form.c-contest-form__form .form-submit:hover, .weather-warning .content .btn:hover,
  #block-block-3 .content .btn:hover, .tabs a:hover {
    background-color: #d51000; }

.c-btn--secondary {
  border-radius: 15px;
  font-size: 13px;
  height: 32px;
  line-height: 34px;
  padding: 0 20px; }

.c-btn--large {
  border-radius: 19px;
  font-size: 15px;
  height: 38px;
  line-height: 40px;
  padding: 0 25px; }

.c-btn--x-large {
  border-radius: 20px;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px; }

.c-btn--blue, form.c-contest-form__form .form-submit {
  background-color: #43b4e2; }
  .c-btn--blue:hover, form.c-contest-form__form .form-submit:hover {
    background-color: #1d8ebc; }

.c-btn--white {
  background-color: transparent;
  border: 2px solid white;
  box-shadow: none;
  color: white; }
  .c-btn--white:hover {
    background-color: white;
    color: #666666; }

.c-btn--white-red, .tabs a,
.c-btn--white-blue,
.c-btn--white-black,
.c-btn--filter {
  background-color: white;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15); }
  .c-btn--white-red:hover, .tabs a:hover,
  .c-btn--white-blue:hover,
  .c-btn--white-black:hover,
  .c-btn--filter:hover {
    background-color: #f9f8f7; }

.c-btn--white-red, .tabs a {
  color: #e2574c; }

.c-btn--white-blue {
  color: #43b4e2; }

.c-btn--white-black {
  border: 1px solid #e2e2e2;
  box-shadow: none;
  color: #666666; }
  .c-btn--white-black:hover {
    color: #d51000; }

.c-btn--filter {
  border: solid 1px #ebebeb;
  box-shadow: none;
  color: #666666;
  font-size: 12px;
  line-height: 32px;
  margin: 6px; }
  @media (max-width: 34.74em) {
    .c-btn--filter {
      display: block; } }
  .c-btn--filter.is-active {
    background-color: #43b4e2;
    color: #fbfbfb; }
    .c-btn--filter.is-active:hover {
      background-color: #1d8ebc; }

.c-btn--order {
  margin-top: -40px;
  position: absolute;
  right: 20px;
  z-index: 1; }

/*
 * Burger icon with text in menu bar
 */
.c-burger {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 20px;
  position: absolute;
  top: -2px;
  z-index: 5; }
  .c-burger:focus {
    outline: none; }
  @media (min-width: 50.8125em) {
    .c-burger {
      display: none; } }

.c-burger__icon {
  display: inline-block;
  height: 20px;
  position: relative;
  vertical-align: middle;
  width: 28px; }

.c-burger__line {
  background-color: #43b4e2;
  border-radius: 2px;
  display: block;
  height: 3px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: 0.25s -webkit-transform ease-in-out;
  transition: 0.25s transform ease-in-out;
  transition: 0.25s transform ease-in-out, 0.25s -webkit-transform ease-in-out;
  width: 100%; }

.c-burger__line:nth-child(1) {
  top: 0; }
  .is-open .c-burger__line:nth-child(1) {
    left: 50%;
    top: 8px;
    width: 0; }

.c-burger__line:nth-child(2) {
  top: 8px; }
  .is-open .c-burger__line:nth-child(2) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.c-burger__line:nth-child(3) {
  top: 8px; }
  .is-open .c-burger__line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.c-burger__line:nth-child(4) {
  top: 16px; }
  .is-open .c-burger__line:nth-child(4) {
    left: 50%;
    top: 8px;
    width: 0; }

.main-nav-check:checked ~ .c-top .c-burger__line:nth-child(1) {
  left: 50%;
  top: 8px;
  width: 0; }

.main-nav-check:checked ~ .c-top .c-burger__line:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.main-nav-check:checked ~ .c-top .c-burger__line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.main-nav-check:checked ~ .c-top .c-burger__line:nth-child(4) {
  left: 50%;
  top: 8px;
  width: 0; }

/*
 * Hero media block at the top of every page. Can contain image or video and text headline.
 */
.c-hero {
  margin: 0 auto;
  height: 300px;
  max-height: 75vh;
  overflow: hidden;
  position: relative; }
  @media (min-width: 61.25em) {
    .c-hero {
      height: 500px; } }
  .c-hero::after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to top, transparent 75%, rgba(0, 0, 0, 0.5) 100%);
    content: ''; }
  @media (max-width: 34.74em) {
    .node-type-property .c-hero {
      display: none; } }

.c-hero--blank {
  height: 125px; }
  @media (min-width: 46.25em) {
    .c-hero--blank {
      height: 220px; } }

.c-hero--article {
  height: 320px; }

@media (max-width: 46.24em) {
  .c-hero--mobile-sm {
    height: 200px; } }

@media (min-width: 46.25em) {
  .c-hero--md {
    height: 500px; } }

@media (min-width: 75em) {
  .c-hero--md {
    height: 600px; } }

@media (min-width: 99.875em) {
  .c-hero--md {
    height: 660px; } }

@media (min-width: 120em) {
  .c-hero--md {
    height: 780px; } }

@media (min-width: 46.25em) {
  .c-hero--lg {
    height: 980px; } }

@media (max-width: 46.24em) {
  .c-hero--mobile-full {
    height: 100vh; } }

@media (max-width: 34.74em) {
  .c-hero--has-mobile {
    height: auto;
    max-height: none; } }

.c-hero--home {
  margin-bottom: 28px;
  height: 100vh;
  max-height: none;
  min-height: 475px; }
  @media (min-width: 61.25em) {
    .c-hero--home {
      border-bottom: 0;
      height: 100vh;
      margin-bottom: 28px; } }

/**
 * Property Pages
 */
.node-type-property .c-hero--property {
  display: block;
  max-height: 400px; }
  @media (min-width: 34.75em) {
    .node-type-property .c-hero--property {
      display: none; } }

.c-hero__media {
  height: 100%; }
  @media (max-width: 34.74em) {
    .c-hero--has-mobile .c-hero__media {
      display: none; } }

video.c-hero__media {
  background-size: cover;
  width: 100%; }
  @media (min-width: 34.75em) {
    video.c-hero__media {
      background-position: center; } }
  @media (min-width: 46.25em) {
    video.c-hero__media {
      /* Make video to at least 100% wide and tall */
      min-width: 100%;
      min-height: 100%;
      /* Setting width & height to auto prevents the browser from stretching or squishing the video */
      width: auto;
      height: auto;
      /* Center the video */
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

/*
 * I should really be able to find a better way around this, but here we are...
 */
video.c-hero__media-sm-video {
  background-size: cover;
  width: 100%;
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.c-hero__placeholder {
  background-image: url(../img/npi_sky.jpg);
  background-size: cover;
  background-position: center;
  height: 100%; }

.c-hero__wordmark {
  background: transparent url(../img/npi-lockup-home.png) no-repeat 0 0;
  background-size: 100%;
  bottom: 140px;
  height: 81px;
  left: 50%;
  padding: 0 20px;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 280px; }
  @media (min-width: 46.25em) {
    .c-hero__wordmark {
      bottom: 150px;
      height: 174px;
      width: 600px; } }

.c-hero__next {
  background: transparent url(../img/icons/down-arrow.svg) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  bottom: 80px;
  height: 44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 42px;
  z-index: 2; }

.c-hero__overlay-image {
  max-width: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (min-width: 34.75em) {
    .c-hero__overlay-image {
      max-width: 400px; } }
  @media (min-width: 61.25em) {
    .c-hero__overlay-image {
      max-width: none; } }

.c-hero__overlay-text {
  background: linear-gradient(to bottom, transparent 25%, rgba(0, 0, 0, 0.5) 100%);
  bottom: 0;
  color: white;
  font: 400 1rem "adrianna", sans-serif;
  font-size: 24px;
  font-weight: 700;
  left: 0;
  line-height: 0.95;
  padding: 20px;
  position: absolute;
  right: 0; }
  .c-hero__overlay-text span {
    font-size: 18px;
    font-weight: 400; }
    @media (min-width: 46.25em) {
      .c-hero__overlay-text span {
        font-size: 24px; } }
    @media (min-width: 61.25em) {
      .c-hero__overlay-text span {
        font-size: 36px; } }
  @media (min-width: 46.25em) {
    .c-hero__overlay-text {
      background: transparent;
      bottom: 90px;
      font-size: 48px;
      left: 50%;
      max-width: 80%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 100%; } }
  @media (min-width: 61.25em) {
    .c-hero__overlay-text {
      font-size: 64px; } }
  @media (min-width: 99.875em) {
    .c-hero__overlay-text {
      max-width: 1280px; } }

@media (min-width: 61.25em) {
  .c-hero__mobile-hero {
    display: none !important; } }

@media (min-width: 34.75em) {
  .node-type-property .c-hero__mobile-hero {
    display: block; } }

.c-hero__now-open {
  bottom: 210px;
  color: white;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 25px;
  font-weight: bold;
  left: 50%;
  letter-spacing: -2px;
  position: absolute;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5; }
  @media (min-width: 34.75em) {
    .c-hero__now-open {
      bottom: 240px; } }
  @media (min-width: 46.25em) {
    .c-hero__now-open {
      bottom: 270px;
      font-size: 35px; } }
  @media (min-width: 61.25em) {
    .c-hero__now-open {
      bottom: 300px;
      font-size: 50px;
      letter-spacing: -3px; } }

.c-hero-text {
  bottom: 20px;
  color: white;
  left: 15px;
  position: absolute;
  right: 15px;
  z-index: 1; }
  @media (min-width: 75em) {
    .c-hero-text {
      bottom: 30px; } }
  @media (min-width: 99.875em) {
    .c-hero-text {
      left: 50%;
      right: auto;
      padding: 0 15px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 1550px; } }

.c-hero-text__main {
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 800;
  font-size: 30px;
  position: relative;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  text-transform: uppercase; }
  @media (min-width: 75em) {
    .c-hero-text__main {
      font-size: 46px; } }
  .c-hero-text--has-secondary .c-hero-text__main {
    left: 20px; }
    @media (min-width: 75em) {
      .c-hero-text--has-secondary .c-hero-text__main {
        font-size: 56px;
        left: 45px; } }

.c-hero-text__secondary {
  display: block;
  font-family: "tahu", serif;
  font-size: 63px;
  position: relative;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  top: 20px;
  z-index: 2; }
  @media (min-width: 75em) {
    .c-hero-text__secondary {
      font-size: 70px;
      top: 26px; } }

.front .c-hero-text {
  bottom: 80px;
  left: 20px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }
  @media (min-width: 46.25em) {
    .front .c-hero-text {
      bottom: 0;
      left: 30px; } }
  @media (min-width: 75em) {
    .front .c-hero-text {
      left: 20%; } }

.front .c-hero-text__main {
  top: -12px;
  font-size: 18px;
  left: 0; }
  @media (min-width: 34.75em) {
    .front .c-hero-text__main {
      font-size: 36px;
      left: 20px; } }
  @media (min-width: 46.25em) {
    .front .c-hero-text__main {
      font-size: 44px;
      left: 30px;
      top: -35px; } }
  @media (min-width: 61.25em) {
    .front .c-hero-text__main {
      font-size: 62px; } }
  @media (min-width: 75em) {
    .front .c-hero-text__main {
      left: 50px;
      top: -45px; } }

.front .c-hero-text__secondary {
  font-size: 40px;
  top: 0; }
  @media (min-width: 46.25em) {
    .front .c-hero-text__secondary {
      font-size: 60px; } }
  @media (min-width: 75em) {
    .front .c-hero-text__secondary {
      font-size: 60px; } }

/*
 * Container for art directed images. Provides centering of images to act like background-image: cover
 */
.c-picture {
  background-color: #f9f8f7;
  display: block;
  height: 100%;
  left: -50%;
  overflow: hidden;
  position: relative;
  width: 200%; }

.c-picture__image {
  left: 0;
  margin: auto;
  min-width: 50%;
  min-height: 100%;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  transition: 0.25s opacity;
  top: 0; }
  .c-picture__image.is-loaded {
    opacity: 1; }
  .c-hero--sm .c-picture__image,
  .c-hero--align-middle .c-picture__image {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .c-hero--align-top .c-picture__image {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: auto;
    top: 0; }
  .c-hero--align-bottom .c-picture__image {
    bottom: 0;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .c-hero--blank .c-picture__image {
    max-width: none; }

/* in alphabetical order */
/*
 *
 */
.c-admin {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px; }
  .not-logged-in .c-admin {
    display: none; }

.c-admin__item {
  display: inline-block;
  padding: 10px 10px 10px 0; }

.c-article {
  position: relative; }

.c-article__subscribe {
  background-color: #f9f8f7;
  color: #666666;
  display: none;
  font: 400 1rem "adrianna", sans-serif;
  font-size: 20px;
  padding: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 200px;
  width: 200px; }
  @media (min-width: 75em) {
    .c-article__subscribe {
      display: block; } }

.c-article__subscribe-text {
  margin-bottom: 20px; }
  .c-article__subscribe-text span {
    color: #d51000;
    display: block;
    font-size: 36px; }

.c-article__meta {
  color: #666666;
  font-size: 15px;
  margin: 0 0 10px; }
  @media (min-width: 75em) {
    .c-article__meta {
      margin: 0 0 30px; } }

@media (max-width: 74.99em) {
  .c-article__actions {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; } }

.c-heart--node.c-article__heart {
  display: inline-block;
  position: static; }
  @media (min-width: 75em) {
    .c-heart--node.c-article__heart {
      left: -100px;
      position: absolute;
      top: 77px;
      width: 65px; } }

.c-article__share {
  color: #d51000;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  width: 80px; }
  .c-article__share svg {
    width: 32px; }
  @media (min-width: 75em) {
    .c-article__share {
      left: -100px;
      position: absolute;
      top: 160px; } }

.c-share-popup {
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  left: -10px;
  padding: 30px;
  position: absolute;
  top: 150px;
  z-index: 2; }
  .c-share-popup.is-hidden {
    opacity: 0;
    visibility: hidden; }

.c-share-popup__close {
  background-color: white;
  border-radius: 100%;
  height: 30px;
  padding: 0;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px; }
  .c-share-popup__close svg {
    height: 100%;
    width: 100%; }

.c-article__caption,
.field-name-field-caption {
  border: 1px solid #ccc;
  border-top: 0; }

.c-article__arrows-container {
  margin-bottom: 25px; }
  @media (min-width: 46.25em) {
    .c-article__arrows-container {
      margin-bottom: 100px; } }
  @media (min-width: 75em) {
    .c-article__arrows-container {
      margin-bottom: 0; } }

.c-article__previous {
  position: absolute;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none; }

.c-article__next {
  position: absolute;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  text-decoration: none; }

.c-article__arrow-left {
  content: '';
  height: 30px;
  width: 30px;
  margin-top: 0;
  background: url("../img/icons/left-arrow.svg") no-repeat left top;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (min-width: 46.25em) {
    .c-article__arrow-left {
      width: 50px;
      height: 100px;
      margin-top: 20px; } }

.c-article__arrow-right {
  content: '';
  height: 30px;
  width: 30px;
  margin-top: 0;
  background: url("../img/icons/right-arrow.svg") no-repeat right top;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (min-width: 46.25em) {
    .c-article__arrow-right {
      width: 50px;
      height: 100px;
      margin-top: 20px; } }

.c-article__arrow-copy {
  padding-top: 3px;
  color: #e2574c;
  -webkit-flex-grow: 11;
      -ms-flex-positive: 11;
          flex-grow: 11;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }
  @media (min-width: 46.25em) {
    .c-article__arrow-copy {
      width: 225px;
      padding-top: 0; } }

.c-article__arrow-title {
  font-size: 15px;
  font-style: italic; }

.c-article__arrow-blog {
  display: none; }
  @media (min-width: 46.25em) {
    .c-article__arrow-blog {
      display: block;
      font: 400 1rem "adrianna", sans-serif;
      font-weight: 400;
      font-size: 19px; } }

.c-article__bottom-meta hr {
  border: 0;
  border-top: 1px solid #ccc; }

.c-article__social-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 18px 0;
  position: relative;
  z-index: 1; }
  .c-article__social-row .st-total {
    margin-right: 15px !important; }
  .c-article__social-row .st-first {
    margin-right: 15px;
    margin-left: 0 !important; }
  .c-article__social-row .st-btn {
    margin: 0 15px; }

.c-article__social-list {
  display: inline-block;
  line-height: 1;
  padding: 0 15px;
  text-align: left; }

.c-article__social-items {
  display: inline-block;
  margin: 0 4px; }
  @media (min-width: 46.25em) {
    .c-article__social-items {
      margin: 0 8px; } }
  @media (min-width: 75em) {
    .c-article__social-items {
      margin: 0 12px; } }

.c-article__social-anchor {
  display: block; }

.c-article__social-icon {
  height: 35px;
  width: 35px; }

.c-article__tag-row {
  margin: 18px 0;
  color: #666666; }

.c-article_tag-list {
  display: inline-block;
  padding: 0; }

.c-article__tag-items {
  display: inline-block; }

.c-article__tag-anchor {
  color: inherit; }

.c-article .twitter-tweet {
  margin-left: auto !important;
  margin-right: auto !important; }

.c-article-image {
  margin-bottom: 50px;
  margin-top: 50px; }

.c-article-image__img {
  display: block; }

.c-article-image__caption,
.field-name-field-caption {
  border: 1px solid #ebebeb;
  border-top: 0;
  color: #666666;
  font-family: "adrianna", sans-serif;
  font-size: 15px;
  padding: 8px 16px; }
  .c-article-image__caption a,
  .field-name-field-caption a {
    color: #e2574c; }

.promotion-main-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px; }
  @media (min-width: 61.25em) {
    .promotion-main-content {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }

@media (min-width: 61.25em) {
  .promotion-left-content {
    max-width: 75%; } }

.promotion-left-content p {
  font-size: 18px;
  line-height: 42px;
  color: #666666;
  margin-bottom: 60px; }

.promotion-flight-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 330px; }
  @media (min-width: 61.25em) {
    .promotion-flight-image {
      margin-left: 40px; } }
  .promotion-flight-image img {
    max-width: 330px; }

.c-blog__hero-card {
  bottom: 64%;
  display: none;
  left: -1px;
  position: relative;
  z-index: 1; }
  @media (min-width: 75em) {
    .c-blog__hero-card {
      display: block; } }

.c-blog__hero-card .c-card__content {
  padding: 45px 25px !important; }

.c-brand-text {
  bottom: 0;
  color: white;
  left: 20px;
  position: absolute; }
  @media (min-width: 34.75em) {
    .c-brand-text {
      left: 30px; } }
  @media (min-width: 61.25em) {
    .c-brand-text {
      left: 10%; } }
  @media (min-width: 75em) {
    .c-brand-text {
      left: 20%; } }
  @media (max-width: 46.24em) {
    .c-hero .c-brand-text {
      bottom: 80px; } }
  .c-card .c-brand-text {
    bottom: 0;
    left: initial;
    text-align: center;
    top: initial;
    width: 100%; }
    @media (min-width: 61.25em) {
      .c-card .c-brand-text {
        bottom: 20px; } }

.c-brand-text__script {
  display: block;
  font-family: "tahu", serif;
  font-size: 40px;
  position: relative;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  z-index: 2; }
  @media (min-width: 34.75em) {
    .c-brand-text__script {
      font-size: 45px; } }
  @media (min-width: 46.25em) {
    .c-brand-text__script {
      font-size: 60px; } }
  @media (min-width: 75em) {
    .c-brand-text__script {
      font-size: 70px; } }
  .c-card .c-brand-text__script {
    font-size: 30px; }
    @media (min-width: 61.25em) {
      .c-card .c-brand-text__script {
        font-size: 45px; } }

.c-brand-text__block {
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 800;
  font-size: 30px;
  position: relative;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  top: -22px;
  z-index: 1; }
  @media (min-width: 34.75em) {
    .c-brand-text__block {
      font-size: 35px; } }
  @media (min-width: 46.25em) {
    .c-brand-text__block {
      font-size: 60px;
      left: 30px;
      top: -35px; } }
  @media (min-width: 61.25em) {
    .c-brand-text__block {
      left: 50px; } }
  @media (min-width: 75em) {
    .c-brand-text__block {
      font-size: 85px;
      top: -45px; } }
  @media (min-width: 61.25em) {
    .c-external-video .c-brand-text__block {
      font-size: 70px;
      top: -40px; } }
  .c-card .c-brand-text__block {
    font-size: 30px;
    left: initial;
    top: -8px; }
    @media (min-width: 61.25em) {
      .c-card .c-brand-text__block {
        font-size: 40px;
        top: -15px; } }

/*
 *
 */
.c-breadcrumbs {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0; }

.c-breadcrumbs__list {
  color: #666666;
  font: 400 1rem "adrianna", sans-serif;
  font-size: 11px;
  letter-spacing: 0.025em; }

.c-breadcrumbs__item {
  border-right: 1px solid #e2e2e2;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px; }
  .c-breadcrumbs__item:last-child {
    border-right: 0; }
  .c-breadcrumbs__item a {
    color: #e2574c;
    text-decoration: none; }
    .c-breadcrumbs__item a:hover {
      text-decoration: underline; }

.c-back-link {
  color: #666666;
  font: 400 1rem "adrianna", sans-serif;
  font-size: 11px;
  letter-spacing: 0.025em;
  padding: 10px 0; }

.c-back-link__link {
  color: #e2574c;
  text-decoration: none; }
  .c-back-link__link:hover {
    text-decoration: underline; }
  .c-back-link__link::before {
    content: "\003C";
    display: inline-block;
    margin-right: 10px; }

/*
 * Main card used to display listings and pages in a consistent and flexible method
 */
.c-card {
  background: white;
  border: 1px solid #f5f5f5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: 0.25s box-shadow; }
  @media (min-width: 34.75em) {
    .c-card {
      height: 420px;
      margin-bottom: 30px; }
      .c-card:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } }
  .c-card-slider .c-card {
    margin: 0 2px; }
    @media (min-width: 99.875em) {
      .c-card-slider .c-card {
        margin: 0; } }
  .card-columns .c-card {
    height: 100% !important;
    margin-bottom: 0;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -webkit-align-items: normal;
        -ms-flex-align: normal;
            align-items: normal; }
  .o-mega-menu .c-card {
    height: 350px;
    margin-bottom: 0; }
  .c-blog__hero-card .c-card {
    max-width: 600px; }
  .c-blog__card .c-card {
    height: auto; }

@media (min-width: 61.25em) {
  .c-card--tall {
    height: 870px; } }

.c-card--alt {
  background: #fbfbfb;
  height: 320px; }

.c-card--cr {
  height: 325px; }
  @media (min-width: 46.25em) {
    .c-card--cr {
      height: 230px; } }

@media (min-width: 46.25em) {
  .c-card--cr.c-card--tall {
    height: 500px; } }

.c-card--video {
  height: auto; }

.c-card--deal {
  height: auto; }
  @media (min-width: 46.25em) {
    .c-card--deal {
      height: 100%;
      margin: 0; } }

.c-card--video_card {
  display: none; }
  @media (min-width: 46.25em) {
    .c-card--video_card {
      display: block; } }

.c-card--new {
  height: 500px; }
  @media (min-width: 61.25em) {
    .c-card--new {
      height: 600px; } }
  .c-card--new .c-card__image {
    -webkit-flex-grow: unset;
        -ms-flex-positive: unset;
            flex-grow: unset; }
  @media (min-width: 75em) {
    .c-card-slider__slide .c-card--new {
      width: 300px; } }
  @media (min-width: 99.875em) {
    .c-card-slider__slide .c-card--new {
      width: 400px; } }

.c-card--slider {
  height: auto; }
  @media (min-width: 46.25em) {
    .c-card--slider {
      height: 425px; } }
  @media (min-width: 61.25em) {
    .c-card--slider {
      height: 600px; } }

.c-card__edit {
  left: 5px;
  position: absolute;
  top: 5px;
  z-index: 1; }

.c-card__image {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative; }
  .c-card__image.c-card__slide {
    display: block; }
  .card-columns .c-card__image {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    height: 250px; }
  .c-card--deal .c-card__image {
    height: 215px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    @media (min-width: 34.75em) {
      .c-card--deal .c-card__image {
        height: 315px; } }
  .c-card--video .c-card__image {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    height: 0;
    padding-top: 56.25%; }
  .c-blog__card .c-card__image {
    height: 345px; }
    @media (min-width: 75em) {
      .c-blog__card .c-card__image {
        height: auto; } }
  .c-card__image--even {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .c-card--new .c-card__image {
    height: 300px; }
    @media (min-width: 34.75em) {
      .c-card--new .c-card__image {
        height: 280px; } }
    @media (min-width: 46.25em) {
      .c-card--new .c-card__image {
        height: 280px; } }
    @media (min-width: 61.25em) {
      .c-card--new .c-card__image {
        height: 330px; } }
    @media (min-width: 99.875em) {
      .c-card--new .c-card__image {
        height: 400px; } }

.card-columns .c-card__blog_image {
  height: 400px; }

.c-card__image-static {
  background-size: contain; }

.c-card__content {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: auto 0;
  min-height: 100px;
  padding: 25px; }
  .card-columns .c-card__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .c-card--deal .c-card__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 235px;
    padding-bottom: 0; }
  .c-mega-menu__card .c-card__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    min-height: 50px;
    padding: 10px; }
  .c-blog__hero-card .c-card__content {
    margin-left: 40px;
    padding: 45px 25px; }

.c-card__content--cr {
  min-height: 0;
  padding: 10px; }

.c-card__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  max-width: 80%; }
  .c-card--deal .c-card__header {
    display: none; }
  .c-mega-menu__card .c-card__header {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }

.c-card__heart {
  margin-left: auto;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.c-card__headline {
  color: #222222;
  display: block;
  font-size: 18px;
  font: 400 1rem "adrianna", sans-serif;
  margin-bottom: 6px;
  line-height: 1;
  max-width: 80%; }
  @media (min-width: 46.25em) {
    .c-card__headline {
      font-size: 21px; } }
  .c-card--deal .c-card__headline {
    color: #666666;
    font-family: "utopia-std", serif;
    font-size: 20px;
    margin: 0;
    text-align: center;
    width: 100%; }
  .c-mega-menu__card .c-card__headline {
    font-size: 16px; }
  .c-blog__card .c-card__headline {
    color: #d51000;
    font-size: 2rem; }

.c-card__property,
.c-card__location {
  color: #585858;
  font-family: "adrianna", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase; }

.c-card__property_highlight {
  color: #666666;
  font-family: "adrianna", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  max-width: 80%; }

.c-card__location {
  text-transform: none; }

.c-card__property {
  color: black; }

.c-card__location {
  margin-bottom: 5px; }

.c-card__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .card-columns .c-card__text {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: auto; }
  .c-blog__card .c-card__text {
    line-height: 1.75; }

.c-card__description {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  color: #666666;
  display: block;
  font-size: 16px;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin: 6px 0 6px; }
  .card-columns .c-card__description {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .c-card--deal .c-card__description {
    font-family: "adrianna", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 24px; }
  .c-card--no-description .c-card__description {
    display: none; }

.c-card--deal .c-card__buttons {
  border-top: 1px solid #f5f5f5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-left: -25px;
  margin-right: -25px; }
  @media (min-width: 34.75em) {
    .c-card--deal .c-card__buttons {
      margin-top: auto; } }
  .c-card--deal .c-card__buttons .c-btn, .c-card--deal .c-card__buttons form.c-contest-form__form .form-submit, form.c-contest-form__form .c-card--deal .c-card__buttons .form-submit, .c-card--deal .c-card__buttons .weather-warning .content .btn, .weather-warning .content .c-card--deal .c-card__buttons .btn, .c-card--deal .c-card__buttons
  #block-block-3 .content .btn,
  #block-block-3 .content .c-card--deal .c-card__buttons .btn, .c-card--deal .c-card__buttons .tabs a, .tabs .c-card--deal .c-card__buttons a {
    border-right: 1px solid #f5f5f5;
    border-radius: 0;
    display: block;
    height: 48px;
    line-height: 48px;
    margin: 0;
    width: 50%;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .c-card--deal .c-card__buttons .c-btn.c-btn--blue, .c-card--deal .c-card__buttons form.c-contest-form__form .form-submit, form.c-contest-form__form .c-card--deal .c-card__buttons .form-submit, .c-card--deal .c-card__buttons .weather-warning .content .c-btn--blue.btn, .weather-warning .content .c-card--deal .c-card__buttons .c-btn--blue.btn, .c-card--deal .c-card__buttons
    #block-block-3 .content .c-btn--blue.btn,
    #block-block-3 .content .c-card--deal .c-card__buttons .c-btn--blue.btn, .c-card--deal .c-card__buttons
    #block-block-3 .content form.c-contest-form__form .btn.form-submit,
    #block-block-3 .content form.c-contest-form__form .c-card--deal .c-card__buttons .btn.form-submit, .c-card--deal .c-card__buttons form.c-contest-form__form
    #block-block-3 .content .btn.form-submit, form.c-contest-form__form
    #block-block-3 .content .c-card--deal .c-card__buttons .btn.form-submit, .c-card--deal .c-card__buttons .tabs a.c-btn--blue, .tabs .c-card--deal .c-card__buttons a.c-btn--blue {
      background: none;
      color: #43b4e2; }
    .c-card--deal .c-card__buttons .c-btn:last-child, .c-card--deal .c-card__buttons form.c-contest-form__form .form-submit:last-child, form.c-contest-form__form .c-card--deal .c-card__buttons .form-submit:last-child, .c-card--deal .c-card__buttons .weather-warning .content .btn:last-child, .weather-warning .content .c-card--deal .c-card__buttons .btn:last-child, .c-card--deal .c-card__buttons
    #block-block-3 .content .btn:last-child,
    #block-block-3 .content .c-card--deal .c-card__buttons .btn:last-child, .c-card--deal .c-card__buttons .tabs a:last-child, .tabs .c-card--deal .c-card__buttons a:last-child {
      border: none; }

.c-card__button {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 6px;
  margin-top: 6px;
  text-align: center; }

.c-card__date {
  color: #666666;
  display: block;
  font-size: 14px;
  font-style: italic;
  margin: 12px 0; }
  .c-blog__card .c-card__date {
    margin-bottom: 12px; }

/**
   * Card Video
   */
.c-card__bg-video {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%; }

.c-card__video-top,
.c-card__video-bottom {
  color: white;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B";
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50%;
  width: 100%; }

.c-card__video-top {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1px;
  text-transform: uppercase;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px); }
  @media (min-width: 61.25em) {
    .c-card__video-top {
      font-size: 40px; } }

.c-card__video-bottom {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -1px;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px); }
  @media (min-width: 61.25em) {
    .c-card__video-bottom {
      font-size: 34px; } }
  .c-card__video-bottom span {
    font-weight: 700;
    font-size: 28px; }
    @media (min-width: 46.25em) {
      .c-card__video-bottom span {
        font-size: 36px; } }

.c-card__video-button {
  position: absolute;
  bottom: 12px;
  right: 12px; }

.c-card__blog-buttons {
  margin: 20px 0; }
  .c-card__blog-buttons .c-heart__button {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .c-card__blog-buttons .c-heart__svg {
    margin-right: 10px; }
  .c-card__blog-buttons .c-heart__text {
    font-style: italic; }
  .c-card__blog-buttons .c-card__share {
    vertical-align: bottom; }
    .c-card__blog-buttons .c-card__share a {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: #d51000;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      text-decoration: none;
      font-style: italic; }
      .c-card__blog-buttons .c-card__share a svg {
        margin-right: 10px;
        width: 24px; }
  .c-blog__card .c-card__blog-buttons {
    margin-bottom: 0; }

.c-blog__wide-cards .c-blog__wide-card.c-blog__card_even .c-card__edit {
  left: auto;
  right: 5px; }

.c-blog__wide-cards .c-blog__wide-card.c-blog__card_even .c-card {
  background: #f9f8f7; }

.c-blog__wide-cards .c-blog__wide-card .c-card {
  margin: 0; }
  @media (min-width: 75em) {
    .c-blog__wide-cards .c-blog__wide-card .c-card {
      height: 550px; } }
  .c-blog__wide-cards .c-blog__wide-card .c-card .c-card__content {
    padding: 40px; }
    @media (min-width: 75em) {
      .c-blog__wide-cards .c-blog__wide-card .c-card .c-card__content {
        min-height: 550px;
        padding: 100px; } }

.c-card-slider__slide div[data-card-title="Boston Nonstop to NPI"],
.c-card-slider__slide div[data-card-title="Nonstop to Nassau Paradise Island!"] {
  display: none; }
  .isBoston .c-card-slider__slide div[data-card-title="Boston Nonstop to NPI"], .isBoston
  .c-card-slider__slide div[data-card-title="Nonstop to Nassau Paradise Island!"] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.c-card__stay-flag {
  height: auto;
  width: 55px;
  position: absolute;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  right: 20px;
  padding-top: 10px; }
  .c-card--property .c-card__stay-flag {
    top: 260px; }
    @media screen and (min-width: 1280px) {
      .c-card--property .c-card__stay-flag {
        bottom: 20px;
        top: auto; } }
  .c-card--deal .c-card__stay-flag {
    bottom: 60px; }

.c-card--deal .c-card__text {
  margin-bottom: 20px; }

.c-card--property .c-card__text {
  margin-top: 10px; }

/*
 * Carousel used for displaying listings of cards on category pages
 */
.c-card-slider {
  overflow: hidden;
  padding: 2px 0; }
  @media (min-width: 61.25em) {
    .c-card-slider {
      overflow: visible; } }

.c-card-slider__container {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 46.25em) {
  .c-card-slider__slide {
    margin-left: 15px;
    margin-right: 15px; } }

/*
 * Slick slider overrides specific to .c-card-slider
 */
@media (max-width: 46.24em) {
  .c-card-slider .slick-arrow {
    top: 25px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.8; } }

.c-card-slider .slick-slide:focus {
  outline: 0; }

.c-card-slider .slick-list {
  overflow: visible; }

@media (min-width: 61.25em) {
  .c-card-slider .slick-active-last,
  .c-card-slider .slick-slide[aria-hidden="true"] {
    display: block;
    opacity: 0.4;
    transition: all 0.3s ease-out; } }

.c-card-slider__listing:nth-of-type(odd) {
  background-color: #f9f8f7; }

/*
 * Keep informed, request more info, contact us, etc.
 */
.c-contact-form {
  margin-bottom: 0;
  padding-top: 0; }
  @media (max-width: 34.74em) {
    .c-contact-form {
      padding: 0; } }

.c-contact-form__col {
  padding: 0 20px;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media (min-width: 61.25em) {
    .c-contact-form__col {
      padding: 0 50px;
      margin-bottom: 50px;
      margin-top: 50px; } }

.c-contact-form__col--border {
  border-left: 1px solid #f9f8f7; }

.c-contact-form__image {
  margin-bottom: 12px; }

.field-intro {
  color: #666666;
  padding: 16px 0; }

.form-type-checkboxes > label {
  border: 0;
  color: #666666;
  font-size: inherit;
  line-height: 18px;
  margin-bottom: 24px;
  padding: 0; }

.form-type-checkboxes .form-item {
  margin-bottom: 20px; }
  .form-type-checkboxes .form-item label {
    font-weight: bold; }

.c-contact-form .captcha {
  margin-bottom: 20px; }

/*
 *
 */
.c-content-image {
  margin-bottom: 24px;
  position: relative; }

.c-content-image__image {
  display: block;
  margin: 0 auto; }

.c-content-image__caption {
  border: 1px solid #f9f8f7;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top: 0;
  color: #666666;
  font: 400 1rem "adrianna", sans-serif;
  font-size: 16px;
  padding: 10px; }

@media (max-width: 46.24em) {
  .c-contest-form {
    margin-top: 24px; } }

.c-contest-form__header {
  background-color: #43b4e2;
  color: white;
  font: 400 1rem "adrianna", sans-serif;
  font-size: 32px;
  font-weight: 700;
  padding: 40px;
  text-align: center;
  text-transform: uppercase; }

form.c-contest-form__form {
  border: 1px solid #ebebeb;
  background-color: #fbfbfb;
  margin-bottom: 24px;
  padding: 20px 20px 8px; }
  @media (min-width: 75em) {
    form.c-contest-form__form {
      margin-bottom: 64px;
      padding: 40px 40px 15px; } }
  form.c-contest-form__form .form-item {
    clear: both;
    position: relative; }
  @media (min-width: 61.25em) {
    form.c-contest-form__form .form-item-first-name,
    form.c-contest-form__form .form-item-last-name {
      clear: none;
      float: left;
      width: 48%; }
    form.c-contest-form__form .form-item-last-name {
      margin-left: 4%; } }
  form.c-contest-form__form .field-small {
    max-width: 250px; }
  form.c-contest-form__form label {
    border: 0;
    color: black;
    font-size: 14px;
    padding: 0 0 6px; }
  form.c-contest-form__form .form-type-checkbox label {
    max-width: 240px; }
  form.c-contest-form__form input[type=checkbox] {
    background-color: white;
    margin-right: 5px; }
    form.c-contest-form__form input[type=checkbox]:checked {
      background-color: #d51000; }
  form.c-contest-form__form .description {
    position: absolute;
    right: 0;
    top: -5px; }
    form.c-contest-form__form .description a {
      color: black !important;
      font: 400 1rem "adrianna", sans-serif;
      font-size: 11px;
      font-style: italic; }

.c-contest-form__terms {
  color: black !important; }

/*
 *
 */
.c-cta {
  margin: 24px 0; }
  @media (min-width: 61.25em) {
    .c-cta {
      margin: 48px 0; } }

.c-cta__row {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  color: black;
  position: relative; }

.c-cta__col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.c-cta__image {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
  background-position: center;
  background-size: cover;
  overflow: hidden; }
  @media (max-width: 74.99em) {
    .c-cta__image {
      padding-bottom: 50%; } }
  @media (min-width: 75em) {
    .c-cta--right .c-cta__image {
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }

.c-cta__content {
  margin: 0 auto;
  max-width: 900px;
  padding: 24px; }
  @media (min-width: 34.75em) {
    .c-cta__content {
      padding: 48px 48px 24px; } }
  @media (min-width: 75em) {
    .c-cta__content {
      min-height: 500px;
      height: 100%;
      padding: 24px 48px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (min-width: 99.875em) {
    .c-cta__content {
      padding: 24px 72px; } }

/*
 * Dropdown menus currently only used on the maps
 */
.c-dropdown {
  background: white;
  border: 1px solid #e2e2e2;
  border-top: 0;
  left: 12px;
  min-width: 215px;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: calc(100% - 10px);
  visibility: hidden;
  transition: 0.25s opacity, 0.25s visibility;
  z-index: 2; }
  @media (min-width: 46.25em) {
    .c-dropdown {
      top: calc(100% - 20px); } }
  @media (min-width: 61.25em) {
    .c-dropdown {
      left: 36px; } }
  .c-dropdown.is-open {
    opacity: 1;
    visibility: visible; }

.c-dropdown--alt {
  left: auto;
  right: 12px; }
  @media (min-width: 61.25em) {
    .c-dropdown--alt {
      left: auto;
      right: 36px; } }

.c-dropdown__item {
  border-top: 1px solid #e2e2e2;
  color: #666666;
  display: block;
  font-size: 15px;
  padding: 9px 18px;
  text-decoration: none;
  transition: 0.25s color, 0.25s background-color; }
  .c-dropdown__item:hover {
    background-color: #e2574c;
    color: white; }

.c-external-video .c-content-image {
  margin-top: 0; }
  .c-external-video .c-content-image::after {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

.c-external-video .c-content-image__image {
  height: 450px;
  object-fit: cover;
  width: 100%; }
  @media (min-width: 61.25em) {
    .c-external-video .c-content-image__image {
      height: 720px; } }

.c-external-video .c-brand-text {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 300px;
  z-index: 1; }
  @media (min-width: 61.25em) {
    .c-external-video .c-brand-text {
      top: 440px; } }

.c-external-video__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 300px;
  width: 100%;
  z-index: 1; }
  @media (min-width: 61.25em) {
    .c-external-video__text {
      top: 440px; } }
  .c-external-video__text .c-brand-text {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

/*
 *
 */
.c-filter {
  background-color: #f9f8f7;
  position: relative;
  margin-bottom: 24px; }

.c-filter__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2; }
  @media (max-width: 61.24em) {
    .c-filter__list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .c-filter__list li > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-filter--blog .c-filter__list li > a,
    .c-filter--stay .c-filter__list li > a {
      width: 100%; }
    .c-filter__list li > a span {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
                  -ms-grid-row-align: center;
              align-self: center;
      margin: 0 auto; }
  @media (max-width: 61.24em) {
    .c-filter--blog .c-filter__list,
    .c-filter--stay .c-filter__list {
      border-top: 0;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-justify-content: normal;
          -ms-flex-pack: normal;
              justify-content: normal;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; } }

.c-filter--blog .c-filter__link svg {
  height: 100%;
  max-height: 55px;
  width: 100%; }
  .c-filter--blog .c-filter__link svg circle,
  .c-filter--blog .c-filter__link svg path {
    fill: black; }
  .c-filter--blog .c-filter__link svg .alt-style circle,
  .c-filter--blog .c-filter__link svg .alt-style path {
    fill: none;
    stroke: black; }

.c-filter--blog .c-filter__link.is-active circle,
.c-filter--blog .c-filter__link.is-active path, .c-filter--blog .c-filter__link:hover circle,
.c-filter--blog .c-filter__link:hover path {
  fill: white; }

.c-filter--blog .c-filter__link.is-active .alt-style circle,
.c-filter--blog .c-filter__link.is-active .alt-style path, .c-filter--blog .c-filter__link:hover .alt-style circle,
.c-filter--blog .c-filter__link:hover .alt-style path {
  fill: none;
  stroke: white; }

.c-filter__arrow {
  background-color: #f3f3f3;
  background-image: url("../img/icons/right-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 24px;
  border-left: 1px solid #e2e2e2;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px; }
  .c-filter__arrow.is-hidden {
    display: none; }
  @media (min-width: 61.25em) {
    .c-filter__arrow {
      display: none; } }

.c-filter__arrow--left {
  background-image: url("../img/icons/left-arrow.svg");
  border-left: 0;
  border-right: 1px solid #e2e2e2;
  left: 0;
  right: auto; }

.c-filter__item {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative; }
  .c-filter--blog .c-filter__item:last-of-type {
    border-right: 1px solid #e2e2e2; }
  @media (max-width: 61.24em) {
    .c-filter__item {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .c-filter--blog .c-filter__item,
  .c-filter--stay .c-filter__item {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    min-width: 100px;
    text-align: center;
    padding-bottom: 0; }
  .c-filter--blog .c-filter__item {
    border-left: 1px solid #e2e2e2; }
  .c-filter__item select {
    padding-right: 35px; }

.c-filter__link {
  background-color: #f3f3f3;
  border-bottom: 3px solid transparent;
  color: black;
  display: block;
  font: 400 1rem "adrianna", sans-serif;
  font-weight: 600;
  font-size: 12px;
  height: 100%;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.25s; }
  @media (min-width: 75em) {
    .c-filter__link {
      padding: 24px;
      font-size: 15px; } }
  @media (min-width: 99.875em) {
    .c-filter__link {
      padding: 24px 40px; } }
  .c-filter--blog .c-filter__link {
    background-color: transparent; }
  .c-filter__link.is-active, .c-filter__link:hover {
    background-color: #43b4e2;
    border-bottom: 3px solid #43b4e2;
    color: white; }
    .c-filter__link.is-active::after, .c-filter__link:hover::after {
      border-color: #43b4e2 transparent transparent transparent;
      border-style: solid;
      border-width: 13px 13px 13px;
      content: " ";
      display: block;
      height: 0;
      margin: 0 auto;
      position: absolute;
      width: 0;
      z-index: 3;
      bottom: -25px;
      left: 0;
      right: 0; }
  .c-filter--blog .c-filter__link,
  .c-filter--stay .c-filter__link {
    border-bottom: 0;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .c-filter--blog .c-filter__link.is-active, .c-filter--blog .c-filter__link:hover,
    .c-filter--stay .c-filter__link.is-active,
    .c-filter--stay .c-filter__link:hover {
      border-bottom: 0; }
      .c-filter--blog .c-filter__link.is-active::after, .c-filter--blog .c-filter__link:hover::after,
      .c-filter--stay .c-filter__link.is-active::after,
      .c-filter--stay .c-filter__link:hover::after {
        content: none; }

.c-filter__svg {
  display: block;
  height: 50px;
  margin-bottom: 5px;
  width: 50px; }

.c-filter__slider {
  background-color: white;
  font-size: 14px;
  color: #666666;
  padding: 28px 40px; }

.c-filter__title {
  font: 400 1rem "adrianna", sans-serif;
  font-size: 18px;
  padding: 24px 40px; }
  @media (max-width: 61.24em) {
    .c-filter__title {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      padding-bottom: 12px; } }

.c-filter__menu {
  left: 43%;
  background-color: white;
  border: 1px solid #ebebeb;
  padding: 24px 6px;
  z-index: 2; }

.c-filter__add {
  margin-top: 12px; }

.c-filter__desktop {
  width: 450px; }
  @media (max-width: 74.99em) {
    .c-filter__desktop {
      left: 0;
      width: 100%; } }

.c-flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat; }
  @media (min-width: 61.25em) {
    .c-flex-container {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .align__left .c-flex-container {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media (min-width: 61.25em) {
      .align__left .c-flex-container .flex-item__slide-content-multi {
        -webkit-transform: translate(7%, 0);
            -ms-transform: translate(7%, 0);
                transform: translate(7%, 0); } }
  @media (min-width: 61.25em) {
    .align__right .c-flex-container .flex-item__slide-content-multi {
      -webkit-transform: translate(-7%, 0);
          -ms-transform: translate(-7%, 0);
              transform: translate(-7%, 0); } }
  .c-flex-container .flex-item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
    .c-flex-container .flex-item__circle-image {
      -webkit-clip-path: circle(46% at center);
              clip-path: circle(46% at center); }
      @media (min-width: 46.25em) {
        .c-flex-container .flex-item__circle-image {
          -webkit-flex-basis: 45%;
              -ms-flex-preferred-size: 45%;
                  flex-basis: 45%;
          -webkit-transform: translateY(-73px);
              -ms-transform: translateY(-73px);
                  transform: translateY(-73px); } }
    .c-flex-container .flex-item__slide-content {
      padding: 2%; }
      @media (min-width: 46.25em) {
        .c-flex-container .flex-item__slide-content {
          -webkit-flex-basis: 40%;
              -ms-flex-preferred-size: 40%;
                  flex-basis: 40%; } }
    @media (min-width: 61.25em) {
      .c-flex-container .flex-item__slider-image {
        -webkit-flex-basis: 60%;
            -ms-flex-preferred-size: 60%;
                flex-basis: 60%; } }
    .c-flex-container .flex-item__slide-content-multi {
      padding: 2%;
      position: relative; }
      @media (min-width: 61.25em) {
        .c-flex-container .flex-item__slide-content-multi {
          -webkit-flex-basis: 40%;
              -ms-flex-preferred-size: 40%;
                  flex-basis: 40%;
          padding: 5%; } }
    .c-flex-container .flex-item .c-slide-item {
      margin-bottom: 40px; }

.background__grey {
  background-color: #f9f8f7; }

.background__white {
  background-color: white; }

.paragraphs-item-basic-content-rich .s-content,
.paragraphs-item-image-content-slider .s-content,
.paragraphs-item-content-circle-image .s-content {
  text-align: center; }
  @media (min-width: 61.25em) {
    .paragraphs-item-basic-content-rich .s-content,
    .paragraphs-item-image-content-slider .s-content,
    .paragraphs-item-content-circle-image .s-content {
      text-align: left; } }

.paragraphs-item-basic-content-rich h2,
.paragraphs-item-image-content-slider h2,
.paragraphs-item-content-circle-image h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  margin-top: 22px; }
  @media (min-width: 61.25em) {
    .paragraphs-item-basic-content-rich h2,
    .paragraphs-item-image-content-slider h2,
    .paragraphs-item-content-circle-image h2 {
      font-size: 48px;
      line-height: 48px; } }

.paragraphs-item-image-content-slider {
  position: relative; }
  .paragraphs-item-image-content-slider .js-content-slider .slick-slide {
    height: 0; }
  .paragraphs-item-image-content-slider .js-content-slider .slick-active {
    height: 100%; }
  .paragraphs-item-image-content-slider .js-content-slider .slick-arrow {
    background-color: transparent; }
  .paragraphs-item-image-content-slider .js-content-slider button.slick-next {
    width: 22px;
    height: 30px;
    right: 5%;
    top: 150px; }
    @media (min-width: 46.25em) {
      .paragraphs-item-image-content-slider .js-content-slider button.slick-next {
        top: 50%; } }
    @media (min-width: 61.25em) {
      .paragraphs-item-image-content-slider .js-content-slider button.slick-next {
        left: 40%;
        right: auto; } }
    .paragraphs-item-image-content-slider .js-content-slider button.slick-next:after {
      width: 22px;
      height: 30px;
      background-image: url(../img/white_next.png);
      content: " ";
      background-repeat: no-repeat;
      background-size: contain; }
      @media (min-width: 61.25em) {
        .paragraphs-item-image-content-slider .js-content-slider button.slick-next:after {
          background-image: url(../img/next.png);
          width: 22px;
          height: 30px; } }
  .paragraphs-item-image-content-slider .js-content-slider button.slick-prev {
    width: 22px;
    height: 30px;
    left: 5%;
    top: 150px; }
    @media (min-width: 46.25em) {
      .paragraphs-item-image-content-slider .js-content-slider button.slick-prev {
        top: 50%; } }
    @media (min-width: 61.25em) {
      .paragraphs-item-image-content-slider .js-content-slider button.slick-prev {
        left: 5%;
        right: auto; } }
    .paragraphs-item-image-content-slider .js-content-slider button.slick-prev:after {
      width: 22px;
      height: 30px;
      background-image: url(../img/white_prev.png);
      content: " ";
      background-repeat: no-repeat;
      background-size: contain; }
      @media (min-width: 61.25em) {
        .paragraphs-item-image-content-slider .js-content-slider button.slick-prev:after {
          background-image: url(../img/prev.png);
          width: 22px;
          height: 30px; } }
  .paragraphs-item-image-content-slider .dots-container {
    bottom: 10px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (min-width: 61.25em) {
      .paragraphs-item-image-content-slider .dots-container {
        left: 25%;
        bottom: 25%; } }
    @media (min-width: 75em) {
      .paragraphs-item-image-content-slider .dots-container {
        left: 23%; } }
    @media (min-width: 99.875em) {
      .paragraphs-item-image-content-slider .dots-container {
        bottom: 35%; } }
    .paragraphs-item-image-content-slider .dots-container ul {
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      list-style: none;
      margin: 0;
      padding: 0; }
    .paragraphs-item-image-content-slider .dots-container li {
      margin: 0 5px; }
      .paragraphs-item-image-content-slider .dots-container li.slick-active button {
        background-color: #e2574c; }
    .paragraphs-item-image-content-slider .dots-container button {
      background-color: #ccc;
      border-radius: 100%;
      display: block;
      height: 10px;
      padding: 0;
      text-indent: -9999px;
      width: 10px; }

@media (min-width: 46.25em) {
  .paragraphs-item-image-content-slide {
    padding-top: 80px;
    padding-bottom: 80px; } }

/*
 * Main page footer
 */
.c-footer {
  background-color: #f9f8f7; }

.c-footer__row {
  border-bottom: 1px solid #e2e2e2;
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 0; }
  @media (min-width: 46.25em) {
    .c-footer__row {
      padding: 50px 0; } }
  .is-amp .c-footer__row {
    padding: 12px 0; }
    @media (min-width: 46.25em) {
      .is-amp .c-footer__row {
        padding: 12px 0; } }
  .c-footer__row:last-of-type {
    border-bottom: 0; }
  @media screen and (max-width: 739px) {
    .c-footer__row .col-12 .wrapper {
      border-bottom: 1px solid #e2e2e2;
      padding: 0 0 11px;
      margin: 7px 0; }
      .c-footer__row .col-12 .wrapper h6 {
        margin: 0; }
        .c-footer__row .col-12 .wrapper h6::after {
          content: '';
          display: inline-block;
          width: 0px;
          height: 0px;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-top: 8px solid #e2574c;
          float: right;
          margin-top: 5px; }
      .c-footer__row .col-12 .wrapper .c-footer-nav--list {
        margin-top: 10px; }
    .c-footer__row .col-12:last-child .wrapper {
      border: none; } }

.c-footer__title {
  margin: 12px 0 0; }
  .is-amp .c-footer__title {
    margin: 12px 0 0 0; }
  @media (min-width: 46.25em) {
    .c-footer__title {
      margin: 12px 0; } }

.c-social__heading {
  color: #d51000;
  text-align: right; }
  @media (max-width: 74.99em) {
    .c-social__heading {
      text-align: center;
      margin-top: 24px;
      margin-bottom: 12px; } }

.c-footer__social--row {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.c-footer__bahamas-logo {
  color: red;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  font-family: "adrianna", sans-serif;
  margin-top: 24px;
  text-align: center;
  text-decoration: none;
  width: 175px; }
  @media (min-width: 61.25em) {
    .c-footer__bahamas-logo {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
      margin-top: 0;
      position: absolute;
      top: 50%;
      right: 24px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }
  @media (min-width: 99.875em) {
    .c-footer__bahamas-logo {
      right: 0; } }
  .c-footer__bahamas-logo .c-footer__go-to {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle; }
  .c-footer__bahamas-logo img,
  .c-footer__bahamas-logo amp-img {
    display: inline-block;
    vertical-align: middle;
    width: 125px; }

.c-footer__language--title {
  display: inline-block;
  margin-top: 24px; }

.c-footer__language--form {
  background: none;
  border: 0;
  display: inline-block;
  margin-bottom: 0;
  padding: 0; }

.c-footer__language--select {
  background-color: transparent;
  padding-right: 35px; }

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

.c-footer__copyright-link {
  color: black;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink; }

.c-footer__nav--link {
  text-decoration: none;
  color: #666666;
  line-height: 1.8; }
  .c-footer__nav--link:hover {
    color: #d51000;
    text-decoration: underline;
    transition: 0.25s linear; }

.c-footer-nav--list {
  margin: 0; }

.form-page {
  background: transparent url("https://www.nassauparadiseisland.com/promos/2018/custom-preference-center/img/background-4.jpg") no-repeat top center;
  padding-top: 175px; }
  @media (min-width: 61.25em) {
    .form-page {
      padding-top: 250px; } }
  @media (min-width: 99.875em) {
    .form-page {
      padding-top: 310px; } }
  .form-page .container--content {
    background-color: white;
    padding-left: 40px;
    padding-right: 40px; }
  .form-page form {
    padding-bottom: 40px;
    padding-top: 20px; }

.form-page__content {
  padding-top: 40px; }

.form-page__logo {
  padding: 15px 15px 20px;
  text-align: center; }

@media (max-width: 720px) {
  .form-item-travel-interests-all-newsletters label {
    width: 90%; } }

#signupintrotext {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 48px; }

#signupintrotext, #heading-signedup, #msg-signedup {
  text-align: center; }

@media (min-width: 50.8125em) {
  #signupintrotext {
    font-size: 18px; } }

.noHeadingOn, section[about*="keep-informed"] .container-fluid.container--content.form-page__content, #hideError {
  display: none; }

.notifySmallWidth {
  max-width: 600px; }

#btn-signedup {
  width: 160px;
  margin: 0 auto; }

#msg-signedup {
  font-size: 16px; }

#redheadsignup {
  margin-top: 40px; }

#heading-signedup {
  margin-top: 20px; }

/*
 * Alt font header
 */
.c-fresh {
  color: white;
  font-family: "tahu", serif;
  font-size: 60px;
  line-height: 1.2;
  position: absolute;
  bottom: 24px;
  left: 24px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
          transform: rotate(-1deg);
  z-index: 9; }
  @media (min-width: 61.25em) {
    .c-fresh {
      font-size: 100px;
      left: 48px; } }

.c-gdpr {
  background-color: #f3f3f3;
  box-shadow: 0 0 10px 0 #cccccc;
  bottom: 15px;
  left: 4%;
  padding: 25px 30px;
  position: fixed;
  transition: 0.5s all;
  width: 92%;
  z-index: 100; }
  @media (min-width: 46.25em) {
    .c-gdpr {
      box-shadow: none;
      left: 50%;
      margin-left: -400px;
      padding: 23px 45px;
      width: 800px; } }
  .c-gdpr.is-hidden {
    opacity: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    visibility: hidden; }
  .c-gdpr .s-content p {
    font-size: 16px;
    margin-bottom: 0; }

@media (min-width: 46.25em) {
  .c-gdpr__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.c-gdpr__button {
  margin-top: 20px;
  min-width: 110px;
  font-size: 14px; }
  @media (min-width: 46.25em) {
    .c-gdpr__button {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
                  -ms-grid-row-align: center;
              align-self: center;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-left: 30px;
      margin-top: 0; } }

.c-header {
  background-color: white;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5; }
  @media (min-width: 50.8125em) {
    .c-header {
      background-color: transparent; } }
  @media (min-width: 120em) {
    .c-header {
      max-width: 1920px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media (max-width: 50.8025em) {
    .c-header > .container {
      max-width: 100%;
      padding: 0;
      width: 100%; } }
  @media (min-width: 50.8125em) {
    .is-scrolled .c-header {
      background-color: white;
      position: fixed; } }

/*
 * Heart icon used for favourites
 */
.c-heart {
  cursor: pointer; }

.c-heart--node {
  right: 30px;
  position: absolute;
  text-align: center;
  width: 55px; }
  @media (min-width: 75em) {
    .c-heart--node {
      left: -50px;
      right: auto; } }

.c-heart__button .c-heart__text {
  display: inline; }

.c-heart__svg {
  height: 32px;
  width: 34px; }

.c-heart--small .c-heart__svg {
  height: 20px;
  width: 22px; }

.c-heart__path {
  fill: #e2574c;
  fill-opacity: 0;
  stroke: #e2574c;
  stroke-opacity: 1.0;
  stroke-width: 30; }
  .is-planner-favourite .c-heart__path {
    fill-opacity: 1; }
    .is-planner-favourite .c-heart__path:hover {
      fill-opacity: 1; }
  .c-heart__path:hover {
    fill-opacity: 0.5; }

.c-heart__text {
  color: #d51000;
  display: block;
  font: 400 1rem "utopia-std", serif; }

.is-planner-favourite .c-heart__text--add {
  display: none; }

.c-heart__text--remove {
  display: none; }
  .is-planner-favourite .c-heart__text--remove {
    display: block; }

/*
 * Grouping of header, text and button (all optional) that can live above card groupings (carousel, grid, etc)
 */
.c-intro {
  padding-bottom: 24px;
  padding-top: 24px; }
  .c-intro:after {
    content: "" !important;
    display: block !important;
    clear: both !important; }

.c-intro--short {
  display: block;
  text-align: center; }
  @media (min-width: 34.75em) {
    .c-intro--short {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.c-intro__heading {
  line-height: 1;
  margin-bottom: 12px; }
  .c-new-cards .c-intro__heading {
    color: white; }
  .c-intro--short .c-intro__heading {
    margin: 0 0 12px 0; }
    @media (min-width: 34.75em) {
      .c-intro--short .c-intro__heading {
        margin: 0 12px 0 0; } }

@media (min-width: 61.25em) {
  .c-intro__content {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.c-intro__text {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px; }
  @media (min-width: 46.25em) {
    .c-intro__text {
      font-size: 18px; } }
  @media (min-width: 61.25em) {
    .c-intro__text {
      margin-bottom: 0;
      margin-right: 12px; } }

/*
 *
 */
.c-lead-gen {
  background-color: #f9f8f7;
  margin: 0 auto 24px;
  max-width: 500px;
  padding: 30px; }
  .c-lead-gen .field-intro {
    color: #666666;
    margin-bottom: 24px; }
  .c-lead-gen .messages {
    margin-bottom: 24px; }
  .c-lead-gen form {
    border: 0;
    background-color: transparent;
    padding: 0; }
    .c-lead-gen form label {
      background-color: white; }

/*
 * A loading animation for lazy loaded images and content
 */
.c-loading {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: 0.25s opacity;
  width: 100%; }
  .c-loading.is-hidden {
    opacity: 0; }

.c-loading__spinner {
  width: 40px;
  height: 40px;
  background-color: #999;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

/*
 * Logo used mostly in menu-bar but separated into it's own component
 */
.c-logo {
  background: transparent url(../img/npi-petal.svg) no-repeat -40px -35px;
  background-size: 130%;
  display: block;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 165px;
  overflow: hidden;
  position: absolute;
  width: 165px;
  z-index: 1; }
  @media (min-width: 99.875em) {
    .c-logo {
      background-position: -50px -45px;
      background-size: 120%;
      height: 215px;
      width: 215px; } }
  .c-logo.c-menu-bar__logo {
    display: none; }
    @media (min-width: 50.8125em) {
      .c-logo.c-menu-bar__logo {
        display: block; } }
  .is-scrolled .c-logo, .is-up-scrolled.is-open .c-logo {
    display: none; }

.c-logo__img {
  display: block;
  height: 100%;
  left: -21px;
  position: absolute;
  top: 0;
  width: 100%; }
  .c-logo__img svg {
    width: 225px; }
    @media (min-width: 99.875em) {
      .c-logo__img svg {
        width: 260px; } }

.c-logo-alt {
  background-image: url(../img/npi-logo--alt.svg);
  background-size: 100%;
  background-position: center center;
  display: none;
  height: 50px;
  width: 195px;
  z-index: 3; }
  .c-logo-alt.c-menu-bar__logo {
    display: block;
    margin: 0 auto; }
    @media (min-width: 50.8125em) {
      .c-logo-alt.c-menu-bar__logo {
        display: none; } }
  .is-scrolled .c-logo-alt:not(.c-mobile-nav__logo), .is-up-scrolled.is-open .c-logo-alt:not(.c-mobile-nav__logo) {
    display: block;
    margin-left: 15px;
    margin-top: 10px;
    width: 200px; }
    @media (min-width: 50.8125em) {
      .is-scrolled .c-logo-alt:not(.c-mobile-nav__logo), .is-up-scrolled.is-open .c-logo-alt:not(.c-mobile-nav__logo) {
        position: absolute; } }
    @media (min-width: 99.875em) {
      .is-scrolled .c-logo-alt:not(.c-mobile-nav__logo), .is-up-scrolled.is-open .c-logo-alt:not(.c-mobile-nav__logo) {
        margin-left: 45px;
        width: 260px; } }

/*
 * Getting here section map styles
 */
.c-map {
  bottom: 0;
  max-height: calc(100vh - 60px);
  position: relative;
  top: 0;
  width: 100%; }
  @media (max-width: 46.24em) {
    .c-map {
      height: 667px; } }

@media (min-width: 46.25em) and (min-width: 46.25em) {
  .c-map {
    height: 980px; } }

.c-map__marker {
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%; }

.c-map__marker-title {
  font-family: "adrianna", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px; }

.c-map__marker-origin {
  color: #e2574c;
  position: relative;
  right: 50%;
  top: -15px; }

.c-map__marker-destination {
  color: #e2574c;
  position: relative;
  top: 40px; }

.c-map__marker-connection {
  color: #000000;
  font-size: 12px;
  margin-top: -9px;
  position: absolute;
  right: 100%; }

/*
 *
 */
.c-map-filters {
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 125px;
  position: absolute;
  width: 100%;
  z-index: 4; }
  @media (min-width: 46.25em) {
    .c-map-filters {
      padding-top: 170px; } }
  @media (min-width: 99.875em) {
    .c-map-filters {
      padding-top: 240px; } }
  @media (min-width: 120em) {
    .c-map-filters {
      margin: 0 auto;
      max-width: 1920px; } }

.c-map-filters__container {
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  width: 100%;
  z-index: 2; }

.c-map-filters__list {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font: 400 1rem "adrianna", sans-serif;
  font-size: 18px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.c-map-filters__item {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 12px;
  position: relative; }
  @media (max-width: 46.24em) {
    .c-map-filters__item:nth-child(-n+2) {
      border-bottom: 1px solid white; }
    .c-map-filters__item.last {
      margin-left: 50%; } }
  @media (min-width: 46.25em) {
    .c-map-filters__item {
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
      padding-bottom: 24px;
      padding-top: 24px; } }
  @media (min-width: 61.25em) {
    .c-map-filters__item {
      padding: 24px 12px; } }
  @media (min-width: 75em) {
    .c-map-filters__item {
      padding: 24px 36px; } }

.c-map-filters__item--menu {
  background-color: black;
  font-size: 16px; }
  @media (min-width: 46.25em) {
    .c-map-filters__item--menu {
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      margin-right: 24px; } }

.c-map-filters__dropdown {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: white;
  cursor: pointer;
  height: auto;
  margin: 0;
  padding: 0 15px 0 0;
  text-decoration: none; }
  .c-map-filters__dropdown::after {
    background: transparent url(../img/icons/down-arrow-blue.png) no-repeat center right;
    background-size: 100%;
    content: '';
    display: inline-block;
    height: 7px;
    margin-left: 12px;
    transition: 0.25s -webkit-transform;
    transition: 0.25s transform;
    transition: 0.25s transform, 0.25s -webkit-transform;
    vertical-align: middle;
    width: 14px; }
  .c-map-filters__dropdown.is-active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .c-map-filters__dropdown:focus {
    border: 0; }

.c-map-filters__legend {
  border: none;
  display: block;
  line-height: 1;
  padding: 10px 5px;
  width: 50%; }
  @media (min-width: 46.25em) {
    .c-map-filters__legend {
      display: block;
      text-align: center; } }
  @media (min-width: 61.25em) {
    .c-map-filters__legend {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 24px 5px;
      text-align: left;
      width: 165px; } }
  .c-map-filters__legend span {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    width: 80px; }
    @media (min-width: 34.75em) {
      .c-map-filters__legend span {
        font-size: 12px;
        width: auto; } }
    .c-map-filters__legend span.image {
      background: url(../img/map-legend-route-blue.png) no-repeat;
      background-size: 100%;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      height: 11px;
      margin-right: 12px;
      width: 40px; }
      .c-map-filters__legend span.image.direct {
        background-image: url(../img/map-legend-route-red.png); }
      @media (min-width: 34.75em) {
        .c-map-filters__legend span.image {
          height: 15px;
          width: 54px; } }

.c-mega-menu {
  display: none;
  left: 50%;
  max-width: 1550px;
  position: fixed;
  top: 99px;
  width: 100%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (min-width: 50.8125em) {
    .c-mega-menu {
      display: block; } }
  @media (min-width: 99.875em) {
    .c-mega-menu {
      top: 99px; } }
  .is-scrolled .c-mega-menu {
    top: 72px; }

.c-mega-menu__close {
  background-color: #ebebeb;
  line-height: 0;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
  .c-mega-menu__close:hover {
    cursor: pointer; }

.c-mega-menu__list {
  font: 400 1rem "adrianna", sans-serif;
  letter-spacing: 0.5px;
  position: relative; }

.c-mega-menu__container {
  font: 400 1rem "adrianna", sans-serif;
  padding: 48px 24px 48px;
  right: 0;
  text-transform: none;
  width: 100%; }
  @media (min-width: 99.875em) {
    .c-mega-menu__container {
      width: 1000px; } }
  .admin-menu .c-mega-menu__container {
    top: calc(100% + 15px + 29px); }
  .is-scrolled .c-mega-menu__container {
    border-top: 1px solid #ebebeb; }
  @media (min-width: 99.875em) {
    .c-mega-menu__container--mlid-1287 {
      width: 1200px; } }

.c-primary-nav__link[data-item="mlid-1287"].is-open::before,
.c-primary-nav__link[data-item="mlid-1286"].is-open::before,
.c-primary-nav__link[data-item="mlid-1335"].is-open::before,
.c-primary-nav__link[data-item="mlid-1336"].is-open::before {
  opacity: 1;
  visibility: visible; }

.c-mega-menu__inline-list .c-mega-menu__item--child {
  border-top: 0;
  -webkit-flex-basis: 46%;
      -ms-flex-preferred-size: 46%;
          flex-basis: 46%;
  margin-right: 4%; }

.c-mega-menu__inline-list .c-mega-menu__link--morelink {
  padding-top: 0; }

.c-mega-menu__children {
  list-style: none;
  padding: 0; }

.c-mega-menu__subchildren {
  list-style-type: none;
  margin: 5px 10px; }
  .c-mega-menu__subchildren--2col {
    border-top: 1px solid #e2e2e2;
    -webkit-column-count: 2;
            column-count: 2;
    margin: 0;
    padding: 5px 0 0 10px; }

.c-mega-menu__children--columns {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 30px;
          column-gap: 30px; }

.c-mega-menu__children--columns-two {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  width: 100%; }

.c-mega-menu__item {
  border-top: 1px solid #e2e2e2;
  display: inline-block;
  padding: 8px 0;
  width: 100%; }

.c-mega-menu__item--subchild {
  border-top: 0;
  display: list-item;
  padding: 2px 0; }
  .c-mega-menu__item--subchild::before {
    content: "";
    margin-right: 3px;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #e2574c;
    border-radius: 50%;
    margin-bottom: 2px; }

.c-mega-menu__item--header {
  border-top: 0; }

.c-mega-menu__link {
  border-bottom: 1px solid white;
  color: #666666;
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
  transition: 0.25s border, 0.25s color; }

.c-mega-menu__link:not(.nolink):hover {
  border-bottom-color: #e2574c;
  color: #e2574c; }

.c-mega-menu__link--header {
  border: 0;
  color: #222222;
  font-size: 18px;
  padding: 0 0 15px; }

.c-mega-menu__link--border {
  border-bottom: 1px solid #e2e2e2;
  display: block;
  padding-bottom: 10px; }

.c-mega-menu__link--subchild {
  padding: 3px 0;
  display: inline-block; }

.c-mega-menu__link--morelink {
  color: #e2574c;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase; }
  .c-mega-menu__link--morelink::after {
    content: "\203A";
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    font-size: 16px; }

.c-mega-menu__children--list {
  border-left: 1px solid #e2e2e2;
  padding: 0 0 0 30px; }
  .c-mega-menu__col .c-mega-menu__children--list {
    border-left: 1px solid #e2e2e2; }

.c-mega-menu__row {
  padding-top: 20px;
  border-top: 1px solid #e2e2e2; }

.c-mega-menu__newsletter--col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.c-mega-menu__image {
  height: auto;
  width: 100%; }

/*
 * Main bar that runs along the top of each page. Contains several elements that are their own component.
 */
.c-menu-bar {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  z-index: 8;
  width: 100%; }
  @media (min-width: 50.8125em) {
    .c-menu-bar {
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      background-color: rgba(255, 255, 255, 0);
      -webkit-justify-content: initial;
          -ms-flex-pack: initial;
              justify-content: initial;
      position: fixed; } }
  @media (min-width: 120em) {
    .c-menu-bar {
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 1920px; } }
  .has-warning .c-menu-bar {
    top: 32px; }
  .is-scrolled .c-menu-bar {
    background-color: white; }
  .c-menu-bar.is-amp {
    top: 40px; }

@media (min-width: 99.875em) {
  .c-menu-bar__col {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media (min-width: 50.8125em) {
  .c-menu-bar__col--burger {
    display: none; } }

.c-modal {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.25s;
  visibility: hidden;
  z-index: 11; }
  .c-modal.is-active {
    opacity: 1;
    visibility: visible; }

.c-modal__popup {
  background: white;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px; }
  @media (min-width: 34.75em) {
    .c-modal__popup {
      width: 500px; } }
  @media (min-width: 46.25em) {
    .c-modal__popup {
      width: 640px; } }
  @media (min-width: 61.25em) {
    .c-modal__popup {
      padding: 20px;
      width: 750px; } }
  @media (min-width: 75em) {
    .c-modal__popup {
      width: 980px; } }

.c-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px; }
  @media (min-width: 34.75em) {
    .c-modal__close {
      top: 10px;
      right: 10px; } }

.c-modal__content {
  top: 20px;
  left: 20px;
  right: 20px;
  position: absolute; }
  @media (min-width: 61.25em) {
    .c-modal__content {
      top: 50px;
      left: 50px;
      right: 50px; } }
  @media (min-width: 75em) {
    .c-modal__content {
      top: 100px;
      left: 100px;
      right: 100px; } }

.c-modal__image {
  display: block; }

.c-modal__logo {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 200px; }
  @media (min-width: 61.25em) {
    .c-modal__logo {
      right: 40px;
      bottom: 40px;
      width: 280px; } }

/**
 * Custom scope
 */
.s-modal {
  color: white; }
  .s-modal p {
    font-family: "adrianna", sans-serif;
    font-size: 18px;
    margin-bottom: 24px; }
  .s-modal h2 {
    color: white;
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 24px;
    text-transform: uppercase; }
    @media (min-width: 46.25em) {
      .s-modal h2 {
        font-size: 32px; } }

/*
 * Second menu used to hold mobile burger navigation
 */
.c-mobile-nav {
  background-color: white;
  cursor: pointer;
  font: 400 1rem "adrianna", sans-serif;
  height: calc(100vh);
  left: 0;
  overflow-y: auto;
  padding-top: 15px;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: 0.25s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 110; }
  .c-mobile-nav.is-open {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible; }
  @media (min-width: 75em) {
    .c-mobile-nav {
      -webkit-transform: translateX(-320px);
          -ms-transform: translateX(-320px);
              transform: translateX(-320px);
      width: 320px; }
      .c-mobile-nav.is-open {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); } }

.c-mobile-nav__close {
  position: absolute;
  top: 20px;
  left: 260px; }

.c-mobile-nav__logo {
  display: block;
  margin-bottom: 15px;
  margin-left: 15px;
  width: 250px; }

.c-mobile-nav__item {
  position: relative; }

.c-mobile-nav__link {
  color: black;
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.c-mobile-nav__item-container {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.c-mobile-nav__item--top {
  background-color: white;
  font-size: 1.125rem;
  border-bottom: 1px solid #e2e2e2; }
  .c-mobile-nav__item:first-of-type .c-mobile-nav__item--top {
    border-top: 1px solid #e2e2e2; }

.c-mobile-nav__item--depth-1 {
  font-size: 1.063rem;
  margin: 0; }

.c-mobile-nav__item--depth-2 {
  font: 400 1rem "utopia-std", serif;
  font-size: 1.063rem;
  margin: 1px 0;
  background-color: #f9f8f7; }

.c-mobile-nav__item--sub {
  background-color: white; }

.c-mobile-nav__sub-list {
  background-color: white; }

.c-mobile-nav__link--depth-1 {
  margin: 0 24px; }

.c-mobile-nav__link--depth-2 {
  color: #444444;
  display: block;
  padding: 12px 48px;
  text-decoration: none; }

.c-mobile-nav__link--depth-3 {
  display: block;
  padding: 12px 20px 12px 70px;
  color: #444444; }
  @media (min-width: 75em) {
    .c-mobile-nav__link--depth-3 {
      padding: 12px 20px; } }

.c-mobile-nav__expand {
  background-color: white;
  border-left: 1px solid #ededed;
  color: #222222;
  cursor: pointer;
  margin-left: 6px;
  padding: 14px 12px;
  -webkit-flex-basis: 3rem;
      -ms-flex-preferred-size: 3rem;
          flex-basis: 3rem;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-size: 1.2rem; }
  .c-mobile-nav__expand:after {
    content: ' ';
    background-image: url("../img/icons/plus_icon.svg");
    background-size: 10px 10px;
    height: 10px;
    width: 10px;
    display: block;
    margin: 0 auto; }
  .c-mobile-nav__expand:active, .c-mobile-nav__expand:focus {
    outline: 0; }
  .is-expanded .c-mobile-nav__expand:after {
    content: ' ';
    background-image: url("../img/icons/minus_icon.svg");
    background-size: 10px 10px;
    height: 10px;
    width: 10px;
    display: block;
    margin: 0 auto; }

.c-mobile-nav .c-mobile-nav__sub-list, .c-mobile-nav
.c-mobile-nav__item--sub {
  display: none; }

.c-mobile-nav__second-list {
  margin-top: -1px; }

.c-more-nav__list {
  display: none; }

.c-new-cards {
  padding-top: 15px; }
  @media (min-width: 46.25em) {
    .c-new-cards {
      padding-top: 30px; } }

.c-new-cards__cards {
  position: relative;
  z-index: 1; }

/*
 * Standalone form that submits to the actual contact form
 */
.c-newsletter {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb; }
  @media (min-width: 61.25em) {
    .c-newsletter {
      padding: 24px; } }

.c-newsletter__form {
  border: 0;
  max-width: none;
  padding: 24px; }
  @media (min-width: 46.25em) {
    .c-newsletter__form > div {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto;
      max-width: 980px; } }

@media (min-width: 46.25em) {
  .c-newsletter__left {
    -webkit-flex-basis: 345px;
        -ms-flex-preferred-size: 345px;
            flex-basis: 345px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }

@media (min-width: 61.25em) {
  .c-newsletter__left {
    -webkit-flex-basis: 435px;
        -ms-flex-preferred-size: 435px;
            flex-basis: 435px; } }

.c-newsletter__heading {
  color: #43b4e2;
  display: block;
  font-family: "tahu", serif;
  font-size: 48px;
  line-height: 1; }
  .c-newsletter__heading span {
    display: block;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 36px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
    top: -12px; }
  @media (min-width: 34.75em) {
    .c-newsletter__heading {
      font-size: 56px; }
      .c-newsletter__heading span {
        font-size: 42px; } }

.c-newsletter__subtitle {
  color: black;
  font-family: "adrianna", sans-serif;
  font-size: 19px;
  margin-bottom: 24px; }
  .c-newsletter__subtitle strong {
    color: #43b4e2;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 900; }
  @media (min-width: 46.25em) {
    .c-newsletter__subtitle {
      margin-bottom: 12px; } }

@media (min-width: 34.75em) {
  .c-newsletter__form-items {
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 34.75em) {
  input.c-newsletter__input {
    height: auto;
    line-height: initial; } }

input.c-newsletter__input:focus {
  border-color: #43b4e2; }

input.c-newsletter__submit {
  background-color: #43b4e2;
  border: 0;
  color: white;
  display: block;
  font-size: 14px;
  height: auto;
  margin: 12px auto 0;
  padding: 6px 24px;
  width: auto; }
  @media (min-width: 34.75em) {
    input.c-newsletter__submit {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin: 0; } }

.form-item-consent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px; }
  .form-item-consent input[type=checkbox] {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    height: 18px;
    padding: 0;
    width: 18px; }
  .form-item-consent input[type=checkbox] + label {
    color: #666666;
    font-family: "utopia-std", serif;
    font-size: 14px;
    font-style: italic; }
    .form-item-consent input[type=checkbox] + label a {
      color: #666666 !important; }

.c-newsletter__errors {
  color: #e2574c;
  font-family: "adrianna", sans-serif;
  font-size: 16px; }

.c-overlay {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.25s all;
  visibility: hidden;
  z-index: 10; }
  body.is-open .c-overlay {
    opacity: 1;
    visibility: visible; }

/*
 * Media slide show that lives primarily in a modal window (but can really live anywhere)
 */
.c-photo-gallery {
  background-color: #222222;
  max-width: 1200px;
  overflow: hidden; }
  .c-photo-gallery iframe {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.c-photo-gallery__slide {
  margin: auto 0;
  position: relative; }
  .c-photo-gallery__slide img {
    margin: 0 auto;
    max-width: 100%; }

.c-photo-gallery__caption {
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  left: 0;
  padding: 24px;
  position: absolute;
  width: 100%;
  z-index: 1;
  font: 400 1rem "adrianna", sans-serif; }

/*
* Slick slider overrides specific to .c-photo-gallery
*/
.c-photo-gallery .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.c-photo-gallery .slick-next {
  right: 0; }

.c-photo-gallery .slick-prev {
  left: 0; }

.c-photo-gallery__link--text {
  text-decoration: none;
  color: black;
  font: 400 1rem "adrianna", sans-serif; }

.c-photo-gallery__headline {
  margin: 24px 0;
  text-transform: uppercase; }

.c-photo-gallery__link--subtext {
  color: #666666;
  font: 400 1rem "utopia-std", serif; }

/*
 * Small grid of media with thumbnails called from paragraphs. Links to c-photo-gallery.
 */
.c-photo-grid__cell {
  height: 250px;
  position: relative; }
  @media (min-width: 46.25em) {
    .c-photo-grid__cell {
      height: 350px; } }

.c-photo-grid__cell--small {
  height: 150px; }
  .c-photo-grid__cell--small > .col {
    height: 150px; }
  @media (min-width: 34.75em) {
    .c-photo-grid__cell--small {
      height: 175px; }
      .c-photo-grid__cell--small > .col {
        height: 175px; } }
  @media (min-width: 61.25em) {
    .c-photo-grid__cell--small {
      height: 700px; }
      .c-photo-grid__cell--small > .col {
        height: 350px; } }

@media (min-width: 61.25em) {
  .c-photo-grid__cell--med {
    height: 500px; }
    .c-photo-grid__cell--med > .col {
      height: 500px; } }

@media (min-width: 61.25em) {
  .c-photo-grid__cell--large {
    height: 700px; }
    .c-photo-grid__cell--large > .col {
      height: 700px; } }

.c-photo-grid__media {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.c-photo-grid__media--more::after {
  background-color: #000;
  content: '';
  height: 100%;
  left: 0;
  opacity: .3;
  position: absolute;
  right: 0;
  top: 0; }

.c-photo-grid__more-text {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (max-width: 74.99em) {
    .c-photo-grid__more-text {
      padding: 0 15px;
      font-size: 12px;
      white-space: nowrap; } }

.c-photo-grid__link {
  text-decoration: none; }

/*
 *
 */
.c-planner-btn {
  background-size: 100%;
  display: none;
  position: relative;
  width: 50px;
  height: 32px; }
  @media (min-width: 50.8125em) {
    .c-planner-btn {
      display: inline-block; } }
  .c-mobile-nav .c-planner-btn {
    display: inline-block; }

.c-planner-btn__count {
  background-color: white;
  border-radius: 50%;
  color: #e2574c;
  font: 400 1rem "adrianna", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: -2px;
  left: 30px;
  width: 20px; }
  .is-scrolled .c-planner-btn__count, .is-up-scrolled.is-open .c-planner-btn__count {
    background-color: #e2574c;
    color: white; }

.c-planner-btn__icon {
  background-size: 100%;
  display: inline-block;
  height: 26px;
  width: 28px;
  vertical-align: middle; }

.c-planner-btn__heart {
  fill: #e2574c;
  fill-opacity: 0;
  stroke-opacity: 1.0;
  stroke: white;
  stroke-width: 30; }
  .c-planner-btn__heart:hover {
    fill-opacity: 1; }
  .is-open .c-planner-btn__heart {
    fill-opacity: 1; }
  @media (max-width: 50.8025em) {
    .c-planner-btn__heart {
      stroke: #e2574c; } }
  .is-scrolled .c-planner-btn__heart, .is-up-scrolled.is-open .c-planner-btn__heart {
    stroke: #e2574c; }

/*
 *
 */
.c-planner-menu {
  font: 400 1rem "adrianna", sans-serif;
  padding: 12px 0; }
  @media (min-width: 75em) {
    .c-planner-menu {
      padding: 24px; } }
  @media (min-width: 50.8125em) {
    .c-planner-menu::before {
      border-color: transparent transparent white transparent;
      border-style: solid;
      border-width: 13px 13px 13px;
      content: " ";
      display: block;
      height: 0;
      margin: 0 auto;
      position: absolute;
      top: -25px;
      width: 0;
      z-index: 99;
      right: 279px; } }
  @media (min-width: 75em) {
    .c-planner-menu::before {
      right: 306px; } }
  @media (min-width: 99.875em) {
    .c-planner-menu::before {
      right: 319px; } }
  .c-mobile-nav .c-planner-menu {
    padding-bottom: 60px; }

@media (min-width: 75em) {
  .c-planner-menu--empty {
    width: 1000px; } }

.c-planner-menu--full {
  padding: 24px 0; }
  @media (min-width: 75em) {
    .c-planner-menu--full {
      width: 800px; } }

.c-planner-menu__header {
  background-color: #f0f0f0;
  margin: 24px 0;
  padding: 24px 0;
  text-align: center; }

.c-planner-menu__heart {
  height: 45px;
  width: 48px;
  vertical-align: middle;
  margin-right: 12px; }
  .c-planner-menu--full .c-planner-menu__heart {
    width: 26px;
    height: 24px; }

.c-planner-menu__heart-path {
  fill: white;
  fill-opacity: 0;
  stroke-opacity: 1.0;
  stroke: #d51000;
  stroke-width: 30; }

.c-planner-menu__text {
  text-align: left; }
  .c-mobile-nav .c-planner-menu__text {
    padding: 10px; }

.c-planner-menu__title {
  color: #666666;
  display: block;
  font-size: 15px;
  margin-right: 12px; }

.c-planner-menu__col {
  margin-bottom: 24px; }

.c-planner-menu__media {
  margin-bottom: 12px;
  width: 100%; }

.c-planner-menu__heading {
  display: inline-block;
  font-size: 21px;
  margin-bottom: 12px;
  margin-right: 12px; }

.c-planner-menu__list {
  font-size: 16px;
  margin-bottom: 12px; }

.c-planner-menu__list-item {
  border-bottom: 1px solid #f9f8f7; }

.c-planner-menu__list-link {
  color: #666666;
  display: block;
  padding: 6px 0;
  text-decoration: none; }

.c-planner-menu__items {
  padding: 0 12px; }
  @media (min-width: 75em) {
    .c-planner-menu__items {
      padding: 0; } }

.c-planner-menu__item {
  margin-bottom: 6px; }
  .c-planner-menu__item:last-of-type {
    margin-bottom: 0; }

.c-planner-menu__item-heart {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 6px; }

.c-planner-menu__item-content {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f9f8f7;
  padding-bottom: 6px; }
  .c-planner-menu__item:first-of-type .c-planner-menu__item-content {
    padding-top: 6px;
    border-top: 1px solid #f9f8f7; }

.c-planner-menu__item-title {
  color: #666666; }

.c-planner-menu__item-type {
  color: #666666;
  font: 400 1rem "utopia-std", serif;
  font-style: italic; }
  .c-planner-menu__item-type::before {
    content: '';
    border-left: 1px solid #666666;
    margin: 0 12px; }
  .c-planner-menu__item-type:empty::before {
    display: none; }

.c-planner-menu__item-buttons {
  margin-top: 6px; }
  @media (min-width: 61.25em) {
    .c-planner-menu__item-buttons {
      margin-top: 0;
      text-align: right; } }

.c-planner-menu__item-btn--remove {
  box-shadow: none;
  border: 1px solid #f9f8f7;
  color: #666666; }

.c-planner-menu__share {
  color: #666666;
  font: 400 1rem "adrianna", sans-serif;
  font-size: 12px;
  margin-right: 12px;
  text-transform: uppercase; }

.c-planner-menu__share--icon {
  height: 25px;
  width: 25px;
  vertical-align: middle; }

/*
 * Play button to be used over top of any media type, only requires parent to be position relative or absolute
 */
.c-play-btn {
  height: 100px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  z-index: 1; }
  @media (min-width: 46.25em) {
    .contest-page .c-play-btn {
      height: 170px;
      width: 170px; } }

.c-play-btn--basic {
  height: 60px;
  transition: all 0.2s ease-in-out;
  width: 60px; }
  @media (min-width: 46.25em) {
    .c-play-btn--basic {
      height: 100px;
      width: 100px; } }
  .c-play-btn--basic:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
            transform: translate(-50%, -50%) scale(1.1, 1.1); }

.c-play-btn--alt {
  height: 80px;
  width: 80px; }

.c-play-btn__button {
  background: transparent;
  border-radius: 50px;
  display: block;
  height: 100%;
  position: relative;
  transition: background 0.25s;
  width: 100%;
  z-index: 1; }
  .contest-page .c-play-btn__button {
    background: #d51000; }
    @media (min-width: 46.25em) {
      .contest-page .c-play-btn__button {
        border-radius: 85px; } }
    .contest-page .c-play-btn__button::after {
      background-image: url(../img/icons/play_button_alt.svg);
      position: absolute; }
      @media (min-width: 46.25em) {
        .contest-page .c-play-btn__button::after {
          height: 178px;
          left: -4px;
          top: -4px;
          width: 178px; } }
  .c-play-btn--basic .c-play-btn__button::after {
    background-color: white;
    background-image: url(../img/icons/play_button_basic.svg);
    border-radius: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5); }
  .c-play-btn--basic .c-play-btn__button:hover {
    background: none; }
  .c-play-btn--alt .c-play-btn__button {
    background: white;
    border-radius: 40px; }
    .c-play-btn--alt .c-play-btn__button::after {
      background-image: url(../img/icons/play_button_alt-2.svg);
      left: 27px;
      position: absolute;
      top: 23px;
      width: 35px;
      height: 35px; }
    .c-play-btn--alt .c-play-btn__button:hover {
      background: white; }
  .c-play-btn__button:hover {
    background: #d51000; }
  .c-play-btn__button::after {
    background: transparent url(../img/icons/play_button_alt.svg) no-repeat 0 0;
    background-size: contain;
    content: '';
    height: 105%;
    left: -3px;
    position: absolute;
    top: -3px;
    width: 105%; }

.c-prelim-short__form {
  background: transparent;
  border: 0;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 40%;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 80%;
  z-index: 1; }
  @media (min-width: 34.75em) {
    .c-prelim-short__form {
      top: 50%;
      width: auto; } }
  @media (min-width: 75em) {
    .c-prelim-short__form {
      width: 900px; } }
  .c-prelim-short__form > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 74.99em) {
      .c-prelim-short__form > div {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }

.c-prelim-short__left {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px; }
  @media (min-width: 75em) {
    .c-prelim-short__left {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin: 0 20px 0;
      width: auto; } }

.c-prelim-short__heading {
  color: white;
  display: block;
  text-align: center;
  font: 400 1rem "adrianna", sans-serif;
  font-size: 20px;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center; }
  @media (min-width: 61.25em) {
    .c-prelim-short__heading {
      font-size: 24px; } }
  @media (min-width: 75em) {
    .c-prelim-short__heading {
      text-align: right;
      margin: 0 15px 0 0; } }

.c-prelim-short__form-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.c-prelim-short__submit {
  background-color: #43b4e2;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: auto; }

/*
 *
 */
@media (max-width: 50.8025em) {
  .c-primary-nav {
    text-align: center;
    width: 100%; } }

@media (min-width: 50.8125em) {
  .c-primary-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto; } }

.c-primary-nav--article {
  display: none;
  margin: 30px auto 0 30px; }
  @media (min-width: 61.25em) {
    .c-primary-nav--article {
      display: block; } }
  .is-scrolled .c-primary-nav--article {
    margin-bottom: 12px;
    margin-top: 12px; }

.c-primary-nav__title {
  color: white;
  font: 400 1rem "adrianna", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-left: 10px;
  text-decoration: none; }
  .c-primary-nav__title span {
    font-size: 24px; }
  .is-scrolled .c-primary-nav__title {
    color: #666666;
    font-size: 16px; }
    .is-scrolled .c-primary-nav__title span {
      font-size: 20px; }

.c-primary-nav__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font: 400 1rem "adrianna", sans-serif;
  letter-spacing: 0.5px;
  margin-left: auto;
  position: relative; }
  @media (max-width: 50.8025em) {
    .c-primary-nav__list {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .c-primary-nav--article .c-primary-nav__list {
    margin: 0;
    padding: 0; }

.c-primary-nav__item {
  display: inline-block; }
  @media (max-width: 50.8025em) {
    .c-primary-nav__item {
      -webkit-flex: auto;
          -ms-flex: auto;
              flex: auto;
      border: 1px solid #ebebeb;
      border-right: 0; }
      .c-primary-nav__item:last-child {
        border-right: 1px solid #ebebeb; } }

/**
       Modern iPhone breakpoint
       */
.c-primary-nav__link {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  padding: 18px 5px;
  position: relative;
  text-transform: uppercase; }
  .is-scrolled .c-primary-nav__link {
    color: #666666; }
    @media (min-width: 50.8125em) and (max-width: 74.99em) {
      .is-scrolled .c-primary-nav__link {
        font-size: 16px;
        padding: 25px 14px 25px 12px; } }
  @media (min-width: 26.25em) {
    .c-primary-nav__link {
      font-size: 16px;
      letter-spacing: 0.5px;
      padding: 18px 10px; } }
  @media (min-width: 50.8125em) {
    .c-primary-nav__link {
      color: white;
      font-size: 18px;
      padding: 24px 16px; } }
  @media (min-width: 99.875em) {
    .c-primary-nav__link {
      padding: 24px 24px; } }
  @media (min-width: 50.8125em) {
    .c-primary-nav__link.has-mega-menu::before {
      background-color: #e2574c;
      bottom: 16px;
      content: '';
      height: 4px;
      left: 16px;
      opacity: 0;
      position: absolute;
      right: 16px;
      transition: 0.25s opacity, 0.25s visibility;
      visibility: hidden; }
      .is-scrolled .c-primary-nav__link.has-mega-menu::before {
        bottom: 0; }
    .c-primary-nav__link.has-mega-menu:hover::before {
      opacity: 1;
      visibility: visible; }
    .c-primary-nav__link.has-mega-menu::after {
      content: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 306 306' height='10' viewBox='0 0 306 306' width='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m270.3 58.65-117.3 117.3-117.3-117.3-35.7 35.7 153 153 153-153z'/%3E%3C/svg%3E");
      position: absolute;
      right: 0;
      top: 23px; }
      .is-scrolled .c-primary-nav__link.has-mega-menu::after {
        content: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 306 306' height='10' viewBox='0 0 306 306' width='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23333' d='m270.3 58.65-117.3 117.3-117.3-117.3-35.7 35.7 153 153 153-153z'/%3E%3C/svg%3E"); } }
  .c-primary-nav__link.active-trail::before {
    background-color: white;
    bottom: 16px;
    content: '';
    height: 4px;
    left: 16px;
    position: absolute;
    opacity: 1;
    right: 16px;
    transition: 0.25s opacity, 0.25s visibility;
    visibility: visible; }
    .is-scrolled .c-primary-nav__link.active-trail::before {
      bottom: 0;
      background-color: #666666; }
  @media (max-width: 50.8025em) {
    .c-primary-nav__link.active-trail {
      color: #e2574c; }
      .c-primary-nav__link.active-trail::before {
        background-color: #e2574c;
        bottom: 0;
        left: 0;
        right: 0; } }
  @media (min-width: 50.8125em) {
    .c-primary-nav__link.active-trail:hover::before {
      background-color: #e2574c; } }

/**
 * Hide nav items on mobile
 */
[data-list-item="mlid-1335"] {
  display: none; }
  @media (min-width: 50.8125em) {
    [data-list-item="mlid-1335"] {
      display: initial; } }

@media (max-width: 50.8025em) {
  .node-type-property .site-wrap {
    padding-top: 106px; } }

.c-property__contact-info {
  padding-bottom: 25px;
  padding-top: 25px; }
  .c-property__contact-info .c-sidebar__social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    margin-top: 0; }
    @media screen and (min-width: 768px) {
      .c-property__contact-info .c-sidebar__social {
        padding-left: 20px; } }
    @media screen and (min-width: 1200px) and (max-width: 1598px) {
      .c-property__contact-info .c-sidebar__social {
        margin-top: 10px; } }
    .c-property__contact-info .c-sidebar__social h5 {
      display: none; }
      @media screen and (min-width: 768px) {
        .c-property__contact-info .c-sidebar__social h5 {
          display: block;
          padding-right: 20px; } }
  @media screen and (max-width: 980px) {
    .c-property__contact-info .c-sidebar__button {
      margin: 0 5px 0 0; } }
  @media screen and (min-width: 981px) {
    .c-property__contact-info .c-sidebar__button {
      margin: 0 5px; } }
  .c-property__contact-info .c-social-links__item {
    margin: 0 5px; }
  .c-property__contact-info > p:last-of-type {
    padding-right: 20px; }

.c-property__title {
  color: #666666;
  font-size: 3rem;
  font-weight: 700; }
  @media (max-width: 50.8025em) {
    .c-property__title {
      font-size: 2.5rem;
      padding: 0 25px;
      text-align: center; } }

.c-property__highlight {
  color: #666666;
  font-weight: 700; }
  @media (max-width: 50.8025em) {
    .c-property__highlight {
      font-size: 2.5rem;
      padding: 0 25px;
      text-align: center; } }

.c-property__phone {
  border-bottom: 1px solid #cccccc;
  color: #666666;
  font-family: "adrianna", sans-serif;
  font-size: 18px;
  text-decoration: none; }
  @media (max-width: 50.8025em) {
    .c-property__phone {
      display: none; } }

.c-property__details {
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px; }
  @media (min-width: 50.8125em) {
    .c-property__details {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 99.875em) {
    .c-property__details {
      margin-top: 0; } }

.c-property__mobile-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px; }
  @media (min-width: 50.8125em) {
    .c-property__mobile-details {
      display: none; } }

.c-property__mobile-button {
  border: 1px solid #e2574c;
  background-color: #e2574c;
  color: white;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 12px;
  font-weight: bold;
  margin-right: 2px;
  padding: 12px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  .c-property__mobile-button:last-child {
    margin-right: 0; }
  .c-property__mobile-button--gallery {
    border-color: #43b4e2;
    background-color: #43b4e2; }

.c-property__mobile-phone {
  border: 1px solid #ebebeb;
  padding: 10px;
  position: relative;
  text-indent: -9999px;
  width: 70px; }
  .c-property__mobile-phone::before {
    background: transparent url("../img/icons/telephone.svg") no-repeat center;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 24px; }

.c-property__extra-description {
  display: none; }
  .c-property__extra-description.is-open {
    display: block; }

@media (max-width: 34.74em) {
  .c-property__read-more {
    text-align: center; } }

/*
 * Custom section with two videos and a slider guy in the middle.
 */
.c-side-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1; }
  @media (min-width: 46.25em) {
    .c-side-slider {
      height: 500px; } }
  @media (min-width: 61.25em) {
    .c-side-slider {
      height: 880px; } }

.c-side-slider__left, .c-side-slider__right {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.c-side-slider__content--left, .c-side-slider__content--right {
  bottom: 15px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1; }
  @media (min-width: 46.25em) {
    .c-side-slider__content--left, .c-side-slider__content--right {
      bottom: 20%; } }

.c-side-slider__content--btn-right, .c-side-slider__content--btn-left {
  margin: 12px 0;
  opacity: 1;
  transition: 0.25s opacity;
  border-radius: 40px;
  font-size: 15px;
  height: 40px;
  line-height: 42px; }
  @media (min-width: 46.25em) {
    .c-side-slider__content--btn-right, .c-side-slider__content--btn-left {
      margin: 48px 0 0;
      opacity: 0; } }

.c-side-slider__content--btn-right.on,
.c-side-slider__content--btn-left.on,
.c-side-slider__content--media-right,
.c-side-slider__content--media-left {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 1; }

.c-side-slider__content--media-right.off,
.c-side-slider__content--media-left.off {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0; }

.c-side-slider__content--media-right,
.c-side-slider__content--media-left {
  pointer-events: none;
  opacity: 1;
  transition: 0.25s opacity; }
  @media (max-width: 46.24em) {
    .c-side-slider__content--media-right,
    .c-side-slider__content--media-left {
      width: 50%;
      opacity: 1; } }

.c-side-slider__bar {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  width: 146px;
  margin: 0 0 0 -74px;
  bottom: 0;
  background: none;
  cursor: col-resize;
  z-index: 300; }
  .c-side-slider__bar img {
    pointer-events: none;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    top: -300px; }
  @media (min-width: 46.25em) {
    .c-side-slider__bar {
      display: block;
      height: 500px; } }
  @media (min-width: 61.25em) {
    .c-side-slider__bar {
      height: 880px; }
      .c-side-slider__bar img {
        top: 0; } }

.c-side-slider__wrapper {
  position: relative;
  overflow: hidden; }

@media (min-width: 46.25em) {
  .c-side-slider__container {
    display: table;
    width: 100%;
    height: 500px; } }

@media (min-width: 61.25em) {
  .c-side-slider__container {
    height: 880px; } }

@media (min-width: 46.25em) {
  .c-side-slider__row {
    display: table-row;
    height: 500px; } }

@media (min-width: 61.25em) {
  .c-side-slider__row {
    height: 880px; } }

.c-side-slider__item--left, .c-side-slider__item--right {
  background: white;
  display: block;
  height: 300px;
  overflow: visible;
  position: relative;
  width: 100%; }
  @media (min-width: 46.25em) {
    .c-side-slider__item--left, .c-side-slider__item--right {
      display: table-cell;
      height: auto;
      min-height: 500px;
      width: 50%; } }
  @media (min-width: 61.25em) {
    .c-side-slider__item--left, .c-side-slider__item--right {
      min-height: 880px; } }

.c-side-slider__video--left, .c-side-slider__video--right {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-size: cover; }
  @media (max-width: 46.24em) {
    .c-side-slider__video--left, .c-side-slider__video--right {
      height: auto;
      min-width: 100%;
      min-height: 100%;
      width: auto; } }
  @media (min-width: 46.25em) {
    .c-side-slider__video--left, .c-side-slider__video--right {
      bottom: 0; } }

/*
 * List of social links with icons, used in footer and on listings details pages.
 */
.c-social-links {
  line-height: 1;
  padding: 0; }
  .c-sidebar .c-social-links {
    margin-top: 6px;
    text-align: center; }
  .c-contact-form .c-social-links {
    margin: 0 0 24px; }

.c-social-links--center {
  text-align: center; }

.c-social-links__item {
  display: inline-block;
  margin: 0 4px; }
  @media (min-width: 46.25em) {
    .c-social-links__item {
      margin: 0 8px; } }
  @media (min-width: 75em) {
    .c-social-links__item {
      margin: 0 12px; } }
  .c-sidebar .c-social-links__item {
    margin: 0 2px; }

.c-social-links__link {
  display: block; }

.c-social-links__icon {
  height: 35px;
  width: 35px; }
  .c-sidebar .c-social-links__icon {
    height: 30px;
    width: 30px; }
  .c-contact-form .c-social-links__icon {
    height: 20px;
    width: 20px; }

/*
 *
 */
@media (max-width: 50.8025em) {
  .c-search-btn {
    position: absolute;
    top: 0;
    right: 0; } }

.c-search-btn__icon {
  background: transparent url(../img/icons/search-blue.svg) no-repeat 0 0;
  background-size: 100%;
  display: inline-block;
  height: 22px;
  width: 24px;
  vertical-align: middle;
  z-index: 3;
  position: relative; }
  @media (min-width: 50.8125em) {
    .c-search-btn__icon {
      background-image: url(../img/icons/search-white.svg); } }
  .is-scrolled .c-search-btn__icon, .is-up-scrolled.is-open .c-search-btn__icon {
    background-image: url(../img/icons/search-black.svg); }

/*
 *
 */
.c-search-menu {
  right: 15px;
  top: 99px; }

.c-search-menu__title {
  margin: 0;
  padding: 24px 24px 0; }

.c-search-menu__form {
  border: 0;
  padding: 12px 24px 12px; }

.c-search-menu__label {
  font: 400 1rem "adrianna", sans-serif;
  border: 0;
  color: #222222;
  padding: 12px 0; }

.c-search-menu__input::-webkit-input-placeholder {
  font-size: 11px; }

.c-search-menu__submit {
  width: 25%;
  position: absolute;
  right: 50px;
  bottom: 17px;
  font-weight: 400;
  font-size: 12px; }

/*
 *
 */
.c-search-results .item-list {
  margin: 24px 0 0; }

/*
 * Navigation menu living just on top of the footer on all pages
 */
.c-secondary-nav {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 24px 0; }
  .form-page .c-secondary-nav {
    background-color: white; }

.c-secondary-nav__list {
  font-size: 18px;
  font-family: "adrianna", sans-serif;
  text-align: left; }

.c-secondary-nav__item {
  display: block; }
  @media (min-width: 46.25em) {
    .c-secondary-nav__item {
      display: inline-block; }
      .c-secondary-nav__item::after {
        content: "|";
        margin: 0 30px;
        color: #e2e2e2; } }
  @media (min-width: 61.25em) {
    .c-secondary-nav__item::after {
      margin: 0 12px; } }
  .c-secondary-nav__item:last-of-type::after {
    content: none; }

.c-secondary-nav__link {
  color: #d51000;
  text-decoration: none; }

/*
 * Content wrappers than can wrap and component that apply padding/background styles
 */
.c-section {
  padding-bottom: 24px;
  position: relative; }
  .c-section--has-bg {
    background-position: bottom center;
    padding-top: 24px; }
    .c-section--has-bg::before, .c-section--has-bg::after {
      background: linear-gradient(rgba(255, 255, 255, 0) 50%, white 100%);
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
    .c-section--has-bg::before {
      background: rgba(0, 0, 0, 0.5); }
    .c-section--has-bg::after {
      background: linear-gradient(rgba(255, 255, 255, 0) 50%, white 100%); }
  @media (min-width: 46.25em) {
    .c-section--grey {
      background-color: #fbfbfb;
      padding-top: 24px; } }

/*
 * Callout on listings pages to hold contact info, buttons, etc.
 */
@media (max-width: 74.99em) {
  .c-sidebar {
    margin-bottom: 24px;
    margin-top: 24px;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; } }

.c-sidebar__content {
  padding: 24px 12px;
  text-align: center; }

.c-sidebar__text {
  margin-bottom: 12px; }

.c-sidebar__button {
  margin-bottom: 12px; }

.c-sidebar__social {
  margin: 24px 0 0; }

.paragraphs-item-spotlight {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px; }
  .paragraphs-item-spotlight .field-name-field-spotlight-content > .field-items {
    display: block; }
    @media (min-width: 75em) {
      .paragraphs-item-spotlight .field-name-field-spotlight-content > .field-items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .paragraphs-item-spotlight .field-name-field-spotlight-content > .field-items > .field-item {
      width: 100%; }
      @media (min-width: 75em) {
        .paragraphs-item-spotlight .field-name-field-spotlight-content > .field-items > .field-item {
          width: 50%; } }
      .paragraphs-item-spotlight .field-name-field-spotlight-content > .field-items > .field-item img {
        display: block;
        height: 500px;
        object-fit: cover;
        width: 100%; }
  .paragraphs-item-spotlight .c-external-video .c-content-image {
    margin: 0; }
  .paragraphs-item-spotlight .c-external-video .c-brand-text {
    top: auto;
    bottom: 105px; }
    @media (min-width: 46.25em) {
      .paragraphs-item-spotlight .c-external-video .c-brand-text {
        bottom: 90px; } }
    .paragraphs-item-spotlight .c-external-video .c-brand-text .c-brand-text__block {
      left: -10px; }
  .paragraphs-item-spotlight .c-external-video .c-brand-text__description {
    color: #fff;
    font-family: "adrianna", sans-serif;
    font-size: 20px;
    position: absolute;
    bottom: 95px;
    text-align: center;
    width: 100%;
    z-index: 10; }
  .paragraphs-item-spotlight .c-external-video .c-play-btn {
    width: auto;
    height: auto;
    top: auto;
    bottom: 30px; }
  .paragraphs-item-spotlight .field-name-field-property-spotlight > .field-items > .field-item {
    display: none; }
    .paragraphs-item-spotlight .field-name-field-property-spotlight > .field-items > .field-item:first-child {
      display: block; }
  .paragraphs-item-spotlight .paragraphs-item-property > .content {
    display: block; }
    @media (min-width: 46.25em) {
      .paragraphs-item-spotlight .paragraphs-item-property > .content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .paragraphs-item-spotlight .paragraphs-item-property > .content > div {
      width: 100%; }
      @media (min-width: 46.25em) {
        .paragraphs-item-spotlight .paragraphs-item-property > .content > div {
          width: 50%; } }
      @media (max-width: 46.24em) {
        .paragraphs-item-spotlight .paragraphs-item-property > .content > div.property-image img {
          height: 400px; } }
      @media (max-width: 34.74em) {
        .paragraphs-item-spotlight .paragraphs-item-property > .content > div.property-image img {
          height: 300px; } }
    .paragraphs-item-spotlight .paragraphs-item-property > .content .wrapper {
      padding: 50px 30px; }
      @media (min-width: 46.25em) {
        .paragraphs-item-spotlight .paragraphs-item-property > .content .wrapper {
          padding: 20px 50px; } }
      .paragraphs-item-spotlight .paragraphs-item-property > .content .wrapper h5 {
        margin: 15px 0 10px; }
      .paragraphs-item-spotlight .paragraphs-item-property > .content .wrapper .text {
        color: #666666;
        margin-bottom: 20px; }
      .paragraphs-item-spotlight .paragraphs-item-property > .content .wrapper a {
        margin-bottom: 10px; }

.c-sticky {
  background: white url(../img/colour-bar.png) repeat-x bottom left;
  border-radius: 10px;
  position: fixed;
  opacity: 1;
  left: 50%;
  top: 50%;
  transition: all .25s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: visible;
  width: 265px;
  z-index: 10; }
  @media (min-width: 34.75em) {
    .c-sticky {
      left: initial;
      right: 40px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 340px; } }
  @media (min-width: 61.25em) {
    .c-sticky {
      top: 300px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  @media (min-width: 120em) {
    .c-sticky {
      right: calc(((100vw - 1920px) /2) + 40px); } }
  .c-sticky.is-hidden {
    opacity: 0;
    visibility: hidden; }
  .c-sticky::after {
    background: transparent url(../img/deals-icon.png) no-repeat 0 0;
    background-size: 100%;
    content: '';
    display: block;
    height: 60px;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 60px; }
    @media (min-width: 34.75em) {
      .c-sticky::after {
        height: 80px;
        width: 80px; } }

.c-sticky__close {
  left: 10px;
  padding: 0;
  position: absolute;
  top: 10px; }

.c-sticky__content {
  padding: 40px 35px; }
  @media (min-width: 34.75em) {
    .c-sticky__content {
      padding: 45px 40px; } }

.c-sticky__header {
  font: 400 1rem "adrianna", sans-serif;
  font-size: 1.25rem;
  margin: 0 0 10px; }

.c-sticky__text {
  color: #666666;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 15px; }

/*
 * Tabs turn into accordion on small viewports, extra labels required
 */
.c-tabs__tab {
  display: none; }
  .c-tabs__tab.is-active {
    display: block; }
  .c-tabs__tab.always-display {
    display: block; }

.c-tabs__label {
  display: none; }

.c-tabs__label-toggle {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .c-tabs__label-toggle::after {
    background-image: url("../img/icons/plus_icon.svg");
    background-size: 10px 10px;
    content: ' ';
    display: block;
    height: 10px;
    width: 10px; }
  .c-tabs__label.is-active .c-tabs__label-toggle::after {
    background-image: url("../img/icons/minus_icon.svg"); }

.paragraphs-item-tabs .c-filter__list li {
  min-width: 200px; }
  @media (min-width: 61.25em) {
    .paragraphs-item-tabs .c-filter__list li {
      min-width: 150px; } }

.paragraphs-item-tabs .c-filter__list li > a {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: black;
  font-size: 15px;
  font-weight: bold;
  font-family: "adrianna", sans-serif;
  line-height: 20px;
  padding: 25px 35px;
  text-transform: uppercase;
  text-decoration: none;
  width: 218px; }
  .paragraphs-item-tabs .c-filter__list li > a svg {
    fill: black;
    margin-bottom: 10px;
    height: 50px; }
  .paragraphs-item-tabs .c-filter__list li > a.is-active {
    color: white;
    background: #43B4E2; }
    .paragraphs-item-tabs .c-filter__list li > a.is-active svg {
      fill: white; }

.paragraphs-item-tabs .c-tabs__tab .container--content {
  max-width: 1300px; }

@media (min-width: 75em) {
  .paragraphs-item-tabs .c-tabs__tab .col-md-6:first-child {
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; } }

@media (min-width: 75em) {
  .paragraphs-item-tabs .c-tabs__tab .col-md-6:last-child {
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; } }

.paragraphs-item-tabs .c-content-image {
  margin-top: 0; }

.c-util-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (min-width: 50.8125em) {
    .c-util-nav {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 48px 20px 0 0;
      position: fixed;
      top: -30px;
      width: 100%;
      z-index: 9; } }
  @media (min-width: 99.875em) {
    .c-util-nav {
      margin-right: 50px; } }
  .is-scrolled .c-util-nav {
    margin-top: 3px; }
  .c-mobile-nav .c-util-nav {
    border-bottom: 1px solid #e2e2e2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 50.8125em) {
      .c-mobile-nav .c-util-nav {
        display: none; } }

.c-util-nav__link {
  color: white;
  display: none;
  font-family: "adrianna", sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle; }
  @media (min-width: 50.8125em) {
    .c-util-nav__link {
      display: block;
      margin: 0 10px; } }
  @media (min-width: 75em) {
    .c-util-nav__link {
      margin: 0 12px; } }
  .is-scrolled .c-util-nav__link, .is-up-scrolled.is-open .c-util-nav__link {
    color: #666666; }

.c-util-nav__btn {
  margin: 5px;
  padding: 10px;
  vertical-align: middle; }
  @media (min-width: 50.8125em) {
    .c-util-nav__btn {
      margin: 12px 6px;
      padding: 0; } }
  @media (min-width: 99.875em) {
    .c-util-nav__btn {
      margin: 12px; } }

.c-c-util-nav__home {
  color: white; }

.c-util-nav__close {
  color: #e2574c;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 5px;
  z-index: 1; }
  .c-primary-nav .c-util-nav__close {
    right: -18px;
    top: -7px;
    width: 26px;
    height: 26px; }
  .c-util-nav__close.c-mega-menu__close {
    top: -35px;
    right: 5px; }

.c-util-nav__close-text {
  vertical-align: top; }

.c-utility-nav {
  display: none;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font: 400 1rem "adrianna", sans-serif;
  margin-top: 15px;
  position: relative; }
  @media (min-width: 50.8125em) {
    .c-utility-nav {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .is-scrolled .c-utility-nav {
    display: none; }

.c-utility-nav__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.c-utility-nav__item {
  padding: 10px 0; }

.c-utility-nav__link {
  border-left: 1px solid white;
  color: white;
  display: block;
  font-weight: bold;
  line-height: 0.75;
  padding: 0 15px;
  text-decoration: none; }

/*
 *
 */
.c-weather-btn {
  display: none;
  font: 400 1rem "adrianna", sans-serif;
  font-size: 14px;
  padding-right: 15px; }
  @media (min-width: 50.8125em) {
    .c-weather-btn {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .c-mobile-nav .c-weather-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.c-weather-btn__icon {
  background: transparent url(../img/icons/weather_icon_white.png) no-repeat 0 0;
  background-size: 100%;
  height: 24px;
  width: 25px; }
  @media (max-width: 50.8025em) {
    .c-weather-btn__icon {
      background-image: url(../img/icons/weather_icon_black.svg); } }
  .is-scrolled .c-weather-btn__icon, .is-up-scrolled.is-open .c-weather-btn__icon {
    background-image: url(../img/icons/weather_icon_black.svg); }

.c-weather-btn__temp {
  color: white;
  font-weight: 600;
  margin-left: 5px; }
  @media (max-width: 50.8025em) {
    .c-weather-btn__temp {
      color: black; } }
  .is-scrolled .c-weather-btn__temp, .is-up-scrolled.is-open .c-weather-btn__temp {
    color: black; }

.c-video-gallery__link--title {
  text-decoration: none;
  color: #666666; }

/*
 *
 */
.c-weather-menu {
  width: 480px;
  font-family: "adrianna", sans-serif;
  display: none; }
  @media (min-width: 50.8125em) {
    .c-weather-menu {
      display: block;
      right: -15px; } }
  .c-mobile-nav .c-weather-menu {
    width: 100%;
    display: block;
    top: 81px; }

.c-weather-menu__top {
  border-bottom: 1px solid #f9f8f7;
  padding: 24px; }

.c-weather-menu__current {
  font-size: 18px; }

.c-weather-menu__date {
  color: #666666; }

.c-weather-menu__icon {
  height: 35px;
  width: 30px; }

.c-weather-menu__icon--current {
  height: 70px;
  width: 90px; }

.c-weather-menu__middle {
  padding: 24px; }

.c-weather-menu__bottom {
  background-color: #f0f0f0;
  padding: 24px; }

.c-weather-menu__bottom--content {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.c-weather-menu__bottom-col {
  padding: 0; }

.c-weather-menu__description {
  color: #666666; }

.c-weather-menu__temp {
  font-size: 50px;
  color: #43b4e2; }

.c-weather-menu__secondary--text {
  font-size: 14px;
  color: #666666; }

.c-weather-details__current {
  border-bottom: 2px solid #e5e5e5; }

.c-weather-details__current--temp {
  font-size: 66px;
  color: #43b4e2;
  vertical-align: middle; }

.c-weather-details__current--temp-description {
  display: block; }

.c-weather-details__current--condition {
  display: inline-block; }

.c-weather-details__current--info {
  display: block;
  vertical-align: top;
  margin-right: 48px;
  font: 400 1rem "adrianna", sans-serif; }
  @media (min-width: 75em) {
    .c-weather-details__current--info {
      display: inline-block; } }
  .c-weather-details__current--info::before {
    content: "" !important; }

.c-weather-details__current--icon {
  vertical-align: middle;
  margin: 0 12px; }

.c-weather-details__current--condition-icon {
  height: 30px;
  width: 40px;
  vertical-align: middle; }
  @media (min-width: 75em) {
    .c-weather-details__current--condition-icon {
      height: 60px;
      width: 80px; } }

.c-weather-details__current--condition-description {
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  color: #222222;
  text-align: left; }

.c-weather-details__current--condition-description-secondary {
  font-size: 15px;
  display: block;
  color: #666666; }

.c-weather-details__forecast--icon {
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block !important; }

.c-weather-details__row {
  border-bottom: 2px solid #e5e5e5;
  font: 400 1rem "adrianna", sans-serif; }
  .c-weather-details__row.last {
    border-bottom: 0; }

.c-weather-details__forecast--temp {
  font-size: 50px;
  color: #43b4e2;
  vertical-align: middle; }

.c-weather-details__slide {
  min-height: 330px; }
  @media (min-width: 75em) {
    .c-weather-details__slide {
      border-right: 1px solid #ccc; }
      .c-weather-details__slide:last-of-type {
        border-right: none; } }

.c-weather-details__forecast--summary {
  margin: 12px 6px; }

.c-weather-details__table {
  width: 100%; }
  .c-weather-details__table tr th {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding: 8px; }
    @media (max-width: 74.99em) {
      .c-weather-details__table tr th {
        display: none; } }
  .c-weather-details__table tr td {
    padding: 10px;
    border-left: none;
    font-size: 18px; }
    @media (max-width: 74.99em) {
      .c-weather-details__table tr td {
        display: block; }
        .c-weather-details__table tr td:before {
          content: attr(data-th);
          display: inline-block;
          padding-right: 20px;
          text-align: center;
          text-transform: uppercase;
          font-size: 18px;
          font-weight: bold; } }

/* Colin */
.c-weather-details__today {
  height: 0;
  overflow: hidden; }
  .c-weather-details__today.is-active {
    height: auto; }

/*
 * Temporary warning bar at the top of the screen during special events (hurricanes, etc.)
 */
.c-warning {
  background-color: white;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  left: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 999; }
  @media (min-width: 61.25em) {
    .c-warning {
      font-size: 1.25rem; } }

.c-warning__icon {
  display: inline-block;
  margin-right: 24px;
  vertical-align: middle;
  width: 20px; }
  @media (min-width: 61.25em) {
    .c-warning__icon {
      width: 28px; } }

.c-warning__text {
  color: #e2574c;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle; }
  .c-warning__text:hover {
    text-decoration: underline; }

/*
 * Temp warning
 */
.weather-warning {
  position: static !important;
  margin-top: -28px; }

.not-front .weather-warning {
  margin-top: 0; }

.weather-warning,
#block-block-3 {
  background: white;
  border: 1px solid #f5f5f5;
  position: fixed;
  color: #666;
  font-size: 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 10px;
  z-index: 99; }
  .weather-warning h2,
  #block-block-3 h2 {
    display: none; }
  .weather-warning .content,
  #block-block-3 .content {
    padding: 0 10px;
    text-align: center;
    display: block;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 46.25em) {
      .weather-warning .content,
      #block-block-3 .content {
        padding: 0 30px; } }
    @media (min-width: 46.25em) {
      .weather-warning .content,
      #block-block-3 .content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 1030px;
        margin: 0 auto; } }
    .weather-warning .content h1,
    #block-block-3 .content h1 {
      margin-bottom: 10px;
      font-size: 21px; }
      @media (min-width: 61.25em) {
        .weather-warning .content h1,
        #block-block-3 .content h1 {
          font-size: 21px; } }
    .weather-warning .content div, .weather-warning .content p,
    #block-block-3 .content div,
    #block-block-3 .content p {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
      .weather-warning .content div.image, .weather-warning .content p.image,
      #block-block-3 .content div.image,
      #block-block-3 .content p.image {
        width: 200px;
        height: auto;
        margin: 0 auto;
        display: none; }
        @media (min-width: 46.25em) {
          .weather-warning .content div.image, .weather-warning .content p.image,
          #block-block-3 .content div.image,
          #block-block-3 .content p.image {
            margin: 0;
            display: block; } }
        .weather-warning .content div.image img, .weather-warning .content p.image img,
        #block-block-3 .content div.image img,
        #block-block-3 .content p.image img {
          display: block; }
      .weather-warning .content div.text, .weather-warning .content p.text,
      #block-block-3 .content div.text,
      #block-block-3 .content p.text {
        font-size: 16px;
        -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
                flex-shrink: 1;
        margin: 0 20px;
        text-align: center;
        margin: 10px 0; }
        @media (min-width: 46.25em) {
          .weather-warning .content div.text, .weather-warning .content p.text,
          #block-block-3 .content div.text,
          #block-block-3 .content p.text {
            margin: 0 20px;
            text-align: left; } }
        @media (min-width: 61.25em) {
          .weather-warning .content div.text, .weather-warning .content p.text,
          #block-block-3 .content div.text,
          #block-block-3 .content p.text {
            font-size: 16px; } }
    .weather-warning .content p,
    #block-block-3 .content p {
      margin: 0; }
      .weather-warning .content p:last-child,
      #block-block-3 .content p:last-child {
        margin-bottom: 0 !important; }
    .weather-warning .content div,
    #block-block-3 .content div {
      margin-bottom: 15px; }
      @media (min-width: 61.25em) {
        .weather-warning .content div,
        #block-block-3 .content div {
          margin-bottom: 0; } }
      .weather-warning .content div p,
      #block-block-3 .content div p {
        margin-bottom: 0; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.element-invisible {
  display: none !important; }

.tabs li {
  display: inline-block;
  padding: 10px 10px 10px 0; }

.messages {
  font: 400 1rem "adrianna", sans-serif;
  padding: 24px;
  text-align: center; }
  .messages.status {
    background-color: lightgreen;
    border-bottom: 2px solid #4ee44e;
    color: #222222; }
  .messages.error {
    background-color: indianred;
    border-bottom: 2px solid #bc3a3a;
    color: white; }
  .messages ul {
    list-style: none; }

div.workbench-info-block {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0; }
  div.workbench-info-block > br {
    display: none; }
  div.workbench-info-block > * {
    margin: 0 25px 0 5px; }
  div.workbench-info-block form {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0; }
    div.workbench-info-block form div {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    div.workbench-info-block form .form-select {
      margin: 0 10px 0 0;
      padding-right: 30px; }

.search-results {
  border-top: 1px solid #e2e2e2;
  margin-top: 12px;
  padding: 0; }

.search-result {
  border-bottom: 1px solid #e2e2e2;
  margin: 0 !important;
  padding: 24px 0; }
  .search-result .title a {
    color: #d51000;
    text-decoration: none; }
    .search-result .title a:visited {
      color: #d51000; }
    .search-result .title a:hover {
      color: #e2574c; }
    .search-result .title a:active {
      color: #e2574c; }
  .search-result .search-snippet {
    color: #666666;
    line-height: 1.2em;
    margin-top: 12px; }

.item-list {
  margin: 0 24px; }
  .item-list ul.pager {
    list-style: none;
    margin: 6px 0;
    padding: 0; }
    .item-list ul.pager li {
      float: left;
      display: inline-block;
      min-width: 34px;
      min-height: 34px;
      text-align: center;
      line-height: 34px;
      margin: 10px;
      border: 2px solid #ededed; }
    .item-list ul.pager .pager-current {
      float: left; }
      .item-list ul.pager .pager-current a {
        border-color: #ededed; }
    .item-list ul.pager .pager-item {
      float: left; }
      .item-list ul.pager .pager-item a {
        color: #d51000; }
    .item-list ul.pager .pager-next, .item-list ul.pager .pager-previous {
      float: none;
      border: 0; }
      .item-list ul.pager .pager-next a, .item-list ul.pager .pager-previous a {
        color: #d51000; }
    .item-list ul.pager .pager-previous {
      float: left; }
    .item-list ul.pager .pager-ellipsis {
      display: none; }
    .item-list ul.pager .pager-first, .item-list ul.pager .pager-last {
      display: none; }

/*
 * Broad, generic theme styles for all instances of slick
 *
 * Specific slider styles live inside their component
 */
.slick-list.draggable {
  cursor: all-scroll; }

.c-new-cards .slick-list {
  margin: 0 35px; }

.js-slider-one-visible .slick-list {
  margin: 0; }

.js-slider-one-visible .slick-arrow {
  background: none;
  top: auto;
  bottom: 0;
  width: 35px !important;
  height: 35px; }
  .js-slider-one-visible .slick-arrow::after {
    background: none;
    content: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB2aWV3Qm94PSIwIDAgMTI5IDEyOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0iZmlsbDojZmZmZmZmIj48cGF0aCBkPSJtNDAuNCAxMjEuM2MtLjguOC0xLjggMS4yLTIuOSAxLjJzLTIuMS0uNC0yLjktMS4yYy0xLjYtMS42LTEuNi00LjIgMC01LjhsNTEtNTEtNTEtNTFjLTEuNi0xLjYtMS42LTQuMiAwLTUuOHM0LjItMS42IDUuOCAwbDUzLjkgNTMuOWMxLjYgMS42IDEuNiA0LjIgMCA1Ljh6Ii8+PC9zdmc+);
    display: block;
    width: 25px;
    height: 25px;
    padding: 5px;
    -webkit-filter: drop-shadow(1px 1px 2px black);
            filter: drop-shadow(1px 1px 2px black); }
  .js-slider-one-visible .slick-arrow.slick-prev {
    left: 15px; }
    .js-slider-one-visible .slick-arrow.slick-prev::after {
      content: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBzdHlsZT0iZmlsbDojZmZmZmZmIj48dGl0bGU+QXJ0Ym9hcmQgMTwvdGl0bGU+PHBhdGggZD0iTTg4LjUsNy43YTQuMSw0LjEsMCwwLDEsNS44LDAsNC4xLDQuMSwwLDAsMSwwLDUuOGwtNTEsNTEsNTEsNTFhNC4xLDQuMSwwLDEsMS01LjgsNS44TDM0LjYsNjcuNGE0LjEsNC4xLDAsMCwxLDAtNS44WiIvPjwvc3ZnPg==); }
  .js-slider-one-visible .slick-arrow.slick-next {
    left: 65px; }

.slick-arrow {
  background-color: white;
  display: block;
  height: 50px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: opacity 0.25s;
  width: 50px;
  z-index: 1; }
  .slick-arrow::after {
    height: 50px;
    left: 0;
    position: absolute;
    width: 50px;
    top: 0; }
  .c-new-cards .slick-arrow {
    width: 45px; }

.slick-disabled {
  opacity: 0; }

.slick-next {
  right: 0; }
  @media (min-width: 61.25em) {
    .slick-next {
      right: 13px; } }
  @media (min-width: 108.75em) {
    .slick-next {
      right: -67px; } }
  .slick-next::after {
    content: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB2aWV3Qm94PSIwIDAgMTI5IDEyOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNDAuNCAxMjEuM2MtLjguOC0xLjggMS4yLTIuOSAxLjJzLTIuMS0uNC0yLjktMS4yYy0xLjYtMS42LTEuNi00LjIgMC01LjhsNTEtNTEtNTEtNTFjLTEuNi0xLjYtMS42LTQuMiAwLTUuOHM0LjItMS42IDUuOCAwbDUzLjkgNTMuOWMxLjYgMS42IDEuNiA0LjIgMCA1Ljh6Ii8+PC9zdmc+); }
  .c-new-cards .slick-next {
    right: 0; }

.slick-prev {
  left: 0; }
  @media (min-width: 61.25em) {
    .slick-prev {
      left: 13px; } }
  @media (min-width: 108.75em) {
    .slick-prev {
      left: -65px; } }
  .slick-prev::after {
    content: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjkgMTI5Ij48dGl0bGU+QXJ0Ym9hcmQgMTwvdGl0bGU+PHBhdGggZD0iTTg4LjUsNy43YTQuMSw0LjEsMCwwLDEsNS44LDAsNC4xLDQuMSwwLDAsMSwwLDUuOGwtNTEsNTEsNTEsNTFhNC4xLDQuMSwwLDEsMS01LjgsNS44TDM0LjYsNjcuNGE0LjEsNC4xLDAsMCwxLDAtNS44WiIvPjwvc3ZnPg==); }
  .c-new-cards .slick-prev {
    left: 0; }

.fancybox-bg {
  background: white; }

.fancybox-container--ready .fancybox-bg {
  opacity: 1; }

.fancybox-infobar__body {
  display: none; }

.fancybox-infobar {
  left: 50%;
  margin-left: 0;
  max-width: 1920px;
  top: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%; }

.fancybox-button--left, .fancybox-button--right {
  background-color: #d51000;
  border: none;
  transition: opacity 0.25s;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .fancybox-button--left::after, .fancybox-button--right::after {
    height: 100%;
    left: -4px;
    position: absolute;
    width: 100%;
    top: -3px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    border: none; }
  .fancybox-button--left::before, .fancybox-button--right::before {
    content: none; }
  .fancybox-button--left:hover, .fancybox-button--right:hover {
    background-color: #d51000; }

.fancybox-button--left {
  position: absolute; }
  .fancybox-button--left::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgZmlsbD0iI2ZmZmZmZiI+PGc+PHBhdGggZD0iTSAxMi4zLDE3LjcxbCA2LjQ4Niw2LjQ4NmMgMC4zOSwwLjM5LCAxLjAyNCwwLjM5LCAxLjQxNCwwYyAwLjM5LTAuMzksIDAuMzktMS4wMjQsMC0xLjQxNEwgMTQuNDE4LDE3IEwgMjAuMiwxMS4yMThjIDAuMzktMC4zOSwgMC4zOS0xLjAyNCwwLTEuNDE0Yy0wLjM5LTAuMzktMS4wMjQtMC4zOS0xLjQxNCwwTCAxMi4zLDE2LjI5QyAxMi4xMDQsMTYuNDg2LCAxMi4wMDgsMTYuNzQyLCAxMi4wMDgsMTcgQyAxMi4wMDgsMTcuMjU4LCAxMi4xMDQsMTcuNTE0LCAxMi4zLDE3LjcxeiI+PC9wYXRoPjwvZz48L3N2Zz4=); }

.fancybox-button--right {
  right: 0;
  position: absolute; }
  .fancybox-button--right::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgZmlsbD0iI2ZmZmZmZiI+PGc+PHBhdGggZD0iTSAxMy44LDI0LjE5NmMgMC4zOSwwLjM5LCAxLjAyNCwwLjM5LCAxLjQxNCwwbCA2LjQ4Ni02LjQ4NmMgMC4xOTYtMC4xOTYsIDAuMjk0LTAuNDU0LCAwLjI5Mi0wLjcxIGMwLTAuMjU4LTAuMDk2LTAuNTE0LTAuMjkyLTAuNzFMIDE1LjIxNCw5LjgwNGMtMC4zOS0wLjM5LTEuMDI0LTAuMzktMS40MTQsMGMtMC4zOSwwLjM5LTAuMzksMS4wMjQsMCwxLjQxNEwgMTkuNTgyLDE3IEwgMTMuOCwyMi43ODJDIDEzLjQxLDIzLjE3MiwgMTMuNDEsMjMuODA2LCAxMy44LDI0LjE5NnoiPjwvcGF0aD48L2c+PC9zdmc+); }

.fancybox-controls {
  height: 100%; }

.fancybox-caption-wrap-inner {
  background: rgba(0, 0, 0, 0.6);
  bottom: -50px;
  left: 0;
  right: 0;
  box-sizing: border-box;
  direction: ltr;
  padding: 0 30px;
  pointer-events: none;
  position: absolute;
  z-index: 99997; }
  @media (min-width: 46.25em) {
    .fancybox-caption-wrap-inner {
      bottom: 0; } }

.fancybox-caption {
  border-top: 0;
  padding: 15px 0;
  text-align: center; }

.u-pos-rel {
  position: relative;
  z-index: 1; }

/*
 * Visibility overrides
 */
.disable-scroll, .disable-scroll body {
  overflow: hidden !important;
  height: 100% !important; }

.disable-scroll-long {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch; }

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

.u-inactive {
  opacity: 0.5; }

.u-display-none {
  display: none; }

.u-inline-flex {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.u-fadein {
  -webkit-animation: fadein 0.5s;
          animation: fadein 0.5s;
  opacity: 1; }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media (min-width: 46.25em) {
  .u-show-sm {
    display: none; } }

@media (max-width: 46.24em) {
  .u-hide-sm {
    display: none; } }

/*
 * Text style overrides
 */
.u-txt-center {
  text-align: center !important; }

.u-txt-right {
  text-align: right !important; }

/*
 * Background colour overrides
 */
.u-bg-red {
  background-color: #e2574c; }

.u-bg-deepred {
  background-color: #d51000; }

.u-bg-blue {
  background-color: #43b4e2; }

.u-bg-lightgrey {
  background-color: #f9f8f7; }

.u-bg-vlightgrey {
  background-color: #fbfbfb; }

.u-bg-textgrey {
  background-color: #666666; }

.u-bg-lightblack {
  background-color: #222222; }

.u-bg-black {
  background-color: black; }

.u-color-deepred {
  color: #d51000; }

/*
 * Custom alignment
 */
.u-align-icons-middle {
  display: inline-block;
  vertical-align: middle; }

/*
 * Utilities to override margin and padding
 */
.u-margin-top {
  margin-top: 72px; }

.u-margin-bottom {
  margin-bottom: 72px; }

.u-margin-top-small {
  margin-top: 24px; }

.u-margin-bottom-small {
  margin-bottom: 24px; }

.u-padding-top {
  padding-top: 12px; }
  @media (min-width: 61.25em) {
    .u-padding-top {
      padding-top: 24px; } }
  @media (min-width: 75em) {
    .u-padding-top {
      padding-top: 72px; } }

.u-padding-top-small {
  padding-top: 12px; }
  @media (min-width: 61.25em) {
    .u-padding-top-small {
      padding-top: 24px; } }

.u-padding-bottom {
  padding-bottom: 12px; }
  @media (min-width: 61.25em) {
    .u-padding-bottom {
      padding-bottom: 24px; } }
  @media (min-width: 75em) {
    .u-padding-bottom {
      padding-bottom: 72px; } }

.u-padding-bottom-small {
  padding-bottom: 12px; }
  @media (min-width: 61.25em) {
    .u-padding-bottom-small {
      padding-bottom: 24px; } }

.u-margin-flush {
  margin: 0; }
