@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,700");
:root {
  /* Tokens and variables */
  /* To get started, replace these example design tokens with your own, unique values. */
  /* Typography
// ========================================== */
  /* Start with the names and weights of your blue typeface: */
  /* And the name and weights of your supporting typeface: */
  /* Add values for your typographic hierarchy in em/rem units: */
  /* Very large sizes */
  /* Large sizes */
  /* Regular sizes */
  /* Small sizes */
  /* Colour
// ========================================== */
  /* Add hex values to your colour palette,, starting with your blue colour.
   Each set of colours includes one neutral value, plus four tints, two dark and two light. */
  /* neutral colour: */
  /* And two pairs of colours for type, one to contrast against light backgrounds
   and another for dark backgrounds. */
  /* Finally, add two colours for positive and negative messages. They’ll be used
   for backgrounds, borders and as text colours. */
  /* DESIGN TOKENS */
  /* Universal values that can be applied to any element, regardless of content or kind.
   Design tokens are distinct from variables for use with pre-processors such as LESS or SaSS.
   Replace these example design tokens with your own, unique values. */
  /* Brand colour
// ========================================== */
  /* Background colours
// ========================================== */
  /* Border colours
// ========================================== */
  /* Border radius
// ========================================== */
  /* Border widths
// ========================================== */
  /* Alternative type colours
// ========================================== */
  /* Line heights
// ========================================== */
  /* Spacing
// ========================================== */
  /* Timing
// ========================================== */
  /* VARIABLES */
  /* Can be applied to a specific kind of element, for example a button or an input.
   Replace these example variables with your own, unique values. */
  /* Buttons
// ========================================== */
  /* default */
  /* custom */
  /* Alt */
  /* Messaging */
  /* Forms
// ==========================================  */
  /* Links
// ========================================== */
  /* Regions
// ========================================== */
  /* Tables
// ========================================== */
  /* Tabs
// ========================================== */
}

/* Variables */
/* Mixins */
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

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

.middle-xs {
  align-items: center;
}

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

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

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

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 37.5em) {
  .col-sm, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}

@media only screen and (min-width: 48em) {
  .col-md, .col-md-offset-0, .col-md-offset-1, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .col-lg, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}

@media only screen and (min-width: 80em) {
  .col-xl, .col-xl-offset-0, .col-xl-offset-1, .col-xl-offset-2, .col-xl-offset-3, .col-xl-offset-4, .col-xl-offset-5, .col-xl-offset-6, .col-xl-offset-7, .col-xl-offset-8, .col-xl-offset-9, .col-xl-offset-10, .col-xl-offset-11, .col-xl-offset-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .start-xl {
    justify-content: flex-start;
    text-align: start;
  }
  .center-xl {
    justify-content: center;
    text-align: center;
  }
  .end-xl {
    justify-content: flex-end;
    text-align: end;
  }
  .top-xl {
    align-items: flex-start;
  }
  .middle-xl {
    align-items: center;
  }
  .bottom-xl {
    align-items: flex-end;
  }
  .around-xl {
    justify-content: space-around;
  }
  .between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}

/**************** Mixins *******************/
/* Flex
// ========================================== */
/* Gradient
// ========================================== */
.contain {
  margin: 0;
  padding: 0 2rem;
}

@media screen and (min-width: 48em) {
  .contain {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
  }
}

.content-block-title, .grid-featured-h-card .grid-block-title, .flight-map-block .grid-block-title, .grid-image-with-text .grid-block-title, .grid-image .grid-block-title, .grid-vertical-cards-block .grid-block-title,
.grid-horizontal-cards-block .grid-block-title, .grid-festival-cards .grid-block-title, .grid-horizontal-card .grid-block-title, .section-title {
  flex: 100%;
  font-family: 'Raleway', serif;
  text-align: center;
  padding: 3rem 2rem;
  word-spacing: 2px;
  font-size: calc((1.728 * 1rem));
  color: #4A4A4A;
  font-weight: 300;
  letter-spacing: 0;
}

@media screen and (min-width: 23em) {
  .content-block-title, .grid-featured-h-card .grid-block-title, .flight-map-block .grid-block-title, .grid-image-with-text .grid-block-title, .grid-image .grid-block-title, .grid-vertical-cards-block .grid-block-title,
  .grid-horizontal-cards-block .grid-block-title, .grid-festival-cards .grid-block-title, .grid-horizontal-card .grid-block-title, .section-title {
    font-size: calc((2.074 * 1rem) + (2.488 - 2.074) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 48em) {
  .content-block-title, .grid-featured-h-card .grid-block-title, .flight-map-block .grid-block-title, .grid-image-with-text .grid-block-title, .grid-image .grid-block-title, .grid-vertical-cards-block .grid-block-title,
  .grid-horizontal-cards-block .grid-block-title, .grid-festival-cards .grid-block-title, .grid-horizontal-card .grid-block-title, .section-title {
    padding: 4rem;
  }
}

@media screen and (min-width: 64em) {
  .content-block-title, .grid-featured-h-card .grid-block-title, .flight-map-block .grid-block-title, .grid-image-with-text .grid-block-title, .grid-image .grid-block-title, .grid-vertical-cards-block .grid-block-title,
  .grid-horizontal-cards-block .grid-block-title, .grid-festival-cards .grid-block-title, .grid-horizontal-card .grid-block-title, .section-title {
    font-size: 3rem;
  }
}

.color--warm-gray {
  color: #F4F5F8;
}

.weight--normal {
  font-weight: 400;
}

.transform--uppercase {
  text-transform: uppercase;
}

.scale-in-center {
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.scale-out-center {
  animation: scale-out-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fade-in-top {
  animation: fade-in-top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fade-in-top2 {
  animation: fade-in-top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}

.fade-in-top3:nth-child(1) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both;
}

.fade-in-top3:nth-child(2) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s both;
}

.fade-in-top3:nth-child(3) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
}

.fade-in-top3:nth-child(4) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s both;
}

.fade-in-top3:nth-child(5) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
}

.fade-in-top3:nth-child(6) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s both;
}

.fade-in-top3:nth-child(7) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
}

.fade-in-top3:nth-child(8) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s both;
}

.fade-in-top3:nth-child(9) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both;
}

.fade-in-top3:nth-child(10) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s both;
}

.fade-in-top3:nth-child(11) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

.fade-in-top3:nth-child(12) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s both;
}

.fade-in-top3:nth-child(13) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s both;
}

.fade-in-top3:nth-child(14) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.65s both;
}

.fade-in-top3:nth-child(15) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s both;
}

.fade-in-top3:nth-child(16) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.75s both;
}

.fade-in-top3:nth-child(17) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s both;
}

.fade-in-top3:nth-child(18) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.85s both;
}

.fade-in-top3:nth-child(19) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s both;
}

.fade-in-top3:nth-child(20) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.95s both;
}

.fade-out-top {
  animation: fade-out-top 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.fade-in-bottom {
  animation: fade-in-bottom 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.52s both;
}

.fade-in-left {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fade-in-left2:nth-child(1) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both;
}

.fade-in-left2:nth-child(2) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
}

.fade-in-left2:nth-child(3) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both;
}

.fade-in-left2:nth-child(4) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s both;
}

.fade-in-left2:nth-child(5) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s both;
}

.fade-in-left2:nth-child(6) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}

.fade-in-left2:nth-child(7) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s both;
}

.fade-in-left2:nth-child(8) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s both;
}

.fade-in-left2:nth-child(9) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s both;
}

.fade-in-left2:nth-child(10) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s both;
}

.fade-in-left2:nth-child(11) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both;
}

.fade-in-left2:nth-child(12) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s both;
}

.fade-in-left2:nth-child(13) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.4s both;
}

.fade-in-left2:nth-child(14) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.6s both;
}

.fade-in-left2:nth-child(15) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.8s both;
}

.fade-in-left2:nth-child(16) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s both;
}

.fade-in-left2:nth-child(17) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.2s both;
}

.fade-in-left2:nth-child(18) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.4s both;
}

.fade-in-left2:nth-child(19) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.6s both;
}

.fade-in-left2:nth-child(20) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.8s both;
}

.fade-in-left2:nth-child(21) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4s both;
}

.fade-in-left2:nth-child(22) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4.2s both;
}

.fade-in-left2:nth-child(23) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4.4s both;
}

.fade-in-left2:nth-child(24) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4.6s both;
}

.fade-in-left2:nth-child(25) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4.8s both;
}

.fade-in-left2:nth-child(26) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 5s both;
}

.fade-in-left2:nth-child(27) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 5.2s both;
}

.fade-in-left2:nth-child(28) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 5.4s both;
}

.fade-in-left2:nth-child(29) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 5.6s both;
}

.fade-in-left2:nth-child(30) {
  animation: fade-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 5.8s both;
}

.fade-in-right {
  animation: fade-in-right 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.opacityOnAndOff {
  animation: opacityOnAndOff cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-in-blurred-right {
  animation: slide-in-blurred-right 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
  transition: 0.5s;
}

.slide-in-right {
  animation: slide-in-right 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.slide-in-left {
  animation: slide-in-left 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.scale-in-ver-top {
  animation: scale-in-ver-top 0.3s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.scale-in-ver-top2 {
  animation: scale-in-ver-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both;
}

.scale-out-ver-top {
  animation: scale-out-ver-top 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
}

.scale-in-hor-right {
  animation: scale-in-hor-right 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.scale-out-hor-right {
  animation: scale-out-hor-right 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
}

.bounce-in-top {
  animation: bounce-in-top 1.1s cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
}

.slide-out-right {
  animation: slide-out-right 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
}

.slide-out-left {
  animation: slide-out-left 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
}

@keyframes fadeinout {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes opacityOnAndOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2018-12-21 15:50:30
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-out-left
 * ----------------------------------------
 */

@keyframes slide-out-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-1000px);
    opacity: 0;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2018-12-21 15:49:36
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-out-right
 * ----------------------------------------
 */

@keyframes slide-out-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(1000px);
    opacity: 0;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2018-12-18 16:50:33
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */

@keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */

@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */

@keyframes bounce-in-top {
  0% {
    transform: translateY(-500px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(-65px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateY(-8px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
}

/**
 * ----------------------------------------
 * animation scale-out-ver-top
 * ----------------------------------------
 */

@keyframes scale-out-ver-top {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation scale-out-hor-right
 * ----------------------------------------
 */

@keyframes scale-out-hor-right {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation scale-in-hor-right
 * ----------------------------------------
 */

@keyframes scale-in-hor-right {
  0% {
    transform: scaleX(0);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */

@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2018-12-18 17:32:58
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-ver-top
 * ----------------------------------------
 */

@keyframes scale-in-ver-top {
  0% {
    transform: scaleY(0);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation slide-in-blurred-right
 * ----------------------------------------
 */

@keyframes slide-in-blurred-right {
  0% {
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */

@keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */

@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation fade-out-top
 * ----------------------------------------
 */

@keyframes fade-out-top {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-50px);
    opacity: 0;
  }
}

/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */

@keyframes fade-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation scale-out-center
 * ----------------------------------------
 */

@keyframes scale-out-center {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */

@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

a {
  text-decoration: none;
  color: #81D1F1;
}

a.link--black {
  color: #333333;
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
}

a.link--black:visited {
  color: #333333;
}

a.link--bold {
  font-weight: 700;
}

a:active {
  text-decoration: underline;
  color: #005683;
}

a:visited {
  color: #81D1F1;
}

a:hover {
  text-decoration: none;
  color: #052D59;
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

a:focus {
  color: #005683;
}

/* Inverse:
CSS attribute selector targets any class containing inverse.*/
[class*="inverse"] a {
  color: #81D1F1;
}

[class*="inverse"] a:active {
  text-decoration: underline;
  color: #81D1F1;
}

[class*="inverse"] a:visited {
  color: #81D1F1;
}

[class*="inverse"] a:hover {
  text-decoration: none;
  text-decoration: underline;
  color: #81D1F1;
}

[class*="inverse"] a:focus {
  outline: thin dotted;
  text-decoration: underline;
  color: #81D1F1;
}

p a {
  background: linear-gradient(to bottom, currentColor 50%, currentColor 50%) left bottom repeat-x;
  background-size: 1px 2px;
  padding-bottom: 3px;
}

.link-container a > * {
  display: inline-block;
  vertical-align: middle;
}

.link-container .icon {
  fill: #000000;
  height: 12px;
  padding-left: 1rem;
  width: 12px;
}

/* Variables */
/* Mixins */
.form-group {
  margin-bottom: 0.75rem;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  display: block;
  width: 100%;
  padding: 1rem;
  height: auto;
  background-color: #FFFFFF;
  background-image: none;
  background-clip: padding-box;
  border-color: #e0dbda;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
  font-size: calc(0.833 * 1rem);
  margin-bottom: 1rem;
  outline: none;
  outline-color: white;
  padding-left: 10px;
  padding-right: 10px;
  color: #000000;
  box-sizing: border-box;
  transition: all ease 0.2s;
}

@media screen and (min-width: 48em) {
  input[type="date"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"],
  select,
  textarea {
    font-size: calc((0.833 * 1rem) + (1 - 0.833) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  input[type="date"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"],
  select,
  textarea {
    font-size: calc(1 * 1rem);
  }
}

input[type="date"]:hover, input[type="date"]:active, input[type="date"]:focus,
input[type="email"]:hover,
input[type="email"]:active,
input[type="email"]:focus,
input[type="number"]:hover,
input[type="number"]:active,
input[type="number"]:focus,
input[type="password"]:hover,
input[type="password"]:active,
input[type="password"]:focus,
input[type="search"]:hover,
input[type="search"]:active,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="text"]:hover,
input[type="text"]:active,
input[type="text"]:focus,
input[type="url"]:hover,
input[type="url"]:active,
input[type="url"]:focus,
select:hover,
select:active,
select:focus,
textarea:hover,
textarea:active,
textarea:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #000000;
}

input[type="date"]:disabled, input[type="date"][readonly],
input[type="email"]:disabled,
input[type="email"][readonly],
input[type="number"]:disabled,
input[type="number"][readonly],
input[type="password"]:disabled,
input[type="password"][readonly],
input[type="search"]:disabled,
input[type="search"][readonly],
input[type="tel"]:disabled,
input[type="tel"][readonly],
input[type="text"]:disabled,
input[type="text"][readonly],
input[type="url"]:disabled,
input[type="url"][readonly],
select:disabled,
select[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f9f8f7;
}

::-webkit-input-placeholder {
  color: #F6F6F6;
  opacity: 0.8;
}

:-moz-placeholder {
  color: #F6F6F6;
  opacity: 0.8;
}

::-moz-placeholder {
  color: #F6F6F6;
  opacity: 0.8;
}

:-ms-input-placeholder {
  color: #F6F6F6;
  opacity: 0.8;
}

[placeholder]:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.1s 0.1s ease;
}

[type="search"] {
  -webkit-appearance: none;
}

[type="radio"],
[type="checkbox"] {
  line-height: normal;
}

select {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  position: relative;
  color: #F6F6F6;
}

select + .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}

textarea {
  height: 12rem;
  resize-x: none;
}

label {
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
  font-size: calc(0.833 * 1rem);
  font-weight: 700;
  color: #333333;
}

@media screen and (min-width: 48em) {
  label {
    font-size: calc((0.833 * 1rem) + (1 - 0.833) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  label {
    font-size: calc(1 * 1rem);
  }
}

fieldset {
  display: block;
  margin-left: -var(--spacing-large);
  padding: 1.5rem;
  padding-bottom: 0.75rem;
  background-color: #f9f8f7;
  border-width: 0;
  border-radius: 0;
}

fieldset input[type="date"],
fieldset input[type="email"],
fieldset input[type="number"],
fieldset input[type="password"],
fieldset input[type="search"],
fieldset input[type="tel"],
fieldset input[type="text"],
fieldset input[type="url"],
fieldset select,
fieldset textarea {
  background-color: #FFFFFF;
}

.form-text {
  font-size: calc(0.694 * 1rem);
}

@media screen and (min-width: 48em) {
  .form-text {
    font-size: calc((0.694 * 1rem) + (0.833 - 0.694) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  .form-text {
    font-size: calc(0.833 * 1rem);
  }
}

/* Positive. */
.form-group--positive label,
.form-group--positive .form-text {
  color: #90C18F;
}

.form-group--positive input[type="date"],
.form-group--positive input[type="email"],
.form-group--positive input[type="number"],
.form-group--positive input[type="password"],
.form-group--positive input[type="search"],
.form-group--positive input[type="tel"],
.form-group--positive input[type="text"],
.form-group--positive input[type="url"],
.form-group--positive select,
.form-group--positive textarea {
  border-width: 2px;
  border-color: #90C18F;
}

/* Negative. */
.form-group--negative label,
.form-group--negative .form-text {
  color: #B24B5C;
}

.form-group--negative input[type="date"],
.form-group--negative input[type="email"],
.form-group--negative input[type="number"],
.form-group--negative input[type="password"],
.form-group--negative input[type="search"],
.form-group--negative input[type="tel"],
.form-group--negative input[type="text"],
.form-group--negative input[type="url"],
.form-group--negative select,
.form-group--negative textarea {
  border-width: 2px;
  border-color: #B24B5C;
}

/* Check. */
.form-check {
  margin-bottom: 0.75rem;
}

.form-check label {
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.5rem;
  margin-left: -var(--spacing);
  background-color: #fff;
}

.form-check-input:only-child {
  position: static;
}

/* Inline. */
.form-check-inline {
  display: inline-block;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-left: 0;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 1.5rem;
}

input[type="date"].input-sm,
input[type="email"].input-sm,
input[type="number"].input-sm,
input[type="password"].input-sm,
input[type="search"].input-sm,
input[type="tel"].input-sm,
input[type="text"].input-sm,
input[type="url"].input-sm,
textarea.input-sm {
  height: 42px;
}

input[type="date"].input-md,
input[type="email"].input-md,
input[type="number"].input-md,
input[type="password"].input-md,
input[type="search"].input-md,
input[type="tel"].input-md,
input[type="text"].input-md,
input[type="url"].input-md,
textarea.input-md {
  height: 52px;
}

input[type="date"].input-lg,
input[type="email"].input-lg,
input[type="number"].input-lg,
input[type="password"].input-lg,
input[type="search"].input-lg,
input[type="tel"].input-lg,
input[type="text"].input-lg,
input[type="url"].input-lg,
textarea.input-lg {
  height: 60px;
}

select {
  color: #444444;
}

select:hover {
  color: #444444;
}

select.input-sm {
  height: 42px;
  padding: 10px 15px;
}

select.input-md {
  height: 52px;
}

select.input-lg {
  height: 60px;
}

.general-form-block .row {
  margin: 0;
}

.general-form-block .form-action {
  padding-top: 2rem;
}

.bef-exposed-form {
  padding: 0 1rem;
}

.bef-exposed-form legend {
  display: none;
}

.bef-exposed-form fieldset {
  width: 100%;
  margin-bottom: 6rem;
  background: transparent;
}

.bef-exposed-form .form-radios {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

@media screen and (min-width: 64em) {
  .bef-exposed-form .form-radios {
    flex-direction: row;
  }
}

.bef-exposed-form .form-item-field-experiences {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 64em) {
  .bef-exposed-form .form-item-field-experiences {
    margin-bottom: 0.4em;
  }
}

.bef-exposed-form .form-item-field-experiences input {
  display: none;
}

.bef-exposed-form .form-item-field-experiences input[checked="checked"] + label {
  border-bottom: 8px solid #009CEE;
  padding-bottom: 0.5em;
}

@media screen and (min-width: 64em) {
  .bef-exposed-form .form-item-field-experiences input[checked="checked"] + label {
    padding-bottom: 1.5rem;
  }
}

.bef-exposed-form .form-item-field-experiences label {
  cursor: pointer;
}

.bef-exposed-form .js-hide {
  display: none !important;
}

.btn, .more-link a,
.call-to-action a, .button.form-submit, .contact-form-wrapper .form-actions .button, .vertical-card .body a, .btn:visited, .more-link a:visited,
.call-to-action a:visited, .button.form-submit:visited, .contact-form-wrapper .form-actions .button:visited, .vertical-card .body a:visited {
  border-color: #81D1F1;
  border: 2px solid;
  text-transform: initial;
  letter-spacing: 1px;
  background-color: #81D1F1;
  color: #FFFFFF;
  border-width: 1px;
  border-radius: 2px;
  box-sizing: border-box;
  border: none;
  display: inline-block;
  padding: 1rem 1.5rem;
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
  font-size: calc(0.694 * 1rem);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: all ease 0.2s;
}

@media screen and (min-width: 48em) {
  .btn, .more-link a,
  .call-to-action a, .button.form-submit, .contact-form-wrapper .form-actions .button, .vertical-card .body a, .btn:visited, .more-link a:visited,
  .call-to-action a:visited, .button.form-submit:visited, .contact-form-wrapper .form-actions .button:visited, .vertical-card .body a:visited {
    font-size: calc((0.694 * 1rem) + (1 - 0.694) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  .btn, .more-link a,
  .call-to-action a, .button.form-submit, .contact-form-wrapper .form-actions .button, .vertical-card .body a, .btn:visited, .more-link a:visited,
  .call-to-action a:visited, .button.form-submit:visited, .contact-form-wrapper .form-actions .button:visited, .vertical-card .body a:visited {
    font-size: calc(0.694 * 1rem);
  }
}

.btn:active, .more-link a:active,
.call-to-action a:active, .button.form-submit:active, .contact-form-wrapper .form-actions .button:active, .vertical-card .body a:active, .btn:focus, .more-link a:focus,
.call-to-action a:focus, .button.form-submit:focus, .contact-form-wrapper .form-actions .button:focus, .vertical-card .body a:focus, .btn:hover, .more-link a:hover,
.call-to-action a:hover, .button.form-submit:hover, .contact-form-wrapper .form-actions .button:hover, .vertical-card .body a:hover, .btn:visited:active, .more-link a:visited:active,
.call-to-action a:visited:active, .button.form-submit:visited:active, .contact-form-wrapper .form-actions .button:visited:active, .vertical-card .body a:visited:active, .btn:visited:focus, .more-link a:visited:focus,
.call-to-action a:visited:focus, .button.form-submit:visited:focus, .contact-form-wrapper .form-actions .button:visited:focus, .vertical-card .body a:visited:focus, .btn:visited:hover, .more-link a:visited:hover,
.call-to-action a:visited:hover, .button.form-submit:visited:hover, .contact-form-wrapper .form-actions .button:visited:hover, .vertical-card .body a:visited:hover {
  background-color: #005683;
  border-color: #005683;
  color: #FFFFFF;
}

/* Disabled. */
.btn--disabled {
  background-color: #DCD8D8;
  border-color: #DCD8D8;
  color: #333333;
  cursor: not-allowed;
}

.btn--disabled:hover {
  background-color: #DCD8D8;
  border-color: #DCD8D8;
  color: #333333;
}

/* Link. */
.btn--link {
  background-color: transparent;
  border-color: #81D1F1;
  border: 2px solid;
  color: #81D1F1;
}

.btn--link:hover {
  background-color: transparent;
  border-color: #90C18F;
  color: #90C18F;
}

/* Ghost. */
.btn--ghost {
  background-color: transparent;
  border-color: white;
  border: 2px solid;
  color: white;
}

.btn--ghost:hover {
  background-color: transparent;
  border-color: #81D1F1;
  color: #81D1F1;
}

/* Negative. */
.btn--negative {
  background-color: #B24B5C;
  border-color: #B24B5C;
  color: #fff;
  text-transform: initial;
}

.btn--negative:hover {
  background-color: #e92948;
  border-color: #e92948;
  color: #fff;
}

/* Positive. */
.btn--positive {
  background-color: #90C18F;
  border-color: #90C18F;
  color: #fff;
}

.btn--positive:hover {
  background-color: #72a433;
  border-color: #72a433;
  color: #fff;
}

/* Small. */
.btn--sm {
  padding: 0.25rem 1rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  font-size: calc(0.694 * 1rem);
}

@media screen and (min-width: 48em) {
  .btn--sm {
    font-size: calc((0.694 * 1rem) + (0.833 - 0.694) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  .btn--sm {
    font-size: calc(0.694 * 1rem);
  }
}

/* Large. */
.btn--lg, .more-link a,
.call-to-action a, .button.form-submit, .contact-form-wrapper .form-actions .button {
  padding: 1rem 2rem;
  font-size: calc(0.694 * 1rem);
}

@media screen and (min-width: 48em) {
  .btn--lg, .more-link a,
  .call-to-action a, .button.form-submit, .contact-form-wrapper .form-actions .button {
    font-size: calc((0.694 * 1rem) + (0.833 - 0.694) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  .btn--lg, .more-link a,
  .call-to-action a, .button.form-submit, .contact-form-wrapper .form-actions .button {
    font-size: calc(1 * 1rem);
  }
}

/* Block. */
.btn--block {
  display: block;
  padding: 1rem 2rem;
  width: 100%;
}

.btn--block + .btn--block {
  margin-top: 0.75rem;
}

/* Group. */
.btn-group {
  display: flex;
}

.btn-group .btn, .btn-group .more-link a, .more-link .btn-group a,
.btn-group .call-to-action a, .call-to-action .btn-group a, .btn-group .button.form-submit, .btn-group .contact-form-wrapper .form-actions .button, .contact-form-wrapper .form-actions .btn-group .button, .btn-group .vertical-card .body a, .vertical-card .body .btn-group a {
  flex: 1;
}

.btn-group .btn:first-child, .btn-group .more-link a:first-child, .more-link .btn-group a:first-child,
.btn-group .call-to-action a:first-child, .call-to-action .btn-group a:first-child, .btn-group .button.form-submit:first-child, .btn-group .contact-form-wrapper .form-actions .button:first-child, .contact-form-wrapper .form-actions .btn-group .button:first-child, .btn-group .vertical-card .body a:first-child, .vertical-card .body .btn-group a:first-child {
  margin-right: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group .btn:last-child, .btn-group .more-link a:last-child, .more-link .btn-group a:last-child,
.btn-group .call-to-action a:last-child, .call-to-action .btn-group a:last-child, .btn-group .button.form-submit:last-child, .btn-group .contact-form-wrapper .form-actions .button:last-child, .contact-form-wrapper .form-actions .btn-group .button:last-child, .btn-group .vertical-card .body a:last-child, .vertical-card .body .btn-group a:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Variables */
/* Mixins */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

html {
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

html.html--fixed {
  overflow: hidden;
}

html.paragraphs-previewer-html {
  background-color: #fff;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
  font-size: calc(0.833 * 1rem);
  line-height: 1.6;
  background-color: transparent;
  font-weight: 400;
  color: #333333;
  background-color: transparent;
  color: #333333;
  overflow-x: hidden;
  position: relative;
  /* Fluid typography */
  font-size: calc(0.833 * 1rem);
}

body.body--fixed {
  overflow: hidden;
}

body.cr__dimmed-fullscreen > .dialog-off-canvas-main-canvas {
  position: relative;
  z-index: -1;
}

@media screen and (min-width: 48em) {
  body {
    font-size: calc( (0.833 * 1rem) + (1 - 0.833) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  body {
    font-size: calc(1 * 1rem);
  }
}

/* template: */
template {
  display: none !important;
}

/* Content editable */
@keyframes contenteditable {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(0, 0, 0, 0.05);
  }
  100% {
    background-color: transparent;
  }
}

[contenteditable]:hover {
  animation-name: contenteditable;
  animation-delay: 0.05s;
  animation-duration: 1s;
  animation-iteration-count: 1;
  cursor: vertical-text;
}

[contenteditable]:active,
[contenteditable]:focus {
  outline: none;
  background-color: transparent;
}

/* Selection. */
::-moz-selection {
  background-color: #f9f8f7;
  text-shadow: none;
}

::selection {
  background-color: #f9f8f7;
  text-shadow: none;
}

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

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

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

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

.toolbar-oriented .toolbar-bar {
  z-index: 999999;
}

ul.tabs--primary {
  text-align: center;
  margin: 0px;
}

ul.tabs--primary li {
  display: inline;
}

.block-local-tasks-block {
  position: fixed;
  z-index: 999;
  width: 100%;
  bottom: 0px;
}

.block-local-tasks-block li.is-active .btn, .block-local-tasks-block li.is-active .more-link a, .more-link .block-local-tasks-block li.is-active a,
.block-local-tasks-block li.is-active .call-to-action a, .call-to-action .block-local-tasks-block li.is-active a, .block-local-tasks-block li.is-active .button.form-submit, .block-local-tasks-block li.is-active .contact-form-wrapper .form-actions .button, .contact-form-wrapper .form-actions .block-local-tasks-block li.is-active .button, .block-local-tasks-block li.is-active .vertical-card .body a, .vertical-card .body .block-local-tasks-block li.is-active a {
  background: #009cee;
}

.block-local-tasks-block li .btn:hover, .block-local-tasks-block li .more-link a:hover, .more-link .block-local-tasks-block li a:hover,
.block-local-tasks-block li .call-to-action a:hover, .call-to-action .block-local-tasks-block li a:hover, .block-local-tasks-block li .button.form-submit:hover, .block-local-tasks-block li .contact-form-wrapper .form-actions .button:hover, .contact-form-wrapper .form-actions .block-local-tasks-block li .button:hover, .block-local-tasks-block li .vertical-card .body a:hover, .vertical-card .body .block-local-tasks-block li a:hover {
  background: #fff;
}

.block-local-tasks-block .tabs a {
  display: block;
  padding: 0.2em 1em;
  text-decoration: none;
  font-size: calc(0.833 * 1rem);
  color: #fff;
}

.block-local-tasks-block .tabs a:hover {
  color: #005683;
}

.block-local-tasks-block .tabs a.is-active {
  background: none;
}

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

.d-none {
  display: none;
}

@media screen and (min-width: 48em) {
  .d-md-block {
    display: block;
  }
}

@media screen and (min-width: 48em) {
  .d-md-none {
    display: none;
  }
}

.no-margin--horizontal {
  margin-left: 0;
  margin-right: 0;
}

.box__shadow {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

@supports (display: grid) {
  .layout__grid {
    display: -ms-grid;
    display: grid;
  }
}

.layout__container {
  max-width: 1160px;
  margin: 0 auto;
}

@media screen and (min-width: 64em) {
  .layout__text__3-cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(700px, 1fr) 1fr;
        grid-template-columns: minmax(700px, 1fr) 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

@media screen and (min-width: 76.2em) {
  .layout__text__3-cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(max-content, 250px) minmax(500px, 1fr) minmax(max-content, 250px);
        grid-template-columns: minmax(-webkit-max-content, 250px) minmax(500px, 1fr) minmax(-webkit-max-content, 250px);
        grid-template-columns: minmax(max-content, 250px) minmax(500px, 1fr) minmax(max-content, 250px);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

.sidebar_left {
  display: none;
}

@media screen and (min-width: 64em) {
  .sidebar_left {
    padding-right: 1rem;
  }
}

@media screen and (min-width: 76.2em) {
  .sidebar_left {
    display: block;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: 1 / 1 / 1 / 1;
    padding-left: 1.5rem;
  }
}

.main_content {
  margin: 0 2rem 1.5rem;
}

@media screen and (min-width: 64em) {
  .main_content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: 1 / 1 / 1 / 1;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 76.2em) {
  .main_content {
    margin: 0 0 2rem;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: 1 / 2 / 1 / 2;
  }
}

.sidebar_right {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: 1 / 3 / 1 / 3;
  margin: 0 2rem;
}

@media screen and (min-width: 64em) {
  .sidebar_right {
    padding-left: 1rem;
  }
}

@media screen and (min-width: 76.2em) {
  .sidebar_right {
    margin: 0;
  }
}

.hero {
  position: relative;
  min-width: 100%;
  min-height: 100vh;
  background: #d3d3d3;
}

.hero .hero__content__title {
  color: #FFFFFF;
  margin: 0.5rem 1rem;
  font-family: gizmo,sans-serif;
  font-weight: 700;
  margin-top: 3rem;
  margin-left: 0;
}

.hero .hero__content__title h1, .hero .hero__content__title .image-card figcaption, .image-card .hero .hero__content__title figcaption {
  font-family: inherit;
  font-weight: 100;
  line-height: 0.8;
  font-size: 3rem;
  padding-bottom: 1rem;
  color: #FFFFFF;
}

@media screen and (min-width: 64em) {
  .hero .hero__content__title h1, .hero .hero__content__title .image-card figcaption, .image-card .hero .hero__content__title figcaption {
    font-size: 5rem;
    padding-bottom: 2rem;
  }
}

.hero .hero__content__text {
  color: #FFFFFF;
  font-family: 'Raleway', serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  color: #FFFFFF;
}

.hero .hero__content__text p {
  color: #FFFFFF;
}

@media screen and (min-width: 64em) {
  .hero .hero__content__text {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}

.hero .hero__background__image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero .hero__background__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 48em) {
  .hero .hero__content__cta a {
    font-size: 0.8rem;
    padding: 10px 30px 10px 10px;
  }
  .hero .hero__content__cta a .icon {
    width: 10px;
    height: 10px;
  }
}

.hero .hero__background__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero .hero__background__image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero .hero__content__wrapper {
  min-height: 25vh;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 48em) {
  .hero .hero__content__wrapper {
    padding: 100px 0;
    width: 30vw;
    left: 25vw;
    top: 20vw;
  }
}

.hero .hero__background__filter {
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero .hero__background__filter .sillhouette {
  width: 100%;
  height: 100%;
}

.hero .hero__background__filter .sillhouette.light-blue {
  fill: #81D1F1;
}

.hero .hero__background__filter .sillhouette.pale-blue {
  fill: #00AEBC;
}

.hero .hero__background__filter .sillhouette.electric-blue {
  fill: #009CEE;
}

.hero .hero__background__filter .sillhouette.ocean-blue {
  fill: #005683;
}

.hero .hero__background__filter .sillhouette.deep-blue {
  fill: #052D59;
}

.hero .hero__background__filter .sillhouette.orange {
  fill: #F0812D;
}

.hero .hero__background__filter .sillhouette.green {
  fill: #B2CC29;
}

.hero .hero__background__filter .sillhouette.pink {
  fill: #E274AA;
}

.hero .hero__background__filter .main-logo {
  position: absolute;
  z-index: 10;
  top: 14%;
  left: 37%;
  transform: translateX(-50%);
  font-family: gizmo,sans-serif;
  width: 16rem;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.hero .hero__background__filter .main-logo svg {
  width: 100%;
}

@media screen and (min-width: 23em) {
  .hero .hero__background__filter .main-logo {
    top: 17%;
    left: 33%;
  }
}

@media screen and (min-width: 48em) {
  .hero .hero__background__filter .main-logo {
    top: 22%;
    left: 47%;
    width: 20rem;
  }
}

@media screen and (min-width: 76.2em) {
  .hero .hero__background__filter .main-logo {
    width: 24rem;
  }
}

@media screen and (min-width: 76.2em) {
  .hero .hero__background__filter .main-logo {
    width: 26rem;
  }
}

@media screen and (min-width: 1600px) {
  .hero .hero__background__filter .main-logo {
    width: 30vw;
  }
}

.hero .highlight-card {
  z-index: 6;
  position: absolute;
  right: 0;
  bottom: 2rem;
  display: none;
}

@media screen and (min-width: 76.2em) {
  .hero .highlight-card {
    display: block;
  }
}

.hero-static-block.sillhouette-overlay .hero {
  position: relative;
  min-width: 100%;
  min-height: initial;
}

.hero-static-block.sillhouette-overlay .hero__background__filter {
  position: relative;
  line-height: 0;
  background: #000000;
  /* The Fallback */
  background: rgba(#000000, 0.5);
  transition: all 0.2s ease;
  background: initial;
  transition: all 0.2s ease;
  background: rgba(255, 255, 255, 0);
}

.hero-static-block.sillhouette-overlay .hero__background__wrapper {
  position: relative;
}

.hero-static-block.sillhouette-overlay .hero__content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hero-static-block.sillhouette-overlay .hero__content.sillhouette .hero__content__wrapper {
  margin: auto 0 auto auto;
  justify-content: center;
}

@media screen and (min-width: 48em) {
  .hero-static-block.sillhouette-overlay .hero__content.sillhouette .hero__content__wrapper {
    margin: auto 0 auto auto;
  }
}

@media screen and (min-width: 48em) {
  .hero-static-block.sillhouette-overlay .hero__content.sillhouette .hero__content__wrapper {
    width: 32vw;
  }
}

.hero-static-block.sillhouette-overlay .hero__content .hero__content__wrapper {
  min-height: 25vh;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 50%;
  height: 100vh;
  float: right;
  top: initial;
  left: initial;
  margin: auto 0 0 auto;
}

@media screen and (min-width: 48em) {
  .hero-static-block.sillhouette-overlay .hero__content .hero__content__wrapper {
    padding: 5rem 0.5rem 5rem 0;
  }
}

.hero-static-block.sillhouette-overlay .hero__content .hero__content__wrapper .hero__content__text {
  display: none;
}

@media screen and (min-width: 64em) {
  .hero-static-block.sillhouette-overlay .hero__content .hero__content__wrapper .hero__content__text {
    display: block;
    font-size: calc(0.833 * 1rem);
    line-height: 1.3;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 48em) {
  .hero-static-block.sillhouette-overlay .hero__content .hero__content__wrapper {
    position: absolute;
    width: 30vw;
    top: initial;
    left: initial;
    right: 5%;
    height: initial;
    float: initial;
    padding: 5rem 1rem 5rem 0;
  }
}

@media screen and (min-width: 64em) {
  .hero-static-block.sillhouette-overlay .hero__content .hero__content__wrapper {
    width: 30vw;
    left: initial;
    top: initial;
    position: relative;
    padding: 5rem 1.5rem 5rem 0;
  }
  .hero-static-block.sillhouette-overlay .hero__content .hero__content__wrapper .hero__content__text {
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 76.2em) {
  .hero-static-block.sillhouette-overlay .hero__content .hero__content__wrapper {
    top: initial;
  }
}

@media screen and (min-width: 100em) {
  .hero-static-block.sillhouette-overlay .hero__content .hero__content__wrapper {
    padding: 5rem 2rem 10rem 0;
    margin: auto 0 auto auto;
  }
}

.hero-static-block.sillhouette-overlay .slide-to-button {
  bottom: 0.5rem;
  background: #FFFFFF;
  /* The Fallback */
  background: rgba(#FFFFFF, 0.3);
}

@media screen and (min-width: 48em) {
  .hero-static-block.sillhouette-overlay .slide-to-button {
    bottom: 2rem;
  }
}

@media screen and (min-width: 76.2em) {
  .hero-static-block.sillhouette-overlay .slide-to-button {
    bottom: 10vh;
  }
}

.hero-static-block.image-overlay .hero__background__filter img {
  opacity: 0.5;
}

.hero_text_mobile {
  background-color: #FFFFFF;
  padding: 2rem;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .hero_text_mobile {
    display: none;
    visibility: hidden;
  }
}

.light-blue .hero__background__filter #full-screen {
  fill: #81D1F1;
}

.light-blue .main-logo .toba {
  fill: #81D1F1;
}

.pale-blue .hero__background__filter #full-screen {
  fill: #00AEBC;
}

.pale-blue .main-logo .toba {
  fill: #00AEBC;
}

.electric-blue .hero__background__filter #full-screen {
  fill: #009CEE;
}

.electric-blue .main-logo .toba {
  fill: #009CEE;
}

.ocean-blue .hero__background__filter #full-screen {
  fill: #005683;
}

.ocean-blue .main-logo .toba {
  fill: #005683;
}

.deep-blue .hero__background__filter #full-screen {
  fill: #052D59;
}

.deep-blue .main-logo .toba {
  fill: #052D59;
}

.orange .hero__background__filter #full-screen {
  fill: #F0812D;
}

.orange .main-logo .toba {
  fill: #F0812D;
}

.green .hero__background__filter #full-screen {
  fill: #B2CC29;
}

.green .main-logo .toba {
  fill: #B2CC29;
}

.pink .hero__background__filter #full-screen {
  fill: #E274AA;
}

.pink .main-logo .toba {
  fill: #E274AA;
}

.hero-sillhouette-sm {
  display: initial;
}

@media screen and (min-width: 37.5em) {
  .hero-sillhouette-sm {
    display: none;
  }
}

.hero-sillhouette-lg {
  display: none;
}

@media screen and (min-width: 37.5em) {
  .hero-sillhouette-lg {
    display: initial;
  }
}

.layout-container {
  overflow-x: hidden;
}

.messages {
  display: none;
}

.header {
  padding: 1rem;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 99;
  transition: background 0.3s linear;
  background: #FFFFFF;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.header__wrapper {
  align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 1fr 2fr 200px 60px;
      grid-template-columns: 150px 1fr 2fr 200px 60px;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-gap: 1px 1px;
      grid-template-areas: "logo search menu mytrip menu_toggle";
  z-index: 99;
}

@media screen and (max-width: 600px) {
  .header__wrapper {
    align-items: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr 1fr 1fr;
    grid-template-columns: 1fr 2fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1px 1px;
        grid-template-areas: "logo search mytrip menu_toggle";
    z-index: 99;
  }
}

.header--active {
  transition: background-color ease .3s;
  background: #009CEE;
}

@media screen and (min-width: 37.5em) {
  .header {
    padding: 1.5rem 1rem;
  }
}

@media screen and (min-width: 48em) {
  .header {
    padding: 1.5rem 2rem;
  }
}

.header svg.logo {
  width: 100%;
  max-width: 400px;
  min-width: 200px;
  fill: #005683;
  max-height: 40px;
}

.header svg.logo:hover {
  fill: #005683;
  transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.header .main-menu {
  position: absolute;
}

.header .header__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
}

.page-node-type-basic-page .header {
  background: #009CEE;
}

.header .search-input {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: search;
  display: none;
}

@media screen and (min-width: 76.2em) {
  .header .search-input {
    display: flex;
    align-items: center;
  }
}

.header .menu__toggle {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: menu_toggle;
}

.navigation__map-wrapper {
  display: flex;
  justify-content: space-evenly;
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: mytrip;
}

.navigation__map {
  display: block;
}

.header .navigation__map .my-trip-link,
.header .navigation__my-trip .my-trip-link {
  position: relative;
  display: block;
  text-decoration: none;
  background: none;
  border: none;
}

.header .navigation__map .icon__location,
.header .navigation__map .icon__add-trip,
.header .navigation__my-trip .icon__location,
.header .navigation__my-trip .icon__add-trip {
  position: relative;
  display: block;
  background: none;
  text-align: left;
  height: auto;
}

.header .navigation__map .icon,
.header .navigation__my-trip .icon {
  fill: #fff;
}

.header .navigation__map .icon__add-trip--unchecked,
.header .navigation__my-trip .icon__add-trip--unchecked {
  width: 45px;
  height: 45px;
}

.header .navigation__map .icon__location,
.header .navigation__my-trip .icon__location {
  width: 30px;
  height: 44px;
}

.header .navigation__map .my-trip-link:hover .icon,
.header .navigation__my-trip .my-trip-link:hover .icon {
  fill: #81D1F1;
}

.header .navigation__map .my-trip-link:hover .icon__add-trip__counter,
.header .navigation__my-trip .my-trip-link:hover .icon__add-trip__counter {
  color: #fff;
}

.header .navigation__map .my-trip-link:hover .icon__location__label,
.header .navigation__map .my-trip-link:hover .icon__add-trip__label,
.header .navigation__my-trip .my-trip-link:hover .icon__location__label,
.header .navigation__my-trip .my-trip-link:hover .icon__add-trip__label {
  color: #81D1F1;
}

.header .navigation__map .icon__add-trip__counter,
.header .navigation__my-trip .icon__add-trip__counter {
  position: absolute;
  color: #000;
  right: 16px;
  color: #4A4A4A;
  top: 8px;
  font-size: calc(0.694 * 1rem);
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
  z-index: 99;
  font-weight: 700;
}

.header .navigation__map .icon__location__label,
.header .navigation__map .icon__add-trip__label,
.header .navigation__my-trip .icon__location__label,
.header .navigation__my-trip .icon__add-trip__label {
  color: #FFF;
  font-size: calc(0.694 * 1rem);
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
  z-index: 99;
  font-weight: 700;
  text-align: center;
  display: inherit;
}

.header .navigation-desktop {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: menu;
  display: none;
  text-align: left;
}

@media screen and (min-width: 64em) {
  .header .navigation-desktop {
    display: initial;
    text-align: right;
  }
}

/**
 * Note: I have omitted any vendor-prefixes for clarity.
 * Adding them is left as an exercise for the reader.
 */
.headroom--not-top {
  box-shadow: 0px -9px 73px #000000;
  background: rgba(0, 86, 131, 0.9);
}

.headroom--not-top.light-blue {
  background: #81D1F1;
}

.headroom--not-top.light-blue .desktop-menu__wrapper a:hover {
  color: #DCD8D8;
}

.headroom--not-top.pale-blue {
  background: #00AEBC;
}

.headroom--not-top.pale-blue .desktop-menu__wrapper a:hover {
  color: #DCD8D8;
}

.headroom--not-top.electric-blue {
  background: #009CEE;
}

.headroom--not-top.electric-blue .desktop-menu__wrapper a:hover {
  color: #DCD8D8;
}

.headroom--not-top.ocean-blue {
  background: #005683;
}

.headroom--not-top.ocean-blue .desktop-menu__wrapper a:hover {
  color: #DCD8D8;
}

.headroom--not-top.deep-blue {
  background: #052D59;
}

.headroom--not-top.deep-blue .desktop-menu__wrapper a:hover {
  color: #DCD8D8;
}

.headroom--not-top.orange {
  background: #F0812D;
}

.headroom--not-top.orange .desktop-menu__wrapper a:hover {
  color: #DCD8D8;
}

.headroom--not-top.green {
  background: #B2CC29;
}

.headroom--not-top.green .desktop-menu__wrapper a:hover {
  color: #DCD8D8;
}

.headroom--not-top.pink {
  background: #E274AA;
}

.headroom--not-top.pink .desktop-menu__wrapper a:hover {
  color: #DCD8D8;
}

.headroom--not-top svg.logo {
  fill: #FFFFFF;
}

.headroom--not-top .secondary-menu a {
  color: #FFFFFF;
}

footer {
  position: relative;
  top: 75px;
}

@media screen and (min-width: 48em) {
  footer {
    top: 175px;
  }
}

.page-node-type-new-article .headroom {
  transform: translateY(0%);
}

.page-node-type-new-article .headroom--not-top {
  transform: translateY(-100%);
}

.activity-map {
  display: block;
  background-color: #009CEE;
  top: 0px;
  bottom: 0px;
  left: 100vw;
  width: 100vw;
  margin: 0px;
  height: 100vh;
  top: 90px;
  transform-origin: 0% 0%;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0s 0.5s;
  position: absolute;
}

@media screen and (min-width: 48em) {
  .activity-map {
    top: 110px;
  }
}

.activity-map--visible {
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.footer {
  background: #005683;
  font-family: 'Raleway', serif;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  font-size: 1.05rem;
  top: 0;
  padding: 4rem 2rem 2rem;
}

@media screen and (min-width: 76.2em) {
  .footer {
    padding: 6rem 10rem;
  }
}

.footer a {
  color: #fff;
}

.footer ol,
.footer ul {
  list-style-type: none;
}

.footer .brand-box {
  flex: 0 1 100%;
}

.footer .gtranslate {
  text-align: center;
  padding: 2rem;
}

.footer .gtranslate .switcher {
  margin: auto;
}

@media screen and (min-width: 64em) {
  .footer .gtranslate {
    text-align: left;
    padding: 0 1rem;
  }
}

.footer .footer-menu {
  padding: 0;
  flex: 1;
  flex-direction: column;
  text-align: center;
  justify-content: flex-end;
}

@media screen and (min-width: 48em) {
  .footer .footer-menu ul {
    flex-basis: 25%;
  }
}

.footer .footer-menu li {
  list-style: none;
  padding-left: 1rem;
}

@media screen and (min-width: 64em) {
  .footer .footer-menu {
    flex-direction: row;
    text-align: right;
  }
}

@media screen and (min-width: 64em) {
  .footer .brand-box {
    flex: 0 1 25%;
  }
  .footer .footer-menu {
    flex: 0 1 70%;
    padding-left: 5%;
  }
  .footer .footer-menu li {
    text-align: left;
  }
}

/* Variables */
/* Mixins */
img, svg {
  max-width: 100%;
  border-width: 0;
  height: auto;
}

/* Figure. */
figure {
  display: inline-block;
  margin: 0px;
  margin-bottom: 2rem;
}

figure img, figure svg {
  line-height: 1;
  width: 100%;
  height: auto;
}

figcaption {
  font-size: calc(0.833 * 1rem);
  line-height: 1;
}

/* Figure with caption above. */
.figure--above {
  display: flex;
  flex-direction: column-reverse;
}

.figure--above figcaption {
  margin-bottom: 0.75rem;
  font-size: calc(1.2 * 1rem);
  line-height: 1.25;
}

@media screen and (min-width: 48em) {
  .figure--above figcaption {
    font-size: calc((1.2 * 1rem) + (1.44 - 1.2) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  .figure--above figcaption {
    font-size: calc(1.44 * 1rem);
  }
}

/* Figure with caption right. */
.figure--right {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.figure--right figcaption {
  font-size: calc(0.833 * 1rem);
  margin-bottom: 0.75rem;
  flex: 1;
}

/* Image Component*/
.content-img img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.content-img figure {
  display: inline;
}

.content-img--left {
  float: none;
  padding: 0;
}

@media screen and (min-width: 76.2em) {
  .content-img--left {
    float: left;
    margin: 1rem 1rem 1rem -300px;
  }
}

.content-img--right {
  float: none;
  padding: 0;
}

@media screen and (min-width: 76.2em) {
  .content-img--right {
    float: right;
    margin: 1rem -300px 1rem 1rem;
  }
}

.content-img--full-width {
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.content-img--full-width img {
  width: 100%;
  height: auto;
}

.content-img--full-width figcaption {
  margin-left: 0.25rem;
}

.content-img--medium-width {
  max-width: 500px;
}

.content-img--medium-width.content-img--left {
  margin-left: -300px;
}

.content-img--medium-width.content-img--right {
  margin-right: -300px;
}

.content-img--small-width {
  max-width: 300px;
}

.content-img--small-width.content-img--left {
  margin-left: -150px;
}

.content-img--small-width.content-img--right {
  margin-right: -150px;
}

.caption-img img {
  padding-bottom: 0.5rem;
}

.embedded-entity {
  width: 100%;
}

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

.embedded-entity.align-left,
img.align-left,
figure.align-left {
  float: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 76.2em) {
  .embedded-entity.align-left,
  img.align-left,
  figure.align-left {
    float: left;
    margin-left: -300px;
    margin-right: 2rem;
  }
}

.embedded-entity.align-right,
img.align-right,
figure.align-right {
  float: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 76.2em) {
  .embedded-entity.align-right,
  img.align-right,
  figure.align-right {
    float: right;
    margin-right: -300px;
    margin-left: 1.5rem;
  }
}

.image-style-full-width-card {
  width: 100%;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  margin: 2rem 0;
}

.video-wrapper iframe, .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#loader {
  display: block;
  background: url(https://images.unsplash.com/photo-1504532472068-9ae844337da7?ixlib=rb-0.3.5…EyMDd9&s=6e76ebf…&auto=format&fit=crop&w=1468&q=80);
}

#silhouette {
  visibility: hidden;
}

#full-screen {
  fill: #009CEE;
}

/***    Desktop menu ***/
.desktop-menu {
  display: none;
  font-family: 'Raleway', serif;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
}

.desktop-menu__wrapper {
  margin: 0.5rem 0px;
}

@media screen and (min-width: 48em) {
  .desktop-menu {
    display: block;
  }
}

.desktop-menu ul {
  list-style-type: none;
  margin-bottom: 0px;
}

.desktop-menu li {
  list-style: none;
  display: inline;
  margin: 0px 0.5rem;
  padding-right: 5px;
}

@media screen and (min-width: 100em) {
  .desktop-menu li {
    padding-right: 30px;
  }
}

.desktop-menu a {
  font-size: 0.694;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: nowrap;
}

.desktop-menu a:hover {
  color: #81D1F1;
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  text-decoration: none;
}

/***** Mobile menu ******/
.menu__toggle .icon {
  width: 28px;
  height: 28px;
  margin-right: 0.5rem;
  opacity: 1;
  transition: opacity 0.5s;
}

.menu__toggle .menu__toggle__checkbox {
  display: none;
}

.menu__toggle label {
  cursor: pointer;
}

.menu__toggle input[type=checkbox] + label .icon-bar {
  display: block;
  width: 33px;
  height: 3px;
  background-color: #FFFFFF;
  margin: 3px;
  transition: all 0.2s;
}

.menu__toggle input[type=checkbox] + label .top-bar {
  transform: rotate(0);
  width: 25px;
}

.menu__toggle input[type=checkbox] + label .middle-bar {
  opacity: 1;
  width: 25px;
}

.menu__toggle input[type=checkbox] + label .bottom-bar {
  opacity: 1;
  width: 25px;
}

.menu__toggle input[type=checkbox] + label .menu-text {
  font-size: calc(0.694 * 1rem);
  color: white;
  margin: 8px 0 0 0;
}

.menu__toggle input[type=checkbox]:checked + label .icon {
  opacity: 0;
  transition: opacity 0.2s;
}

.menu__toggle input[type=checkbox]:checked + label .top-bar {
  transform-origin: bottom left;
  width: 25px;
  transform: rotate(45deg);
}

.menu__toggle input[type=checkbox]:checked + label .middle-bar {
  opacity: 0;
}

.menu__toggle input[type=checkbox]:checked + label .menu-text {
  opacity: 0;
}

.menu__toggle input[type=checkbox]:checked + label .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: top left;
  width: 25px;
}

.menu__toggle input[type=checkbox]:checked + label ~ .main-menu {
  opacity: 1;
  overflow: auto;
  width: 100vw;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.navigation {
  display: block;
  background: #000;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 10px;
}

.dropdown {
  cursor: pointer;
  display: inline-flex;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 2;
}

.dropdown:hover .icon {
  fill: #81D1F1;
}

.dropdown:hover .hamburger .icon-bar {
  background-color: #81D1F1;
}

.dropdown:hover .hamburger .menu-text {
  color: #81D1F1;
}

.hamburger {
  display: flex;
  flex-direction: column;
  width: 40px;
}

/*
 * Make this absolute positioned
 * at the top right of the screen
 */
.main-nav {
  display: block;
  position: relative;
}

.main-menu {
  top: 0px;
  bottom: 0px;
  left: calc(100vw);
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
  width: 100vw;
  margin: 0px;
  padding-top: 50px;
  height: 100vh;
  background: #005683;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0s 0.5s;
  text-align: left;
  overflow: hidden;
}

.main-menu ul {
  list-style-type: none;
}

@media screen and (min-width: 37.5em) {
  .main-menu {
    padding-top: 80px;
  }
}

.main-menu__wrapper {
  padding: 2rem;
  margin: auto;
}

@media screen and (min-width: 48em) {
  .main-menu__wrapper {
    padding: 0.5rem;
    width: 60%;
  }
}

@media screen and (min-width: 64em) {
  .main-menu__wrapper {
    width: 50%;
  }
}

.main-menu li {
  list-style: none;
  padding: 0.5rem 0px;
}

.main-menu__menu a {
  font-size: calc(1.2 * 1rem);
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 2.48px;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen and (min-width: 48em) {
  .main-menu__menu a {
    font-size: calc((1.728 * 1rem) + (2.074 - 1.728) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  .main-menu__menu a {
    font-size: calc(2.074 * 1rem);
  }
}

.main-menu__menu a:before {
  content: "";
  border: 0px solid transparent;
}

.main-menu__menu a:hover {
  color: #FFF;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  padding-left: 10px;
}

.main-menu__menu a:hover:before {
  content: "";
  border: 5px solid #81D1F1;
  position: relative;
  left: -1em;
  right: auto;
  display: inline-block;
  height: 20px;
  top: 3px;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.main-menu__bottom a:hover {
  color: #81D1F1;
}

.main-menu__bottom a:hover svg {
  fill: #81D1F1;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.main-menu__issues {
  margin: 2rem 0px 0.25rem;
  border-bottom: 1px solid #F4F5F8;
  padding-bottom: 2rem;
}

.main-menu__issues a {
  font-size: calc(1.44 * 1rem);
  color: #FFFFFF;
  letter-spacing: 1.5px;
}

@media screen and (min-width: 48em) {
  .main-menu__issues a {
    font-size: calc((2.074 * 1rem) + (2.488 - 2.074) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  .main-menu__issues a {
    font-size: calc(2.488 * 1rem);
  }
}

.main-menu__secondary {
  display: flex;
}

.main-menu__secondary--left a {
  font-size: calc(1 * 1rem);
  color: #FFFFFF;
  letter-spacing: 2px;
}

.main-menu__secondary--left li {
  display: inline-flex;
  margin-right: 1rem;
}

.main-menu__secondary--right {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  justify-content: flex-end;
}

.main-menu__secondary--right ul {
  display: flex;
}

.main-menu__secondary--right li {
  display: inline;
  margin-right: 0.5rem;
}

.main-menu__secondary--right .social-media__icon svg {
  width: 24px;
  height: 24px;
  fill: #FFFFFF;
}

@media screen and (min-width: 37.5em) {
  .main-menu__secondary--right .social-media__icon svg {
    width: 40px;
    height: 40px;
  }
}

.social-share ul {
  list-style-type: none;
  margin: 0px;
}

.social-share ul.horizontal li {
  display: inline;
  padding-right: 0.5rem;
}

.social-share ul.horizontal li:last-of-type {
  padding-right: 0;
}

.social-share ul.vertical li {
  padding-bottom: 0.75rem;
}

.social-share ul.vertical li:last-of-type {
  padding-bottom: 0;
}

.social-share ul .icon {
  fill: #d3d3d3;
  height: 40px;
  width: 40px;
}

.social-share ul .icon.large {
  height: 60px;
  width: 60px;
}

.article-header .social-share li {
  display: inline;
  padding-right: 0.5rem;
}

.article-header .social-share li:last-of-type {
  padding-right: 0;
}

.article-header .social-share li svg {
  cursor: pointer;
}

.article-header .social-share li a {
  cursor: pointer;
}

.article-header .social-share li a.copy.share {
  position: relative;
}

.article-header .social-share li a.copy.share::after {
  border: 1px solid #d3d3d3;
  background-color: #FFFFFF;
  border-radius: 4px;
  bottom: -1.5rem;
  color: #d3d3d3;
  content: 'Copied!';
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
  font-size: calc(0.833 * 1rem);
  left: calc(50% - 1.875rem);
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: all 1s;
  width: 3.75rem;
}

.article-header .social-share li a.copy.share.copied::after {
  opacity: 1;
  transition: all 1s;
}

.article--left .social-share .icon {
  height: 60px;
  width: 60px;
}

.article--left .social-share li {
  padding-bottom: 0.75rem;
}

.article--left .social-share li:last-of-type {
  padding-bottom: 0;
}

.block-social-sharing-block h2 {
  font-size: calc(0.833 * 1rem);
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
  color: #4A4A4A;
}

.link-with-arrow {
  background: #009CEE;
  color: #FFFFFF;
  font-size: 12px;
  padding: 10px 60px 10px 16px;
  position: relative;
  font-family: 'Raleway', serif;
  font-weight: 700;
  display: inline-block;
}

.link-with-arrow:hover {
  transition: all 0.2s ease;
  background: #FFFFFF;
  color: #009CEE;
}

.link-with-arrow:hover .icon {
  color: #FFFFFF;
  fill: #FFFFFF;
}

.link-with-arrow .icon {
  color: #FFFFFF;
  width: 20px;
  height: 20px;
  right: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.link-with-arrow.transparent {
  background: rgba(255, 255, 255, 0);
  color: #81D1F1;
}

.link-with-arrow.transparent .icon {
  color: #009CEE;
  fill: #009CEE;
}

.link-with-arrow.transparent:hover {
  transition: all 0.2s ease;
  color: #FFFFFF;
}

.link-with-arrow.transparent:hover .icon {
  color: #FFFFFF;
  fill: #FFFFFF;
}

.link-with-arrow.light-blue {
  background: #81D1F1;
  color: #FFFFFF;
}

.link-with-arrow.light-blue .icon {
  color: #FFFFFF;
  fill: #FFFFFF;
}

.link-with-arrow.light-blue:hover {
  background: #005683;
  transition: all 0.2s ease;
  color: #FFFFFF;
}

.link-with-arrow.light-blue:hover .icon {
  color: #FFFFFF;
  fill: #FFFFFF;
}

.link-sm {
  font-size: 12px;
  padding: 10px 60px 10px 16px;
}

.link-sm .icon {
  width: 20px;
  height: 20px;
}

.link-md {
  font-size: 16px;
  padding: 16px 75px 16px 32px;
}

.link-md .icon {
  width: 25px;
  height: 25px;
  right: 15px;
}

.link-lg {
  font-size: 20px;
  padding: 20px 90px 20px 32px;
}

.link-lg .icon {
  width: 25px;
  height: 25px;
  right: 20px;
}

.slide-to-button {
  z-index: 5;
  bottom: 1rem;
  left: calc(50% - 30px);
  position: absolute;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  padding: 0.5rem 0.5rem;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
}

.slide-to-button:hover {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}

.slide-to-button:hover .icon {
  fill: #009CEE;
}

.slide-to-button .icon {
  width: 20px;
  height: 50px;
  fill: #FFFFFF;
  transition: all 0.2s ease;
}

.more-link,
.call-to-action {
  margin: 1rem 0;
  text-align: center;
}

.star-ratings-css {
  font-family: 'Raleway', serif;
  unicode-bidi: bidi-override;
  position: relative;
  padding-bottom: 1rem;
  color: #FFFFFF;
  font-size: 25px;
  height: 45px;
  width: 100px;
}

.star-ratings-css-top {
  color: #009CEE;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}

.star-ratings-css-bottom {
  color: #DCD8D8;
  font-weight: 700;
  padding: 0;
  display: block;
  z-index: 0;
}

/* Variables */
/* Mixins */
@media screen and (min-width: 48em) {
  .type-columns {
    margin-bottom: 2rem;
    columns: 2;
    column-gap: 3rem;
    column-rule: 2px solid #e0dbda;
  }
}

/* Variables */
/* Mixins */
h1, .image-card figcaption, h2, h3, h4, h5, h6,
.h1, .h2, .search-results .views-field-title, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-family: 'Raleway', serif;
  font-weight: 700;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hero-static-block h1, .hero-static-block .image-card figcaption, .image-card .hero-static-block figcaption,
.hero-static-block h2,
.hero-static-block h3,
.hero-static-block h4,
.hero-static-block h5,
.hero-static-block h6,
.grid-horizontal-cards-wrapper .title,
.grid-horizontal-cards-wrapper .field--name-title {
  font-family: gizmo,sans-serif;
}

h1, .image-card figcaption, .h1 {
  font-size: calc(2.488 * 1rem);
}

@media screen and (min-width: 48em) {
  h1, .image-card figcaption, .h1 {
    font-size: calc((2.488 * 1rem) + (2.986 - 2.488) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  h1, .image-card figcaption, .h1 {
    font-size: calc(2.986 * 1rem);
  }
}

h2, .h2, .search-results .views-field-title {
  font-size: calc(2.074 * 0.75rem);
}

@media screen and (min-width: 48em) {
  h2, .h2, .search-results .views-field-title {
    font-size: calc((2.074 * 0.75rem) + (2.488 - 2.074) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  h2, .h2, .search-results .views-field-title {
    font-size: calc(2.488 * 0.75rem);
  }
}

h3, .h3 {
  font-size: calc(1.728 * 1rem);
}

@media screen and (min-width: 48em) {
  h3, .h3 {
    font-size: calc((1.728 * 1rem) + (2.074 - 1.728) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  h3, .h3 {
    font-size: calc(2.074 * 1rem);
  }
}

h4, .h4 {
  font-size: calc(1.44 * 1rem);
}

@media screen and (min-width: 48em) {
  h4, .h4 {
    font-size: calc((1.44 * 1rem) + (1.728 - 1.44) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  h4, .h4 {
    font-size: calc(1.728 * 1rem);
  }
}

h5, .h5 {
  font-size: calc(1.2 * 1rem);
}

@media screen and (min-width: 48em) {
  h5, .h5 {
    font-size: calc((1.2 * 1rem) + (1.44 - 1.2) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  h5, .h5 {
    font-size: calc(1.44 * 1rem);
  }
}

h6, .h6 {
  font-size: calc(1 * 1rem);
}

@media screen and (min-width: 48em) {
  h6, .h6 {
    font-size: calc((1 * 1rem) + (1.2 - 1) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  h6, .h6 {
    font-size: calc(1.2 * 1rem);
  }
}

/* Display. */
.display-1 {
  margin-bottom: 2rem;
  font-family: gizmo,sans-serif;
  font-size: calc(2.986 * 1rem);
}

@media screen and (min-width: 48em) {
  .display-1 {
    font-size: calc((2.986 * 1rem) + (5.16 - 2.986) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  .display-1 {
    font-size: calc(5.16 * 1rem);
  }
}

.display-2 {
  font-size: calc(5.16 * 1rem);
}

@media screen and (min-width: 48em) {
  .display-2 {
    font-size: calc((5.16 * 1rem) + (9.699 - 5.16) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  .display-2 {
    font-size: calc(9.699 * 1rem);
  }
}

.display-3 {
  font-size: calc(9.699 * 1rem);
}

@media screen and (min-width: 48em) {
  .display-3 {
    font-size: calc((9.699 * 1rem) + (12.839 - 9.699) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  .display-3 {
    font-size: calc(12.839 * 1rem);
  }
}

.display-1 b,
.display-2 b,
.display-3 b {
  color: #81D1F1;
}

/* Inline. */
.inline-headings {
  margin-bottom: 1.5rem;
}

.inline-headings__heading, .inline-headings__paragraph {
  display: inline;
}

/* Titles modifiers. */
.titles--white h1, .titles--white .image-card figcaption, .image-card .titles--white figcaption, .titles--white h2, .titles--white h3, .titles--white h4, .titles--white h5, .titles--white h6 {
  color: #FFF;
}

.titles--black h1, .titles--black .image-card figcaption, .image-card .titles--black figcaption, .titles--black h2, .titles--black h3, .titles--black h4, .titles--black h5, .titles--black h6 {
  color: #333333;
}

.titles--primary h1, .titles--primary .image-card figcaption, .image-card .titles--primary figcaption, .titles--primary h2, .titles--primary h3, .titles--primary h4, .titles--primary h5, .titles--primary h6 {
  color: #81D1F1;
}

.titles--all-caps h1.title, .titles--all-caps .image-card figcaption.title, .image-card .titles--all-caps figcaption.title, .titles--all-caps h2.title, .titles--all-caps h3.title, .titles--all-caps h4.title, .titles--all-caps h5.title, .titles--all-caps h6.title {
  text-transform: uppercase;
  letter-spacing: 3.65px;
  line-height: 42px;
}

.section-title {
  text-transform: uppercase;
  letter-spacing: 3.65px;
  line-height: 42px;
}

.section-title:empty {
  display: none;
}

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

/* Variables */
/* Mixins */
/* Ordered.
   Numbers generated from CSS counters. */
ol {
  font-family: 'Raleway', serif;
  font-weight: 400;
  margin-left: 0;
  padding-left: 0;
}

/* Unordered.
Markers generated by CSS content. */
ul {
  font-family: 'Raleway', serif;
  font-weight: 400;
  margin-left: 0;
  padding-left: 0;
}

/* Nested. */
li > ul,
li > ol {
  margin: 0.75rem 0 0.75rem 0.75rem;
  padding: 0;
}

/* Description/definition. */
dt {
  font-weight: 700;
}

/* Columns. */
.list--columns {
  margin-bottom: 2rem;
  columns: 2;
  column-gap: 3rem;
}

/* Medium screen styles: */
@media screen and (min-width: 48em) {
  /* Increase number of columns. */
  .list--columns {
    columns: 3;
  }
}

/* Large screen styles: */
@media screen and (min-width: 64em) {
  /* Remove columns. */
  .list--columns {
    columns: 1;
  }
}

/* Footnotes. */
.list--footnotes li {
  margin-bottom: 0.75rem;
  font-size: calc(0.694 * 1rem);
}

@media screen and (min-width: 48em) {
  .list--footnotes li {
    font-size: calc((0.694 * 1rem) + (0.833 - 0.694) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  .list--footnotes li {
    font-size: calc(0.833 * 1rem);
  }
}

/* Inline. */
.list--inline li {
  display: inline-block;
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
  /* Remove list markers generated by :before. */
}

.list--inline li:not(:last-child) {
  margin-right: 1.5rem;
}

.list--inline li:before {
  content: "";
  display: none;
}

/* Unstyled, no markers. */
.list--unstyled li {
  /* Remove list markers generated by :before. */
}

.list--unstyled li:before {
  content: "";
  display: none;
}

/* Variables */
/* Mixins */
address {
  margin-bottom: 1rem;
  font-size: calc(0.833 * 1rem);
  line-height: 1.6;
}

@media screen and (min-width: 48em) {
  address {
    font-size: calc((0.833 * 1rem) + (1 - 0.833) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  address {
    font-size: calc(1 * 1rem);
  }
}

abbr[title] {
  border-bottom: 2px dotted #e0dbda;
  cursor: help;
}

dfn {
  font-style: italic;
}

ins {
  background-color: #f9f8f7;
  color: #333333;
  text-decoration: none;
}

mark {
  background-color: #f9f8f7;
  color: #333333;
  font-style: italic;
  font-weight: 700;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  display: inline-block;
  font-size: calc(0.694 * 1rem);
  line-height: 1.6;
}

@media screen and (min-width: 48em) {
  small {
    font-size: calc((0.694 * 1rem) + (0.833 - 0.694) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  small {
    font-size: calc(0.833 * 1rem);
  }
}

/* Alignment */
.text--left {
  text-align: left;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
}

/* OpenType features
   https://helpx.adobe.com/typekit/using/open-type-syntax.html#lnum */
.type-frac-diagonal {
  font-variant-numeric: diagonal-fractions;
  -webkit-font-feature-settings: "frac" 1;
          font-feature-settings: "frac" 1;
}

/* ligatures */
.type-ligs-standard {
  -webkit-font-variant-ligatures: standard-ligatures;
          font-variant-ligatures: standard-ligatures;
  -webkit-font-feature-settings: "liga" 1;
          font-feature-settings: "liga" 1;
}

.type-ligs-discretionary {
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -webkit-font-feature-settings: "dlig" 1;
          font-feature-settings: "dlig" 1;
}

/* numerals */
.type-nums-lining {
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings: "lnum" 1;
          font-feature-settings: "lnum" 1;
}

.type-nums-oldstyle {
  font-variant-numeric: oldstyle-nums;
  -webkit-font-feature-settings: "onum" 1;
          font-feature-settings: "onum" 1;
}

.type-nums-proportional {
  font-variant-numeric: proportional-nums;
  -webkit-font-feature-settings: "pnum" 1;
          font-feature-settings: "pnum" 1;
}

/* caps */
.type-small-caps {
  font-variant-caps: small-caps;
  -webkit-font-feature-settings: "smcp" 1;
          font-feature-settings: "smcp" 1;
}

/* swashes */
.type-swashes {
  -webkit-font-feature-settings: "swsh" 1;
          font-feature-settings: "swsh" 1;
}

/* All OpenType features */
.type-all {
  -webkit-font-feature-settings: "dlig" 1, "onum" 1, "swsh" 1;
          font-feature-settings: "dlig" 1, "onum" 1, "swsh" 1;
}

.primary-typeface-weight--light {
  font-weight: 100;
}

.primary-typeface-weight__normal {
  font-weight: 400;
}

.primary-typeface-weight--bold {
  font-weight: 700;
}

.secondary-typeface-weight--normal {
  font-weight: 400;
}

.secondary-typeface-weight__bold {
  font-weight: 700;
}

/* Variables */
/* Mixins */
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'Raleway', serif;
  font-weight: 400;
  font-size: calc(0.833 * 1.08rem);
  line-height: 1.55rem;
}

@media screen and (min-width: 48em) {
  p {
    font-size: calc((0.833 * 1rem) + (1 - 0.833) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  p {
    font-size: calc(1 * 1rem);
  }
}

/* Secondary, smaller than default. */
.secondary {
  font-size: calc(0.694 * 1rem);
}

@media screen and (min-width: 48em) {
  .secondary {
    font-size: calc((0.694 * 1rem) + (0.833 - 0.694) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  .secondary {
    font-size: calc(0.833 * 1rem);
  }
}

/* Lede, larger than default. */
.lede {
  font-size: calc(1.2 * 1rem);
}

@media screen and (min-width: 48em) {
  .lede {
    font-size: calc((1.2 * 1rem) + (1.44 - 1.2) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  .lede {
    font-size: calc(1.44 * 1rem);
  }
}

/* Standfirst, largest paragraph style. */
.standfirst {
  font-size: calc(1.728 * 1rem);
}

@media screen and (min-width: 48em) {
  .standfirst {
    font-size: calc((1.728 * 1rem) + (2.074 - 1.728) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  .standfirst {
    font-size: calc(2.074 * 1rem);
  }
}

.wysiwyg-text {
  font-family: 'Raleway', serif;
  font-weight: 400;
  margin: 0 auto;
  padding: 2rem 0px;
}

.wysiwyg-text ul, .wysiwyg-text ol {
  margin-left: 1.125em;
}

/* Initial cap/letter where supported. */
@supports (initial-letter: 2) or (-webkit-initial-letter: 2) {
  .initial-letter::first-letter {
    -webkit-initial-letter: 2;
    initial-letter: 2;
    font-weight: 100;
    color: #F4F5F8;
  }
}

p.camel-case:first-letter {
  float: left;
  font-size: calc(2.986 * 1.5rem);
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  line-height: 60px;
  padding-right: .2em;
  padding-top: 6px;
}

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

.message--warning {
  padding: 1.5rem;
  color: white;
}

.message--warning span {
  background: #DCD8D8;
  transition: background-color ease .3s;
  display: inline-block;
  margin-left: 5px;
  height: 32px;
}

.message--warning .icon {
  fill: #686d6f;
  width: 24px;
  height: 24px;
  padding: 3px;
  padding-bottom: 0;
}

blockquote.pullquote {
  margin: 1rem;
  display: block;
  text-align: center;
  /*Font*/
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
  color: #4A4A4A;
}

@media screen and (min-width: 76.2em) {
  blockquote.pullquote--left {
    float: left;
    width: 300px;
    margin-left: calc(-80px - 4em);
  }
}

@media screen and (min-width: 48em) {
  blockquote.pullquote--right {
    float: right;
    width: 300px;
    margin-left: 3em;
    margin-right: -40%;
  }
}

blockquote.pullquote--full-width {
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
}

blockquote.pullquote--bg-image {
  padding: 0px;
  min-height: 400px;
  position: relative;
}

blockquote.pullquote--bg-image .pullquote__content {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff;
}

blockquote.pullquote--bg-image .pullquote__header__image {
  position: absolute;
  width: 100%;
  height: 100%;
}

blockquote.pullquote--bg-image .pullquote__header__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

blockquote.pullquote--bg-image .pullquote__image__filter {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

blockquote.pullquote p {
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
  font-size: calc(1.2 * 1rem);
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
}

@media screen and (min-width: 48em) {
  blockquote.pullquote p {
    font-size: calc((1.2 * 1rem) + (1.44 - 1.2) * (100vw - 48em) / (16));
  }
}

@media screen and (min-width: 64em) {
  blockquote.pullquote p {
    font-size: calc(1.728 * 1rem);
  }
}

blockquote.pullquote cite.pullquote__author {
  font-family: gizmo,sans-serif;
  font-size: 0.833;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

blockquote.pullquote cite.pullquote__author:before, blockquote.pullquote cite.pullquote__author:after {
  background-color: #F6F6F6;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50px;
}

blockquote.pullquote cite.pullquote__author:before {
  right: 1rem;
  margin-left: -50%;
}

blockquote.pullquote cite.pullquote__author:after {
  left: 1rem;
  margin-right: -50%;
}

.advertisement-strip {
  background-color: #F0812D;
}

.advertisement-strip .wysiwyg-text {
  padding: 50px;
}

.advertisement-strip__body {
  color: #fff;
}

.advertisement-strip__body p {
  font-size: 20px;
  line-height: 34px;
}

@media screen and (min-width: 48em) {
  .advertisement-strip__body p {
    font-size: 35px;
    line-height: 41px;
  }
}

.advertisement-strip__body p:last-child {
  margin-bottom: 0;
}

.advertisement-strip__body a {
  color: #fff;
}

.advertisement-strip__body a:hover {
  text-decoration: none;
}

.awards-list {
  padding-bottom: 4rem;
}

.awards-list.neutral-light {
  background-color: #F4F5F8;
}

.awards-list.white {
  background-color: #FFFFFF;
}

@media screen and (min-width: 48em) {
  .awards-list.neutral-light--medium {
    background-color: #F4F5F8;
  }
}

@media screen and (min-width: 48em) {
  .awards-list.white--medium {
    background-color: #FFFFFF;
  }
}

.awards-list__wrapper {
  margin: 0;
  padding: 0 2rem;
}

@media screen and (min-width: 48em) {
  .awards-list__wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
  }
}

.awards-list__groups {
  padding: 25px 30px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  margin-left: 30px;
  background-color: #FFFFFF;
}

@media screen and (min-width: 48em) {
  .awards-list__groups {
    box-shadow: none;
    background-color: transparent;
  }
}

.awards-list__group {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 48em) {
  .awards-list__group {
    display: flex;
    border-bottom: 2px solid #979797;
  }
}

.awards-list__group:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em) {
  .awards-list__group:last-child {
    display: flex;
    border-bottom: 0;
  }
}

.awards-list__group-title {
  color: #009CEE;
  text-align: center;
  margin: 0;
}

.awards-list__group-title h3 {
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
  font-size: calc(1.2 * 1rem);
  font-weight: bold;
  line-height: 25px;
}

@media screen and (min-width: 48em) {
  .awards-list__group-title {
    flex: 1 0 10.25641%;
    text-align: left;
    min-width: 80px;
  }
}

@media screen and (min-width: 48em) {
  .awards-list__group-content {
    flex: 1 0 89.74359%;
  }
}

.awards-list__group-content li {
  color: #333333;
  font-family: Raleway;
  font-size: calc(0.833 * 1rem);
  line-height: 28px;
}

@media screen and (min-width: 48em) {
  .awards-list__group-content li {
    font-size: calc(1 * 1rem);
    line-height: 28px;
  }
}

.awards-list__group-content ul {
  margin: 0 0 0 30px;
}

.paragraph.paragraph--type--blog-embed {
  margin-bottom: 20px;
}

@media screen and (min-width: 48em) {
  .paragraph.paragraph--type--blog-embed {
    margin-bottom: 40px;
  }
}

.node--type-blog-news.node--view-mode-full {
  margin-top: 120px;
}

@media screen and (min-width: 48em) {
  .node--type-blog-news.node--view-mode-full {
    margin-top: 160px;
  }
}

@media screen and (min-width: 64em) {
  .node--type-blog-news.node--view-mode-full {
    margin-top: 180px;
  }
}

.node--type-blog-news .article--right_wrapper {
  border-top: 4px solid black;
  padding: 20px;
}

.node--type-blog-news .article--right {
  padding: 20px;
}

.blog-header {
  padding: 20px;
  overflow-wrap: anywhere;
}

.blog-header .image-style-full-width-card {
  margin-bottom: 20px;
}

.blog-header .field--name-title {
  font-family: 'Raleway', serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (min-width: 64em) {
  .blog-header .field--name-title {
    font-size: 2.2rem;
  }
}

.blog-header .article__teaser {
  margin-bottom: 20px;
}

.blog-header .social-share > ul {
  margin-bottom: 20px;
  text-align: center;
}

.blog-header .social-share > ul li {
  display: inline-block;
}

.vocabulary-blog-category .content {
  margin: 0;
  padding: 0 2rem;
  margin-top: 120px;
}

@media screen and (min-width: 48em) {
  .vocabulary-blog-category .content {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
  }
}

@media screen and (min-width: 48em) {
  .vocabulary-blog-category .content {
    margin-top: 160px;
  }
}

@media screen and (min-width: 64em) {
  .vocabulary-blog-category .content {
    margin-top: 180px;
  }
}

.vocabulary-blog-category .content .variable-card img {
  width: 100%;
}

.vocabulary-blog-category .content .content-posts > div:first-of-type .view-content > div {
  padding: 0;
  flex-basis: 100%;
  max-width: 100%;
}

.vocabulary-blog-category .article--right_wrapper {
  border-top: 4px solid black;
  padding: 20px;
}

.vocabulary-blog-category .article--right {
  padding: 20px;
}

.collapsible-card .title {
  font-family: 'Raleway', serif;
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
  color: #333333;
}

@media screen and (min-width: 48em) {
  .collapsible-card .title {
    font-size: 1.2rem;
  }
}

.collapsible-card:hover .title {
  color: #106fbc;
}

.collapsible-card-wrapper {
  border-bottom: 1px solid #DCD8D8;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.faq-cards-grid .item {
  padding-bottom: 0px;
}

.collapsible-card-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.collapsible {
  background-color: #FFFFFF;
  color: #333333;
  cursor: pointer;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1rem;
  padding: 2rem;
  transition: all 0.2s ease;
}

.card_content {
  padding: 0 2rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #FFFFFF;
  margin-bottom: 1.5rem;
}

.collapsible-card .card_content .wysiwyg-text {
  font-size: 0.75rem;
}

@media screen and (min-width: 48em) {
  .collapsible-card .card_content .wysiwyg-text {
    font-size: 0.85rem;
  }
}

.collapsible-card .collapsible {
  padding-left: 0px;
  padding-bottom: 0px;
}

.collapsible-card .card_content {
  padding: 0;
}

.collapsible-card .collapsible.active {
  transition: all 0.2s ease;
}

.plus-toggle {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 1rem;
  padding-left: 1.3rem;
}

.plus-toggle span {
  width: 25px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #009CEE;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: all 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  text-align: left;
}

.plus-toggle span:nth-child(1) {
  transform: rotate(-38deg) translate(0px, 0px);
  width: 20px;
}

.plus-toggle span:nth-child(2) {
  transform-origin: 0% 0%;
  transform: rotate(38deg) translate(-20px, -8px);
  width: 20px;
}

/*
*On active collaps trigger(collapsible) transform all the slices in a +
* into a crossmark.
*/
.collapsible.active .plus-toggle span:nth-child(1) {
  transform: rotate(0deg) translate(-2px, 0px);
  width: 24px;
}

.collapsible.active .plus-toggle span:nth-child(2) {
  transform-origin: 0% 0%;
  transform: rotate(90deg) translate(-19px, -11px);
  width: 24px;
}

.contact-form p {
  color: #FFFFFF;
}

.contact-form .title {
  font-family: gizmo,sans-serif;
  font-weight: 400;
  font-size: 4rem;
  color: #FFFFFF;
}

.contact-form .wysiwyg-text {
  font-size: 0.75rem;
  padding: 1rem 0 0;
  opacity: 0.8;
}

@media screen and (min-width: 48em) {
  .contact-form .wysiwyg-text {
    padding: 0 0 0 1.5rem;
  }
}

.contact-form .wysiwyg-text p {
  font-size: inherit;
}

.contact-form .social-media__icon {
  display: inline;
}

.contact-form .social-icons a {
  padding-right: 0.5rem;
}

.contact-form .social-icons .icon {
  fill: #FFFFFF;
  width: 32px;
  height: 32px;
  transition: all 0.2s ease;
}

.contact-form .social-icons .icon:hover {
  fill: #81D1F1;
  color: #81D1F1;
  transition: all 0.2s ease;
}

.contact-form-wrapper {
  background: #052D59;
  color: #FFFFFF;
  padding: 6rem 3rem 3rem;
  text-align: center;
  margin-top: 1px;
}

.contact-form-wrapper h2 {
  font-family: gizmo,sans-serif;
  font-weight: 400;
  font-size: 4rem;
  color: #FFFFFF;
  text-align: center;
}

.contact-form-wrapper label, .contact-form-wrapper p {
  color: #FFFFFF;
  font-size: 0.9rem;
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
}

.contact-form-wrapper form {
  text-align: left;
}

.contact-form-wrapper .form-item {
  margin: 0;
  padding: 0 0 1.5rem;
}

.contact-form-wrapper .description {
  padding-bottom: 1.5rem;
  font-size: 1.2rem;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper select,
.contact-form-wrapper textarea {
  background-color: #005683;
  margin-bottom: 1rem;
  width: 100%;
  margin: auto;
  color: #FFFFFF;
}

@media screen and (min-width: 48em) {
  .contact-form-wrapper input[type="text"],
  .contact-form-wrapper input[type="email"],
  .contact-form-wrapper select,
  .contact-form-wrapper textarea {
    width: 50%;
    min-width: 40rem;
  }
}

.contact-form-wrapper .btn, .contact-form-wrapper .more-link a, .more-link .contact-form-wrapper a,
.contact-form-wrapper .call-to-action a, .call-to-action .contact-form-wrapper a, .contact-form-wrapper .button.form-submit, .contact-form-wrapper .form-actions .button, .contact-form-wrapper .vertical-card .body a, .vertical-card .body .contact-form-wrapper a {
  font-weight: 600;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  .contact-form-wrapper .btn, .contact-form-wrapper .more-link a, .more-link .contact-form-wrapper a,
  .contact-form-wrapper .call-to-action a, .call-to-action .contact-form-wrapper a, .contact-form-wrapper .button.form-submit, .contact-form-wrapper .form-actions .button, .contact-form-wrapper .vertical-card .body a, .vertical-card .body .contact-form-wrapper a {
    width: 100%;
  }
}

.contact-form-wrapper label:not(.option),
.contact-form-wrapper label::after {
  display: none;
}

.contact-form-wrapper .form-type-checkbox,
.contact-form-wrapper .disclaimer {
  width: 100%;
  margin: auto auto 2rem;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .contact-form-wrapper .form-type-checkbox,
  .contact-form-wrapper .disclaimer {
    width: 50%;
    min-width: 40rem;
  }
}

.contact-form-wrapper .form-actions {
  margin: 0 auto 3rem;
  text-align: center;
}

.contact-form-wrapper div.g-recaptcha > div {
  margin: 10px auto;
}

.content-with-sidebar .paragraph {
  border-top: 4px solid black;
}

.content-with-sidebar .right-sidebar {
  padding: 0;
}

.content-with-sidebar .right-sidebar .viewsreference--view-title {
  padding: 0 15px;
}

.content-with-sidebar .right-sidebar .views-element-container {
  padding: 0 20px;
}

.paragraph.content-with-sidebar {
  padding: 0 1.5rem;
}

@media screen and (min-width: 48em) {
  .paragraph.content-with-sidebar {
    padding: 0 0 3rem;
  }
}

.paragraph--type--views-embed .viewsreference--view-title {
  font-family: 'Raleway', serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 20px;
}

.cr__gallery .fullscreen__close .iconWrapper,
.cr__gallery .fullscreen__wrapper .fullscreen__previous .iconWrapper,
.cr__gallery .fullscreen__wrapper .fullscreen__next .iconWrapper {
  width: 16px;
  height: 16px;
}

.cr__gallery .fullscreen__logo a {
  display: inline-block;
  width: 80px;
  height: 35px;
}

.featured-card--card-description {
  padding: 1rem 1.5rem;
}

@media screen and (min-width: 48em) {
  .featured-card--card-description {
    padding: 60px 30px;
  }
}

.featured-card--image-block {
  line-height: 0;
  padding-right: 0;
}

@media screen and (min-width: 48em) {
  .featured-card--image-block {
    padding-right: 0;
  }
}

.featured-card--image-block img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .featured-card--image-block img {
    display: none;
  }
}

.featured-card--bg-cover {
  background-size: 0;
}

@media screen and (min-width: 48em) {
  .featured-card--bg-cover {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
  }
}

.featured-card--category {
  margin-bottom: 20px;
}

.featured-card--category a {
  color: #333333;
  font-size: 0.9rem;
  font-style: italic;
  text-decoration: underline;
  -webkit-text-decoration-color: #81D1F1;
          text-decoration-color: #81D1F1;
}

.featured-card--title {
  font-family: 'Raleway', serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.featured-card--title a {
  color: #333333;
}

.featured-card--date {
  color: #4A4A4A;
  display: inline-block;
  font-size: 0.8rem;
  margin: 20px 0;
}

.featured-card .social-share > ul li {
  display: inline-block;
}

.featured-card p {
  margin-bottom: 20px;
}

@media screen and (min-width: 64em) {
  .featured-accomodation-card {
    padding: 0;
  }
}

.featured-accomodation-card-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (min-width: 48em) {
  .featured-accomodation-card-wrapper {
    padding: 0;
  }
}

.featured-slider-block,
.featured-description {
  flex: 100%;
}

@media screen and (min-width: 64em) {
  .featured-slider-block,
  .featured-description {
    flex: 0 0 50%;
  }
}

.featured-description {
  display: flex;
  align-items: center;
  flex: 100%;
}

@media screen and (min-width: 64em) {
  .featured-description {
    flex: 0 0 50%;
  }
}

.featured-description .featured-description-wrapper {
  padding: 2rem 1rem;
}

@media screen and (min-width: 64em) {
  .featured-description .featured-description-wrapper {
    padding: 4rem;
  }
}

.featured-description-wrapper .amenities-list {
  color: #333333;
  font-size: 1rem;
  list-style: none;
}

.featured-description-wrapper .amenities-list li {
  list-style: none;
  position: relative;
}

.featured-description-wrapper .amenities-list li .icon {
  fill: #009CEE;
  width: 16px;
  height: 15px;
}

.featured-description-wrapper .accomodation_type {
  color: #F0812D;
  font-family: 'Raleway', serif;
  font-weight: 400;
  font-size: 1rem;
}

.featured-description-wrapper .hotel_name {
  color: #333333;
  font-size: 1.5rem;
  font-family: 'Raleway', serif;
  font-weight: 700;
}

.featured-description-wrapper .city_name {
  color: #4A4A4A;
  font-size: 1rem;
  font-family: 'Raleway', serif;
  font-weight: 700;
  font-style: italic;
}

.featured-description-wrapper .star-ratings-css {
  font-family: 'Raleway', serif;
  unicode-bidi: bidi-override;
  color: #FFFFFF;
  font-size: 25px;
  height: 45px;
  width: 100%;
  position: relative;
  padding: 0;
}

.featured-description-wrapper .star-ratings-css-top {
  color: #009CEE;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}

.featured-description-wrapper .star-ratings-css-bottom {
  color: #DCD8D8;
  font-weight: 700;
  padding: 0;
  display: block;
  z-index: 0;
}

.featured-description-wrapper .row .col {
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (min-width: 64em) {
  .featured-description-wrapper .row .col {
    padding-bottom: 4rem;
  }
}

.grid-featured-h-card-wrapper .featured-accomodation-card {
  padding: 2rem 2rem 2rem 1rem;
}

.grid-featured-h-card-wrapper .featured-accomodation-card:last-child {
  padding-bottom: 0px;
}

@media screen and (min-width: 76.2em) {
  .grid-featured-h-card-wrapper .featured-accomodation-card {
    padding: 0px;
    padding-bottom: 4rem;
  }
}

.grid-featured-h-card .grid-block-title {
  padding-bottom: 2rem;
}

@media screen and (min-width: 64em) {
  .grid-featured-h-card .grid-block-title {
    padding-bottom: 4rem;
  }
}

.grid-featured-h-card .grid-block-title-body {
  padding: 2rem 2rem 5rem;
}

.grid-featured-h-card .grid-block-title-body .grid-block-title {
  color: #4A4A4A;
  padding: 0 0 2rem;
  margin: 0;
}

@media screen and (min-width: 64em) {
  .grid-featured-h-card .grid-block-title-body .grid-block-title {
    padding: 0 0 3rem;
  }
}

.grid-featured-h-card .grid-block-title-body .grid-block-body {
  color: #333333;
  padding: 0;
}

@media screen and (min-width: 64em) {
  .grid-featured-h-card .grid-block-title-body {
    padding: 4rem 0 5rem;
    margin-bottom: 6rem;
  }
}

.grid-featured-h-card .grid-block-body {
  margin: 0;
  padding: 0 2rem;
  font-family: 'Raleway', serif;
  font-weight: 400;
  text-align: center;
  padding-bottom: 4rem;
  margin: 0;
  font-size: 1rem;
}

@media screen and (min-width: 48em) {
  .grid-featured-h-card .grid-block-body {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
  }
}

@media screen and (min-width: 64em) {
  .grid-featured-h-card .grid-block-body {
    font-size: 1rem;
  }
}

.featured-slider-block .slider-block, slider-wrapper {
  height: 100%;
}

.featured-slider-block .slide {
  line-height: 0;
}

.featured-slider-block .slide img {
  transform: scale(1, 1.02);
}

.filter-tabs-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
  padding: 2rem 2rem 0;
}

@media screen and (min-width: 48em) {
  .filter-tabs-wrapper {
    padding: 0rem;
  }
}

.filter-tabs-wrapper a {
  padding: 1rem 1rem;
  text-align: center;
}

.filter-tabs-wrapper a.active hr {
  transition: all 0.2s ease;
  opacity: 1;
}

.filter-tabs-wrapper span {
  color: #333333;
  font-family: 'Raleway', serif;
  font-weight: 400;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
}

@media screen and (min-width: 64em) {
  .filter-tabs-wrapper span {
    font-size: 1.2rem;
  }
}

.filter-tabs-wrapper hr {
  margin: 1.5rem 0 0;
  height: 0.5rem;
  width: 100%;
  border: none;
  opacity: 0;
  transition: all 0.2s ease;
  background: #000000;
}

.filter-tabs-wrapper hr.light-blue {
  background: #81D1F1;
}

.filter-tabs-wrapper hr.pale-blue {
  background: #00AEBC;
}

.filter-tabs-wrapper hr.electric-blue {
  background: #009CEE;
}

.filter-tabs-wrapper hr.ocean-blue {
  background: #005683;
}

.filter-tabs-wrapper hr.deep-blue {
  background: #052D59;
}

.filter-tabs-wrapper hr.orange {
  background: #F0812D;
}

.filter-tabs-wrapper hr.green {
  background: #B2CC29;
}

.filter-tabs-wrapper hr.pink {
  background: #E274AA;
}

.filter-tabs-wrapper .form-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  color: #FFFFFF;
  width: calc(100% - 2rem - 1px);
  padding: 0.5rem 1rem;
}

@media screen and (min-width: 48em) {
  .filter-tabs-wrapper .form-item {
    width: calc(50% - 2rem - 1px);
  }
}

.filter-tabs-wrapper .form-item label,
.filter-tabs-wrapper .form-item input,
.filter-tabs-wrapper .form-item select,
.filter-tabs-wrapper .form-item .select-box {
  color: #FFFFFF;
  flex: 0 0 50%;
  background: rgba(255, 255, 255, 0);
  margin: 0;
}

.filter-tabs-wrapper .form-item label {
  font-weight: 700;
}

.filter-menu-wrapper {
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  background: dimgrey;
}

@media screen and (min-width: 48em) {
  .filter-menu-wrapper .even {
    border-right: 1px solid #DCD8D8;
  }
  .filter-menu-wrapper .odd {
    border-left: 1px solid #DCD8D8;
  }
}

.flight-map-block {
  transition: height 0.2s ease;
  background: linear-gradient(to bottom, #b0e2fc 0%, rgba(129, 209, 241, 0.6) 50%, #81d1f1 80%, #81d1f1 80%);
  padding: 3rem 0 0;
}

@media screen and (min-width: 48em) {
  .flight-map-block {
    padding: 4rem 0 0;
  }
}

.flight-map-block .grid-block-title {
  color: #FFFFFF;
  font-weight: 300;
  letter-spacing: 0;
  padding: 2rem 0;
}

@media screen and (min-width: 48em) {
  .flight-map-block .grid-block-title {
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 64em) {
  .flight-map-block .grid-block-title {
    padding-bottom: 4rem;
  }
}

.flight-map-block img {
  display: block;
  margin: 0 auto;
  padding-bottom: 3rem;
  width: 80%;
}

.flight-map-block form {
  display: flex;
  transition: all 0.2s ease;
  min-width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.flight-map-block .grid-flight-map-form-wrapper {
  transition: all 0.2s ease;
  display: flex;
  margin: 0;
  padding: 0 2rem;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}

@media screen and (min-width: 48em) {
  .flight-map-block .grid-flight-map-form-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
  }
}

.flight-map-block form select,
.flight-map-block form input {
  height: 80px;
  min-width: 7rem;
  text-align: left;
  padding: 10px 40px 10px 40px;
}

.flight-map-block form button {
  background: #F0812D;
  height: 80px;
  text-align: center;
  padding: 10px 40px 10px 40px;
  font-size: 1rem;
}

.flight-map-block .form-item {
  position: relative;
}

.flight-map-block .form-item {
  flex: 100%;
  position: relative;
  margin-bottom: 15px;
}

.flight-map-block .form-item input, .flight-map-block .form-item select {
  text-align: center;
  text-align-last: center;
  margin: 0;
}

.flight-map-block .form-item .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
}

@media screen and (min-width: 48em) {
  .flight-map-block .form-item {
    position: relative;
    margin-bottom: 15px;
    flex: initial;
  }
  .flight-map-block .form-item input, .flight-map-block .form-item select {
    text-align: center;
    text-align-last: center;
    margin: 0;
  }
  .flight-map-block .form-item .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 12px;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
  }
}

.flight-map-block .form-item button {
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 48em) {
  .flight-map-block .button {
    flex: initial;
  }
}

.round-bottom {
  transition: height 0.2s ease;
  background: #81D1F1;
  border-radius: 0 0 50% 50%;
  display: block;
  width: 103%;
  height: 200px;
  margin-top: -100px;
  overflow: hidden;
  margin-left: -1.5%;
  margin-bottom: 3rem;
}

@media screen and (min-width: 48em) {
  .round-bottom {
    height: 220px;
    margin-bottom: 4rem;
  }
}

.paragraph--type--fluid-grid-with-text {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  margin-bottom: 44px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

@media (min-width: 1200px) {
  .paragraph--type--fluid-grid-with-text {
    padding: 0;
  }
}

.grid-item-with-text {
  margin-bottom: 45px;
}

@media (min-width: 48em) and (max-width: 63em) {
  .grid-item-with-text {
    width: 44.667%;
    margin-right: 5.5%;
  }
  .grid-item-with-text:nth-of-type(2n + 2) {
    margin-right: 0;
  }
}

@media (min-width: 64em) {
  .grid-item-with-text {
    margin-bottom: 50px;
    width: 29.667%;
    margin-right: 5.5%;
  }
  .grid-item-with-text:nth-of-type(3n + 3) {
    margin-right: 0;
  }
}

.grid-item-with-text__image {
  border-radius: 5px;
  box-shadow: 4px 6px 46px rgba(0, 97, 159, 0.3);
  box-sizing: border-box;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.grid-item-with-text__image img {
  max-height: 280px;
}

.grid-item-with-text__title {
  font-weight: 200;
  font-size: calc(1.2 * 1rem);
  color: #009CEE;
  font-family: 'Raleway', serif;
}

.grid-item-with-text__body {
  margin-bottom: 10px;
}

.grid-item-with-text__body * {
  font-size: calc(1 * 1rem);
  line-height: 1.6;
  font-family: 'Raleway', serif;
  font-weight: 400;
}

.grid-item-with-text__body ul {
  list-style-position: inside;
}

.grid-item-with-text__link .call-to-action {
  text-align: left;
}

.grid-item-with-text__link .call-to-action a {
  font-size: calc(0.833 * 1rem);
  line-height: 1.6;
  padding: 0.5rem 0.75rem;
  background-color: #009CEE;
  border-color: #009CEE;
}

.fluid-grid-simple {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  margin-bottom: 44px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

@media (min-width: 1200px) {
  .fluid-grid-simple {
    padding: 0;
  }
}

.grid-image-with-text-block-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem 2rem 0;
}

@media screen and (min-width: 64em) {
  .grid-image-with-text-block-wrapper {
    padding: 0 4rem 6rem;
  }
}

.grid-image-with-text .grid-block-title {
  letter-spacing: 0;
  padding: 2rem 0;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .grid-image-with-text .grid-block-title {
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 64em) {
  .grid-image-with-text .grid-block-title {
    padding-bottom: 4rem;
  }
}

.grid-image-with-text .grid-block-title-body {
  color: #FFFFFF;
  padding: 2rem 2rem 5rem;
  margin-bottom: 2rem;
}

.grid-image-with-text .grid-block-title-body.light-blue {
  background: #81D1F1;
}

.grid-image-with-text .grid-block-title-body.pale-blue {
  background: #00AEBC;
}

.grid-image-with-text .grid-block-title-body.electric-blue {
  background: #009CEE;
}

.grid-image-with-text .grid-block-title-body.ocean-blue {
  background: #005683;
}

.grid-image-with-text .grid-block-title-body.deep-blue {
  background: #052D59;
}

.grid-image-with-text .grid-block-title-body.orange {
  background: #F0812D;
}

.grid-image-with-text .grid-block-title-body.green {
  background: #B2CC29;
}

.grid-image-with-text .grid-block-title-body.pink {
  background: #E274AA;
}

.grid-image-with-text .grid-block-title-body.white {
  background: #FFFFFF;
}

.grid-image-with-text .grid-block-title-body.white .grid-block-title {
  color: #F4F5F8;
}

.grid-image-with-text .grid-block-title-body.white .grid-block-body {
  color: #333333;
}

.grid-image-with-text .grid-block-title-body .grid-block-title {
  color: #FFFFFF;
  padding: 0 0 2rem;
  margin: 0;
}

@media screen and (min-width: 64em) {
  .grid-image-with-text .grid-block-title-body .grid-block-title {
    padding: 0 0 3rem;
  }
}

.grid-image-with-text .grid-block-title-body .grid-block-body {
  color: #FFFFFF;
  padding: 0;
}

@media screen and (min-width: 64em) {
  .grid-image-with-text .grid-block-title-body {
    padding: 4rem 0 5rem;
    margin-bottom: 6rem;
  }
}

.grid-image-with-text {
  padding-bottom: 2rem;
}

@media screen and (min-width: 64em) {
  .grid-image-with-text {
    padding-bottom: 4rem;
  }
}

.grid-image-with-text .grid-block-body {
  margin: 0;
  padding: 0 2rem;
  font-family: 'Raleway', serif;
  font-weight: 400;
  text-align: center;
  padding-bottom: 4rem;
  margin: 0;
  font-size: 1rem;
  color: #FFFFFF;
}

@media screen and (min-width: 48em) {
  .grid-image-with-text .grid-block-body {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
  }
}

@media screen and (min-width: 64em) {
  .grid-image-with-text .grid-block-body {
    font-size: 1rem;
  }
}

.grid-image-with-text .image-with-text-overlay .block-title {
  padding: 2rem 0;
}

.grid-image-with-text .image-with-text-card {
  flex: 100%;
}

@media screen and (min-width: 64em) {
  .grid-image-with-text .image-with-text-card {
    flex: 0 0 45%;
  }
}

.grid-image-with-text .image-with-text-overlay {
  flex: 100%;
  padding: 0;
}

@media screen and (min-width: 64em) {
  .grid-image-with-text .image-with-text-overlay {
    flex: 0 0 45%;
  }
}

.grid-image-with-text .image-with-text-overlay .title {
  font-family: 'Raleway', serif;
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (min-width: 64em) {
  .grid-image-with-text .image-with-text-overlay .title {
    font-size: 2.2rem;
  }
}

.grid-image-with-text.text-align-center {
  text-align: center;
}

.grid-image-with-text .title {
  font-family: 'Raleway', serif;
  font-weight: 400;
  font-size: 2rem;
}

.grid-image-with-text .image-with-bottom-text img {
  padding-bottom: 2rem;
}

@media screen and (min-width: 64em) {
  .grid-image-with-text .image-with-bottom-text img {
    padding-bottom: 4rem;
  }
}

.grid-image-with-text .image-with-bottom-text {
  padding-bottom: 4rem;
}

@media screen and (min-width: 64em) {
  .grid-image-with-text .image-with-bottom-text {
    padding-bottom: 8rem;
  }
}

.grid-image-with-text-wrapper {
  display: flex;
  margin: 0;
  padding: 0 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 48em) {
  .grid-image-with-text-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
  }
}

.grid-image-with-text-wrapper .image-with-text-overlay {
  width: 100%;
  margin-bottom: 2rem;
}

@media screen and (min-width: 64em) {
  .grid-image-with-text-wrapper .image-with-text-overlay {
    flex: 0 0 49%;
    margin-bottom: 2%;
  }
}

.full-bleed .grid-image-with-text-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  padding-left: 0;
  padding-right: 0;
}

.full-bleed .grid-image-with-text.full-bleed .image-with-text-overlay {
  flex: 0 0 100%;
}

@media screen and (min-width: 64em) {
  .full-bleed .grid-image-with-text.full-bleed .image-with-text-overlay {
    flex: 0 0 50%;
  }
}

.full-bleed .grid-image-with-text .image-with-text-card .title {
  padding-bottom: 2rem;
}

.grid-image {
  padding: 0 2rem;
}

@media screen and (min-width: 64em) {
  .grid-image {
    padding: 0 3rem;
  }
}

.grid-image img {
  width: 100%;
  height: 100%;
}

.grid-image .grid-image-wrapper {
  padding: 0 1rem;
}

@media screen and (min-width: 48em) {
  .grid-image .grid-image-wrapper {
    columns: 3;
  }
}

.grid-image-wrapper .item {
  display: inline-block;
}

.grid-image-wrapper .item a {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}

@media screen and (min-width: 48em) {
  .grid-image-wrapper .item a {
    padding: 0.9rem;
  }
}

.grid-image {
  padding-bottom: 3rem;
}

@media screen and (min-width: 64em) {
  .grid-image {
    padding-bottom: 4rem;
  }
}

.grid-image .grid-block-title {
  color: #DCD8D8;
  font-weight: 300;
  letter-spacing: 0;
  padding-bottom: 2rem;
}

@media screen and (min-width: 64em) {
  .grid-image .grid-block-title {
    padding-bottom: 4rem;
  }
}

.grid-item-simple {
  position: relative;
  margin: 0;
  background-color: rgba(5, 100, 172, 0.85);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  max-height: 300px;
}

@media screen and (min-width: 47em) {
  .grid-item-simple {
    width: 100%;
  }
}

@media screen and (min-width: 48em) {
  .grid-item-simple {
    width: 50%;
    max-height: 190px;
  }
}

@media screen and (min-width: 64em) {
  .grid-item-simple {
    width: 33.3333%;
  }
}

@media screen and (min-width: 76.2em) {
  .grid-item-simple {
    max-height: 230px;
  }
}

.grid-item-simple:hover .grid-simple-image:after {
  background-color: rgba(5, 100, 172, 0.85);
  opacity: 1;
  transition: all .3s ease-out 0ms;
}

.grid-item-simple:hover .grid-simple-title-link {
  top: 50%;
  transition: all .6s ease-out 0ms;
}

.grid-item-simple:hover .link-btn a {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  outline: none;
}

.grid-item-simple .grid-simple-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.grid-item-simple .grid-simple-image::after {
  content: '';
  display: block;
  background-color: #000000;
  opacity: .2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease-out 0ms;
}

.grid-item-simple .grid-simple-title-link {
  padding: 1.5rem;
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  box-sizing: border-box;
  z-index: 2;
  width: 100%;
  height: 75%;
  transition: all .6s ease-out 0ms;
}

.grid-item-simple .grid-simple-title {
  font-family: 'Raleway', serif;
  font-weight: 700;
  font-size: calc(1.728 * 1rem);
  color: #FFFFFF;
  text-shadow: 1px 0 5px rgba(0,0,0,0.5);
  margin-bottom: 1rem;
  text-align: center;
}

.grid-item-simple .link-url,
.grid-item-simple .link-item {
  display: inline-block;
}

.grid-item-simple .link-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #FFFFFF;
  font-family: 'Raleway', serif;
  font-weight: 400;
  background: #0564ac;
  transition: all 150ms ease-out 0ms;
  padding: 0.5rem 1.5rem;
  border-radius: 2000px;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  margin: 0 auto;
}

@media screen and (min-width: 48em) {
  .grid-item-simple .link-btn a {
    opacity: 0;
    transition: all 150ms ease-out 0ms;
  }
}

.grid-item-simple .link-btn a:hover {
  color: #0564ac;
  background: #FFFFFF;
}

.grid-item-simple .link-btn a:hover::after {
  border-color: transparent transparent transparent #0564ac;
  transition: all 150ms ease-out 0ms;
}

.grid-item-simple .link-btn a::after {
  content: "";
  margin-left: .85em;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #FFFFFF;
  transition: all 150ms ease-out 0ms;
}

/* Animation */
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 20px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.grid-horizontal-cards-block.white,
.grid-vertical-cards-block.white {
  background: #FFFFFF;
}

.grid-horizontal-cards-block.black,
.grid-vertical-cards-block.black {
  background: #000000;
}

.grid-horizontal-cards-block.light-blue,
.grid-vertical-cards-block.light-blue {
  background: #81D1F1;
}

.grid-horizontal-cards-block.pale-blue,
.grid-vertical-cards-block.pale-blue {
  background: #00AEBC;
}

.grid-horizontal-cards-block.electric-blue,
.grid-vertical-cards-block.electric-blue {
  background: #009CEE;
}

.grid-horizontal-cards-block.ocean-blue,
.grid-vertical-cards-block.ocean-blue {
  background: #005683;
}

.grid-horizontal-cards-block.deep-blue,
.grid-vertical-cards-block.deep-blue {
  background: #052D59;
}

.grid-horizontal-cards-block.orange,
.grid-vertical-cards-block.orange {
  background: #F0812D;
}

.grid-horizontal-cards-block.green,
.grid-vertical-cards-block.green {
  background: #B2CC29;
}

.grid-horizontal-cards-block.pink,
.grid-vertical-cards-block.pink {
  background: #E274AA;
}

.grid-horizontal-cards-block.neutral-light,
.grid-vertical-cards-block.neutral-light {
  background: #F4F5F8;
}

.grid-horizontal-cards-block.vertical-padding-2x-top,
.grid-vertical-cards-block.vertical-padding-2x-top {
  padding-top: 1rem;
}

@media screen and (min-width: 64em) {
  .grid-horizontal-cards-block.vertical-padding-2x-top,
  .grid-vertical-cards-block.vertical-padding-2x-top {
    padding-top: 2rem;
  }
}

.grid-horizontal-cards-block.vertical-padding-3x-top,
.grid-vertical-cards-block.vertical-padding-3x-top {
  padding-top: 2rem;
}

@media screen and (min-width: 64em) {
  .grid-horizontal-cards-block.vertical-padding-3x-top,
  .grid-vertical-cards-block.vertical-padding-3x-top {
    padding-top: 3rem;
  }
}

.grid-horizontal-cards-block.vertical-padding-4x-top,
.grid-vertical-cards-block.vertical-padding-4x-top {
  padding-top: 2rem;
}

@media screen and (min-width: 64em) {
  .grid-horizontal-cards-block.vertical-padding-4x-top,
  .grid-vertical-cards-block.vertical-padding-4x-top {
    padding-top: 4rem;
  }
}

.grid-horizontal-cards-block.vertical-padding-5x-top,
.grid-vertical-cards-block.vertical-padding-5x-top {
  padding-top: 3rem;
}

@media screen and (min-width: 64em) {
  .grid-horizontal-cards-block.vertical-padding-5x-top,
  .grid-vertical-cards-block.vertical-padding-5x-top {
    padding-top: 5rem;
  }
}

.grid-horizontal-cards-block.vertical-padding-6x-top,
.grid-vertical-cards-block.vertical-padding-6x-top {
  padding-top: 4rem;
}

@media screen and (min-width: 64em) {
  .grid-horizontal-cards-block.vertical-padding-6x-top,
  .grid-vertical-cards-block.vertical-padding-6x-top {
    padding-top: 6rem;
  }
}

.grid-vertical-cards-wrapper {
  transition: height 0.4s ease;
}

.grid-vertical-cards-wrapper .views-col > img {
  margin-bottom: 5px;
}

@media screen and (min-width: 64em) {
  .grid-vertical-cards-wrapper .views-col > img {
    margin-bottom: 10px;
  }
}

.grid-vertical-cards-wrapper .views-col > p {
  margin-bottom: 0;
}

.grid-vertical-cards-wrapper.display--inline-block > div {
  display: inline-block;
}

.grid-vertical-cards-wrapper .grid-item {
  width: 100%;
}

.grid-vertical-cards-wrapper .item-spacing {
  height: 100%;
}

@media screen and (min-width: 48em) {
  .grid-vertical-cards-wrapper .item-spacing {
    padding: 0 0.5rem;
  }
}

@media screen and (min-width: 64em) {
  .grid-vertical-cards-wrapper .item-spacing {
    padding: 0 1rem;
  }
}

.grid-vertical-cards-wrapper .vertical-card {
  height: 100%;
}

.grid-vertical-cards-wrapper .vertical-card .vertical-card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.grid-vertical-cards-wrapper .vertical-card .vertical-card-card-description {
  flex-grow: 1;
}

.grid-vertical-cards-wrapper .vertical-card .description-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.grid-vertical-cards-wrapper .vertical-card .body {
  margin-top: auto;
}

@media screen and (min-width: 48em) {
  .grid-vertical-cards-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 2rem;
  }
  .grid-vertical-cards-wrapper .grid-item {
    width: 50%;
  }
}

@media screen and (min-width: 64em) {
  .grid-vertical-cards-wrapper .grid-item {
    width: 33%;
  }
}

.grid-vertical-cards-tab-filter {
  margin: 0;
  padding: 0 2rem;
  padding: 0 0 2rem;
}

@media screen and (min-width: 48em) {
  .grid-vertical-cards-tab-filter {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
  }
}

@media screen and (min-width: 48em) {
  .grid-vertical-cards-tab-filter {
    padding: 0 0 3rem;
  }
  .grid-vertical-cards-tab-filter .filter-tabs-wrapper {
    background: none;
  }
}

.grid-horizontal-cards-tab-filter {
  margin: 0;
  padding: 0 2rem;
  padding: 0 0 2rem;
}

@media screen and (min-width: 48em) {
  .grid-horizontal-cards-tab-filter {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
  }
}

@media screen and (min-width: 48em) {
  .grid-horizontal-cards-tab-filter {
    margin: 0 auto;
    padding: 0 0 2rem;
  }
  .grid-horizontal-cards-tab-filter .filter-tabs-wrapper {
    background: none;
  }
}

.grid-vertical-cards-cta {
  text-align: center;
}

.grid-vertical-cards-wrapper .item {
  padding: 0 0 1rem;
}

@media screen and (min-width: 64em) {
  .grid-vertical-cards-wrapper .item {
    padding: 0 0 2rem;
  }
}

.grid-vertical-cards-block .grid-block-title,
.grid-horizontal-cards-block .grid-block-title {
  color: #4A4A4A;
  font-weight: 300;
  letter-spacing: 0;
  padding: 2rem 0;
}

@media screen and (min-width: 64em) {
  .grid-vertical-cards-block .grid-block-title,
  .grid-horizontal-cards-block .grid-block-title {
    padding: 4rem 0;
  }
}

.grid-festival-cards-wrapper .item {
  flex: 0 0 50%;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.grid-festival-cards-wrapper .item.even a {
  padding-left: 0;
}

.grid-festival-cards-wrapper .item.odd a {
  padding-right: 0;
}

@media screen and (min-width: 64em) {
  .grid-festival-cards-wrapper .item {
    flex: 0 0 33.33%;
  }
  .grid-festival-cards-wrapper .item.even a {
    padding-left: 0.9rem;
  }
  .grid-festival-cards-wrapper .item.odd a {
    padding-right: 0.9rem;
  }
}

.grid-festival-cards-wrapper .item.hidden {
  transition: opacity 0.2s ease;
  opacity: 0;
}

.grid-vertical-cards-block,
.grid-horizontal-cards-block {
  padding: 0 2rem;
  background: #F4F5F8;
}

@media screen and (min-width: 64em) {
  .grid-vertical-cards-block,
  .grid-horizontal-cards-block {
    padding: 0;
  }
}

@media screen and (min-width: 64em) {
  .grid-vertical-cards-block,
  .grid-horizontal-cards-block {
    padding: 0 3rem;
  }
}

.grid-vertical-cards-block,
.grid-horizontal-cards-block {
  padding-bottom: 0;
}

@media screen and (min-width: 64em) {
  .grid-vertical-cards-block,
  .grid-horizontal-cards-block {
    padding: 0 0 4rem;
  }
}

.grid-vertical-cards-wrapper {
  margin: 0;
  padding: 0 2rem;
  transition: height 0.4s ease;
  padding: 2rem 0 3rem;
}

@media screen and (min-width: 48em) {
  .grid-vertical-cards-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
  }
}

@media screen and (min-width: 48em) {
  .grid-vertical-cards-wrapper {
    width: calc(80% + 2rem);
    max-width: calc(1400px + 4rem);
  }
}

.grid-horizontal-cards-wrapper {
  margin: 0;
  padding: 0 2rem;
  transition: height 0.4s ease;
  padding: 0 0 3rem;
}

@media screen and (min-width: 48em) {
  .grid-horizontal-cards-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
  }
}

@media screen and (min-width: 64em) {
  .grid-horizontal-cards-wrapper .item {
    padding-bottom: 5rem;
  }
}

.full-bleed {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.full-bleed .grid-vertical-cards-wrapper,
.full-bleed .grid-horizontal-cards-wrapper {
  width: 100%;
}

.full-bleed .grid-vertical-cards-wrapper .item,
.full-bleed .grid-horizontal-cards-wrapper .item {
  padding: 0 2rem 2rem;
}

@media screen and (min-width: 48em) {
  .full-bleed .grid-vertical-cards-wrapper,
  .full-bleed .grid-horizontal-cards-wrapper {
    padding: 0;
  }
  .full-bleed .grid-vertical-cards-wrapper .item,
  .full-bleed .grid-horizontal-cards-wrapper .item {
    padding: 0 0 5rem;
  }
}

.grid-festival-cards {
  background: #DCD8D8;
}

.grid-festival-cards .grid-festival-cards-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}

.grid-festival-cards-wrapper {
  transition: height 0.4s ease;
  padding: 2rem 0 3rem;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 48em) {
  .grid-festival-cards-wrapper {
    margin: 0 auto;
    width: 80%;
  }
}

.grid-festival-cards .grid-festival-cards-wrapper .item {
  flex: 0 0 50%;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.grid-festival-cards .grid-festival-cards-wrapper .item.even a {
  padding-left: 0;
}

.grid-festival-cards .grid-festival-cards-wrapper .item.odd a {
  padding-right: 0;
}

@media screen and (min-width: 64em) {
  .grid-festival-cards .grid-festival-cards-wrapper .item {
    flex: 0 0 33.33%;
  }
  .grid-festival-cards .grid-festival-cards-wrapper .item.even a {
    padding-left: 0.9rem;
  }
  .grid-festival-cards .grid-festival-cards-wrapper .item.odd a {
    padding-right: 0.9rem;
  }
}

.grid-festival-cards .grid-festival-cards-wrapper .item.hidden {
  transition: opacity 0.2s ease;
  opacity: 0;
}

.grid-festival-cards .vertial-festival-card-wrapper {
  padding: 1rem 0.85rem;
}

.grid-festival-cards {
  padding-bottom: 3rem;
}

@media screen and (min-width: 64em) {
  .grid-festival-cards {
    padding-bottom: 4rem;
  }
}

.grid-festival-cards .grid-block-title {
  color: #F4F5F8;
  font-weight: 300;
  letter-spacing: 0;
  padding-bottom: 2rem;
}

@media screen and (min-width: 64em) {
  .grid-festival-cards .grid-block-title {
    padding-bottom: 4rem;
  }
}

.grid-festival-cards-tab-filter {
  padding: 0 0 2rem;
}

@media screen and (min-width: 48em) {
  .grid-festival-cards-tab-filter {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 2rem;
  }
}

.grid-cards-form-filter {
  margin: 0;
  padding: 0 2rem;
  padding: 0 0 2rem;
}

@media screen and (min-width: 48em) {
  .grid-cards-form-filter {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
  }
}

@media screen and (min-width: 48em) {
  .grid-cards-form-filter {
    margin: 0 auto;
    padding: 2rem 0;
  }
}

.grid-resources-tile-item {
  margin-bottom: 15px;
}

.filtered-wrapper .grid-filtered-block {
  transition: height 0.2s ease;
}

.view-accommodations .vertical-card .description-wrapper .body {
  margin-top: 0px;
}

.view-accommodations .vertical-card .description-wrapper .description {
  margin-bottom: 20px;
}

.hero__background__image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero__background__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-higlight-block {
  position: relative;
}

.hero-narrow .hero__background__image {
  position: absolute;
  width: 100%;
  height: 423px;
}

@media screen and (min-width: 48em) {
  .hero-narrow .hero__background__image {
    height: 316px;
  }
}

.hero-narrow .hero__background__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 423px;
}

@media screen and (min-width: 48em) {
  .hero-narrow .hero__background__image img {
    height: 316px;
  }
}

.hero-narrow .hero__background__image:after {
  content: "\A";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.6;
}

.hero-narrow .hero-higlight-block-wrapper {
  margin: 0;
  padding: 0 2rem;
  display: flex;
  padding: 0rem;
  justify-content: flex-start;
  width: 100%;
  height: 423px;
}

@media screen and (min-width: 48em) {
  .hero-narrow .hero-higlight-block-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
  }
}

@media screen and (min-width: 48em) {
  .hero-narrow .hero-higlight-block-wrapper {
    height: 316px;
  }
}

.hero-narrow .higlight-text-cta-card {
  z-index: 9;
  color: #FFFFFF;
  max-width: 100%;
  background: none;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 76.2em) {
  .hero-narrow .higlight-text-cta-card {
    max-width: 60%;
  }
}

.hero-narrow .higlight-text-cta-card-wrapper {
  display: block;
  padding: 3rem;
}

@media screen and (min-width: 76.2em) {
  .hero-narrow .higlight-text-cta-card-wrapper {
    padding: 1.5rem;
  }
}

.hero-narrow .higlight-text-cta-card-wrapper h2.title {
  font-family: 'Raleway', serif;
  font-weight: 700;
  font-size: calc(1.44 * 1rem);
}

@media screen and (min-width: 37.5em) {
  .hero-narrow .higlight-text-cta-card-wrapper h2.title {
    font-size: calc(1.44 * 1.5rem);
  }
}

@media screen and (min-width: 48em) {
  .hero-narrow .higlight-text-cta-card-wrapper h2.title {
    font-size: calc(1.44 * 1.5rem);
  }
}

.hero-narrow .wysiwyg-text {
  padding-top: 1rem;
  padding-bottom: 0.3rem;
  font-size: 0.5rem;
  line-height: 2rem;
}

@media screen and (min-width: 48em) {
  .hero-narrow .wysiwyg-text {
    padding-top: 0px;
    font-size: 0.85rem;
    line-height: 1.5rem;
  }
}

.hero-narrow .btn, .hero-narrow .more-link a, .more-link .hero-narrow a,
.hero-narrow .call-to-action a, .call-to-action .hero-narrow a, .hero-narrow .button.form-submit, .hero-narrow .contact-form-wrapper .form-actions .button, .contact-form-wrapper .form-actions .hero-narrow .button, .hero-narrow .vertical-card .body a, .vertical-card .body .hero-narrow a {
  padding: 0.75rem 1.5rem;
  background-color: #B2CC29;
  font-size: calc(0.694 * 1rem);
}

.hero-narrow .btn svg, .hero-narrow .more-link a svg, .more-link .hero-narrow a svg, .hero-narrow .call-to-action a svg, .call-to-action .hero-narrow a svg, .hero-narrow .button.form-submit svg, .hero-narrow .contact-form-wrapper .form-actions .button svg, .contact-form-wrapper .form-actions .hero-narrow .button svg, .hero-narrow .vertical-card .body a svg, .vertical-card .body .hero-narrow a svg {
  display: none;
  visibility: hidden;
}

.hero-higlight-blue-block {
  background: #009CEE;
}

.hero-higlight-block-wrapper {
  margin: 0;
  padding: 0 2rem;
  display: flex;
  padding: 3rem 2rem;
  justify-content: flex-start;
}

@media screen and (min-width: 48em) {
  .hero-higlight-block-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
  }
}

@media screen and (min-width: 48em) {
  .hero-higlight-block-wrapper {
    padding: 3rem 2rem;
  }
}

.hero-higlight-blue-block .hero-higlight-block-wrapper {
  display: block;
  padding: 0px;
}

.hero-higlight-blue-block .wysiwyg-text {
  padding: 0px;
}

.hero-higlight-block-wrapper .-text-cta-card-wrapper {
  padding: 2rem;
}

@media screen and (min-width: 64em) {
  .hero-higlight-block-wrapper .-text-cta-card-wrapper {
    padding: 10rem 4rem;
  }
}

.paragraph--type--testimonials {
  margin-bottom: 4rem;
}

.testimonial-block {
  margin: 0;
  padding: 0 2rem;
}

@media screen and (min-width: 48em) {
  .testimonial-block {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
  }
}

@media screen and (min-width: 64em) {
  .testimonial-block .testimonial-block__row {
    display: flex;
    box-shadow: 5px 7px 27px 0 rgba(53, 53, 53, 0.19);
  }
}

@media screen and (min-width: 64em) {
  .testimonial-block .column-first {
    width: 41.66667%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
  }
}

.testimonial-block .slider-block {
  background: transparent;
  padding-top: 0;
  margin: 0;
}

@media screen and (min-width: 64em) {
  .testimonial-block .slider-block {
    background: #f0812d;
    width: 58.33333%;
    flex: auto;
    margin-bottom: 0;
    color: #FFFFFF;
  }
}

.testimonial-block .slider-block .item-spacing {
  padding: 0;
}

@media screen and (min-width: 64em) {
  .testimonial-block .slider-block .item-spacing {
    padding: 100px 80px;
  }
}

.testimonial-block .slide {
  width: 100%;
  margin-right: 0;
}

@media screen and (min-width: 64em) {
  .testimonial-block .slide {
    background: transparent;
    min-height: 100%;
    display: flex;
    align-items: center;
  }
}

.testimonial-block .slide .icon {
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 64em) {
  .testimonial-block .slide .icon {
    display: none;
    fill: #FFFFFF;
  }
}

.testimonial-block .slide .body {
  color: #333333;
  font-size: 12px;
  line-height: 28px;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  .testimonial-block .slide .body {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
  }
}

.testimonial-block .slide .name {
  margin-top: 2rem;
}

.testimonial-block .slider-wrapper {
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  .testimonial-block .slider-wrapper .flickity-prev-next-button svg, .testimonial-block .slider-wrapper .flickity-prev-next-button.previous svg {
    fill: #FFFFFF;
  }
}

@media screen and (min-width: 64em) {
  .testimonial-block .flickity-page-dots {
    bottom: 25px;
  }
}

@media screen and (min-width: 64em) {
  .testimonial-block .flickity-page-dots .dot {
    background-color: #FFFFFF;
  }
}

.testimonial-block .intro {
  color: #4A4A4A;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  margin: 0;
}

@media screen and (min-width: 64em) {
  .testimonial-block .intro {
    color: #333333;
    font-size: 40px;
    line-height: 47px;
  }
}

.hero-slider-block .flickity-page-dots {
  width: 20px;
  top: 42%;
  left: 10vw;
}

@media screen and (max-width: 767px) {
  .hero-slider-block .flickity-page-dots {
    display: none;
  }
}

.hero-slider-block .flickity-page-dots .dot {
  background: #FFFFFF;
  width: 8px;
  height: 8px;
  transition: all 0.2s ease;
}

.hero-slider-block .flickity-page-dots .dot.is-selected {
  width: 10px;
  height: 10px;
  transition: all 0.2s ease;
}

.highlight-card {
  background: rgba(0, 0, 0, 0.6);
  max-width: 460px;
  color: #FFFFFF;
}

.highlight-card.left {
  left: 0;
  right: initial;
}

.highlight-card.right {
  right: 0;
  left: initial;
}

.highlight-card .highlight-card-wrapper {
  padding: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.highlight-card .description-block {
  flex: 0 0 65%;
}

.highlight-card .image-block {
  flex: 0 0 30%;
  display: flex;
  align-items: center;
}

.highlight-card .description-block .title {
  text-transform: uppercase;
  color: #F0812D;
  font-family: 'Raleway', serif;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}

.highlight-card .description-block .location {
  font-size: 2rem;
  color: #FFFFFF;
  font-weight: 700;
  padding-bottom: 0.5rem;
}

.description-block .body {
  font-weight: 400;
  line-height: 1.3;
  font-size: 0.8rem;
  margin-bottom: 0;
}

.description-block .link {
  font-size: 0.8rem;
  padding-left: 0;
}

.grid-item.odd .horizontal-card-wrapper {
  flex-direction: row-reverse;
}

.horizontal-card.box-shadow .horizontal-card-wrapper {
  box-shadow: 0px 10px 30px #F4F5F8;
}

.horizontal-card-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.horizontal-card-description,
.horizontal-card-image-block {
  flex: 100%;
}

@media screen and (min-width: 64em) {
  .horizontal-card-description,
  .horizontal-card-image-block {
    flex: 0 0 50%;
  }
}

.horizontal-card-image-block {
  padding-bottom: 2rem;
}

@media screen and (min-width: 64em) {
  .horizontal-card-image-block {
    padding: 0;
  }
}

.horizontal-card-image-block img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.horizontal-card .horizontal-card-description {
  display: flex;
  align-items: center;
}

.horizontal-card-wrapper .description-wrapper {
  padding: 0 0 3rem;
}

@media screen and (min-width: 64em) {
  .horizontal-card-wrapper .description-wrapper {
    padding: 6rem;
  }
}

@media screen and (min-width: 64em) {
  .grid-item.even .horizontal-card .description-wrapper {
    padding-right: 0;
  }
}

@media screen and (min-width: 64em) {
  .grid-item.odd .horizontal-card .description-wrapper {
    padding-left: 0;
  }
}

.horizontal-card-wrapper .description-wrapper .icon {
  fill: #333333;
  color: #333333;
  padding-bottom: 1rem;
  width: 60px;
  height: 60px;
}

@media screen and (min-width: 64em) {
  .horizontal-card-wrapper .description-wrapper .icon {
    padding-bottom: 2rem;
    width: 90px;
    height: 90px;
  }
}

.horizontal-card-wrapper .description-wrapper .title {
  font-weight: 100;
  line-height: 0.8;
  font-size: 3rem;
  padding-bottom: 1rem;
  color: #333333;
}

@media screen and (min-width: 64em) {
  .horizontal-card-wrapper .description-wrapper .title {
    font-size: 5rem;
    padding-bottom: 2rem;
  }
}

.horizontal-card-wrapper .description-wrapper .description {
  padding-bottom: 1rem;
  color: #333333;
}

@media screen and (min-width: 64em) {
  .horizontal-card-wrapper .description-wrapper .description {
    padding-bottom: 2rem;
  }
}

.horizontal-card-wrapper .description-wrapper .btn:hover, .horizontal-card-wrapper .description-wrapper .more-link a:hover, .more-link .horizontal-card-wrapper .description-wrapper a:hover,
.horizontal-card-wrapper .description-wrapper .call-to-action a:hover, .call-to-action .horizontal-card-wrapper .description-wrapper a:hover, .horizontal-card-wrapper .description-wrapper .button.form-submit:hover, .horizontal-card-wrapper .description-wrapper .contact-form-wrapper .form-actions .button:hover, .contact-form-wrapper .form-actions .horizontal-card-wrapper .description-wrapper .button:hover, .horizontal-card-wrapper .description-wrapper .vertical-card .body a:hover, .vertical-card .body .horizontal-card-wrapper .description-wrapper a:hover {
  background-color: #005683;
  border-color: #005683;
  color: #FFFFFF;
  transition: background-color 0.4s ease;
}

.grid-horizontal-card .horizontal-card {
  padding-bottom: 3rem;
}

.grid-horizontal-card .grid-block-title {
  color: #F4F5F8;
  font-weight: 300;
  letter-spacing: 0px;
  padding-bottom: 2rem;
}

@media screen and (min-width: 64em) {
  .grid-horizontal-card .grid-block-title {
    padding-bottom: 8rem;
  }
}

.horizontal-card-with-links,
.horizontal-card-with-links * {
  box-sizing: border-box;
}

.horizontal-card-with-links .horizontal-card-image-block {
  position: relative;
  margin-bottom: 120px;
  padding-bottom: 0;
}

@media screen and (min-width: 64em) {
  .horizontal-card-with-links .horizontal-card-image-block {
    margin-bottom: 0;
  }
}

.horizontal-card-with-links .description-wrapper {
  width: 100%;
}

.horizontal-card-with-links .description-block {
  text-align: center;
}

@media screen and (min-width: 64em) {
  .horizontal-card-with-links .description-block {
    text-align: left;
    max-width: 83.33333%;
    margin-left: 16.66667%;
  }
}

.horizontal-card-with-links .links-title {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}

@media screen and (min-width: 64em) {
  .horizontal-card-with-links .links-title {
    font-size: 24px;
    line-height: 26px;
  }
}

.horizontal-card-with-links .links {
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.21);
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 83.33333%;
  padding: 30px 45px 15px;
}

@media screen and (min-width: 64em) {
  .horizontal-card-with-links .links {
    max-width: 66.66667%;
    margin-right: -65px;
    bottom: -40px;
    padding: 45px 45px 15px;
  }
}

.horizontal-card-with-links .links ul {
  list-style: none;
}

.horizontal-card-with-links .links a {
  display: block;
  color: #333333;
  font-size: 13px;
  line-height: 15px;
  padding: 8px 0;
  font-weight: normal;
}

@media screen and (min-width: 64em) {
  .horizontal-card-with-links .links a {
    font-size: 18px;
    line-height: 26px;
    padding: 15px 0;
  }
}

.horizontal-card-with-links .links a:hover {
  color: black;
}

.horizontal-card-with-links .links a:hover,
.horizontal-card-with-links .links a:hover .icon {
  fill: black;
}

@media screen and (min-width: 64em) {
  .horizontal-card-with-links.reverse .horizontal-card-wrapper {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 64em) {
  .horizontal-card-with-links.reverse .description-block {
    margin-left: 0;
  }
}

@media screen and (min-width: 64em) {
  .horizontal-card-with-links.reverse .links {
    margin-right: auto;
    margin-left: -65px;
  }
}

.horizontal-links {
  margin: 20px 0;
}

.horizontal-links .link {
  margin-bottom: 8px;
}

.horizontal-links a,
.horizontal-links a:visited {
  color: #333333;
}

.icon-card-wrapper .section-title {
  padding-bottom: 0px;
}

.icon-card-main, .icon-card, .icon-card-3, .icon-card-5 {
  text-align: center;
  padding: 0 0.75rem 4rem;
}

.icon-card-main img, .icon-card img, .icon-card-3 img, .icon-card-5 img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 300px;
  margin: 0 auto 1rem;
}

.icon-card-main h4, .icon-card h4, .icon-card-3 h4, .icon-card-5 h4 {
  font-family: 'Raleway', serif;
  font-weight: 400;
}

@media screen and (min-width: 48em) {
  .icon-card {
    padding: 0 4rem 4rem;
  }
}

@media screen and (min-width: 48em) {
  .icon-card-3 {
    padding: 0 4rem 4rem;
  }
}

@media screen and (min-width: 48em) {
  .icon-card-5 {
    padding: 0 2rem 2rem;
  }
}

.icon-card-link {
  text-decoration: none;
  color: var(--font-text-default);
}

.icon-card-link:hover {
  text-decoration: none;
}

.grid-icon-cards-block-main, .grid-icon-cards-block, .grid-icon-cards-block-3, .grid-icon-cards-block-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.75rem 0.75rem 0;
  margin-top: 4rem;
}

.grid-icon-cards-block-main .grid-item, .grid-icon-cards-block .grid-item, .grid-icon-cards-block-3 .grid-item, .grid-icon-cards-block-5 .grid-item {
  flex: 0 0 50%;
}

@media screen and (min-width: 64em) {
  .grid-icon-cards-block-main, .grid-icon-cards-block, .grid-icon-cards-block-3, .grid-icon-cards-block-5 {
    padding: 0 4rem 6rem;
  }
}

@media screen and (min-width: 48em) {
  .grid-icon-cards-block .grid-item {
    flex: 0 0 50%;
  }
}

@media screen and (min-width: 48em) {
  .grid-icon-cards-block-3 .grid-item {
    flex: 0 0 33%;
  }
}

@media screen and (min-width: 48em) {
  .grid-icon-cards-block-5 .grid-item {
    flex: 0 0 20%;
  }
}

.image-card figcaption {
  align-self: flex-end;
  margin: 2em 1.2em 0.6em 0.8em;
  color: #FFFFFF;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.image-card img {
  display: none;
}

.image-card > * {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none !important;
}

.image-with-text-card {
  position: relative;
}

.image-with-text-overlay {
  color: #FFFFFF;
  position: relative;
}

.image-with-text-card h3 {
  font-family: gizmo,sans-serif;
}

@media screen and (min-width: 48em) {
  .image-with-text-card h3 {
    font-size: calc(2.074 * 1rem);
  }
}

.image-with-text-card p {
  font-family: 'Raleway', serif;
  font-size: 1;
  line-height: 1.5;
}

.image-with-text-overlay p {
  font-family: 'Raleway', serif;
  font-size: calc(1 * 1rem);
  line-height: 1.2;
}

.image-with-text-overlay .block-title,
.image-with-text-overlay .block-description {
  position: absolute;
  bottom: 0;
  left: calc((100% - 80%)/2);
  width: 80%;
  transition: all ease 0.2s;
}

@media screen and (min-width: 37.5em) {
  .image-with-text-overlay .block-title,
  .image-with-text-overlay .block-description {
    padding-bottom: 5rem;
  }
}

.image-with-text-overlay .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.8) 100%);
}

.image-with-text-overlay .title {
  font-family: 'Raleway', serif;
  font-size: calc(1 * 1rem);
  line-height: 1;
}

@media screen and (min-width: 64em) {
  .image-with-text-overlay .title {
    font-size: calc(1.2 * 1rem);
    line-height: 1.25;
  }
}

.image-with-text-overlay img {
  z-index: 0;
  width: 100%;
  min-height: 100%;
  padding: 0;
}

.image-with-text-overlay .block-title {
  font-family: 'Raleway', serif;
  z-index: 2;
  opacity: 1;
  padding: 2rem 0;
}

.image-with-text-overlay .block-description {
  z-index: 3;
  opacity: 0;
}

@media screen and (min-width: 76.2em) {
  .image-with-text-overlay .block-description {
    display: initial;
  }
}

.image-with-text-overlay .overlay:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 100%);
  transition: opacity 0.4s ease-out;
  z-index: 2;
  opacity: 0;
}

.image-with-text-overlay:hover .block-title, .image-with-text-overlay:focus .block-title {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

.image-with-text-overlay:hover .block-description, .image-with-text-overlay:focus .block-description {
  opacity: 1;
  transition: opacity 0.4s ease-out;
}

.image-with-text-overlay:hover :after, .image-with-text-overlay:focus :after {
  opacity: 1;
}

.grid-image-with-text .image-with-bottom-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}

.image-with-text-link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.mini-card {
  position: relative;
  width: 100%;
}

.mini-card__link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.mini-card__link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 11px 21px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
  content: '';
  opacity: 0;
  z-index: -1;
}

.mini-card__link:hover::after, .mini-card__link:focus::after {
  opacity: 1;
}

.mini-card-wrapper {
  margin-bottom: 3rem;
}

@media screen and (min-width: 37.5em) {
  .mini-card-wrapper {
    margin-bottom: 0rem;
    padding: 0rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
  }
}

.mini-card .mini-card-description {
  display: flex;
  align-items: center;
  background: #FFFFFF;
}

.mini-card-wrapper .description-wrapper {
  padding: 2rem;
  color: #4A4A4A;
  width: 100%;
}

.mini-card-wrapper .description-wrapper .title,
.mini-card-wrapper .description-wrapper .title h2 {
  font-family: 'Raleway', serif;
  color: #333333;
  text-align: left;
  margin: 0;
  font-size: 1rem;
}

@media screen and (min-width: 64em) {
  .mini-card-wrapper .description-wrapper .title,
  .mini-card-wrapper .description-wrapper .title h2 {
    font-size: 1.2rem;
  }
}

.mini-card-image-block {
  position: relative;
  line-height: 0;
}

@media screen and (min-width: 37.5em) {
  .mini-card-image-block {
    max-width: 120px;
  }
}

.messages--error {
  display: none;
}

.mobile-slider-wrapper,
.mobile-slider-wrapper * {
  box-sizing: border-box;
}

@media screen and (min-width: 48em) {
  .mobile-slider-wrapper {
    margin: 0;
    padding: 0 2rem;
  }
}

@media screen and (min-width: 48em) and (min-width: 48em) {
  .mobile-slider-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
  }
}

.mobile-slider::after {
  content: "flickity";
  display: none;
  /* hide :after */
}

@media screen and (min-width: 48em) {
  .mobile-slider {
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-slider::after {
    content: "";
  }
  .mobile-slider .mobile-slider__slide {
    width: 33.33%;
  }
}

.mobile-slider__slide {
  width: 66%;
  padding: 0 15px;
  margin-bottom: 30px;
  min-height: 100%;
  position: relative;
}

.flickity-enabled .mobile-slider__slide {
  padding-top: 15px;
  padding-bottom: 15px;
}

.mobile-slider-wrapper__more-link {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mobile-slider-wrapper,
.mobile-slider-wrapper * {
  box-sizing: border-box;
}

@media screen and (min-width: 48em) {
  .mobile-slider-wrapper {
    margin: 0;
    padding: 0 2rem;
  }
}

@media screen and (min-width: 48em) and (min-width: 48em) {
  .mobile-slider-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
  }
}

.mobile-slider::after {
  content: "flickity";
  display: none;
  /* hide :after */
}

@media screen and (min-width: 48em) {
  .mobile-slider {
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-slider::after {
    content: "";
  }
  .mobile-slider .mobile-slider__slide {
    width: 33.33%;
  }
}

.mobile-slider__slide {
  width: 66%;
  padding: 0 15px;
  margin-bottom: 30px;
  min-height: 100%;
  position: relative;
}

.flickity-enabled .mobile-slider__slide {
  padding-top: 15px;
  padding-bottom: 15px;
}

.mobile-slider-wrapper__more-link {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.icon__add-trip {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #DCD8D8;
  transition: background-color ease .3s;
  z-index: 2;
}

.icon__add-trip__title {
  font-size: calc(0.694 * 1rem);
  padding-bottom: 5px;
}

.icon__add-trip .icon {
  width: 45px;
  height: 60px;
  fill: #696D6F;
  transition: background-color ease .3s;
  display: block;
  margin: 0 auto;
}

.icon__add-trip .icon__add-trip--remove {
  display: none;
}

.icon__add-trip .icon__add-trip--unchecked {
  display: block;
}

.icon__add-trip .icon__add-trip--checked {
  display: none;
}

.icon__add-trip:hover {
  background: #B2CC29;
  transition: fill ease .3s;
  transition: background-color ease .3s;
}

.icon__add-trip:hover .icon__add-trip__title {
  color: #FFF;
}

.icon__add-trip:hover .icon {
  fill: #FFF;
  transition: fill ease .3s;
}

.icon__add-trip.action-unflag {
  background: #B2CC29;
}

.icon__add-trip.action-unflag .icon {
  fill: #fff;
}

.icon__add-trip.action-unflag .icon__add-trip--unchecked {
  display: none;
}

.icon__add-trip.action-unflag .icon__add-trip--checked {
  display: block;
}

.icon__add-trip.action-unflag:hover {
  background: #B24B5C;
}

.icon__add-trip.action-unflag:hover .icon__add-trip--remove {
  display: block;
}

.icon__add-trip.action-unflag:hover .icon__add-trip--checked {
  display: none;
}

.my-trip .social-share {
  margin-bottom: 1rem;
}

.my-trip .social-share ul {
  text-align: center;
}

.my-trip .social-share li {
  display: inline;
  padding-bottom: 1rem;
}

.my-trip .social-share .icon {
  fill: #005683;
}

.my-trip h1.title, .my-trip .image-card figcaption.title, .image-card .my-trip figcaption.title {
  font-size: calc(2.074 * rem);
  margin: 2rem 0px;
  color: #fff;
}

.my-trip__item__number {
  background: #04a2e1;
  display: flex;
}

.my-trip__item__number span {
  text-align: center;
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  justify-self: flex-end;
  -ms-grid-row-align: center;
      align-self: center;
  min-width: 40px;
  font-size: calc(1.728 *1rem);
}

@media screen and (min-width: 48em) {
  .my-trip__item__number span {
    font-size: calc(1.728 *1rem);
  }
}

@media screen and (min-width: 100em) {
  .my-trip__item__number span {
    font-size: calc(1.728 *1rem);
  }
}

.my-trip__col--second {
  padding: 0;
  position: relative;
  width: 100%;
  background-color: #005683;
}

@media screen and (min-width: 37.5em) {
  .my-trip__col--second {
    width: 40%;
    min-height: 800px;
    height: calc(100vh - var(--vh));
    background-color: #009ceebd;
  }
}

@media screen and (min-width: 37.5em) {
  .my-trip__col--second {
    width: 40%;
  }
}

@media screen and (min-width: 64em) {
  .my-trip__col--second {
    width: 30%;
  }
}

.my-trip__col--first {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
}

.my-trip__col--second__inner {
  padding: 1rem;
  margin-top: 100px;
}

@media screen and (min-width: 48em) {
  .my-trip__col--second__inner {
    margin-top: 100px;
  }
}

.my-trip__col--first {
  display: none;
}

@media screen and (min-width: 37.5em) {
  .my-trip__col--first {
    display: block;
  }
}

.my-trip #map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.view-display-id-user_my_trip_block .views-row {
  margin-bottom: 1px;
  display: flex;
}

.my-trip .marker {
  border: #fff 1.4px solid;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 1px 1px 1px;
  height: 48px;
  width: 48px;
  background-size: cover;
}

.ui-widget.ui-widget-content {
  border: 1px solid #005683;
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
  z-index: 999;
}

.ui-dialog .ui-dialog-titlebar {
  border: 0px;
  background: #005683;
  color: #fff;
}

.ui-widget-content a.login-popup-form,
.ui-widget-content a.register-popup-form {
  border: 1px solid #005683;
  text-transform: initial;
  letter-spacing: 1px;
  color: #005683;
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-block;
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
  font-size: calc(0.694 * 1rem);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: all ease 0.2s;
  padding: 0.25rem 1rem;
}

.ui-dialog .ui-dialog-buttonpane {
  background: none;
  border: none;
}

.ui-dialog .ui-dialog-buttonpane button {
  background: #005683;
  border: 0;
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
  color: #fff;
  border-radius: 2px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  border: 1px solid #005683;
}

.ui-widget input:focus, .ui-widget input:hover, .ui-widget select:focus, .ui-widget select:hover, .ui-widget textarea:focus, .ui-widget textarea:hover, .ui-widget button:focus, .ui-widget button:hover {
  border-color: #005683;
}

.ui-dialog .ui-dialog-content {
  padding: 2rem 3rem;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: none;
}

.ui-icon:before, .ui-icon:after, .ui-widget-content .ui-icon:before, .ui-widget-content .ui-icon:after {
  position: absolute;
  left: 7px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #fff;
}

.ui-icon:before, .ui-widget-content .ui-icon:before {
  transform: rotate(45deg);
}

.ui-icon:after, .ui-widget-content .ui-icon:after {
  transform: rotate(-45deg);
}

.js-flag-message {
  font-size: calc(0.694 * 1rem);
  margin: 0;
  margin-top: 7px;
  line-height: 1.3;
  display: block;
  color: #696D6F;
  font-weight: 700;
}

.ajax-progress,
.ajax-progress-throbber,
.ajax-progress-fullscreen {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
  text-indent: -99999em;
}

.ajax-progress-throbber:before,
.ajax-progress-fullscreen:before {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  animation: spin 0.8s infinite linear;
  border-radius: 120px;
  border-width: 10px;
  border-style: solid;
  border-color: #B2CC29 transparent #B2CC29 transparent;
  overflow: hidden;
  text-indent: -99999em;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.our-concierge {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  padding: 2rem;
}

@media screen and (min-width: 64em) {
  .our-concierge {
    justify-content: flex-end;
    padding: 4rem 4rem 2rem;
  }
}

@media screen and (min-width: 76.2em) {
  .our-concierge {
    padding: 8rem 12rem 4rem;
    justify-content: flex-end;
  }
}

.our-concierge .description-block {
  margin: 2rem 0;
  color: #FFFFFF;
  background: black;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.4);
  flex: 100%;
  padding: 3rem 2rem;
}

@media screen and (min-width: 48em) {
  .our-concierge .description-block {
    flex: 0 0 35%;
    padding: 3rem;
  }
}

@media screen and (min-width: 64em) {
  .our-concierge .description-block {
    flex: 0 0 40%;
    padding: 4rem;
  }
}

@media screen and (min-width: 76.2em) {
  .our-concierge .description-block {
    flex: 0 0 30%;
  }
}

@media screen and (min-width: 64em) {
  .our-concierge .description-block,
  .our-concierge .form-block {
    max-width: 300px;
  }
}

.our-concierge .form-block {
  color: #FFFFFF;
  background: #052D59;
  padding: 3rem;
  margin: 2rem 0;
  flex: 100%;
}

@media screen and (min-width: 48em) {
  .our-concierge .form-block {
    flex: 0 0 35%;
  }
}

@media screen and (min-width: 64em) {
  .our-concierge .form-block {
    flex: 0 0 40%;
  }
}

@media screen and (min-width: 76.2em) {
  .our-concierge .form-block {
    flex: 0 0 30%;
  }
}

.our-concierge .description-block .description {
  font-weight: 600;
  font-size: 0.9rem;
}

.our-concierge .description-block .title {
  font-family: gizmo,sans-serif;
  font-weight: 400;
  text-transform: initial;
  color: #FFFFFF;
  font-size: 2.5rem;
  line-height: 1;
  word-spacing: -1px;
}

@media screen and (min-width: 23em) {
  .our-concierge .description-block .title {
    font-size: 2.8rem;
  }
}

.prefooter {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  background: #005683;
  padding: 0 0 40px;
  flex-direction: column;
}

@media screen and (min-width: 64em) {
  .prefooter {
    flex-direction: row;
  }
}

.prefooter li,
.prefooter ul {
  list-style: none;
  margin: 0;
}

.prefooter h2 {
  font-family: 'Raleway', serif;
  font-weight: 700;
}

.prefooter a,
.prefooter span {
  color: #FFFFFF;
}

.prefooter .contact-form {
  flex: 100%;
  padding-bottom: 2rem;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .prefooter .contact-form {
    text-align: left;
  }
}

@media screen and (min-width: 64em) {
  .prefooter .contact-form {
    padding-bottom: 0;
    flex: 0 0 30%;
  }
}

.prefooter .prefooter-menu {
  flex: 100%;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .prefooter .prefooter-menu {
    text-align: left;
  }
}

@media screen and (min-width: 64em) {
  .prefooter .prefooter-menu {
    flex: 0 0 40%;
  }
}

.prefooter .contact_info {
  flex: 100%;
  text-align: center;
  margin-top: 50px;
}

@media screen and (min-width: 64em) {
  .prefooter .contact_info {
    flex: 0 0 20%;
    text-align: left;
    margin-top: 0px;
  }
}

.prefooter .contact_info .contact_info_title {
  font-weight: 800;
  padding-bottom: 0.65rem;
}

.prefooter .prefooter-menu {
  display: flex;
  flex-wrap: wrap;
}

.prefooter .prefooter-menu li {
  flex: 0 0 100%;
}

@media screen and (min-width: 48em) {
  .prefooter .prefooter-menu li {
    flex: 0 0 33.33%;
    box-sizing: border-box;
    padding-right: 0.5rem;
  }
}

.prefooter .prefooter-menu .title {
  display: block;
}

.prefooter .prefooter-menu .title,
.prefooter .prefooter-menu .menu-level-0 li {
  padding-bottom: 0.65rem;
}

.prefooter .prefooter-menu .title {
  font-weight: 800;
}

.search--form {
  position: relative;
}

.search--form input[type=text] {
  box-shadow: none;
  display: block;
  height: 20px;
  color: #FFFFFF;
  margin: 0;
  outline: none;
  background-color: transparent;
  padding: 20px 20px 20px 50px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 250px;
  font-size: calc(0.833 * 1rem);
}

@media screen and (min-width: 37.5em) {
  .search--form input[type=text] {
    width: 200px;
  }
}

@media screen and (min-width: 64em) {
  .search--form input[type=text] {
    padding: 20px 50px 20px 50px;
    width: 250px;
  }
}

.search--form input[type=text]::placeholder {
  color: #FFFFFF;
  opacity: 1;
  letter-spacing: 1.8px;
}

.search--form input[type=text]:active, .search--form input[type=text]:focus {
  outline: none;
}

.search--form input[type=text]:active::placeholder, .search--form input[type=text]:focus::placeholder {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.search--form label {
  display: none;
}

.search--form button {
  position: absolute;
  top: 20px;
  right: 50px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0px;
}

.search--form button:hover svg {
  fill: #81D1F1;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.search--form svg {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 16px;
  fill: #FFFFFF;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  height: 16px;
}

.search-results {
  margin: 9rem auto;
  padding: 1rem;
}

.search-results label {
  display: none;
}

.search-results .form--inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem 0.5rem;
  margin-bottom: 1rem;
  background: #F4F5F8;
}

@media screen and (min-width: 48em) {
  .search-results .form--inline {
    justify-content: flex-start;
  }
}

.search-results .form-wrapper, .search-results .form-item {
  margin: 0.5rem;
}

@media screen and (min-width: 48em) {
  .search-results .form-wrapper, .search-results .form-item {
    margin: 0 0.5rem;
  }
}

.search-results .form-item-query {
  width: 100%;
}

@media screen and (min-width: 48em) {
  .search-results .form-item-query {
    width: auto;
  }
}

.search-results .form-text, .search-results .button {
  height: 100%;
}

.search-results .view-header {
  font-weight: 700;
}

.search-results .views-row {
  margin: 2rem 0;
}

.search-results .views-field-title {
  font-size: 1.75rem;
  margin-bottom: 0;
}

.slider-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 5rem;
}

.slider-wrapper .slide {
  width: 100%;
  counter-increment: carousel-cell;
  background: #fff;
  margin-right: 1.5rem;
  transform: scale(0.7);
  transition: transform .5s ease .5s;
}

@media screen and (min-width: 64em) {
  .slider-wrapper .slide {
    width: 66%;
  }
}

.slider-wrapper .slide.is-selected {
  transform: scale(1);
}

.slider-wrapper .slide.is-selected img {
  transform: scale(1.3);
}

.slider-wrapper .slide.is-selected .slide-card-description-wrapper {
  opacity: 1;
  transform: none;
}

.slider-wrapper .slide.is-selected .slide-card-description-inner {
  opacity: 1;
}

.slider-wrapper img {
  width: 100%;
}

.slider-wrapper .flickity-page-dots {
  display: none;
}

@media screen and (min-width: 64em) {
  .slider-wrapper .flickity-page-dots {
    display: block;
  }
  .slider-wrapper .flickity-prev-next-button.previous {
    left: 10%;
  }
  .slider-wrapper .flickity-prev-next-button.next {
    right: 10%;
  }
}

.slider-wrapper .flickity-prev-next-button {
  transition: all 0.2s ease;
}

.slider-wrapper .flickity-prev-next-button:hover .flickity-button-icon {
  fill: #009CEE;
}

.slider-block {
  padding-top: 3rem;
}

.slide-card-image-block {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide-card-image-block img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 4s;
}

.slide-card-image__filter {
  transition: all .3s;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to right, #fddb92 0%, #d1fdff 100%);
  mix-blend-mode: multiply;
}

.slide-card-description {
  color: #fff;
  display: flex;
  position: relative;
  padding: 0;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  align-self: flex-end;
  height: 100%;
}

@media screen and (min-width: 48em) {
  .slide-card-description {
    -ms-grid-row-align: center;
        align-self: center;
    justify-content: flex-end;
  }
}

.slide-card .title {
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: calc(1.44 * 1rem);
  color: #FFFFFF;
  padding-bottom: 1rem;
  z-index: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  line-height: 1;
}

@media screen and (min-width: 48em) {
  .slide-card .title {
    font-size: calc(1.44 * 2rem);
  }
}

@media screen and (min-width: 64em) {
  .slide-card .title {
    font-size: calc(2.488 * 1rem);
  }
}

.slide-card .slide-card-wrapper {
  height: 560px;
}

.slide-card-description-wrapper {
  background: rgba(0, 0, 0, 0.7);
  padding: 3rem;
  transition: all .7s ease .7s;
  transform: rotateY(-90deg);
  align-self: flex-end;
}

@media screen and (min-width: 48em) {
  .slide-card-description-wrapper {
    width: 40%;
    margin: 2rem;
  }
}

@media screen and (min-width: 64em) {
  .slide-card-description-wrapper {
    width: 30%;
  }
}

.slide-card-description-inner {
  transition: all .9s ease .9s;
  opacity: 0;
}

.slide-card-description-body {
  font-size: calc(1 * 1rem);
}

@media screen and (min-width: 64em) {
  .slide-card-description-body {
    font-size: calc(1 * 1rem);
  }
}

.accomodations__features {
  display: none;
}

@media screen and (min-width: 48em) {
  .accomodations__features {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    font-size: calc(0.833 * 1rem);
    color: #F0812D;
  }
}

.accomodations__features li {
  list-style: none;
  padding: 3px;
  border: 1px solid #F0812D;
  border-radius: 50px;
}

.checkmark {
  display: inline-block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
}

.checkmark_stem {
  position: absolute;
  width: 3px;
  height: 9px;
  background-color: #F0812D;
  left: 11px;
  top: 6px;
}

.checkmark_kick {
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #F0812D;
  left: 8px;
  top: 12px;
}

.tab-wrapper .tabs {
  border-bottom: 1px solid #052D59;
  margin: 0;
}

.tab-wrapper .tab {
  margin: 0;
  padding: 0 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
  padding: 2rem 2rem 0;
}

@media screen and (min-width: 48em) {
  .tab-wrapper .tab {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
  }
}

@media screen and (min-width: 48em) {
  .tab-wrapper .tab {
    padding: 0;
  }
}

.tab-wrapper a {
  padding: 1rem 1rem 0;
  text-align: center;
}

.tab-wrapper a.active hr {
  transition: all 0.2s ease;
  opacity: 1;
}

.tab-wrapper span {
  color: #333333;
  font-family: 'Raleway', serif;
  font-weight: 400;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
}

@media screen and (min-width: 64em) {
  .tab-wrapper span {
    font-size: 1.2rem;
  }
}

.tab-wrapper hr {
  margin: 1.5rem 0 0;
  height: 0.5rem;
  width: 100%;
  border: none;
  opacity: 0;
  transition: all 0.2s ease;
  background: #000000;
}

.tab-wrapper hr.light-blue {
  background: #81D1F1;
}

.tab-wrapper hr.pale-blue {
  background: #00AEBC;
}

.tab-wrapper hr.electric-blue {
  background: #009CEE;
}

.tab-wrapper hr.ocean-blue {
  background: #005683;
}

.tab-wrapper hr.deep-blue {
  background: #052D59;
}

.tab-wrapper hr.orange {
  background: #F0812D;
}

.tab-wrapper hr.green {
  background: #B2CC29;
}

.tab-wrapper hr.pink {
  background: #E274AA;
}

.tab-wrapper .tabcontent {
  padding-top: 50px;
  display: none;
}

.tab-wrapper .tabcontent.active {
  display: block;
}

.higlight-text-cta-card {
  z-index: 9;
  color: #FFFFFF;
  max-width: 400px;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
}

.hero-higlight-blue-block .higlight-text-cta-card {
  background: none;
  text-align: center;
  max-width: 100%;
}

.higlight-text-cta-card-wrapper {
  display: block;
  padding: 2rem;
}

@media screen and (min-width: 76.2em) {
  .higlight-text-cta-card-wrapper {
    padding: 4rem;
  }
}

.higlight-text-cta-card-wrapper h2, .higlight-text-cta-card-wrapper p {
  color: #FFFFFF;
}

.hero-higlight-blue-block .higlight-text-cta-card-wrapper {
  margin: 0 auto;
}

.hero-higlight-blue-block .higlight-text-cta-card-wrapper h2.title {
  font-family: 'Raleway', serif;
  font-size: calc(1.44 * 2rem);
  font-weight: 300;
  text-transform: uppercase;
}

.higlight-text-cta-card-wrapper .btn, .higlight-text-cta-card-wrapper .more-link a, .more-link .higlight-text-cta-card-wrapper a,
.higlight-text-cta-card-wrapper .call-to-action a, .call-to-action .higlight-text-cta-card-wrapper a, .higlight-text-cta-card-wrapper .button.form-submit, .higlight-text-cta-card-wrapper .contact-form-wrapper .form-actions .button, .contact-form-wrapper .form-actions .higlight-text-cta-card-wrapper .button, .higlight-text-cta-card-wrapper .vertical-card .body a, .vertical-card .body .higlight-text-cta-card-wrapper a,
.higlight-text-cta-card-wrapper .link {
  padding-left: 0;
}

.higlight-text-cta-card .body {
  text-align: justify;
}

.highlight-card-wrapper .wysiwyg-text {
  padding-bottom: 0;
  font-size: 0.85rem;
}

@media screen and (min-width: 76.2em) {
  .highlight-card-wrapper .wysiwyg-text {
    font-size: 1rem;
  }
}

.text-tile-bg {
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 15px;
  left: 15px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 64em) {
  .text-tile-bg {
    display: none;
  }
}

.text-tile {
  position: relative;
  height: 100%;
  z-index: 1;
}

@media screen and (min-width: 64em) {
  .text-tile {
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  }
}

.text-tile .description-wrapper .title {
  padding-bottom: 0;
}

.text-tile-orange,
.text-tile-orange + .text-tile-bg {
  background-color: #F0812D;
}

.text-tile-blue,
.text-tile-blue + .text-tile-bg {
  background-color: #81D1F1;
}

.text-tile-green,
.text-tile-green + .text-tile-bg {
  background-color: #B2CC29;
}

.text-tile-pink,
.text-tile-pink + .text-tile-bg {
  background-color: #E274AA;
}

.text-tile__link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.text-tile__link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 21px 28px 0 rgba(0, 0, 0, 0.46), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  content: "";
  opacity: 0;
  z-index: -1;
}

.text-tile__link:hover::after, .text-tile__link:focus::after {
  opacity: 1;
}

.text-tile .text-tile-description {
  align-items: center;
}

.text-tile-wrapper .description-wrapper {
  padding: 1.25rem 2rem 2rem 2rem;
  color: #FFFFFF;
  width: 100%;
}

.text-tile-wrapper .description-wrapper .read-more a {
  font-size: 0.7rem;
  color: #696D6F;
  text-decoration: underline;
  margin-top: 0.25rem;
}

.text-tile-wrapper .description-wrapper .read-more a:hover {
  color: #FFFFFF;
}

.text-tile .text-tile_details {
  flex-direction: column;
}

.text-tile-wrapper .description-wrapper .type {
  font-size: 0.7rem;
  margin-bottom: 0.85rem;
}

.text-tile-wrapper .description-wrapper .title,
.text-tile-wrapper .description-wrapper .title h2 {
  font-family: 'Raleway', serif;
  color: #FFFFFF;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  text-align: left;
  margin: 0;
  font-size: 1rem;
}

.text-tile-wrapper .description-wrapper .title a,
.text-tile-wrapper .description-wrapper .title h2 a {
  color: #FFFFFF;
}

@media screen and (min-width: 64em) {
  .text-tile-wrapper .description-wrapper .title,
  .text-tile-wrapper .description-wrapper .title h2 {
    font-size: 1.2rem;
  }
}

.text-tile-wrapper .description-wrapper p {
  position: relative;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  margin-right: 1.5rem;
}

@media screen and (min-width: 64em) {
  .text-tile-wrapper .description-wrapper p {
    font-size: 1rem;
  }
}

.text-tile-wrapper .icon {
  fill: #F4F5F8;
  color: #F4F5F8;
  padding-right: 0.5rem;
  width: 20px;
  height: 20px;
  top: 50%;
}

.text-tile-image-block {
  position: relative;
  line-height: 0;
}

.text-tile-image-block img {
  width: 100%;
  height: 100%;
}

.text-tile-wrapper .festivity-type {
  font-family: 'Raleway', serif;
  font-weight: 700;
  color: #FFFFFF;
  position: absolute;
  padding: 0.2rem 0.85rem;
  top: 1rem;
  left: 1rem;
}

.variable-card {
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.variable-card--category {
  margin-bottom: 5px;
}

.variable-card--category a {
  color: #333333;
  font-size: 0.9rem;
  font-style: italic;
  text-decoration: underline;
  -webkit-text-decoration-color: #81D1F1;
          text-decoration-color: #81D1F1;
}

.variable-card--date {
  color: #4A4A4A;
  display: inline-block;
  font-size: 0.8rem;
}

.variable-card--title {
  font-family: 'Raleway', serif;
  font-size: 1.35rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.variable-card--title a {
  color: #333333;
}

.mini-variable-card {
  padding-top: 0;
}

.mini-variable-card .variable-card--title {
  font-size: 1.15rem;
}

.b-bottom {
  border-bottom: 1px solid #000000;
}

.vertical-card-thumb__link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.vertical-card-thumb__link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 21px 28px 0 rgba(0, 0, 0, 0.46), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  content: '';
  opacity: 0;
  z-index: -1;
}

.vertical-card-thumb__link:hover::after, .vertical-card-thumb__link:focus::after {
  opacity: 1;
}

.vertical-card-thumb .vertical-card-thumb-description {
  display: flex;
  align-items: center;
  background: #FFFFFF;
}

.vertical-card-thumb-wrapper .description-wrapper {
  padding: 2rem;
  color: #4A4A4A;
  width: 100%;
}

.vertical-card-thumb .vertical-card-thumb__details {
  display: flex;
  flex-direction: column;
}

.vertical-card-thumb-wrapper .description-wrapper .title,
.vertical-card-thumb-wrapper .description-wrapper .title h2 {
  font-family: 'Raleway', serif;
  color: #333333;
  padding-bottom: 1rem;
  padding-right: 1rem;
  text-align: left;
  margin: 0;
  font-size: 1rem;
}

.vertical-card-thumb-wrapper .description-wrapper .title a,
.vertical-card-thumb-wrapper .description-wrapper .title h2 a {
  color: #333333;
}

@media screen and (min-width: 64em) {
  .vertical-card-thumb-wrapper .description-wrapper .title,
  .vertical-card-thumb-wrapper .description-wrapper .title h2 {
    font-size: 1.2rem;
  }
}

.vertical-card-thumb-wrapper .description-wrapper p {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  margin-right: 1.5rem;
}

@media screen and (min-width: 64em) {
  .vertical-card-thumb-wrapper .description-wrapper p {
    font-size: 1rem;
  }
}

.vertical-card-thumb-wrapper .icon {
  fill: #F4F5F8;
  color: #F4F5F8;
  padding-right: 0.5rem;
  width: 20px;
  height: 20px;
  top: 50%;
}

.vertical-card-thumb-image-block {
  position: relative;
  line-height: 0;
}

.vertical-card-thumb-image-block img {
  width: 100%;
  height: 100%;
}

.vertical-card-thumb-wrapper .festivity-type {
  font-family: 'Raleway', serif;
  font-weight: 700;
  color: #FFFFFF;
  position: absolute;
  padding: 0.2rem 0.85rem;
  top: 1rem;
  left: 1rem;
}

.vertical-card-thumb-wrapper .festivity-type.light-blue {
  background: #81D1F1;
}

.vertical-card-thumb-wrapper .festivity-type.pale-blue {
  background: #00AEBC;
}

.vertical-card-thumb-wrapper .festivity-type.electric-blue {
  background: #009CEE;
}

.vertical-card-thumb-wrapper .festivity-type.ocean-blue {
  background: #005683;
}

.vertical-card-thumb-wrapper .festivity-type.deep-blue {
  background: #052D59;
}

.vertical-card-thumb-wrapper .festivity-type.orange {
  background: #F0812D;
}

.vertical-card-thumb-wrapper .festivity-type.green {
  background: #B2CC29;
}

.vertical-card-thumb-wrapper .festivity-type.pink {
  background: #E274AA;
}

.vertical-card-info-block {
  margin-top: 12px;
}

.vertical-card-info-block p.body:empty {
  display: none;
}

.vertical-card {
  background: #FFFFFF;
  position: relative;
}

.vertical-card .link-item {
  font-weight: 700;
}

.vertical-card img {
  width: 100%;
}

.vertical-card .title,
.vertical-card .title h2 {
  font-family: 'Raleway', serif;
  font-weight: 700;
  padding-bottom: 1rem;
  text-align: left;
  margin: 0;
  font-size: 1rem;
}

@media screen and (min-width: 64em) {
  .vertical-card .title,
  .vertical-card .title h2 {
    font-size: 1.2rem;
  }
}

.vertical-card .body {
  font-size: 0.85rem;
  margin: 0;
}

.vertical-card .body:empty {
  display: none;
}

.vertical-card .vertical-card-card-description {
  padding: 1rem;
}

.vertical-card-thumb {
  position: relative;
  height: 100%;
}

.upside-inverted .vertical-card-thumb-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.category-card,
.article-card {
  height: 100%;
  min-height: 360px;
  background: #FFFFFF;
}

.category-card:hover img,
.article-card:hover img {
  transform: scale(1.2);
}

.category-card-image-block {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.category-card-image-block img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 4s;
}

.category-card__link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.category-card-image__filter {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to right, #fddb92 0%, #d1fdff 100%);
  mix-blend-mode: multiply;
}

.tobagonian-image__filter {
  width: 100%;
  height: 100vh;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  background: linear-gradient(to right, #fddb92 0%, #d1fdff 100%);
  mix-blend-mode: multiply;
}

.category-card .title,
.category-card .title h2 {
  color: #333333;
  font-family: gizmo,sans-serif;
  font-weight: 400;
  padding-bottom: 1rem;
  text-align: left;
  margin: 0;
  font-size: 2.5rem;
  line-height: 0.9;
}

@media screen and (min-width: 64em) {
  .category-card .title,
  .category-card .title h2 {
    font-size: calc(5.16 * 1rem);
  }
}

.category-card .category-card-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  min-height: 360px;
}

.category-card-wrapper .title {
  color: #FFFFFF;
}

.category-card-wrapper .icon {
  fill: #FFFFFF;
}

.category-card-card-description {
  position: relative;
  padding: 0 2rem 1.5rem;
}

.category-card.light-blue {
  background: #81D1F1;
}

.category-card.pale-blue {
  background: #00AEBC;
}

.category-card.electric-blue {
  background: #009CEE;
}

.category-card.ocean-blue {
  background: #005683;
}

.category-card.deep-blue {
  background: #052D59;
}

.category-card.orange {
  background: #F0812D;
}

.category-card.green {
  background: #B2CC29;
}

.category-card.pink {
  background: #E274AA;
}

.number-card .title > span {
  z-index: 0;
  color: #DCD8D8;
  font-family: 'Raleway', serif;
  font-weight: 700;
  display: flex;
  line-height: 0;
  padding: 1rem 0 0;
  font-size: 4rem;
  zoom: 1.05;
}

@media screen and (min-width: 64em) {
  .number-card .title > span {
    font-size: 5rem;
    zoom: 1.1;
  }
}

.view-meet-tobagonian-list .views-infinite-scroll-content-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-auto-rows: minmax(200px, auto);
  grid-gap: 30px;
}

.view-meet-tobagonian-list .views-infinite-scroll-content-wrapper::after {
  content: none;
}

@media screen and (min-width: 37.5em) {
  .view-meet-tobagonian-list .views-infinite-scroll-content-wrapper {
    -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media screen and (min-width: 64em) {
  .view-meet-tobagonian-list .views-infinite-scroll-content-wrapper {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 64em) {
  .view-meet-tobagonian-list .views-row:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 3 / 2;
  }
  .view-meet-tobagonian-list .views-row:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
  }
  .view-meet-tobagonian-list .views-row:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 4 / 3;
  }
  .view-meet-tobagonian-list .views-row:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }
  .view-meet-tobagonian-list .views-row:nth-child(5) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 4 / 1 / 6 / 3;
  }
}

.paragraph--type--download-card-container {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.download-card-container .row {
  justify-content: center;
}

.download-card-container .paragraph--type--download-card-vertical {
  max-width: 41.66667%;
}

@media screen and (min-width: 48em) {
  .download-card-container .paragraph--type--download-card-vertical {
    max-width: 33.33333%;
  }
}

.download-card-container .vertical-download-card {
  max-width: 73.33333%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 48em) {
  .download-card-container .vertical-download-card {
    max-width: 60%;
  }
}

.vertical-download-card .vertical-card-image-block {
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}

.vertical-download-card .vertical-card-image-block img {
  display: block;
}

.vertical-download-card .cta a {
  font-size: 16px;
  line-height: 19px;
  text-decoration: underline;
  color: #009CEE;
}

.vertical-download-card .cta a:hover {
  color: #052D59;
}

.paragraph--type--tile-with-image-container {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.tile-with-image-bg {
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 15px;
  left: 15px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 64em) {
  .tile-with-image-bg {
    display: none;
  }
}

.vertical-card-thumb--tile-with-image {
  position: relative;
  height: 100%;
  z-index: 1;
}

@media screen and (min-width: 64em) {
  .vertical-card-thumb--tile-with-image {
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  }
}

.vertical-card-thumb--tile-with-image .description-wrapper .title {
  padding-bottom: 0;
}

.vertical-card-thumb--tile-with-image .description-wrapper .body {
  color: #333333;
}

.mobile-slider-wrapper,
.mobile-slider-wrapper * {
  box-sizing: border-box;
}

@media screen and (min-width: 48em) {
  .mobile-slider-wrapper {
    margin: 0;
    padding: 0 2rem;
  }
}

@media screen and (min-width: 48em) and (min-width: 48em) {
  .mobile-slider-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
  }
}

.mobile-slider::after {
  content: "flickity";
  display: none;
  /* hide :after */
}

@media screen and (min-width: 48em) {
  .mobile-slider {
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-slider::after {
    content: "";
  }
  .mobile-slider .mobile-slider__slide {
    width: 33.33%;
  }
}

.mobile-slider__slide {
  width: 66%;
  padding: 0 15px;
  margin-bottom: 30px;
  min-height: 100%;
  position: relative;
}

.flickity-enabled .mobile-slider__slide {
  padding-top: 15px;
  padding-bottom: 15px;
}

.mobile-slider-wrapper__more-link {
  margin-top: 30px;
  margin-bottom: 30px;
}

.advertisement-strip {
  background-color: #F0812D;
}

.advertisement-strip .wysiwyg-text {
  padding: 50px;
}

.advertisement-strip__body {
  color: #fff;
}

.advertisement-strip__body p {
  font-size: 20px;
  line-height: 34px;
}

@media screen and (min-width: 48em) {
  .advertisement-strip__body p {
    font-size: 35px;
    line-height: 41px;
  }
}

.advertisement-strip__body p:last-child {
  margin-bottom: 0;
}

.advertisement-strip__body a {
  color: #fff;
}

.advertisement-strip__body a:hover {
  text-decoration: none;
}

.path-sitemap main > .layout-content {
  padding: 110px 15px;
  transition: height 0.4s ease;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 37.5em) {
  .path-sitemap main > .layout-content {
    padding: 130px 15px;
  }
}

@media screen and (min-width: 48em) {
  .path-sitemap main > .layout-content {
    width: calc(80% + 2rem);
    max-width: calc(1400px + 4rem);
  }
}

@media screen and (min-width: 64em) {
  .path-sitemap main > .layout-content {
    padding: 150px 15px;
  }
}

.path-sitemap main > .layout-content h3 {
  margin-top: 20px;
}

.path-sitemap main > .layout-content h3:first-of-type {
  margin-top: 0;
}

.awards-list {
  padding-bottom: 4rem;
}

.awards-list.neutral-light {
  background-color: #F4F5F8;
}

.awards-list.white {
  background-color: #FFFFFF;
}

@media screen and (min-width: 48em) {
  .awards-list.neutral-light--medium {
    background-color: #F4F5F8;
  }
}

@media screen and (min-width: 48em) {
  .awards-list.white--medium {
    background-color: #FFFFFF;
  }
}

.awards-list__wrapper {
  margin: 0;
  padding: 0 2rem;
}

@media screen and (min-width: 48em) {
  .awards-list__wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
  }
}

.awards-list__groups {
  padding: 25px 30px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  margin-left: 30px;
  background-color: #FFFFFF;
}

@media screen and (min-width: 48em) {
  .awards-list__groups {
    box-shadow: none;
    background-color: transparent;
  }
}

.awards-list__group {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 48em) {
  .awards-list__group {
    display: flex;
    border-bottom: 2px solid #979797;
  }
}

.awards-list__group:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em) {
  .awards-list__group:last-child {
    display: flex;
    border-bottom: 0;
  }
}

.awards-list__group-title {
  color: #009CEE;
  text-align: center;
  margin: 0;
}

.awards-list__group-title h3 {
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
  font-size: calc(1.2 * 1rem);
  font-weight: bold;
  line-height: 25px;
}

@media screen and (min-width: 48em) {
  .awards-list__group-title {
    flex: 1 0 10.25641%;
    text-align: left;
    min-width: 80px;
  }
}

@media screen and (min-width: 48em) {
  .awards-list__group-content {
    flex: 1 0 89.74359%;
  }
}

.awards-list__group-content li {
  color: #333333;
  font-family: Raleway;
  font-size: calc(0.833 * 1rem);
  line-height: 28px;
}

@media screen and (min-width: 48em) {
  .awards-list__group-content li {
    font-size: calc(1 * 1rem);
    line-height: 28px;
  }
}

.awards-list__group-content ul {
  margin: 0 0 0 30px;
}

.cr__gallery .fullscreen__close .iconWrapper,
.cr__gallery .fullscreen__wrapper .fullscreen__previous .iconWrapper,
.cr__gallery .fullscreen__wrapper .fullscreen__next .iconWrapper {
  width: 16px;
  height: 16px;
}

.cr__gallery .fullscreen__logo a {
  display: inline-block;
  width: 80px;
  height: 35px;
}

.fluid-grid-simple {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  margin-bottom: 44px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

@media (min-width: 1200px) {
  .fluid-grid-simple {
    padding: 0;
  }
}

.grid-item-simple {
  position: relative;
  margin: 0;
  background-color: rgba(5, 100, 172, 0.85);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  max-height: 300px;
}

@media screen and (min-width: 47em) {
  .grid-item-simple {
    width: 100%;
  }
}

@media screen and (min-width: 48em) {
  .grid-item-simple {
    width: 50%;
    max-height: 190px;
  }
}

@media screen and (min-width: 64em) {
  .grid-item-simple {
    width: 33.3333%;
  }
}

@media screen and (min-width: 76.2em) {
  .grid-item-simple {
    max-height: 230px;
  }
}

.grid-item-simple:hover .grid-simple-image:after {
  background-color: rgba(5, 100, 172, 0.85);
  opacity: 1;
  transition: all .3s ease-out 0ms;
}

.grid-item-simple:hover .grid-simple-title-link {
  top: 50%;
  transition: all .6s ease-out 0ms;
}

.grid-item-simple:hover .link-btn a {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  outline: none;
}

.grid-item-simple .grid-simple-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.grid-item-simple .grid-simple-image::after {
  content: '';
  display: block;
  background-color: #000000;
  opacity: .2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease-out 0ms;
}

.grid-item-simple .grid-simple-title-link {
  padding: 1.5rem;
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  box-sizing: border-box;
  z-index: 2;
  width: 100%;
  height: 75%;
  transition: all .6s ease-out 0ms;
}

.grid-item-simple .grid-simple-title {
  font-family: 'Raleway', serif;
  font-weight: 700;
  font-size: calc(1.728 * 1rem);
  color: #FFFFFF;
  text-shadow: 1px 0 5px rgba(0,0,0,0.5);
  margin-bottom: 1rem;
  text-align: center;
}

.grid-item-simple .link-url,
.grid-item-simple .link-item {
  display: inline-block;
}

.grid-item-simple .link-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #FFFFFF;
  font-family: 'Raleway', serif;
  font-weight: 400;
  background: #0564ac;
  transition: all 150ms ease-out 0ms;
  padding: 0.5rem 1.5rem;
  border-radius: 2000px;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  margin: 0 auto;
}

@media screen and (min-width: 48em) {
  .grid-item-simple .link-btn a {
    opacity: 0;
    transition: all 150ms ease-out 0ms;
  }
}

.grid-item-simple .link-btn a:hover {
  color: #0564ac;
  background: #FFFFFF;
}

.grid-item-simple .link-btn a:hover::after {
  border-color: transparent transparent transparent #0564ac;
  transition: all 150ms ease-out 0ms;
}

.grid-item-simple .link-btn a::after {
  content: "";
  margin-left: .85em;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #FFFFFF;
  transition: all 150ms ease-out 0ms;
}

/* Animation */
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 20px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.paragraph--type--fluid-grid-with-text {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  margin-bottom: 44px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

@media (min-width: 1200px) {
  .paragraph--type--fluid-grid-with-text {
    padding: 0;
  }
}

.grid-item-with-text {
  margin-bottom: 45px;
}

@media (min-width: 48em) and (max-width: 63em) {
  .grid-item-with-text {
    width: 44.667%;
    margin-right: 5.5%;
  }
  .grid-item-with-text:nth-of-type(2n + 2) {
    margin-right: 0;
  }
}

@media (min-width: 64em) {
  .grid-item-with-text {
    margin-bottom: 50px;
    width: 29.667%;
    margin-right: 5.5%;
  }
  .grid-item-with-text:nth-of-type(3n + 3) {
    margin-right: 0;
  }
}

.grid-item-with-text__image {
  border-radius: 5px;
  box-shadow: 4px 6px 46px rgba(0, 97, 159, 0.3);
  box-sizing: border-box;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.grid-item-with-text__image img {
  max-height: 280px;
}

.grid-item-with-text__title {
  font-weight: 200;
  font-size: calc(1.2 * 1rem);
  color: #009CEE;
  font-family: 'Raleway', serif;
}

.grid-item-with-text__body {
  margin-bottom: 10px;
}

.grid-item-with-text__body * {
  font-size: calc(1 * 1rem);
  line-height: 1.6;
  font-family: 'Raleway', serif;
  font-weight: 400;
}

.grid-item-with-text__body ul {
  list-style-position: inside;
}

.grid-item-with-text__link .call-to-action {
  text-align: left;
}

.grid-item-with-text__link .call-to-action a {
  font-size: calc(0.833 * 1rem);
  line-height: 1.6;
  padding: 0.5rem 0.75rem;
  background-color: #009CEE;
  border-color: #009CEE;
}

.filter {
  position: absolute;
  right: 0px;
  z-index: 999;
  height: 100vh;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (min-width: 1541px) {
  .filter {
    justify-content: center;
  }
}

.filter-toast {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 1002;
  text-align: center;
  margin-top: 1vw;
  width: 30%;
  background: #005683;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 14px;
  margin-left: 35%;
  margin-right: 35%;
  animation: fadeinout 4s linear forwards;
}

.filter-item {
  text-align: center;
  font-size: 0.86rem;
  vertical-align: top;
  margin: 0px;
  cursor: pointer;
  transition: 0.7s;
  color: #fff;
  background: #009bf2;
  padding: 0.83rem;
  border-bottom: 1px solid #006ec0;
  max-width: 95px;
}

@media screen and (min-width: 37.5em) {
  .filter-item {
    max-width: 95px;
  }
}

@media screen and (min-width: 64em) {
  .filter-item {
    max-width: 170px;
  }
}

.filter-item:last-child {
  border: 0;
}

.filter-item .icon {
  width: 45px;
  height: 60px;
  fill: #fff;
}

.filter-item .ico-add-trip-counter {
  width: 60px !important;
}

.filter-item .icon__add-trip__counter {
  position: absolute;
  color: #009bf2;
  right: 26.3px;
  bottom: 48.5px;
  font-size: 12px;
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
  z-index: 99;
  font-weight: 700;
}

@media screen and (min-width: 64em) {
  .filter-item .icon__add-trip__counter {
    right: 81.5px;
    bottom: 70.5px;
  }
}

.filter-item:hover {
  color: #fff;
  background: #005584;
}

.filter-item:hover .icon {
  fill: #fff;
}

.filter-item:hover .filter-item-label {
  color: #fff;
}

.filter-item:hover .icon__add-trip__counter {
  color: #005584;
}

.filter-item .svg-inline--fa {
  font-size: 40px;
  margin-bottom: 10px;
}

.filter-item img {
  width: 40px;
  -webkit-filter: grayscale(100%) brightness(0);
  margin-top: 7px;
  margin-bottom: 5px;
  opacity: 0.7;
}

@media screen and (min-width: 37.5em) {
  .filter-item img {
    width: 54px;
  }
}

.filter-item .filter-item-label {
  display: none;
  visibility: hidden;
}

@media screen and (min-width: 64em) {
  .filter-item .filter-item-label {
    display: block;
    visibility: visible;
  }
}

.filter-toggle {
  padding: 1rem;
  text-align: center;
  font-size: 16px;
  background: #106fbc;
  color: #fff;
  cursor: pointer;
  transition: 0.49s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-toggle .icon {
  width: 18px;
  height: 18px;
  fill: #fff;
}

@media screen and (min-width: 64em) {
  .filter-toggle .icon {
    margin-right: 1rem;
  }
}

.filter-toggle .icon.ico-caret-left {
  transform: rotate(-180deg);
}

.filter-toggle:hover {
  background: #009bf2;
}

.filter-toggle img {
  width: 25px;
  filter: invert(1) brightness(120%);
  opacity: 0.63;
}

.filter-toggle-label {
  display: none;
  visibility: hidden;
}

@media screen and (min-width: 64em) {
  .filter-toggle-label {
    display: block;
    visibility: visible;
  }
}

.all-filters {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.all-legend {
  width: 320px;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: 99999999999999;
  left: 0;
  position: absolute;
  background: black;
  width: 200px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}

.active-filter {
  background: #005584;
}

.active-filter .icon {
  fill: #fff;
}

.active-filter .filter-item-label {
  color: #fff;
}

.active-filter .icon__add-trip__counter {
  color: #005584;
}

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

.map__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  overflow: hidden;
}

.my-pin-parent {
  cursor: pointer;
  transition: 0.7s;
  vertical-align: bottom;
  position: relative;
}

.my-pin-parent .icon {
  height: 32px;
  width: 32px;
  fill: #005584;
}

.my-pin-parent .title {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 112px !important;
}

.mapboxgl-popup-content {
  padding: 0 !important;
  max-width: 325px !important;
}

button.mapboxgl-popup-close-button {
  z-index: 99;
}

.add-to-trip {
  position: absolute;
  background: rgba(0, 0, 0, 0.534);
  color: #fff;
  top: 0;
  left: 0;
  margin: .5vw;
  display: block;
  padding: 7px 14px;
  cursor: pointer;
  transition: 0.7s;
  z-index: 999999;
}

.add-to-trip:hover {
  background: #009CEE;
  color: #fff;
}

.add-to-trip2 {
  position: absolute;
  background: #434545;
  color: #fff;
  top: 46px;
  left: 0;
  margin-left: 0;
  display: block;
  padding: 7px 22px;
  cursor: pointer;
  transition: 0.7s;
  z-index: 9999;
  font-size: 14px;
  width: 147px;
  animation: slide-in-left 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s both;
}

.add-to-trip2:hover {
  background: #009CEE;
  color: #fff;
  text-decoration: none;
}

.overlay-body .close-pop-up {
  position: absolute;
  color: #fff;
  background: rgba(0, 0, 0, 0.47);
  font-size: 20px;
  padding: 0.7vw;
  margin: .5vw;
  height: 37px;
  width: 40px;
  right: 0;
  cursor: pointer;
  transition: .5s;
}

.overlay-body .close-pop-up:hover {
  background: #009CEE;
  color: #fff;
}

.my-pin-title {
  position: absolute;
  text-align: left;
  padding: 3px;
  margin-top: -123px;
  margin-left: -63px;
  margin-bottom: 10px;
  line-height: 18px;
  background: #fff;
  font-size: 13px;
  border-radius: 3px;
  height: 98px;
  width: 140px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-shadow: -1px 3px 7px rgba(113, 124, 126, 0.31);
}

.show-title {
  display: block;
  z-index: 9999999999999;
}

.show-title img {
  width: 100%;
  height: 69px;
}

.show-title .title {
  display: block;
  width: 116px;
  font-size: 12px;
  line-height: 14px;
  padding: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.show-title .expand {
  position: absolute;
  display: block;
  right: 4px;
  bottom: 2%;
  padding: 1px;
  background: #fff;
  color: #F0812D;
  font-size: 19px;
  transition: 0.5s;
  height: 23px;
  width: 23px;
  cursor: pointer;
}

.show-title .expand:hover {
  color: #000;
}

.my-pin {
  font-size: 42px;
  color: #F0812D;
  z-index: 9999;
}

.my-pin-icon {
  position: absolute;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-top: -4px;
  margin-left: -45px;
  font-size: 16px;
  width: 49px;
  height: 49px;
  padding: 3px;
  filter: invert(1);
}

.my-pin-details-title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}

.activity-map .marker {
  height: 32px;
  width: 32px;
}

.my-pin-details {
  position: absolute;
  top: 0;
  left: 0;
  background: #607d8c;
  z-index: 999999;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.my-pin-details img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.my-pin-details-title-desc {
  position: absolute;
  width: -webkit-fill-available;
  bottom: 14px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 2vw;
  color: #fff;
  text-align: justify;
  background: #070d10de;
  border-radius: 4px;
}

.Toastify__toast--info {
  background: #607d8c91 !important;
  text-align: center !important;
  padding: 7px !important;
  width: 34.3vw !important;
  border-radius: 4px !important;
}

.no-markers {
  position: absolute;
  display: block;
  background: #000000ba;
  color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 50%;
  z-index: 9999999;
  padding: 28px;
  border-radius: 4px;
  text-align: center;
  left: calc(100% - 75%);
  top: 38%;
  font-size: 13px;
  line-height: 17px;
}

.confirm-delete {
  position: absolute;
  display: block;
  background: #000000ba;
  color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 40vw;
  z-index: 9999999;
  padding: 28px;
  border-radius: 4px;
  text-align: center;
  left: calc(100vw - 83vw);
  top: 38vh;
  font-size: 15px;
  line-height: 17px;
}

.confirm-delete button {
  margin: 20px 5px 0;
  width: 46%;
  border: 0px solid;
  border-radius: 2px;
  padding: 5px;
  font-size: 12px;
}

.confirm-delete button.delete {
  background: #EF5350;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

.confirm-delete button.cancel {
  background: #CDDC39;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

.fa-info-circle {
  position: absolute;
  left: 7px;
  top: 7px;
  font-size: 19px;
  color: #ffffff59;
}

.tobago-logo {
  position: absolute;
  top: 0rem;
  font-family: gizmo,sans-serif;
  color: #95bad5;
  font-size: 3rem;
  left: 0rem;
}

.mapboxgl-popup {
  animation: fadein 0.5s;
  width: 325px;
  position: relative;
  z-index: 1001;
}

.mapboxgl-popup__image {
  width: 325px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mapboxgl-popup__title {
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  font-size: 25px;
  max-width: 325px;
  padding: 1rem;
}

.mapboxgl-popup__desc {
  padding: 0 1rem 1rem 1rem;
}

.mapboxgl-popup-close-button {
  border-radius: 0;
  background: #F0812D !important;
  color: white !important;
  font-size: 22px;
  font-weight: bold;
  padding: 5px 8px 8px;
  line-height: 1;
  transition: background-color ease .3s;
}

.mapboxgl-popup-close-button:hover {
  background: #005683 !important;
}

.mapboxgl-popup__flag {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #DCD8D8;
  transition: background-color ease .3s;
  z-index: 2;
  text-align: center;
  content: '';
}

.mapboxgl-popup__flag:before {
  background-image: url("../assets/map/images/icons/ico-add-trip-grey.svg");
  background-size: 40px 40px;
  background-position: 3px 3px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  content: '';
}

.mapboxgl-popup__flag.flag-grey {
  background: #DCD8D8;
}

.mapboxgl-popup__flag.flag-grey:hover {
  background: #B2CC29;
}

.mapboxgl-popup__flag.flag-grey:hover:before {
  background-image: url("../assets/map/images/icons/ico-add-trip-white.svg");
}

.mapboxgl-popup__flag.flag-green {
  background: #B2CC29;
}

.mapboxgl-popup__flag.flag-green:before {
  background-image: url("../assets/map/images/icons/ico-add-trip-white-checked.svg");
}

.mapboxgl-popup__flag.flag-green:hover {
  background: #B24B5C;
}

.mapboxgl-popup__flag.flag-green:hover:before {
  background-image: url("../assets/map/images/icons/ico-remove-trip-white.svg");
}

.mapboxgl-popup__flag.flag-inprogress {
  background: #FFFFFF;
}

.mapboxgl-popup__flag.flag-inprogress:before {
  content: " ";
  background-image: none;
  display: block;
  width: 30px;
  height: 30px;
  animation: spin 0.8s infinite linear;
  border-radius: 120px;
  border-width: 10px;
  border-style: solid;
  border-color: #B2CC29 transparent #B2CC29 transparent;
  overflow: hidden;
  text-indent: -99999em;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.my-pin-description-wrapper {
  color: #4A4A4A;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.my-pin-description-wrapper svg {
  margin-top: 5px;
}

.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto;
}

.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  -ms-grid-row-align: center;
      align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}

.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  will-change: transform;
  pointer-events: none;
}

.sidebar.col-md-3 {
  padding: 7vw 3vw;
  background: #607D8B;
  color: #fff;
}

.legend {
  display: none;
  visibility: hidden;
  z-index: 99;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .legend {
    display: block;
    visibility: visible;
  }
}

.legend__wrapper {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  transform: translateX(-100%) skewX(-20deg);
  transform-origin: right center;
  transition-delay: 0.3s;
}

.sidebar h2 {
  text-align: center;
  display: inline-block;
  margin-left: 14px;
}

.sidebar-map.row {
  background: #f1f1f0;
}

.legend__items {
  position: relative;
  list-style: none;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  transition: all 0.5s;
  opacity: 1;
  background-image: linear-gradient(to bottom, #009ceebd 90%, #009cee66 100%);
  display: none;
}

@media screen and (min-width: 480px) {
  .legend__items {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px 5px;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    width: 500px;
    padding: 3rem;
  }
}

@media screen and (min-width: 1280px) {
  .legend__items {
    width: 700px;
    padding: 5rem;
  }
}

.legend--open .legend__wrapper {
  transform: translateX(0) skewX(0);
  transition-delay: 0s;
  transition: all 0.5s;
}

@media screen and (min-width: 64em) {
  .legend--open .legend__wrapper {
    transform: translate(0%, 0%);
  }
}

.legend--open .legend__toggle {
  transform: translate(-100%, 0%);
}

.legend--closed .legend__wrapper {
  transform: translateX(-100%) skewX(-20deg);
  transition: transform 0.5s ease;
}

li.legend__item {
  letter-spacing: 0.4px;
  transition: 0.7s;
  position: relative;
  display: flex;
  align-items: center;
}

li.legend__item .icon {
  width: 60px;
  height: 60px;
  fill: #005586;
}

li.legend__item img {
  opacity: 0.5;
  /* -webkit-filter: invert(1) brightness(120%); */
  /* filter: invert(1) brightness(120%); */
}

li.legend__item .label {
  font-size: 0.86rem;
  color: #2e444c;
}

.pins li .marker-number {
  background: #ff8c33;
  color: #000;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border-radius: 14px;
  width: 28px;
  height: 28px;
  position: absolute;
  margin-left: -40px;
  margin-top: -3px;
  transition: 0.3s;
}

.pins .active-location .marker-number, .pins li.active-location::before {
  font-size: 20px;
  font-weight: bold;
  border-radius: 34px;
  width: 35px;
  height: 35px;
  position: absolute;
  margin-left: -42px;
  margin-top: -7px;
}

li.active-location {
  transition: 0.3s;
}

li.active-location:hover {
  color: #ff8c33;
}

.fa-suitcase {
  font-size: 28px;
}

.no-markers2 {
  position: absolute;
  display: block;
  background: #00000029;
  color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 90%;
  z-index: 9999999;
  padding: 24px;
  border-radius: 4px;
  text-align: center;
  left: 5%;
  top: 21vh;
  font-size: 13px;
  line-height: 17px;
}

.legend__toggle {
  height: 70px;
  padding: 0 2rem;
  text-align: center;
  font-size: 26px;
  background: #005683;
  cursor: pointer;
  display: inline-flex;
  transition: 0.49s;
  z-index: 9999;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 50%;
  width: auto;
  color: #fff;
  border: 0px;
  margin-bottom: 0px;
}

.legend__toggle:hover {
  background: #009ceebd;
}

.legend__toggle img {
  width: 25px;
  filter: invert(1) brightness(120%);
  opacity: 0.63;
  transform: rotate(-90deg);
  margin-right: 10px;
  margin-top: 5px;
}

.legend__toggle .icon {
  width: 18px;
  height: 18px;
  fill: #fff;
  margin-right: 1rem;
}

.legend__open .legend__toggle {
  transform: translate(0%, 0%);
  transition: all 0.5s;
}

.legend__close .legend__toggle {
  transform: translate(0%, 200%);
  transition: all 0.5s;
}

.legend__toggle__close-btn {
  height: 70px;
  padding: 0 2rem 0 1.5rem;
  text-align: center;
  font-size: 26px;
  cursor: pointer;
  display: inline-flex;
  transition: 0.49s;
  z-index: 9999;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 0;
  width: auto;
  color: #fff;
  border: 0px;
  background: #006ec0;
}

.legend__toggle__close-btn:hover {
  background: #005683;
}

.legend__toggle__close-btn .legend__toggle__label {
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0px;
  margin-left: 5px;
}

.legend__toggle__close-x {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  overflow: hidden;
}

.legend__toggle__close-x::before, .legend__toggle__close-x::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
}

.legend__toggle__close-x::before {
  height: 2px;
  margin-top: -2px;
  border-radius: 5px;
  transform: rotate(45deg);
}

.legend__toggle__close-x::after {
  height: 2px;
  margin-top: -2px;
  border-radius: 5px;
  transform: rotate(-45deg);
}

.legend__toggle--open {
  transition: all 0.6s cubic-bezier(0.5, 0.1, 0.03, 1);
  background: #2c5c79;
  margin-bottom: -10px;
}

.legend__toggle--open img {
  transform: rotate(-90deg);
}

.legend__toggle__label {
  font-size: 16px;
  margin-top: 5px;
  margin-left: 3px;
  letter-spacing: 1px;
  text-align: right;
}

.faq-cards-grid {
  background: #FFFFFF;
}

.policy-text-block, .legal-text-block {
  padding: 5rem 2rem;
}

@media screen and (min-width: 64em) {
  .policy-text-block, .legal-text-block {
    padding: 8rem 0;
  }
}

.policy-text-block h3, .legal-text-block h3 {
  font-family: 'Raleway', serif;
  padding-bottom: 2rem;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.policy-text-block ol, .legal-text-block ol {
  list-style: upper-alpha;
}

.policy-text-block li, .legal-text-block li {
  margin-left: 30px;
}

.article-header {
  margin-top: 105px;
  text-align: center;
}

.article-header-content {
  padding: 3rem 0.75rem;
}

@media screen and (min-width: 76.2em) {
  .article-header-content {
    padding: 2rem 0;
  }
}

.article-header .title {
  font-size: calc(2.488 * 1.55rem);
}

.article-header .article__teaser {
  color: #4A4A4A;
  font-size: calc(1 * 1rem);
  padding-bottom: 2rem;
  font-style: italic;
}

.article-header .article__author > div {
  display: inline;
}

.article-header .content-img {
  margin: 0;
  margin-bottom: 3rem;
}

.article-header .content-img img {
  width: 100%;
}

.article-header .article__extras {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 48em) {
  .article-header .article__extras {
    flex-direction: row;
    justify-content: center;
  }
}

@media screen and (min-width: 76.2em) {
  .article_top_stories {
    max-width: 315px;
  }
}

.article--left .social-share ul {
  margin-top: 0px;
}

.node--black {
  background-color: #000;
  color: #fff;
}

.node__main-image {
  height: 100vh;
  width: 100vw;
  max-width: none;
  margin: 0 auto;
  display: block;
  position: absolute;
}

.node__main-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 0 0;
     object-position: 0 0;
}

.node--type-meet-local .layout__container {
  position: relative;
}

.node--type-meet-local .main_content {
  background: rgba(0, 0, 0, 0.8);
  padding: 2rem 3rem;
}

.node--type-meet-local .article-header {
  margin-top: 0;
  text-align: inherit;
  position: relative;
}

.node--type-meet-local .article-header .tobagonian-image__filter:empty {
  display: none;
}

.node--type-meet-local .article-header .node__main-image {
  height: 80vh;
  position: static;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.node--type-meet-local .article-header .node__main-image img {
  width: inherit;
  height: auto;
}

.node--type-meet-local .article-header .node__title {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.section-title {
  padding-bottom: 2rem;
}

@media screen and (min-width: 64em) {
  .section-title {
    padding-bottom: 4rem;
  }
}

.path-user:not(.user-logged-in) .content {
  background: #052D59;
  padding: 20vh 2rem 5rem;
  color: #FFFFFF;
}

.path-user:not(.user-logged-in) .layout-content {
  margin: auto;
  width: 80%;
}

.path-user:not(.user-logged-in) .layout-content label {
  display: none;
}

.path-user:not(.user-logged-in) .layout-content input[type="text"],
.path-user:not(.user-logged-in) .layout-content input[type="password"] {
  background-color: #005683;
  margin: auto;
  color: #FFFFFF;
}

.path-user:not(.user-logged-in) .layout-content .form-item {
  margin-bottom: 2rem;
}

@media screen and (min-width: 64em) {
  .path-user:not(.user-logged-in) .layout-content {
    width: 40%;
    min-width: 30rem;
  }
}

.resources-tile {
  height: 0;
  padding-bottom: 68%;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  line-height: 1;
}

.resources-tile::after {
  position: absolute;
  content: "";
  background-color: rgba(255, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
}

.resources-tile-inner {
  padding: 1rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  z-index: 1;
}

.resources-tile-icon {
  margin-left: auto;
  padding: 0px 0px 0px 0px !important;
  z-index: 1;
}

@media screen and (min-width: 48em) {
  .resources-tile-icon {
    padding: 1rem 1rem 0;
  }
}

.resources-tile-icon svg {
  fill: #fff;
  width: 30px;
  height: 20px;
}

@media screen and (min-width: 64em) {
  .resources-tile-icon svg {
    width: 60px;
    height: 40px;
  }
}

@media screen and (min-width: 64em) {
  a.resources-tile-icon {
    padding: 0.5rem 0.5rem 0;
  }
}

.resources-tile-type {
  margin-top: -20px;
  margin-bottom: 0.5rem;
  font-size: calc(0.833 * 0.9rem);
  font-weight: 300;
}

@media screen and (min-width: 64em) {
  .resources-tile-type {
    margin-top: auto;
    font-size: calc(1.2 * 1rem);
    font-weight: normal;
  }
}

.resources-tile-title {
  margin-top: auto;
  margin-bottom: 5px;
  font-size: calc(1.44 * 0.75rem);
  line-height: 1.1rem;
}

.resources-tile-title * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

@media screen and (min-width: 64em) {
  .resources-tile-title {
    margin-top: 0px;
    margin-bottom: 1rem;
    font-size: calc(1.2 * 1rem);
    font-weight: bold;
  }
}

.resources-tile-tags {
  visibility: hidden;
  display: none;
}

.resources-tile-tags span {
  margin-right: 1rem;
}

@media screen and (min-width: 64em) {
  .resources-tile-tags {
    visibility: visible;
    display: block;
  }
}

.views-view-grid.horizontal .views-row {
  float: none;
  display: flex;
  flex-wrap: wrap;
}

.views-view-grid.horizontal .views-col {
  float: none;
  clear: both;
  margin-bottom: 10px;
}

.views-view-grid.horizontal .views-col .views-field-field-image a,
.views-view-grid.horizontal .views-col .views-field-title a {
  padding: 0;
}

.views-view-grid.horizontal .views-col .views-field-title {
  margin-bottom: 5px;
  font-size: calc(1.44 * 0.75rem);
  line-height: 1.1rem;
}

@media screen and (min-width: 64em) {
  .views-view-grid.horizontal .views-col .views-field-title {
    margin-top: 0px;
    margin-bottom: 1rem;
    font-size: calc(1.2 * 1rem);
    font-weight: bold;
  }
}

@media screen and (max-width: 47em) {
  .views-view-grid.horizontal .views-col {
    width: 100% !important;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 48em) {
  .views-view-grid.horizontal .views-col {
    padding: 0 5px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 48em) and (max-width: 90em) {
  .views-view-grid.horizontal .views-col {
    width: 50% !important;
  }
}

@media screen and (max-width: 76.2em) {
  .views-view-grid.horizontal .views-field-body p,
  .views-view-grid.horizontal .views-field-title {
    text-align: center;
  }
  .views-view-grid.horizontal .views-field-field-image .field-content {
    display: flex;
    justify-content: center;
  }
}

/*# sourceMappingURL=styles.css.map */
