/********************
** Breakpoints
********************/
/********************
** Media Queries
********************/
/********************
** Fonts
********************/
/********************
** Colors
********************/
/********************
** Paths
********************/
/********************
** Transition Timing Functions
********************/
/********************
** spacing
********************/
/* nowrap | wrap | wrap-reverse */
/* flex-start | flex-end | center | space-between | space-around | space-evenly */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

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

html, body {
  min-height: 100%;
  overflow-x: hidden; }

*::-moz-selection {
  background-color: #ee3128;
  color: #FFFFFF; }

*::selection {
  background-color: #ee3128;
  color: #FFFFFF; }

html {
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

body {
  color: #26316c;
  font-family: "mark", Helvetica, Arial, sans-serif;
  background-color: #F8F7F7; }

img, svg {
  display: block;
  width: 100%;
  height: auto; }

/********************
** Admin Tabs
********************/
#block-ivc-theme-local-tasks {
  background: #7a716b;
  background: linear-gradient(#9f9792, rgba(195, 190, 187, 0.3));
  padding: 6px 0 0;
  border-bottom: 1px solid #7a716b; }

ul.tabs.primary {
  list-style: none; }
  ul.tabs.primary li {
    display: inline-block;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #dbd8d6; }
    ul.tabs.primary li.is-active {
      background: #FFFFFF; }
    ul.tabs.primary li a {
      min-width: auto;
      padding: 5px 7px;
      color: #26316c;
      text-decoration: none; }
    ul.tabs.primary li:hover {
      background: #FFFFFF; }
      ul.tabs.primary li:hover a {
        color: #ee3128; }

form.user-login-form {
  padding: 60px 30px; }
  form.user-login-form .js-form-item {
    margin-bottom: 30px; }
    form.user-login-form .js-form-item label {
      font-size: 24px;
      font-size: 1.5rem;
      display: block;
      margin-bottom: 15px; }
    form.user-login-form .js-form-item input {
      display: block;
      width: 100%;
      margin-bottom: 15px;
      border-bottom: 3px solid #26316c;
      background-color: transparent; }
      form.user-login-form .js-form-item input[type="text"], form.user-login-form .js-form-item input[type="password"] {
        padding: 15px 0; }
      form.user-login-form .js-form-item input:focus {
        background-color: #FFFFFF;
        outline: none; }
  form.user-login-form .form-actions input[type="submit"] {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 5px;
    border-bottom: 3px solid #ee3128;
    background-color: transparent; }

.field--label-inline .field__label, .field--label-inline .field__item {
  display: inline-block; }

article.node {
  position: relative; }

.error-page {
  padding-top: 25vh; }
  .error-page .error-code {
    display: block;
    float: left;
    margin-right: 30px;
    font-size: 95px;
    font-size: 5.9375rem;
    line-height: 75px;
    line-height: 4.6875rem;
    color: #ee3128;
    font-weight: 700; }
  .error-page .error-msg {
    color: #ee3128;
    padding-top: 10px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem; }
    @media only screen and (min-width: 64em) {
      .error-page .error-msg {
        width: 75%; } }
    .error-page .error-msg a {
      text-decoration: none;
      position: relative;
      color: #ee3128;
      text-decoration: none;
      font-weight: 700;
      border-bottom: none;
      box-shadow: inset 0px -3px 0px 0px rgba(238, 49, 40, 0.2);
      transition: box-shadow 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
      .error-page .error-msg a:hover {
        box-shadow: inset 0px -1.5rem 0px 0px rgba(238, 49, 40, 0.2); }
  .error-page .views-element-container {
    clear: both;
    margin: 25vh 0; }

.user.l-container--lg, ul.user.tabs.primary, .view-site-search .view-filters form.views-exposed-form .js-form-item input.user.form-text {
  padding: 60px 0; }

/********************
** Utility
********************/
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px; }

.cf, ul.tabs.primary {
  *zoom: 1; }
  .cf:after, ul.tabs.primary:after {
    clear: both; }
  .cf:before, ul.tabs.primary:before, .cf:after, ul.tabs.primary:after {
    content: " ";
    display: table; }

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

/** Position
==================================
**/
.pos--relative, .btn--text, .paragraph--type--featured-callout .field--name-field-featured-image {
  position: relative; }

.pos--absolute {
  position: relative; }

/** Padding
==================================
**/
.padding--s {
  padding: 15px; }

.padding--m {
  padding: 30px; }

.padding--l {
  padding: 60px; }

.padding--xl {
  padding: 90px; }

.padding--xxl {
  padding: 120px; }

/** Background Colors
==================================
**/
.bg--red {
  background-color: #ee3128; }

.bg--white {
  background-color: #FFFFFF; }

.bg--transparent-red {
  background: #ee3128;
  background: rgba(238, 49, 40, 0.3); }

.bg--transparent-dark-blue {
  background: #26316c;
  background: rgba(38, 49, 108, 0.3); }

.link-whole-area {
  position: absolute;
  z-index: 666;
  text-indent: -999em;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none !important; }

.pos-rel {
  position: relative; }

.pos-abs {
  position: absolute; }

.pos-fix {
  position: fixed; }

.bg-white-fade {
  width: 100%;
  height: 830px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: transparent;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }

.bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 10; }

/** Verical Center
==================================
**/
.center {
  display: table;
  height: 100%;
  width: 100%; }
  .center .vert-center {
    display: table-cell;
    height: 100%;
    vertical-align: middle; }

/********************
** Badge
********************/
.badge {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 10;
  padding: 7px 16px 7px 7px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 900;
  font-style: italic;
  color: #FFFFFF; }
  .badge.badge--color-red svg {
    fill: #ee3128; }
  .badge.badge--color-teal svg {
    fill: #2fc0d2; }
  .badge .badge-svg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .badge .badge-svg-wrapper svg {
      width: 100%;
      height: 100%; }
  .badge .badge-text {
    position: relative;
    z-index: 11;
    padding-bottom: 3px; }

/********************
** Trip Advisor
********************/
.TA_certificateOfExcellence img,
.TA_cdsscrollingravenarrow img {
  width: auto;
  height: auto; }

.TA_certificateOfExcellence a::after,
.TA_cdsscrollingravenarrow a::after {
  display: none !important; }

/********************
** Reponsive Container
********************/
#page {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  zoom: 1;
  background-color: #FFFFFF; }

#content {
  position: relative; }

.layout-container {
  margin: 0 auto; }

.l-container--sm, form.user-login-form, .l-container--md, .node--type-alert p, .l-container--lg, ul.tabs.primary, .view-site-search .view-filters form.views-exposed-form .js-form-item input.form-text, .l-container--lg-ish, .l-container--xlg {
  width: 88%;
  width: calc(100% - (20px * 2));
  height: auto;
  margin: 0 auto; }
  @media only screen and (min-width: 64em) {
    .l-container--sm, form.user-login-form, .l-container--md, .node--type-alert p, .l-container--lg, ul.tabs.primary, .view-site-search .view-filters form.views-exposed-form .js-form-item input.form-text, .l-container--lg-ish, .l-container--xlg {
      width: 96%;
      width: calc(100% - (50px * 2)); } }
  @media only screen and (min-width: 88em) {
    .l-container--sm, form.user-login-form, .l-container--md, .node--type-alert p, .l-container--lg, ul.tabs.primary, .view-site-search .view-filters form.views-exposed-form .js-form-item input.form-text, .l-container--lg-ish, .l-container--xlg {
      width: 100%; } }

.l-container--xlg {
  width: 96%; }
  @media only screen and (min-width: 64em) {
    .l-container--xlg {
      width: 98%;
      width: calc(100% - (50px)); } }

.l-container--sm, form.user-login-form {
  max-width: 800px; }

.l-container--md, .node--type-alert p {
  max-width: 1000px; }

.l-container--lg, ul.tabs.primary, .view-site-search .view-filters form.views-exposed-form .js-form-item input.form-text {
  max-width: 1200px; }

.l-container--lg-ish {
  max-width: calc(1110px + 190px); }

.l-container--xlg {
  max-width: 1400px; }

.l-container--relative {
  position: relative; }

.l-container--absolute {
  position: absolute; }

.l-container--inline {
  display: inline; }

.l-container--inline-block {
  display: inline-block; }

.l-container--block {
  display: block; }

.l-container--overflow-x-scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }
  .l-container--overflow-x-scroll::-webkit-scrollbar {
    display: none; }

.l-container--overflow-y-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }
  .l-container--overflow-y-scroll::-webkit-scrollbar {
    display: none; }

/********************
** loading effects
********************/
.b-lazy {
  max-width: 100%;
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0, 0.99);
  min-height: 1px; }
  .b-lazy.b-loaded, .b-lazy.loaded, .b-lazy.lazyloaded {
    opacity: 1; }

.no-js .b-lazy, .no-js .lazyload {
  opacity: 1; }
  .no-js .b-lazy img, .no-js .lazyload img {
    opacity: 1;
    width: 100%; }

.paragraph h4.effect--reveal, .paragraph .f-label.effect--reveal,
.paragraph--type--info-list h4.effect--reveal,
.paragraph--type--info-list .f-label.effect--reveal {
  opacity: 0;
  position: relative;
  transition: opacity 0.95s cubic-bezier(0.55, 0.085, 0, 0.99); }
  .paragraph h4.effect--reveal + .listing-map-single, .paragraph .f-label.effect--reveal + .listing-map-single,
  .paragraph--type--info-list h4.effect--reveal + .listing-map-single,
  .paragraph--type--info-list .f-label.effect--reveal + .listing-map-single {
    position: relative;
    top: 60px;
    transition: top 0.95s cubic-bezier(0.55, 0.085, 0, 0.99);
    transition-delay: 0s; }

.paragraph h4.effect--animated, .paragraph .f-label.effect--animated,
.paragraph--type--info-list h4.effect--animated,
.paragraph--type--info-list .f-label.effect--animated {
  opacity: 1; }
  .paragraph h4.effect--animated + .listing-map-single, .paragraph .f-label.effect--animated + .listing-map-single,
  .paragraph--type--info-list h4.effect--animated + .listing-map-single,
  .paragraph--type--info-list .f-label.effect--animated + .listing-map-single {
    top: 0; }

.effect--reveal {
  opacity: 0;
  transition: opacity 0.95s ease; }
  .effect--reveal.effect--animated {
    opacity: 1; }
  .effect--reveal.hero--landing .featured-media {
    opacity: 0;
    transition: opacity 1s ease; }
  .effect--reveal.hero--landing .page-title--landing-wrapper {
    transition: opacity 1s ease;
    transition-delay: 0.5s; }
    .effect--reveal.hero--landing .page-title--landing-wrapper .text--lead-in .field {
      opacity: 0;
      transform: translateX(-30px);
      transition: transform 1s cubic-bezier(0.55, 0.085, 0, 0.99), opacity 1s cubic-bezier(0.55, 0.085, 0, 0.99); }
    .effect--reveal.hero--landing .page-title--landing-wrapper h1 {
      position: relative;
      opacity: 0;
      transform: translateX(-30px);
      transition: transform 1s cubic-bezier(0.55, 0.085, 0, 0.99), opacity 1s cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-delay: 0.5s; }
    .effect--reveal.hero--landing .page-title--landing-wrapper .icon-arrow-down {
      opacity: 0;
      transform: translateY(-30px);
      transition: transform 1s cubic-bezier(0.55, 0.085, 0, 0.99), opacity 1s cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-delay: 1.5s; }
  .effect--reveal.page-title--landing .text--lead-in .field {
    opacity: 0;
    transform: translateX(-30px);
    transition: transform 1s cubic-bezier(0.55, 0.085, 0, 0.99), opacity 1s cubic-bezier(0.55, 0.085, 0, 0.99); }
  .effect--reveal.page-title--landing h1 {
    position: relative;
    opacity: 0;
    transform: translateX(-30px);
    transition: transform 1s cubic-bezier(0.55, 0.085, 0, 0.99), opacity 1s cubic-bezier(0.55, 0.085, 0, 0.99);
    transition-delay: 0.5s; }
  .effect--reveal.page-title h1 {
    position: relative;
    display: block;
    opacity: 0;
    transform: translateX(-30px);
    transition: transform 1s cubic-bezier(0.55, 0.085, 0, 0.99), opacity 1s cubic-bezier(0.55, 0.085, 0, 0.99); }
    .effect--reveal.page-title h1 img {
      opacity: 0;
      transform: translateY(-30px);
      transition: transform 1s cubic-bezier(0.55, 0.085, 0, 0.99), opacity 1s cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-delay: 1s; }
  .effect--reveal.featured-media, .effect--reveal.media .attraction-hero {
    opacity: 0;
    transition: opacity 1s ease;
    transition-delay: 0.5s; }
  .effect--reveal.node--type-alert {
    transform: translateY(-30px); }
    .effect--reveal.node--type-alert.effect--animated {
      transform: translateY(0); }
  .effect--reveal.view-filters {
    transform: translateY(30px);
    transition-delay: 0.15s;
    transition: transform 0.95s cubic-bezier(0.55, 0.085, 0, 0.99); }
  .effect--reveal .f-label, .effect--reveal .listing-map-single, .effect--reveal .flex-item, .effect--reveal footer .footer-ads #block-footerads article, footer .footer-ads #block-footerads .effect--reveal article,
  .effect--reveal .attraction-hero {
    position: relative;
    top: 60px;
    transition: top 0.95s cubic-bezier(0.55, 0.085, 0, 0.99);
    transition-delay: 0.15s; }
  .effect--reveal.media .attraction-hero {
    top: 0; }
  .effect--reveal .f-label, .effect--reveal .attraction-hero {
    transition-delay: 0s; }
  .effect--reveal .node--view-mode-teaser-portrait,
  .effect--reveal .node--view-mode-teaser,
  .effect--reveal .node--view-mode-teaser-plus, .effect--reveal.node--view-mode-search-results,
  .effect--reveal .node--type-question, .effect--reveal.slideshow {
    top: 30px;
    transition: top 0.95s cubic-bezier(0.55, 0.085, 0, 0.99);
    background-color: transparent; }
    .effect--reveal .node--view-mode-teaser-portrait img,
    .effect--reveal .node--view-mode-teaser img,
    .effect--reveal .node--view-mode-teaser-plus img, .effect--reveal.node--view-mode-search-results img,
    .effect--reveal .node--type-question img, .effect--reveal.slideshow img {
      top: 15%;
      transition: top 0.95s cubic-bezier(0.55, 0.085, 0, 0.99), opacity 600ms cubic-bezier(0.55, 0.085, 0, 0.99); }
    .effect--reveal .node--view-mode-teaser-portrait h1, .effect--reveal .node--view-mode-teaser-portrait h2, .effect--reveal .node--view-mode-teaser-portrait h3, .effect--reveal .node--view-mode-teaser-portrait h4, .effect--reveal .node--view-mode-teaser-portrait h5, .effect--reveal .node--view-mode-teaser-portrait p,
    .effect--reveal .node--view-mode-teaser h1,
    .effect--reveal .node--view-mode-teaser h2,
    .effect--reveal .node--view-mode-teaser h3,
    .effect--reveal .node--view-mode-teaser h4,
    .effect--reveal .node--view-mode-teaser h5,
    .effect--reveal .node--view-mode-teaser p,
    .effect--reveal .node--view-mode-teaser-plus h1,
    .effect--reveal .node--view-mode-teaser-plus h2,
    .effect--reveal .node--view-mode-teaser-plus h3,
    .effect--reveal .node--view-mode-teaser-plus h4,
    .effect--reveal .node--view-mode-teaser-plus h5,
    .effect--reveal .node--view-mode-teaser-plus p, .effect--reveal.node--view-mode-search-results h1, .effect--reveal.node--view-mode-search-results h2, .effect--reveal.node--view-mode-search-results h3, .effect--reveal.node--view-mode-search-results h4, .effect--reveal.node--view-mode-search-results h5, .effect--reveal.node--view-mode-search-results p,
    .effect--reveal .node--type-question h1,
    .effect--reveal .node--type-question h2,
    .effect--reveal .node--type-question h3,
    .effect--reveal .node--type-question h4,
    .effect--reveal .node--type-question h5,
    .effect--reveal .node--type-question p, .effect--reveal.slideshow h1, .effect--reveal.slideshow h2, .effect--reveal.slideshow h3, .effect--reveal.slideshow h4, .effect--reveal.slideshow h5, .effect--reveal.slideshow p {
      opacity: 0;
      transition: opacity 0.95s ease;
      transition-delay: 0.95s; }
  .effect--reveal .node--type-question .field--name-field-question,
  .effect--reveal .node--type-question .field--name-field-answer {
    opacity: 0;
    transform: translateY(15px);
    transition: color 0.5s ease, top 0.95s cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
  .effect--reveal.grid-items.effect--reveal:nth-child(3n+1) {
    transition-delay: 0s; }
    .effect--reveal.grid-items.effect--reveal:nth-child(3n+1) .field--name-field-image img {
      transition-delay: 0s; }
  .effect--reveal.grid-items.effect--reveal:nth-child(3n+2) {
    transition-delay: 0.15s; }
    .effect--reveal.grid-items.effect--reveal:nth-child(3n+2) .field--name-field-image img {
      transition-delay: 0.15s; }
  .effect--reveal.grid-items.effect--reveal:nth-child(3n+3) {
    transition-delay: 0.3s; }
    .effect--reveal.grid-items.effect--reveal:nth-child(3n+3) .field--name-field-image img {
      transition-delay: 0.3s; }
  .effect--reveal .paragraph--type--info-list-item,
  .effect--reveal .field .flex--col-2 .flex-item,
  .effect--reveal .paragraph--type--wysiwyg .field .kv-block .flex-item,
  .paragraph--type--wysiwyg .effect--reveal .field .kv-block .flex-item,
  .effect--reveal .field .flex--col-2 footer .footer-ads #block-footerads article,
  footer .footer-ads #block-footerads .effect--reveal .field .flex--col-2 article,
  .effect--reveal .paragraph--type--wysiwyg .field .kv-block footer .footer-ads #block-footerads article,
  footer .footer-ads #block-footerads .effect--reveal .paragraph--type--wysiwyg .field .kv-block article,
  .paragraph--type--wysiwyg .effect--reveal .field .kv-block footer .footer-ads #block-footerads article,
  footer .footer-ads #block-footerads .paragraph--type--wysiwyg .effect--reveal .field .kv-block article,
  .effect--reveal.page-description--flex .flex-item,
  .effect--reveal.page-description--flex footer .footer-ads #block-footerads article,
  footer .footer-ads #block-footerads .effect--reveal.page-description--flex article {
    position: relative;
    top: 60px;
    transition: top 0.95s cubic-bezier(0.55, 0.085, 0, 0.99); }
    .effect--reveal .paragraph--type--info-list-item article,
    .effect--reveal .field .flex--col-2 .flex-item article,
    .effect--reveal .paragraph--type--wysiwyg .field .kv-block .flex-item article,
    .paragraph--type--wysiwyg .effect--reveal .field .kv-block .flex-item article,
    .effect--reveal .field .flex--col-2 footer .footer-ads #block-footerads article article,
    footer .footer-ads #block-footerads .effect--reveal .field .flex--col-2 article article,
    .effect--reveal .paragraph--type--wysiwyg .field .kv-block footer .footer-ads #block-footerads article article,
    footer .footer-ads #block-footerads .effect--reveal .paragraph--type--wysiwyg .field .kv-block article article,
    .paragraph--type--wysiwyg .effect--reveal .field .kv-block footer .footer-ads #block-footerads article article,
    footer .footer-ads #block-footerads .paragraph--type--wysiwyg .effect--reveal .field .kv-block article article,
    .effect--reveal.page-description--flex .flex-item article,
    .effect--reveal.page-description--flex footer .footer-ads #block-footerads article article,
    footer .footer-ads #block-footerads .effect--reveal.page-description--flex article article {
      position: relative;
      overflow: hidden;
      display: block;
      padding-bottom: 56.2%; }
      .effect--reveal .paragraph--type--info-list-item article img,
      .effect--reveal .field .flex--col-2 .flex-item article img,
      .effect--reveal .paragraph--type--wysiwyg .field .kv-block .flex-item article img,
      .paragraph--type--wysiwyg .effect--reveal .field .kv-block .flex-item article img,
      .effect--reveal .field .flex--col-2 footer .footer-ads #block-footerads article article img,
      footer .footer-ads #block-footerads .effect--reveal .field .flex--col-2 article article img,
      .effect--reveal .paragraph--type--wysiwyg .field .kv-block footer .footer-ads #block-footerads article article img,
      footer .footer-ads #block-footerads .effect--reveal .paragraph--type--wysiwyg .field .kv-block article article img,
      .paragraph--type--wysiwyg .effect--reveal .field .kv-block footer .footer-ads #block-footerads article article img,
      footer .footer-ads #block-footerads .paragraph--type--wysiwyg .effect--reveal .field .kv-block article article img,
      .effect--reveal.page-description--flex .flex-item article img,
      .effect--reveal.page-description--flex footer .footer-ads #block-footerads article article img,
      footer .footer-ads #block-footerads .effect--reveal.page-description--flex article article img {
        position: absolute;
        width: 100%;
        top: 15%;
        right: 0;
        left: 0;
        margin: auto;
        transition: top 0.95s cubic-bezier(0.55, 0.085, 0, 0.99), opacity 600ms cubic-bezier(0.55, 0.085, 0, 0.99); }
  .effect--reveal .paragraph--type--info-list-item h1, .effect--reveal .paragraph--type--info-list-item h2, .effect--reveal .paragraph--type--info-list-item h3, .effect--reveal .paragraph--type--info-list-item h4, .effect--reveal .paragraph--type--info-list-item h5, .effect--reveal .paragraph--type--info-list-item p {
    opacity: 0;
    transition: opacity 0.95s ease;
    transition-delay: 0.95s; }
  .effect--reveal.paragraph--type--featured-callout {
    background-color: transparent;
    transition: top 0.95s cubic-bezier(0.55, 0.085, 0, 0.99), background-color 0.95s ease;
    transition-delay: 0.5s; }
    .effect--reveal.paragraph--type--featured-callout article.view-mode-featured-callout {
      overflow: hidden; }
      .effect--reveal.paragraph--type--featured-callout article.view-mode-featured-callout img {
        position: absolute;
        width: 100%;
        top: 15%;
        right: 0;
        left: 0;
        margin: auto;
        transition: top 0.95s cubic-bezier(0.55, 0.085, 0, 0.99), opacity 600ms cubic-bezier(0.55, 0.085, 0, 0.99), transform 1s cubic-bezier(0.55, 0.085, 0, 0.99);
        transform: scale(1); }
    .effect--reveal.paragraph--type--featured-callout .col--text {
      opacity: 0;
      top: 60px;
      transition: top 0.95s cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0.95s;
      transition-delay: 0.25s; }
  .effect--reveal.effect--animated.hero--landing .featured-media {
    opacity: 1; }
  .effect--reveal.effect--animated.hero--landing .page-title--landing-wrapper {
    opacity: 1; }
    .effect--reveal.effect--animated.hero--landing .page-title--landing-wrapper .text--lead-in .field, .effect--reveal.effect--animated.hero--landing .page-title--landing-wrapper h1 {
      opacity: 1;
      transform: translateX(0); }
    .effect--reveal.effect--animated.hero--landing .page-title--landing-wrapper .icon-arrow-down {
      opacity: 1;
      transform: translateY(0); }
  .effect--reveal.effect--animated.page-title--landing .text--lead-in .field, .effect--reveal.effect--animated.page-title h1 .text--lead-in .field {
    opacity: 1;
    transform: translateX(0); }
  .effect--reveal.effect--animated.page-title--landing h1, .effect--reveal.effect--animated.page-title h1 h1 {
    opacity: 1;
    transform: translateX(0); }
  .effect--reveal.effect--animated.page-title h1 {
    opacity: 1;
    transform: translateX(0); }
    .effect--reveal.effect--animated.page-title h1 img {
      opacity: 1;
      transform: translateY(0); }
  .effect--reveal.effect--animated.featured-media, .effect--reveal.effect--animated.media .attraction-hero {
    opacity: 1; }
  .effect--reveal.effect--animated.view-filters {
    transform: translateY(0); }
  .effect--reveal.effect--animated.featured-media, .effect--reveal.effect--animated .f-label, .effect--reveal.effect--animated.slideshow, .effect--reveal.effect--animated .listing-map-single,
  .effect--reveal.effect--animated .flex-item,
  .effect--reveal.effect--animated footer .footer-ads #block-footerads article,
  footer .footer-ads #block-footerads .effect--reveal.effect--animated article, .effect--reveal.effect--animated .attraction-hero {
    top: 0; }
  .effect--reveal.effect--animated.page-description--flex .flex-item:nth-child(0), .effect--reveal.effect--animated.page-description--flex footer .footer-ads #block-footerads article:nth-child(0), footer .footer-ads #block-footerads .effect--reveal.effect--animated.page-description--flex article:nth-child(0) {
    top: 0;
    opacity: 1;
    transition-delay: 0s; }
  .effect--reveal.effect--animated.page-description--flex .flex-item:nth-child(1), .effect--reveal.effect--animated.page-description--flex footer .footer-ads #block-footerads article:nth-child(1), footer .footer-ads #block-footerads .effect--reveal.effect--animated.page-description--flex article:nth-child(1) {
    top: 0;
    opacity: 1;
    transition-delay: 0.15s; }
  .effect--reveal.effect--animated.page-description--flex .flex-item:nth-child(2), .effect--reveal.effect--animated.page-description--flex footer .footer-ads #block-footerads article:nth-child(2), footer .footer-ads #block-footerads .effect--reveal.effect--animated.page-description--flex article:nth-child(2) {
    top: 0;
    opacity: 1;
    transition-delay: 0.3s; }
  .effect--reveal.effect--animated.paragraph--type--featured-callout {
    top: 0;
    background-color: #FFFFFF; }
    .effect--reveal.effect--animated.paragraph--type--featured-callout .col--text {
      opacity: 1;
      top: 0; }
    .effect--reveal.effect--animated.paragraph--type--featured-callout article.view-mode-featured-callout img {
      top: 0; }
    .effect--reveal.effect--animated.paragraph--type--featured-callout.has-link:hover article.view-mode-featured-callout img {
      transform: scale(1.1);
      transition: transform 5s ease-in-out; }
  .effect--reveal.effect--animated .paragraph--type--info-list-item h1, .effect--reveal.effect--animated .paragraph--type--info-list-item h2, .effect--reveal.effect--animated .paragraph--type--info-list-item h3, .effect--reveal.effect--animated .paragraph--type--info-list-item h4, .effect--reveal.effect--animated .paragraph--type--info-list-item h5, .effect--reveal.effect--animated .paragraph--type--info-list-item p {
    opacity: 1; }
  .effect--reveal.effect--animated .field .flex--col-2 .flex-item:nth-child(0), .effect--reveal.effect--animated .paragraph--type--wysiwyg .field .kv-block .flex-item:nth-child(0), .paragraph--type--wysiwyg .effect--reveal.effect--animated .field .kv-block .flex-item:nth-child(0), .effect--reveal.effect--animated .field .flex--col-2 footer .footer-ads #block-footerads article:nth-child(0), footer .footer-ads #block-footerads .effect--reveal.effect--animated .field .flex--col-2 article:nth-child(0), .effect--reveal.effect--animated .paragraph--type--wysiwyg .field .kv-block footer .footer-ads #block-footerads article:nth-child(0), footer .footer-ads #block-footerads .effect--reveal.effect--animated .paragraph--type--wysiwyg .field .kv-block article:nth-child(0), .paragraph--type--wysiwyg .effect--reveal.effect--animated .field .kv-block footer .footer-ads #block-footerads article:nth-child(0), footer .footer-ads #block-footerads .paragraph--type--wysiwyg .effect--reveal.effect--animated .field .kv-block article:nth-child(0) {
    top: 0;
    transition-delay: 0s; }
  .effect--reveal.effect--animated .field .flex--col-2 .flex-item:nth-child(1), .effect--reveal.effect--animated .paragraph--type--wysiwyg .field .kv-block .flex-item:nth-child(1), .paragraph--type--wysiwyg .effect--reveal.effect--animated .field .kv-block .flex-item:nth-child(1), .effect--reveal.effect--animated .field .flex--col-2 footer .footer-ads #block-footerads article:nth-child(1), footer .footer-ads #block-footerads .effect--reveal.effect--animated .field .flex--col-2 article:nth-child(1), .effect--reveal.effect--animated .paragraph--type--wysiwyg .field .kv-block footer .footer-ads #block-footerads article:nth-child(1), footer .footer-ads #block-footerads .effect--reveal.effect--animated .paragraph--type--wysiwyg .field .kv-block article:nth-child(1), .paragraph--type--wysiwyg .effect--reveal.effect--animated .field .kv-block footer .footer-ads #block-footerads article:nth-child(1), footer .footer-ads #block-footerads .paragraph--type--wysiwyg .effect--reveal.effect--animated .field .kv-block article:nth-child(1) {
    top: 0;
    transition-delay: 0.15s; }
  .effect--reveal.effect--animated .field .flex--col-2 .flex-item:nth-child(2), .effect--reveal.effect--animated .paragraph--type--wysiwyg .field .kv-block .flex-item:nth-child(2), .paragraph--type--wysiwyg .effect--reveal.effect--animated .field .kv-block .flex-item:nth-child(2), .effect--reveal.effect--animated .field .flex--col-2 footer .footer-ads #block-footerads article:nth-child(2), footer .footer-ads #block-footerads .effect--reveal.effect--animated .field .flex--col-2 article:nth-child(2), .effect--reveal.effect--animated .paragraph--type--wysiwyg .field .kv-block footer .footer-ads #block-footerads article:nth-child(2), footer .footer-ads #block-footerads .effect--reveal.effect--animated .paragraph--type--wysiwyg .field .kv-block article:nth-child(2), .paragraph--type--wysiwyg .effect--reveal.effect--animated .field .kv-block footer .footer-ads #block-footerads article:nth-child(2), footer .footer-ads #block-footerads .paragraph--type--wysiwyg .effect--reveal.effect--animated .field .kv-block article:nth-child(2) {
    top: 0;
    transition-delay: 0.3s; }
  .effect--reveal.effect--animated .paragraph--type--info-list-item:nth-child(0) {
    top: 0;
    transition-delay: 0s; }
    .effect--reveal.effect--animated .paragraph--type--info-list-item:nth-child(0) img {
      top: 0; }
  .effect--reveal.effect--animated .paragraph--type--info-list-item:nth-child(1) {
    top: 0;
    transition-delay: 0.15s; }
    .effect--reveal.effect--animated .paragraph--type--info-list-item:nth-child(1) img {
      top: 0; }
  .effect--reveal.effect--animated .paragraph--type--info-list-item:nth-child(2) {
    top: 0;
    transition-delay: 0.3s; }
    .effect--reveal.effect--animated .paragraph--type--info-list-item:nth-child(2) img {
      top: 0; }
  .effect--reveal.effect--animated .paragraph--type--info-list-item:nth-child(3) {
    top: 0;
    transition-delay: 0.45s; }
    .effect--reveal.effect--animated .paragraph--type--info-list-item:nth-child(3) img {
      top: 0; }
  .effect--reveal.effect--animated .node--type-question:nth-child(3n+1) {
    top: 0;
    opacity: 1;
    transition-delay: 0s; }
    .effect--reveal.effect--animated .node--type-question:nth-child(3n+1) .field--name-field-question,
    .effect--reveal.effect--animated .node--type-question:nth-child(3n+1) .field--name-field-answer {
      opacity: 1;
      transform: translateY(0); }
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+1) .field--name-field-question p a:hover,
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+1) .field--name-field-answer p a:hover {
        position: relative;
        color: #ee3128;
        text-decoration: none;
        font-weight: 700;
        border-bottom: none;
        box-shadow: inset 0px -3px 0px 0px rgba(238, 49, 40, 0.2);
        transition: box-shadow 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
        .effect--reveal.effect--animated .node--type-question:nth-child(3n+1) .field--name-field-question p a:hover:hover,
        .effect--reveal.effect--animated .node--type-question:nth-child(3n+1) .field--name-field-answer p a:hover:hover {
          box-shadow: inset 0px -1.5rem 0px 0px rgba(238, 49, 40, 0.2); }
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+1) .field--name-field-question h1, .effect--reveal.effect--animated .node--type-question:nth-child(3n+1) .field--name-field-question h2, .effect--reveal.effect--animated .node--type-question:nth-child(3n+1) .field--name-field-question h3, .effect--reveal.effect--animated .node--type-question:nth-child(3n+1) .field--name-field-question h4, .effect--reveal.effect--animated .node--type-question:nth-child(3n+1) .field--name-field-question h5, .effect--reveal.effect--animated .node--type-question:nth-child(3n+1) .field--name-field-question p,
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+1) .field--name-field-answer h1,
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+1) .field--name-field-answer h2,
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+1) .field--name-field-answer h3,
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+1) .field--name-field-answer h4,
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+1) .field--name-field-answer h5,
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+1) .field--name-field-answer p {
        opacity: 1; }
  .effect--reveal.effect--animated .node--type-question:nth-child(3n+2) {
    top: 0;
    opacity: 1;
    transition-delay: 0.15s; }
    .effect--reveal.effect--animated .node--type-question:nth-child(3n+2) .field--name-field-question,
    .effect--reveal.effect--animated .node--type-question:nth-child(3n+2) .field--name-field-answer {
      opacity: 1;
      transform: translateY(0); }
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+2) .field--name-field-question p a:hover,
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+2) .field--name-field-answer p a:hover {
        position: relative;
        color: #ee3128;
        text-decoration: none;
        font-weight: 700;
        border-bottom: none;
        box-shadow: inset 0px -3px 0px 0px rgba(238, 49, 40, 0.2);
        transition: box-shadow 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
        .effect--reveal.effect--animated .node--type-question:nth-child(3n+2) .field--name-field-question p a:hover:hover,
        .effect--reveal.effect--animated .node--type-question:nth-child(3n+2) .field--name-field-answer p a:hover:hover {
          box-shadow: inset 0px -1.5rem 0px 0px rgba(238, 49, 40, 0.2); }
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+2) .field--name-field-question h1, .effect--reveal.effect--animated .node--type-question:nth-child(3n+2) .field--name-field-question h2, .effect--reveal.effect--animated .node--type-question:nth-child(3n+2) .field--name-field-question h3, .effect--reveal.effect--animated .node--type-question:nth-child(3n+2) .field--name-field-question h4, .effect--reveal.effect--animated .node--type-question:nth-child(3n+2) .field--name-field-question h5, .effect--reveal.effect--animated .node--type-question:nth-child(3n+2) .field--name-field-question p,
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+2) .field--name-field-answer h1,
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+2) .field--name-field-answer h2,
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+2) .field--name-field-answer h3,
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+2) .field--name-field-answer h4,
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+2) .field--name-field-answer h5,
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+2) .field--name-field-answer p {
        opacity: 1; }
  .effect--reveal.effect--animated .node--type-question:nth-child(3n+3) {
    top: 0;
    opacity: 1;
    transition-delay: 0.3s; }
    .effect--reveal.effect--animated .node--type-question:nth-child(3n+3) .field--name-field-question,
    .effect--reveal.effect--animated .node--type-question:nth-child(3n+3) .field--name-field-answer {
      opacity: 1;
      transform: translateY(0); }
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+3) .field--name-field-question p a:hover,
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+3) .field--name-field-answer p a:hover {
        position: relative;
        color: #ee3128;
        text-decoration: none;
        font-weight: 700;
        border-bottom: none;
        box-shadow: inset 0px -3px 0px 0px rgba(238, 49, 40, 0.2);
        transition: box-shadow 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
        .effect--reveal.effect--animated .node--type-question:nth-child(3n+3) .field--name-field-question p a:hover:hover,
        .effect--reveal.effect--animated .node--type-question:nth-child(3n+3) .field--name-field-answer p a:hover:hover {
          box-shadow: inset 0px -1.5rem 0px 0px rgba(238, 49, 40, 0.2); }
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+3) .field--name-field-question h1, .effect--reveal.effect--animated .node--type-question:nth-child(3n+3) .field--name-field-question h2, .effect--reveal.effect--animated .node--type-question:nth-child(3n+3) .field--name-field-question h3, .effect--reveal.effect--animated .node--type-question:nth-child(3n+3) .field--name-field-question h4, .effect--reveal.effect--animated .node--type-question:nth-child(3n+3) .field--name-field-question h5, .effect--reveal.effect--animated .node--type-question:nth-child(3n+3) .field--name-field-question p,
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+3) .field--name-field-answer h1,
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+3) .field--name-field-answer h2,
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+3) .field--name-field-answer h3,
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+3) .field--name-field-answer h4,
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+3) .field--name-field-answer h5,
      .effect--reveal.effect--animated .node--type-question:nth-child(3n+3) .field--name-field-answer p {
        opacity: 1; }
  .effect--reveal.effect--animated .node--type-question:hover .field--name-field-question,
  .effect--reveal.effect--animated .node--type-question:hover .field--name-field-answer p, .effect--reveal.effect--animated .node--type-question:hover a {
    color: #ee3128;
    transition: color 0.5s ease; }
  .effect--reveal.effect--animated .node--type-question:hover .field--name-field-answer p a {
    position: relative;
    color: #ee3128;
    text-decoration: none;
    font-weight: 700;
    border-bottom: none;
    box-shadow: inset 0px -3px 0px 0px rgba(238, 49, 40, 0.2);
    transition: box-shadow 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
    .effect--reveal.effect--animated .node--type-question:hover .field--name-field-answer p a:hover {
      box-shadow: inset 0px -1.5rem 0px 0px rgba(238, 49, 40, 0.2); }
  .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+1), .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+1) img {
    top: 0;
    transition-delay: 0s; }
    .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+1) img,
    .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+1) .attraction-hero, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+1) img img,
    .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+1) img .attraction-hero {
      top: 0;
      transition-delay: 0s; }
    .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+1) h1, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+1) h2, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+1) h3, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+1) h4, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+1) h5, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+1) p, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+1) img h1, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+1) img h2, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+1) img h3, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+1) img h4, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+1) img h5, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+1) img p {
      opacity: 1;
      transition-delay: 0s; }
  .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+2), .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+2) img {
    top: 0;
    transition-delay: 0.15s; }
    .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+2) img,
    .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+2) .attraction-hero, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+2) img img,
    .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+2) img .attraction-hero {
      top: 0;
      transition-delay: 0.15s; }
    .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+2) h1, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+2) h2, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+2) h3, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+2) h4, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+2) h5, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+2) p, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+2) img h1, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+2) img h2, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+2) img h3, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+2) img h4, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+2) img h5, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+2) img p {
      opacity: 1;
      transition-delay: 0.15s; }
  .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+3), .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+3) img {
    top: 0;
    transition-delay: 0.3s; }
    .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+3) img,
    .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+3) .attraction-hero, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+3) img img,
    .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+3) img .attraction-hero {
      top: 0;
      transition-delay: 0.3s; }
    .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+3) h1, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+3) h2, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+3) h3, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+3) h4, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+3) h5, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+3) p, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+3) img h1, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+3) img h2, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+3) img h3, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+3) img h4, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+3) img h5, .effect--reveal.effect--animated .node--view-mode-teaser:nth-child(3n+3) img p {
      opacity: 1;
      transition-delay: 0.3s; }
  .effect--reveal.effect--animated .node--view-mode-teaser-plus:nth-child(2n+1) {
    top: 0;
    transition-delay: 0s; }
    .effect--reveal.effect--animated .node--view-mode-teaser-plus:nth-child(2n+1) img,
    .effect--reveal.effect--animated .node--view-mode-teaser-plus:nth-child(2n+1) .attraction-hero {
      top: 0;
      transition-delay: 0s; }
    .effect--reveal.effect--animated .node--view-mode-teaser-plus:nth-child(2n+1) h1, .effect--reveal.effect--animated .node--view-mode-teaser-plus:nth-child(2n+1) h2, .effect--reveal.effect--animated .node--view-mode-teaser-plus:nth-child(2n+1) h3, .effect--reveal.effect--animated .node--view-mode-teaser-plus:nth-child(2n+1) h4, .effect--reveal.effect--animated .node--view-mode-teaser-plus:nth-child(2n+1) h5, .effect--reveal.effect--animated .node--view-mode-teaser-plus:nth-child(2n+1) p {
      opacity: 1;
      transition-delay: 0s; }
  .effect--reveal.effect--animated .node--view-mode-teaser-plus:nth-child(2n+2) {
    top: 0;
    transition-delay: 0.15s; }
    .effect--reveal.effect--animated .node--view-mode-teaser-plus:nth-child(2n+2) img,
    .effect--reveal.effect--animated .node--view-mode-teaser-plus:nth-child(2n+2) .attraction-hero {
      top: 0;
      transition-delay: 0.15s; }
    .effect--reveal.effect--animated .node--view-mode-teaser-plus:nth-child(2n+2) h1, .effect--reveal.effect--animated .node--view-mode-teaser-plus:nth-child(2n+2) h2, .effect--reveal.effect--animated .node--view-mode-teaser-plus:nth-child(2n+2) h3, .effect--reveal.effect--animated .node--view-mode-teaser-plus:nth-child(2n+2) h4, .effect--reveal.effect--animated .node--view-mode-teaser-plus:nth-child(2n+2) h5, .effect--reveal.effect--animated .node--view-mode-teaser-plus:nth-child(2n+2) p {
      opacity: 1;
      transition-delay: 0.15s; }
  .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 1) {
    top: 0;
    transition-delay: 0s; }
    .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 1) img,
    .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 1) .attraction-hero {
      top: 0;
      transition-delay: 0s; }
    .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 1) h1, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 1) h2, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 1) h3, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 1) h4, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 1) h5, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 1) p {
      opacity: 1;
      transition-delay: 0s; }
  .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 2) {
    top: 0;
    transition-delay: 0.15s; }
    .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 2) img,
    .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 2) .attraction-hero {
      top: 0;
      transition-delay: 0.15s; }
    .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 2) h1, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 2) h2, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 2) h3, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 2) h4, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 2) h5, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 2) p {
      opacity: 1;
      transition-delay: 0.15s; }
  .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 3) {
    top: 0;
    transition-delay: 0.3s; }
    .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 3) img,
    .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 3) .attraction-hero {
      top: 0;
      transition-delay: 0.3s; }
    .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 3) h1, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 3) h2, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 3) h3, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 3) h4, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 3) h5, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 3) p {
      opacity: 1;
      transition-delay: 0.3s; }
  .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 4) {
    top: 0;
    transition-delay: 0.45s; }
    .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 4) img,
    .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 4) .attraction-hero {
      top: 0;
      transition-delay: 0.45s; }
    .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 4) h1, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 4) h2, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 4) h3, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 4) h4, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 4) h5, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 4) p {
      opacity: 1;
      transition-delay: 0.45s; }
  .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 5) {
    top: 0;
    transition-delay: 0.6s; }
    .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 5) img,
    .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 5) .attraction-hero {
      top: 0;
      transition-delay: 0.6s; }
    .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 5) h1, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 5) h2, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 5) h3, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 5) h4, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 5) h5, .effect--reveal.effect--animated .node--view-mode-teaser-portrait:nth-child(5n + 5) p {
      opacity: 1;
      transition-delay: 0.6s; }

.grid-items .effect--reveal.node--type-attraction.node--view-mode-teaser .field--name-field-image,
.views-infinite-scroll-content-wrapper .effect--reveal.node--type-attraction.node--view-mode-teaser .field--name-field-image {
  top: 30px; }
  .grid-items .effect--reveal.node--type-attraction.node--view-mode-teaser .field--name-field-image img,
  .views-infinite-scroll-content-wrapper .effect--reveal.node--type-attraction.node--view-mode-teaser .field--name-field-image img {
    top: 15%;
    transition: top 0.95s cubic-bezier(0.55, 0.085, 0, 0.99), opacity 600ms cubic-bezier(0.55, 0.085, 0, 0.99); }

.grid-items .effect--reveal.node--type-attraction.node--view-mode-teaser h1, .grid-items .effect--reveal.node--type-attraction.node--view-mode-teaser h2, .grid-items .effect--reveal.node--type-attraction.node--view-mode-teaser h3, .grid-items .effect--reveal.node--type-attraction.node--view-mode-teaser h4, .grid-items .effect--reveal.node--type-attraction.node--view-mode-teaser h5, .grid-items .effect--reveal.node--type-attraction.node--view-mode-teaser p,
.views-infinite-scroll-content-wrapper .effect--reveal.node--type-attraction.node--view-mode-teaser h1,
.views-infinite-scroll-content-wrapper .effect--reveal.node--type-attraction.node--view-mode-teaser h2,
.views-infinite-scroll-content-wrapper .effect--reveal.node--type-attraction.node--view-mode-teaser h3,
.views-infinite-scroll-content-wrapper .effect--reveal.node--type-attraction.node--view-mode-teaser h4,
.views-infinite-scroll-content-wrapper .effect--reveal.node--type-attraction.node--view-mode-teaser h5,
.views-infinite-scroll-content-wrapper .effect--reveal.node--type-attraction.node--view-mode-teaser p {
  opacity: 0;
  transition: opacity 0.95s ease;
  transition-delay: 0.95s; }

.grid-items .effect--reveal.node--type-attraction.node--view-mode-teaser:nth-child(3n+1),
.views-infinite-scroll-content-wrapper .effect--reveal.node--type-attraction.node--view-mode-teaser:nth-child(3n+1) {
  transition-delay: 0s; }
  .grid-items .effect--reveal.node--type-attraction.node--view-mode-teaser:nth-child(3n+1) .field--name-field-image,
  .views-infinite-scroll-content-wrapper .effect--reveal.node--type-attraction.node--view-mode-teaser:nth-child(3n+1) .field--name-field-image {
    transition-delay: 0s; }

.grid-items .effect--reveal.node--type-attraction.node--view-mode-teaser:nth-child(3n+2),
.views-infinite-scroll-content-wrapper .effect--reveal.node--type-attraction.node--view-mode-teaser:nth-child(3n+2) {
  transition-delay: 0.15s; }
  .grid-items .effect--reveal.node--type-attraction.node--view-mode-teaser:nth-child(3n+2) .field--name-field-image,
  .views-infinite-scroll-content-wrapper .effect--reveal.node--type-attraction.node--view-mode-teaser:nth-child(3n+2) .field--name-field-image {
    transition-delay: 0.15s; }

.grid-items .effect--reveal.node--type-attraction.node--view-mode-teaser:nth-child(3n+3),
.views-infinite-scroll-content-wrapper .effect--reveal.node--type-attraction.node--view-mode-teaser:nth-child(3n+3) {
  transition-delay: 0.3s; }
  .grid-items .effect--reveal.node--type-attraction.node--view-mode-teaser:nth-child(3n+3) .field--name-field-image,
  .views-infinite-scroll-content-wrapper .effect--reveal.node--type-attraction.node--view-mode-teaser:nth-child(3n+3) .field--name-field-image {
    transition-delay: 0.3s; }

.grid-items .effect--reveal.node--type-attraction.node--view-mode-teaser.effect--animated .field--name-field-image,
.views-infinite-scroll-content-wrapper .effect--reveal.node--type-attraction.node--view-mode-teaser.effect--animated .field--name-field-image {
  top: 0; }
  .grid-items .effect--reveal.node--type-attraction.node--view-mode-teaser.effect--animated .field--name-field-image img,
  .views-infinite-scroll-content-wrapper .effect--reveal.node--type-attraction.node--view-mode-teaser.effect--animated .field--name-field-image img {
    top: 0; }

.grid-items .effect--reveal.node--type-attraction.node--view-mode-teaser.effect--animated h1, .grid-items .effect--reveal.node--type-attraction.node--view-mode-teaser.effect--animated h2, .grid-items .effect--reveal.node--type-attraction.node--view-mode-teaser.effect--animated h3, .grid-items .effect--reveal.node--type-attraction.node--view-mode-teaser.effect--animated h4, .grid-items .effect--reveal.node--type-attraction.node--view-mode-teaser.effect--animated h5, .grid-items .effect--reveal.node--type-attraction.node--view-mode-teaser.effect--animated p,
.views-infinite-scroll-content-wrapper .effect--reveal.node--type-attraction.node--view-mode-teaser.effect--animated h1,
.views-infinite-scroll-content-wrapper .effect--reveal.node--type-attraction.node--view-mode-teaser.effect--animated h2,
.views-infinite-scroll-content-wrapper .effect--reveal.node--type-attraction.node--view-mode-teaser.effect--animated h3,
.views-infinite-scroll-content-wrapper .effect--reveal.node--type-attraction.node--view-mode-teaser.effect--animated h4,
.views-infinite-scroll-content-wrapper .effect--reveal.node--type-attraction.node--view-mode-teaser.effect--animated h5,
.views-infinite-scroll-content-wrapper .effect--reveal.node--type-attraction.node--view-mode-teaser.effect--animated p {
  opacity: 1; }

.node--type-attraction.node--view-mode-full .effect--reveal.field--name-field-image {
  top: 30px;
  transition: top 0.95s cubic-bezier(0.55, 0.085, 0, 0.99);
  background-color: transparent; }

.node--type-attraction.node--view-mode-full .effect--reveal.effect--animated.field--name-field-image {
  top: 0;
  opacity: 1; }
  .node--type-attraction.node--view-mode-full .effect--reveal.effect--animated.field--name-field-image img {
    top: 0; }

.view .node--view-mode-search-results.effect--reveal.effect--animated {
  top: 0;
  transition: opacity 0.95s ease, top 0.95s cubic-bezier(0.55, 0.085, 0, 0.99); }
  .view .node--view-mode-search-results.effect--reveal.effect--animated img,
  .view .node--view-mode-search-results.effect--reveal.effect--animated .attraction-hero,
  .view .node--view-mode-search-results.effect--reveal.effect--animated .field--name-field-featured-media {
    top: 0; }
  .view .node--view-mode-search-results.effect--reveal.effect--animated h1, .view .node--view-mode-search-results.effect--reveal.effect--animated h2, .view .node--view-mode-search-results.effect--reveal.effect--animated h3, .view .node--view-mode-search-results.effect--reveal.effect--animated h4, .view .node--view-mode-search-results.effect--reveal.effect--animated h5, .view .node--view-mode-search-results.effect--reveal.effect--animated p {
    opacity: 1; }

.view-site-search .grouping--question .views-row:nth-child(3n + 1) .node,
.view-site-search .grouping--listing .views-row:nth-child(3n + 1) .node {
  transition-delay: 0s; }
  .view-site-search .grouping--question .views-row:nth-child(3n + 1) .node img,
  .view-site-search .grouping--question .views-row:nth-child(3n + 1) .node .attraction-hero,
  .view-site-search .grouping--question .views-row:nth-child(3n + 1) .node .field--name-field-featured-media,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 1) .node img,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 1) .node .attraction-hero,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 1) .node .field--name-field-featured-media {
    transition-delay: 0s; }
  .view-site-search .grouping--question .views-row:nth-child(3n + 1) .node h1, .view-site-search .grouping--question .views-row:nth-child(3n + 1) .node h2, .view-site-search .grouping--question .views-row:nth-child(3n + 1) .node h3, .view-site-search .grouping--question .views-row:nth-child(3n + 1) .node h4, .view-site-search .grouping--question .views-row:nth-child(3n + 1) .node h5, .view-site-search .grouping--question .views-row:nth-child(3n + 1) .node p,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 1) .node h1,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 1) .node h2,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 1) .node h3,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 1) .node h4,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 1) .node h5,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 1) .node p {
    transition-delay: 0s; }

.view-site-search .grouping--question .views-row:nth-child(3n + 2) .node,
.view-site-search .grouping--listing .views-row:nth-child(3n + 2) .node {
  transition-delay: 0.15s; }
  .view-site-search .grouping--question .views-row:nth-child(3n + 2) .node img,
  .view-site-search .grouping--question .views-row:nth-child(3n + 2) .node .attraction-hero,
  .view-site-search .grouping--question .views-row:nth-child(3n + 2) .node .field--name-field-featured-media,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 2) .node img,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 2) .node .attraction-hero,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 2) .node .field--name-field-featured-media {
    transition-delay: 0.15s; }
  .view-site-search .grouping--question .views-row:nth-child(3n + 2) .node h1, .view-site-search .grouping--question .views-row:nth-child(3n + 2) .node h2, .view-site-search .grouping--question .views-row:nth-child(3n + 2) .node h3, .view-site-search .grouping--question .views-row:nth-child(3n + 2) .node h4, .view-site-search .grouping--question .views-row:nth-child(3n + 2) .node h5, .view-site-search .grouping--question .views-row:nth-child(3n + 2) .node p,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 2) .node h1,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 2) .node h2,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 2) .node h3,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 2) .node h4,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 2) .node h5,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 2) .node p {
    transition-delay: 0.15s; }

.view-site-search .grouping--question .views-row:nth-child(3n + 3) .node,
.view-site-search .grouping--listing .views-row:nth-child(3n + 3) .node {
  transition-delay: 0.3s; }
  .view-site-search .grouping--question .views-row:nth-child(3n + 3) .node img,
  .view-site-search .grouping--question .views-row:nth-child(3n + 3) .node .attraction-hero,
  .view-site-search .grouping--question .views-row:nth-child(3n + 3) .node .field--name-field-featured-media,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 3) .node img,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 3) .node .attraction-hero,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 3) .node .field--name-field-featured-media {
    transition-delay: 0.3s; }
  .view-site-search .grouping--question .views-row:nth-child(3n + 3) .node h1, .view-site-search .grouping--question .views-row:nth-child(3n + 3) .node h2, .view-site-search .grouping--question .views-row:nth-child(3n + 3) .node h3, .view-site-search .grouping--question .views-row:nth-child(3n + 3) .node h4, .view-site-search .grouping--question .views-row:nth-child(3n + 3) .node h5, .view-site-search .grouping--question .views-row:nth-child(3n + 3) .node p,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 3) .node h1,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 3) .node h2,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 3) .node h3,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 3) .node h4,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 3) .node h5,
  .view-site-search .grouping--listing .views-row:nth-child(3n + 3) .node p {
    transition-delay: 0.3s; }

.view-site-search .grouping--flex-page .views-row:nth-child(5n + 1) .node {
  transition-delay: 0s; }
  .view-site-search .grouping--flex-page .views-row:nth-child(5n + 1) .node img,
  .view-site-search .grouping--flex-page .views-row:nth-child(5n + 1) .node .attraction-hero {
    transition-delay: 0s; }
  .view-site-search .grouping--flex-page .views-row:nth-child(5n + 1) .node h1, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 1) .node h2, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 1) .node h3, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 1) .node h4, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 1) .node h5, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 1) .node p {
    transition-delay: 0s; }

.view-site-search .grouping--flex-page .views-row:nth-child(5n + 2) .node {
  transition-delay: 0.15s; }
  .view-site-search .grouping--flex-page .views-row:nth-child(5n + 2) .node img,
  .view-site-search .grouping--flex-page .views-row:nth-child(5n + 2) .node .attraction-hero {
    transition-delay: 0.15s; }
  .view-site-search .grouping--flex-page .views-row:nth-child(5n + 2) .node h1, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 2) .node h2, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 2) .node h3, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 2) .node h4, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 2) .node h5, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 2) .node p {
    transition-delay: 0.15s; }

.view-site-search .grouping--flex-page .views-row:nth-child(5n + 3) .node {
  transition-delay: 0.3s; }
  .view-site-search .grouping--flex-page .views-row:nth-child(5n + 3) .node img,
  .view-site-search .grouping--flex-page .views-row:nth-child(5n + 3) .node .attraction-hero {
    transition-delay: 0.3s; }
  .view-site-search .grouping--flex-page .views-row:nth-child(5n + 3) .node h1, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 3) .node h2, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 3) .node h3, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 3) .node h4, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 3) .node h5, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 3) .node p {
    transition-delay: 0.3s; }

.view-site-search .grouping--flex-page .views-row:nth-child(5n + 4) .node {
  transition-delay: 0.45s; }
  .view-site-search .grouping--flex-page .views-row:nth-child(5n + 4) .node img,
  .view-site-search .grouping--flex-page .views-row:nth-child(5n + 4) .node .attraction-hero {
    transition-delay: 0.45s; }
  .view-site-search .grouping--flex-page .views-row:nth-child(5n + 4) .node h1, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 4) .node h2, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 4) .node h3, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 4) .node h4, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 4) .node h5, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 4) .node p {
    transition-delay: 0.45s; }

.view-site-search .grouping--flex-page .views-row:nth-child(5n + 5) .node {
  transition-delay: 0.6s; }
  .view-site-search .grouping--flex-page .views-row:nth-child(5n + 5) .node img,
  .view-site-search .grouping--flex-page .views-row:nth-child(5n + 5) .node .attraction-hero {
    transition-delay: 0.6s; }
  .view-site-search .grouping--flex-page .views-row:nth-child(5n + 5) .node h1, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 5) .node h2, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 5) .node h3, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 5) .node h4, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 5) .node h5, .view-site-search .grouping--flex-page .views-row:nth-child(5n + 5) .node p {
    transition-delay: 0.6s; }

/********************
** paragraph hover effects
********************/
@media only screen and (min-width: 56em) {
  .node.node--type-attraction.node--view-mode-teaser-plus, .node.node--type-attraction.node--view-mode-teaser-portrait, .node.node--type-attraction.node--view-mode-teaser, .node.node--type-attraction.node--view-mode-search-results {
    transition: opacity 0.95s ease; }
    .node.node--type-attraction.node--view-mode-teaser-plus .attraction-hero .media-image, .node.node--type-attraction.node--view-mode-teaser-portrait .attraction-hero .media-image, .node.node--type-attraction.node--view-mode-teaser .attraction-hero .media-image, .node.node--type-attraction.node--view-mode-search-results .attraction-hero .media-image {
      position: relative;
      overflow: hidden;
      transition: padding 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
      .node.node--type-attraction.node--view-mode-teaser-plus .attraction-hero .media-image img, .node.node--type-attraction.node--view-mode-teaser-portrait .attraction-hero .media-image img, .node.node--type-attraction.node--view-mode-teaser .attraction-hero .media-image img, .node.node--type-attraction.node--view-mode-search-results .attraction-hero .media-image img {
        -webkit-backface-visibility: hidden;
        transform: translateZ(0) scale(1);
        transition: opacity 600ms cubic-bezier(0.55, 0.085, 0, 0.99), transform 1s ease-out; }
    .node.node--type-attraction.node--view-mode-teaser-plus .node__content__text, .node.node--type-attraction.node--view-mode-teaser-portrait .node__content__text, .node.node--type-attraction.node--view-mode-teaser .node__content__text, .node.node--type-attraction.node--view-mode-search-results .node__content__text {
      position: relative;
      top: 0;
      transition: color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), padding 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
      .node.node--type-attraction.node--view-mode-teaser-plus .node__content__text h1.node-title, .node.node--type-attraction.node--view-mode-teaser-plus .node__content__text div p, .node.node--type-attraction.node--view-mode-teaser-portrait .node__content__text h1.node-title, .node.node--type-attraction.node--view-mode-teaser-portrait .node__content__text div p, .node.node--type-attraction.node--view-mode-teaser .node__content__text h1.node-title, .node.node--type-attraction.node--view-mode-teaser .node__content__text div p, .node.node--type-attraction.node--view-mode-search-results .node__content__text h1.node-title, .node.node--type-attraction.node--view-mode-search-results .node__content__text div p {
        transition: color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
      .node.node--type-attraction.node--view-mode-teaser-plus .node__content__text h1 .title-icon, .node.node--type-attraction.node--view-mode-teaser-portrait .node__content__text h1 .title-icon, .node.node--type-attraction.node--view-mode-teaser .node__content__text h1 .title-icon, .node.node--type-attraction.node--view-mode-search-results .node__content__text h1 .title-icon {
        transition: opacity 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), right 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
    .node.node--type-attraction.node--view-mode-teaser-plus:hover .attraction-hero .media-image, .node.node--type-attraction.node--view-mode-teaser-portrait:hover .attraction-hero .media-image, .node.node--type-attraction.node--view-mode-teaser:hover .attraction-hero .media-image, .node.node--type-attraction.node--view-mode-search-results:hover .attraction-hero .media-image {
      padding-bottom: 52.2%; }
      .node.node--type-attraction.node--view-mode-teaser-plus:hover .attraction-hero .media-image img, .node.node--type-attraction.node--view-mode-teaser-portrait:hover .attraction-hero .media-image img, .node.node--type-attraction.node--view-mode-teaser:hover .attraction-hero .media-image img, .node.node--type-attraction.node--view-mode-search-results:hover .attraction-hero .media-image img {
        transform: translateZ(0) scale(1.07);
        transition: opacity 600ms cubic-bezier(0.55, 0.085, 0, 0.99), transform 5s ease-out; }
    .node.node--type-attraction.node--view-mode-teaser-plus:hover .node__content__text, .node.node--type-attraction.node--view-mode-teaser-portrait:hover .node__content__text, .node.node--type-attraction.node--view-mode-teaser:hover .node__content__text, .node.node--type-attraction.node--view-mode-search-results:hover .node__content__text {
      padding-bottom: 4%;
      color: #ee3128; }
      .node.node--type-attraction.node--view-mode-teaser-plus:hover .node__content__text h1.node-title, .node.node--type-attraction.node--view-mode-teaser-plus:hover .node__content__text div p, .node.node--type-attraction.node--view-mode-teaser-portrait:hover .node__content__text h1.node-title, .node.node--type-attraction.node--view-mode-teaser-portrait:hover .node__content__text div p, .node.node--type-attraction.node--view-mode-teaser:hover .node__content__text h1.node-title, .node.node--type-attraction.node--view-mode-teaser:hover .node__content__text div p, .node.node--type-attraction.node--view-mode-search-results:hover .node__content__text h1.node-title, .node.node--type-attraction.node--view-mode-search-results:hover .node__content__text div p {
        color: #ee3128;
        transition: color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99) 0.05s; }
      .node.node--type-attraction.node--view-mode-teaser-plus:hover .node__content__text h1 .title-icon, .node.node--type-attraction.node--view-mode-teaser-portrait:hover .node__content__text h1 .title-icon, .node.node--type-attraction.node--view-mode-teaser:hover .node__content__text h1 .title-icon, .node.node--type-attraction.node--view-mode-search-results:hover .node__content__text h1 .title-icon {
        opacity: 1;
        right: 5px;
        transition: opacity 0.25s cubic-bezier(0.55, 0.085, 0, 0.99) 0.1s, right 0.25s cubic-bezier(0.55, 0.085, 0, 0.99) 0.1s; }
  .node.node--type-attraction.node--view-mode-teaser-portrait:hover .node__content__text {
    padding-bottom: 9.5%; }
  .node.node--type-attraction.node--view-mode-teaser-portrait:hover .attraction-hero .media-image {
    padding-bottom: 145%; }
  .node.node--type-flex-page.node--view-mode-search-results {
    transition: opacity 0.95s ease; }
    .node.node--type-flex-page.node--view-mode-search-results .field--name-field-featured-media .media-image,
    .node.node--type-flex-page.node--view-mode-search-results .field--name-field-featured-media .media-video,
    .node.node--type-flex-page.node--view-mode-search-results .media-image.no-image-placeholder {
      position: relative;
      overflow: hidden;
      transition: padding 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
      .node.node--type-flex-page.node--view-mode-search-results .field--name-field-featured-media .media-image img,
      .node.node--type-flex-page.node--view-mode-search-results .field--name-field-featured-media .media-video img,
      .node.node--type-flex-page.node--view-mode-search-results .media-image.no-image-placeholder img {
        -webkit-backface-visibility: hidden;
        transform: translateZ(0) scale(1);
        transition: opacity 600ms cubic-bezier(0.55, 0.085, 0, 0.99), transform 1s ease-out; }
    .node.node--type-flex-page.node--view-mode-search-results .node__content__text {
      position: relative;
      top: 0;
      transition: color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), padding 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
      .node.node--type-flex-page.node--view-mode-search-results .node__content__text h1.node-title, .node.node--type-flex-page.node--view-mode-search-results .node__content__text div p {
        transition: color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
      .node.node--type-flex-page.node--view-mode-search-results .node__content__text h1 .title-icon {
        transition: opacity 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), right 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
    .node.node--type-flex-page.node--view-mode-search-results:hover .field--name-field-featured-media .media-image,
    .node.node--type-flex-page.node--view-mode-search-results:hover .field--name-field-featured-media .media-video,
    .node.node--type-flex-page.node--view-mode-search-results:hover .media-image.no-image-placeholder {
      padding-bottom: 145%; }
      .node.node--type-flex-page.node--view-mode-search-results:hover .field--name-field-featured-media .media-image img,
      .node.node--type-flex-page.node--view-mode-search-results:hover .field--name-field-featured-media .media-video img,
      .node.node--type-flex-page.node--view-mode-search-results:hover .media-image.no-image-placeholder img {
        transform: translateZ(0) scale(1.07);
        transition: opacity 600ms cubic-bezier(0.55, 0.085, 0, 0.99), transform 5s ease-out; }
    .node.node--type-flex-page.node--view-mode-search-results:hover .node__content__text {
      padding-bottom: 9.5%;
      color: #ee3128; }
      .node.node--type-flex-page.node--view-mode-search-results:hover .node__content__text h1.node-title, .node.node--type-flex-page.node--view-mode-search-results:hover .node__content__text div p {
        color: #ee3128;
        transition: color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99) 0.05s; }
      .node.node--type-flex-page.node--view-mode-search-results:hover .node__content__text h1 .title-icon {
        opacity: 1;
        right: 5px;
        transition: opacity 0.25s cubic-bezier(0.55, 0.085, 0, 0.99) 0.1s, right 0.25s cubic-bezier(0.55, 0.085, 0, 0.99) 0.1s; } }

.flex, .paragraph--type--wysiwyg .field .kv-block {
  display: block; }
  @media only screen and (min-width: 56em) {
    .flex, .paragraph--type--wysiwyg .field .kv-block {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-flex;
      /* OLD - Firefox 19- (buggy but mostly works) */
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex; }
      .flex.flex--col-2 .flex-item, .paragraph--type--wysiwyg .field .kv-block .flex-item, .flex.flex--col-2 footer .footer-ads #block-footerads article, footer .footer-ads #block-footerads .flex.flex--col-2 article, .paragraph--type--wysiwyg .field .kv-block footer .footer-ads #block-footerads article, footer .footer-ads #block-footerads .paragraph--type--wysiwyg .field .kv-block article {
        flex-basis: 50%; }
      .flex.flex--col-3 .flex-item, .paragraph--type--wysiwyg .field .flex--col-3.kv-block .flex-item, .paragraph--type--wysiwyg .field .view-featured-questions .kv-block.view-content .flex-item, .view-featured-questions .paragraph--type--wysiwyg .field .kv-block.view-content .flex-item, .paragraph--type--wysiwyg .field .grouping--listing .kv-block.group-wrapper .flex-item, .grouping--listing .paragraph--type--wysiwyg .field .kv-block.group-wrapper .flex-item, .paragraph--type--wysiwyg .field .grouping--question .kv-block.group-wrapper .flex-item, .grouping--question .paragraph--type--wysiwyg .field .kv-block.group-wrapper .flex-item, .view-featured-questions .flex.view-content .flex-item, .grouping--listing .flex.group-wrapper .flex-item, .grouping--question .flex.group-wrapper .flex-item, .flex.flex--col-3 footer .footer-ads #block-footerads article, footer .footer-ads #block-footerads .flex.flex--col-3 article, .paragraph--type--wysiwyg .field .flex--col-3.kv-block footer .footer-ads #block-footerads article, footer .footer-ads #block-footerads .paragraph--type--wysiwyg .field .flex--col-3.kv-block article, .paragraph--type--wysiwyg .field .view-featured-questions .kv-block.view-content footer .footer-ads #block-footerads article, footer .footer-ads #block-footerads .paragraph--type--wysiwyg .field .view-featured-questions .kv-block.view-content article, .view-featured-questions .paragraph--type--wysiwyg .field .kv-block.view-content footer .footer-ads #block-footerads article, footer .footer-ads #block-footerads .view-featured-questions .paragraph--type--wysiwyg .field .kv-block.view-content article, .paragraph--type--wysiwyg .field .grouping--listing .kv-block.group-wrapper footer .footer-ads #block-footerads article, footer .footer-ads #block-footerads .paragraph--type--wysiwyg .field .grouping--listing .kv-block.group-wrapper article, .grouping--listing .paragraph--type--wysiwyg .field .kv-block.group-wrapper footer .footer-ads #block-footerads article, footer .footer-ads #block-footerads .grouping--listing .paragraph--type--wysiwyg .field .kv-block.group-wrapper article, .paragraph--type--wysiwyg .field .grouping--question .kv-block.group-wrapper footer .footer-ads #block-footerads article, footer .footer-ads #block-footerads .paragraph--type--wysiwyg .field .grouping--question .kv-block.group-wrapper article, .grouping--question .paragraph--type--wysiwyg .field .kv-block.group-wrapper footer .footer-ads #block-footerads article, footer .footer-ads #block-footerads .grouping--question .paragraph--type--wysiwyg .field .kv-block.group-wrapper article, .view-featured-questions .flex.view-content footer .footer-ads #block-footerads article, footer .footer-ads #block-footerads .view-featured-questions .flex.view-content article, .grouping--listing .flex.group-wrapper footer .footer-ads #block-footerads article, footer .footer-ads #block-footerads .grouping--listing .flex.group-wrapper article, .grouping--question .flex.group-wrapper footer .footer-ads #block-footerads article, footer .footer-ads #block-footerads .grouping--question .flex.group-wrapper article {
        flex-basis: 33%; } }

.flex-item, footer .footer-ads #block-footerads article {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- */
  /* Chrome */
  /* IE 10 */
  flex: 1 1 auto; }

.flex-grid--always {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap; }

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

.flex-align--vertical-center {
  align-items: center; }

.flex-align-self--vertical-center {
  align-self: center; }

.flex-align--baseline {
  align-items: baseline; }

.flex-align--flex-start {
  align-items: flex-start; }

.flex-align--flex-end {
  align-items: flex-end; }

.flex-justify--flex-start {
  justify-content: flex-start; }

.flex-justify--flex-end {
  justify-content: flex-end; }

.flex-justify--center {
  justify-content: center; }

.flex-justify--space-between {
  justify-content: space-between; }

.flex-justify--space-around {
  justify-content: space-around; }

.flex-justify--space-evenly {
  justify-content: space-evenly; }

.fl-order-0 {
  order: 0; }

.fl-order-1 {
  order: 1; }

.fl-order-2 {
  order: 2; }

.fl-order-3 {
  order: 3; }

.fl-order-4 {
  order: 4; }

.node--type-flex-page {
  /* Page Header
  * ===========================
  */ }
  .node--type-flex-page > .node__content {
    position: relative; }
  .node--type-flex-page .page-title {
    position: relative;
    margin-bottom: 60px;
    padding-top: 75px; }
    @media only screen and (min-width: 64em) {
      .node--type-flex-page .page-title {
        margin-bottom: 60px;
        padding-top: 75px; } }
    .node--type-flex-page .page-title h1 {
      position: relative;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 26px;
      line-height: 1.625rem;
      padding-right: 100px;
      font-weight: 600; }
      @media only screen and (min-width: 56em) {
        .node--type-flex-page .page-title h1 {
          padding-right: 30%; } }
      @media only screen and (min-width: 64em) {
        .node--type-flex-page .page-title h1 {
          font-size: 45px;
          font-size: 2.8125rem;
          line-height: 50px;
          line-height: 3.125rem;
          padding-right: 50%;
          margin-left: -5px; } }
      .node--type-flex-page .page-title h1 img {
        position: absolute;
        max-height: 60px;
        top: 0;
        right: 0;
        display: block;
        width: auto; }
        @media only screen and (min-width: 64em) {
          .node--type-flex-page .page-title h1 img {
            max-height: 150px; } }
  .node--type-flex-page .page-title--landing {
    padding: 120px 0;
    color: #ee3128; }
    .node--type-flex-page .page-title--landing .text--lead-in {
      margin-bottom: 10px; }
      @media only screen and (min-width: 64em) {
        .node--type-flex-page .page-title--landing .text--lead-in {
          margin-bottom: 10px; } }
    .node--type-flex-page .page-title--landing h1 {
      color: #ee3128;
      font-weight: 600;
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 48px;
      line-height: 3rem; }
      @media only screen and (min-width: 56em) {
        .node--type-flex-page .page-title--landing h1 {
          letter-spacing: -3px; } }
      @media only screen and (min-width: 64em) {
        .node--type-flex-page .page-title--landing h1 {
          margin-left: -5px;
          font-size: 72px;
          font-size: 4.5rem;
          line-height: 80px;
          line-height: 5rem; } }
  .node--type-flex-page .node__content .hero--landing {
    position: relative;
    height: auto;
    padding-bottom: 0;
    overflow: hidden; }
    @media only screen and (min-width: 64em) {
      .node--type-flex-page .node__content .hero--landing {
        height: auto;
        padding-bottom: 0;
        overflow: visible; } }
    .node--type-flex-page .node__content .hero--landing .featured-media {
      position: relative;
      height: auto;
      top: 0;
      left: 0;
      right: 0;
      z-index: -1; }
      .node--type-flex-page .node__content .hero--landing .featured-media .field {
        position: relative;
        height: 100%; }
      .node--type-flex-page .node__content .hero--landing .featured-media img, .node--type-flex-page .node__content .hero--landing .featured-media video {
        position: relative;
        width: 100%;
        height: auto;
        z-index: -1; }
        @media only screen and (min-width: 64em) {
          .node--type-flex-page .node__content .hero--landing .featured-media img, .node--type-flex-page .node__content .hero--landing .featured-media video {
            position: relative; } }
      .node--type-flex-page .node__content .hero--landing .featured-media .video-hero {
        position: relative;
        height: 0;
        padding-bottom: 50%;
        overflow: hidden; }
        .node--type-flex-page .node__content .hero--landing .featured-media .video-hero img {
          display: none;
          position: absolute;
          top: 0;
          left: 0; }
        .node--type-flex-page .node__content .hero--landing .featured-media .video-hero video {
          position: relative;
          z-index: 5;
          opacity: 0;
          transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0, 0.99); }
          .node--type-flex-page .node__content .hero--landing .featured-media .video-hero video.is-playing {
            opacity: 1; }
    .node--type-flex-page .node__content .hero--landing .page-title--landing-wrapper {
      position: absolute;
      width: 100%;
      bottom: -20px;
      left: 0; }
      .node--type-flex-page .node__content .hero--landing .page-title--landing-wrapper .page-title--landing {
        text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4); }
    .node--type-flex-page .node__content .hero--landing .page-title--landing {
      position: relative;
      z-index: 0;
      margin: 0 auto 20px;
      padding: 0;
      bottom: 0; }
      .node--type-flex-page .node__content .hero--landing .page-title--landing .text--lead-in {
        color: #FFFFFF;
        margin-bottom: 0; }
      @media only screen and (min-width: 64em) {
        .node--type-flex-page .node__content .hero--landing .page-title--landing {
          margin: 0 auto 70px; } }
      .node--type-flex-page .node__content .hero--landing .page-title--landing h1 {
        color: #FFFFFF;
        width: 80%;
        font-size: 32px;
        font-size: 2rem;
        line-height: 40px;
        line-height: 2.5rem; }
        @media only screen and (min-width: 40em) {
          .node--type-flex-page .node__content .hero--landing .page-title--landing h1 {
            width: 55%;
            font-size: 48px;
            font-size: 3rem;
            line-height: 56px;
            line-height: 3.5rem; } }
        @media only screen and (min-width: 56em) {
          .node--type-flex-page .node__content .hero--landing .page-title--landing h1 {
            font-size: 72px;
            font-size: 4.5rem;
            line-height: 91px;
            line-height: 5.6875rem;
            width: 70%; } }
      .node--type-flex-page .node__content .hero--landing .page-title--landing .icon-arrow-down {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 50%;
        right: 0px;
        display: none; }
        @media only screen and (min-width: 56em) {
          .node--type-flex-page .node__content .hero--landing .page-title--landing .icon-arrow-down {
            display: block; } }
        .node--type-flex-page .node__content .hero--landing .page-title--landing .icon-arrow-down svg {
          fill: #FFFFFF;
          display: block; }
  .node--type-flex-page .hero--landing + .field--name-field-content,
  .node--type-flex-page .media-source + .field--name-field-content {
    margin-top: 60px; }
  .node--type-flex-page.node--view-mode-search-results .node__content {
    padding-top: 0; }
    .node--type-flex-page.node--view-mode-search-results .node__content .node-title {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px;
      line-height: 1.5rem;
      margin: 10px 0 0;
      padding: 0;
      font-weight: 500;
      position: relative;
      padding-right: 28px; }
      .node--type-flex-page.node--view-mode-search-results .node__content .node-title .title-icon {
        display: block;
        position: absolute;
        top: 5px;
        right: 15px;
        width: 16px;
        height: 13px;
        margin-left: 0;
        opacity: 0; }
        .node--type-flex-page.node--view-mode-search-results .node__content .node-title .title-icon svg {
          fill: #ee3128; }
  .node--type-flex-page.node--view-mode-teaser-portrait {
    width: 90%;
    margin-right: 15px; }
    .node--type-flex-page.node--view-mode-teaser-portrait:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 56em) {
      .node--type-flex-page.node--view-mode-teaser-portrait {
        width: 380px;
        margin-right: 30px; } }
    .node--type-flex-page.node--view-mode-teaser-portrait .field--name-field-image {
      margin: 0;
      background: #2fc0d2; }
    .node--type-flex-page.node--view-mode-teaser-portrait .node-title {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px;
      line-height: 1.5rem;
      margin: 15px 0 0;
      padding: 0;
      font-weight: 400; }
    .node--type-flex-page.node--view-mode-teaser-portrait .media-image.view-mode-teaser,
    .node--type-flex-page.node--view-mode-teaser-portrait .media-video.view-mode-teaser {
      height: 0;
      padding-bottom: 56.5%; }
  @media only screen and (min-width: 56em) {
    .node--type-flex-page.node--view-mode-teaser-plus {
      width: 585px;
      margin-right: 30px; } }
  .node--type-flex-page.node--view-mode-teaser-plus .node-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 15px 0;
    padding: 0;
    font-weight: 700; }
  .node--type-flex-page.node--view-mode-teaser-plus .node-teaser-description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 15px 0 0;
    padding: 0;
    font-weight: 400; }
  .node--type-flex-page.node--view-mode-teaser-plus .media-image.view-mode-teaser-plus,
  .node--type-flex-page.node--view-mode-teaser-plus .media-video.view-mode-teaser-plus {
    height: 0;
    padding-bottom: 56.2%; }
  .node--type-flex-page.node--view-mode-teaser-portrait, .node--type-flex-page.node--view-mode-search-results {
    width: 42%; }
    @media only screen and (min-width: 56em) {
      .node--type-flex-page.node--view-mode-teaser-portrait, .node--type-flex-page.node--view-mode-search-results {
        width: 228px;
        margin-right: 15px; } }
    .node--type-flex-page.node--view-mode-teaser-portrait .media-image.view-mode-teaser-portrait,
    .node--type-flex-page.node--view-mode-teaser-portrait .media-video.view-mode-teaser-portrait, .node--type-flex-page.node--view-mode-search-results .media-image.view-mode-teaser-portrait,
    .node--type-flex-page.node--view-mode-search-results .media-video.view-mode-teaser-portrait {
      height: 0;
      padding-bottom: 154.5%; }
      .node--type-flex-page.node--view-mode-teaser-portrait .media-image.view-mode-teaser-portrait.no-image-placeholder,
      .node--type-flex-page.node--view-mode-teaser-portrait .media-video.view-mode-teaser-portrait.no-image-placeholder, .node--type-flex-page.node--view-mode-search-results .media-image.view-mode-teaser-portrait.no-image-placeholder,
      .node--type-flex-page.node--view-mode-search-results .media-video.view-mode-teaser-portrait.no-image-placeholder {
        background: #26316c; }

.media-source {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 400;
  margin-top: 5px;
  text-align: right; }
  .media-source .secondary-source {
    display: none; }

.grouping--flex-page .group-wrapper {
  flex-wrap: wrap; }
  @media only screen and (min-width: 64em) {
    .grouping--flex-page .group-wrapper {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-flex;
      /* OLD - Firefox 19- (buggy but mostly works) */
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex; } }
  .grouping--flex-page .group-wrapper .views-row {
    margin-bottom: 30px; }
    @media only screen and (min-width: 64em) {
      .grouping--flex-page .group-wrapper .views-row {
        padding-right: 15px; } }
  .grouping--flex-page .group-wrapper .field {
    margin-bottom: 15px; }
  .grouping--flex-page .group-wrapper .node__content h1 {
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem; }

/* Page Description
* ============================
*/
.page-description--flex {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 0; }
  @media only screen and (min-width: 64em) {
    .page-description--flex {
      margin-top: 45px;
      margin-bottom: 30px;
      padding: 30px 0; } }
  .page-description--flex .flex-item:first-child, .page-description--flex footer .footer-ads #block-footerads article:first-child, footer .footer-ads #block-footerads .page-description--flex article:first-child {
    margin-bottom: 15px; }
    @media only screen and (min-width: 56em) {
      .page-description--flex .flex-item:first-child, .page-description--flex footer .footer-ads #block-footerads article:first-child, footer .footer-ads #block-footerads .page-description--flex article:first-child {
        padding-right: 60px; } }
    .page-description--flex .flex-item:first-child h2, .page-description--flex footer .footer-ads #block-footerads article:first-child h2, footer .footer-ads #block-footerads .page-description--flex article:first-child h2 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 30px;
      line-height: 1.875rem; }
      @media only screen and (min-width: 56em) {
        .page-description--flex .flex-item:first-child h2, .page-description--flex footer .footer-ads #block-footerads article:first-child h2, footer .footer-ads #block-footerads .page-description--flex article:first-child h2 {
          font-size: 36px;
          font-size: 2.25rem;
          line-height: 40px;
          line-height: 2.5rem; } }
    @media only screen and (min-width: 64em) {
      .page-description--flex .flex-item:first-child, .page-description--flex footer .footer-ads #block-footerads article:first-child, footer .footer-ads #block-footerads .page-description--flex article:first-child {
        margin-bottom: 0; } }

/*! Flickity v2.0.11
http://flickity.metafizzy.co
---------------------------------------------- */
.slideshow {
  position: relative; }

.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: visible;
  position: relative;
  height: 100%; }
  @media only screen and (min-width: 56em) {
    .flickity-viewport {
      overflow: hidden; } }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  /* vertically center */
  transform: translateY(-50%);
  display: none; }
  @media only screen and (min-width: 56em) {
    .flickity-prev-next-button {
      display: inline-block; } }

.flickity-prev-next-button:hover {
  background: transparent; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button.previous {
  left: -45px; }

.flickity-prev-next-button.next {
  right: -45px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: -45px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: -45px; }

.flickity-prev-next-button:disabled {
  opacity: 0;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #26316c; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  bottom: auto;
  top: -34px;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  display: none; }
  .flickity-page-dots .dot:first-child:nth-last-child(1) {
    opacity: 0; }
  @media only screen and (min-width: 56em) {
    .flickity-page-dots {
      display: block; } }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #ee3128;
  opacity: 1;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #ee3128; }

/********************
** Buttons
********************/
.btn, ul.tabs.primary li a {
  display: inline-block;
  font-family: "mark", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 18px;
  font-size: 1.125rem; }

.btn--border {
  border-width: 1px;
  border-style: solid;
  border-color: black;
  padding: 3px 3px 3px 3px;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: white;
  z-index: 0; }

.btn--text {
  color: #ee3128;
  font-weight: 700;
  text-decoration: none;
  width: 100%; }
  .btn--text span.link-text {
    font-size: 18px;
    font-size: 1.125rem;
    display: inline-block;
    max-width: 50%;
    color: #ee3128;
    text-decoration: none;
    position: relative; }
  .btn--text span.icon-arrow {
    display: block;
    position: absolute;
    width: 50%;
    top: 25%;
    right: 15px;
    height: 12px; }
    @media only screen and (min-width: 64em) {
      .btn--text span.icon-arrow {
        right: 30px; } }
    .btn--text span.icon-arrow svg, .btn--text span.icon-arrow g {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      fill: #ee3128; }

@font-face {
  font-family: 'mark';
  src: url("../../fonts/Mark-Regular.eot");
  src: url("../../fonts/Mark-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mark-Regular.otf") format("opentype"), url("../../fonts/Mark-Regular.woff2") format("woff2"), url("../../fonts/Mark-Regular.woff") format("woff"), url("../../fonts/Mark-Regular.svg#Mark-Regular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'mark';
  src: url("../../fonts/Mark-Book-Italic.eot");
  src: url("../../fonts/Mark-Book-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mark-Book-Italic.otf") format("opentype"), url("../../fonts/Mark-Book-Italic.woff2") format("woff2"), url("../../fonts/Mark-Book-Italic.woff") format("woff"), url("../../fonts/Mark-Book-Italic.svg#Mark-Book-Italic") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'mark';
  src: url("../../fonts/Mark-Medium.eot");
  src: url("../../fonts/Mark-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mark-Medium.otf") format("opentype"), url("../../fonts/Mark-Medium.woff2") format("woff2"), url("../../fonts/Mark-Medium.woff") format("woff"), url("../../fonts/Mark-Medium.svg#Mark-Medium") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'mark';
  src: url("../../fonts/Mark-Bold.eot");
  src: url("../../fonts/Mark-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mark-Bold.otf") format("opentype"), url("../../fonts/Mark-Bold.woff2") format("woff2"), url("../../fonts/Mark-Bold.woff") format("woff"), url("../../fonts/Mark-Bold.svg#Mark-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'mark';
  src: url("../../fonts/Mark-Bold-Italic.eot");
  src: url("../../fonts/Mark-Bold-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mark-Bold-Italic.otf") format("opentype"), url("../../fonts/Mark-Bold-Italic.woff2") format("woff2"), url("../../fonts/Mark-Bold-Italic.woff") format("woff"), url("../../fonts/Mark-Bold-Italic.svg#Mark-Bold-Italic") format("svg");
  font-weight: 700;
  font-style: italic; }

h1, h2, h3, h4, h5 {
  font-family: "mark", Helvetica, Arial, sans-serif;
  word-wrap: break-word;
  color: #26316c;
  margin-top: 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #26316c; }

h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 42px;
  line-height: 2.625rem; }
  @media only screen and (min-width: 64em) {
    h1 {
      font-size: 72px;
      font-size: 4.5rem; } }

h2 {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 50px;
  line-height: 3.125rem; }

h3 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 2.5rem; }

h4 {
  font-size: 24px;
  font-size: 1.5rem; }

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem; }

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem; }

p {
  font-family: "mark", Helvetica, Arial, sans-serif;
  color: #26316c;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 15px; }
  @media only screen and (min-width: 64em) {
    p {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 26px;
      line-height: 1.625rem; } }

a {
  color: #26316c;
  text-decoration: underline; }

.views-element-container {
  position: relative; }

a.anchor {
  display: block;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1px;
  height: 1px;
  top: -285px;
  left: 0; }

.text--q-title {
  font-family: "mark", Helvetica, Arial, sans-serif;
  color: #26316c;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem; }

.text--footer {
  font-family: "mark", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem; }

.text--bold, form.user-login-form .js-form-item label, form.user-login-form .form-actions input[type="submit"] {
  font-weight: 700; }

.text--lead-in {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  line-height: 1.4375rem; }
  @media only screen and (min-width: 64em) {
    .text--lead-in {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 30px;
      line-height: 1.875rem; } }

.f-label {
  font-family: "mark", Helvetica, Arial, sans-serif;
  color: #26316c;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-weight: 700;
  margin: 0 0 15px 0; }
  @media only screen and (min-width: 56em) {
    .f-label {
      margin: 0 0 30px 0;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 30px;
      line-height: 1.875rem; } }

.paragraph > .f-label {
  margin: 0 0 15px 0; }

/*****************************
** Text Colors
*****************************/
.text--main, .paragraph--type--wysiwyg .two-col-block .flex-item .kv-block .f-label p, .paragraph--type--wysiwyg .two-col-block footer .footer-ads #block-footerads article .kv-block .f-label p, footer .footer-ads #block-footerads .paragraph--type--wysiwyg .two-col-block article .kv-block .f-label p {
  color: #26316c; }

.text--white {
  color: #FFFFFF; }

.text--red, .paragraph--type--wysiwyg .field .kv-block .f-label p, .view-featured-questions .view-content article.node--type-question.node--view-mode-full .field, .view-featured-questions .view-content article.node--type-question.node--view-mode-full .field p, .view-featured-questions .view-content article.node--type-question.node--view-mode-full .field p a {
  color: #ee3128; }

/********************
** Header
********************/
.header--main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }

header {
  background: #F8F7F7;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  height: 80px;
  overflow: hidden;
  z-index: 700;
  top: 0; }
  header.menu-open {
    background: #ee3128;
    height: 100vh;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 502; }
    @media only screen and (min-width: 64em) {
      header.menu-open {
        height: 244.8px;
        max-height: 244.8px;
        background: transparent;
        position: relative; }
        header.menu-open .site-logo svg {
          fill: inherit;
          color: inherit; }
          header.menu-open .site-logo svg g, header.menu-open .site-logo svg path {
            fill: inherit; } }
    header.menu-open .site-logo svg {
      fill: #FFFFFF;
      color: #FFFFFF; }
      header.menu-open .site-logo svg g, header.menu-open .site-logo svg path {
        fill: #FFFFFF; }
    header.menu-open .menu-toggle .menu-slice {
      background-color: #FFFFFF; }
      header.menu-open .menu-toggle .menu-slice:nth-child(1) {
        transform: translate3d(0, 9px, 0) rotate(45deg); }
      header.menu-open .menu-toggle .menu-slice:nth-child(2) {
        opacity: 0; }
      header.menu-open .menu-toggle .menu-slice:nth-child(3) {
        transform: translate3d(0, -9px, 0) rotate(-45deg); }
    header.menu-open .site-search .search-icon svg path, header.menu-open .site-search .search-icon svg g {
      fill: #FFFFFF; }
    @media only screen and (min-width: 64em) {
      header.menu-open .site-search .search-icon svg path, header.menu-open .site-search .search-icon svg g {
        fill: #26316c; } }
  @media only screen and (min-width: 64em) {
    header {
      padding: 30px 0;
      background: transparent;
      width: 100%;
      height: auto;
      background-color: #F8F7F7; }
      header .l-container--lg, header ul.tabs.primary, header .view-site-search .view-filters form.views-exposed-form .js-form-item input.form-text, .view-site-search .view-filters form.views-exposed-form .js-form-item header input.form-text {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-flex;
        /* OLD - Firefox 19- (buggy but mostly works) */
        /* TWEENER - IE 10 */
        /* NEW - Chrome */
        display: flex; } }

.menu-toggle {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 30px;
  right: 25px;
  cursor: pointer; }
  @media only screen and (min-width: 64em) {
    .menu-toggle {
      display: none; } }
  .menu-toggle .menu-slice {
    width: 100%;
    height: 3px;
    background-color: #26316c;
    position: absolute;
    margin: auto;
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0, 0.99); }
    .menu-toggle .menu-slice:nth-child(1) {
      top: 0;
      transform: translate3d(0, 0, 0) rotate(0); }
    .menu-toggle .menu-slice:nth-child(2) {
      top: 9px; }
    .menu-toggle .menu-slice:nth-child(3) {
      top: 18px;
      transform: translate3d(0, 0, 0) rotate(0); }

.site-logo {
  display: block;
  width: 130px;
  height: 55px;
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
  top: -8px; }
  @media only screen and (min-width: 56em) {
    .site-logo {
      top: -4px; } }
  @media only screen and (min-width: 64em) {
    .site-logo {
      flex: 0 0 130px;
      margin-bottom: 0; } }
  .site-logo svg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.menu-open .site-logo svg path {
  fill: #FFFFFF !important; }

.primary-menu {
  margin-bottom: 60px; }
  @media only screen and (min-width: 64em) {
    .primary-menu {
      margin-bottom: 0;
      flex: 1 1 auto; } }
  .primary-menu ul.menu-main {
    list-style-type: none; }
    .primary-menu ul.menu-main li {
      font-weight: 700;
      margin-bottom: 15px;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 26px;
      line-height: 1.625rem;
      transition: opacity 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
      .primary-menu ul.menu-main li a {
        color: #FFFFFF;
        text-decoration: none; }
      @media only screen and (min-width: 64em) {
        .primary-menu ul.menu-main li:first-child {
          margin-left: 60px; }
        .primary-menu ul.menu-main li:last-child {
          margin-right: 0; }
        .primary-menu ul.menu-main li.menu-item--active-trail {
          color: #ee3128; }
          .primary-menu ul.menu-main li.menu-item--active-trail a {
            color: #ee3128; }
        .primary-menu ul.menu-main li a {
          color: #26316c;
          transition: color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
          .primary-menu ul.menu-main li a:hover {
            color: #ee3128; } }
      @media only screen and (min-width: 64em) {
        .primary-menu ul.menu-main li {
          display: inline-block;
          margin-right: 30px;
          margin-bottom: 0;
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 23px;
          line-height: 1.4375rem; } }
      @media only screen and (min-width: 75em) {
        .primary-menu ul.menu-main li {
          margin-right: 45px; } }

.site-search {
  flex: 0 0 50px;
  text-align: right;
  position: relative; }
  .site-search .search-icon {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
    @media only screen and (min-width: 64em) {
      .site-search .search-icon {
        left: auto;
        right: 0;
        top: 55%; }
        .site-search .search-icon:hover svg path, .site-search .search-icon:hover svg g {
          fill: #ee3128; } }
    .site-search .search-icon svg {
      width: 100%; }
      .site-search .search-icon svg path, .site-search .search-icon svg g {
        transition: fill 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }

#layout-container {
  position: relative;
  padding-top: 80px; }
  @media only screen and (min-width: 64em) {
    #layout-container {
      padding-top: 115px; } }
  #layout-container header {
    transition: box-shadow 0.15s cubic-bezier(0, 0.65, 0.67, 1) 0s; }
  #layout-container.stuck {
    transition: padding 0.35s ease-out 0.1s; }
    @media only screen and (min-width: 64em) {
      #layout-container.stuck {
        padding-top: 115px; } }
    #layout-container.stuck .header--main {
      top: 0;
      position: fixed; }
      #layout-container.stuck .header--main header {
        transition: padding 0.35s ease-out 0.1s, box-shadow 0.35s ease-out 0.1s;
        box-shadow: 0 6px 1px 0 rgba(0, 0, 0, 0.16); }
        @media only screen and (min-width: 64em) {
          #layout-container.stuck .header--main header {
            padding: 30px 0; } }

/********************
** Footer
********************/
footer {
  border-top: 3px solid rgba(38, 49, 108, 0.1);
  margin-top: 60px;
  padding: 45px 0;
  font-size: 14px;
  font-size: 0.875rem; }
  @media only screen and (min-width: 64em) {
    footer {
      margin-top: 120px;
      padding: 60px 15px; } }
  footer a {
    position: relative;
    color: #26316c;
    text-decoration: none;
    font-weight: 700;
    border-bottom: none;
    box-shadow: inset 0px -3px 0px 0px rgba(38, 49, 108, 0.2);
    transition: box-shadow 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
    footer a:hover {
      box-shadow: inset 0px -1.5rem 0px 0px rgba(38, 49, 108, 0.2); }
  footer p {
    font-size: 14px;
    font-size: 0.875rem; }
  footer .footer-block {
    padding: 30px 0;
    margin-bottom: 30px; }
    footer .footer-block--border-top {
      border-top: 3px solid rgba(38, 49, 108, 0.1); }
    footer .footer-block:last-child {
      margin-bottom: 0; }
  footer .footer-bucket {
    margin-bottom: 45px;
    width: auto; }
    @media only screen and (min-width: 56em) {
      footer .footer-bucket {
        padding-right: 60px;
        width: 25%; } }
  footer .footer-bucket #block-footer h2 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem; }
    @media (max-width: 56em) {
      footer .footer-bucket #block-footer h2 {
        font-size: 16px;
        font-size: 1rem;
        padding: 10px 0; } }
  footer .footer-bucket #block-footer ul {
    list-style: none;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem; }
    footer .footer-bucket #block-footer ul li {
      transition: opacity 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
      @media (max-width: 56em) {
        footer .footer-bucket #block-footer ul li {
          padding: 10px 0; } }
      footer .footer-bucket #block-footer ul li a {
        font-weight: 500; }
        @media (max-width: 56em) {
          footer .footer-bucket #block-footer ul li a {
            font-size: 16px;
            font-size: 1rem; } }
  footer #block-footer-col-2 p, footer #block-footer-col-3 p {
    margin-bottom: 45px; }
    @media only screen and (min-width: 64em) {
      footer #block-footer-col-2 p, footer #block-footer-col-3 p {
        margin-bottom: 15px; } }
  footer .footer-bucket #block-socialfooter {
    margin-top: 45px;
    padding-top: 50px;
    position: relative; }
    footer .footer-bucket #block-socialfooter:before {
      content: "";
      display: block;
      width: 24px;
      height: 3px;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(38, 49, 108, 0.3); }
    footer .footer-bucket #block-socialfooter a {
      display: inline-block;
      position: relative;
      width: 30px;
      height: 25px;
      margin-right: 1em;
      margin-bottom: 0.5em;
      vertical-align: middle;
      box-shadow: none !important; }
      footer .footer-bucket #block-socialfooter a .social-svg {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        top: 50%; }
      footer .footer-bucket #block-socialfooter a svg {
        transition: fill 0.25s cubic-bezier(0.55, 0.085, 0, 0.99);
        transform: translateY(-50%);
        fill: #26316c; }
        footer .footer-bucket #block-socialfooter a svg path {
          transition: fill 0.25s cubic-bezier(0.55, 0.085, 0, 0.99);
          fill: #26316c; }
      footer .footer-bucket #block-socialfooter a:hover svg {
        fill: #ee3128; }
        footer .footer-bucket #block-socialfooter a:hover svg path {
          fill: #ee3128; }
  footer .footer-ads {
    padding: 30px 0;
    margin-bottom: 0; }
    @media only screen and (min-width: 64em) {
      footer .footer-ads {
        padding: 60px 0;
        margin-bottom: 0; } }
  @media only screen and (min-width: 64em) {
    footer .footer-ads #block-footerads {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-flex;
      /* OLD - Firefox 19- (buggy but mostly works) */
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex;
      flex-basis: 50%; } }
  footer .footer-ads #block-footerads article {
    margin-bottom: 30px; }
    footer .footer-ads #block-footerads article:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 64em) {
      footer .footer-ads #block-footerads article {
        width: 100%;
        margin-bottom: 0; }
        footer .footer-ads #block-footerads article:nth-child(1) {
          margin-right: 1%; } }
    footer .footer-ads #block-footerads article a {
      display: block;
      width: 100%;
      box-shadow: none !important; }
  footer .footer-sponsors {
    padding: 30px 0 45px;
    margin-bottom: 0; }
  footer #block-footersponsors {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-flex;
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 15px -20px 0; }
    @media only screen and (min-width: 56em) {
      footer #block-footersponsors {
        justify-content: space-between; } }
    footer #block-footersponsors article {
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- */
      /* Chrome */
      /* IE 10 */
      flex: 0 0 auto;
      margin: 0 20px 0px; }
      @media (max-width: 64em) {
        footer #block-footersponsors article {
          margin-bottom: 30px; } }
      footer #block-footersponsors article a {
        box-shadow: none !important; }
      footer #block-footersponsors article img {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        transition: -webkit-filter 0.25s cubic-bezier(0.55, 0.085, 0, 0.99);
        transition: filter 0.25s cubic-bezier(0.55, 0.085, 0, 0.99);
        transition: filter 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), -webkit-filter 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
      footer #block-footersponsors article:hover img {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
  @media only screen and (min-width: 40em) {
    footer .footer-details #block-footer-details > div {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-flex;
      /* OLD - Firefox 19- (buggy but mostly works) */
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex;
      justify-content: space-between; }
    footer .footer-details .address {
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- */
      /* Chrome */
      /* IE 10 */
      flex: 0 0 auto; } }
  @media only screen and (min-width: 40em) and (min-width: 64em) {
    footer .footer-details .address p a {
      margin-right: 10px; } }
  @media only screen and (min-width: 40em) {
    footer .footer-details .contact {
      text-align: right;
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- */
      /* Chrome */
      /* IE 10 */
      flex: 0 0 auto; } }
  @media (max-width: 40em) {
    footer .footer-details .credit a {
      display: inline-block;
      margin: 20px 0; } }
  @media only screen and (min-width: 40em) {
    footer .footer-details .credit a.phone {
      box-shadow: none !important; } }
  @media only screen and (min-width: 1200px) {
    footer .footer-details br {
      display: none; } }

/**
* Paragraph Styles
* ==========================
**/
.paragraph {
  margin-bottom: 60px; }
  @media only screen and (min-width: 56em) {
    .paragraph {
      margin-bottom: 60px; } }
  @media only screen and (min-width: 64em) {
    .paragraph {
      margin-bottom: 90px; } }

.paragraph--type--featured-callout {
  overflow: hidden; }
  .paragraph--type--featured-callout .col--img {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- */
    /* Chrome */
    /* IE 10 */
    flex: 0 0 47%; }
  .paragraph--type--featured-callout .field--name-field-featured-image {
    padding-bottom: 56.72%;
    height: 0;
    overflow: hidden; }
    @media only screen and (min-width: 56em) {
      .paragraph--type--featured-callout .field--name-field-featured-image {
        padding-bottom: 77.9%; } }
    @media only screen and (min-width: 64em) {
      .paragraph--type--featured-callout .field--name-field-featured-image {
        padding-bottom: 71.42%; } }
    @media only screen and (min-width: 75em) {
      .paragraph--type--featured-callout .field--name-field-featured-image {
        height: 400px; } }
    .paragraph--type--featured-callout .field--name-field-featured-image img {
      display: block;
      position: absolute;
      width: 100%;
      height: auto;
      top: 0;
      right: 0;
      left: 0;
      transform: scale(1); }
  .paragraph--type--featured-callout .col--text {
    padding: 25px; }
    @media only screen and (min-width: 75em) {
      .paragraph--type--featured-callout .col--text {
        padding: 60px; } }
    .paragraph--type--featured-callout .col--text .field--name-field-title {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 25px;
      line-height: 1.5625rem; }
      @media only screen and (min-width: 64em) {
        .paragraph--type--featured-callout .col--text .field--name-field-title {
          font-size: 30px;
          font-size: 1.875rem;
          line-height: 38px;
          line-height: 2.375rem; } }
    .paragraph--type--featured-callout .col--text .field--name-field-description,
    .paragraph--type--featured-callout .col--text .field--name-field-desc {
      margin-bottom: 20px;
      font-size: 16px;
      font-size: 1rem;
      line-height: 22px;
      line-height: 1.375rem; }
      @media only screen and (min-width: 64em) {
        .paragraph--type--featured-callout .col--text .field--name-field-description,
        .paragraph--type--featured-callout .col--text .field--name-field-desc {
          margin-bottom: 40px;
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 26px;
          line-height: 1.625rem; } }
    .paragraph--type--featured-callout .col--text .btn--text {
      position: relative;
      cursor: pointer;
      color: #ee3128;
      text-decoration: none; }
      .paragraph--type--featured-callout .col--text .btn--text span.link-text {
        display: inline-block; }
      .paragraph--type--featured-callout .col--text .btn--text span.icon-arrow {
        top: 25%;
        position: absolute;
        transform: translateX(0);
        transition: transform 0.5s cubic-bezier(0.55, 0.085, 0, 0.99); }
      .paragraph--type--featured-callout .col--text .btn--text svg, .paragraph--type--featured-callout .col--text .btn--text g {
        fill: #ee3128; }
    .paragraph--type--featured-callout .col--text a {
      color: #ee3128;
      text-decoration: none; }
  .paragraph--type--featured-callout.has-link:hover .col--text span.icon-arrow {
    transform: translateX(30px); }
  .paragraph--type--featured-callout.has-link:hover img {
    transform: scale(1.1);
    transition: transform 3s cubic-bezier(0.55, 0.085, 0, 0.99); }

.paragraph--type--question-list {
  margin-bottom: 30px; }
  .paragraph--type--question-list .f-label {
    margin: 0 0 15px 0; }
  .paragraph--type--question-list .slideshow {
    padding-top: 20px;
    border-top: 3px solid rgba(38, 49, 108, 0.1); }

/* Info List
* ============================
*/
.paragraph--type--info-list h4 {
  margin-bottom: 15px; }

@media only screen and (min-width: 56em) {
  .paragraph--type--info-list.col-2 .field, .paragraph--type--info-list.col-3 .field {
    display: block;
    display: flex;
    align-items: left;
    justify-content: left;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: flex-end; } }

@media only screen and (min-width: 56em) {
  .paragraph--type--info-list.col-3 .paragraph {
    display: inline-block;
    width: 32%; } }

@media only screen and (min-width: 56em) {
  .paragraph--type--info-list.col-3 .paragraph--type--info-list-item:nth-child(-n+2) {
    margin-right: 2%; } }

@media only screen and (min-width: 56em) {
  .paragraph--type--info-list.col-2 .paragraph {
    display: inline-block;
    width: 49%; } }

@media only screen and (min-width: 56em) {
  .paragraph--type--info-list.col-2 .paragraph--type--info-list-item:nth-child(odd) {
    margin-right: 2%; } }

.paragraph--type--info-list-item {
  margin-bottom: 0; }
  .paragraph--type--info-list-item article.media {
    margin-bottom: 10px; }
  .paragraph--type--info-list-item a {
    position: relative;
    color: #26316c;
    text-decoration: none;
    font-weight: 700;
    border-bottom: none;
    box-shadow: inset 0px -3px 0px 0px rgba(38, 49, 108, 0.2);
    transition: box-shadow 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
    .paragraph--type--info-list-item a:hover {
      box-shadow: inset 0px -1.5rem 0px 0px rgba(38, 49, 108, 0.2); }

.paragraph--type--wysiwyg h4 {
  margin-bottom: 15px; }

.paragraph--type--wysiwyg.with-label-underline h4 {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 3px solid rgba(38, 49, 108, 0.1); }

@media only screen and (min-width: 64em) {
  .paragraph--type--wysiwyg .two-col-block .flex-item--1 {
    padding-right: 60px; }
  .paragraph--type--wysiwyg .two-col-block .flex-item--2 {
    padding-left: 60px; } }

.paragraph--type--ticketing-info .field--name-field-tickets-url-purchase a {
  color: #ee3128; }

/*
* WYSIWIG Styles
* =============================
*/
.paragraph--type--wysiwyg h2 {
  margin-bottom: 15px; }

.paragraph--type--wysiwyg h3 {
  margin-bottom: 10px; }

.paragraph--type--wysiwyg h4 {
  margin-bottom: 10px; }

.paragraph--type--wysiwyg h5 {
  margin-bottom: 5px; }

.paragraph--type--wysiwyg h6 {
  margin-bottom: 5px; }

.paragraph--type--wysiwyg a {
  position: relative;
  color: #26316c;
  text-decoration: none;
  font-weight: 700;
  border-bottom: none;
  box-shadow: inset 0px -3px 0px 0px rgba(38, 49, 108, 0.2);
  transition: box-shadow 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
  .paragraph--type--wysiwyg a:hover {
    box-shadow: inset 0px -1.5rem 0px 0px rgba(38, 49, 108, 0.2); }

.paragraph--type--wysiwyg .field blockquote p:before {
  content: open-quote;
  font-size: 30px;
  font-size: 1.875rem; }

.paragraph--type--wysiwyg .field blockquote p:after {
  content: close-quote;
  font-size: 30px;
  font-size: 1.875rem; }

.paragraph--type--wysiwyg .field .kv-block {
  margin: 0;
  padding: 15px 0;
  border: 0; }
  .paragraph--type--wysiwyg .field .kv-block .f-label, .paragraph--type--wysiwyg .field .kv-block .content {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- */
    /* Chrome */
    /* IE 10 */
    flex: 1 1 auto;
    flex-basis: 50% !important; }
  .paragraph--type--wysiwyg .field .kv-block .f-label {
    position: relative !important; }
  .paragraph--type--wysiwyg .field .kv-block .f-label p {
    font-size: 32px;
    font-size: 2rem; }

.paragraph--type--wysiwyg .two-col-block .flex-item .kv-block .f-label p, .paragraph--type--wysiwyg .two-col-block footer .footer-ads #block-footerads article .kv-block .f-label p, footer .footer-ads #block-footerads .paragraph--type--wysiwyg .two-col-block article .kv-block .f-label p {
  font-size: 20px;
  font-size: 1.25rem; }

.paragraph--type--wysiwyg .two-col-block .flex-item .content p, .paragraph--type--wysiwyg .two-col-block footer .footer-ads #block-footerads article .content p, footer .footer-ads #block-footerads .paragraph--type--wysiwyg .two-col-block article .content p {
  margin-bottom: 10px; }

.paragraph--type--wysiwyg .two-col-block .flex-item .content ul, .paragraph--type--wysiwyg .two-col-block footer .footer-ads #block-footerads article .content ul, footer .footer-ads #block-footerads .paragraph--type--wysiwyg .two-col-block article .content ul {
  padding-left: 20px; }

.paragraph--type--wysiwyg .embedded-entity.wysiwyg-half.align-left,
.paragraph--type--wysiwyg .embedded-entity.wysiwyg-half.align-right {
  clear: both;
  max-width: 50%; }

.paragraph--type--wysiwyg .media.media-image.view-mode-wysiwyg-full {
  width: 100%; }

.paragraph--type--view-reference {
  position: relative;
  padding-top: 30px; }

/********************
** Views
********************/
/*
* Search
* ===================
*/
.view-site-search .view-filters .form-padding-wrapper.with-results {
  padding-top: 60px; }

.view-site-search .view-filters form.views-exposed-form {
  position: relative;
  width: 100%;
  margin: 0; }
  .view-site-search .view-filters form.views-exposed-form label {
    display: none; }
  .view-site-search .view-filters form.views-exposed-form .js-form-item input.form-text {
    width: 100%;
    padding: 20px 0;
    border-bottom: 3px solid #26316c;
    background: transparent;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    position: relative; }
    @media only screen and (min-width: 56em) {
      .view-site-search .view-filters form.views-exposed-form .js-form-item input.form-text {
        font-size: 30px;
        font-size: 1.875rem; } }
    .view-site-search .view-filters form.views-exposed-form .js-form-item input.form-text:focus {
      outline: none;
      background-color: #FFFFFF; }
  .view-site-search .view-filters form.views-exposed-form .form-actions {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%); }
  .view-site-search .view-filters form.views-exposed-form input.button {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    color: transparent;
    background-color: transparent;
    background: url(../../icons/icon-search.svg) no-repeat center center/contain;
    height: 22px; }
  .view-site-search .view-filters form.views-exposed-form.form-without-results {
    padding: 22vh 0; }
  .view-site-search .view-filters form.views-exposed-form.form-with-results {
    margin: 0 0 200px 0; }
    .view-site-search .view-filters form.views-exposed-form.form-with-results .js-form-item {
      height: auto;
      vertical-align: top; }
      .view-site-search .view-filters form.views-exposed-form.form-with-results .js-form-item input.form-text {
        border-bottom: 3px dotted #ee3128; }
    .view-site-search .view-filters form.views-exposed-form.form-with-results .form-actions {
      display: none; }
    .view-site-search .view-filters form.views-exposed-form.form-with-results input.button {
      top: 30px; }
  .view-site-search .view-filters form.views-exposed-form ::-webkit-input-placeholder {
    color: #26316c; }
  .view-site-search .view-filters form.views-exposed-form :-moz-placeholder {
    color: #26316c; }
  .view-site-search .view-filters form.views-exposed-form ::-moz-placeholder {
    color: #26316c; }
  .view-site-search .view-filters form.views-exposed-form :-ms-input-placeholder {
    color: #26316c; }

.view-site-search .view-content .grouping {
  margin-bottom: 30px; }
  @media only screen and (min-width: 56em) {
    .view-site-search .view-content .grouping {
      margin-bottom: 60px; } }
  .view-site-search .view-content .grouping .grouping-title {
    margin-bottom: 20px; }
  .view-site-search .view-content .grouping.grouping--question .grouping-title {
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: 3px solid rgba(38, 49, 108, 0.1); }

.view-site-search .view-empty {
  margin-bottom: 90px; }

.view-featured-questions .view-header {
  position: relative;
  border-bottom: 3px solid rgba(238, 49, 40, 0.3);
  padding-bottom: 15px;
  margin-bottom: 30px;
  color: #ee3128;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  padding-left: 35px; }
  @media only screen and (min-width: 64em) {
    .view-featured-questions .view-header {
      padding-left: 0px; } }
  .view-featured-questions .view-header .icon-dwn-arrow {
    position: absolute;
    left: 0;
    top: 0; }
    .view-featured-questions .view-header .icon-dwn-arrow:after {
      content: url(../../icons/icon-arrow--red.svg);
      display: block;
      position: absolute;
      top: 7px;
      left: 100%;
      right: auto;
      width: 30px;
      height: 30px;
      fill: #ee3128;
      transform: rotate(90deg); }
      @media only screen and (min-width: 64em) {
        .view-featured-questions .view-header .icon-dwn-arrow:after {
          display: block;
          left: auto;
          right: 10px; } }

.view-featured-questions .view-content {
  flex-wrap: wrap;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-flex;
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex; }
  @media only screen and (min-width: 64em) {
    .view-featured-questions .view-content .views-row {
      width: 33%;
      margin-right: 0; } }
  .view-featured-questions .view-content article.node--type-question.node--view-mode-full {
    width: 90%; }
    .view-featured-questions .view-content article.node--type-question.node--view-mode-full .field a {
      position: relative;
      color: #ee3128;
      text-decoration: none;
      font-weight: 700;
      border-bottom: none;
      box-shadow: inset 0px -3px 0px 0px rgba(238, 49, 40, 0.2);
      transition: box-shadow 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
      .view-featured-questions .view-content article.node--type-question.node--view-mode-full .field a:hover {
        box-shadow: inset 0px -1.5rem 0px 0px rgba(238, 49, 40, 0.2); }

.view-taxonomy-term {
  padding: 15px 0 0 0; }
  .view-taxonomy-term .field--name-field-icon img {
    width: auto;
    background: #26316c;
    margin-bottom: 30px; }
  .view-taxonomy-term .views-row {
    margin-bottom: 30px; }

.map-wrapper {
  position: relative;
  height: 550px;
  width: 100%; }
  .map-wrapper .google-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .map-wrapper .map-details {
    position: absolute;
    top: 10px;
    left: 15px;
    right: 15px;
    height: auto;
    background: white;
    padding: 15px 15px 15px 15px; }
    @media only screen and (min-width: 56em) {
      .map-wrapper .map-details {
        width: 300px;
        top: 20px;
        left: 25px;
        right: auto; } }
    .map-wrapper .map-details h4 {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 18px;
      line-height: 1.125rem; }
      @media only screen and (min-width: 56em) {
        .map-wrapper .map-details h4 {
          font-size: 16px;
          font-size: 1rem;
          line-height: 20px;
          line-height: 1.25rem; } }
    .map-wrapper .map-details p {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 18px;
      line-height: 1.125rem; }
      @media only screen and (min-width: 56em) {
        .map-wrapper .map-details p {
          font-size: 16px;
          font-size: 1rem;
          line-height: 20px;
          line-height: 1.25rem; } }
      .map-wrapper .map-details p:last-child {
        margin-bottom: 0; }
    .map-wrapper .map-details a {
      position: relative;
      color: #ee3128;
      text-decoration: none;
      font-weight: 700;
      border-bottom: none;
      box-shadow: inset 0px -3px 0px 0px rgba(238, 49, 40, 0.2);
      transition: box-shadow 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99);
      box-shadow: none; }
      .map-wrapper .map-details a:hover {
        box-shadow: inset 0px -1.5rem 0px 0px rgba(238, 49, 40, 0.2); }
      .map-wrapper .map-details a:hover {
        box-shadow: none; }
  @media only screen and (min-width: 56em) {
    .map-wrapper {
      height: 400px; } }
  .map-wrapper.listing-map-multi {
    margin-bottom: 115px; }

.gm-style .gm-style-iw .popup-content {
  min-width: 400px;
  padding-top: 6px; }
  .gm-style .gm-style-iw .popup-content .image-gontainer {
    width: 175px;
    float: left;
    margin: 0 15px 15px 0; }
  .gm-style .gm-style-iw .popup-content h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem; }
  .gm-style .gm-style-iw .popup-content a {
    position: relative;
    color: #ee3128;
    text-decoration: none;
    font-weight: 700;
    border-bottom: none;
    box-shadow: inset 0px -3px 0px 0px rgba(238, 49, 40, 0.2);
    transition: box-shadow 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99);
    color: #ee3128 !important; }
    .gm-style .gm-style-iw .popup-content a:hover {
      box-shadow: inset 0px -1.5rem 0px 0px rgba(238, 49, 40, 0.2); }

.gm-style .gm-style-iw a {
  position: relative;
  color: #26316c;
  text-decoration: none;
  font-weight: 700;
  border-bottom: none;
  box-shadow: inset 0px -3px 0px 0px rgba(38, 49, 108, 0.2);
  transition: box-shadow 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99);
  color: #26316c !important; }
  .gm-style .gm-style-iw a:hover {
    box-shadow: inset 0px -1.5rem 0px 0px rgba(38, 49, 108, 0.2); }

.node--type-flex-page {
  /* Page Header
  * ===========================
  */ }
  .node--type-flex-page > .node__content {
    position: relative; }
  .node--type-flex-page .page-title {
    position: relative;
    margin-bottom: 60px;
    padding-top: 75px; }
    @media only screen and (min-width: 64em) {
      .node--type-flex-page .page-title {
        margin-bottom: 60px;
        padding-top: 75px; } }
    .node--type-flex-page .page-title h1 {
      position: relative;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 26px;
      line-height: 1.625rem;
      padding-right: 100px;
      font-weight: 600; }
      @media only screen and (min-width: 56em) {
        .node--type-flex-page .page-title h1 {
          padding-right: 30%; } }
      @media only screen and (min-width: 64em) {
        .node--type-flex-page .page-title h1 {
          font-size: 45px;
          font-size: 2.8125rem;
          line-height: 50px;
          line-height: 3.125rem;
          padding-right: 50%;
          margin-left: -5px; } }
      .node--type-flex-page .page-title h1 img {
        position: absolute;
        max-height: 60px;
        top: 0;
        right: 0;
        display: block;
        width: auto; }
        @media only screen and (min-width: 64em) {
          .node--type-flex-page .page-title h1 img {
            max-height: 150px; } }
  .node--type-flex-page .page-title--landing {
    padding: 120px 0;
    color: #ee3128; }
    .node--type-flex-page .page-title--landing .text--lead-in {
      margin-bottom: 10px; }
      @media only screen and (min-width: 64em) {
        .node--type-flex-page .page-title--landing .text--lead-in {
          margin-bottom: 10px; } }
    .node--type-flex-page .page-title--landing h1 {
      color: #ee3128;
      font-weight: 600;
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 48px;
      line-height: 3rem; }
      @media only screen and (min-width: 56em) {
        .node--type-flex-page .page-title--landing h1 {
          letter-spacing: -3px; } }
      @media only screen and (min-width: 64em) {
        .node--type-flex-page .page-title--landing h1 {
          margin-left: -5px;
          font-size: 72px;
          font-size: 4.5rem;
          line-height: 80px;
          line-height: 5rem; } }
  .node--type-flex-page .node__content .hero--landing {
    position: relative;
    height: auto;
    padding-bottom: 0;
    overflow: hidden; }
    @media only screen and (min-width: 64em) {
      .node--type-flex-page .node__content .hero--landing {
        height: auto;
        padding-bottom: 0;
        overflow: visible; } }
    .node--type-flex-page .node__content .hero--landing .featured-media {
      position: relative;
      height: auto;
      top: 0;
      left: 0;
      right: 0;
      z-index: -1; }
      .node--type-flex-page .node__content .hero--landing .featured-media .field {
        position: relative;
        height: 100%; }
      .node--type-flex-page .node__content .hero--landing .featured-media img, .node--type-flex-page .node__content .hero--landing .featured-media video {
        position: relative;
        width: 100%;
        height: auto;
        z-index: -1; }
        @media only screen and (min-width: 64em) {
          .node--type-flex-page .node__content .hero--landing .featured-media img, .node--type-flex-page .node__content .hero--landing .featured-media video {
            position: relative; } }
      .node--type-flex-page .node__content .hero--landing .featured-media .video-hero {
        position: relative;
        height: 0;
        padding-bottom: 50%;
        overflow: hidden; }
        .node--type-flex-page .node__content .hero--landing .featured-media .video-hero img {
          display: none;
          position: absolute;
          top: 0;
          left: 0; }
        .node--type-flex-page .node__content .hero--landing .featured-media .video-hero video {
          position: relative;
          z-index: 5;
          opacity: 0;
          transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0, 0.99); }
          .node--type-flex-page .node__content .hero--landing .featured-media .video-hero video.is-playing {
            opacity: 1; }
    .node--type-flex-page .node__content .hero--landing .page-title--landing-wrapper {
      position: absolute;
      width: 100%;
      bottom: -20px;
      left: 0; }
      .node--type-flex-page .node__content .hero--landing .page-title--landing-wrapper .page-title--landing {
        text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4); }
    .node--type-flex-page .node__content .hero--landing .page-title--landing {
      position: relative;
      z-index: 0;
      margin: 0 auto 20px;
      padding: 0;
      bottom: 0; }
      .node--type-flex-page .node__content .hero--landing .page-title--landing .text--lead-in {
        color: #FFFFFF;
        margin-bottom: 0; }
      @media only screen and (min-width: 64em) {
        .node--type-flex-page .node__content .hero--landing .page-title--landing {
          margin: 0 auto 70px; } }
      .node--type-flex-page .node__content .hero--landing .page-title--landing h1 {
        color: #FFFFFF;
        width: 80%;
        font-size: 32px;
        font-size: 2rem;
        line-height: 40px;
        line-height: 2.5rem; }
        @media only screen and (min-width: 40em) {
          .node--type-flex-page .node__content .hero--landing .page-title--landing h1 {
            width: 55%;
            font-size: 48px;
            font-size: 3rem;
            line-height: 56px;
            line-height: 3.5rem; } }
        @media only screen and (min-width: 56em) {
          .node--type-flex-page .node__content .hero--landing .page-title--landing h1 {
            font-size: 72px;
            font-size: 4.5rem;
            line-height: 91px;
            line-height: 5.6875rem;
            width: 70%; } }
      .node--type-flex-page .node__content .hero--landing .page-title--landing .icon-arrow-down {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 50%;
        right: 0px;
        display: none; }
        @media only screen and (min-width: 56em) {
          .node--type-flex-page .node__content .hero--landing .page-title--landing .icon-arrow-down {
            display: block; } }
        .node--type-flex-page .node__content .hero--landing .page-title--landing .icon-arrow-down svg {
          fill: #FFFFFF;
          display: block; }
  .node--type-flex-page .hero--landing + .field--name-field-content,
  .node--type-flex-page .media-source + .field--name-field-content {
    margin-top: 60px; }
  .node--type-flex-page.node--view-mode-search-results .node__content {
    padding-top: 0; }
    .node--type-flex-page.node--view-mode-search-results .node__content .node-title {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px;
      line-height: 1.5rem;
      margin: 10px 0 0;
      padding: 0;
      font-weight: 500;
      position: relative;
      padding-right: 28px; }
      .node--type-flex-page.node--view-mode-search-results .node__content .node-title .title-icon {
        display: block;
        position: absolute;
        top: 5px;
        right: 15px;
        width: 16px;
        height: 13px;
        margin-left: 0;
        opacity: 0; }
        .node--type-flex-page.node--view-mode-search-results .node__content .node-title .title-icon svg {
          fill: #ee3128; }
  .node--type-flex-page.node--view-mode-teaser-portrait {
    width: 90%;
    margin-right: 15px; }
    .node--type-flex-page.node--view-mode-teaser-portrait:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 56em) {
      .node--type-flex-page.node--view-mode-teaser-portrait {
        width: 380px;
        margin-right: 30px; } }
    .node--type-flex-page.node--view-mode-teaser-portrait .field--name-field-image {
      margin: 0;
      background: #2fc0d2; }
    .node--type-flex-page.node--view-mode-teaser-portrait .node-title {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px;
      line-height: 1.5rem;
      margin: 15px 0 0;
      padding: 0;
      font-weight: 400; }
    .node--type-flex-page.node--view-mode-teaser-portrait .media-image.view-mode-teaser,
    .node--type-flex-page.node--view-mode-teaser-portrait .media-video.view-mode-teaser {
      height: 0;
      padding-bottom: 56.5%; }
  @media only screen and (min-width: 56em) {
    .node--type-flex-page.node--view-mode-teaser-plus {
      width: 585px;
      margin-right: 30px; } }
  .node--type-flex-page.node--view-mode-teaser-plus .node-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 15px 0;
    padding: 0;
    font-weight: 700; }
  .node--type-flex-page.node--view-mode-teaser-plus .node-teaser-description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 15px 0 0;
    padding: 0;
    font-weight: 400; }
  .node--type-flex-page.node--view-mode-teaser-plus .media-image.view-mode-teaser-plus,
  .node--type-flex-page.node--view-mode-teaser-plus .media-video.view-mode-teaser-plus {
    height: 0;
    padding-bottom: 56.2%; }
  .node--type-flex-page.node--view-mode-teaser-portrait, .node--type-flex-page.node--view-mode-search-results {
    width: 42%; }
    @media only screen and (min-width: 56em) {
      .node--type-flex-page.node--view-mode-teaser-portrait, .node--type-flex-page.node--view-mode-search-results {
        width: 228px;
        margin-right: 15px; } }
    .node--type-flex-page.node--view-mode-teaser-portrait .media-image.view-mode-teaser-portrait,
    .node--type-flex-page.node--view-mode-teaser-portrait .media-video.view-mode-teaser-portrait, .node--type-flex-page.node--view-mode-search-results .media-image.view-mode-teaser-portrait,
    .node--type-flex-page.node--view-mode-search-results .media-video.view-mode-teaser-portrait {
      height: 0;
      padding-bottom: 154.5%; }
      .node--type-flex-page.node--view-mode-teaser-portrait .media-image.view-mode-teaser-portrait.no-image-placeholder,
      .node--type-flex-page.node--view-mode-teaser-portrait .media-video.view-mode-teaser-portrait.no-image-placeholder, .node--type-flex-page.node--view-mode-search-results .media-image.view-mode-teaser-portrait.no-image-placeholder,
      .node--type-flex-page.node--view-mode-search-results .media-video.view-mode-teaser-portrait.no-image-placeholder {
        background: #26316c; }

.media-source {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 400;
  margin-top: 5px;
  text-align: right; }
  .media-source .secondary-source {
    display: none; }

.grouping--flex-page .group-wrapper {
  flex-wrap: wrap; }
  @media only screen and (min-width: 64em) {
    .grouping--flex-page .group-wrapper {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-flex;
      /* OLD - Firefox 19- (buggy but mostly works) */
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex; } }
  .grouping--flex-page .group-wrapper .views-row {
    margin-bottom: 30px; }
    @media only screen and (min-width: 64em) {
      .grouping--flex-page .group-wrapper .views-row {
        padding-right: 15px; } }
  .grouping--flex-page .group-wrapper .field {
    margin-bottom: 15px; }
  .grouping--flex-page .group-wrapper .node__content h1 {
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem; }

/* Page Description
* ============================
*/
.page-description--flex {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 0; }
  @media only screen and (min-width: 64em) {
    .page-description--flex {
      margin-top: 45px;
      margin-bottom: 30px;
      padding: 30px 0; } }
  .page-description--flex .flex-item:first-child, .page-description--flex footer .footer-ads #block-footerads article:first-child, footer .footer-ads #block-footerads .page-description--flex article:first-child {
    margin-bottom: 15px; }
    @media only screen and (min-width: 56em) {
      .page-description--flex .flex-item:first-child, .page-description--flex footer .footer-ads #block-footerads article:first-child, footer .footer-ads #block-footerads .page-description--flex article:first-child {
        padding-right: 60px; } }
    .page-description--flex .flex-item:first-child h2, .page-description--flex footer .footer-ads #block-footerads article:first-child h2, footer .footer-ads #block-footerads .page-description--flex article:first-child h2 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 30px;
      line-height: 1.875rem; }
      @media only screen and (min-width: 56em) {
        .page-description--flex .flex-item:first-child h2, .page-description--flex footer .footer-ads #block-footerads article:first-child h2, footer .footer-ads #block-footerads .page-description--flex article:first-child h2 {
          font-size: 36px;
          font-size: 2.25rem;
          line-height: 40px;
          line-height: 2.5rem; } }
    @media only screen and (min-width: 64em) {
      .page-description--flex .flex-item:first-child, .page-description--flex footer .footer-ads #block-footerads article:first-child, footer .footer-ads #block-footerads .page-description--flex article:first-child {
        margin-bottom: 0; } }

/********************
** Alert
********************/
.node--type-alert p {
  color: #FFFFFF;
  display: block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center; }

.node--type-attraction {
  position: relative; }
  .node--type-attraction.node--view-mode-full .media {
    margin-bottom: 30px; }
    @media only screen and (min-width: 56em) {
      .node--type-attraction.node--view-mode-full .media {
        margin-bottom: 60px; } }
    .node--type-attraction.node--view-mode-full .media.effect--reveal .field--name-field-image {
      opacity: 0;
      transition: opacity 0.25s cubic-bezier(0.55, 0.085, 0, 0.99) 0s; }
    .node--type-attraction.node--view-mode-full .media.effect--reveal.effect--animated .field--name-field-image {
      opacity: 1; }
  .node--type-attraction.node--view-mode-full .field--name-field-image {
    height: 0;
    padding-bottom: 50%; }
    .node--type-attraction.node--view-mode-full .field--name-field-image picture, .node--type-attraction.node--view-mode-full .field--name-field-image img {
      width: 100%;
      display: block; }
  @media only screen and (min-width: 56em) {
    .node--type-attraction.node--view-mode-full .flex--col-2 .flex-item:first-child, .node--type-attraction.node--view-mode-full .paragraph--type--wysiwyg .field .kv-block .flex-item:first-child, .paragraph--type--wysiwyg .field .node--type-attraction.node--view-mode-full .kv-block .flex-item:first-child, .node--type-attraction.node--view-mode-full .flex--col-2 footer .footer-ads #block-footerads article:first-child, footer .footer-ads #block-footerads .node--type-attraction.node--view-mode-full .flex--col-2 article:first-child, .node--type-attraction.node--view-mode-full .paragraph--type--wysiwyg .field .kv-block footer .footer-ads #block-footerads article:first-child, footer .footer-ads #block-footerads .node--type-attraction.node--view-mode-full .paragraph--type--wysiwyg .field .kv-block article:first-child, .paragraph--type--wysiwyg .field .node--type-attraction.node--view-mode-full .kv-block footer .footer-ads #block-footerads article:first-child, footer .footer-ads #block-footerads .paragraph--type--wysiwyg .field .node--type-attraction.node--view-mode-full .kv-block article:first-child {
      padding-right: 30px; }
    .node--type-attraction.node--view-mode-full .flex--col-2 .flex-item:last-child, .node--type-attraction.node--view-mode-full .paragraph--type--wysiwyg .field .kv-block .flex-item:last-child, .paragraph--type--wysiwyg .field .node--type-attraction.node--view-mode-full .kv-block .flex-item:last-child, .node--type-attraction.node--view-mode-full .flex--col-2 footer .footer-ads #block-footerads article:last-child, footer .footer-ads #block-footerads .node--type-attraction.node--view-mode-full .flex--col-2 article:last-child, .node--type-attraction.node--view-mode-full .paragraph--type--wysiwyg .field .kv-block footer .footer-ads #block-footerads article:last-child, footer .footer-ads #block-footerads .node--type-attraction.node--view-mode-full .paragraph--type--wysiwyg .field .kv-block article:last-child, .paragraph--type--wysiwyg .field .node--type-attraction.node--view-mode-full .kv-block footer .footer-ads #block-footerads article:last-child, footer .footer-ads #block-footerads .paragraph--type--wysiwyg .field .node--type-attraction.node--view-mode-full .kv-block article:last-child {
      padding-left: 30px; } }
  .node--type-attraction.node--view-mode-full .node-title {
    margin: 0 0 15px 0;
    position: relative;
    padding: 0;
    width: 90%;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem; }
    @media only screen and (min-width: 56em) {
      .node--type-attraction.node--view-mode-full .node-title {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 50px;
        line-height: 3.125rem;
        margin: 0 0 60px 0;
        width: 75%; } }
    .node--type-attraction.node--view-mode-full .node-title a {
      text-decoration: none;
      display: inline-block;
      transition: color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
      .node--type-attraction.node--view-mode-full .node-title a:hover {
        color: #ee3128; }
        .node--type-attraction.node--view-mode-full .node-title a:hover .title-link-icon {
          transform: rotate(-45deg) translate3d(10px, 0, 0); }
      .node--type-attraction.node--view-mode-full .node-title a .title-link-icon {
        display: block;
        width: 20px;
        height: 16px;
        position: absolute;
        top: 0;
        left: 100%;
        transform: rotate(-45deg) translate3d(0, 0, 0);
        transition: transform 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
        .node--type-attraction.node--view-mode-full .node-title a .title-link-icon svg {
          width: 100%;
          height: 100%;
          display: block;
          fill: #ee3128; }
  .node--type-attraction.node--view-mode-full .details-block {
    margin: 0 0 60px 0; }
    .node--type-attraction.node--view-mode-full .details-block.details-block--title .flex-item, .node--type-attraction.node--view-mode-full .details-block.details-block--title footer .footer-ads #block-footerads article, footer .footer-ads #block-footerads .node--type-attraction.node--view-mode-full .details-block.details-block--title article {
      position: relative; }
    .node--type-attraction.node--view-mode-full .details-block.details-block--desc .col--desc {
      position: relative;
      order: 0;
      margin: 60px 0 30px; }
      @media only screen and (min-width: 56em) {
        .node--type-attraction.node--view-mode-full .details-block.details-block--desc .col--desc {
          order: 1;
          padding: 0 0 0 30px;
          margin: 0; } }
      .node--type-attraction.node--view-mode-full .details-block.details-block--desc .col--desc:before {
        content: "";
        height: 3px;
        width: 84px;
        background-image: url(../../images/dotted.png);
        background-repeat: repeat;
        position: absolute;
        display: block;
        top: -30px;
        left: 0; }
        @media only screen and (min-width: 56em) {
          .node--type-attraction.node--view-mode-full .details-block.details-block--desc .col--desc:before {
            top: -60px;
            left: 30px; } }
    .node--type-attraction.node--view-mode-full .details-block.details-block--desc .col--listing-details {
      order: 1; }
      @media only screen and (min-width: 56em) {
        .node--type-attraction.node--view-mode-full .details-block.details-block--desc .col--listing-details {
          order: 0;
          padding: 0 30px 0 0; } }
    .node--type-attraction.node--view-mode-full .details-block.details-block--desc .paragraph {
      margin-bottom: 0; }
  .node--type-attraction.node--view-mode-full .field--name-field-hours-of-operation > .field__item {
    margin: 0 0 15px 0; }
    .node--type-attraction.node--view-mode-full .field--name-field-hours-of-operation > .field__item:last-child {
      margin: 0; }
  .node--type-attraction.node--view-mode-full .accessibility-line {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-weight: 700; }
    .node--type-attraction.node--view-mode-full .accessibility-line svg {
      display: inline-block;
      position: relative;
      top: 5px;
      width: 24px;
      height: 24px;
      fill: #26316c;
      margin-right: 0.5em; }
  .node--type-attraction.node--view-mode-full .field--name-field-hoo-description {
    font-weight: 700; }
  .node--type-attraction.node--view-mode-full .field--name-field-category {
    padding-top: 15px;
    margin: 0 0 30px 0; }
    .node--type-attraction.node--view-mode-full .field--name-field-category .field__item {
      display: inline-block; }
      .node--type-attraction.node--view-mode-full .field--name-field-category .field__item a {
        color: rgba(38, 49, 108, 0.8);
        font-weight: 700;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 23px;
        line-height: 1.4375rem;
        text-decoration: none; }
        @media only screen and (min-width: 56em) {
          .node--type-attraction.node--view-mode-full .field--name-field-category .field__item a {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 28px;
            line-height: 1.75rem; } }
        .node--type-attraction.node--view-mode-full .field--name-field-category .field__item a:hover {
          color: #ee3128;
          text-decoration: underline; }
        .node--type-attraction.node--view-mode-full .field--name-field-category .field__item a:after {
          content: ','; }
      .node--type-attraction.node--view-mode-full .field--name-field-category .field__item:last-child a:after {
        content: ''; }
  .node--type-attraction.node--view-mode-full .field--name-field-description {
    position: relative; }
    .node--type-attraction.node--view-mode-full .field--name-field-description a {
      position: relative;
      color: #26316c;
      text-decoration: none;
      font-weight: 700;
      border-bottom: none;
      box-shadow: inset 0px -3px 0px 0px rgba(38, 49, 108, 0.2);
      transition: box-shadow 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
      .node--type-attraction.node--view-mode-full .field--name-field-description a:hover {
        box-shadow: inset 0px -1.5rem 0px 0px rgba(38, 49, 108, 0.2); }
  .node--type-attraction.node--view-mode-full .map-block {
    margin: 0 0 30px 0; }
  .node--type-attraction.node--view-mode-full .node--view-mode-teaser .media,
  .node--type-attraction.node--view-mode-full .node--view-mode-teaser-plus .media,
  .node--type-attraction.node--view-mode-full .node--view-mode-teaser-portrait .media {
    margin-bottom: 0; }
    @media only screen and (min-width: 56em) {
      .node--type-attraction.node--view-mode-full .node--view-mode-teaser .media,
      .node--type-attraction.node--view-mode-full .node--view-mode-teaser-plus .media,
      .node--type-attraction.node--view-mode-full .node--view-mode-teaser-portrait .media {
        margin-bottom: 0; } }
  .node--type-attraction.node--view-mode-teaser, .node--type-attraction.node--view-mode-teaser-plus, .node--type-attraction.node--view-mode-teaser-portrait, .node--type-attraction.node--view-mode-search-results {
    width: 90%;
    margin-right: 15px; }
    .node--type-attraction.node--view-mode-teaser:last-child, .node--type-attraction.node--view-mode-teaser-plus:last-child, .node--type-attraction.node--view-mode-teaser-portrait:last-child, .node--type-attraction.node--view-mode-search-results:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 56em) {
      .node--type-attraction.node--view-mode-teaser, .node--type-attraction.node--view-mode-teaser-plus, .node--type-attraction.node--view-mode-teaser-portrait, .node--type-attraction.node--view-mode-search-results {
        width: 31.6%;
        margin-right: 2.5%; } }
    .node--type-attraction.node--view-mode-teaser .field--name-field-image, .node--type-attraction.node--view-mode-teaser-plus .field--name-field-image, .node--type-attraction.node--view-mode-teaser-portrait .field--name-field-image, .node--type-attraction.node--view-mode-search-results .field--name-field-image {
      margin: 0;
      position: relative;
      overflow: hidden; }
      .node--type-attraction.node--view-mode-teaser .field--name-field-image img, .node--type-attraction.node--view-mode-teaser-plus .field--name-field-image img, .node--type-attraction.node--view-mode-teaser-portrait .field--name-field-image img, .node--type-attraction.node--view-mode-search-results .field--name-field-image img {
        position: absolute;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        margin: auto; }
    .node--type-attraction.node--view-mode-teaser .node-title, .node--type-attraction.node--view-mode-teaser-plus .node-title, .node--type-attraction.node--view-mode-teaser-portrait .node-title, .node--type-attraction.node--view-mode-search-results .node-title {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px;
      line-height: 1.5rem;
      margin: 10px 0 0;
      padding: 0;
      font-weight: 500;
      position: relative;
      padding-right: 28px; }
      .node--type-attraction.node--view-mode-teaser .node-title .title-icon, .node--type-attraction.node--view-mode-teaser-plus .node-title .title-icon, .node--type-attraction.node--view-mode-teaser-portrait .node-title .title-icon, .node--type-attraction.node--view-mode-search-results .node-title .title-icon {
        display: block;
        position: absolute;
        top: 5px;
        right: 15px;
        width: 16px;
        height: 13px;
        margin-left: 0;
        opacity: 0; }
        .node--type-attraction.node--view-mode-teaser .node-title .title-icon svg, .node--type-attraction.node--view-mode-teaser-plus .node-title .title-icon svg, .node--type-attraction.node--view-mode-teaser-portrait .node-title .title-icon svg, .node--type-attraction.node--view-mode-search-results .node-title .title-icon svg {
          fill: #ee3128; }
    .node--type-attraction.node--view-mode-teaser .media-image.view-mode-teaser, .node--type-attraction.node--view-mode-teaser-plus .media-image.view-mode-teaser, .node--type-attraction.node--view-mode-teaser-portrait .media-image.view-mode-teaser, .node--type-attraction.node--view-mode-search-results .media-image.view-mode-teaser {
      height: 0;
      padding-bottom: 56.5%; }
  @media only screen and (min-width: 56em) {
    .node--type-attraction.node--view-mode-teaser-plus {
      width: 585px;
      margin-right: 30px; } }
  .node--type-attraction.node--view-mode-teaser-plus .node-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin: 15px 0 5px;
    padding: 0;
    font-weight: 700; }
  .node--type-attraction.node--view-mode-teaser-plus .node-teaser-description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 15px 0 0;
    padding: 0;
    font-weight: 500; }
  .node--type-attraction.node--view-mode-teaser-plus .media-image.view-mode-teaser-plus {
    height: 0;
    padding-bottom: 56.2%; }
  .node--type-attraction.node--view-mode-teaser-portrait, .node--type-attraction.node--view-mode-search-results {
    width: 42%; }
    @media only screen and (min-width: 56em) {
      .node--type-attraction.node--view-mode-teaser-portrait, .node--type-attraction.node--view-mode-search-results {
        width: 228px;
        margin-right: 15px; } }
    .node--type-attraction.node--view-mode-teaser-portrait .field--name-field-image, .node--type-attraction.node--view-mode-search-results .field--name-field-image {
      height: auto;
      padding-bottom: 0; }
    .node--type-attraction.node--view-mode-teaser-portrait .media-image.view-mode-teaser-portrait, .node--type-attraction.node--view-mode-search-results .media-image.view-mode-teaser-portrait {
      height: 0;
      padding-bottom: 154.5%; }
      .node--type-attraction.node--view-mode-teaser-portrait .media-image.view-mode-teaser-portrait.no-image-placeholder, .node--type-attraction.node--view-mode-search-results .media-image.view-mode-teaser-portrait.no-image-placeholder {
        background: #26316c; }
  .node--type-attraction .field--name-field-teaser-short-description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem; }
    @media only screen and (min-width: 64em) {
      .node--type-attraction .field--name-field-teaser-short-description {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 24px;
        line-height: 1.5rem; } }

.nps-badge {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 15px;
  right: 0; }

.w-nps-badge .field--name-field-category {
  padding-right: 46px; }

.kv-block {
  position: relative;
  padding: 0 0 30px 0px;
  margin: 0 0 30px 0;
  border-bottom: 3px solid rgba(38, 49, 108, 0.3); }
  .kv-block .f-label {
    position: relative;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
    line-height: 1.5625rem; }
  .kv-block .content {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem; }
    .kv-block .content .field__label {
      font-weight: 700; }
  @media only screen and (min-width: 40em) {
    .kv-block {
      padding: 0 0 15px 160px;
      margin: 0 0 30px 0; }
      .kv-block .f-label {
        position: absolute; } }
  @media only screen and (min-width: 56em) {
    .kv-block {
      padding: 0 0 15px 0px;
      margin: 0 0 30px 0;
      border-bottom-color: transparent; }
      .kv-block .f-label {
        position: relative; } }
  @media only screen and (min-width: 64em) {
    .kv-block {
      padding: 0 0 0 160px;
      margin: 0 0 30px 0; }
      .kv-block .f-label {
        position: absolute; } }

/*
* Grouping
* ===================================
*/
.grouping--listing .group-wrapper {
  flex-wrap: wrap; }
  @media only screen and (min-width: 64em) {
    .grouping--listing .group-wrapper {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-flex;
      /* OLD - Firefox 19- (buggy but mostly works) */
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex; } }
  .grouping--listing .group-wrapper .views-row {
    margin-bottom: 30px; }
    @media only screen and (min-width: 64em) {
      .grouping--listing .group-wrapper .views-row {
        width: 33%;
        padding-right: 30px; } }
    .grouping--listing .group-wrapper .views-row article {
      width: 100%; }
  .grouping--listing .group-wrapper .field {
    margin-bottom: 15px; }
  .grouping--listing .group-wrapper .node__content h1 {
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem; }

.paragraph--type--listing-callout-list {
  margin-bottom: 60px; }
  .paragraph--type--listing-callout-list.row--grid {
    position: relative;
    padding-top: 45px;
    min-height: 830px; }
    .paragraph--type--listing-callout-list.row--grid .grid-sorting {
      position: relative;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 23px;
      line-height: 1.4375rem;
      font-weight: 700;
      margin-bottom: 30px; }
      @media only screen and (min-width: 64em) {
        .paragraph--type--listing-callout-list.row--grid .grid-sorting {
          position: absolute;
          top: 2px;
          right: 0; } }
      .paragraph--type--listing-callout-list.row--grid .grid-sorting button {
        display: inline-block;
        font-weight: 500;
        background: transparent;
        margin: 0 15px;
        border-bottom: 2px solid transparent;
        transition: color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
        .paragraph--type--listing-callout-list.row--grid .grid-sorting button.selected {
          font-weight: 700;
          border-bottom: 2px solid #ee3128; }
        .paragraph--type--listing-callout-list.row--grid .grid-sorting button:hover {
          color: #ee3128; }
          .paragraph--type--listing-callout-list.row--grid .grid-sorting button:hover.selected {
            color: #26316c; }
    @media only screen and (min-width: 40em) {
      .paragraph--type--listing-callout-list.row--grid .grid-items {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-flex;
        /* OLD - Firefox 19- (buggy but mostly works) */
        /* TWEENER - IE 10 */
        /* NEW - Chrome */
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .paragraph--type--listing-callout-list.row--grid .grid-items .node {
          margin: 0 0 60px 0;
          /* OLD - iOS 6-, Safari 3.1-6 */
          /* OLD - Firefox 19- */
          /* Chrome */
          /* IE 10 */
          flex: 0 0 48%; } }
    @media only screen and (min-width: 56em) {
      .paragraph--type--listing-callout-list.row--grid .grid-items .node {
        margin: 0 0 60px 0;
        /* OLD - iOS 6-, Safari 3.1-6 */
        /* OLD - Firefox 19- */
        /* Chrome */
        /* IE 10 */
        flex: 0 0 32%; } }
    .paragraph--type--listing-callout-list.row--grid .grid-items.featured .node--promoted {
      order: -1; }

.field--name-field-content .map-wrapper.listing-map-multi {
  margin-bottom: 90px; }

.view-listings {
  position: relative; }
  .view-listings .f-label {
    color: #ee3128; }
  .view-listings .view-filters {
    position: relative;
    margin-bottom: 30px; }
    @media only screen and (min-width: 64em) {
      .view-listings .view-filters {
        position: absolute;
        top: 0;
        right: 0; } }
  .view-listings form > div {
    display: inline-block; }
  .view-listings form .form-item, .view-listings form #edit-sort-order {
    display: inline-block; }
    .view-listings form .form-item .sort-label, .view-listings form .form-item .fieldset-wrapper, .view-listings form #edit-sort-order .sort-label, .view-listings form #edit-sort-order .fieldset-wrapper {
      display: inline-block; }
    .view-listings form .form-item .sort-label, .view-listings form #edit-sort-order .sort-label {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 23px;
      line-height: 1.4375rem;
      font-weight: 700; }
    .view-listings form .form-item .js-form-type-radio input, .view-listings form #edit-sort-order .js-form-type-radio input {
      visibility: hidden;
      width: 0;
      height: 0;
      transition: color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
    .view-listings form .form-item .js-form-type-radio input[type="radio"]:checked + label, .view-listings form #edit-sort-order .js-form-type-radio input[type="radio"]:checked + label {
      font-weight: 700;
      border-bottom: 2px solid #ee3128; }
      .view-listings form .form-item .js-form-type-radio input[type="radio"]:checked + label:hover, .view-listings form #edit-sort-order .js-form-type-radio input[type="radio"]:checked + label:hover {
        color: #26316c; }
    .view-listings form .form-item .js-form-type-radio label, .view-listings form #edit-sort-order .js-form-type-radio label {
      display: inline-block;
      font-weight: 500;
      background: transparent;
      margin: 0 3px;
      border-bottom: 2px solid transparent;
      cursor: pointer; }
      .view-listings form .form-item .js-form-type-radio label:hover, .view-listings form #edit-sort-order .js-form-type-radio label:hover {
        color: #ee3128; }
    .view-listings form .form-item.form-item-cat, .view-listings form #edit-sort-order.form-item-cat {
      margin-left: 0px;
      margin-top: 30px;
      position: relative;
      cursor: pointer; }
      @media only screen and (min-width: 40em) {
        .view-listings form .form-item.form-item-cat, .view-listings form #edit-sort-order.form-item-cat {
          margin-top: 0px;
          margin-left: 40px; } }
      @media only screen and (min-width: 64em) {
        .view-listings form .form-item.form-item-cat, .view-listings form #edit-sort-order.form-item-cat {
          margin-left: 80px; } }
      .view-listings form .form-item.form-item-cat:after, .view-listings form #edit-sort-order.form-item-cat:after {
        content: url(../../icons/icon-arrow-down.svg);
        position: absolute;
        display: block;
        top: 40%;
        right: 0;
        width: 7px;
        height: 7px;
        transform: rotate(90deg); }
    .view-listings form .form-item select, .view-listings form #edit-sort-order select {
      -webkit-appearance: none;
      background: transparent;
      color: #ee3128;
      border-bottom: 2px solid #ee3128;
      border-radius: 0;
      padding-right: 25px;
      font-weight: 700;
      cursor: pointer; }
      .view-listings form .form-item select::-ms-expand, .view-listings form #edit-sort-order select::-ms-expand {
        display: none; }
  .view-listings form .form-item-sort-by label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 23px;
    line-height: 1.4375rem;
    font-weight: 700; }
  .view-listings form .form-item-sort-by .form-select {
    display: inline-block; }
    .view-listings form .form-item-sort-by .form-select > div {
      display: inline-block;
      font-weight: 500;
      background: transparent;
      margin: 0 3px;
      border-bottom: 2px solid transparent; }
      .view-listings form .form-item-sort-by .form-select > div.bef-link-active {
        font-weight: 700;
        border-bottom: 2px solid #ee3128; }
      .view-listings form .form-item-sort-by .form-select > div a {
        color: #26316c;
        text-decoration: none; }
  @media only screen and (min-width: 40em) {
    .view-listings .view-content .views-infinite-scroll-content-wrapper {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-flex;
      /* OLD - Firefox 19- (buggy but mostly works) */
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .view-listings .view-content article.node {
      margin: 0 0 60px 0;
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- */
      /* Chrome */
      /* IE 10 */
      flex: 0 0 48%; } }
  @media only screen and (min-width: 56em) {
    .view-listings .view-content article.node {
      margin: 0 0 60px 0;
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- */
      /* Chrome */
      /* IE 10 */
      flex: 0 0 32%; } }
  .view-listings .pager {
    margin: 3px 0;
    text-align: center;
    list-style-type: none; }
    .view-listings .pager .button {
      position: relative;
      color: #ee3128;
      text-decoration: none;
      font-weight: 700;
      border-bottom: none;
      box-shadow: inset 0px -3px 0px 0px rgba(238, 49, 40, 0.2);
      transition: box-shadow 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
      .view-listings .pager .button:hover {
        box-shadow: inset 0px -1.5rem 0px 0px rgba(238, 49, 40, 0.2); }

.node--type-question.node--view-mode-full, .node--type-question.node--view-mode-search-results {
  width: 90%;
  margin-right: 15px; }
  @media only screen and (min-width: 56em) {
    .node--type-question.node--view-mode-full, .node--type-question.node--view-mode-search-results {
      width: 31.6%;
      margin-right: 2.5%; } }
  .node--type-question.node--view-mode-full .field--name-field-question, .node--type-question.node--view-mode-search-results .field--name-field-question {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px; }
    @media only screen and (min-width: 56em) {
      .node--type-question.node--view-mode-full .field--name-field-question, .node--type-question.node--view-mode-search-results .field--name-field-question {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28px;
        line-height: 1.75rem; } }
  .node--type-question.node--view-mode-full .field--name-field-answer, .node--type-question.node--view-mode-search-results .field--name-field-answer {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem; }
    .node--type-question.node--view-mode-full .field--name-field-answer p a, .node--type-question.node--view-mode-search-results .field--name-field-answer p a {
      position: relative;
      color: #26316c;
      text-decoration: none;
      font-weight: 700;
      border-bottom: none;
      box-shadow: inset 0px -3px 0px 0px rgba(38, 49, 108, 0.2);
      transition: box-shadow 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
      .node--type-question.node--view-mode-full .field--name-field-answer p a:hover, .node--type-question.node--view-mode-search-results .field--name-field-answer p a:hover {
        box-shadow: inset 0px -1.5rem 0px 0px rgba(38, 49, 108, 0.2); }
    @media only screen and (min-width: 56em) {
      .node--type-question.node--view-mode-full .field--name-field-answer, .node--type-question.node--view-mode-search-results .field--name-field-answer {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 24px;
        line-height: 1.5rem; } }

@media only screen and (min-width: 56em) {
  .grouping--question .group-wrapper {
    flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-flex;
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    margin: 0 -1.5%; } }

.grouping--question .group-wrapper .views-row {
  margin: 0 0; }
  @media only screen and (min-width: 56em) {
    .grouping--question .group-wrapper .views-row {
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- */
      /* Chrome */
      /* IE 10 */
      flex: 0 0 auto;
      width: 30%;
      margin: 0 1.5%; } }
  .grouping--question .group-wrapper .views-row article.node {
    width: 100%; }

.node--type-graphic-display-slide {
  padding: 60px 0; }
  .node--type-graphic-display-slide .field {
    margin: 15px 0; }
  .node--type-graphic-display-slide .field__label {
    font-weight: 700; }
  .node--type-graphic-display-slide img {
    width: auto;
    height: auto; }

.shopping-cart-wrapper .text-qty {
  background: #ee3128; }

/*
BOT Customizations for Shopify Shopping Cart integration.
 */
a.shopping-cart {
  display: flex;
  align-items: center;
  flex: none;
  margin-left: 10px; }
  a.shopping-cart .ticket-icon {
    left: auto;
    right: auto;
    top: auto;
    display: block;
    width: 25px;
    height: auto;
    position: relative;
    float: left;
    transform: none;
    margin-left: 10px; }
  a.shopping-cart .text-qty {
    position: absolute;
    top: -10px;
    right: -15px;
    background: #ee3128;
    font-size: 10px;
    color: #fff;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 4px; }
    a.shopping-cart .text-qty:hover {
      background: #fff;
      color: #ee3128; }
    a.shopping-cart .text-qty:empty {
      display: none; }

.shopping-cart-wrapper {
  position: relative; }

header .mobile {
  display: block;
  position: absolute;
  top: 33px;
  right: 85px; }

.site-search + .shopping-cart {
  display: none; }

.node--type-flex-page .page-title h1 img {
  top: -20px; }

@media screen and (max-width: 1022px) {
  a.shopping-cart {
    top: -10px;
    margin-left: 30px; }
    a.shopping-cart .text-qty {
      background: #fff;
      color: #ee3128; } }

@media screen and (min-width: 1024px) {
  header .mobile {
    display: none; }
  .site-search + .shopping-cart {
    display: flex; } }

@media only screen and (max-width: 30em) {
  .node--type-flex-page .page-title h1 img {
    max-width: 30%;
    height: auto;
    top: -10px; } }

/*
BOT Customizations for webform.
 */
form[class*="webform"] .form-item {
  position: relative; }
  form[class*="webform"] .form-item label {
    font-weight: 700;
    margin-bottom: 6px; }
  form[class*="webform"] .form-item input, form[class*="webform"] .form-item textarea, form[class*="webform"] .form-item select {
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 3px solid #26316c;
    padding: 5px 10px;
    display: inline-block; }
  form[class*="webform"] .form-item select {
    -webkit-appearance: none; }
  form[class*="webform"] .form-item.js-form-type-select:after {
    content: url("/themes/custom/ivc_theme/icons/icon-arrow-down.svg");
    position: absolute;
    display: block;
    bottom: 26px;
    right: 5px;
    width: 7px;
    height: 7px;
    transform: rotate(90deg); }

form[class*="webform"] input.button {
  position: relative;
  cursor: pointer;
  color: #ee3128;
  font-weight: bold;
  background: none;
  margin: 10px 0;
  box-shadow: inset 0px -3px 0px 0px rgba(238, 49, 40, 0.2);
  transition: box-shadow 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99); }
  form[class*="webform"] input.button:hover {
    box-shadow: inset 0px -1.5rem 0px 0px rgba(238, 49, 40, 0.2); }

.paragraph .webform-submission-form {
  max-width: 800px;
  margin: 0 auto; }

form[class*="webform"] .form-item[class*="checkbox"] input {
    width: auto;
}
[class*="webform-checkboxes"] {
    margin-bottom: 10px;
}

/* Lonely little style... */
#edit-captcha-response--description {
  margin-bottom: 6px; }

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