@charset "UTF-8";
/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

.u-clear::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

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

.u-nowrap {
  white-space: nowrap;
}

.u-show\@tablet,
.u-show\@desktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  .u-hide\@tablet {
    display: none;
  }
  .u-show\@tablet {
    display: block;
  }
  .u-inline\@tablet {
    display: inline;
  }
  .u-nowrap\@tablet {
    white-space: nowrap;
  }
}

@media only screen and (min-width: 1024px) {
  .u-hide\@desktop {
    display: none;
  }
  .u-show\@desktop {
    display: block;
  }
}

.cap {
  z-index: 3;
  position: relative;
  display: block;
}

.cap--top, .cap--bottom {
  position: absolute;
  left: 0;
  width: 100%;
}

.cap--top {
  top: 0;
  transform: scaleY(-1);
}

.cap--bottom {
  bottom: 0;
}

.cap--black .cap-image {
  background-image: url("../images/cap-black@2x.png");
}

.cap-image {
  display: block;
  width: 100%;
  height: 38px;
  background: url("../images/cap@2x.png") repeat-x 50% 100%;
  background-size: 1969px 38px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 28px;
  font-family: "Libre Baskerville", "Times New Roman", serif;
  text-rendering: optimizeLegibility;
  color: #000;
  background: #fff;
  text-align: left;
}

body > img {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -30px;
  width: 1px;
  height: 1px;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

#wpadminbar {
  backface-visibility: hidden;
  z-index: 999999;
}

.wrap {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-height: 100vh;
}

.wrap > div,
.wrap > main {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.main-cap {
  margin-top: -38px;
  margin-bottom: 35px;
}

@media (min-width: 1024px) {
  .main-cap {
    margin-bottom: 80px;
  }
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.constrain {
  max-width: 1340px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .constrain {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .constrain--padding\@tablet {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1024px) {
  .constrain--padding\@desktop {
    padding-left: 0;
    padding-right: 0;
  }
}

.constrain--medium {
  max-width: 880px;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-align: center;
}

h1 {
  font-size: 58px;
  line-height: 104%;
  letter-spacing: -1px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 126px;
    line-height: 94%;
    letter-spacing: -5px;
  }
}

h1.long {
  font-size: 28px;
  line-height: 92.8%;
}

@media (min-width: 1024px) {
  h1.long {
    font-size: 55px;
  }
}

.t-darkBackground h1 {
  color: #fff;
}

h2 {
  margin-bottom: 34px;
  font-size: 20px;
  line-height: 100%;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 28px;
    margin-bottom: 58px;
  }
}

h2 .headingBorder {
  width: 115px;
  height: 13px;
  margin-top: 6px;
}

@media (min-width: 1024px) {
  h2 .headingBorder {
    margin-top: 10px;
  }
}

.t-darkBackground h2 {
  color: #fff;
}

p {
  margin: 0 0 1.25em;
  padding: 0;
}

a {
  color: #e51b24;
  text-decoration: none;
}

.above-wrap-link {
  display: block;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 1px;
  color: #fff;
  background: #232323;
  text-align: center;
  transition: background-color 0.267s ease;
}

@media screen and (min-width: 768px){
  .above-wrap-link {
    font-size: 14px;
  }
}

.above-wrap-link:hover {
  background: #e51b24;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.button {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  outline: 0;
  position: relative;
  display: inline-block;
  padding: 10px 21px 10px 22px;
  font: 700 13px/1 "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: -.5px;
  text-transform: uppercase;
  text-align: center;
  color: #232323;
  border: 3px solid #232323;
  transition: color 0.267s ease;
}

@media (min-width: 1024px) {
  .button {
    padding: 9px 23px 9px 22px;
    font-size: 14px;
  }
}

.button::before {
  content: ' ';
  display: block;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #232323;
  transition: transform 0.267s ease;
}

.button:hover, .button:focus {
  color: #fff;
}

.button:hover::before, .button:focus::before {
  transform: scaleY(1);
}

.button--white {
  color: #fff;
  border-color: #fff;
}

.button--white::before {
  background-color: #fff;
}

.button--white:hover, .button--white:focus {
  color: #232323;
}

.arrowButton {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  outline: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 30px;
  height: 30px;
  background: #e51b24;
  border-radius: 50%;
  transition: background 0.267s ease, transform 0.267s ease;
}

@media (min-width: 768px) {
  .arrowButton {
    width: 42px;
    height: 42px;
  }
}

.arrowButton:active, .arrowButton:focus, .arrowButton:hover {
  background: #d31820;
}

@media (min-width: 768px) {
  .no-touchevents .arrowButton:hover {
    transform: scale(1.1);
  }
}

.arrowButton-icon {
  color: #fff;
  width: 14px;
  height: 14px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .arrowButton-icon {
    width: 18px;
    height: 18px;
  }
}

.headingBorder {
  position: relative;
  transform: translateZ(0);
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #e51b24;
}

.headingBorder-mask {
  opacity: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  position: absolute;
  top: 0;
  left: auto;
  width: 100%;
  height: 100%;
  transition: opacity 0.267s ease-in-out, transform 0.267s ease-in-out;
}

.is-in-view .headingBorder-mask,
.no-js .headingBorder-mask {
  opacity: 1;
  transform: scaleX(1);
}

.headingBorder-content {
  position: absolute;
  top: 0;
  left: auto;
  width: 100%;
  height: 100%;
}

.headingBorder-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.headingBorder-icon--2 {
  transform: scale(1, -1);
}

.headingBorder-icon--3 {
  transform: scale(-1, 1);
}

.headingBorder-icon--4 {
  transform: scale(-1, -1);
}

body.map-tour header {
  position: fixed;
  width: 100%;
  z-index: 10;
  background: #fff;
}

.js-map-tour {
  position: fixed !important;
  width: 100%;
  height: 100%;
}

#content-cards {
  position: absolute;
  width: 45%;
  margin-left: 2%;
}

#content-cards .content-card {
  background: #fff;
}

#content-cards .content-card h3, #content-cards .content-card h4 {
  text-align: center;
}

.gm-style-cc {
  display: none;
}

.gm-bundled-control .gmnoprint {
  display: block;
}

.gm-style a[href^="http://maps.google.com/maps"],
.gm-style a[href^="https://maps.google.com/maps"],
.gm-style a[href^="https://www.google.com/maps"] {
  display: none !important;
}

@media screen and (max-width: 768px) {
  #map-perfect-day {
    height: 375px;
  }
}

@media screen and (max-width: 480px) {
  #content-cards {
    width: 90%;
    margin-left: 5%;
  }
  #content-cards .waypoint-card {
    margin-top: 8rem;
  }
}

.videos {
  position: relative;
  padding: 88px 0;
  background: #000;
}

.videos .cap {
  z-index: 15;
}

@media (min-width: 768px) {
  .no-touchevents .videos a:hover .videos-playButton {
    transform: scale(1.1503);
  }
  .no-touchevents .videos a:hover .videos-playButton-icon {
    color: #e51b24;
  }
}

.videos.is-playing .videos-overlay {
  pointer-events: auto;
  opacity: 1;
}

.videos.is-playing .videos-media {
  pointer-events: auto;
  opacity: 1;
}

.videos.is-playing .videos-media-main {
  pointer-events: auto;
}

.videos.is-playing .videos-media-content {
  pointer-events: auto;
  opacity: 1;
  transform: scale(1);
}

.videos--modal {
  margin-bottom: 10px;
  background: #181818 url("../images/videos-bg-portrait.jpg") no-repeat 50% 50%;
  background-size: cover;
}

@media (min-width: 768px) {
  .videos--modal {
    margin-bottom: 35px;
    padding: 108px 0;
    background-image: url("../images/videos-bg.jpg");
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-width: 768px) and (min-resolution: 125dpi) {
  .videos--modal {
    background-image: url("../images/videos-bg@2x.jpg");
  }
}

.videos--modal.is-playing .videos-media {
  transform: translate3d(-50%, -50%, 0);
}

.videos--hero {
  margin-bottom: 85px;
  padding-top: 0;
}

.videos--standalone {
  margin-bottom: 8px;
}

.videos--standalone .videos-media-main {
  z-index: 220;
}

@media (max-width: 600px) {
  .admin-bar .videos--standalone .videos-media-main {
    z-index: 100020;
  }
}

.videos--standalone .videos-overlay {
  z-index: 200;
}

@media (max-width: 600px) {
  .admin-bar .videos--standalone .videos-overlay {
    z-index: 100010;
  }
}

.videos--theater {
  padding-top: 0;
  padding-bottom: 10px;
  background-color: transparent;
}

.videos-playButton {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  outline: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  border: 3px solid #fff;
  border-radius: 50%;
  text-align: center;
  transition: opacity 0.267s ease-out, transform 0.267s ease-out;
}

.videos-playButton-icon {
  width: 20px;
  height: 20px;
  margin-top: 8px;
  margin-left: 3px;
  color: #fff;
  transition: color 0.267s ease;
}

.videos--page .videos-header:nth-child(n+2) {
  padding-top: 45px;
}

.videos--theater .videos-header {
  padding-top: 45px;
}

.videos-subheading {
  display: block;
  padding: 5px 20px 0;
  font: italic 13px/18px "Libre Baskerville", "Times New Roman", serif;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 1024px) {
  .videos-subheading {
    font-size: 14px;
  }
}

@media (min-width: 414px) {
  .videos-subheading-break {
    display: none;
  }
}

.videos-subheading-link {
  opacity: .9;
  margin-right: 3px;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #fff;
}

.videos-subheading-link:hover {
  opacity: 1;
}

@media (min-width: 1024px) {
  .videos--hero .videos-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.videos-content {
  position: relative;
  width: 100%;
}

.videos--hero .videos-content {
  padding-top: 20px;
}

.videos-scrollable {
  overflow: hidden;
  margin: -50px 0;
  padding: 50px 0;
}

.videos--page .videos-scrollable,
.videos--theater .videos-scrollable {
  overflow: visible;
}

.videos-scrollable-content {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  margin: -50px 0;
  padding: 50px 0;
}

.videos-scrollable-content::-webkit-scrollbar {
  display: none;
  width: 0;
}

.no-js .videos-scrollable-content {
  padding-left: 20px;
  padding-right: 20px;
}

.videos--page .videos-scrollable-content,
.videos--theater .videos-scrollable-content {
  overflow-x: visible;
}

.videos-list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.videos-list::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media (min-width: 768px) {
  .videos-list {
    margin-bottom: 30px;
  }
}

.no-js .videos-list {
  padding-left: 30px;
}

@media (min-width: 768px) {
  .videos--page .videos-list,
  .videos--theater .videos-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.videos-list .slick-list {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .no-touchevents .videos-list .slick-list {
    margin-top: -50px;
    margin-bottom: -50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .no-touchevents .videos--standalone .videos-list .slick-list {
    padding-left: 0;
    padding-right: 0;
  }
}

.videos-item {
  outline: 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(100vw - 60px);
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .videos-item {
    width: calc(100% / 4 - 30px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

.no-js .videos-item:first-child {
  margin-left: 0;
}

@media (min-width: 768px) {
  .videos-item.slick-slide {
    opacity: 0;
    transition: opacity 0.408s ease-out;
  }
}

@media (min-width: 768px) {
  .videos-item.slick-slide.slick-active {
    opacity: 1;
  }
}

.videos-item .videos-playButton {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

@media (min-width: 768px) {
  .videos--page .videos-item,
  .videos--theater .videos-item {
    width: calc(100% / 3 - 14px);
    margin-left: 0;
    margin-right: 21px;
  }
}

@media (min-width: 1024px) {
  .videos--page .videos-item,
  .videos--theater .videos-item {
    width: calc(100% / 4 - 15px);
    margin-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .videos--page .videos-item:nth-child(3n),
  .videos--theater .videos-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .videos--page .videos-item:nth-child(4n),
  .videos--theater .videos-item:nth-child(4n) {
    margin-right: 0;
  }
}

.videos-item-link {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  outline: 0;
  display: block;
  width: 100%;
  color: #fff;
}

@media (min-width: 768px) {
  .no-touchevents .videos-item-link {
    z-index: 10;
  }
  .no-touchevents .videos-item-link:hover .videos-item-art-overlay,
  .no-touchevents .videos-item-link:hover .videos-item-art-background {
    transform: scale(1.0503);
  }
  .no-touchevents .videos-item-link:hover .videos-item-art-background-shadow {
    opacity: 1;
  }
  .no-touchevents .videos-item-link:hover .videos-item-title {
    transform: translate3d(0, 5px, 0);
  }
}

.videos--page .videos-item-link,
.videos--theater .videos-item-link {
  padding-bottom: 30px;
}

.videos-item-link.is-selected {
  pointer-events: none;
}

.videos-item-link.is-selected .videos-item-art-overlay {
  opacity: 1;
}

.videos-item-link.is-selected .videos-playButton {
  opacity: 0;
}

.videos-item-link.is-selected .videos-item-status {
  opacity: 1;
}

.videos-item-art {
  position: relative;
  display: block;
  margin-bottom: 7px;
  padding: 57% 0 0;
}

.videos-item-art-overlay {
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.267s, transform 0.267s ease-out;
}

.videos-item-art-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: transform 0.267s ease-out;
}

.videos-item-art-background-shadow {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 18px 55px 0 rgba(0, 0, 0, 0.85);
  transition: opacity 0.267s ease-out;
}

.videos-item-time,
.videos-item-status {
  position: absolute;
  bottom: 0;
  font: 700 12px/14px "Montserrat", Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.videos-item-time {
  z-index: 2;
  right: 0;
  padding: 8px 10px;
}

.videos-item-status {
  opacity: 0;
  z-index: 4;
  bottom: -3px;
  left: 0;
  white-space: nowrap;
  color: #e51b24;
  transition: opacity 0.408s ease;
}

.videos-item-title {
  z-index: 11;
  position: relative;
  font: 13px/20px "Montserrat", Helvetica, Arial, sans-serif;
  padding-right: 15px;
  text-align: left;
  transition: transform 0.267s ease-out;
}

@media (min-width: 1024px) {
  .videos-item-title {
    font-size: 14px;
  }
}

.videos-pagination {
  z-index: 11;
  position: relative;
}

.no-js .videos-pagination {
  display: none;
}

@media (min-width: 768px) {
  .videos--page .videos-pagination,
  .videos--theater .videos-pagination {
    display: none;
  }
}

.videos-arrows {
  display: none;
}

@media (min-width: 768px) {
  .videos-arrows {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .videos--hero .videos-arrows {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.videos-arrows-button {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  cursor: pointer;
  outline: 0;
  display: block;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  transition: transform 0.267s ease-out, opacity 0.267s ease-out;
}

.videos-arrows-button.slick-disabled {
  pointer-events: none;
  opacity: 0;
  cursor: default;
}

@media (min-width: 768px) {
  .no-touchevents .videos-arrows-button:hover {
    transform: scale(1.1408);
  }
}

@media (min-width: 768px) {
  .videos-arrows-button {
    margin-bottom: -30px;
  }
}

.videos-arrows-button-icon {
  width: 22px;
  height: 22px;
  margin-top: 8px;
  color: #3f3f3f;
}

.videos-dots {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 34px;
  margin-top: 5px;
}

.videos-dots .slick-dots {
  position: relative;
  bottom: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  height: 34px;
}

.videos-dots .slick-dots li {
  margin: 0;
  width: 26px;
  height: 34px;
}

.videos-dots .slick-dots li button {
  pointer-events: auto;
  width: 26px;
  height: 34px;
}

.videos-dots .slick-dots li button::before {
  width: 26px;
  height: 34px;
  font: 32px/32px "Montserrat", Helvetica, Arial, sans-serif;
  color: #fff;
  transition: opacity 0.267s ease-out;
}

.videos-dots .slick-dots li.slick-active button::before {
  color: #fff;
}

.videos--theater .videos-viewer {
  background: #000;
}

.videos--page .videos-media,
.videos--modal .videos-media {
  z-index: 20;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 60px);
  max-width: 780px;
}

.videos--page .videos-media {
  position: fixed;
}

.videos--hero .videos-media {
  position: relative;
  height: 115.625vw;
}

@media (min-width: 568px) {
  .videos--hero .videos-media {
    height: 75vw;
  }
}

@media (min-width: 1024px) {
  .videos--hero .videos-media {
    height: 56.25vw;
    max-height: calc(100vh - 40px);
  }
}

.videos--theater .videos-media {
  height: auto;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.videos-media-hero.hero {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  outline: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  padding-top: 0;
}

.videos-media-hero .videos-playButton {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.videos--standalone .videos-media-hero {
  padding-top: 30px;
}

.videos-media-main {
  pointer-events: none;
  z-index: 20;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 60px);
  max-width: 880px;
}

.videos-media-content {
  pointer-events: none;
  opacity: 0;
  transform: scale(0.5);
  padding-top: 56.25%;
  background: #181818;
  transition: opacity 0.408s ease-out, transform 0.408s ease-out;
}

.videos--hero .videos-media-content {
  z-index: 10;
}

.videos--theater .videos-media-content {
  transform: none;
}

.videos-media-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videos-media-iframe {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videos-media-close {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  z-index: 2;
  cursor: pointer;
  outline: 0;
  position: absolute;
  top: -22px;
  right: -22px;
  display: block;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  transition: transform 0.267s ease-out;
}

@media (min-width: 768px) {
  .no-touchevents .videos-media-close:hover {
    transform: scale(1.1408);
  }
}

.videos-media-close-icon {
  width: 20px;
  height: 20px;
  margin-top: 9px;
  color: #3f3f3f;
}

.videos-overlay {
  pointer-events: none;
  opacity: 0;
  z-index: 12;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity 0.669s ease-out;
}

@media (min-width: 768px) {
  .videos-overlay {
    background: rgba(0, 0, 0, 0.7);
  }
}

.videos--hero .videos-overlay {
  background: rgba(0, 0, 0, 0.85);
}

.videos--page .videos-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.search .main {
  background-image: linear-gradient(#f0f0f0, rgba(255, 255, 255, 0) 200px, rgba(255, 255, 255, 0) 100%);
}

@media (min-width: 768px) {
  .search .main {
    background-image: linear-gradient(#f0f0f0, rgba(255, 255, 255, 0) 300px, rgba(255, 255, 255, 0) 100%);
  }
}

.searchBar {
  max-width: 700px;
  margin: 0 auto 35px;
  padding-top: 110px;
}

@media (min-width: 768px) {
  .searchBar {
    margin-bottom: 65px;
  }
}

@media (min-width: 1024px) {
  .searchBar {
    padding-top: 130px;
  }
}

.searchBar-form {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #ccc;
}

.searchBar-icon {
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

@media (min-width: 768px) {
  .searchBar-icon {
    width: 26px;
    height: 26px;
  }
}

.searchBar-textfield {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  outline: 0;
  width: 100%;
  padding: 10px 7px 9px;
  font: 18px/22px "Montserrat", Helvetica, Arial, sans-serif;
  color: #232323;
  background: transparent;
  border: 0;
}

@media (min-width: 768px) {
  .searchBar-textfield {
    padding: 12px 10px 10px;
    font-size: 28px;
    line-height: 34px;
  }
}

.searchBar-textfield::-webkit-input-placeholder {
  color: #a5a5a5;
}

.searchBar-textfield::-moz-placeholder {
  color: #a5a5a5;
}

.searchBar-textfield:-ms-input-placeholder {
  color: #a5a5a5;
}

.searchBar-textfield::placeholder {
  color: #a5a5a5;
}

.searchResults {
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .searchResults {
    padding-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .searchResults {
    padding-bottom: 50px;
  }
}

.searchResults .post-content h4,
.searchResults .post-content p {
  max-width: 700px;
}

.searchResults .posts-action {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .searchResults .posts-action {
    margin-top: 15px;
  }
}

.searchResults-header {
  margin-bottom: 15px;
  color: #232323;
}

.searchResults-header h3 {
  text-align: left;
}

.searchResults-count {
  font-weight: 400;
  color: #e51b24;
}

.created-title {
  margin-bottom: 5px;
  font: italic 12px/16px "Libre Baskerville", "Times New Roman", serif;
  color: #a5a5a5;
  text-align: left;
}

.created-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.created-item--rk .created-logo {
  width: 75px;
  height: 34px;
}

.created-item--cnn {
  margin-left: 10px;
  padding-left: 9px;
  border-left: 1px solid rgba(204, 204, 204, 0.5);
}

.created-item--cnn .created-logo {
  width: 60px;
  height: 28px;
}

.created-link {
  display: block;
  color: #181818;
  line-height: 0;
}

.t-darkBackground .created-link {
  color: #fff;
}

body.is-showing-panel {
  pointer-events: none;
  overflow: hidden;
}

.header {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header.headroom--pinned {
  transform: translate3d(0, 0, 0);
  transition: transform 0.408s ease-out;
}

.admin-bar .header.headroom--pinned {
  transform: translate3d(0, 32px, 0);
}

.admin-bar .header.headroom--pinned.headroom--top {
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 782px){
  .admin-bar .header.headroom--pinned {
    transform: translate3d(0, 46px, 0);
  }
}

.header.headroom--unpinned {
  transform: translate3d(0, -100%, 0);
}

.header.headroom--unpinned:not(.is-default) {
  transition: transform 0.408s ease-out;
}

.header.is-fixed {
  position: fixed;
}

.header.is-fixed .header-logo-image {
  color: #232323;
}

.header.is-fixed .header-title {
  pointer-events: auto;
  opacity: 1;
}

.header.is-fixed .header-share {
  pointer-events: auto;
  opacity: 1;
}

.header.is-fixed .presented {
  pointer-events: none;
  opacity: 0;
  transition-delay: 0s;
}

.header.is-fixed .header-toolbar-background {
  transform: scaleY(1);
}

.is-showing-panel .header {
  pointer-events: auto;
}

.is-showing-panel .header.headroom--unpinned {
  transform: translate3d(0, 0, 0);
}

.is-showing-panel .header .header-toolbar-background {
  transform: scaleY(1);
}

.is-showing-panel .header .header-logo-image {
  color: #232323;
}

.is-showing-panel .header .header-title {
  pointer-events: none;
  opacity: 0;
}

.is-showing-panel .header .header-share {
  pointer-events: none;
  opacity: 0;
}

.is-showing-panel .header .presented {
  pointer-events: none;
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.267s;
}

.is-showing-panel .header .header-panelBackground {
  transform: scaleY(1);
}

.is-showing-search .header .header-button--search .header-button-icon--default {
  opacity: 0;
  transform: scale(0.408);
}

.is-showing-search .header .header-button--search .header-button-icon--close {
  opacity: 1;
  transform: scale(1);
}

.is-showing-search .header .header-search {
  pointer-events: auto;
  opacity: 1;
  transition-delay: 0.267s;
}

.is-showing-nav .header .header-toolbar {
  pointer-events: none;
}

.is-showing-nav .header .header-logo,
.is-showing-nav .header .header-button {
  pointer-events: auto;
}

.is-showing-nav .header .header-button--search {
  pointer-events: none;
  opacity: 0;
}

.is-showing-nav .header .header-button--nav .header-button-icon--default {
  opacity: 0;
  transform: scale(0.408);
}

.is-showing-nav .header .header-button--nav .header-button-icon--close {
  opacity: 1;
  transform: scale(1);
}

.is-showing-nav .header .header-nav {
  pointer-events: auto;
  opacity: 1;
  transition-delay: 0.267s;
}

@media (min-width: 1024px) {
  .is-showing-nav .header .header-toolbar-background {
    transform: scaleY(0);
  }
}

.admin-bar .header {
  top: 0;
}

/*@media (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}*/

@media (max-width: 600px) {
  .admin-bar .header {
    z-index: 100000;
  }
  .admin-bar .header.is-fixed, .admin-bar .header:not(.is-default) {
    top: 0;
  }
}

.header-toolbar {
  z-index: 100;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}

.header-toolbar-background {
  transform: scaleY(0);
  transform-origin: 0 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: transform 0.408s ease-out;
}

.header-logo {
  -ms-flex-order: -1;
      order: -1;
  padding: 15px 14px;
  line-height: 0;
  transition: transform 0.267s ease-out;
}

@media (min-width: 375px) {
  .header-logo {
    padding: 14px 14px 13px;
  }
}

@media (min-width: 768px) {
  .header-logo {
    padding: 18px 30px;
  }
}

@media (min-width: 768px) {
  .no-touchevents .header-logo:hover {
    transform: scale(1.0503);
  }
}

.header-logo-image {
  width: 108px;
  height: 26px;
  color: #fff;
  transition: color 0.267s ease;
}

@media (min-width: 375px) {
  .header-logo-image {
    width: 121px;
    height: 29px;
  }
}

@media (min-width: 768px) {
  .header-logo-image {
    width: 157px;
    height: 38px;
  }
}

.t-lightBackground .header-logo-image {
  color: #232323;
}

.header-title {
  display: none;
}

@media (min-width: 1024px) {
  .header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: block;
    padding-left: 55px;
    font-size: 13px;
    color: #232323;
    text-align: center;
    transition: opacity 0.267s ease;
  }
}

.header-title-heading {
  margin-right: 2px;
  font: 700 13px/21px "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.header-actions {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}

.header-actions .presented {
  position: absolute;
  top: 0;
  right: 102px;
  transition: opacity 0.408s ease-out 0.408s;
}

@media (min-width: 768px) {
  .header-actions .presented {
    right: 130px;
  }
}

.header-button {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  outline: 0;
  padding: 10px 4px;
  transition: opacity 0.267s ease;
}

@media (min-width: 768px) {
  .header-button {
    padding: 22px 4px;
  }
}

@media (min-width: 768px) {
  .no-touchevents .header-button:hover .header-button-shape {
    transform: scale(1.1);
  }
}

.header-button--search .header-button-shape {
  color: #000;
  background: #fff;
  border: 1px solid rgba(230, 230, 230, 0.503);
}

.header-button--search .header-button-icon--default {
  top: 1px;
  width: 14px;
  height: 14px;
}

@media (min-width: 768px) {
  .header-button--search .header-button-icon--default {
    top: 2px;
    width: 17px;
    height: 17px;
  }
}

.header-button--nav {
  padding-right: 15px;
}

@media (min-width: 768px) {
  .header-button--nav {
    padding-right: 30px;
  }
}

.header-button--nav .header-button-shape {
  color: #fff;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.1408);
}

.header-button--nav .header-button-icon--default {
  top: 3px;
  width: 18px;
  height: 18px;
}

@media (min-width: 768px) {
  .header-button--nav .header-button-icon--default {
    top: 4px;
    width: 20px;
    height: 20px;
  }
}

.header-button-shape {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  transition: transform 0.267s ease-out;
}

@media (min-width: 768px) {
  .header-button-shape {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
}

.header-button-icon {
  position: relative;
  transition: opacity 0.267s ease, transform 0.267s ease;
}

.header-button-icon--close {
  opacity: 0;
  transform: scale(0.408);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

@media (min-width: 768px) {
  .header-button-icon--close {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
  }
}

.header-share {
  display: none;
}

@media (min-width: 1024px) {
  .header-share {
    pointer-events: none;
    opacity: 0;
    display: block;
    margin-right: 20px;
    transition: opacity 0.267s ease;
  }
}

.header-share .share-list {
  display: -ms-flexbox;
  display: flex;
}

.header-share .share-item {
  display: -ms-flexbox;
  display: flex;
}

.header-share .share-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 30px;
  height: 86px;
  padding: 12px 0;
  margin-left: 0;
}

.header-share .share-link--twitter {
  margin-right: 6px;
}

.header-share .share-link--mail .icon-email {
  height: 17px;
}

.header-panel {
  transform: translateZ(0);
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
  transition: opacity 0.267s ease;
}

@media (min-width: 783px) {
  .admin-bar .header-panel {
    top: 32px;
  }
}

@media (max-width: 782px) {
  .admin-bar .header-panel {
    top: 46px;
  }
}

.admin-bar .header.is-fixed .header-panel,
.admin-bar .header:not(.is-default) .header-panel,
.admin-bar .header.headroom--pinned .header-panel {
  top: 0;
}

.header-panel-content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0);
  min-width: calc(100vw + 30px);
  width: 100%;
  max-height: 100%;
  height: 100vh;
  padding-right: 30px;
}

.header-panel-content::-webkit-scrollbar {
  display: none;
  width: 0;
}

.header-panel-content > .constrain {
  width: 100vw;
}

@media (min-width: 1024px) {
  .admin-bar .header-panel-content {
    max-height: calc(100vh - 32px);
  }
}

.header-panelBackground {
  z-index: 1;
  transform: scaleY(0);
  transform-origin: 0 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  transition: transform 0.267s ease-out;
}

.header-search .posts {
  padding-top: 0;
}

.header-search .posts:last-child {
  padding-bottom: 30px;
}

.header-search .posts-items.is-in-view .posts-card {
  animation: 0.408s ease-out show-posts-card forwards;
}

.header-search-section-title {
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 21px;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-align: left;
}

@media (min-width: 1024px) {
  .header-search-section-title {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 28px;
  }
}

@keyframes show-regionNav-item {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes show-destinationNav-section {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.header-nav-menu {
  transform: translateZ(0);
}

@media (min-width: 1024px) {
  .header-nav-menu {
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
  }
}

.header-nav-primary {
  transform: translateZ(0);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
  background: url("../images/header-nav-panel-bg-portrait.png") no-repeat 50% 56px;
  background-size: 100% auto;
}

@media (min-width: 768px) {
  .header-nav-primary {
    background-position: 50% 86px;
  }
}

@media (min-width: 1024px) {
  .header-nav-primary {
    background-image: url("../images/header-nav-panel-bg.png");
    background-position: 50% 50%;
  }
}

.header-nav-locations {
  transform: translateZ(0);
  margin-top: 56px;
}

@media (min-width: 768px) {
  .header-nav-locations {
    margin-top: 86px;
  }
}

@media (min-width: 1024px) {
  .header-nav-locations {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    margin-top: 0;
  }
}

.header-nav-regionNav {
  display: none;
}

@media (min-width: 1024px) {
  .header-nav-regionNav {
    display: block;
    width: calc(50% + 60px);
    padding: 30px;
    text-align: right;
  }
}

.header-nav-regionNav-item {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  opacity: 0;
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  white-space: nowrap;
  color: #181818;
  transition: color 0.178s ease;
  transition-delay: 0.06675s;
}

.no-js .header-nav-regionNav-item,
.is-in-view .header-nav-regionNav-item {
  animation: 0.408s ease-out show-regionNav-item forwards;
}

.header-nav-regionNav-item .headingBorder {
  z-index: -1;
  position: absolute;
  top: -2px;
  left: -30px;
  width: calc(100% + 60px);
  height: calc(100% + 4px);
}

.header-nav-regionNav-item .headingBorder-mask {
  opacity: 0;
  transform: scaleX(0);
  transition: opacity 0.178s ease-in-out, transform 0.178s ease-in-out;
}

.header-nav-regionNav-item.is-selected {
  color: #fff !important;
  transition-delay: 0s;
}

.header-nav-regionNav-item.is-selected .headingBorder-mask {
  opacity: 1;
  transform: scaleX(1);
}

.header-nav-regionNav-item-label {
  position: relative;
  display: inline-block;
  font: 700 36px/54px "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -2px;
}

@media (min-height: 720px) {
  .header-nav-regionNav-item-label {
    font-size: 42px;
    line-height: 58px;
  }
}

@media (max-width: 1023px) {
  .header-nav-destinationNav {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .header-nav-destinationNav {
    opacity: 0;
    position: relative;
    width: calc(50% - 60px);
    min-height: calc(100vh - 85px);
  }
}

@media (min-width: 1024px) {
  .admin-bar .header-nav-destinationNav {
    min-height: calc(100vh - 85px - 32px);
  }
}

@media (min-width: 1024px) {
  .is-in-view .header-nav-destinationNav {
    animation: 0.267s ease-out show-destinationNav-section 0.408s forwards;
  }
}

@media (max-width: 1023px) {
  .header-nav-destinationNav-section {
    position: relative;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .header-nav-destinationNav-section {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 25px 30px 0;
  }
}

.header-nav-destinationNav-section::after {
  content: ' ';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  border-bottom: 1px solid #e1e1e1;
}

@media (min-width: 768px) {
  .header-nav-destinationNav-section::after {
    left: 30px;
    width: calc(100% - 60px);
  }
}

@media (min-width: 1024px) {
  .header-nav-destinationNav-section::after {
    display: none;
  }
}

.header-nav-destinationNav-section:last-of-type::after {
  display: none;
}

@media (max-width: 1023px) {
  .header-nav-destinationNav-section.is-selected {
    border-bottom-color: transparent;
  }
  .header-nav-destinationNav-section.is-selected .header-nav-destinationNav-header-label {
    color: #e51b24;
  }
  .header-nav-destinationNav-section.is-selected .header-nav-destinationNav-header-icon {
    transform: rotate(-360deg);
  }
}

@media (min-width: 1024px) {
  .header-nav-destinationNav-section.is-selected {
    pointer-events: auto;
    animation: 0.267s ease-out show-destinationNav-section forwards;
  }
}

@media (min-width: 1024px) and (max-height: 850px) {
  .header-nav-destinationNav-section--condensed .header-nav-destinationNav-link {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 15px;
  }
}

@media (min-width: 1024px) and (min-height: 720px) and (max-height: 850px) {
  .header-nav-destinationNav-section--condensed .header-nav-destinationNav-link {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
  }
}

.header-nav-destinationNav-header {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 8px 15px;
  font: 700 18px/28px "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -.5px;
}

@media (min-width: 768px) {
  .header-nav-destinationNav-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {
  .header-nav-destinationNav-header {
    display: none;
  }
}

.header-nav-destinationNav-header-label {
  color: #181818;
  transition: color 0.408s ease;
}

.header-nav-destinationNav-header-icon {
  transform: rotate(180deg);
  width: 24px;
  height: 24px;
  margin: auto -5px auto auto;
  padding-bottom: 1px;
  color: #a5a5a5;
  transition: transform 0.408s ease-in-out;
}

@media (max-width: 1023px) {
  .header-nav-destinationNav-content {
    overflow: hidden;
    transition: max-height 0.408s ease-out;
  }
}

@media (min-width: 1024px) {
  .header-nav-destinationNav-content {
    max-height: none !important;
  }
}

@media (max-width: 1023px) {
  .header-nav-destinationNav-section:not(.is-selected) .header-nav-destinationNav-content {
    max-height: 0;
  }
}

.header-nav-destinationNav-link {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  position: relative;
  outline: 0;
  display: block;
  padding: 9px 35px;
  font-size: 14px;
  line-height: 20px;
  color: #232323;
}

@media (min-width: 768px) {
  .header-nav-destinationNav-link {
    padding-left: 50px;
  }
}

@media (min-width: 1024px) {
  .header-nav-destinationNav-link {
    font-size: 16px;
    line-height: 22px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0;
  }
}

@media (min-width: 1024px) and (min-height: 720px) {
  .header-nav-destinationNav-link {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.header-nav-destinationNav-link::after {
  content: ' ';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  border-bottom: 1px solid #f5f5f5;
}

@media (min-width: 768px) {
  .header-nav-destinationNav-link::after {
    left: 30px;
    width: calc(100% - 60px);
  }
}

@media (min-width: 1024px) {
  .header-nav-destinationNav-link::after {
    display: none;
  }
}

.no-touchevents .header-nav-destinationNav-link:hover {
  color: #e51b24;
}

.header-nav-destinationNav-comingSoon {
  padding: 0 35px 25px;
}

@media (min-width: 1024px) {
  .header-nav-destinationNav-comingSoon {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.header-nav-destinationNav-comingSoon-title {
  margin-bottom: 0;
  padding-top: 6px;
  font-size: 11px;
  color: #a5a5a5;
  text-transform: uppercase;
  text-align: left;
}

@media (min-width: 1024px) {
  .header-nav-destinationNav-comingSoon-title {
    padding-top: 12px;
  }
}

.header-nav-destinationNav-comingSoon-item {
  opacity: .8;
  padding: 2px 0 3px;
  font-size: 13px;
  line-height: 18px;
  color: #a5a5a5;
}

.header-nav .categoryNav {
  transform: translateZ(0);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
}

@media (min-width: 1024px) {
  .header-nav .categoryNav {
    width: 20%;
  }
}

.header-nav .categoryNav-list {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
}

.header-nav .categoryNav-list.is-in-view .categoryNav-item {
  animation: 0.408s ease-out show-categoryNav-item forwards;
}

@media (min-width: 1024px) {
  .header-nav .categoryNav-item {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 20%;
    max-height: none;
  }
}

@media (min-width: 768px) {
  .no-touchevents .header-nav .categoryNav-item:hover .categoryNav-background {
    transform: none;
  }
}

.header-nav .categoryNav-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: none;
}

.header-nav-info {
  transform: translateZ(0);
}

.header-nav-info--column {
  padding-top: 30px;
}

@media (min-width: 1024px) {
  .header-nav-info--column {
    display: none;
  }
}

@media (max-width: 1023px) {
  .header-nav-info--row {
    display: none;
  }
}

.header-nav-info-content {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .header-nav-info-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
  }
}

.header-nav-info-content .created {
  padding-bottom: 15px;
}

.header-nav-info-content .created-link {
  color: #181818;
}

.header-nav-social {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .header-nav-social {
    margin-right: -15px;
    padding-bottom: 0;
  }
}

.header-nav-social-list {
  display: -ms-flexbox;
  display: flex;
  margin-left: -17px;
}

@media (min-width: 768px) {
  .header-nav-social-list {
    -ms-flex-pack: center;
        justify-content: center;
    margin-left: auto;
  }
}

.header-nav-social-link {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 50px;
  height: 50px;
  color: #ccc;
}

.header-nav-social-link:hover .header-nav-social-link-circle {
  opacity: .1;
  transform: translate3d(-50%, -50%, 0) scale(1);
}

.header-nav-social-link .icon {
  z-index: 2;
  position: relative;
  vertical-align: middle;
}

.header-nav-social-link .icon-instagram {
  width: 20px;
  height: 20px;
}

@media (min-width: 768px) {
  .header-nav-social-link .icon-instagram {
    width: 22px;
    height: 22px;
  }
}

.header-nav-social-link .icon-facebook {
  width: 16px;
  height: 16px;
}

@media (min-width: 768px) {
  .header-nav-social-link .icon-facebook {
    width: 20px;
    height: 18px;
  }
}

.header-nav-social-link .icon-twitter {
  top: 1px;
  left: 1px;
  width: 17px;
  height: 15px;
}

@media (min-width: 768px) {
  .header-nav-social-link .icon-twitter {
    width: 20px;
    height: 18px;
  }
}

.header-nav-social-link--instagram:hover {
  color: #003569;
}

.header-nav-social-link--instagram .header-nav-social-link-circle {
  background: #003569;
}

.header-nav-social-link--facebook:hover {
  color: #3b5998;
}

.header-nav-social-link--facebook .header-nav-social-link-circle {
  background: #3b5998;
}

.header-nav-social-link--twitter:hover {
  color: #55acee;
}

.header-nav-social-link--twitter .header-nav-social-link-circle {
  background: #55acee;
}

.header-nav-social-link-circle {
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(0);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  background: #666;
  border-radius: 50%;
  transition: opacity 0.267s ease, transform 0.267s ease;
}

.presented {
  width: 82px;
  background: url("../images/presented-art-bg@3x.png") no-repeat;
  background-size: 100%;
}

@media (min-width: 768px) {
  .presented {
    width: auto;
    background: transparent;
  }
}

.presented-item {
  z-index: 2;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
  padding-top: 4px;
}

@media (min-width: 768px) {
  .presented-item {
    -ms-flex-direction: row;
        flex-direction: row;
    height: auto;
    padding-top: 0;
  }
}

.presented-title {
  white-space: nowrap;
  font: italic 8px/12px "Libre Baskerville", "Times New Roman", serif;
  color: #a5a5a5;
}

@media (min-width: 768px) {
  .presented-title {
    margin-left: auto;
    margin-right: 8px;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
  }
}

@media (min-width: 768px) {
  .t-lightBackground .presented-title {
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.267);
  }
}

@media (min-width: 768px) {
  .t-darkBackground .presented-title {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.267);
  }
}

.presented-art {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  line-height: 0;
}

@media (min-width: 768px) {
  .presented-art {
    width: 130px;
    height: 86px;
    background: url("../images/presented-art-bg@3x.png") no-repeat;
    background-size: 121px 86px;
  }
}

.presented-link {
  position: relative;
  display: block;
}

.presented-link-target {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-shadow: none;
}

.presented-logo {
  transform: translateZ(0);
  width: 46px;
}

@media (min-width: 768px) {
  .presented-logo {
    width: 68px;
    margin-right: 8px;
  }
}

.presented--landrover .presented-logo {
  width: 48px;
  margin-top: 1px;
}

@media (min-width: 768px) {
  .presented--landrover .presented-logo {
    width: 76px;
    margin-top: 0;
    margin-right: 6px;
  }
}

.presented--farmers .presented-logo {
  width: 52px;
  margin-left: 3px;
}

@media (min-width: 768px) {
  .presented--farmers .presented-logo {
    width: 80px;
    margin: 8px 4px 16px 0;
  }
}

.presented-analytics {
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

.taxonomyHeading {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 10px;
  line-height: 21px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .taxonomyHeading {
    font-size: 11px;
    line-height: 28px;
    letter-spacing: 2px;
  }
}

.taxonomyHeading-link:hover .taxonomyHeading-badge {
  color: #fff;
  background: #232323;
}

.t-lightBackground .taxonomyHeading-link:hover .taxonomyHeading-badge {
  color: #232323;
  background: #fff;
}

.taxonomyHeading-link:hover .taxonomyHeading-badge--red {
  background: #232323;
}

.t-darkBackground .taxonomyHeading-link:hover .taxonomyHeading-badge--red {
  color: #232323;
  background: #fff;
}

.taxonomyHeading-badge {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  padding: 0 13px 0 14px;
  color: #232323;
  background: #fff;
  transition: background-color 0.267s ease, color 0.267s ease;
}

.t-lightBackground .taxonomyHeading-badge {
  color: #fff;
  background: #232323;
}

.taxonomyHeading-badge--red {
  color: #fff;
  background: #e51b24;
}

.hero {
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-height: calc(100vh - 10px);
  padding-top: 38px;
  text-align: center;
  color: #fff;
  background-color: #181818;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.hero .post-media {
  margin-top: 35px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .hero .post-media {
    margin-top: 40px;
  }
}

@media (min-width: 1024px) {
  .hero .post-media {
    margin-top: 85px;
  }
}

.hero.t-lightBackground {
  background-color: #fff;
  color: #232323;
}

.hero--default {
  height: 175vw;
  min-height: 150vw;
  padding-top: 38px;
  padding-bottom: 38px;
}

@media (min-width: 1024px) {
  .hero--default {
    height: 60.25vw;
    min-height: 52.25vw;
  }
}

.hero--short {
  height: 100vw;
  min-height: 100vw;
}

@media (min-width: 1024px) {
  .hero--short {
    height: 42.5vw;
    min-height: 42.5vw;
  }
}

.hero--simple {
  overflow: visible;
  max-height: none;
  margin-bottom: 60px;
  padding-top: 100px;
  background-image: linear-gradient(#f0f0f0, rgba(255, 255, 255, 0) 200px, rgba(255, 255, 255, 0) 100%);
  color: #232323;
}

@media (min-width: 768px) {
  .hero--simple {
    background-image: linear-gradient(#f0f0f0, rgba(255, 255, 255, 0) 300px, rgba(255, 255, 255, 0) 100%);
  }
}

@media (min-width: 1024px) {
  .hero--simple {
    margin-bottom: 80px;
    padding-top: 180px;
  }
}

.hero--simple .post-media {
  margin-bottom: -26px;
}

@media (min-width: 1024px) {
  .hero--simple .post-media {
    margin-bottom: 0;
  }
}

.hero--simple.t-darkBackground {
  background-image: none;
  color: #fff;
}

.hero--alignCenter .hero-linkBlock,
.hero--alignCenter .hero-title {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .hero--alignCenter .hero-linkBlock,
  .hero--alignCenter .hero-title {
    max-width: 76%;
  }
}

.hero--alignLeft .hero-linkBlock,
.hero--alignLeft .hero-title, .hero--alignRight .hero-linkBlock,
.hero--alignRight .hero-title {
  max-width: 65%;
}

@media (min-width: 768px) {
  .hero--alignLeft .hero-linkBlock,
  .hero--alignLeft .hero-title, .hero--alignRight .hero-linkBlock,
  .hero--alignRight .hero-title {
    max-width: 60%;
  }
}

@media (min-width: 1024px) {
  .hero--alignLeft .hero-linkBlock,
  .hero--alignLeft .hero-title, .hero--alignRight .hero-linkBlock,
  .hero--alignRight .hero-title {
    max-width: 55%;
  }
}

.hero--alignLeft .hero-title .headingBorder, .hero--alignRight .hero-title .headingBorder {
  transform: translate3d(0, 0, 0);
  max-width: 85%;
}

@media (min-width: 1024px) {
  .hero--alignLeft .hero-title .headingBorder, .hero--alignRight .hero-title .headingBorder {
    max-width: 65%;
  }
}

.hero--alignLeft .hero-content {
  text-align: left;
}

.hero--alignLeft .hero-title {
  margin-left: -.08em;
  text-align: left;
}

.hero--alignLeft .hero-title .headingBorder,
.hero--alignLeft .hero-title .headingBorder-content {
  left: 0;
}

.hero--alignRight .hero-content,
.hero--alignRight .hero-title {
  margin-left: auto;
  text-align: right;
}

.hero--alignRight .hero-title .headingBorder,
.hero--alignRight .hero-title .headingBorder-content {
  left: auto;
  right: 0;
}

.hero--alignBottom .hero-content {
  margin-top: auto;
  padding-bottom: 15px;
}

@media (min-width: 1024px) {
  .hero--alignBottom .hero-content {
    padding-bottom: 70px;
  }
}

.hero-content {
  z-index: 5;
  position: relative;
  width: 100%;
}

.hero-linkBlock {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  outline: 0;
  display: inline-block;
  color: #fff;
}

.t-lightBackground .hero-linkBlock {
  color: #232323;
}

.hero-linkBlock .hero-title {
  max-width: none;
}

.hero-title {
  position: relative;
  display: inline-block;
  font-size: 28px;
  line-height: 26px;
  letter-spacing: -1px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), -1px -1px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 55px;
    line-height: 50px;
    letter-spacing: -3px;
  }
}

@media (min-width: 1024px) {
  .hero-title {
    font-size: 62px;
    line-height: 58px;
  }
}

.hero-title .headingBorder {
  z-index: -1;
  transform: translate3d(-50%, 0, 0);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 400px;
  height: 18px;
}

@media (min-width: 768px) {
  .hero-title .headingBorder {
    height: 30px;
  }
}

.hero-title .headingBorder-content {
  transform: translate3d(0, 45%, 0);
}

@media (min-width: 768px) {
  .hero-title .headingBorder-content {
    transform: translate3d(0, 30%, 0);
  }
}

.t-lightBackground .hero-title {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1), -1px -1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 1200px) {
  .hero-title--medium {
    font-size: 74px;
    line-height: 69px;
  }
}

.hero-title--large {
  font-size: 40px;
  line-height: 36px;
}

@media (min-width: 768px) {
  .hero-title--large {
    font-size: 96px;
    line-height: 87px;
    letter-spacing: -2px;
  }
}

.hero-title--large .headingBorder {
  height: 22px;
}

@media (min-width: 768px) {
  .hero-title--large .headingBorder {
    height: 34px;
  }
}

.hero-title--large .headingBorder-content {
  transform: translate3d(0, 35%, 0);
}

@media (min-width: 768px) {
  .hero-title--large .headingBorder-content {
    transform: translate3d(0, 25%, 0);
  }
}

.hero-title--xl {
  font-size: 58px;
  line-height: 54px;
}

@media (min-width: 768px) {
  .hero-title--xl {
    font-size: 126px;
    line-height: 116px;
    letter-spacing: -4px;
  }
}

.hero-title--xl .headingBorder {
  height: 28px;
}

@media (min-width: 768px) {
  .hero-title--xl .headingBorder {
    height: 36px;
  }
}

.hero-title--xl .headingBorder-content {
  transform: translate3d(0, 20%, 0);
}

.hero-title.has-contentBelow {
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .hero-title.has-contentBelow {
    margin-bottom: 28px;
  }
}

.hero-description {
  z-index: 2;
  position: relative;
  margin: 0 0 2px;
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), -1px -1px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .hero-description {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 20px;
  }
}

.t-lightBackground .hero-description {
  color: #232323;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1), -1px -1px 0 rgba(255, 255, 255, 0.1);
}

.hero-description a {
  color: #fff;
}

.t-lightBackground .hero-description a {
  color: #232323;
}

.hero-description--location {
  margin-bottom: 4px;
}

.hero-overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.65), transparent 25%, transparent);
}

.t-lightBackground .hero-overlay {
  background: linear-gradient(rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0));
}

.hero-screen {
  opacity: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.t-lightBackground .hero-screen {
  background: #fff;
}

.hero-video {
  object-fit: cover;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 1px);
  min-width: calc(100% + 2px);
  min-height: calc(100% + 2px);
  width: 100%;
  height: auto;
}

.hero-credits {
  z-index: 5;
  position: absolute;
  bottom: 43px;
  left: 15px;
}

@media (min-width: 768px) {
  .hero-credits {
    bottom: 48px;
    left: 30px;
  }
}

.t-lightBackground .hero-credits .created-title {
  color: rgba(0, 0, 0, 0.8);
}

.t-darkBackground .hero-credits .created-title {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  .hero-credits .created-item--rk .created-logo {
    width: 62px;
    height: 28px;
  }
}

@media (max-width: 767px) {
  .hero-credits .created-item--cnn {
    margin-left: 8px;
    padding-left: 7px;
  }
  .hero-credits .created-item--cnn .created-logo {
    width: 52px;
    height: 24px;
  }
}

.t-lightBackground .hero-credits .created-item--cnn {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}

.share-link {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  margin-left: -30px;
  line-height: 0;
  color: #3f3f3f;
  transition: color 0.267s ease;
}

.share-link:hover .share-link-circle {
  opacity: .1;
  transform: translate3d(-50%, -50%, 0) scale(1);
}

.share-link--facebook:hover {
  color: #3b5998;
}

.share-link--facebook .share-link-circle {
  background: #3b5998;
}

.share-link--facebook .icon-facebook {
  height: 14px;
}

.share-link--twitter:hover {
  color: #55acee;
}

.share-link--twitter .share-link-circle {
  background: #55acee;
}

.share-link--twitter .icon-twitter {
  top: 1px;
  left: 1px;
  height: 12px;
}

.share-link--mail:hover {
  color: #e51b24;
}

.share-link--mail .share-link-circle {
  background: #e51b24;
}

.share-link--mail .icon-mail {
  height: 15px;
}

.share-link .icon {
  position: relative;
  z-index: 2;
}

.share-link-circle {
  z-index: 1;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(0);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: opacity 0.267s ease, transform 0.267s ease;
}

@keyframes show-posts-card {
  0% {
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.posts {
  padding: 65px 0;
}

@media (min-width: 768px) {
  .posts:last-child {
    padding-bottom: 90px;
  }
}

.posts.t-darkBackground {
  padding: 50px 0 0;
  background: #181818;
}

@media (min-width: 768px) {
  .posts.t-darkBackground {
    padding-top: 115px;
    padding-bottom: 65px;
  }
}

.posts + .posts {
  padding-top: 20px;
}

.cap + .posts {
  padding-top: 0;
}

.posts-items {
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .posts-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .posts-items.is-in-view .posts-card {
    animation: 0.408s ease-out show-posts-card forwards;
  }
}

.posts-items--search {
  display: block;
}

.posts-action {
  margin-bottom: 10px;
  text-align: center;
}

.posts-card {
  opacity: 0;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
}

@media (min-width: 768px) {
  .posts-card {
    margin-right: 20px;
  }
}

@media (min-width: 1024px) {
  .posts-card {
    margin-right: 30px;
    font-size: 14px;
    line-height: 178%;
  }
}

@media (min-width: 768px) {
  .posts-items--2col\@tablet .posts-card {
    width: calc(50% - 10px);
  }
}

@media (min-width: 1024px) {
  .posts-items--2col\@tablet .posts-card {
    width: calc(50% - 15px);
  }
}

@media (min-width: 768px) {
  .posts-items--2col\@tablet .posts-card:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .posts-items--3col\@tablet .posts-card {
    width: calc(33.333333333% - 15px);
  }
}

@media (min-width: 1024px) {
  .posts-items--3col\@tablet .posts-card {
    width: calc(33.333333333% - 20px);
  }
}

@media (min-width: 768px) {
  .posts-items--3col\@tablet .posts-card:nth-child(3n) {
    margin-right: 0;
  }
}

.posts-items--search .posts-card {
  margin-right: 0;
  margin-bottom: 45px;
  padding-bottom: 0;
}

.no-js .posts-card {
  opacity: 1;
}

@media (min-width: 768px) {
  .no-touchevents .posts-card:hover {
    z-index: 10;
  }
  .no-touchevents .posts-card:hover .posts-card-background {
    transform: scale(1.0408);
  }
  .no-touchevents .posts-card:hover .posts-card-background-shadow {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .posts-card.is-in-view {
    animation: 0.408s ease-out show-posts-card forwards;
    animation-delay: 0s !important;
  }
}

.no-touchevents .posts-card--amex:hover .posts-card-background {
  transform: none;
}

.no-touchevents .posts-card--amex:hover .posts-card-background-shadow {
  opacity: 0;
}

.posts-card--featured {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .no-touchevents .posts-card--featured:hover .posts-card-art::before {
    opacity: .669;
  }
}

.posts-card--featured--hero {
  width: 100% !important;
  margin-right: 0 !important;
}

@media (min-width: 768px) {
  .no-touchevents .posts-card--featured--hero:hover .posts-card-background {
    transform: scale(1.01503);
  }
}

.posts-card-art {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.posts-card-art::after {
  content: ' ';
  display: block;
  opacity: .0503;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #000;
}

.posts-card-art--placeholder::after {
  display: none;
  opacity: 0;
}

.posts-card--amex .posts-card-art {
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  margin-bottom: 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi) {
  .posts-card--amex .posts-card-art {
    image-rendering: auto;
  }
}

.posts-card--default .posts-card-art {
  padding-top: 72.5%;
}

@media (min-width: 768px) {
  .posts-items--2col\@tablet .posts-card--default .posts-card-art {
    padding-top: 49.55%;
  }
}

@media (min-width: 768px) {
  .posts-items--search .posts-card--default .posts-card-art {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    min-height: 100%;
    padding-top: 0;
  }
  .posts-items--search .posts-card--default .posts-card-art::before {
    content: ' ';
    display: block;
    width: 100%;
    padding-top: 72.5%;
  }
  .posts-items--search .posts-card--default .posts-card-art::after {
    display: none;
  }
}

.posts-card--featured .posts-card-art {
  padding-top: 100%;
}

@media (min-width: 1024px) {
  .posts-card--featured .posts-card-art {
    padding-top: 73%;
  }
}

.posts-card--featured .posts-card-art::before {
  content: ' ';
  display: block;
  opacity: .408;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: opacity 0.267s ease-out;
}

.posts-card--featured--hero .posts-card-art {
  padding-top: 100%;
}

@media (min-width: 768px) {
  .posts-card--featured--hero .posts-card-art {
    padding-top: 36%;
  }
}

.posts-card-art-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  font: 11px/17px Helvetica, Arial, sans-serif;
  text-align: center;
  color: #737373;
}

.posts-card-category {
  width: 100%;
}

.posts-card--default .posts-card-category {
  pointer-events: none;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 72.5%;
}

.posts-card--default .posts-card-category .taxonomyHeading {
  pointer-events: auto;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .posts-items--search .posts-card--default .posts-card-category .taxonomyHeading {
    transform: translateY(50%);
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .posts-items--search .posts-card--default .posts-card-category {
    top: auto;
    bottom: 0;
    width: 300px;
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .posts-items--2col\@tablet .posts-card--default .posts-card-category {
    padding-top: 49.55%;
  }
}

.posts-card-link {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  outline: 0;
  z-index: 2;
  position: relative;
  display: block;
}

.posts-card--featured .posts-card-link {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .posts-items--search .posts-card-link {
    display: -ms-flexbox;
    display: flex;
  }
}

.posts-card-content {
  transform: translateZ(0);
  padding: 0 10px;
}

@media (min-width: 1024px) {
  .posts-card-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.posts-items--search .posts-card-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-top: 20px;
  padding-left: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .posts-items--search .posts-card-content {
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
  }
}

.posts-card--featured .posts-card-content {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .posts-card--featured--hero .posts-card-content {
    max-width: 60%;
  }
}

.posts-card-location {
  margin: 0 0 1px;
  font-style: italic;
  color: #a5a5a5;
}

.posts-card--default .posts-card-location {
  margin-top: 24px;
}

@media (min-width: 1024px) {
  .posts-card--default .posts-card-location {
    margin-top: 28px;
  }
}

.posts-items--search .posts-card--default .posts-card-location {
  margin-top: 0;
}

.posts-card--featured .posts-card-location {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), -1px -1px 0 rgba(0, 0, 0, 0.1);
}

.has-no-category .posts-card-location {
  margin-top: 18px;
}

@media (min-width: 1024px) {
  .has-no-category .posts-card-location {
    margin-top: 20px;
  }
}

.posts-card-title {
  margin-bottom: 3px;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: -.5px;
  color: #000;
}

.t-darkBackground .posts-card-title {
  color: #fff;
}

.has-no-location .posts-card-title {
  margin-top: 22px;
}

@media (min-width: 1024px) {
  .has-no-location .posts-card-title {
    margin-top: 30px;
  }
}

.posts-items--search .posts-card-title {
  text-align: left;
}

@media (min-width: 1024px) {
  .posts-items--search .posts-card-title {
    font-size: 28px;
    line-height: 32px;
  }
}

.posts-card--featured .posts-card-title {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), -1px -1px 0 rgba(0, 0, 0, 0.1);
}

.posts-card--featured--hero .posts-card-title {
  position: relative;
  display: inline-block;
  font-size: 28px;
  line-height: 26px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .posts-card--featured--hero .posts-card-title {
    font-size: 40px;
    line-height: 36px;
  }
}

.posts-card--featured--hero .posts-card-title .headingBorder {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 400px;
  height: 14px;
}

@media (min-width: 768px) {
  .posts-card--featured--hero .posts-card-title .headingBorder {
    height: 18px;
  }
}

.posts-card--featured--hero .posts-card-title .headingBorder-content {
  left: -50%;
  transform: translate3d(0, 45%, 0);
}

@media (min-width: 1024px) {
  .posts-card--featured--hero .posts-card-title .headingBorder-content {
    transform: translate3d(0, 30%, 0);
  }
}

.posts-card-byline {
  color: #666;
}

.posts-card-description {
  margin-top: 4px;
  margin-bottom: 0;
  color: #a5a5a5;
}

@media (min-width: 1024px) {
  .posts-card-description {
    margin-top: 7px;
  }
}

.posts-card-description p {
  color: inherit;
  margin: 0;
}

.posts-card--featured .posts-card-description {
  color: #fff;
}

.posts-card--featured--hero .posts-card-description {
  margin-bottom: 6px;
}

.posts-card-sponsor {
  margin-top: 12px;
  margin-bottom: 10px;
  font-style: italic;
  color: #a5a5a5;
}

@media (min-width: 1024px) {
  .posts-card-sponsor {
    margin-top: 10px;
    font-size: 12px;
  }
}

.posts-card-background {
  pointer-events: none;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.267s ease-out;
}

.posts-card--sponsored .posts-card-background {
  background: #f5f5f5;
}

.t-darkBackground .posts-card--sponsored .posts-card-background {
  background: #232323;
}

.posts-card-background-shadow {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 18px 55px 0 rgba(0, 0, 0, 0.2);
  transition: opacity 0.267s ease-out;
}

.t-darkBackground .posts-card-background-shadow {
  box-shadow: 0 18px 55px 0 rgba(0, 0, 0, 0.85);
}

.posts-card-analytics {
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

.home-section {
  margin-bottom: 60px;
}

@media (min-width: 1024px) {
  .home-section {
    margin-bottom: 120px;
  }
}

.home-main-cap {
  margin-bottom: 60px;
}

@media (min-width: 1024px) {
  .home-main-cap {
    margin-bottom: 120px;
  }
}

.home-videos {
  background: #f0f0f0;
}

.post {
  position: relative;
}

.post--facts .hero {
  background-color: transparent;
}

.post--facts .hero-background {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: calc(100% + 10vw);
  background-repeat: no-repeat;
  background-position: 50% 80%;
  background-size: cover;
}

@media (min-width: 1024px) {
  .post--facts .hero-background {
    height: calc(100% + 8vw);
  }
}

.post--facts .hero-background::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 80%, white);
}

@media (min-width: 1024px) {
  .post--facts .post-meta.has-only-share {
    padding-top: 48px;
  }
}

.post--tuneIn table {
  max-width: 620px;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 415px) {
  .post--tuneIn table {
    margin-left: auto;
    margin-right: auto;
  }
}

.post--tuneIn table tr:nth-child(even) {
  background: #f5f5f5;
}

.post--tuneIn table td {
  padding: 6px 15px;
  font-size: 100%;
  line-height: 155%;
  vertical-align: top;
}

@media (min-width: 415px) {
  .post--tuneIn table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.post--tuneIn table td:first-child {
  width: 40%;
}

@media (min-width: 768px) {
  .post--tuneIn table td:first-child {
    width: 33%;
  }
}

.post-main-cap {
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .post-main-cap {
    margin-bottom: 80px;
  }
}

.post-content {
  padding-bottom: 30px;
  font-size: 13px;
  line-height: 200%;
  color: #3f3f3f;
}

.post-content::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media (min-width: 768px) {
  .post-content {
    font-size: 16px;
    padding-bottom: 80px;
  }
}

.post-content a:hover {
  color: #d31820;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content p,
.post-content ul,
.post-content ol {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.post-content h2 {
  margin-bottom: 1.9em;
  padding-top: 1.9em;
  color: #181818;
}

.post-content h3 {
  margin-bottom: .9em;
  padding-top: .9em;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: -.5px;
  text-align: left;
  color: #181818;
}

@media (min-width: 768px) {
  .post-content h3 {
    font-size: 24px;
  }
}

.post-content h4 {
  margin-bottom: .3em;
  padding-top: 1.3em;
  font-size: 17px;
  line-height: 125%;
  letter-spacing: -.5px;
  text-align: left;
  color: #181818;
}

@media (min-width: 768px) {
  .post-content h4 {
    font-size: 20px;
  }
}

.post-content h5 {
  margin-top: 0;
  margin-bottom: .5em;
  padding-top: 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 200%;
  text-align: left;
  color: #181818;
}

@media (min-width: 768px) {
  .post-content h5 {
    font-size: 16px;
  }
}

.post-content p {
  margin-bottom: 1.9em;
}

.post-content ul,
.post-content ol {
  margin-bottom: 1.6em;
  padding: 0;
}

.post-content ul {
  list-style-type: disc;
  border-left: 20px solid transparent;
}

.post-content ol {
  padding-left: 30px;
}

.post-content li {
  padding: .3em 0;
}

.post-content li:first-child {
  padding-top: 0;
}

.post-content .post-condensed {
  line-height: 180%;
}

.post-content .post-condensed h2 {
  padding-top: 1.6em;
  margin-bottom: 1.6em;
}

.post-content .post-condensed h3 {
  margin-bottom: .6em;
  padding-top: .6em;
}

.post-content .post-condensed h4 {
  margin-bottom: 0;
  padding-top: 1em;
}

.post-content .post-condensed h4 + p {
  padding-top: .2em;
}

.post-content .post-condensed h5 {
  margin-bottom: .2em;
}

.post-content .post-condensed ul,
.post-content .post-condensed ol {
  margin-bottom: 1.3em;
}

.post-content .post-condensed p {
  margin-bottom: 1.6em;
}

.post-content .post-condensed .has-dropcap p:first-child::first-letter {
  font-size: 510%;
}

@media (min-width: 768px) {
  .post-content .post-condensed .has-dropcap p:first-child::first-letter {
    font-size: 526%;
  }
}

.post-content .has-dropcap p:first-child::first-letter {
  float: left;
  margin-top: .16em;
  margin-right: 10px;
  font-size: 600%;
  line-height: 80%;
  color: #000;
}

.post-content .has-inlineHeadings p strong {
  font-size: 17px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  .post-content .has-inlineHeadings p strong {
    font-size: 20px;
  }
}

.post-content .post-block {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.9em;
}

.post-content .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

.post-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 1.9em;
}

@media (min-width: 1240px) {
  .post-meta {
    float: left;
    display: -ms-flexbox;
    display: flex;
    width: calc((100% - 620px) / 2 - 45px);
    padding-top: 0.475em;
    margin-bottom: 0;
  }
}

.post-meta .share {
  display: none;
}

@media (min-width: 1240px) {
  .post-meta .share {
    display: block;
    margin-bottom: 25px;
  }
}

.post-meta.has-only-share {
  display: none;
}

@media (min-width: 1024px) {
  .post-meta.has-only-share {
    float: left;
    display: -ms-flexbox;
    display: flex;
    width: calc((100% - 620px) / 2 - 45px);
    padding-top: 0.475em;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .post-meta.has-only-share .share {
    display: block;
  }
}

.post-byline {
  -ms-flex-order: 2;
      order: 2;
  padding-top: 6px;
  font-style: italic;
  font-size: 12px;
  line-height: 166%;
  text-align: center;
  color: #a5a5a5;
  border-top: 1px solid #f5f5f5;
}

@media (min-width: 1240px) {
  .post-byline {
    -ms-flex-order: initial;
        order: initial;
    margin-bottom: 20px;
    padding-top: 0;
    border-top: 0;
    text-align: left;
  }
}

.post-byline-item {
  display: inline;
  margin: 0;
}

@media (min-width: 1240px) {
  .post-byline-item {
    display: block;
    margin-bottom: .8em;
  }
}

.post-byline-label {
  display: inline;
}

@media (min-width: 1240px) {
  .post-byline-label {
    display: block;
    margin-bottom: -3px;
    font: 700 10px/180% "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #3f3f3f;
  }
}

.post-byline-label::after {
  content: ':';
}

@media (min-width: 1240px) {
  .post-byline-label::after {
    display: none;
  }
}

.post-byline-label--date {
  display: none;
}

@media (min-width: 1240px) {
  .post-byline-label--date {
    display: block;
  }
}

.post-byline-content {
  display: inline;
  margin: 0;
}

@media (min-width: 1240px) {
  .post-byline-content {
    display: block;
    color: #3f3f3f;
  }
}

.post-byline-content-separator {
  margin-right: .25em;
}

@media (min-width: 1240px) {
  .post-byline-content-separator {
    display: none;
  }
}

.post-tags {
  -ms-flex-order: 1;
      order: 1;
  margin-left: -15px;
  margin-right: -15px;
  font: 700 10px/160% "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

@media (min-width: 1240px) {
  .post-tags {
    -ms-flex-order: initial;
        order: initial;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.post-tags-scrollable {
  overflow: hidden;
}

@media (min-width: 1240px) {
  .post-tags-scrollable {
    overflow: visible;
  }
}

.post-tags-scrollable-content {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  padding-bottom: 30px;
}

.post-tags-scrollable-content::-webkit-scrollbar {
  display: none;
  width: 0;
}

@media (min-width: 1240px) {
  .post-tags-scrollable-content {
    overflow: visible;
  }
}

.post-tags-list {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1240px) {
  .post-tags-list {
    display: inline-block;
  }
}

.post-tags-item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

@media (min-width: 1240px) {
  .post-tags-item {
    display: block;
  }
}

.post-tags-item::after {
  content: '\2044';
  color: #e51b24;
}

@media (min-width: 1240px) {
  .post-tags-item::after {
    display: none;
  }
}

.post-tags-item:first-child {
  margin-left: auto;
  border-left: 6px solid transparent;
}

@media (min-width: 1240px) {
  .post-tags-item:first-child {
    border-left: 0;
  }
}

.post-tags-item:last-child {
  margin-right: auto;
  border-right: 6px solid transparent;
}

@media (min-width: 1240px) {
  .post-tags-item:last-child {
    border-right: 0;
  }
}

.post-tags-item:last-child::after {
  display: none;
}

.post-tags-link {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  outline: 0;
  position: relative;
  display: block;
  padding: 6px 9px;
  color: #3f3f3f;
}

@media (min-width: 1240px) {
  .post-tags-link {
    display: block;
    padding: 3px 30px;
    margin-left: -30px;
    color: #666;
  }
}

.no-touchevents .post-tags-link:hover {
  color: #d31820;
}

@media (min-width: 1240px) {
  .no-touchevents .post-tags-link:hover .post-tags-divider {
    width: 100%;
  }
}

.post-tags-name {
  display: inline-block;
}

.post-tags-divider {
  display: none;
}

@media (min-width: 1240px) {
  .post-tags-divider {
    position: relative;
    top: -2px;
    display: block;
    width: 9px;
    height: 1px;
    margin: 0;
    background: #e51b24;
    border: 0;
    transition: width 0.267s ease-out;
  }
}

.post-content .post-pull {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .post-content .post-pull {
    width: calc(50% - 60px);
  }
}

@media (min-width: 768px) {
  .post-content .post-pull--left {
    clear: left;
    float: left;
    margin-right: 30px;
  }
}

@media (min-width: 768px) {
  .post-content .post-pull--right {
    clear: right;
    float: right;
    margin-left: 30px;
  }
}

@media (min-width: 768px) {
  .post-content .post-pull--narrow {
    width: 280px;
  }
}

@media (min-width: 1240px) {
  .post-content .post-pull--narrow {
    width: calc((100% - 620px) / 2 - 45px);
  }
}

@media (min-width: 768px) {
  .post-content .post-pull--within.post-pull--right {
    padding-right: calc((100% - 620px) / 2);
    margin-left: 30px;
  }
}

@media (min-width: 768px) {
  .post-content .post-pull--within.post-pull--left {
    padding-left: calc((100% - 620px) / 2);
    margin-right: 30px;
  }
}

.post-content .post-caption {
  margin-top: 9px;
  margin-left: 10px;
  margin-right: 10px;
  font: 12px/180% "Montserrat", Helvetica, Arial, sans-serif;
  color: #a5a5a5;
  text-align: center;
}

@media (min-width: 768px) {
  .post-content .post-caption {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .post-content .post-pull .post-caption {
    margin-left: auto;
    margin-right: auto;
  }
}

.post-content blockquote {
  line-height: 0;
  position: relative;
  max-width: 620px;
  margin: 0 auto 2.5em;
  padding: 48px 15px 0;
  text-align: center;
  color: #181818;
}

@media (min-width: 768px) {
  .post-content blockquote {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.post-content blockquote::before {
  content: '‘‘';
  opacity: .1;
  display: inline-block;
  margin-left: -14px;
  margin-top: -74px;
  font: 300 160px/100% 'Times New Roman', serif;
  letter-spacing: -14px;
}

.post-content blockquote p {
  margin-bottom: 0.58462em;
  font: 700 25px/120% "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: -1.5px;
}

@media (min-width: 1024px) {
  .post-content blockquote p {
    font-size: 35px;
  }
}

.post-content blockquote p:first-child {
  margin-top: -84px;
}

.post-content blockquote .headingBorder {
  display: inline-block;
  width: 55px;
  height: 11px;
  margin: -4px auto 0;
}

@media (min-width: 768px) {
  .post-content .post-pull blockquote {
    margin-top: .55em;
    margin-bottom: .9em;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1240px) {
  .post-content .post-pull blockquote {
    margin-bottom: 1.9em;
  }
}

@media (min-width: 768px) {
  .post-content .post-pull--within blockquote p, .post-content .post-pull--narrow blockquote p {
    font-size: 23px;
  }
}

@media (min-width: 768px) {
  .post-content .post-pull--within blockquote .headingBorder, .post-content .post-pull--narrow blockquote .headingBorder {
    margin-top: -2px;
  }
}

.post-content .post-fact {
  max-width: 620px;
  margin: 2.5em auto;
  padding: 39px 40px 34px;
  border: 4px solid #232323;
}

@media (min-width: 768px) {
  .post-content .post-fact {
    padding: 59px 60px 54px;
  }
}

.post-content .post-fact p {
  margin-left: -2px;
  font: 700 20px/120% "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: -1.5px;
  color: #181818;
}

@media (min-width: 768px) {
  .post-content .post-fact p {
    font-size: 25px;
  }
}

.post-content .post-fact p:last-child {
  margin-bottom: 0;
}

.post-content .post-fact-title {
  margin-bottom: .4em;
  padding-top: 0;
  font: 700 10px/100% "Montserrat", Helvetica, Arial, sans-serif;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #e51b24;
}

@media (min-width: 768px) {
  .post-content .post-pull--within .post-fact,
  .post-content .post-pull--narrow .post-fact {
    margin-top: .3em;
    margin-bottom: 30px;
    padding: 39px 40px 34px;
  }
}

@media (min-width: 768px) {
  .post-content .post-pull--within .post-fact p,
  .post-content .post-pull--narrow .post-fact p {
    font-size: 23px;
  }
}

.post-media {
  line-height: 0;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.9em;
}

.post-media::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.post-content .post-media--fullWidth {
  max-width: none;
}

.post-content .post-media--double .post-media-items {
  width: 100%;
}

@media (min-width: 768px) {
  .post-content .post-media--double .post-media-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .post-content .post-media--double .post-media-item {
    width: calc(50% - 5px);
  }
}

@media (min-width: 1024px) {
  .post-content .post-media--double .post-media-item {
    width: calc(50% - 15px);
  }
}

@media (max-width: 767px) {
  .post-content .post-media--double .post-media-item + .post-media-item {
    padding-top: .77em;
  }
}

@media (min-width: 768px) {
  .post-content .post-media--double .post-caption {
    max-width: none;
  }
}

.post-content .post-media-item {
  padding-top: .6em;
}

.post-content .post-media-item-link {
  display: block;
}

.post-content .post-media-embed {
  width: 100%;
}

@media (min-width: 768px) {
  .post-content .post-pull .post-media {
    margin-bottom: .9em;
  }
}

@media (min-width: 1240px) {
  .post-content .post-pull .post-media {
    margin-bottom: .3em;
  }
}

.post-content .post-map {
  line-height: 0;
  margin-bottom: 2.5em;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: .6em;
  padding-bottom: .3em;
}

@media (min-width: 768px) {
  .post-content .post-map {
    margin-left: auto;
    margin-right: auto;
  }
}

.post-content .post-pull .post-map {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .post-content .post-pull .post-map {
    margin-bottom: .9em;
  }
}

@media (min-width: 1240px) {
  .post-content .post-pull .post-map {
    margin-bottom: .3em;
  }
}

.post-content .post-map-scrollable {
  overflow: hidden;
  clear: left;
}

.post-content .post-map-scrollable-content {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  padding-bottom: 30px;
}

.post-content .post-map-scrollable-content::-webkit-scrollbar {
  display: none;
  width: 0;
}

.post-content .post-map-art {
  position: relative;
  width: 100%;
  padding-top: 80%;
}

@media (min-width: 768px) {
  .post-content .post-map-art {
    padding-top: 66.666666667%;
  }
}

.post-content .post-map-art--wide {
  width: 175vw;
  height: 110vw;
  max-height: 90vh;
  padding-top: 0;
}

@media (min-width: 568px) {
  .post-content .post-map-art--wide {
    width: 100%;
    height: auto;
    padding-top: 66.666666667%;
  }
}

@media (min-width: 1024px) {
  .post-content .post-map-art--wide {
    padding-top: 54%;
  }
}

.post-content .post-map-art--center {
  padding-top: 90%;
}

@media (min-width: 768px) {
  .post-content .post-map-art--portrait {
    padding-top: 125%;
  }
}

.post-content .post-map-embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-content .post-setting {
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  margin: 0 auto 1.9em;
}

@media (min-width: 1240px) {
  .post-content .post-setting {
    float: left;
    clear: left;
    width: calc((100% - 620px) / 2 - 45px);
    padding-right: 30px;
  }
}

.post-content .post-clock {
  margin-right: 15px;
}

.post-content .post-clock-art {
  position: relative;
  width: 48px;
  height: 48px;
}

@media (min-width: 768px) {
  .post-content .post-clock-art {
    width: 72px;
    height: 72px;
  }
}

.post-content .post-clock-art-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #a5a5a5;
  transition: transform 0.669s ease-out;
}

.post-content .post-clock-art-icon--hour {
  transform: rotate(-360deg);
}

.post-content .post-clock-art-icon--minute {
  transform: rotate(-360deg);
}

.post-content .post-setting-time {
  padding-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 46px;
}

@media (min-width: 768px) {
  .post-content .post-setting-time {
    font-size: 38px;
    line-height: 70px;
  }
}

.post-content .post-setting-time-meridiem {
  margin-left: .15em;
  font-size: 65%;
  text-transform: uppercase;
}

.post-content .post-setting-title {
  margin-bottom: 1px;
  padding-top: 0;
  font: italic 13px/150% "Libre Baskerville", "Times New Roman", serif;
  text-align: left;
  color: #666;
}

.post-content .post-setting-address {
  margin-bottom: 0;
  font: 12px/150% "Montserrat", Helvetica, Arial, sans-serif;
  color: #a5a5a5;
}

.post-content .post-setting-address p {
  margin-bottom: 0;
}

.post-content .post-setting-action {
  font: 700 12px/100% "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #3f3f3f;
}

.post-content .post-setting-action:hover {
  color: #e51b24;
}

.post-content .post-stats-list {
  list-style: none;
  border: 0;
}

.post-content .post-stats-item {
  display: table-row;
  padding: 0;
}

.post-content .post-stats-item:first-child .post-stats-number,
.post-content .post-stats-item:first-child .post-stats-description {
  padding-top: 0;
}

.post-content .post-stats-number,
.post-content .post-stats-description {
  padding: 10px 0;
}

@media (min-width: 768px) {
  .post-content .post-stats-number,
  .post-content .post-stats-description {
    padding: 20px 0;
  }
}

.post-content .post-stats-number {
  position: relative;
  top: -1px;
  display: table-cell;
  white-space: nowrap;
  font: 700 36px/100% "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: -2px;
  text-align: center;
  vertical-align: middle;
  color: #181818;
}

@media (min-width: 768px) {
  .post-content .post-stats-number {
    top: 0;
    font-size: 58px;
  }
}

.post-content .post-stats-description {
  display: table-cell;
  padding-left: 18px;
  vertical-align: middle;
  line-height: 180%;
}

@media (min-width: 768px) {
  .post-content .post-stats-description {
    padding-left: 30px;
  }
}

.post-content .post-linkList {
  list-style: none;
  border: 0;
  padding-top: 5px;
}

.post-content .post-linkList-item {
  padding: 0 0 10px;
}

@media (min-width: 1024px) {
  .post-content .post-linkList-item {
    padding-bottom: 20px;
  }
}

.post-content .post-linkList-link {
  position: relative;
  display: block;
  color: inherit;
}

.post-content .post-linkList-link:hover {
  color: inherit;
}

.no-touchevents .post-content .post-linkList-link:hover {
  z-index: 10;
}

@media (min-width: 768px) {
  .no-touchevents .post-content .post-linkList-link:hover .post-linkList-background {
    transform: scale(1.0267);
  }
  .no-touchevents .post-content .post-linkList-link:hover .post-linkList-background-shadow {
    opacity: 1;
  }
}

.post-content .post-linkList-content {
  z-index: 2;
  position: relative;
  padding: 15px 20px;
}

.post-content .post-linkList-title {
  margin: 0;
  padding: 0;
  font: 700 13px/19px "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
  color: #232323;
}

.post-content .post-linkList-description {
  margin: 0;
  font: 13px/19px "Montserrat", Helvetica, Arial, sans-serif;
  color: #3f3f3f;
}

.post-content .post-linkList-note {
  margin: 1px 0 0;
  font: italic 12px/19px "Libre Baskerville", "Times New Roman", serif;
  color: #a5a5a5;
}

.post-content .post-linkList-background {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fafafa;
  transition: transform 0.267s ease-out;
}

.post-content .post-linkList-background-shadow {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 18px 55px 0 rgba(0, 0, 0, 0.2);
  transition: opacity 0.267s ease-out;
}

.post-content .post-presented {
  margin-bottom: 1.9em;
}

.post-content .post-presented::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.post-content .post-presented-link {
  position: relative;
  display: block;
  line-height: 0;
}

.post-content .post-presented-image {
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi) {
  .post-content .post-presented-image {
    image-rendering: auto;
  }
}

.post-content .post-presented-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  font: 11px/13px Helvetica, Arial, sans-serif;
  text-align: center;
  color: #737373;
}

@media (min-width: 1024px) {
  .post-content .post-presented-label {
    bottom: 6px;
  }
}

.post-content .post-presented-analytics {
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

.post-content .post-ad {
  clear: both;
}

.post-content .post-ad::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.post-content .post-ad > .adfuel-rendered,
.post-content .post-ad .post-promoPlaceholder {
  margin-bottom: 1.9em;
}

.post-content .post-promoPlaceholder {
  clear: both;
  width: 100%;
  margin-bottom: 1.9em;
  padding: 0.95em 20px;
  color: #a5a5a5;
  text-align: center;
  border: 2px dashed #eee;
}

.post-content .post-promoPlaceholder::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.post-content .post-promoPlaceholder-title {
  margin-bottom: 0;
  padding-top: 1.9em;
  font-size: 16px;
  color: #a5a5a5;
  text-align: center;
  text-transform: uppercase;
}

.post-content .post-promoPlaceholder-description {
  font-size: 13px;
}

@keyframes show-categoryNav-item {
  0% {
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .categoryNav--4col\@tablet .categoryNav-item {
    width: calc(25% - 15px);
    height: 31.3vw;
    max-height: 386px;
  }
}

@media (min-width: 768px) {
  .no-touchevents .categoryNav--4col\@tablet .categoryNav-item:hover .categoryNav-background {
    transform: scale(1.0808);
  }
  .no-touchevents .categoryNav--4col\@tablet .categoryNav-item:hover .categoryNav-background-shadow {
    opacity: 1;
  }
  .categoryNav--4col\@tablet .categoryNav-item--eat .categoryNav-background {
    background-image: url("../images/categories/eat-tall-596.jpg");
  }
  .categoryNav--4col\@tablet .categoryNav-item--drink .categoryNav-background {
    background-image: url("../images/categories/drink-tall-596.jpg");
  }
  .categoryNav--4col\@tablet .categoryNav-item--know .categoryNav-background {
    background-image: url("../images/categories/know-tall-596.jpg");
  }
  .categoryNav--4col\@tablet .categoryNav-item--go .categoryNav-background {
    background-image: url("../images/categories/go-tall-596.jpg");
  }
  .categoryNav--4col\@tablet .categoryNav-item--watch .categoryNav-background {
    background-image: url("../images/categories/watch-tall-596.jpg");
  }
}

@media (min-width: 1024px) {
  .categoryNav--4col\@tablet .categoryNav-item {
    width: calc(25% - 22.5px);
  }
}

@media (min-width: 768px) {
  .categoryNav-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .categoryNav-list.is-in-view .categoryNav-item {
    animation: 0.408s ease-out show-categoryNav-item forwards;
  }
}

.categoryNav-item {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  position: relative;
  height: 50vw;
  max-height: 320px;
}

.no-js .categoryNav-item {
  opacity: 1;
}

@media (min-width: 768px) {
  .no-touchevents .categoryNav-item:hover {
    z-index: 10;
  }
  .no-touchevents .categoryNav-item:hover .categoryNav-content {
    opacity: 1;
  }
  .no-touchevents .categoryNav-item:hover .categoryNav-divider {
    transform: scaleX(1);
  }
  .no-touchevents .categoryNav-item:hover .categoryNav-background {
    transform: scale(1.0808);
  }
  .no-touchevents .categoryNav-item:hover .categoryNav-background-overlay {
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  .categoryNav-item.is-in-view {
    animation: 0.408s ease-out show-categoryNav-item forwards;
    animation-delay: 0s !important;
  }
}

.no-touchevents .categoryNav-item--watch .categoryNav-content {
  opacity: 1;
  max-height: none;
}

.categoryNav-item--watch .categoryNav-button {
  z-index: 1;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.categoryNav-item--watch .categoryNav-button-icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  margin-left: -2px;
  color: #e51b24;
}

.categoryNav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px;
  color: #fff;
  text-align: center;
}

@media (min-width: 1024px) {
  .no-touchevents .categoryNav-content {
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    transform: translateZ(0);
    transition: opacity 0.408s ease-out, max-height 0.267s ease-out;
  }
}

.categoryNav-title {
  font-size: 22px;
  line-height: 118%;
  text-transform: uppercase;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.408);
}

@media (min-width: 1024px) {
  .categoryNav-title {
    font-size: 28px;
  }
}

.categoryNav-description {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 150%;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.408);
}

@media (min-width: 1024px) {
  .categoryNav-description {
    font-size: 15px;
  }
}

.categoryNav-divider {
  display: none;
}

@media (min-width: 1024px) {
  .categoryNav-divider {
    display: block;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 47px;
    height: 2px;
    margin: 24px auto 30px;
    background: #e51b24;
    border: 0;
    transition: transform 0.267s ease-out 0.1335s;
  }
}

.categoryNav-button {
  display: none;
}

@media (min-width: 1024px) {
  .categoryNav-button {
    display: inline-block;
  }
}

.categoryNav-background {
  z-index: -1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  background-position: 50% 50%;
  background-size: cover;
  transition: transform 0.267s ease-out;
}

.categoryNav-item--eat .categoryNav-background {
  background-image: url("../images/categories/eat-short-828.jpg");
}

@media (min-width: 768px) and (max-width: 1023px) {
  .categoryNav-item--eat .categoryNav-background {
    background-image: url("../images/categories/eat-short-1536.jpg");
  }
}

.categoryNav-item--drink .categoryNav-background {
  background-image: url("../images/categories/drink-short-828.jpg");
}

@media (min-width: 768px) and (max-width: 1023px) {
  .categoryNav-item--drink .categoryNav-background {
    background-image: url("../images/categories/drink-short-1536.jpg");
  }
}

.categoryNav-item--know .categoryNav-background {
  background-image: url("../images/categories/know-short-828.jpg");
}

@media (min-width: 768px) and (max-width: 1023px) {
  .categoryNav-item--know .categoryNav-background {
    background-image: url("../images/categories/know-short-1536.jpg");
  }
}

.categoryNav-item--go .categoryNav-background {
  background-image: url("../images/categories/go-short-828.jpg");
}

@media (min-width: 768px) and (max-width: 1023px) {
  .categoryNav-item--go .categoryNav-background {
    background-image: url("../images/categories/go-short-1536.jpg");
  }
}

.categoryNav-item--tuneIn .categoryNav-background {
  background-position: 50% 10%;
  background-image: url("../images/categories/tuneIn-short-828.jpg");
}

@media (min-width: 768px) and (max-width: 1023px) {
  .categoryNav-item--tuneIn .categoryNav-background {
    background-image: url("../images/categories/tuneIn-short-1536.jpg");
  }
}

.categoryNav-item--watch .categoryNav-background {
  background-image: url("../images/categories/watch-short-828.jpg");
}

@media (min-width: 768px) and (max-width: 1023px) {
  .categoryNav-item--watch .categoryNav-background {
    background-image: url("../images/categories/watch-short-1536.jpg");
  }
}

.categoryNav-background-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.267s ease-out;
}

.categoryNav-background-shadow {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 18px 55px 0 rgba(0, 0, 0, 0.36);
  transition: opacity 0.267s ease-out;
}

.categoryNav-presented {
  transform: translateZ(0);
  z-index: 5;
  position: absolute;
  top: 0;
  right: 10px;
  width: 82px;
  background: url("../images/presented-art-bg@3x.png") no-repeat;
  background-size: 100%;
}

@media (min-width: 768px) {
  .categoryNav-presented {
    width: auto;
    left: calc(50% - 60px);
    right: auto;
    background-size: 121px 86px;
  }
}

.categoryNav-presented-item {
  z-index: 2;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
  padding-top: 4px;
}

@media (min-width: 768px) {
  .categoryNav-presented-item {
    height: 86px;
    padding-top: 0;
  }
}

.categoryNav-presented-title {
  white-space: nowrap;
  font: italic 8px/12px "Libre Baskerville", "Times New Roman", serif;
  color: #a5a5a5;
}

@media (min-width: 768px) {
  .categoryNav-presented-title {
    font-size: 12px;
    line-height: 14px;
  }
}

.categoryNav-presented-art {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  line-height: 0;
}

@media (min-width: 768px) {
  .categoryNav-presented-art {
    width: 130px;
  }
}

.categoryNav-presented-logo {
  transform: translateZ(0);
}

.categoryNav-presented--farmers .categoryNav-presented-logo {
  width: 52px;
  margin-left: 3px;
}

@media (min-width: 768px) {
  .categoryNav-presented--farmers .categoryNav-presented-logo {
    width: 80px;
    margin: 8px 4px 16px 0;
  }
}

.categoryNav-presented-analytics {
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

@keyframes show-collectionsNav-item {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.collectionsNav {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .collectionsNav {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (min-width: 1024px) {
  .collectionsNav {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .collectionsNav.is-in-view .collectionsNav-item {
    animation: 0.408s ease-out show-collectionsNav-item forwards;
  }
}

.collectionsNav-scrollable {
  overflow: hidden;
  margin: -80px 0;
}

@media (min-width: 1024px) {
  .collectionsNav-scrollable {
    overflow: visible;
  }
}

.collectionsNav-scrollable-content {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0 110px;
}

.collectionsNav-scrollable-content::-webkit-scrollbar {
  display: none;
  width: 0;
}

@media (min-width: 1024px) {
  .collectionsNav-scrollable-content {
    overflow: visible;
  }
}

.collectionsNav-list {
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  padding-bottom: 20px;
}

.collectionsNav-list::before, .collectionsNav-list::after {
  content: ' ';
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  height: 15px;
}

@media (min-width: 768px) {
  .collectionsNav-list::before, .collectionsNav-list::after {
    width: 30px;
  }
}

@media (min-width: 1024px) {
  .collectionsNav-list::before, .collectionsNav-list::after {
    display: none;
  }
}

.collectionsNav-item {
  width: calc(20% - 8px);
  min-width: 160px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .collectionsNav-item {
    opacity: 0;
  }
}

@media (min-width: 1024px) {
  .collectionsNav-item {
    width: calc(20% - 16px);
    margin-right: 20px;
  }
}

.collectionsNav-item:last-child {
  margin-right: 0;
}

.no-js .collectionsNav-item {
  opacity: 1;
}

.collectionsNav-link {
  position: relative;
  display: block;
  padding-top: 31.25%;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), -1px -1px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .no-touchevents .collectionsNav-link:hover .collectionsNav-background {
    transform: scale(1.0408);
  }
}

@media (min-width: 1024px) {
  .no-touchevents .collectionsNav-link:hover .collectionsNav-background {
    transform: scale(1.0669);
  }
}

@media (min-width: 768px) {
  .no-touchevents .collectionsNav-link:hover .collectionsNav-background-overlay {
    opacity: .669;
  }
}

@media (min-width: 768px) {
  .no-touchevents .collectionsNav-link:hover .collectionsNav-background-shadow {
    opacity: 1;
  }
}

.collectionsNav-title {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  font: 700 12px/14px "Montserrat", Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5px;
}

@media (min-width: 1024px) {
  .collectionsNav-title {
    font-size: 13px;
    line-height: 15px;
  }
}

.collectionsNav-background {
  z-index: -1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #232323;
  background-position: 50% 50%;
  background-size: cover;
  transition: transform 0.267s ease-out;
}

.collectionsNav-background-overlay {
  opacity: .408;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: opacity 0.267s ease-out;
}

.collectionsNav-background-shadow {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 18px 55px 0 rgba(0, 0, 0, 0.36);
  transition: opacity 0.267s ease-out;
}

.explore {
  position: relative;
  margin-bottom: 0;
  text-align: center;
}

@media (min-width: 1100px) {
  .explore-header {
    pointer-events: none;
    position: absolute;
    top: calc(30.5% - 217px);
    left: 0;
    width: 100%;
  }
}

.explore-title {
  z-index: 3;
  position: relative;
}

@keyframes show-explore-region {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 1100px) {
  .explore-regions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

@media (min-width: 1100px) {
  .explore-regions.is-in-view .explore-region {
    animation: 0.408s ease-out show-explore-region forwards;
  }
}

.explore-region {
  opacity: 0;
  z-index: 5;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  position: relative;
  background: #a5a5a5;
  transition: max-height 0.267s ease-out;
}

@media (min-width: 1100px) {
  .explore-region {
    pointer-events: auto;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    transition: transform 0.267s ease-out, max-height 0.267s ease-out;
  }
}

.no-js .explore-region {
  opacity: 1;
}

.explore-region.is-selected {
  z-index: 11;
}

@media (min-width: 1100px) {
  .explore-region.is-selected {
    transform: translate3d(0, -80px, 0);
  }
}

.explore-region.is-selected .explore-region-background--selected {
  opacity: 1;
}

.explore-region.is-selected .explore-region-shadow {
  opacity: 1;
}

@media (max-width: 1099px) {
  .explore-region.is-in-view {
    animation: 0.408s ease-out show-explore-region forwards;
    animation-delay: 0s !important;
  }
}

.explore-region--africa .explore-region-background--default {
  background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/africa-default-768.jpg");
}

@media (min-width: 568px) and (max-width: 1099px) {
  .explore-region--africa .explore-region-background--default {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/africa-default-1416.jpg");
  }
}

@media (min-width: 1100px) {
  .explore-region--africa .explore-region-background--default {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/africa-default-428.jpg");
  }
}

.explore-region--africa .explore-region-background--selected {
  background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/africa-selected-768.jpg");
}

@media (min-width: 568px) and (max-width: 1099px) {
  .explore-region--africa .explore-region-background--selected {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/africa-selected-1416.jpg");
  }
}

@media (min-width: 1100px) {
  .explore-region--africa .explore-region-background--selected {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/africa-selected-428.jpg");
  }
}

.explore-region--asia-pacific .explore-region-background--default {
  background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/asia-pacific-default-768.jpg");
}

@media (min-width: 568px) and (max-width: 1099px) {
  .explore-region--asia-pacific .explore-region-background--default {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/asia-pacific-default-1416.jpg");
  }
}

@media (min-width: 1100px) {
  .explore-region--asia-pacific .explore-region-background--default {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/asia-pacific-default-428.jpg");
  }
}

.explore-region--asia-pacific .explore-region-background--selected {
  background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/asia-pacific-selected-768.jpg");
}

@media (min-width: 568px) and (max-width: 1099px) {
  .explore-region--asia-pacific .explore-region-background--selected {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/asia-pacific-selected-1416.jpg");
  }
}

@media (min-width: 1100px) {
  .explore-region--asia-pacific .explore-region-background--selected {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/asia-pacific-selected-428.jpg");
  }
}

.explore-region--europe .explore-region-background--default {
  background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/europe-default-768.jpg");
}

@media (min-width: 568px) and (max-width: 1099px) {
  .explore-region--europe .explore-region-background--default {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/europe-default-1416.jpg");
  }
}

@media (min-width: 1100px) {
  .explore-region--europe .explore-region-background--default {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/europe-default-428.jpg");
  }
}

.explore-region--europe .explore-region-background--selected {
  background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/europe-selected-768.jpg");
}

@media (min-width: 568px) and (max-width: 1099px) {
  .explore-region--europe .explore-region-background--selected {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/europe-selected-1416.jpg");
  }
}

@media (min-width: 1100px) {
  .explore-region--europe .explore-region-background--selected {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/europe-selected-428.jpg");
  }
}

.explore-region--middle-east .explore-region-background--default {
  background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/middle-east-default-768.jpg");
}

@media (min-width: 568px) and (max-width: 1099px) {
  .explore-region--middle-east .explore-region-background--default {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/middle-east-default-1416.jpg");
    background-position: 50% 50%;
  }
}

@media (min-width: 1100px) {
  .explore-region--middle-east .explore-region-background--default {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/middle-east-default-428.jpg");
  }
}

.explore-region--middle-east .explore-region-background--selected {
  background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/middle-east-selected-768.jpg");
}

@media (min-width: 568px) and (max-width: 1099px) {
  .explore-region--middle-east .explore-region-background--selected {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/middle-east-selected-1416.jpg");
  }
}

@media (min-width: 1100px) {
  .explore-region--middle-east .explore-region-background--selected {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/middle-east-selected-428.jpg");
  }
}

.explore-region--north-america .explore-region-background--default {
  background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/north-america-default-768.jpg");
  background-position: 50% 50%;
}

@media (min-width: 568px) and (max-width: 1099px) {
  .explore-region--north-america .explore-region-background--default {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/north-america-default-1416.jpg");
  }
}

@media (min-width: 1100px) {
  .explore-region--north-america .explore-region-background--default {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/north-america-default-428.jpg");
  }
}

.explore-region--north-america .explore-region-background--selected {
  background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/north-america-selected-768.jpg");
  background-position: 50% 50%;
}

@media (min-width: 568px) and (max-width: 1099px) {
  .explore-region--north-america .explore-region-background--selected {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/north-america-selected-1416.jpg");
  }
}

@media (min-width: 1100px) {
  .explore-region--north-america .explore-region-background--selected {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/north-america-selected-428.jpg");
  }
}

.explore-region--south-america .explore-region-background {
  background-position: 50% 5%;
}

.explore-region--south-america .explore-region-background--default {
  background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/south-america-default-768.jpg");
}

@media (min-width: 568px) and (max-width: 1099px) {
  .explore-region--south-america .explore-region-background--default {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/south-america-default-1416.jpg");
  }
}

@media (min-width: 1100px) {
  .explore-region--south-america .explore-region-background--default {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/south-america-default-428.jpg");
  }
}

.explore-region--south-america .explore-region-background--selected {
  background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/south-america-selected-768.jpg");
}

@media (min-width: 568px) and (max-width: 1099px) {
  .explore-region--south-america .explore-region-background--selected {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/south-america-selected-1416.jpg");
  }
}

@media (min-width: 1100px) {
  .explore-region--south-america .explore-region-background--selected {
    background-image: url("/wp-content/themes/abpu/assets/dist/images/explore-regions/south-america-selected-428.jpg");
  }
}

.explore-region-header {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 108px;
}

@media (min-width: 568px) and (max-width: 1099px) {
  .explore-region-header {
    height: 150px;
  }
}

@media (min-width: 1100px) {
  .explore-region-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.explore-region-title {
  padding-top: 1px;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

@media (min-width: 1100px) {
  .explore-region-title {
    font-size: 16px;
    line-height: 100%;
  }
}

.explore-region-content {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  transition: max-height 0.267s ease-out;
}

.explore-region-destinations {
  margin-top: -5px;
  padding-bottom: 42px;
  font-size: 13px;
  line-height: 15px;
}

.explore-region-destination-link {
  opacity: .8;
  display: block;
  padding: 5px 10px;
  color: #fff;
}

.explore-region-destination-link:hover {
  opacity: 1;
}

.explore-region-comingSoon {
  margin-top: -20px;
  padding-bottom: 42px;
}

.explore-region-comingSoon-title {
  opacity: .85;
  margin-bottom: 0;
  font-size: 11px;
  color: #a5a5a5;
  text-transform: uppercase;
  text-align: center;
}

.explore-region-comingSoon-item {
  opacity: .95;
  padding: 2px 0;
  font-size: 12px;
  line-height: 16px;
  color: #a5a5a5;
}

.explore-region-background {
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0.267s ease;
}

@media (min-width: 768px) {
  .explore-region-background {
    background-position: 50% 50%;
  }
}

.explore-region-background--selected {
  opacity: 0;
}

@media (min-width: 1100px) {
  .no-touchevents .explore-region-shadow {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 18px 55px 0 rgba(0, 0, 0, 0.36);
  }
}

@keyframes show-explore-map-image {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes show-explore-map-item {
  0% {
    opacity: 0;
    transform: translate3d(0, -80px, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.explore-map {
  display: none;
}

@media (min-width: 1100px) {
  .explore-map {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
  }
  .explore-map.is-in-view .is-loaded .explore-map-image {
    animation: 0.669s ease-out show-explore-map-image forwards;
  }
  .explore-map.is-in-view .explore-map-item {
    animation: 0.408s ease-out show-explore-map-item forwards;
  }
  .explore-map-content {
    position: relative;
    max-width: 1548px;
    margin-left: auto;
    margin-right: auto;
    line-height: 0;
  }
  .explore-map-image {
    opacity: 0;
    z-index: -1;
    position: relative;
  }
  .explore-map-items {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .explore-map-item {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: 0;
    pointer-events: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .explore-map-item.is-hovered {
    z-index: 10;
  }
  .explore-map-item.is-hovered .explore-map-pin-icon {
    opacity: 1;
    transform: scale(1.15);
    color: #000;
    fill: #000;
  }
  .explore-map-item.is-hovered .explore-map-popup {
    pointer-events: auto;
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
  .explore-map-item.is-hovered .headingBorder-mask {
    opacity: 1;
    transform: scaleX(1);
  }
  .explore-map-pin {
    z-index: 4;
    outline: 0;
    position: relative;
    display: block;
    margin-top: -22px;
    margin-left: -11px;
  }
  .explore-map-pin-icon {
    opacity: .8;
    width: 23px;
    height: 22px;
    color: #e2202d;
    fill: #f43b47;
    transform-origin: 50% 100%;
    transition: color 0.267s ease, fill 0.267s ease, transform 0.267s ease-out, opacity 0.267s ease;
  }
  .explore-map-popup {
    pointer-events: none;
    opacity: 0;
    transform: scale(0.6) translate3d(0, 30px, 0);
    transform-origin: 50% 100%;
    z-index: 6;
    position: absolute;
    bottom: 100%;
    left: -104px;
    width: 200px;
    margin-bottom: 42px;
    box-shadow: 0 18px 55px 0 rgba(0, 0, 0, 0.36);
    transition: opacity 0.267s ease-out, transform 0.267s ease-out;
  }
  .explore-map-popup-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 12px;
    margin-bottom: -12px;
    margin-left: -10px;
    fill: #232323;
  }
  .explore-map-popup-content {
    outline: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 130px;
  }
  .explore-map-popup-art {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3f3f3f;
    background-position: 50% 50%;
    background-size: cover;
  }
  .explore-map-popup-overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 24, 24, 0.267);
    background-image: linear-gradient(transparent, transparent 50.3%, #232323);
  }
  .explore-map-popup-title {
    z-index: 3;
    display: inline-block;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  }
  .explore-map-popup-title .headingBorder {
    z-index: -1;
    max-width: 85%;
    height: 10px;
    margin-top: -8px;
  }
}

.destination h2 {
  margin-bottom: 1.1em;
}

.destination .main-cap {
  margin-bottom: 45px;
}

@media (min-width: 1024px) {
  .destination .main-cap {
    margin-bottom: 85px;
  }
}

.destination-facts {
  position: relative;
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  .destination-facts {
    padding-bottom: 90px;
  }
}

.destination-facts .post-content {
  padding-bottom: 0;
}

.destination-facts-header {
  position: relative;
}

.destination-facts-background {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(100% + 5vw);
  background-repeat: no-repeat;
  background-position: 50% 80%;
  background-size: cover;
}

@media (min-width: 768px) {
  .destination-facts-background {
    top: -2.5vw;
  }
}

.destination-facts-background::before, .destination-facts-background::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.destination-facts-background::before {
  background: linear-gradient(white, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0));
}

.destination-facts-background::after {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 85%, white);
}

@media (min-width: 1024px) {
  .destination-facts-title {
    margin-bottom: 64px;
  }
}

.destination-facts-grid {
  padding-top: .9em;
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .destination-facts-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {
  .destination-facts-item {
    width: calc(50% - 50px);
    margin-right: 100px;
  }
}

.destination-facts-item:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 1024px) {
  .destination-facts-item-content {
    padding-left: 60px;
  }
}

.post-content .destination-facts-item-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: .4em;
}

@media (min-width: 1024px) {
  .post-content .destination-facts-item-title {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.destination-facts-item-art {
  position: relative;
  margin-right: 10px;
  line-height: 0;
}

@media (min-width: 1024px) {
  .destination-facts-item-art {
    width: 60px;
    height: auto;
    margin-right: 0;
  }
}

.destination-facts-item-icon {
  opacity: .25;
  position: relative;
}

@media (min-width: 1024px) {
  .destination-facts-item-icon {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.destination-facts-item-icon--language {
  width: 32px;
  height: 32px;
}

@media (min-width: 1024px) {
  .destination-facts-item-icon--language {
    top: -7px;
    width: 44px;
    height: 44px;
  }
}

.destination-facts-item-icon--know {
  top: -2px;
  width: 32px;
  height: 32px;
  margin-right: -2px;
}

@media (min-width: 1024px) {
  .destination-facts-item-icon--know {
    top: -9px;
    width: 46px;
    height: 46px;
    margin-left: 1px;
  }
}

.destination-facts-item-icon--sidekicks {
  width: 21px;
  height: 25px;
}

@media (min-width: 1024px) {
  .destination-facts-item-icon--sidekicks {
    top: -3px;
    width: 32px;
    height: 38px;
    margin-left: 12px;
  }
}

.destination-facts-item-icon--eats {
  width: 20px;
  height: 32px;
  margin-right: 1px;
}

@media (min-width: 1024px) {
  .destination-facts-item-icon--eats {
    top: -3px;
    width: 24px;
    height: 42px;
    margin-left: 19px;
  }
}

.newsletterSubscribe {
  position: relative;
  padding: 50px 15px;
  text-align: center;
  background: #f5f5f5;
}

@media (min-width: 768px) {
  .newsletterSubscribe {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}

.home-main .newsletterSubscribe {
  margin-top: -40px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .home-main .newsletterSubscribe {
    margin-top: -10px;
    margin-bottom: 60px;
  }
}

.destination .newsletterSubscribe {
  margin-top: 50px;
  margin-bottom: -15px;
}

@media (min-width: 768px) {
  .destination .newsletterSubscribe {
    margin-top: 80px;
    margin-bottom: 0;
  }
}

.post-content .newsletterSubscribe {
  margin-bottom: 1.9em;
}

.post-content .newsletterSubscribe .newsletter-form-error-message {
  margin: 0;
}

.newsletterSubscribe .newsletter-form-success-message {
  width: 100%;
}

.newsletterSubscribe-header {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .newsletterSubscribe-header {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 50px 30px;
  }
}

.newsletterSubscribe-header h4 {
  width: 100%;
  font-size: 17px;
  line-height: 125%;
  letter-spacing: -.5px;
  text-align: center;
  color: #181818;
}

@media (min-width: 768px) {
  .newsletterSubscribe-header h4 {
    font-size: 20px;
  }
}

.post-content .newsletterSubscribe-header h4 {
  margin: 0;
  padding: 0;
}

.newsletterSubscribe-subheading {
  display: block;
  padding: 5px 0 0;
  font: italic 13px/20px "Libre Baskerville", "Times New Roman", serif;
  color: #3f3f3f;
}

@media (min-width: 1024px) {
  .newsletterSubscribe-subheading {
    padding-bottom: 1px;
    font-size: 14px;
    line-height: 21px;
  }
}

@media (min-width: 768px) {
  .newsletterSubscribe-main {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 50px 30px;
    background: #fbfbfb;
  }
}

.newsletterSubscribe-main-content {
  width: 100%;
}

@media (min-width: 1024px) {
  .fieldNotes-meta.has-only-share {
    padding-top: 80px;
  }
}

.fieldNotes-content {
  padding-bottom: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .fieldNotes-content {
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .fieldNotes-content {
    padding-bottom: 50px;
  }
}

.fieldNotes-content h2 {
  padding-top: 0;
}

.fieldNotes-content .button:hover {
  color: #fff;
}

.notFound-hero {
  background-image: url("../images/not-found-bg-portrait-800.jpg");
}

@media (min-width: 768px) {
  .notFound-hero {
    background-image: url("../images/not-found-bg-portrait-1536.jpg");
  }
}

@media (min-width: 1024px) {
  .notFound-hero {
    background-image: url("../images/not-found-bg.jpg");
  }
}

.notFound-hero .hero-title {
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .notFound-hero .hero-content {
    max-width: 55%;
    margin-right: auto;
  }
}

.notFound-subheading {
  margin-bottom: 40px;
  font: 700 25px/30px "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.page-template-page-watch .post-hero.hero--default {
  height: 100vw;
  min-height: 100vw;
}

@media (min-width: 1024px) {
  .page-template-page-watch .post-hero.hero--default {
    height: 42.5vw;
    min-height: 42.5vw;
  }
}

.page-template-page-watch .post-main-cap {
  margin-bottom: 0;
}

.theater {
  padding-top: 56px;
  background: #000;
}

@media (min-width: 768px) {
  .theater {
    padding-top: 86px;
    background: #181818;
  }
}

.theater-action {
  margin-bottom: 60px;
  text-align: center;
}

@media (min-width: 768px) {
  .theater-action {
    margin-bottom: 90px;
  }
}

.theater-action .button {
  z-index: 1;
}

.footer {
  width: 100%;
}

@media (min-width: 768px) {
  .footer {
    background: linear-gradient(to right, #f5f5f5, #f5f5f5 50%, #fbfbfb 50%, #fbfbfb 100%);
  }
}

.footer-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (max-width: 767px) {
  .footer-content {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .footer-content {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
  }
}

.footer-nav {
  -ms-flex-order: 2;
      order: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 44px 15px;
  font-size: 12px;
  background: #f5f5f5;
}

@media (min-width: 768px) {
  .footer-nav {
    -ms-flex-order: 1;
        order: 1;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-nav .footer-social {
  margin: 20px auto -20px;
}

@media (min-width: 768px) {
  .footer-nav .footer-social {
    display: none;
  }
}

.footer-nav-list {
  width: 100%;
}

@media (min-width: 460px) {
  .footer-nav-list {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .footer-nav-list:first-child {
    width: 33.3333%;
  }
  .footer-nav-list:nth-child(2) {
    width: 66.6666%;
  }
}

.footer-nav-link {
  display: block;
  padding: 2px 0;
  color: #232323;
}

.footer-nav-link:hover {
  color: #e51b24;
}

.footer-newsletter {
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 5px;
  padding: 44px 15px;
  background: #fbfbfb;
}

@media (min-width: 768px) {
  .footer-newsletter {
    -ms-flex-order: 2;
        order: 2;
    width: 50%;
    padding-left: 5%;
    padding-right: 0;
  }
}

.footer-newsletter-title {
  margin: 0 0 2px;
  color: #3f3f3f;
}

@media (min-width: 768px) {
  .footer-newsletter-title {
    margin-bottom: 6px;
    font-size: 24px;
    text-align: left;
  }
}

.footer-secondary {
  -ms-flex-order: 3;
      order: 3;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  background: #232323;
}

@media (max-width: 767px) {
  .footer-secondary .footer-social {
    display: none;
  }
}

@media (min-width: 768px) {
  .footer-secondary .footer-social {
    margin-right: -10px;
  }
}

.footer-secondary-content {
  padding: 22px 0;
}

@media (min-width: 768px) {
  .footer-secondary-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}

.footer-secondary-credits {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .footer-secondary-credits {
    margin-bottom: 4px;
  }
}

.footer-secondary-required {
  opacity: .3;
  font: 400 11px/16px "Montserrat", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  .footer-secondary-required {
    margin-left: auto;
    margin-right: 16px;
    text-align: right;
  }
}

.footer-secondary-required .powered-by a {
  color: inherit;
}

.footer-secondary-required-link {
  color: inherit;
}

.footer-secondary-required-link::after {
  content: ' ·';
  margin-left: 2px;
  margin-right: 2px;
}

.footer-secondary-required-link:last-child::after {
  display: none;
}

.footer-social-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.footer-social-link {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: 50px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #232323;
}

.footer-social-link:hover .footer-social-link-circle {
  opacity: .1;
  transform: translate3d(-50%, -50%, 0) scale(1);
}

.footer-social-link .icon {
  position: relative;
  z-index: 2;
  vertical-align: middle;
}

.footer-social-link .icon-instagram {
  width: 20px;
  height: 20px;
}

@media (min-width: 768px) {
  .footer-social-link .icon-instagram {
    width: 22px;
    height: 22px;
  }
}

.footer-social-link .icon-facebook {
  width: 16px;
  height: 16px;
}

@media (min-width: 768px) {
  .footer-social-link .icon-facebook {
    width: 20px;
    height: 18px;
  }
}

.footer-social-link .icon-twitter {
  top: 1px;
  left: 1px;
  width: 17px;
  height: 15px;
}

@media (min-width: 768px) {
  .footer-social-link .icon-twitter {
    top: auto;
    width: 20px;
    height: 18px;
  }
}

.t-darkBackground .footer-social-link {
  color: #fff;
}

.footer-social-link-circle {
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(0);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  background: #666;
  border-radius: 50%;
  transition: opacity 0.267s ease, transform 0.267s ease;
}

.t-darkBackground .footer-social-link-circle {
  background: #fff;
}

.footer-analytics {
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

.sosumi {
  z-index: 20;
  transform: translate3d(0, 101%, 0);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f5f5f5;
  transition: transform 0.408s ease;
}

.sosumi.is-visible {
  transform: translate3d(0, 0, 0);
}

.sosumi-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 8px 0;
}

.sosumi-content {
  margin-right: 18px;
  font-size: 9px;
  line-height: 16px;
  color: #666;
}

@media (min-width: 768px) {
  .sosumi-content {
    font-size: 12px;
    line-height: 18px;
  }
}

.sosumi-content a {
  white-space: nowrap;
  font-style: italic;
  color: #3f3f3f;
}

.sosumi-content a:hover {
  color: #181818;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.newsletter-form {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  border-bottom: 4px solid #e3e3e3;
}

.newsletter-form.is-successful {
  border-bottom-color: transparent;
}

.newsletter-form.is-successful .newsletter-form-icon,
.newsletter-form.is-successful .newsletter-form-button,
.newsletter-form.is-successful .newsletter-form-textfield {
  pointer-events: none;
  opacity: 0;
}

.newsletter-form.is-successful .newsletter-form-success-message {
  opacity: 1;
}

.newsletter-form-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 27px;
  height: 18px;
  color: #a5a5a5;
}

.newsletter-form-textfield {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  outline: 0;
  width: 100%;
  padding: 14px 7px 14px 14px;
  font: 14px/22px "Libre Baskerville", "Times New Roman", serif;
  color: #232323;
  background: transparent;
  border: 0;
}

@media (min-width: 768px) {
  .newsletter-form-textfield {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.newsletter-form-textfield::-webkit-input-placeholder {
  color: #666;
}

.newsletter-form-textfield::-moz-placeholder {
  color: #666;
}

.newsletter-form-textfield:-ms-input-placeholder {
  color: #666;
}

.newsletter-form-textfield::placeholder {
  color: #666;
}

.newsletter-form-button {
  transition: background 0.267s ease, transform 0.267s ease, opacity 0.408s ease;
}

.newsletter-form-success-message {
  pointer-events: none;
  opacity: 0;
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  font: 13px/20px "Libre Baskerville", "Times New Roman", serif;
  color: #23b215;
  text-align: center;
  transition: opacity 0.408s ease;
}

@media (min-width: 768px) {
  .newsletter-form-success-message {
    text-align: left;
  }
}

.newsletter-form-error-message {
  display: none;
  margin: 0;
  padding-top: 14px;
  text-align: left;
  font-size: 13px;
  line-height: 22px;
  color: #e51b24;
}

.newsletter-form-error-message a {
  font-weight: 700;
}

/* Remembering Bourdain / .page-id-12055 on production
   ========================================================================== */
.page-id-12055 .hero-content,
.page-id-12055 .presented,
.page-id-12055 .above-wrap {
  display: none;
}