/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other bl__rowsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

/**
 * Address differences between Firefox and other bl__rowsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all bl__rowsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

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

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

/**
 * 1. Correct font family not being inherited in all bl__rowsers.
 * 2. Correct font size not being inherited in all bl__rowsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all bl__rowsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

.cf:before,
.cf:after, .l__row:before, .l__row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  height: 0;
  width: 0; }

.cf:after, .l__row:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf, .l__row {
  zoom: 1; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 62.5%; }

body {
  background: white;
  color: #4A4A4A;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6em;
  line-height: 1.61803399em;
  -webkit-font-smoothing: antialised; }
  @media (min-width: 481px) and (max-width: 960px) {
    body {
      font-size: 14px; } }
  @media screen and (min-width: 481px) and (max-width: 960px) and (min-width: 480px) {
    body {
      font-size: -webkit-calc(14px + 2 * ((100vw - 480px) / 480));
      font-size: calc(14px + 2 * ((100vw - 480px) / 480)); } }
  @media screen and (min-width: 481px) and (max-width: 960px) and (min-width: 960px) {
    body {
      font-size: 16px; } }
  @media (max-width: 480px) {
    body {
      font-size: 1.4em; } }

@font-face {
  font-family: 'palace_main';
  font-weight: 300;
  font-style: normal;
  src: url("../eot/palace_main.eot");
  src: url("../eot/palace_maind41d.eot#iefix") format("embedded-opentype"), url("../woff2/palace_main.woff2") format("woff2"), url("../woff/palace_main.woff") format("woff"), url("../ttf/palace_main.ttf") format("truetype"); }

@font-face {
  font-family: 'palace_main';
  font-weight: 400;
  font-style: normal;
  src: url("../otf/palace_main.otf");
  src: url("../eot/palace_maind41d.eot#iefix") format("embedded-opentype"), url("../woff2/palace_main.woff2") format("woff2"), url("../woff/palace_main.woff") format("woff"), url("../ttf/palace_main.ttf") format("truetype"); }

@font-face {
  font-family: 'palace_main';
  font-weight: 500;
  font-style: normal;
  src: url("../otf/palace_main.otf");
  src: url("../eot/palace_maind41d.eot#iefix") format("embedded-opentype"), url("../woff2/palace_main.woff2") format("woff2"), url("../woff/palace_main.woff") format("woff"), url("../ttf/palace_main.ttf") format("truetype"); }

@font-face {
  font-family: 'palace_main';
  font-weight: 600;
  font-style: normal;
  src: url("../otf/palace_main.otf");
  src: url("../eot/palace_maind41d.eot#iefix") format("embedded-opentype"), url("../woff2/palace_main.woff2") format("woff2"), url("../woff/palace_main.woff") format("woff"), url("../ttf/palace_main.ttf") format("truetype"); }

@font-face {
  font-family: 'palace_main';
  font-weight: 700;
  font-style: normal;
  src: url("../otf/palace_main.otf");
  src: url("../eot/palace_maind41d.eot#iefix") format("embedded-opentype"), url("../woff2/palace_main.woff2") format("woff2"), url("../woff/palace_main.woff") format("woff"), url("../ttf/palace_main.ttf") format("truetype"); }

h1, h2, h3, h4, h5, h6 {
  color: #4A4A4A;
  font-weight: 700;
  line-height: 1.257142857142857em;
  margin: 0 0 1em; }

h1 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 0.4761904762em;
  text-transform: uppercase;
  font-family: "palace_main"; }

h2 {
  font-size: 43px;
  letter-spacing: -1px;
  line-height: 43px;
  text-transform: uppercase;
  font-family: "palace_main"; }

h3 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 1.1111111111em;
  text-transform: uppercase;
  font-family: "palace_main"; }

h4 {
  font-size: 1em;
  line-height: 1.125em;
  margin-bottom: 1.25em;
  text-transform: uppercase;
  font-family: "palace_main"; }

h5 {
  font-size: 0.875em;
  line-height: 1em;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-family: "palace_main"; }

a {
  color: #005bd2;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
          transition: all ease-in-out 0.2s; }
  a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none; }

.cta {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.4285714286em;
  text-transform: uppercase; }

p {
  margin: 0 0 1.61803399em 0; }

ul {
  margin: 0 0 1.61803399em;
  padding: 0 0 0 1.875em; }
  ul li {
    padding: 0; }
  ul ul {
    margin-bottom: 0; }
  ul.inline-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    ul.inline-list li {
      display: inline-block;
      margin: 0;
      padding: 0; }
  ul.nolist {
    list-style: none;
    margin: 0;
    padding: 0; }
    ul.nolist li {
      margin: 0;
      padding: 0; }

ol {
  counter-reset: item;
  list-style: none;
  margin: 0 0 1.61803399em;
  padding: 0 0 0 1.875em; }
  ol li {
    counter-increment: item;
    padding: 0;
    position: relative; }
    ol li::before {
      content: counters(item, ".") ". ";
      font-size: 11px;
      font-weight: 600;
      margin-right: 5px; }
  ol ol {
    margin-bottom: 0; }
  ol.nolist {
    list-style: none;
    margin: 0;
    padding: 0; }
    ol.nolist li {
      margin: 0;
      padding: 0; }

dl {
  margin: 1.25em 0; }
  dl dd, dl dt {
    padding: 0 0 0.625em 0; }

.l__pushtop {
  padding-top: 3.125em; }

.l__contain {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%; }
  .l__contain--full {
    padding: 0; }

.l__wrap {
  position: relative; }

.l__flexheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.l__gridmaintain {
  height: 100%; }

.l__row {
  clear: both; }
  .l__row__negative5 {
    margin: 0 -5px; }
    .l__row__negative5 > .l__col > .l__col__evenpad, .l__row__negative5 > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 5px; }
  .l__row__negative10 {
    margin: 0 -10px; }
    .l__row__negative10 > .l__col > .l__col__evenpad, .l__row__negative10 > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 10px; }
  .l__row__negative20 {
    margin: 0 -20px; }
    .l__row__negative20 > .l__col > .l__col__evenpad, .l__row__negative20 > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 20px; }
  .l__row__negative30 {
    margin: 0 -30px; }
    .l__row__negative30 > .l__col > .l__col__evenpad, .l__row__negative30 > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 30px; }
  .l__row__altlayout > [class*="l__col"], .l__row__altlayout .l__flexheight > [class*="l__col"] {
    float: right; }
  @media (max-width: 1366px) {
    .l__row .l__row[data-1366*="flush"] {
      margin: 0; }
      .l__row .l__row[data-1366*="flush"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0; }
    .l__row .l__row[data-1366*="negative20"] {
      margin: 0 -20px; }
      .l__row .l__row[data-1366*="negative20"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 20px; }
    .l__row .l__row[data-1366*="negative10"] {
      margin: 0 -10px; }
      .l__row .l__row[data-1366*="negative10"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 10px; }
    .l__row .l__row[data-1366*="negative5"] {
      margin: 0 -5px; }
      .l__row .l__row[data-1366*="negative5"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 5px; } }
  @media (max-width: 1024px) {
    .l__row .l__row[data-1024*="flush"] {
      margin: 0; }
      .l__row .l__row[data-1024*="flush"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0; }
    .l__row .l__row[data-1024*="negative20"] {
      margin: 0 -20px; }
      .l__row .l__row[data-1024*="negative20"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 20px; }
    .l__row .l__row[data-1024*="negative10"] {
      margin: 0 -10px; }
      .l__row .l__row[data-1024*="negative10"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 10px; }
    .l__row .l__row[data-1024*="negative5"] {
      margin: 0 -5px; }
      .l__row .l__row[data-1024*="negative5"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 5px; } }
  @media (max-width: 768px) {
    .l__row .l__row[data-768*="flush"] {
      margin: 0; }
      .l__row .l__row[data-768*="flush"] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0; }
    .l__row .l__row[data-768*="negative20"] {
      margin: 0 -20px; }
      .l__row .l__row[data-768*="negative20"] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 20px; }
    .l__row .l__row[data-768*="negative10"] {
      margin: 0 -10px; }
      .l__row .l__row[data-768*="negative10"] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 10px; }
    .l__row .l__row[data-768*="negative5"] {
      margin: 0 -5px; }
      .l__row .l__row[data-768*="negative5"] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 5px; } }
  @media (max-width: 480px) {
    .l__row .l__row[data-480*="flush"] {
      margin: 0; }
      .l__row .l__row[data-480*="flush"] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0; }
    .l__row .l__row[data-480*="negative20"] {
      margin: 0 -20px; }
      .l__row .l__row[data-480*="negative20"] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 20px; }
    .l__row .l__row[data-480*="negative10"] {
      margin: 0 -10px; }
      .l__row .l__row[data-480*="negative10"] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 10px; }
    .l__row .l__row[data-480*="negative5"] {
      margin: 0 -5px; }
      .l__row .l__row[data-480*="negative5"] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 5px; } }
  @media (max-width: 360px) {
    .l__row .l__row[data-360*="flush"] {
      margin: 0; }
      .l__row .l__row[data-360*="flush"] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0; }
    .l__row .l__row[data-360*="negative20"] {
      margin: 0 -20px; }
      .l__row .l__row[data-360*="negative20"] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 20px; }
    .l__row .l__row[data-360*="negative10"] {
      margin: 0 -10px; }
      .l__row .l__row[data-360*="negative10"] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 10px; }
    .l__row .l__row[data-360*="negative5"] {
      margin: 0 -5px; }
      .l__row .l__row[data-360*="negative5"] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 5px; } }
  .l__rowFlex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .l__rowFlex[data-flex="3"] > .l__col__flex {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-flex-basis: 33.3333333333%;
          -ms-flex-preferred-size: 33.3333333333%;
              flex-basis: 33.3333333333%;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .l__rowFlex[data-flex="3"] > .l__col__flex {
          -webkit-flex-basis: 20%;
              -ms-flex-preferred-size: 20%;
                  flex-basis: 20%; } }
      @media (max-width: 1024px) {
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-1024*="flex2"] {
          -webkit-flex-basis: 50%;
              -ms-flex-preferred-size: 50%;
                  flex-basis: 50%; }
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-1024*="flex1"] {
          -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%; }
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-1024*="flexend"] {
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
              -ms-flex-order: 3;
                  order: 3; } }
      @media (max-width: 768px) {
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-768*="flex2"] {
          -webkit-flex-basis: 50%;
              -ms-flex-preferred-size: 50%;
                  flex-basis: 50%; }
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-768*="flex1"] {
          -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%; }
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-768*="flexend"] {
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
              -ms-flex-order: 3;
                  order: 3; } }
      @media (max-width: 480px) {
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-480*="flex2"] {
          -webkit-flex-basis: 50%;
              -ms-flex-preferred-size: 50%;
                  flex-basis: 50%; }
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-480*="flex1"] {
          -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%; }
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-480*="flexend"] {
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
              -ms-flex-order: 3;
                  order: 3; } }

@media (max-width: 1366px) {
  .l__row[data-1366*="flush"] {
    margin: 0; }
    .l__row[data-1366*="flush"] > .l__col > .l__col__evenpad, .l__row[data-1366*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0; }
  .l__row[data-1366*="negative20"] {
    margin: 0 -20px; }
    .l__row[data-1366*="negative20"] > .l__col > .l__col__evenpad, .l__row[data-1366*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 20px; }
  .l__row[data-1366*="negative10"] {
    margin: 0 -10px; }
    .l__row[data-1366*="negative10"] > .l__col > .l__col__evenpad, .l__row[data-1366*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 10px; }
  .l__row[data-1366*="negative5"] {
    margin: 0 -5px; }
    .l__row[data-1366*="negative5"] > .l__col > .l__col__evenpad, .l__row[data-1366*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 5px; } }

@media (max-width: 1024px) {
  .l__row[data-1024*="flush"] {
    margin: 0; }
    .l__row[data-1024*="flush"] > .l__col > .l__col__evenpad, .l__row[data-1024*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0; }
  .l__row[data-1024*="negative20"] {
    margin: 0 -20px; }
    .l__row[data-1024*="negative20"] > .l__col > .l__col__evenpad, .l__row[data-1024*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 20px; }
  .l__row[data-1024*="negative10"] {
    margin: 0 -10px; }
    .l__row[data-1024*="negative10"] > .l__col > .l__col__evenpad, .l__row[data-1024*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 10px; }
  .l__row[data-1024*="negative5"] {
    margin: 0 -5px; }
    .l__row[data-1024*="negative5"] > .l__col > .l__col__evenpad, .l__row[data-1024*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 5px; } }

@media (max-width: 768px) {
  .l__row[data-768*="flush"] {
    margin: 0; }
    .l__row[data-768*="flush"] > .l__col > .l__col__evenpad, .l__row[data-768*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0; }
  .l__row[data-768*="negative20"] {
    margin: 0 -20px; }
    .l__row[data-768*="negative20"] > .l__col > .l__col__evenpad, .l__row[data-768*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 20px; }
  .l__row[data-768*="negative10"] {
    margin: 0 -10px; }
    .l__row[data-768*="negative10"] > .l__col > .l__col__evenpad, .l__row[data-768*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 10px; }
  .l__row[data-768*="negative5"] {
    margin: 0 -5px; }
    .l__row[data-768*="negative5"] > .l__col > .l__col__evenpad, .l__row[data-768*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 5px; } }

@media (max-width: 480px) {
  .l__row[data-480*="flush"] {
    margin: 0; }
    .l__row[data-480*="flush"] > .l__col > .l__col__evenpad, .l__row[data-480*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0; }
  .l__row[data-480*="negative20"] {
    margin: 0 -20px; }
    .l__row[data-480*="negative20"] > .l__col > .l__col__evenpad, .l__row[data-480*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 20px; }
  .l__row[data-480*="negative10"] {
    margin: 0 -10px; }
    .l__row[data-480*="negative10"] > .l__col > .l__col__evenpad, .l__row[data-480*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 10px; }
  .l__row[data-480*="negative5"] {
    margin: 0 -5px; }
    .l__row[data-480*="negative5"] > .l__col > .l__col__evenpad, .l__row[data-480*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 5px; } }

@media (max-width: 360px) {
  .l__row[data-360*="flush"] {
    margin: 0; }
    .l__row[data-360*="flush"] > .l__col > .l__col__evenpad, .l__row[data-360*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0; }
  .l__row[data-360*="negative20"] {
    margin: 0 -20px; }
    .l__row[data-360*="negative20"] > .l__col > .l__col__evenpad, .l__row[data-360*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 20px; }
  .l__row[data-360*="negative10"] {
    margin: 0 -10px; }
    .l__row[data-360*="negative10"] > .l__col > .l__col__evenpad, .l__row[data-360*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 10px; }
  .l__row[data-360*="negative5"] {
    margin: 0 -5px; }
    .l__row[data-360*="negative5"] > .l__col > .l__col__evenpad, .l__row[data-360*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 5px; } }

@media (max-width: 1024px) {
  [data-1024*="reverse"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media (max-width: 768px) {
  [data-768*="reverse"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media (max-width: 480px) {
  [data-480*="reverse"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.l__col__evenpad {
  padding: 10px; }

.l__col__span1, .l__col__span1-5, .l__col__span2, .l__col__span2-4, .l__col__span3, .l__col__span3-3, .l__col__span4, .l__col__span5, .l__col__span6, .l__col__span7, .l__col__span8, .l__col__span9, .l__col__span10, .l__col__span11, .l__col__span12, .l__col__span13, .l__col__span14, .l__col__span15, .l__col__span16, .l__col__span17, .l__col__span18, .l__col__span19, .l__col__span20, .l__col__span21, .l__col__span22, .l__col__span23, .l__col__span24 {
  float: left; }

.l__col__span1 {
  width: 8.3333333333%; }

.l__col__span1-5 {
  width: 12.5%; }

.l__col__span2 {
  width: 16.6666666667%; }

.l__col__span2-4 {
  width: 20%; }

.l__col__span3 {
  width: 25%; }

.l__col__span3-3 {
  width: 27.5%; }

.l__col__span4 {
  width: 33.3333333333%; }

.l__col__span5 {
  width: 41.6666666667%; }

.l__col__span6 {
  width: 50%; }

.l__col__span7 {
  width: 58.3333333333%; }

.l__col__span8 {
  width: 66.6666666667%; }

.l__col__span9 {
  width: 75%; }

.l__col__span10 {
  width: 83.3333333333%; }

.l__col__span11 {
  width: 91.6666666667%; }

.l__col__span12 {
  width: 100%; }

.l__col__offby1 {
  margin-left: 8.3333333333%; }

.l__col__offby2 {
  margin-left: 16.6666666667%; }

.l__col__offby3 {
  margin-left: 25%; }

.l__col__offby4 {
  margin-left: 33.3333333333%; }

.l__col__offby5 {
  margin-left: 41.6666666667%; }

.l__col__offby6 {
  margin-left: 50%; }

.l__col__offby7 {
  margin-left: 58.3333333333%; }

.l__col__offby8 {
  margin-left: 66.6666666667%; }

.l__col__offby9 {
  margin-left: 75%; }

.l__col__offby10 {
  margin-left: 83.3333333333%; }

.l__col__offby11 {
  margin-left: 91.6666666667%; }

.l__col__offby12 {
  margin-left: 100%; }

@media (max-width: 1366px) {
  .l__col[data-1366*="1"] {
    width: 8.3333333333%; }
  .l__col[data-1366*="2"] {
    width: 16.6666666667%; }
  .l__col[data-1366*="3"] {
    width: 25%; }
  .l__col[data-1366*="4"] {
    width: 33.3333333333%; }
  .l__col[data-1366*="5"] {
    width: 41.6666666667%; }
  .l__col[data-1366*="6"] {
    width: 50%; }
  .l__col[data-1366*="7"] {
    width: 58.3333333333%; }
  .l__col[data-1366*="8"] {
    width: 66.6666666667%; }
  .l__col[data-1366*="9"] {
    width: 75%; }
  .l__col[data-1366*="10"] {
    width: 83.3333333333%; }
  .l__col[data-1366*="11"] {
    width: 91.6666666667%; }
  .l__col[data-1366*="12"] {
    width: 100%;
    float: none; }
  .l__col[data-offby1366*="1"] {
    margin-left: 8.3333333333%; }
  .l__col[data-offby1366*="2"] {
    margin-left: 16.6666666667%; }
  .l__col[data-offby1366*="3"] {
    margin-left: 25%; }
  .l__col[data-offby1366*="4"] {
    margin-left: 33.3333333333%; }
  .l__col[data-offby1366*="5"] {
    margin-left: 41.6666666667%; }
  .l__col[data-offby1366*="6"] {
    margin-left: 50%; }
  .l__col[data-offby1366*="7"] {
    margin-left: 58.3333333333%; }
  .l__col[data-offby1366*="8"] {
    margin-left: 66.6666666667%; }
  .l__col[data-offby1366*="9"] {
    margin-left: 75%; }
  .l__col[data-offby1366*="10"] {
    margin-left: 83.3333333333%; }
  .l__col[data-offby1366*="11"] {
    margin-left: 91.6666666667%; }
  .l__col[data-offby1366*="12"] {
    margin-left: 100%; }
  .l__col[data-offby1366*="false"] {
    margin-left: 0; } }

@media (max-width: 1024px) {
  .l__col[data-1024*="1"] {
    width: 8.3333333333%; }
  .l__col[data-1024*="2"] {
    width: 16.6666666667%; }
  .l__col[data-1024*="3"] {
    width: 25%; }
  .l__col[data-1024*="4"] {
    width: 33.3333333333%; }
  .l__col[data-1024*="5"] {
    width: 41.6666666667%; }
  .l__col[data-1024*="6"] {
    width: 50%; }
  .l__col[data-1024*="7"] {
    width: 58.3333333333%; }
  .l__col[data-1024*="8"] {
    width: 66.6666666667%; }
  .l__col[data-1024*="9"] {
    width: 75%; }
  .l__col[data-1024*="10"] {
    width: 83.3333333333%; }
  .l__col[data-1024*="11"] {
    width: 91.6666666667%; }
  .l__col[data-1024*="12"] {
    width: 100%;
    float: none; }
  .l__col[data-offby1024*="1"] {
    margin-left: 8.3333333333%; }
  .l__col[data-offby1024*="2"] {
    margin-left: 16.6666666667%; }
  .l__col[data-offby1024*="3"] {
    margin-left: 25%; }
  .l__col[data-offby1024*="4"] {
    margin-left: 33.3333333333%; }
  .l__col[data-offby1024*="5"] {
    margin-left: 41.6666666667%; }
  .l__col[data-offby1024*="6"] {
    margin-left: 50%; }
  .l__col[data-offby1024*="7"] {
    margin-left: 58.3333333333%; }
  .l__col[data-offby1024*="8"] {
    margin-left: 66.6666666667%; }
  .l__col[data-offby1024*="9"] {
    margin-left: 75%; }
  .l__col[data-offby1024*="10"] {
    margin-left: 83.3333333333%; }
  .l__col[data-offby1024*="11"] {
    margin-left: 91.6666666667%; }
  .l__col[data-offby1024*="12"] {
    margin-left: 100%; }
  .l__col[data-offby1024*="false"] {
    margin-left: 0; } }

@media (max-width: 992px) {
  .l__col[data-992*="1"] {
    width: 8.3333333333%; }
  .l__col[data-992*="2"] {
    width: 16.6666666667%; }
  .l__col[data-992*="3"] {
    width: 25%; }
  .l__col[data-992*="4"] {
    width: 33.3333333333%; }
  .l__col[data-992*="5"] {
    width: 41.6666666667%; }
  .l__col[data-992*="6"] {
    width: 50%; }
  .l__col[data-992*="7"] {
    width: 58.3333333333%; }
  .l__col[data-992*="8"] {
    width: 66.6666666667%; }
  .l__col[data-992*="9"] {
    width: 75%; }
  .l__col[data-992*="10"] {
    width: 83.3333333333%; }
  .l__col[data-992*="11"] {
    width: 91.6666666667%; }
  .l__col[data-992*="12"] {
    width: 100%;
    float: none; }
  .l__col[data-offby992*="1"] {
    margin-left: 8.3333333333%; }
  .l__col[data-offby992*="2"] {
    margin-left: 16.6666666667%; }
  .l__col[data-offby992*="3"] {
    margin-left: 25%; }
  .l__col[data-offby992*="4"] {
    margin-left: 33.3333333333%; }
  .l__col[data-offby992*="5"] {
    margin-left: 41.6666666667%; }
  .l__col[data-offby992*="6"] {
    margin-left: 50%; }
  .l__col[data-offby992*="7"] {
    margin-left: 58.3333333333%; }
  .l__col[data-offby992*="8"] {
    margin-left: 66.6666666667%; }
  .l__col[data-offby992*="9"] {
    margin-left: 75%; }
  .l__col[data-offby992*="10"] {
    margin-left: 83.3333333333%; }
  .l__col[data-offby992*="11"] {
    margin-left: 91.6666666667%; }
  .l__col[data-offby992*="12"] {
    margin-left: 100%; }
  .l__col[data-offby992*="false"] {
    margin-left: 0; } }

@media (max-width: 768px) {
  .l__col[data-768*="1"] {
    width: 8.3333333333%; }
  .l__col[data-768*="2"] {
    width: 16.6666666667%; }
  .l__col[data-768*="3"] {
    width: 25%; }
  .l__col[data-768*="4"] {
    width: 33.3333333333%; }
  .l__col[data-768*="5"] {
    width: 41.6666666667%; }
  .l__col[data-768*="6"] {
    width: 50%; }
  .l__col[data-768*="7"] {
    width: 58.3333333333%; }
  .l__col[data-768*="8"] {
    width: 66.6666666667%; }
  .l__col[data-768*="9"] {
    width: 75%; }
  .l__col[data-768*="10"] {
    width: 83.3333333333%; }
  .l__col[data-768*="11"] {
    width: 91.6666666667%; }
  .l__col[data-768*="12"] {
    width: 100%;
    float: none; }
  .l__col[data-offby768*="1"] {
    margin-left: 8.3333333333%; }
  .l__col[data-offby768*="2"] {
    margin-left: 16.6666666667%; }
  .l__col[data-offby768*="3"] {
    margin-left: 25%; }
  .l__col[data-offby768*="4"] {
    margin-left: 33.3333333333%; }
  .l__col[data-offby768*="5"] {
    margin-left: 41.6666666667%; }
  .l__col[data-offby768*="6"] {
    margin-left: 50%; }
  .l__col[data-offby768*="7"] {
    margin-left: 58.3333333333%; }
  .l__col[data-offby768*="8"] {
    margin-left: 66.6666666667%; }
  .l__col[data-offby768*="9"] {
    margin-left: 75%; }
  .l__col[data-offby768*="10"] {
    margin-left: 83.3333333333%; }
  .l__col[data-offby768*="11"] {
    margin-left: 91.6666666667%; }
  .l__col[data-offby768*="12"] {
    margin-left: 100%; }
  .l__col[data-offby768*="false"] {
    margin-left: 0; } }

@media (max-width: 700px) {
  .l__col[data-700*="1"] {
    width: 8.3333333333%; }
  .l__col[data-700*="2"] {
    width: 16.6666666667%; }
  .l__col[data-700*="3"] {
    width: 25%; }
  .l__col[data-700*="4"] {
    width: 33.3333333333%; }
  .l__col[data-700*="5"] {
    width: 41.6666666667%; }
  .l__col[data-700*="6"] {
    width: 50%; }
  .l__col[data-700*="7"] {
    width: 58.3333333333%; }
  .l__col[data-700*="8"] {
    width: 66.6666666667%; }
  .l__col[data-700*="9"] {
    width: 75%; }
  .l__col[data-700*="10"] {
    width: 83.3333333333%; }
  .l__col[data-700*="11"] {
    width: 91.6666666667%; }
  .l__col[data-700*="12"] {
    width: 100%;
    float: none; }
  .l__col[data-offby700*="1"] {
    margin-left: 8.3333333333%; }
  .l__col[data-offby700*="2"] {
    margin-left: 16.6666666667%; }
  .l__col[data-offby700*="3"] {
    margin-left: 25%; }
  .l__col[data-offby700*="4"] {
    margin-left: 33.3333333333%; }
  .l__col[data-offby700*="5"] {
    margin-left: 41.6666666667%; }
  .l__col[data-offby700*="6"] {
    margin-left: 50%; }
  .l__col[data-offby700*="7"] {
    margin-left: 58.3333333333%; }
  .l__col[data-offby700*="8"] {
    margin-left: 66.6666666667%; }
  .l__col[data-offby700*="9"] {
    margin-left: 75%; }
  .l__col[data-offby700*="10"] {
    margin-left: 83.3333333333%; }
  .l__col[data-offby700*="11"] {
    margin-left: 91.6666666667%; }
  .l__col[data-offby700*="12"] {
    margin-left: 100%; }
  .l__col[data-offby700*="false"] {
    margin-left: 0; } }

@media (max-width: 650px) {
  .l__col[data-650*="1"] {
    width: 8.3333333333%; }
  .l__col[data-650*="2"] {
    width: 16.6666666667%; }
  .l__col[data-650*="3"] {
    width: 25%; }
  .l__col[data-650*="4"] {
    width: 33.3333333333%; }
  .l__col[data-650*="5"] {
    width: 41.6666666667%; }
  .l__col[data-650*="6"] {
    width: 50%; }
  .l__col[data-650*="7"] {
    width: 58.3333333333%; }
  .l__col[data-650*="8"] {
    width: 66.6666666667%; }
  .l__col[data-650*="9"] {
    width: 75%; }
  .l__col[data-650*="10"] {
    width: 83.3333333333%; }
  .l__col[data-650*="11"] {
    width: 91.6666666667%; }
  .l__col[data-650*="12"] {
    width: 100%;
    float: none; }
  .l__col[data-offby650*="1"] {
    margin-left: 8.3333333333%; }
  .l__col[data-offby650*="2"] {
    margin-left: 16.6666666667%; }
  .l__col[data-offby650*="3"] {
    margin-left: 25%; }
  .l__col[data-offby650*="4"] {
    margin-left: 33.3333333333%; }
  .l__col[data-offby650*="5"] {
    margin-left: 41.6666666667%; }
  .l__col[data-offby650*="6"] {
    margin-left: 50%; }
  .l__col[data-offby650*="7"] {
    margin-left: 58.3333333333%; }
  .l__col[data-offby650*="8"] {
    margin-left: 66.6666666667%; }
  .l__col[data-offby650*="9"] {
    margin-left: 75%; }
  .l__col[data-offby650*="10"] {
    margin-left: 83.3333333333%; }
  .l__col[data-offby650*="11"] {
    margin-left: 91.6666666667%; }
  .l__col[data-offby650*="12"] {
    margin-left: 100%; }
  .l__col[data-offby650*="false"] {
    margin-left: 0; } }

@media (max-width: 480px) {
  .l__col[data-480*="1"] {
    width: 8.3333333333%; }
  .l__col[data-480*="2"] {
    width: 16.6666666667%; }
  .l__col[data-480*="3"] {
    width: 25%; }
  .l__col[data-480*="4"] {
    width: 33.3333333333%; }
  .l__col[data-480*="5"] {
    width: 41.6666666667%; }
  .l__col[data-480*="6"] {
    width: 50%; }
  .l__col[data-480*="7"] {
    width: 58.3333333333%; }
  .l__col[data-480*="8"] {
    width: 66.6666666667%; }
  .l__col[data-480*="9"] {
    width: 75%; }
  .l__col[data-480*="10"] {
    width: 83.3333333333%; }
  .l__col[data-480*="11"] {
    width: 91.6666666667%; }
  .l__col[data-480*="12"] {
    width: 100%;
    float: none; }
  .l__col[data-offby480*="1"] {
    margin-left: 8.3333333333%; }
  .l__col[data-offby480*="2"] {
    margin-left: 16.6666666667%; }
  .l__col[data-offby480*="3"] {
    margin-left: 25%; }
  .l__col[data-offby480*="4"] {
    margin-left: 33.3333333333%; }
  .l__col[data-offby480*="5"] {
    margin-left: 41.6666666667%; }
  .l__col[data-offby480*="6"] {
    margin-left: 50%; }
  .l__col[data-offby480*="7"] {
    margin-left: 58.3333333333%; }
  .l__col[data-offby480*="8"] {
    margin-left: 66.6666666667%; }
  .l__col[data-offby480*="9"] {
    margin-left: 75%; }
  .l__col[data-offby480*="10"] {
    margin-left: 83.3333333333%; }
  .l__col[data-offby480*="11"] {
    margin-left: 91.6666666667%; }
  .l__col[data-offby480*="12"] {
    margin-left: 100%; }
  .l__col[data-offby480*="false"] {
    margin-left: 0; } }

@media (max-width: 360px) {
  .l__col[data-360*="1"] {
    width: 8.3333333333%; }
  .l__col[data-360*="2"] {
    width: 16.6666666667%; }
  .l__col[data-360*="3"] {
    width: 25%; }
  .l__col[data-360*="4"] {
    width: 33.3333333333%; }
  .l__col[data-360*="5"] {
    width: 41.6666666667%; }
  .l__col[data-360*="6"] {
    width: 50%; }
  .l__col[data-360*="7"] {
    width: 58.3333333333%; }
  .l__col[data-360*="8"] {
    width: 66.6666666667%; }
  .l__col[data-360*="9"] {
    width: 75%; }
  .l__col[data-360*="10"] {
    width: 83.3333333333%; }
  .l__col[data-360*="11"] {
    width: 91.6666666667%; }
  .l__col[data-360*="12"] {
    width: 100%; }
  .l__col[data-offby360*="1"] {
    margin-left: 8.3333333333%; }
  .l__col[data-offby360*="2"] {
    margin-left: 16.6666666667%; }
  .l__col[data-offby360*="3"] {
    margin-left: 25%; }
  .l__col[data-offby360*="4"] {
    margin-left: 33.3333333333%; }
  .l__col[data-offby360*="5"] {
    margin-left: 41.6666666667%; }
  .l__col[data-offby360*="6"] {
    margin-left: 50%; }
  .l__col[data-offby360*="7"] {
    margin-left: 58.3333333333%; }
  .l__col[data-offby360*="8"] {
    margin-left: 66.6666666667%; }
  .l__col[data-offby360*="9"] {
    margin-left: 75%; }
  .l__col[data-offby360*="10"] {
    margin-left: 83.3333333333%; }
  .l__col[data-offby360*="11"] {
    margin-left: 91.6666666667%; }
  .l__col[data-offby360*="12"] {
    margin-left: 100%; }
  .l__col[data-offby360*="false"] {
    margin-left: 0; } }

.l__row__altlayout .l__col__offby1 {
  margin-right: 8.3333333333%; }

.l__row__altlayout .l__col__offby2 {
  margin-right: 16.6666666667%; }

.l__row__altlayout .l__col__offby3 {
  margin-right: 25%; }

.l__row__altlayout .l__col__offby4 {
  margin-right: 33.3333333333%; }

.l__row__altlayout .l__col__offby5 {
  margin-right: 41.6666666667%; }

.l__row__altlayout .l__col__offby6 {
  margin-right: 50%; }

.l__row__altlayout .l__col__offby7 {
  margin-right: 58.3333333333%; }

.l__row__altlayout .l__col__offby8 {
  margin-right: 66.6666666667%; }

.l__row__altlayout .l__col__offby9 {
  margin-right: 75%; }

.l__row__altlayout .l__col__offby10 {
  margin-right: 83.3333333333%; }

.l__row__altlayout .l__col__offby11 {
  margin-right: 91.6666666667%; }

.l__row__altlayout .l__col__offby12 {
  margin-right: 100%; }

.l__row[data-grid="24"] .l__col__span1 {
  width: 4.1666666667%; }

.l__row[data-grid="24"] .l__col__span2 {
  width: 8.3333333333%; }

.l__row[data-grid="24"] .l__col__span3 {
  width: 12.5%; }

.l__row[data-grid="24"] .l__col__span4 {
  width: 16.6666666667%; }

.l__row[data-grid="24"] .l__col__span5 {
  width: 20.8333333333%; }

.l__row[data-grid="24"] .l__col__span6 {
  width: 25%; }

.l__row[data-grid="24"] .l__col__span7 {
  width: 29.1666666667%; }

.l__row[data-grid="24"] .l__col__span8 {
  width: 33.3333333333%; }

.l__row[data-grid="24"] .l__col__span9 {
  width: 37.5%; }

.l__row[data-grid="24"] .l__col__span10 {
  width: 41.6666666667%; }

.l__row[data-grid="24"] .l__col__span11 {
  width: 45.8333333333%; }

.l__row[data-grid="24"] .l__col__span12 {
  width: 50%; }

.l__row[data-grid="24"] .l__col__span13 {
  width: 54.1666666667%; }

.l__row[data-grid="24"] .l__col__span14 {
  width: 58.3333333333%; }

.l__row[data-grid="24"] .l__col__span15 {
  width: 62.5%; }

.l__row[data-grid="24"] .l__col__span16 {
  width: 66.6666666667%; }

.l__row[data-grid="24"] .l__col__span17 {
  width: 70.8333333333%; }

.l__row[data-grid="24"] .l__col__span18 {
  width: 75%; }

.l__row[data-grid="24"] .l__col__span19 {
  width: 79.1666666667%; }

.l__row[data-grid="24"] .l__col__span20 {
  width: 83.3333333333%; }

.l__row[data-grid="24"] .l__col__span21 {
  width: 87.5%; }

.l__row[data-grid="24"] .l__col__span22 {
  width: 91.6666666667%; }

.l__row[data-grid="24"] .l__col__span23 {
  width: 95.8333333333%; }

.l__row[data-grid="24"] .l__col__span24 {
  width: 100%; }

@media (max-width: 768px) {
  .l__row[data-grid="24"] .l__col[data-768*="1"] {
    width: 4.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="2"] {
    width: 8.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="3"] {
    width: 12.5%; }
  .l__row[data-grid="24"] .l__col[data-768*="4"] {
    width: 16.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="5"] {
    width: 20.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="6"] {
    width: 25%; }
  .l__row[data-grid="24"] .l__col[data-768*="7"] {
    width: 29.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="8"] {
    width: 33.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="9"] {
    width: 37.5%; }
  .l__row[data-grid="24"] .l__col[data-768*="10"] {
    width: 41.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="11"] {
    width: 45.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="12"] {
    width: 50%; }
  .l__row[data-grid="24"] .l__col[data-768*="13"] {
    width: 54.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="14"] {
    width: 58.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="15"] {
    width: 62.5%; }
  .l__row[data-grid="24"] .l__col[data-768*="16"] {
    width: 66.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="17"] {
    width: 70.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="18"] {
    width: 75%; }
  .l__row[data-grid="24"] .l__col[data-768*="19"] {
    width: 79.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="20"] {
    width: 83.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="21"] {
    width: 87.5%; }
  .l__row[data-grid="24"] .l__col[data-768*="22"] {
    width: 91.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="23"] {
    width: 95.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="24"] {
    width: 100%; } }

@media (max-width: 480px) {
  .l__row[data-grid="24"] .l__col[data-480*="1"] {
    width: 4.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="2"] {
    width: 8.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="3"] {
    width: 12.5%; }
  .l__row[data-grid="24"] .l__col[data-480*="4"] {
    width: 16.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="5"] {
    width: 20.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="6"] {
    width: 25%; }
  .l__row[data-grid="24"] .l__col[data-480*="7"] {
    width: 29.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="8"] {
    width: 33.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="9"] {
    width: 37.5%; }
  .l__row[data-grid="24"] .l__col[data-480*="10"] {
    width: 41.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="11"] {
    width: 45.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="12"] {
    width: 50%; }
  .l__row[data-grid="24"] .l__col[data-480*="13"] {
    width: 54.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="14"] {
    width: 58.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="15"] {
    width: 62.5%; }
  .l__row[data-grid="24"] .l__col[data-480*="16"] {
    width: 66.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="17"] {
    width: 70.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="18"] {
    width: 75%; }
  .l__row[data-grid="24"] .l__col[data-480*="19"] {
    width: 79.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="20"] {
    width: 83.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="21"] {
    width: 87.5%; }
  .l__row[data-grid="24"] .l__col[data-480*="22"] {
    width: 91.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="23"] {
    width: 95.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="24"] {
    width: 100%; } }

.l__position--abcenter {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.l__position--flexVertical {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.l__position--flexCenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.l__panel {
  height: 50vh;
  position: relative; }
  .l__panel--full {
    height: 100vh; }

.l__left {
  float: left; }

.l__right {
  float: right; }

.l__error {
  color: #e6332a; }

.l__success {
  color: #005bd2; }

.l__aligncenter {
  text-align: center; }

.l__alignright {
  text-align: right; }

.no-js [data-anim*="fade"] {
  opacity: 1; }

[data-anim*="fade"] {
  opacity: 0; }

[data-anim] {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  [data-anim][data-anim__delay="1"] {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  [data-anim][data-anim__duration="1"] {
    -webkit-animation-duration: 0.1s;
            animation-duration: 0.1s; }
  [data-anim][data-anim__delay="2"] {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  [data-anim][data-anim__duration="2"] {
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s; }
  [data-anim][data-anim__delay="3"] {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  [data-anim][data-anim__duration="3"] {
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s; }
  [data-anim][data-anim__delay="4"] {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  [data-anim][data-anim__duration="4"] {
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s; }
  [data-anim][data-anim__delay="5"] {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
  [data-anim][data-anim__duration="5"] {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s; }
  [data-anim][data-anim__delay="6"] {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
  [data-anim][data-anim__duration="6"] {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s; }
  [data-anim][data-anim__delay="7"] {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s; }
  [data-anim][data-anim__duration="7"] {
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s; }
  [data-anim][data-anim__delay="8"] {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s; }
  [data-anim][data-anim__duration="8"] {
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s; }
  [data-anim][data-anim__delay="9"] {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }
  [data-anim][data-anim__duration="9"] {
    -webkit-animation-duration: 0.9s;
            animation-duration: 0.9s; }
  [data-anim][data-anim__delay="10"] {
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
  [data-anim][data-anim__duration="10"] {
    -webkit-animation-duration: 1s;
            animation-duration: 1s; }
  [data-anim][data-anim__delay="11"] {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s; }
  [data-anim][data-anim__duration="11"] {
    -webkit-animation-duration: 1.1s;
            animation-duration: 1.1s; }
  [data-anim][data-anim__delay="12"] {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s; }
  [data-anim][data-anim__duration="12"] {
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s; }
  [data-anim][data-anim__delay="13"] {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s; }
  [data-anim][data-anim__duration="13"] {
    -webkit-animation-duration: 1.3s;
            animation-duration: 1.3s; }
  [data-anim][data-anim__delay="14"] {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s; }
  [data-anim][data-anim__duration="14"] {
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s; }
  [data-anim][data-anim__delay="15"] {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s; }
  [data-anim][data-anim__duration="15"] {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s; }
  [data-anim][data-anim__delay="16"] {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s; }
  [data-anim][data-anim__duration="16"] {
    -webkit-animation-duration: 1.6s;
            animation-duration: 1.6s; }
  [data-anim][data-anim__delay="17"] {
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s; }
  [data-anim][data-anim__duration="17"] {
    -webkit-animation-duration: 1.7s;
            animation-duration: 1.7s; }
  [data-anim][data-anim__delay="18"] {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s; }
  [data-anim][data-anim__duration="18"] {
    -webkit-animation-duration: 1.8s;
            animation-duration: 1.8s; }
  [data-anim][data-anim__delay="19"] {
    -webkit-animation-delay: 1.9s;
            animation-delay: 1.9s; }
  [data-anim][data-anim__duration="19"] {
    -webkit-animation-duration: 1.9s;
            animation-duration: 1.9s; }
  [data-anim][data-anim__delay="20"] {
    -webkit-animation-delay: 2s;
            animation-delay: 2s; }
  [data-anim][data-anim__duration="20"] {
    -webkit-animation-duration: 2s;
            animation-duration: 2s; }
  [data-anim][data-anim__delay="21"] {
    -webkit-animation-delay: 2.1s;
            animation-delay: 2.1s; }
  [data-anim][data-anim__duration="21"] {
    -webkit-animation-duration: 2.1s;
            animation-duration: 2.1s; }
  [data-anim][data-anim__delay="22"] {
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s; }
  [data-anim][data-anim__duration="22"] {
    -webkit-animation-duration: 2.2s;
            animation-duration: 2.2s; }
  [data-anim][data-anim__delay="23"] {
    -webkit-animation-delay: 2.3s;
            animation-delay: 2.3s; }
  [data-anim][data-anim__duration="23"] {
    -webkit-animation-duration: 2.3s;
            animation-duration: 2.3s; }
  [data-anim][data-anim__delay="24"] {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s; }
  [data-anim][data-anim__duration="24"] {
    -webkit-animation-duration: 2.4s;
            animation-duration: 2.4s; }
  [data-anim][data-anim__delay="25"] {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s; }
  [data-anim][data-anim__duration="25"] {
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s; }
  [data-anim][data-anim__delay="26"] {
    -webkit-animation-delay: 2.6s;
            animation-delay: 2.6s; }
  [data-anim][data-anim__duration="26"] {
    -webkit-animation-duration: 2.6s;
            animation-duration: 2.6s; }
  [data-anim][data-anim__delay="27"] {
    -webkit-animation-delay: 2.7s;
            animation-delay: 2.7s; }
  [data-anim][data-anim__duration="27"] {
    -webkit-animation-duration: 2.7s;
            animation-duration: 2.7s; }
  [data-anim][data-anim__delay="28"] {
    -webkit-animation-delay: 2.8s;
            animation-delay: 2.8s; }
  [data-anim][data-anim__duration="28"] {
    -webkit-animation-duration: 2.8s;
            animation-duration: 2.8s; }
  [data-anim][data-anim__delay="29"] {
    -webkit-animation-delay: 2.9s;
            animation-delay: 2.9s; }
  [data-anim][data-anim__duration="29"] {
    -webkit-animation-duration: 2.9s;
            animation-duration: 2.9s; }
  [data-anim][data-anim__delay="30"] {
    -webkit-animation-delay: 3s;
            animation-delay: 3s; }
  [data-anim][data-anim__duration="30"] {
    -webkit-animation-duration: 3s;
            animation-duration: 3s; }
  [data-anim][data-anim__delay="31"] {
    -webkit-animation-delay: 3.1s;
            animation-delay: 3.1s; }
  [data-anim][data-anim__duration="31"] {
    -webkit-animation-duration: 3.1s;
            animation-duration: 3.1s; }
  [data-anim][data-anim__delay="32"] {
    -webkit-animation-delay: 3.2s;
            animation-delay: 3.2s; }
  [data-anim][data-anim__duration="32"] {
    -webkit-animation-duration: 3.2s;
            animation-duration: 3.2s; }
  [data-anim][data-anim__delay="33"] {
    -webkit-animation-delay: 3.3s;
            animation-delay: 3.3s; }
  [data-anim][data-anim__duration="33"] {
    -webkit-animation-duration: 3.3s;
            animation-duration: 3.3s; }
  [data-anim][data-anim__delay="34"] {
    -webkit-animation-delay: 3.4s;
            animation-delay: 3.4s; }
  [data-anim][data-anim__duration="34"] {
    -webkit-animation-duration: 3.4s;
            animation-duration: 3.4s; }
  [data-anim][data-anim__delay="35"] {
    -webkit-animation-delay: 3.5s;
            animation-delay: 3.5s; }
  [data-anim][data-anim__duration="35"] {
    -webkit-animation-duration: 3.5s;
            animation-duration: 3.5s; }
  [data-anim][data-anim__delay="36"] {
    -webkit-animation-delay: 3.6s;
            animation-delay: 3.6s; }
  [data-anim][data-anim__duration="36"] {
    -webkit-animation-duration: 3.6s;
            animation-duration: 3.6s; }
  [data-anim][data-anim__delay="37"] {
    -webkit-animation-delay: 3.7s;
            animation-delay: 3.7s; }
  [data-anim][data-anim__duration="37"] {
    -webkit-animation-duration: 3.7s;
            animation-duration: 3.7s; }
  [data-anim][data-anim__delay="38"] {
    -webkit-animation-delay: 3.8s;
            animation-delay: 3.8s; }
  [data-anim][data-anim__duration="38"] {
    -webkit-animation-duration: 3.8s;
            animation-duration: 3.8s; }
  [data-anim][data-anim__delay="39"] {
    -webkit-animation-delay: 3.9s;
            animation-delay: 3.9s; }
  [data-anim][data-anim__duration="39"] {
    -webkit-animation-duration: 3.9s;
            animation-duration: 3.9s; }
  [data-anim][data-anim__delay="40"] {
    -webkit-animation-delay: 4s;
            animation-delay: 4s; }
  [data-anim][data-anim__duration="40"] {
    -webkit-animation-duration: 4s;
            animation-duration: 4s; }
  [data-anim][data-anim__delay="41"] {
    -webkit-animation-delay: 4.1s;
            animation-delay: 4.1s; }
  [data-anim][data-anim__duration="41"] {
    -webkit-animation-duration: 4.1s;
            animation-duration: 4.1s; }
  [data-anim][data-anim__delay="42"] {
    -webkit-animation-delay: 4.2s;
            animation-delay: 4.2s; }
  [data-anim][data-anim__duration="42"] {
    -webkit-animation-duration: 4.2s;
            animation-duration: 4.2s; }
  [data-anim][data-anim__delay="43"] {
    -webkit-animation-delay: 4.3s;
            animation-delay: 4.3s; }
  [data-anim][data-anim__duration="43"] {
    -webkit-animation-duration: 4.3s;
            animation-duration: 4.3s; }
  [data-anim][data-anim__delay="44"] {
    -webkit-animation-delay: 4.4s;
            animation-delay: 4.4s; }
  [data-anim][data-anim__duration="44"] {
    -webkit-animation-duration: 4.4s;
            animation-duration: 4.4s; }
  [data-anim][data-anim__delay="45"] {
    -webkit-animation-delay: 4.5s;
            animation-delay: 4.5s; }
  [data-anim][data-anim__duration="45"] {
    -webkit-animation-duration: 4.5s;
            animation-duration: 4.5s; }
  [data-anim][data-anim__delay="46"] {
    -webkit-animation-delay: 4.6s;
            animation-delay: 4.6s; }
  [data-anim][data-anim__duration="46"] {
    -webkit-animation-duration: 4.6s;
            animation-duration: 4.6s; }
  [data-anim][data-anim__delay="47"] {
    -webkit-animation-delay: 4.7s;
            animation-delay: 4.7s; }
  [data-anim][data-anim__duration="47"] {
    -webkit-animation-duration: 4.7s;
            animation-duration: 4.7s; }
  [data-anim][data-anim__delay="48"] {
    -webkit-animation-delay: 4.8s;
            animation-delay: 4.8s; }
  [data-anim][data-anim__duration="48"] {
    -webkit-animation-duration: 4.8s;
            animation-duration: 4.8s; }
  [data-anim][data-anim__delay="49"] {
    -webkit-animation-delay: 4.9s;
            animation-delay: 4.9s; }
  [data-anim][data-anim__duration="49"] {
    -webkit-animation-duration: 4.9s;
            animation-duration: 4.9s; }
  [data-anim][data-anim__delay="50"] {
    -webkit-animation-delay: 5s;
            animation-delay: 5s; }
  [data-anim][data-anim__duration="50"] {
    -webkit-animation-duration: 5s;
            animation-duration: 5s; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadein"] {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadebounce"] {
    -webkit-animation-name: fadeBounce;
            animation-name: fadeBounce; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadescale"] {
    -webkit-animation-name: fadeScale;
            animation-name: fadeScale; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadedownfromtop"] {
    -webkit-animation-name: fadeDownFromTop;
            animation-name: fadeDownFromTop;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="stroke"] {
    -webkit-animation-name: strokeAnim;
            animation-name: strokeAnim; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadeslideup"] {
    -webkit-animation-name: slideUp;
            animation-name: slideUp; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadeslideupmax"] {
    -webkit-animation-name: slideUpMax;
            animation-name: slideUpMax; }
  [data-anim][data-anim__animate="true"][data-anim~="fadein"] {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn; }
  [data-anim][data-anim__animate="true"][data-anim~="fadebounce"] {
    -webkit-animation-name: fadeBounce;
            animation-name: fadeBounce; }
  [data-anim][data-anim__animate="true"][data-anim~="fadescale"] {
    -webkit-animation-name: fadeScale;
            animation-name: fadeScale; }
  [data-anim][data-anim__animate="true"][data-anim~="fadedownfromtop"] {
    -webkit-animation-name: fadeDownFromTop;
            animation-name: fadeDownFromTop;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  [data-anim][data-anim__animate="true"][data-anim~="fadeslideup"] {
    -webkit-animation-name: slideUp;
            animation-name: slideUp; }
  [data-anim][data-anim__animate="true"][data-anim~="fadeslideupmax"] {
    -webkit-animation-name: slideUpMax;
            animation-name: slideUpMax;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  [data-anim][data-anim__animate="true"][data-anim~="stroke"] {
    -webkit-animation-name: strokeAnim;
            animation-name: strokeAnim; }
  [data-anim][data-anim__iteration="infinte"] {
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeBounce {
  0% {
    opacity: 0; }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  70% {
    -webkit-transform: scale(1); }
  80% {
    -webkit-transform: scale(1.05); }
  95% {
    -webkit-transform: scale(1.025); }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes fadeBounce {
  0% {
    opacity: 0; }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  95% {
    -webkit-transform: scale(1.025);
            transform: scale(1.025); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes fadeScale {
  0% {
    opacity: 0; }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes fadeScale {
  0% {
    opacity: 0; }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes fadeDownFromTop {
  0% {
    -webkit-transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes fadeDownFromTop {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes strokeAnim {
  100% {
    stroke-dashoffset: 0; } }

@keyframes strokeAnim {
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slideUpMax {
  0% {
    -webkit-transform: translateY(1000px);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(500px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes slideUpMax {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slideUpMin {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes slideUpMin {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

img {
  display: inline-block;
  max-width: 100%;
  width: auto; }
  img.left {
    margin: 0.625em 0.625em 0 0; }
  img.right {
    margin: 0.625em 0 0 0.625em; }

blockquote {
  border-left: 1px solid #005bd2;
  color: #005bd2;
  font-size: 1.733333333333333em;
  font-style: normal;
  line-height: 1.2em;
  margin: 1.923076923076923em 0;
  padding: 0.5769230769230769em; }
  blockquote footer {
    font-size: 0.5em;
    line-height: 1.230769230769231em;
    padding-top: 1.153846153846154em;
    text-align: right; }
    blockquote footer cite {
      font-style: italic; }
    blockquote footer span {
      display: block; }

hr {
  background-color: #005bd2;
  border: 0;
  height: 2px;
  margin: 3.125em 0; }
  hr.subsplit {
    height: 1px;
    margin: 1.5625em auto;
    width: 50%; }

em {
  font-style: normal; }

fieldset {
  border: 0; }

legend {
  display: none; }

.abfill {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

@media (max-width: 1024px) {
  #content {
    padding-top: 97px; } }

@media (max-width: 650px) {
  #content {
    padding-top: 97px; } }

@media (max-width: 560px) {
  #content {
    padding-top: 76px; } }

.g__promo__header--section {
  width: 40%;
  float: left;
  height: -webkit-calc(50vh - 52px);
  height: calc(50vh - 52px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 767px) {
    .g__promo__header--section {
      width: 50%; } }
  @media (max-width: 560px) {
    .g__promo__header--section {
      height: 30vh; } }
  .g__promo__header--section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-image: linear-gradient(180deg, rgba(2, 53, 98, 0) 0%, #011226 100%); }
  .g__promo__header--section--content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 10;
    margin-right: 20px; }
    .g__promo__header--section--content h1 {
      color: #fff;
      font-size: 50px;
      margin: 0;
      padding: 0;
      margin-bottom: 20px;
      line-height: 50px; }
      @media (max-width: 992px) {
        .g__promo__header--section--content h1 {
          font-size: 50px; } }
      @media (max-width: 560px) {
        .g__promo__header--section--content h1 {
          font-size: 30px;
          line-height: 30px; } }
    .g__promo__header--section--content h2 {
      color: #fff;
      font-size: 30px;
      margin: 0;
      padding: 0;
      margin-bottom: 20px;
      line-height: 30px; }
      @media (max-width: 560px) {
        .g__promo__header--section--content h2 {
          font-size: 18px;
          margin-bottom: 0;
          line-height: 20px; } }
    .g__promo__header--section--content p {
      color: #fff;
      font-size: 16px;
      margin-bottom: 20px; }
      @media (max-width: 560px) {
        .g__promo__header--section--content p {
          font-size: 14px;
          line-height: 20px; } }
    .g__promo__header--section--content span {
      color: #F5C825;
      font-family: "palace_main";
      font-size: 18px;
      position: relative; }
      .g__promo__header--section--content span:before {
        content: '>>  ';
        color: #F5C825;
        font-size: 18px;
        font-family: "palace_main"; }
      @media (max-width: 767px) {
        .g__promo__header--section--content span {
          display: none; } }

.g__promo__header--section--2 a, .g__promo__header--section--3 a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 11; }

.g__promo__header--section--1 {
  width: 60%;
  float: left;
  height: -webkit-calc(100vh - 104px);
  height: calc(100vh - 104px); }
  @media (max-width: 767px) {
    .g__promo__header--section--1 {
      width: 100%; } }
  @media (max-width: 560px) {
    .g__promo__header--section--1 {
      height: 100vh;
      max-height: 500px; } }
  .g__promo__header--section--1:before {
    background-image: none; }
  .g__promo__header--section--1 .g__promo__header--section--content {
    max-width: 75%;
    left: 30px;
    bottom: 30px;
    z-index: 10; }
    @media (max-width: 767px) {
      .g__promo__header--section--1 .g__promo__header--section--content {
        max-width: 100%;
        margin-right: 30px; } }
  .g__promo__header--section--1 a {
    display: block;
    background-color: #d72217;
    padding: 13px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    max-width: 250px;
    font-family: "palace_main";
    margin-left: 0;
    border: 2px solid #d72217; }
    .g__promo__header--section--1 a:hover {
      background-color: transparent;
      color: #fff; }
    .g__promo__header--section--1 a:before {
      content: none; }
    @media (max-width: 767px) {
      .g__promo__header--section--1 a {
        display: block; } }

.g__pageheader {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #011F41;
  background-image: url("../jpg/inner-pages-header.jpg"); }
  .g__pageheader--content {
    padding: 80px 0 170px;
    max-width: 700px;
    display: block;
    margin: 0 auto; }
    .g__pageheader--content h1 {
      color: #fff;
      text-align: center; }
    .g__pageheader--content p {
      color: #fff;
      text-align: center;
      padding: 0;
      margin: 0; }
  .g__pageheader__nopad {
    margin-bottom: 0px; }
    .g__pageheader__nopad--content {
      padding: 80px 0 50px; }

.mw-breadcrumbs {
  padding: 10px 0; }
  .mw-breadcrumbs p {
    color: #fff;
    font-size: 13px;
    margin: 0;
    padding: 0; }
  .mw-breadcrumbs span {
    color: #fff;
    font-size: 13px;
    margin: 0;
    padding: 0; }
  .mw-breadcrumbs a {
    color: #fff;
    font-size: 13px;
    margin: 0;
    padding: 0; }

/* Lity - v2.3.1 - http://sorgalla.com/lity/ */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.5);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease; }
  .lity.lity-opened {
    opacity: 1; }
  .lity.lity-closed {
    opacity: 0; }
  .lity * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }
  .lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
          transition: transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1; }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .lity-close::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .lity-close:active {
    top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }
  .lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000; }

.lity-hide {
  display: none; }

.i__svg {
  display: block; }
  .i__svg svg {
    display: block;
    height: 100%;
    width: 100%; }

body.active {
  overflow: hidden; }

.mw-overlay.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.5); }

.g__header {
  background: #014289;
  position: relative;
  width: 100%;
  z-index: 9999;
  position: relative; }
  @media (max-width: 1024px) {
    .g__header {
      position: fixed; } }
  .g__header__search {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 50px 5px 10px !important;
    margin-left: 50px;
    position: relative;
    font-family: "palace_main"; }
    .g__header__search:before {
      content: url("../svg/search.svg");
      position: absolute;
      top: 60%;
      right: 20px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
  .g__header__donate {
    float: right; }
    .g__header__donate li {
      margin-left: 15px !important; }
      @media (max-width: 1024px) {
        .g__header__donate li {
          margin-left: 0 !important; } }
  .g__header__mobileSearch {
    display: none;
    float: right; }
    @media (max-width: 1024px) {
      .g__header__mobileSearch {
        display: block;
        max-height: 95px; } }
    @media (max-width: 560px) {
      .g__header__mobileSearch {
        max-height: 76px; }
        .g__header__mobileSearch svg {
          width: 21px;
          height: 22px; } }
    .g__header__mobileSearch a {
      cursor: pointer;
      height: 96px;
      float: left;
      font-size: 1em;
      margin-right: 20px;
      position: relative;
      width: 3.125em; }
      @media (max-width: 560px) {
        .g__header__mobileSearch a {
          height: 76px;
          margin-right: 15px; } }
      .g__header__mobileSearch a svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .g__header__logo {
    float: left;
    padding: 10px 15px; }
    .g__header__logo a {
      display: block; }
    @media (max-width: 560px) {
      .g__header__logo .desktop-logo {
        display: none; } }
    .g__header__logo .mobile-logo {
      display: none; }
      @media (max-width: 560px) {
        .g__header__logo .mobile-logo {
          display: block; } }
    .g__header__logo img {
      display: block;
      width: 100%;
      max-width: 240px; }
      @media (max-width: 560px) {
        .g__header__logo img {
          max-width: 55px; } }
  .g__header__navWrapper {
    float: right; }
    @media (max-width: 1024px) {
      .g__header__navWrapper {
        max-height: 95px; } }
    @media (max-width: 560px) {
      .g__header__navWrapper {
        max-height: 76px; } }
  .g__header__topNav {
    float: right; }
    .g__header__topNav__trigger {
      cursor: pointer;
      height: 96px;
      float: left;
      font-size: 1em;
      margin-right: 1.875em;
      position: relative;
      width: 35px; }
      @media (min-width: 1025px) {
        .g__header__topNav__trigger {
          display: none; } }
      .g__header__topNav__trigger.active span {
        -webkit-transform: rotate(45deg) translate(0px, -3px);
        -ms-transform: rotate(45deg) translate(0px, -3px);
        transform: rotate(45deg) translate(0px, -3px); }
        .g__header__topNav__trigger.active span:before {
          display: none; }
        .g__header__topNav__trigger.active span:after {
          -webkit-transform: rotate(-90deg) translate(12px, 0px);
          -ms-transform: rotate(-90deg) translate(12px, 0px);
          transform: rotate(-90deg) translate(12px, 0px); }
          @media (max-width: 560px) {
            .g__header__topNav__trigger.active span:after {
              -webkit-transform: rotate(-90deg) translate(9px, 0px);
              -ms-transform: rotate(-90deg) translate(9px, 0px);
              transform: rotate(-90deg) translate(9px, 0px); } }
      @media (max-width: 560px) {
        .g__header__topNav__trigger {
          height: 76px;
          margin-right: 15px;
          width: 25px; } }
      .g__header__topNav__trigger span {
        background-color: #fff;
        height: 2px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        position: absolute;
        right: 0;
        -webkit-transition: -webkit-transform 0.6s, opacity 0.2s, -webkit-transform 0.6s;
                transition: transform 0.6s, opacity 0.2s, -webkit-transform 0.6s; }
        .g__header__topNav__trigger span::before {
          background-color: #fff;
          content: "";
          height: 2px;
          left: 0;
          position: absolute;
          right: 0;
          top: -0.75em; }
          @media (max-width: 560px) {
            .g__header__topNav__trigger span::before {
              top: -8px; } }
        .g__header__topNav__trigger span::after {
          background-color: #fff;
          bottom: -0.75em;
          content: "";
          height: 2px;
          left: 0;
          position: absolute;
          right: 0; }
          @media (max-width: 560px) {
            .g__header__topNav__trigger span::after {
              bottom: -8px; } }
    .g__header__topNav__linkList {
      border-bottom: 1px solid #fff;
      float: left;
      width: 430px; }
      .g__header__topNav__linkList--mobile {
        display: none !important; }
      @media (max-width: 1024px) {
        .g__header__topNav__linkList {
          display: none; }
          .g__header__topNav__linkList--mobile {
            display: inline-block !important;
            border-bottom: 0 !important;
            width: 100%;
            text-align: center;
            padding: 15px !important; }
            .g__header__topNav__linkList--mobile li {
              display: inline-block !important; } }
      .g__header__topNav__linkList li {
        float: right; }
        .g__header__topNav__linkList li svg {
          height: auto;
          display: block;
          margin: 0 10px; }
          @media (max-width: 1024px) {
            .g__header__topNav__linkList li svg {
              width: 20px;
              height: 30px; } }
      .g__header__topNav__linkList a {
        display: block;
        padding: 14px 0;
        height: 42px; }
    .g__header__topNav__btnList {
      float: left; }
      .g__header__topNav__btnList li {
        float: left; }
      .g__header__topNav__btnList a {
        color: #fff;
        display: block;
        font-family: "palace_main";
        text-transform: uppercase; }
      .g__header__topNav__btnList__donate {
        background-color: #d72217;
        font-size: 25px;
        padding: 39px !important;
        font-weight: 600; }
        .g__header__topNav__btnList__donate:hover {
          text-decoration: underline; }
        @media (max-width: 650px) {
          .g__header__topNav__btnList__donate {
            font-size: 20px;
            padding: 37px 36px !important; } }
        @media (max-width: 560px) {
          .g__header__topNav__btnList__donate {
            padding: 27px 24px !important; } }
  .g__header__mainNav {
    clear: both; }
    @media (max-width: 1024px) {
      .g__header__mainNav {
        position: absolute;
        top: 97px;
        left: 0;
        background-color: white;
        height: 100vh;
        width: 100%;
        overflow: scroll;
        padding-bottom: 100px;
        display: none; }
        .g__header__mainNav.active {
          display: block; } }
    @media (max-width: 560px) {
      .g__header__mainNav {
        top: 76px; } }
    .g__header__mainNav li {
      float: left; }
      @media (max-width: 1024px) {
        .g__header__mainNav li {
          display: block;
          float: none; } }
    .g__header__mainNav .menu-item-has-parent:hover {
      text-decoration: underline; }
      .g__header__mainNav .menu-item-has-parent:hover:after {
        bottom: -14px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 12px;
        margin-left: -12px;
        -webkit-transform: translate(0%, -50%);
            -ms-transform: translate(0%, -50%);
                transform: translate(0%, -50%); }
    .g__header__mainNav a {
      color: #fff;
      display: block;
      font-family: "palace_main";
      font-size: 18px;
      line-height: 1.2;
      padding: 19.3px 10px;
      text-transform: uppercase;
      position: relative; }
      @media (max-width: 1050px) {
        .g__header__mainNav a {
          font-size: 16px; } }
      @media (max-width: 1024px) {
        .g__header__mainNav a {
          font-size: 18px; } }
      .g__header__mainNav a:hover {
        text-decoration: underline;
        color: #F5C825; }
      @media (max-width: 1024px) {
        .g__header__mainNav a {
          color: #d72217;
          text-align: center; } }
      @media (max-width: 560px) {
        .g__header__mainNav a {
          padding: 19.3px 5px; } }
  .g__header .sub-nav-wrapper {
    display: none;
    background: #fff;
    width: 100%;
    top: 0;
    width: 48%;
    float: left;
    height: 340px;
    margin-right: 2%; }
    .g__header .sub-nav-wrapper ul {
      width: 50%;
      float: left;
      list-style: none; }
      .g__header .sub-nav-wrapper ul li {
        float: none; }
        .g__header .sub-nav-wrapper ul li h3 {
          margin: 5px auto; }
          .g__header .sub-nav-wrapper ul li h3 a {
            color: #d72217 !important;
            text-transform: uppercase;
            font-size: 17px !important;
            font-family: "meta-plus-bold";
            font-weight: 400;
            margin: 0;
            padding: 0; }
        .g__header .sub-nav-wrapper ul li a {
          color: #000;
          text-transform: uppercase;
          font-size: 14px;
          font-family: "meta-plus-normal";
          font-weight: 400;
          padding: 5px 0;
          line-height: 1.2; }
        .g__header .sub-nav-wrapper ul li:last-of-type {
          margin-bottom: 15px; }
  .g__header .featured-nav-wrapper {
    width: 48% !important;
    float: left;
    margin-right: 2%;
    margin-bottom: 3%; }
    .g__header .featured-nav-wrapper ul {
      width: 100%;
      float: left; }
      .g__header .featured-nav-wrapper ul li {
        width: 46% !important;
        margin: 10px;
        float: left !important;
        width: 100%;
        height: 280px;
        position: relative; }
        .g__header .featured-nav-wrapper ul li .feature-link {
          display: block !important;
          padding: 0; }
        .g__header .featured-nav-wrapper ul li .image {
          position: absolute;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          height: 100%;
          width: 100%; }
          .g__header .featured-nav-wrapper ul li .image:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            top: 0;
            right: 0;
            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.45)));
            background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.45) 100%); }
        .g__header .featured-nav-wrapper ul li .inner {
          position: relative;
          height: 280px;
          width: 100%; }
          .g__header .featured-nav-wrapper ul li .inner .text-wrapper {
            position: absolute;
            bottom: 20px;
            left: 20px;
            width: 70%; }
            .g__header .featured-nav-wrapper ul li .inner .text-wrapper span {
              font-size: 28px;
              line-height: 48px;
              color: #fff;
              font-family: 'meta-plus-bold';
              font-weight: 400;
              line-height: 28px; }
              .g__header .featured-nav-wrapper ul li .inner .text-wrapper span.sm {
                font-size: 22px;
                line-height: 25px;
                font-family: 'meta-plus-normal'; }
  .g__header .sub-menu {
    display: none;
    z-index: 15;
    list-style: none;
    position: absolute;
    top: 98px;
    left: 50%;
    height: auto;
    width: 100%;
    background: #fff;
    padding: 30px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    @media (max-width: 1024px) {
      .g__header .sub-menu {
        display: none !important; } }
    .g__header .sub-menu .sub-nav-wrapper {
      display: block; }
    .g__header .sub-menu ul {
      width: 45%;
      float: left;
      margin: 0;
      padding: 0; }
      .g__header .sub-menu ul li {
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 50%;
        float: left; }
        .g__header .sub-menu ul li a {
          color: #d72217;
          padding: 10px 5px; }

svg:hover #Footer {
  fill: #F5C825; }

.promo-navigation {
  width: 55%;
  float: left; }
  .promo-navigation .promo-image {
    height: 220px;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 46%;
    float: left;
    margin: 0 2%; }
    .promo-navigation .promo-image:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      top: 0;
      right: 0;
      background-image: linear-gradient(180deg, rgba(2, 53, 98, 0) 0%, #011226 100%); }
    .promo-navigation .promo-image a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 101; }
    .promo-navigation .promo-image h2 {
      position: absolute;
      left: 15px;
      bottom: 15px;
      text-transform: uppercase;
      color: #fff;
      margin: 0;
      padding: 0;
      font-size: 35px;
      z-index: 100;
      margin-right: 15pxl; }

.g__footer__container {
  background-color: #014289;
  padding: 60px 0;
  background-image: url("../svg/footer-background.svg");
  background-size: contain;
  background-position: bottom -1px right;
  background-repeat: no-repeat; }
  @media (max-width: 800px) {
    .g__footer__container {
      background-attachment: fixed;
      background-position: left, right;
      background-size: cover; } }
  .g__footer__container .g__footer__logo {
    margin-bottom: 20px; }
    .g__footer__container .g__footer__logo img {
      max-width: 74px; }
      @media (max-width: 650px) {
        .g__footer__container .g__footer__logo img {
          display: block;
          margin: 0 auto; } }
  .g__footer__container .mw-club-info {
    margin-top: 100px; }
    @media (max-width: 650px) {
      .g__footer__container .mw-club-info {
        margin-top: 0; } }
  .g__footer__container p {
    color: #fff;
    font-size: 16px; }
    @media (max-width: 650px) {
      .g__footer__container p {
        text-align: center; } }
  .g__footer__container a {
    color: #fff; }
    .g__footer__container a:hover {
      color: #d72217; }
  .g__footer__container .mw-telephone {
    padding: 0;
    margin: 0; }

.g__footer__social {
  position: relative; }

.g__footer__linkList {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto; }
  .g__footer__linkList--mobile {
    display: none; }
  @media (max-width: 992px) {
    .g__footer__linkList {
      position: relative;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      left: 0;
      top: 0;
      text-align: left; } }
  @media (max-width: 650px) {
    .g__footer__linkList {
      text-align: center; } }
  @media (max-width: 350px) {
    .g__footer__linkList {
      display: none; }
      .g__footer__linkList--mobile {
        display: block !important; } }
  .g__footer__linkList li {
    display: inline-block;
    margin: 0 auto;
    padding: 15px !important; }
    @media (max-width: 992px) {
      .g__footer__linkList li:first-of-type {
        padding: 15px 15px 15px 0 !important; } }
    @media (max-width: 400px) {
      .g__footer__linkList li {
        padding: 10px !important; }
        .g__footer__linkList li:first-of-type {
          padding: 10px 10px 10px 0 !important; } }

.g__footer__copyright {
  background-color: #011F41;
  padding: 10px 0; }
  .g__footer__copyright--links {
    margin-bottom: 10px; }
  .g__footer__copyright li {
    display: inline-block;
    padding: 0 3.5px !important; }
    @media (max-width: 630px) {
      .g__footer__copyright li {
        display: block;
        padding: 0 !important;
        width: 50%;
        float: left; }
        .g__footer__copyright li:after {
          content: '' !important;
          padding: 0 !important; } }
    .g__footer__copyright li:first-of-type {
      padding: 0 3.5px 0 0 !important; }
    .g__footer__copyright li:last-of-type:after {
      content: ''; }
    .g__footer__copyright li:after {
      content: '//';
      color: #fff;
      font-size: 13px;
      margin-left: 10px; }
    .g__footer__copyright li a {
      color: #fff;
      font-size: 10px;
      text-transform: uppercase;
      margin: 0;
      padding: 0; }
      .g__footer__copyright li a:hover {
        text-decoration: underline; }
      @media (max-width: 400px) {
        .g__footer__copyright li a {
          font-size: 9px; } }
  .g__footer__copyright p {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 15px; }
    @media (max-width: 400px) {
      .g__footer__copyright p {
        font-size: 9px; } }
  .g__footer__copyright .mw-design {
    text-align: right; }
    .g__footer__copyright .mw-design a {
      color: #fff; }
    @media (max-width: 992px) {
      .g__footer__copyright .mw-design {
        text-align: left; } }

.c__block {
  margin-bottom: 3.125em; }

#iframe-wrapper::-webkit-scrollbar {
  display: none; }

.g__search {
  padding: 30px 0px 15px;
  background: #fff;
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 97px; }
  @media (max-width: 550px) {
    .g__search {
      top: 76px; } }
  .g__search--container {
    position: relative; }
    .g__search--container .mw-close {
      position: absolute;
      top: 50%;
      right: 0;
      cursor: pointer;
      -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
              transform: translate(0%, -50%);
      z-index: 15; }
  .g__search .search-form__input-wrap {
    position: relative; }
    .g__search .search-form__input-wrap input {
      border: 0;
      padding: 20px 15px;
      font-family: "Montserrat", sans-serif;
      color: #4a4a4a;
      border-bottom: 2px solid #014289;
      background-color: transparent;
      position: relative;
      z-index: 10; }
    .g__search .search-form__input-wrap label {
      color: #a9aaab;
      font-size: 16px;
      position: absolute;
      left: 15px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      z-index: 9;
      -webkit-transition: 0.2s ease all;
              transition: 0.2s ease all; }
    .g__search .search-form__input-wrap input:focus ~ label,
    .g__search .search-form__input-wrap input:not(:focus):valid ~ label {
      top: 8px;
      bottom: 10px;
      left: 15px;
      opacity: 1;
      color: #014289;
      font-size: 11px;
      font-weight: 400; }

.mw-search-result {
  position: relative;
  border-bottom: 2px solid #014289;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .mw-search-result a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .mw-search-result h2 {
    margin-bottom: 20px; }
  .mw-search-result p {
    margin-bottom: 0;
    padding-bottom: 0; }
    .mw-search-result p:first-of-type {
      font-weight: 600;
      margin-bottom: 10px; }

.mw-search-results-count {
  font-weight: 600; }

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

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

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

.slick-active:focus, .slick-active:active {
  outline: none; }

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

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

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

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute; }
  .slick-dots::after {
    content: "";
    clear: both;
    display: table; }
  .slick-dots li {
    float: left;
    height: 15px;
    line-height: 1em;
    margin: 0;
    padding: 0;
    width: 15px; }
    .slick-dots li button {
      -webkit-appearance: none;
              appearance: none;
      background-color: #4A4A4A;
      border: 0;
      border-radius: 50%;
      display: block;
      height: 15px;
      margin: 0;
      padding: 0;
      text-indent: -9999px;
      width: 15px; }
      .slick-dots li button:active, .slick-dots li button:focus {
        outline: none; }
    .slick-dots li.slick-active button {
      background-color: #005bd2; }
    .slick-dots li:not(:last-child) {
      margin-right: 10px; }

.slick-number-pagination {
  background-color: #4A4A4A;
  font-size: 0.75em;
  line-height: 1em;
  left: 0;
  padding: 1em 0.3333333333em;
  position: absolute;
  top: 0; }

.m__modal {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200; }
  .m__modal__wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .m__modal__content {
    background-color: white;
    border-radius: 5px;
    left: 50%;
    max-height: 95%;
    max-height: -webkit-calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    padding: 3.75em;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 640px; }
    .m__modal__content .modal__close {
      padding: 5px;
      position: absolute;
      right: 0.5em;
      top: 0.5em; }
    .m__modal__content .modal__title {
      color: #005bd2;
      font-size: 1.25em;
      line-height: 1.32em;
      padding: 0 2em 2em; }
      .m__modal__content .modal__title * {
        margin: 0; }

.btn, input[type="submit"] {
  display: inline-block;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.1428571429em;
  padding: 1em 1.7857142857em;
  text-align: center;
  text-transform: none; }

.btn--standard, input[type="submit"] {
  background: #4A4A4A;
  color: white; }
  .btn--standard:hover, input:hover[type="submit"] {
    background-color: #313030; }

.btn--alt {
  background: white;
  color: #4A4A4A; }
  .btn--alt:hover {
    background-color: #e6e5e5; }

.btn--opaque {
  background: rgba(0, 0, 0, 0.2);
  color: white; }
  .btn--opaque:hover {
    background-color: rgba(0, 0, 0, 0.3); }

.btn--red {
  background-color: #d72217;
  border: 2px solid #d72217;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  font-family: "palace_main"; }
  .btn--red:hover {
    color: #d72217;
    background-color: #fff; }

.btn--progress {
  padding-right: 4.0625em;
  position: relative; }
  .btn--progress::after {
    background-image: url(../svg/progress-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    height: 14px;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transition: all ease-in 0.2s;
            transition: all ease-in 0.2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px; }
  .btn--progress:hover::after {
    -webkit-transform: translateY(-50%) translateX(5px);
        -ms-transform: translateY(-50%) translateX(5px);
            transform: translateY(-50%) translateX(5px); }

.btn--full {
  display: block;
  width: 100%; }

.btn:hover, input:hover[type="submit"] {
  text-decoration: none; }

input, label, textarea, select {
  display: block;
  width: 100%; }

label {
  font-size: 0.8125em;
  font-weight: 600; }

input, textarea, select {
  border: 1px solid #005bd2;
  border-radius: 0;
  margin: 0;
  padding: 0.625em; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #646363;
    font-size: 0.75em; }
  input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
    color: #646363;
    font-size: 0.75em; }
  input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #646363;
    font-size: 0.75em; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #646363;
    font-size: 0.75em; }
  input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus {
    outline: none; }
  input:active, textarea:active, select:active {
    font-size: 16px; }

textarea {
  height: 150px; }

input[type="checkbox"],
input[type="radio"] {
  border-radius: 0;
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px; }
  input[type='checkbox'] ~ label, input[type='radio'] ~ label {
    padding-left: 1.5625em; }

button {
  border: none;
  border-radius: 0;
  margin: 0; }

input[type="submit"] {
  border: 0;
  -webkit-transition: all ease-in 0.2s;
          transition: all ease-in 0.2s;
  width: auto; }

form {
  margin: 0;
  padding: 0; }

.form {
  margin-bottom: 0;
  padding: 0; }
  .form--fancy input:not([type="submit"]), .form--fancy textarea {
    background-color: transparent;
    position: relative;
    z-index: 2; }
    .form--fancy input:not([type="submit"]):active, .form--fancy input:not([type="submit"]):focus, .form--fancy input:not([type="submit"]).hasval, .form--fancy textarea:active, .form--fancy textarea:focus, .form--fancy textarea.hasval {
      border-color: #005bd2; }
      .form--fancy input:not([type="submit"]):active ~ label, .form--fancy input:not([type="submit"]):focus ~ label, .form--fancy input:not([type="submit"]).hasval ~ label, .form--fancy textarea:active ~ label, .form--fancy textarea:focus ~ label, .form--fancy textarea.hasval ~ label {
        color: #4A4A4A;
        top: 0;
        z-index: 2; }
  .form--fancy label {
    background-color: #005bd2;
    color: white;
    font-weight: 400;
    left: 0.625em;
    padding: 0 0.625em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all ease-in 0.2s;
            transition: all ease-in 0.2s;
    width: auto; }
  .form--fancy select ~ label, .form--fancy textarea ~ label {
    top: 0; }
  .form__row {
    margin-bottom: 1.25em;
    position: relative; }
    .form__row--singleField {
      position: relative; }
      .form__row--singleField > input[type="text"] {
        padding-bottom: 0.75em;
        padding-top: 0.75em;
        padding-right: 6.25em; }
      .form__row--singleField input[type="submit"] {
        bottom: 0;
        position: absolute;
        right: 0;
        top: 0; }

.validateErrorRow {
  background-color: #e6332a;
  color: white;
  font-size: 0.8125em;
  font-weight: 600;
  left: 0;
  line-height: 1em;
  padding: 0.3846153846153846em;
  position: absolute;
  top: 100%;
  z-index: 1; }
  .validateErrorRow::before {
    border-bottom: 5px solid #e6332a;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    left: 5px;
    position: absolute;
    top: -5px; }

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

.m__listing__viewAll {
  margin-top: 1.25em; }

.sitemap.pages {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style-position: inside; }

.cookie-acceptance {
  position: fixed;
  bottom: 0;
  background-color: #ffffff;
  width: 100%;
  z-index: 999;
  padding: 20px 0; }
  .cookie-acceptance.hidden {
    display: none; }
  .cookie-acceptance p {
    color: #313131;
    text-align: center; }
  .cookie-acceptance .btn, .cookie-acceptance input[type="submit"] {
    margin: 0 auto;
    float: none;
    display: block;
    max-width: 200px;
    cursor: pointer;
    width: 100%;
    max-width: 210px;
    background-color: #d72217;
    display: block;
    text-align: center;
    color: #fff;
    padding: 13px;
    font-family: "palace_main";
    font-size: 18px;
    border: 2px solid #d72217; }
    .cookie-acceptance .btn:hover, .cookie-acceptance input:hover[type="submit"] {
      background-color: #fff;
      color: #d72217; }

.g__featured {
  margin-bottom: 50px; }
  .g__featured__pull {
    margin-top: -120px;
    background-color: #fff; }
  .g__featured__post {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    position: relative; }
    .g__featured__post a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .g__featured__post a {
          display: block; } }
      .g__featured__post a .featured-link {
        width: 100%;
        max-width: 210px;
        background-color: #d72217;
        display: block;
        text-align: center;
        color: #fff;
        padding: 13px;
        font-family: "palace_main";
        font-size: 18px;
        border: 2px solid #d72217; }
        .g__featured__post a .featured-link:hover {
          background-color: #fff;
          color: #d72217; }
    .g__featured__post--image {
      width: 50%;
      float: left;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .g__featured__post--image--mobile {
        display: none; }
        @media (max-width: 767px) {
          .g__featured__post--image--mobile {
            display: block; } }
      @media (max-width: 767px) {
        .g__featured__post--image--desktop {
          display: none; } }
      @media (max-width: 767px) {
        .g__featured__post--image {
          width: 100%;
          height: 90vw; } }
    .g__featured__post--content {
      width: 50%;
      float: left;
      padding: 80px 60px;
      background-color: #fff; }
      @media (max-width: 767px) {
        .g__featured__post--content {
          width: 100%; } }
      @media (max-width: 500px) {
        .g__featured__post--content {
          padding: 20px; } }
      .g__featured__post--content .mw-feautured {
        margin-bottom: 15px;
        color: #4A4A4A; }
      .g__featured__post--content h2 {
        color: #014289;
        font-size: 50px;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .g__featured__post--content h2 {
            font-size: 30px;
            line-height: 30px; } }
      .g__featured__post--content p {
        margin-bottom: 40px;
        color: #4A4A4A; }
        @media (max-width: 767px) {
          .g__featured__post--content p {
            margin-bottom: 25px; } }
        .g__featured__post--content p span {
          font-family: "palace_main";
          font-size: 14px; }

.hidden {
  display: none; }

.g__successStories {
  padding: 0 0 50px 0;
  position: relative; }
  .g__successStories:before {
    background-image: url("../svg/stories-background.svg");
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 65%;
    background-size: cover;
    background-repeat: no-repeat; }
  .g__successStories--stories {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }
    @media (max-width: 767px) {
      .g__successStories--stories {
        display: block !important; } }
  .g__successStories .slick-dots {
    position: absolute;
    bottom: 50px;
    left: 70px; }
    @media (max-width: 767px) {
      .g__successStories .slick-dots {
        left: 55px; } }
    .g__successStories .slick-dots li.slick-active button {
      background-color: #d72217; }
    .g__successStories .slick-dots li button {
      background-color: #fff;
      width: 8px;
      height: 8px; }
  .g__successStories .fa-chevron-right,
  .g__successStories .fa-chevron-left {
    color: #fff;
    position: absolute;
    font-size: 12px;
    padding: 10px;
    z-index: 100;
    cursor: pointer; }
  .g__successStories .fa-chevron-right {
    bottom: 45px;
    left: 155px; }
    @media (max-width: 767px) {
      .g__successStories .fa-chevron-right {
        left: 140px; } }
  .g__successStories .fa-chevron-left {
    bottom: 45px;
    left: 40px; }
    @media (max-width: 767px) {
      .g__successStories .fa-chevron-left {
        left: 25px; } }
  .g__successStories--content {
    width: 50%;
    float: left;
    padding: 50px 50px 100px 50px;
    background-color: #014289;
    position: relative;
    z-index: 2;
    min-height: 550px; }
    @media (max-width: 900px) {
      .g__successStories--content {
        min-height: 700px; } }
    @media (max-width: 767px) {
      .g__successStories--content {
        min-height: 540px; } }
    @media (max-width: 500px) {
      .g__successStories--content {
        min-height: 455px; } }
    .g__successStories--content--tag {
      font-size: 16px !important;
      line-height: 16px !important;
      color: #F5C825 !important;
      font-family: "palace_main" !important; }
    @media (max-width: 767px) {
      .g__successStories--content {
        width: 100%;
        padding: 30px 30px 100px 30px; } }
    @media (max-width: 500px) {
      .g__successStories--content {
        width: 100%;
        padding: 20px 20px 100px 20px; } }
    .g__successStories--content p {
      color: #fff;
      font-size: 43px;
      font-family: "palace_main";
      margin-bottom: 30px;
      padding: 0;
      line-height: 45px; }
      @media (max-width: 500px) {
        .g__successStories--content p {
          font-size: 30px;
          line-height: 30px; } }
    .g__successStories--content a {
      width: 100%;
      max-width: 210px;
      background-color: #d72217;
      display: block;
      text-align: center;
      color: #fff;
      padding: 13px;
      font-family: "palace_main";
      font-size: 18px;
      border: 2px solid #d72217; }
      .g__successStories--content a:hover {
        background-color: #fff;
        color: #d72217; }
  .g__successStories--image {
    width: 50%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
    @media (max-width: 767px) {
      .g__successStories--image {
        width: 100%;
        height: 50vw; } }
    @media (max-width: 767px) {
      .g__successStories--image--desktop {
        display: none; } }
    .g__successStories--image--mobile {
      display: none; }
      @media (max-width: 767px) {
        .g__successStories--image--mobile {
          display: block; } }

.g__bannercta {
  background-color: #d72217;
  padding: 25px 0;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }
  .g__bannercta--link:hover p {
    text-decoration: underline; }
  .g__bannercta a {
    /*position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;*/ }
  .g__bannercta p {
    color: #fff;
    font-size: 30px;
    font-family: "palace_main";
    margin: 0;
    padding: 0;
    line-height: 30px; }
    @media (max-width: 500px) {
      .g__bannercta p {
        font-size: 25px;
        line-height: 25px; } }
    .g__bannercta p:before {
      content: '>>';
      margin-right: 10px; }
    .g__bannercta p:after {
      content: '<<';
      margin-left: 10px; }

.g__promoboxes {
  margin: 50px 0 20px; }
  .g__promoboxes--page {
    margin: 0 !important; }
    .g__promoboxes--page .g__promoboxes--container {
      margin-bottom: 0 !important; }
  .g__promoboxes--container {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center; }
    .g__promoboxes--container:after {
      content: '';
      padding-top: 100%;
      display: block; }
    @media (max-width: 768px) {
      .g__promoboxes--container {
        margin-bottom: 20px; } }
    .g__promoboxes--container--image:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      top: 0;
      right: 0;
      background-image: linear-gradient(180deg, rgba(2, 53, 98, 0) 0%, #011226 100%); }
    .g__promoboxes--container--blue {
      background-color: #014289;
      background-image: url("../svg/blue-dots.svg");
      background-size: auto;
      background-position: right 25px bottom 25px;
      background-repeat: no-repeat; }
    .g__promoboxes--container--red {
      background-color: #d72217;
      background-image: url("../svg/red-dots.svg");
      background-size: auto;
      background-position: right 25px bottom 25px;
      background-repeat: no-repeat; }
    .g__promoboxes--container a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 100; }
    .g__promoboxes--container--content {
      position: absolute;
      bottom: 30px;
      left: 30px;
      margin-right: 30px; }
      .g__promoboxes--container--content h2 {
        margin: 0;
        padding: 0;
        font-size: 30px;
        line-height: 30px;
        color: #fff;
        margin-bottom: 20px; }
      .g__promoboxes--container--content p {
        margin: 0;
        padding: 0;
        color: #F5C825;
        font-family: "palace_main";
        font-size: 18px;
        position: relative; }
        .g__promoboxes--container--content p:before {
          content: '>>  ';
          color: #F5C825;
          font-size: 18px;
          font-family: "palace_main"; }

.g__table {
  margin-bottom: 50px; }
  .g__table .booking-header {
    background-color: #014289;
    color: #fff;
    font-family: "palace_main";
    font-size: 18px; }
    @media (max-width: 950px) {
      .g__table .booking-header {
        display: none; } }
    .g__table .booking-header li {
      float: left;
      padding: 15px 10px; }
      .g__table .booking-header li:nth-of-type(1) {
        width: 15%; }
      .g__table .booking-header li:nth-of-type(2) {
        width: 35%; }
      .g__table .booking-header li:nth-of-type(3) {
        width: 10%; }
      .g__table .booking-header li:nth-of-type(4) {
        width: 10%; }
      .g__table .booking-header li:nth-of-type(5) {
        width: 15%; }
      .g__table .booking-header li:nth-of-type(6) {
        width: 15%; }
  .g__table .booking {
    border-bottom: 2px solid #a9aaab; }
    @media (max-width: 950px) {
      .g__table .booking {
        padding: 15px 0; } }
    @media (max-width: 950px) {
      .g__table .booking .table-container:nth-of-type(1) {
        width: 33.33%;
        float: left; } }
    @media (max-width: 700px) {
      .g__table .booking .table-container:nth-of-type(1) {
        width: 50%;
        float: left; } }
    @media (max-width: 500px) {
      .g__table .booking .table-container:nth-of-type(1) {
        width: 100%;
        float: left; } }
    .g__table .booking .table-container:nth-of-type(1) li:nth-of-type(1) {
      color: #d72217;
      font-weight: 800;
      width: 15%; }
      @media (max-width: 950px) {
        .g__table .booking .table-container:nth-of-type(1) li:nth-of-type(1) {
          width: 100%; }
          .g__table .booking .table-container:nth-of-type(1) li:nth-of-type(1) span:nth-of-type(1) {
            color: #014289;
            font-family: "palace_main"; } }
    .g__table .booking .table-container:nth-of-type(1) li:nth-of-type(2) {
      width: 35%; }
      @media (max-width: 950px) {
        .g__table .booking .table-container:nth-of-type(1) li:nth-of-type(2) {
          width: 100%; } }
    @media (max-width: 950px) {
      .g__table .booking .table-container:nth-of-type(2) {
        width: 33.33%;
        float: left; } }
    @media (max-width: 700px) {
      .g__table .booking .table-container:nth-of-type(2) {
        width: 50%;
        float: left; } }
    @media (max-width: 500px) {
      .g__table .booking .table-container:nth-of-type(2) {
        width: 100%;
        float: left; } }
    .g__table .booking .table-container:nth-of-type(2) li:nth-of-type(1) {
      width: 10%; }
      @media (max-width: 950px) {
        .g__table .booking .table-container:nth-of-type(2) li:nth-of-type(1) {
          width: 100%; } }
    .g__table .booking .table-container:nth-of-type(2) li:nth-of-type(2) {
      width: 10%; }
      @media (max-width: 950px) {
        .g__table .booking .table-container:nth-of-type(2) li:nth-of-type(2) {
          width: 100%; } }
    @media (max-width: 950px) {
      .g__table .booking .table-container:nth-of-type(3) {
        width: 33.33%;
        float: left; } }
    @media (max-width: 700px) {
      .g__table .booking .table-container:nth-of-type(3) {
        width: 100%;
        float: left; } }
    .g__table .booking .table-container:nth-of-type(3) li:nth-of-type(1) {
      width: 15%; }
      @media (max-width: 950px) {
        .g__table .booking .table-container:nth-of-type(3) li:nth-of-type(1) {
          width: 100%; } }
    .g__table .booking .table-container:nth-of-type(3) li:nth-of-type(2) {
      width: 15%; }
      @media (max-width: 950px) {
        .g__table .booking .table-container:nth-of-type(3) li:nth-of-type(2) {
          width: 100%; } }
      .g__table .booking .table-container:nth-of-type(3) li:nth-of-type(2) a {
        display: block;
        background-color: #d72217;
        color: #fff;
        font-family: "palace_main";
        font-size: 18px;
        text-align: center;
        padding: 13px;
        width: 100%;
        max-width: 95px;
        margin: 0 auto;
        border: 2px solid #d72217; }
        .g__table .booking .table-container:nth-of-type(3) li:nth-of-type(2) a:hover {
          background-color: #fff;
          color: #d72217; }
        @media (max-width: 700px) {
          .g__table .booking .table-container:nth-of-type(3) li:nth-of-type(2) a {
            margin: 0; } }
    .g__table .booking li {
      float: left;
      padding: 20px 10px;
      font-size: 16px; }
      @media (max-width: 950px) {
        .g__table .booking li {
          padding: 10px; } }
      .g__table .booking li span:first-of-type {
        display: none; }
        @media (max-width: 950px) {
          .g__table .booking li span:first-of-type {
            display: block;
            font-weight: 600;
            color: #014289;
            font-family: "palace_main"; } }

.g__socialBanner {
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  position: relative; }
  .g__socialBanner .slick-track {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .g__socialBanner .slick-track .slick-slide {
      height: auto !important; }
  .g__socialBanner .slick-dots {
    position: absolute !important;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    .g__socialBanner .slick-dots li.slick-active button {
      background-color: #d72217; }
    .g__socialBanner .slick-dots li button {
      background-color: #014289;
      width: 10px;
      height: 10px; }
  .g__socialBanner .fa-chevron-right,
  .g__socialBanner .fa-chevron-left {
    color: #014289;
    position: absolute;
    font-size: 12px;
    padding: 10px;
    z-index: 100;
    cursor: pointer; }
  .g__socialBanner .fa-chevron-right {
    bottom: -41px;
    left: 58%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    @media (max-width: 560px) {
      .g__socialBanner .fa-chevron-right {
        left: 62%; } }
    @media (max-width: 400px) {
      .g__socialBanner .fa-chevron-right {
        left: 67%; } }
  .g__socialBanner .fa-chevron-left {
    bottom: -41px;
    left: 41%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    @media (max-width: 560px) {
      .g__socialBanner .fa-chevron-left {
        left: 37%; } }
    @media (max-width: 400px) {
      .g__socialBanner .fa-chevron-left {
        left: 32%; } }
  .g__socialBanner--links {
    background-color: #014289;
    background-image: url("../svg/social-dots.svg");
    background-size: auto;
    background-position: right 25px bottom 25px;
    background-repeat: no-repeat; }
    .g__socialBanner--links--container {
      padding: 40px; }
    .g__socialBanner--links p {
      color: #fff;
      font-size: 40px;
      font-family: "palace_main";
      margin-bottom: 50px;
      line-height: 40px; }
      .g__socialBanner--links p span {
        display: block; }
        .g__socialBanner--links p span:nth-of-type(2) {
          color: #F5C825; }
    .g__socialBanner--links ul {
      list-style: none;
      padding: 0;
      margin: 0;
      max-width: 260px; }
      .g__socialBanner--links ul li {
        width: 50%;
        float: left;
        margin-bottom: 25px; }
    .g__socialBanner--links a {
      color: #fff;
      text-decoration: underline;
      font-family: "palace_main";
      font-size: 25px; }
  .g__socialBanner--instagram--container {
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: justify;
    height: 100%; }
    .g__socialBanner--instagram--container div {
      width: 33.3%;
      background-size: cover;
      position: relative; }
      .g__socialBanner--instagram--container div a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%; }
  .g__socialBanner--twitter {
    background-color: #fff;
    position: relative; }
    .g__socialBanner--twitter--container {
      padding: 40px; }
    .g__socialBanner--twitter a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    .g__socialBanner--twitter p {
      word-break: break-word;
      color: #014289;
      font-size: 25px;
      font-family: "palace_main";
      margin-top: 30px;
      line-height: 30px; }
      @media (max-width: 1000px) {
        .g__socialBanner--twitter p {
          font-size: 20px;
          line-height: 20px; } }
    .g__socialBanner--twitter span {
      color: #d72217;
      font-family: "palace_main";
      font-size: 18px; }

.g__gallery--container .slick-dots {
  position: absolute !important;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
  @media (max-width: 560px) {
    .g__gallery--container .slick-dots {
      bottom: 20px; } }
  .g__gallery--container .slick-dots li.slick-active button {
    background-color: #d72217; }
  .g__gallery--container .slick-dots li button {
    background-color: #fff;
    width: 10px;
    height: 10px; }

.g__gallery--container .fa-chevron-right,
.g__gallery--container .fa-chevron-left {
  color: #fff;
  position: absolute;
  font-size: 12px;
  padding: 10px;
  z-index: 100;
  cursor: pointer; }

.g__gallery--container .fa-chevron-right {
  bottom: 29px;
  left: 58%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
  @media (max-width: 900px) {
    .g__gallery--container .fa-chevron-right {
      left: 62%; } }
  @media (max-width: 650px) {
    .g__gallery--container .fa-chevron-right {
      left: 67%; } }
  @media (max-width: 560px) {
    .g__gallery--container .fa-chevron-right {
      left: 70%;
      bottom: 14px; } }
  @media (max-width: 400px) {
    .g__gallery--container .fa-chevron-right {
      left: 75%; } }
  @media (max-width: 350px) {
    .g__gallery--container .fa-chevron-right {
      left: 78%; } }

.g__gallery--container .fa-chevron-left {
  bottom: 29px;
  left: 41%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
  @media (max-width: 900px) {
    .g__gallery--container .fa-chevron-left {
      left: 37%; } }
  @media (max-width: 650px) {
    .g__gallery--container .fa-chevron-left {
      left: 32%; } }
  @media (max-width: 560px) {
    .g__gallery--container .fa-chevron-left {
      left: 29%;
      bottom: 14px; } }
  @media (max-width: 400px) {
    .g__gallery--container .fa-chevron-left {
      left: 24%; } }
  @media (max-width: 350px) {
    .g__gallery--container .fa-chevron-left {
      left: 21%; } }

.g__gallery--image {
  height: 600px;
  max-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  @media (max-width: 768px) {
    .g__gallery--image {
      height: 400px;
      max-height: 400px; } }
  @media (max-width: 480px) {
    .g__gallery--image {
      height: 300px;
      max-height: 300px; } }
  .g__gallery--image:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(2, 53, 98, 0)), to(rgba(1, 18, 38, 0.9)));
    background: linear-gradient(to bottom, rgba(2, 53, 98, 0) 50%, rgba(1, 18, 38, 0.9) 100%); }

.g__newsletterForm {
  background-color: #fff;
  padding: 50px 0;
  background-size: 40%;
  background-repeat: no-repeat;
  background-image: url("../svg/eagle.svg");
  background-position: 10%; }
  @media (max-width: 1000px) {
    .g__newsletterForm {
      background-size: 55%;
      background-position: 0; } }
  @media (max-width: 800px) {
    .g__newsletterForm {
      background-size: 75%; } }
  @media (max-width: 700px) {
    .g__newsletterForm {
      background-size: 115%; } }
  @media (max-width: 500px) {
    .g__newsletterForm {
      background-size: 175%;
      background-position: 30%; } }
  @media (max-width: 400px) {
    .g__newsletterForm {
      background-size: 225%;
      background-position: 50%; } }
  .g__newsletterForm h2 {
    color: #014289;
    text-align: left;
    margin-bottom: 20px; }
  .g__newsletterForm .gform_wrapper {
    position: relative; }
    .g__newsletterForm .gform_wrapper #field_1_1,
    .g__newsletterForm .gform_wrapper #field_1_2,
    .g__newsletterForm .gform_wrapper #field_1_3 {
      width: 33.3%;
      float: left;
      position: relative;
      clear: none; }
      @media (max-width: 700px) {
        .g__newsletterForm .gform_wrapper #field_1_1,
        .g__newsletterForm .gform_wrapper #field_1_2,
        .g__newsletterForm .gform_wrapper #field_1_3 {
          width: 100%; } }
      .g__newsletterForm .gform_wrapper #field_1_1 input,
      .g__newsletterForm .gform_wrapper #field_1_2 input,
      .g__newsletterForm .gform_wrapper #field_1_3 input {
        border: 0;
        padding: 20px 0px;
        font-family: "Montserrat", sans-serif;
        color: #4a4a4a;
        border-bottom: 2px solid #4a4a4a;
        background-color: transparent;
        position: relative;
        z-index: 10;
        width: 100%; }
      .g__newsletterForm .gform_wrapper #field_1_1 label,
      .g__newsletterForm .gform_wrapper #field_1_2 label,
      .g__newsletterForm .gform_wrapper #field_1_3 label {
        color: #4a4a4a;
        font-size: 16px;
        position: absolute;
        left: 0px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        z-index: 9;
        -webkit-transition: 0.2s ease all;
                transition: 0.2s ease all;
        margin: 0 !important;
        font-weight: 400; }
        .g__newsletterForm .gform_wrapper #field_1_1 label .gfield_required,
        .g__newsletterForm .gform_wrapper #field_1_2 label .gfield_required,
        .g__newsletterForm .gform_wrapper #field_1_3 label .gfield_required {
          color: #4a4a4a; }
      .g__newsletterForm .gform_wrapper #field_1_1.active label,
      .g__newsletterForm .gform_wrapper #field_1_2.active label,
      .g__newsletterForm .gform_wrapper #field_1_3.active label {
        top: 24px;
        bottom: 10px;
        left: 0px;
        opacity: 1;
        color: #014289;
        font-size: 11px;
        font-weight: 400; }
        .g__newsletterForm .gform_wrapper #field_1_1.active label .gfield_required,
        .g__newsletterForm .gform_wrapper #field_1_2.active label .gfield_required,
        .g__newsletterForm .gform_wrapper #field_1_3.active label .gfield_required {
          color: #014289; }
      .g__newsletterForm .gform_wrapper #field_1_1.active input,
      .g__newsletterForm .gform_wrapper #field_1_2.active input,
      .g__newsletterForm .gform_wrapper #field_1_3.active input {
        border-bottom: 2px solid #014289; }
      .g__newsletterForm .gform_wrapper #field_1_1.active--out label,
      .g__newsletterForm .gform_wrapper #field_1_2.active--out label,
      .g__newsletterForm .gform_wrapper #field_1_3.active--out label {
        top: 24px;
        bottom: 10px;
        left: 0px;
        opacity: 1;
        color: #4a4a4a;
        font-size: 11px;
        font-weight: 400; }
        .g__newsletterForm .gform_wrapper #field_1_1.active--out label .gfield_required,
        .g__newsletterForm .gform_wrapper #field_1_2.active--out label .gfield_required,
        .g__newsletterForm .gform_wrapper #field_1_3.active--out label .gfield_required {
          color: #4a4a4a; }
      .g__newsletterForm .gform_wrapper #field_1_1.active--out input,
      .g__newsletterForm .gform_wrapper #field_1_2.active--out input,
      .g__newsletterForm .gform_wrapper #field_1_3.active--out input {
        border-bottom: 2px solid #4a4a4a; }
    .g__newsletterForm .gform_wrapper #field_1_3 {
      padding-right: 0 !important; }
    .g__newsletterForm .gform_wrapper #field_1_4 {
      width: 80%;
      float: left; }
      @media (max-width: 900px) {
        .g__newsletterForm .gform_wrapper #field_1_4 {
          width: 75%; } }
      @media (max-width: 700px) {
        .g__newsletterForm .gform_wrapper #field_1_4 {
          width: 100%;
          margin-bottom: 10px; } }
      .g__newsletterForm .gform_wrapper #field_1_4 .gfield_label {
        display: none; }
      .g__newsletterForm .gform_wrapper #field_1_4 input {
        -webkit-appearance: none;
                appearance: none;
        height: 12px;
        width: 12px !important;
        border: 1px solid #4a4a4a;
        background-color: #fff;
        margin-top: 0 !important; }
        .g__newsletterForm .gform_wrapper #field_1_4 input:checked {
          background-color: #4a4a4a; }
      .g__newsletterForm .gform_wrapper #field_1_4 label {
        margin-left: 25px;
        font-size: 13px;
        font-weight: 600 !important; }
    .g__newsletterForm .gform_wrapper input[type=submit] {
      display: block !important;
      background-color: #d72217;
      color: #fff;
      font-family: "palace_main";
      font-size: 18px !important;
      text-align: center;
      padding: 13px !important;
      border: 2px solid #d72217;
      width: 100% !important;
      max-width: 210px;
      position: absolute;
      right: 0;
      bottom: 20px;
      margin: 0 !important; }
      @media (max-width: 700px) {
        .g__newsletterForm .gform_wrapper input[type=submit] {
          position: relative;
          right: auto;
          bottom: auto; } }
      .g__newsletterForm .gform_wrapper input[type=submit]:hover {
        background-color: #fff;
        color: #d72217; }

.g__Content {
  padding: 50px 0; }
  .g__Content .g__statBox {
    margin-bottom: 40px; }
  .g__Content--video {
    margin-bottom: 40px; }
    .g__Content--videoimage {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 300px;
      position: relative; }
      .g__Content--videoimage:after {
        content: '';
        background-image: url("../svg/play-icon.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 60px;
        width: 60px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .g__Content--videoimage:before {
        content: '';
        background: rgba(0, 0, 0, 0.3);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        position: absolute; }
    .g__Content--video .caption {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: #000;
      margin: 0;
      padding: 15px;
      color: #fff;
      font-size: 16px;
      line-height: 19px; }
  .g__Content--content {
    margin-right: 30px; }
    @media (max-width: 700px) {
      .g__Content--content {
        margin-right: 0; } }
    .g__Content--content h2 {
      font-size: 35px;
      margin: 0;
      padding: 0;
      padding-bottom: 10px; }
    .g__Content--content h3 {
      font-size: 30px;
      margin: 0;
      padding: 0;
      padding-bottom: 10px; }
    .g__Content--content img {
      width: 100%;
      height: auto; }
    .g__Content--content iframe {
      width: 100%;
      height: 360px; }
  .g__Content--sidebar {
    margin-bottom: 40px; }
    .g__Content--sidebar h3 {
      color: #d72217;
      margin-bottom: 20px; }
    .g__Content--sidebar a {
      width: 100%;
      max-width: 250px;
      background-color: #d72217;
      display: block;
      text-align: center;
      color: #fff;
      padding: 13px;
      font-family: "palace_main";
      font-size: 18px;
      border: 2px solid #d72217; }
      .g__Content--sidebar a:hover {
        background-color: #fff;
        color: #d72217;
        text-decoration: none; }
  .g__Content--quote {
    padding: 20px 0; }
    .g__Content--quote p {
      color: #d72217;
      font-size: 25px;
      font-family: "palace_main";
      padding-left: 130px;
      margin-bottom: 15px; }
      @media (max-width: 500px) {
        .g__Content--quote p {
          padding-left: 70px; } }
      .g__Content--quote p:first-of-type {
        position: relative; }
        .g__Content--quote p:first-of-type:before {
          content: '';
          background-image: url("../svg/quote.svg");
          background-size: contain;
          position: absolute;
          top: 0;
          left: 0;
          height: 61px;
          width: 92px;
          background-repeat: no-repeat; }
          @media (max-width: 500px) {
            .g__Content--quote p:first-of-type:before {
              height: 31px;
              width: 62px; } }
      .g__Content--quote p span {
        font-size: 18px;
        font-family: "Montserrat", sans-serif; }
    .g__Content--quote--sidebar {
      margin-bottom: 40px;
      padding-bottom: 0;
      padding-top: 0; }
      .g__Content--quote--sidebar p {
        padding-left: 0; }
        .g__Content--quote--sidebar p:first-of-type {
          padding-top: 90px; }

.g__statBox {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 30px; }
  .g__statBox:after {
    content: '';
    padding-top: 100%;
    display: block; }
  .g__statBox--container {
    position: absolute;
    bottom: 30px;
    left: 30px;
    margin-right: 30px; }
  .g__statBox p {
    font-size: 70px;
    line-height: 40px;
    color: #fff;
    font-family: "palace_main";
    margin-bottom: 30px; }
    @media (max-width: 830px) {
      .g__statBox p {
        font-size: 50px;
        margin-bottom: 25px; } }
    @media (max-width: 700px) {
      .g__statBox p {
        font-size: 70px;
        margin-bottom: 30px; } }
    @media (max-width: 500px) {
      .g__statBox p {
        font-size: 50px;
        margin-bottom: 25px; } }
    @media (max-width: 400px) {
      .g__statBox p {
        font-size: 40px;
        margin-bottom: 20px; } }
  .g__statBox h3 {
    color: #fff;
    margin: 0;
    padding: 0; }
    @media (max-width: 830px) {
      .g__statBox h3 {
        font-size: 20px;
        line-height: 25px; } }
    @media (max-width: 700px) {
      .g__statBox h3 {
        font-size: 30px;
        line-height: 30px; } }
    @media (max-width: 500px) {
      .g__statBox h3 {
        font-size: 20px;
        line-height: 25px; } }
    @media (max-width: 500px) {
      .g__statBox h3 {
        font-size: 18px; } }
  .g__statBox--blue {
    background-color: #014289;
    background-image: url("../svg/blue-dots.svg");
    background-size: auto;
    background-position: right 25px bottom 25px;
    background-repeat: no-repeat; }
  .g__statBox--red {
    background-color: #d72217;
    background-image: url("../svg/red-dots.svg");
    background-size: auto;
    background-position: right 25px bottom 25px;
    background-repeat: no-repeat; }

.btn-404 {
  width: 100%;
  max-width: 250px;
  background-color: #d72217;
  display: block;
  text-align: center;
  color: #fff;
  padding: 13px;
  font-family: "palace_main";
  font-size: 18px;
  border: 2px solid #d72217; }
  .btn-404:hover {
    background-color: #fff;
    color: #d72217;
    text-decoration: none; }

.g__latestNews {
  padding: 50px 0; }
  .g__latestNews h2 {
    color: #014289;
    text-align: center;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 40px; }
    @media (max-width: 500px) {
      .g__latestNews h2 {
        font-size: 40px;
        line-height: 40px; } }

.g__post--contain {
  width: 33.3%;
  float: left; }
  @media (max-width: 1024px) {
    .g__post--contain {
      width: 50%; } }
  @media (max-width: 767px) {
    .g__post--contain {
      width: 100%; } }

.g__post--container {
  margin: 0 10px;
  position: relative;
  margin-bottom: 20px; }
  .g__post--container:hover .g__post--container--content .g__post--container--content--wrapper p {
    text-decoration: underline; }
  .g__post--container a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100; }
  .g__post--container--half:hover .g__post--container--content .g__post--container--content--wrapper p {
    text-decoration: underline; }
  .g__post--container--half .g__post--container--image {
    display: none; }
  .g__post--container--half .g__post--container--content {
    background-color: #014289;
    background-image: url("../svg/blue-dots.svg");
    background-size: auto;
    background-position: right 25px bottom 25px;
    background-repeat: no-repeat;
    padding: 30px; }
    .g__post--container--half .g__post--container--content:after {
      content: '';
      padding-top: 50%;
      display: block; }
    .g__post--container--half .g__post--container--content--wrapper {
      position: absolute;
      bottom: 30px;
      left: 30px;
      padding-right: 30px; }
      @media (max-width: 768px) {
        .g__post--container--half .g__post--container--content--wrapper {
          bottom: 20px;
          left: 20px;
          padding-right: 20px; } }
      .g__post--container--half .g__post--container--content--wrapper p {
        position: relative !important;
        left: 0 !important;
        top: 0 !important; }
        .g__post--container--half .g__post--container--content--wrapper p:before {
          content: '>>  '; }
    .g__post--container--half .g__post--container--content p {
      color: #F5C825;
      margin-bottom: 0 !important; }
      .g__post--container--half .g__post--container--content p:first-of-type {
        position: absolute;
        top: 30px;
        left: 30px; }
        @media (max-width: 768px) {
          .g__post--container--half .g__post--container--content p:first-of-type {
            top: 20px;
            left: 20px; } }
      .g__post--container--half .g__post--container--content p span {
        color: #fff; }
    .g__post--container--half .g__post--container--content h3 {
      color: #fff;
      margin-bottom: 15px; }
      @media (max-width: 900px) {
        .g__post--container--half .g__post--container--content h3 {
          font-size: 20px;
          line-height: 20px;
          margin-bottom: 10px; } }
      @media (max-width: 768px) {
        .g__post--container--half .g__post--container--content h3 {
          font-size: 30px;
          line-height: 30px;
          margin-bottom: 15px; } }
      @media (max-width: 450px) {
        .g__post--container--half .g__post--container--content h3 {
          font-size: 20px;
          line-height: 30px;
          margin-bottom: 10px; } }
  .g__post--container--image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff; }
    .g__post--container--image:after {
      content: '';
      padding-top: 100%;
      display: block; }
  .g__post--container--content {
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    min-height: 37vh; }
    @media (max-width: 1024px) {
      .g__post--container--content {
        min-height: 32vh; } }
    @media (max-width: 766px) {
      .g__post--container--content {
        min-height: auto; } }
    .g__post--container--content--wrapper p {
      margin-bottom: 0 !important;
      font-size: 18px;
      line-height: 16px;
      color: #d72217;
      font-family: "palace_main";
      margin: 0;
      padding: 0;
      position: absolute;
      bottom: 20px;
      left: 20px; }
      .g__post--container--content--wrapper p:before {
        content: '>>  '; }
      @media (max-width: 766px) {
        .g__post--container--content--wrapper p {
          position: relative;
          left: 0;
          bottom: 0; } }
    .g__post--container--content p {
      font-size: 18px;
      line-height: 16px;
      color: #d72217;
      font-family: "palace_main";
      margin: 0;
      padding: 0; }
      .g__post--container--content p:first-of-type {
        margin-bottom: 30px; }
        @media (max-width: 450px) {
          .g__post--container--content p:first-of-type {
            margin-bottom: 15px; } }
      .g__post--container--content p span {
        font-size: 14px;
        line-height: 16px;
        color: #4a4a4a;
        font-family: "palace_main"; }
    .g__post--container--content h3 {
      font-size: 30px;
      line-height: 30px;
      color: #014289;
      margin: 0;
      padding: 0;
      margin-bottom: 40px; }
      @media (max-width: 450px) {
        .g__post--container--content h3 {
          font-size: 20px;
          line-height: 20px;
          margin-bottom: 15px; } }

.g__tabbedContent {
  background: linear-gradient(180deg, #F3F3F3 0%, #FFFFFF 100%);
  padding: 50px 0; }
  .g__tabbedContent .g__promoboxes {
    margin: 0;
    padding: 30px 0 0 0;
    display: none; }
    @media (max-width: 700px) {
      .g__tabbedContent .g__promoboxes {
        padding: 0; } }
    .g__tabbedContent .g__promoboxes.active {
      display: block; }
  .g__tabbedContent .g__latestNews {
    padding: 30px 0 0 0;
    display: none; }
    @media (max-width: 700px) {
      .g__tabbedContent .g__latestNews {
        padding: 0; } }
    .g__tabbedContent .g__latestNews.active {
      display: block; }
  .g__tabbedContent .g__whatsOn {
    margin: 50px 0 0 0;
    display: none; }
    .g__tabbedContent .g__whatsOn.active {
      display: block; }
  .g__tabbedContent ul:before {
    content: '' !important;
    padding: 0 !important; }
  .g__tabbedContent ul:after {
    content: '' !important; }
  .g__tabbedContent__news--tabs {
    margin-bottom: 30px; }
    .g__tabbedContent__news--tabs--active--link {
      display: none;
      margin: 0 auto; }
      @media (max-width: 700px) {
        .g__tabbedContent__news--tabs--active--link {
          display: block; } }
    @media (max-width: 700px) {
      .g__tabbedContent__news--tabs--active {
        position: relative;
        max-width: 220px; } }
    .g__tabbedContent__news--tabs--active:before {
      content: attr(data-active);
      display: none; }
      @media (max-width: 700px) {
        .g__tabbedContent__news--tabs--active:before {
          display: block;
          font-size: 30px;
          line-height: 25px;
          display: block;
          padding: 15px;
          color: #014289;
          font-family: "palace_main";
          max-width: 220px;
          margin: 0 auto; } }
    @media (max-width: 700px) {
      .g__tabbedContent__news--tabs--active:after {
        content: '\f078';
        font-family: FontAwesome;
        position: absolute;
        top: 15px;
        color: #014289;
        right: 0; } }
    .g__tabbedContent__news--tabs ul {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      text-align: center; }
      .g__tabbedContent__news--tabs ul li {
        display: inline-block;
        width: 33%;
        text-align: center; }
        @media (max-width: 700px) {
          .g__tabbedContent__news--tabs ul li {
            width: 100%;
            display: none; }
            .g__tabbedContent__news--tabs ul li.active {
              display: block; } }
        .g__tabbedContent__news--tabs ul li a {
          font-size: 30px;
          line-height: 25px;
          display: block;
          padding: 15px;
          color: #014289;
          font-family: "palace_main";
          max-width: 220px;
          margin: 0 auto; }
          .g__tabbedContent__news--tabs ul li a.active {
            border-bottom: 6px solid #014289; }
  .g__tabbedContent--staff--tabs {
    display: block;
    margin: 0 auto;
    max-width: 600px; }
    .g__tabbedContent--staff--tabs--active--link {
      display: none;
      margin: 0 auto; }
      @media (max-width: 700px) {
        .g__tabbedContent--staff--tabs--active--link {
          display: block; } }
    @media (max-width: 700px) {
      .g__tabbedContent--staff--tabs--active {
        position: relative;
        max-width: 220px; } }
    .g__tabbedContent--staff--tabs--active:before {
      content: attr(data-active);
      display: none; }
      @media (max-width: 700px) {
        .g__tabbedContent--staff--tabs--active:before {
          display: block;
          font-size: 30px;
          line-height: 25px;
          display: block;
          padding: 15px;
          color: #014289;
          font-family: "palace_main";
          max-width: 220px;
          margin: 0 auto; } }
    @media (max-width: 700px) {
      .g__tabbedContent--staff--tabs--active:after {
        content: '\f078';
        font-family: FontAwesome;
        position: absolute;
        top: 15px;
        color: #014289;
        right: 0; } }
    .g__tabbedContent--staff--tabs ul {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      text-align: center; }
      .g__tabbedContent--staff--tabs ul li {
        display: inline-block;
        width: 49.6%;
        text-align: center; }
        @media (max-width: 700px) {
          .g__tabbedContent--staff--tabs ul li {
            width: 100%;
            display: none; }
            .g__tabbedContent--staff--tabs ul li.active {
              display: block; } }
        .g__tabbedContent--staff--tabs ul li a {
          font-size: 30px;
          line-height: 25px;
          display: block;
          padding: 15px;
          color: #014289;
          font-family: "palace_main";
          max-width: 220px;
          margin: 0 auto; }
          .g__tabbedContent--staff--tabs ul li a.active {
            border-bottom: 6px solid #014289; }
  .g__tabbedContent--present--tabs {
    display: block;
    margin: 0 auto;
    max-width: 600px; }
    .g__tabbedContent--present--tabs--active--link {
      display: none;
      margin: 0 auto; }
      @media (max-width: 700px) {
        .g__tabbedContent--present--tabs--active--link {
          display: block; } }
    @media (max-width: 700px) {
      .g__tabbedContent--present--tabs--active {
        position: relative;
        max-width: 220px; } }
    .g__tabbedContent--present--tabs--active:before {
      content: attr(data-active);
      display: none; }
      @media (max-width: 700px) {
        .g__tabbedContent--present--tabs--active:before {
          display: block;
          font-size: 30px;
          line-height: 25px;
          display: block;
          padding: 15px;
          color: #014289;
          font-family: "palace_main";
          max-width: 220px;
          margin: 0 auto; } }
    @media (max-width: 700px) {
      .g__tabbedContent--present--tabs--active:after {
        content: '\f078';
        font-family: FontAwesome;
        position: absolute;
        top: 15px;
        color: #014289;
        right: 0; } }
    .g__tabbedContent--present--tabs ul {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      text-align: center; }
      .g__tabbedContent--present--tabs ul li {
        display: inline-block;
        width: 49.6%;
        text-align: center; }
        @media (max-width: 700px) {
          .g__tabbedContent--present--tabs ul li {
            width: 100%;
            display: none; }
            .g__tabbedContent--present--tabs ul li.active {
              display: block; } }
        .g__tabbedContent--present--tabs ul li a {
          font-size: 30px;
          line-height: 25px;
          display: block;
          padding: 15px;
          color: #014289;
          font-family: "palace_main";
          max-width: 220px;
          margin: 0 auto; }
          .g__tabbedContent--present--tabs ul li a.active {
            border-bottom: 6px solid #014289; }
  .g__tabbedContent--tabs--active--link {
    display: none;
    margin: 0 auto; }
    @media (max-width: 700px) {
      .g__tabbedContent--tabs--active--link {
        display: block; } }
  @media (max-width: 700px) {
    .g__tabbedContent--tabs--active {
      position: relative;
      max-width: 220px; } }
  .g__tabbedContent--tabs--active:before {
    content: attr(data-active);
    display: none; }
    @media (max-width: 700px) {
      .g__tabbedContent--tabs--active:before {
        display: block;
        font-size: 30px;
        line-height: 25px;
        display: block;
        padding: 15px;
        color: #014289;
        font-family: "palace_main";
        max-width: 220px;
        margin: 0 auto; } }
  @media (max-width: 700px) {
    .g__tabbedContent--tabs--active:after {
      content: '\f078';
      font-family: FontAwesome;
      position: absolute;
      top: 15px;
      color: #014289;
      right: 0; } }
  .g__tabbedContent--tabs ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center; }
    .g__tabbedContent--tabs ul li {
      display: inline-block;
      width: 33%;
      text-align: center; }
      @media (max-width: 700px) {
        .g__tabbedContent--tabs ul li {
          width: 100%;
          display: none; }
          .g__tabbedContent--tabs ul li.active {
            display: block; } }
      .g__tabbedContent--tabs ul li a {
        font-size: 30px;
        line-height: 25px;
        display: block;
        padding: 15px;
        color: #014289;
        font-family: "palace_main";
        max-width: 220px;
        margin: 0 auto; }
        .g__tabbedContent--tabs ul li a.active {
          border-bottom: 6px solid #014289; }

#g__select__cat {
  float: right;
  max-width: 250px;
  margin-right: 20px;
  border: 2px solid #014289;
  font-family: "Montserrat", sans-serif; }

#g__select__sort {
  float: right;
  max-width: 250px;
  border: 2px solid #014289;
  font-family: "Montserrat", sans-serif; }

.g__postTotal {
  float: left; }

.c__tooltip {
  background: url("../info-icon.html") no-repeat right 5px;
  display: inline-block;
  padding-right: 20px;
  position: relative; }
  .c__tooltip:hover {
    text-decoration: none; }
    .c__tooltip:hover .tooltip {
      display: block; }
  .c__tooltip__item {
    background: #eaeaea;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    display: none;
    padding: 10px;
    position: absolute;
    right: -10px;
    width: 280px;
    z-index: 2; }
    .c__tooltip__item--toolbottom:after {
      border-bottom: 10px solid #eaeaea;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      content: "";
      height: 0;
      position: absolute;
      right: 6px;
      top: -10px;
      width: 0; }
    .c__tooltip__item--toolright {
      right: -294px;
      top: -5px; }
      .c__tooltip__item--toolright:after {
        border-right: 10px solid #eaeaea;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        left: -10px;
        top: 6px;
        width: 0; }
    .c__tooltip__item--toolleft {
      -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.4);
              box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.4);
      left: -294px;
      top: -4px; }
      .c__tooltip__item--toolleft:after {
        border-left: 10px solid #eaeaea;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        right: -10px;
        top: 6px;
        width: 0; }
    .c__tooltip__item--tooltop {
      bottom: 38px;
      -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.4), 0 -2px 2px rgba(0, 0, 0, 0.4);
              box-shadow: 2px 0 2px rgba(0, 0, 0, 0.4), 0 -2px 2px rgba(0, 0, 0, 0.4);
      left: 0;
      right: auto; }
      .c__tooltip__item--tooltop:after {
        border-top: 10px solid #eaeaea;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        bottom: -10px;
        content: "";
        height: 0;
        left: 7px;
        position: absolute;
        width: 0; }

.c__hero {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative; }
  .c__hero::before {
    background-image: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.6) 100%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .c__hero__content {
    color: white;
    padding: 7.1875em 0;
    position: relative; }
    @media (min-width: 1025px) {
      .c__hero__content {
        max-width: 45%; } }
    .c__hero__content h1 {
      color: white; }
    .c__hero__content p {
      margin: 0; }
  .c__hero--main {
    min-height: 33.125em;
    min-height: 39.51515151515152vw;
    position: relative; }
  .c__hero--small {
    min-height: 21.875em;
    min-height: 26vw;
    position: relative; }
  .c__hero--carousel::before {
    display: none; }
  .c__hero--carousel__wrapper {
    overflow: hidden; }
  .c__hero--carousel__slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    float: left;
    height: 100%;
    min-height: 33.125em;
    min-height: 39.51515151515152vw;
    position: relative; }
    .c__hero--carousel__slide::before {
      background-image: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0.6)));
      background-image: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.6) 100%);
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
    .c__hero--carousel__slide__content {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      min-height: 33.125em;
      min-height: 39.51515151515152vw;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
  .c__hero--carousel__pagination__item {
    background-color: #4A4A4A;
    height: 7.5em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all ease-in 0.2s;
            transition: all ease-in 0.2s;
    width: 4.375em; }
    .c__hero--carousel__pagination__item:hover {
      width: 5em; }
    @media (max-width: 768px) {
      .c__hero--carousel__pagination__item {
        display: none; } }
    .c__hero--carousel__pagination__item__left {
      background-image: url(../svg/return-icon.svg);
      background-size: 1.125em 1.125em;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      left: 0; }
    .c__hero--carousel__pagination__item__right {
      background-image: url(../svg/progress-icon.svg);
      background-size: 1.125em 1.125em;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      right: 0; }
    .c__hero--carousel__pagination__item .i__svg {
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .c__hero--carousel .slick-dots {
    bottom: 3.125em;
    position: absolute;
    right: 3.125em; }

.c__tile--imgTile {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: white;
  position: relative; }
  .c__tile--imgTile::before {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .c__tile--imgTile::after {
    content: "";
    display: block;
    padding-top: 70.60133630289532%; }
  .c__tile--imgTile > div {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1.875em; }
  .c__tile--imgTile__title {
    font-size: 1.5625em;
    line-height: 1.2em;
    margin-bottom: 0.6666666667em;
    -webkit-transition: all ease-out 0.2s;
            transition: all ease-out 0.2s; }
  .c__tile--imgTile__subTitle {
    font-size: 1.25em;
    line-height: 1.25em;
    -webkit-transition: all ease-out 0.2s;
            transition: all ease-out 0.2s; }
  .c__tile--imgTile:hover .c__tile--imgTile__title {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px); }
  .c__tile--imgTile:hover .c__tile--imgTile__subTitle {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }

.c__tile--newsTile {
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: all ease-in 0.2s;
          transition: all ease-in 0.2s; }
  .c__tile--newsTile:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .c__tile--newsTile__img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 1.25em;
    position: relative; }
    .c__tile--newsTile__img::before {
      background-color: black;
      content: "";
      display: block;
      padding-top: 56.36363636363636%; }
    .c__tile--newsTile__img a {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      text-indent: -9999px; }
  .c__tile--newsTile__title {
    font-size: 1.25em;
    line-height: 1.3em;
    margin-bottom: 1em;
    min-height: 2.6em;
    padding: 0.25em;
    text-transform: none; }
  .c__tile--newsTile__summary {
    font-size: 1.125em;
    line-height: 1.5555555556em;
    padding: 0.2777777778em; }

.m__carousel__items {
  overflow: hidden; }

.m__carousel__item {
  float: left; }

.m__carousel .slick-dots {
  bottom: 1.875em;
  position: absolute;
  right: 1.875em; }

.m__carousel--simple {
  position: relative; }
  .m__carousel--simple__check[type="radio"] {
    display: none; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="1"] ~ .m__carousel--simple__items [data-item="1"] {
      opacity: 1;
      z-index: 5; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="1"] ~ .m__carousel--simple__pagination [data-item="1"] {
      background-color: #005bd2; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="2"] ~ .m__carousel--simple__items [data-item="2"] {
      opacity: 1;
      z-index: 5; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="2"] ~ .m__carousel--simple__pagination [data-item="2"] {
      background-color: #005bd2; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="3"] ~ .m__carousel--simple__items [data-item="3"] {
      opacity: 1;
      z-index: 5; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="3"] ~ .m__carousel--simple__pagination [data-item="3"] {
      background-color: #005bd2; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="4"] ~ .m__carousel--simple__items [data-item="4"] {
      opacity: 1;
      z-index: 5; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="4"] ~ .m__carousel--simple__pagination [data-item="4"] {
      background-color: #005bd2; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="5"] ~ .m__carousel--simple__items [data-item="5"] {
      opacity: 1;
      z-index: 5; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="5"] ~ .m__carousel--simple__pagination [data-item="5"] {
      background-color: #005bd2; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="6"] ~ .m__carousel--simple__items [data-item="6"] {
      opacity: 1;
      z-index: 5; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="6"] ~ .m__carousel--simple__pagination [data-item="6"] {
      background-color: #005bd2; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="7"] ~ .m__carousel--simple__items [data-item="7"] {
      opacity: 1;
      z-index: 5; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="7"] ~ .m__carousel--simple__pagination [data-item="7"] {
      background-color: #005bd2; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="8"] ~ .m__carousel--simple__items [data-item="8"] {
      opacity: 1;
      z-index: 5; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="8"] ~ .m__carousel--simple__pagination [data-item="8"] {
      background-color: #005bd2; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="9"] ~ .m__carousel--simple__items [data-item="9"] {
      opacity: 1;
      z-index: 5; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="9"] ~ .m__carousel--simple__pagination [data-item="9"] {
      background-color: #005bd2; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="10"] ~ .m__carousel--simple__items [data-item="10"] {
      opacity: 1;
      z-index: 5; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="10"] ~ .m__carousel--simple__pagination [data-item="10"] {
      background-color: #005bd2; }
  .m__carousel--simple__items {
    height: 50vh; }
  .m__carousel--simple__item {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .m__carousel--simple__pagination {
    bottom: 1.875em;
    position: absolute;
    right: 1.875em;
    z-index: 10; }
    .m__carousel--simple__pagination label {
      background-color: #4A4A4A;
      border-radius: 50%;
      cursor: pointer;
      height: 15px;
      float: left;
      margin: 0;
      padding: 0;
      -webkit-transition: all ease-in 0.2s;
              transition: all ease-in 0.2s;
      width: 15px; }
      .m__carousel--simple__pagination label:not(:last-child) {
        margin-right: 10px; }

.g__contactContent {
  padding: 50px 0; }
  .g__contactContent #field_2_1,
  .g__contactContent #field_2_2,
  .g__contactContent #field_2_3,
  .g__contactContent #field_2_4 {
    float: left;
    width: 49%; }
    @media (max-width: 650px) {
      .g__contactContent #field_2_1,
      .g__contactContent #field_2_2,
      .g__contactContent #field_2_3,
      .g__contactContent #field_2_4 {
        width: 100%; } }
  .g__contactContent #field_2_1,
  .g__contactContent #field_2_3 {
    margin-right: 2% !important; }
  .g__contactContent #field_2_1,
  .g__contactContent #field_2_2,
  .g__contactContent #field_2_3,
  .g__contactContent #field_2_4,
  .g__contactContent #field_2_5 {
    position: relative;
    clear: none !important;
    margin-top: 0 !important;
    margin-bottom: 20px;
    padding: 0; }
    .g__contactContent #field_2_1 input,
    .g__contactContent #field_2_1 textarea,
    .g__contactContent #field_2_2 input,
    .g__contactContent #field_2_2 textarea,
    .g__contactContent #field_2_3 input,
    .g__contactContent #field_2_3 textarea,
    .g__contactContent #field_2_4 input,
    .g__contactContent #field_2_4 textarea,
    .g__contactContent #field_2_5 input,
    .g__contactContent #field_2_5 textarea {
      border: 0;
      padding: 20px 0px !important;
      font-family: "Montserrat", sans-serif;
      color: #4a4a4a;
      border-bottom: 2px solid #4a4a4a;
      background-color: transparent;
      position: relative !important;
      z-index: 10;
      width: 100% !important; }
    .g__contactContent #field_2_1 label,
    .g__contactContent #field_2_2 label,
    .g__contactContent #field_2_3 label,
    .g__contactContent #field_2_4 label,
    .g__contactContent #field_2_5 label {
      color: #4a4a4a;
      font-size: 16px;
      position: absolute;
      left: 0px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      z-index: 9;
      -webkit-transition: 0.2s ease all;
              transition: 0.2s ease all;
      margin: 0 !important;
      font-weight: 400; }
      .g__contactContent #field_2_1 label .gfield_required,
      .g__contactContent #field_2_2 label .gfield_required,
      .g__contactContent #field_2_3 label .gfield_required,
      .g__contactContent #field_2_4 label .gfield_required,
      .g__contactContent #field_2_5 label .gfield_required {
        color: #4a4a4a; }
    .g__contactContent #field_2_1.active label,
    .g__contactContent #field_2_2.active label,
    .g__contactContent #field_2_3.active label,
    .g__contactContent #field_2_4.active label,
    .g__contactContent #field_2_5.active label {
      top: 24px;
      bottom: 10px;
      left: 0px;
      opacity: 1;
      color: #014289;
      font-size: 11px;
      font-weight: 400; }
      .g__contactContent #field_2_1.active label .gfield_required,
      .g__contactContent #field_2_2.active label .gfield_required,
      .g__contactContent #field_2_3.active label .gfield_required,
      .g__contactContent #field_2_4.active label .gfield_required,
      .g__contactContent #field_2_5.active label .gfield_required {
        color: #014289; }
    .g__contactContent #field_2_1.active input,
    .g__contactContent #field_2_1.active textarea,
    .g__contactContent #field_2_2.active input,
    .g__contactContent #field_2_2.active textarea,
    .g__contactContent #field_2_3.active input,
    .g__contactContent #field_2_3.active textarea,
    .g__contactContent #field_2_4.active input,
    .g__contactContent #field_2_4.active textarea,
    .g__contactContent #field_2_5.active input,
    .g__contactContent #field_2_5.active textarea {
      border-bottom: 2px solid #014289; }
    .g__contactContent #field_2_1.active--out label,
    .g__contactContent #field_2_2.active--out label,
    .g__contactContent #field_2_3.active--out label,
    .g__contactContent #field_2_4.active--out label,
    .g__contactContent #field_2_5.active--out label {
      top: 24px;
      bottom: 10px;
      left: 0px;
      opacity: 1;
      color: #4a4a4a;
      font-size: 11px;
      font-weight: 400; }
      .g__contactContent #field_2_1.active--out label .gfield_required,
      .g__contactContent #field_2_2.active--out label .gfield_required,
      .g__contactContent #field_2_3.active--out label .gfield_required,
      .g__contactContent #field_2_4.active--out label .gfield_required,
      .g__contactContent #field_2_5.active--out label .gfield_required {
        color: #4a4a4a; }
    .g__contactContent #field_2_1.active--out input,
    .g__contactContent #field_2_1.active--out textarea,
    .g__contactContent #field_2_2.active--out input,
    .g__contactContent #field_2_2.active--out textarea,
    .g__contactContent #field_2_3.active--out input,
    .g__contactContent #field_2_3.active--out textarea,
    .g__contactContent #field_2_4.active--out input,
    .g__contactContent #field_2_4.active--out textarea,
    .g__contactContent #field_2_5.active--out input,
    .g__contactContent #field_2_5.active--out textarea {
      border-bottom: 2px solid #4a4a4a; }
  .g__contactContent #field_2_5 {
    clear: both !important;
    float: left;
    width: 100%;
    margin-top: 20px !important; }
    .g__contactContent #field_2_5 label {
      left: 0px !important;
      top: 15px !important;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; }
    .g__contactContent #field_2_5.active label {
      top: -15px !important; }
    .g__contactContent #field_2_5.active--out label {
      top: -15px !important; }
  .g__contactContent #field_2_6 {
    width: 100%;
    float: left;
    margin-top: 0 !important; }
    .g__contactContent #field_2_6 .gfield_label {
      display: none; }
    .g__contactContent #field_2_6 input {
      -webkit-appearance: none;
              appearance: none;
      height: 11px;
      width: 11px !important;
      border: 1px solid #4a4a4a;
      background-color: #fff;
      margin-top: 0 !important; }
      .g__contactContent #field_2_6 input:checked {
        background-color: #4a4a4a; }
    .g__contactContent #field_2_6 label {
      margin-left: 25px;
      font-size: 13px;
      font-weight: 500; }
  .g__contactContent input[type=submit] {
    display: block !important;
    background-color: #d72217;
    color: #fff;
    font-family: "palace_main";
    font-size: 18px !important;
    text-align: center;
    padding: 13px !important;
    border: 2px solid #d72217;
    width: 100% !important;
    max-width: 210px; }
    .g__contactContent input[type=submit]:hover {
      color: #d72217;
      background-color: #fff; }
  .g__contactContent--details {
    background-color: #d72217;
    padding: 50px;
    background-image: url("../svg/red-dots.svg");
    background-size: auto;
    background-position: right 30px bottom 15px;
    background-repeat: no-repeat; }
    @media (max-width: 500px) {
      .g__contactContent--details {
        padding: 25px 15px 15px 15px; } }
    .g__contactContent--details h2 {
      color: #fff;
      font-size: 30px;
      line-height: 30px; }
    .g__contactContent--details h3 {
      color: #fff;
      font-size: 16px;
      line-height: 22px;
      font-weight: 800;
      font-family: "Montserrat", sans-serif;
      margin-bottom: 5px;
      text-transform: none; }
    .g__contactContent--details p {
      color: #fff;
      font-size: 16px;
      line-height: 22px; }
    .g__contactContent--details a {
      color: #fff;
      font-size: 16px;
      line-height: 22px;
      word-break: break-word; }
  .g__contactContent .g__footer__linkList {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    text-align: left;
    text-align: center; }

.gform_wrapper li.gfield.gfield_error label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning label {
  color: #d72217 !important; }

.gform_wrapper li.gfield.gfield_error input,
.gform_wrapper li.gfield.gfield_error textarea,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning textarea {
  border-bottom: 2px solid #d72217 !important; }

.gform_wrapper .gform_body li.gfield.gfield_error,
.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  margin-bottom: 20px !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important; }

.validation_message {
  display: none !important; }

.validation_error {
  display: none !important; }

.g__job {
  padding: 50px 0; }
  .g__job--single {
    background-color: #014289;
    padding: 15px;
    height: 100%; }
    .g__job--single:hover .mw-link {
      text-decoration: underline; }
    .g__job--single--blue {
      background-color: #014289;
      background-image: url("../svg/blue-dots.svg");
      background-size: auto;
      background-position: right 25px bottom 25px;
      background-repeat: no-repeat; }
    .g__job--single--red {
      background-color: #d72217;
      background-image: url("../svg/red-dots.svg");
      background-size: auto;
      background-position: right 25px bottom 25px;
      background-repeat: no-repeat; }
    .g__job--single h2 {
      color: #fff;
      font-size: 30px;
      margin-bottom: 10px;
      line-height: 30px; }
    .g__job--single h3 {
      color: #fff;
      font-size: 14px;
      margin-bottom: 20px;
      line-height: 15px; }
    .g__job--single p {
      color: #fff;
      font-size: 16px;
      line-height: 16px;
      margin-bottom: 30px; }
    .g__job--single .mw-link {
      color: #F5C825;
      font-size: 18px;
      font-family: "palace_main";
      margin: 0;
      padding: 0;
      margin-bottom: 0; }
      .g__job--single .mw-link:before {
        content: '>>  '; }
      .g__job--single .mw-link:hover {
        text-decoration: underline; }

.g__jobContent {
  padding: 50px 0; }
  .g__jobContent h3 {
    color: #014289;
    margin-bottom: 20px; }
  .g__jobContent--apply h3 {
    color: #d72217; }
  .g__jobContent--apply a {
    color: #d72217; }
    .g__jobContent--apply a:hover {
      text-decoration: underline; }
  .g__jobContent--apply .btn-download {
    width: 100%;
    max-width: 250px;
    background-color: #d72217;
    display: block;
    text-align: center;
    color: #fff;
    padding: 13px;
    font-family: "palace_main";
    font-size: 18px;
    border: 2px solid #d72217; }
    .g__jobContent--apply .btn-download:hover {
      background-color: #fff;
      color: #d72217;
      text-decoration: none; }

.g__teammembers {
  padding: 50px 0; }
  .g__teammembers--playmakers {
    padding: 0 0 50px 0; }
  .g__teammembers--present {
    display: none; }
    .g__teammembers--present.active {
      display: block; }
  .g__teammembers--past {
    display: none; }
    .g__teammembers--past.active {
      display: block; }
  .g__teammembers--staff {
    display: none;
    padding: 0 0 50px 0; }
    .g__teammembers--staff.active {
      display: block; }
  .g__teammembers--trustees {
    display: none;
    padding: 0 0 50px 0; }
    .g__teammembers--trustees.active {
      display: block; }
  .g__teammembers__person--image {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center; }
    .g__teammembers__person--image:after {
      content: '';
      padding-top: 100%;
      display: block; }
  .g__teammembers__person--content {
    padding: 20px 15px;
    background-color: #FAFAFA;
    min-height: 137px; }
    .g__teammembers__person--content h2 {
      color: #014289;
      font-size: 25px;
      line-height: 25px;
      margin-bottom: 5px; }
    .g__teammembers__person--content h3 {
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 25px; }
    .g__teammembers__person--content a {
      color: #d72217;
      font-size: 18px;
      line-height: 16px;
      font-family: "palace_main"; }
      .g__teammembers__person--content a:before {
        content: '>>  '; }
      .g__teammembers__person--content a:hover {
        text-decoration: underline; }
  .g__teammembers__person--popout {
    display: none;
    background-color: #fff;
    padding: 45px 15px 15px 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    max-width: 820px;
    z-index: 13; }
    @media (max-width: 860px) {
      .g__teammembers__person--popout {
        padding: 60px 15px 15px 15px;
        left: 0;
        right: 0;
        bottom: 0;
        top: 102px;
        height: 100%;
        width: 100%;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        overflow-y: scroll;
        padding-bottom: 100px; } }
    @media (max-width: 650px) {
      .g__teammembers__person--popout {
        top: 97px; } }
    @media (max-width: 560px) {
      .g__teammembers__person--popout {
        top: 76px; } }
    .g__teammembers__person--popout .mw-team-close {
      display: block;
      position: absolute;
      right: 30px;
      top: 20px; }
    .g__teammembers__person--popout--content h2 {
      color: #014289;
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 10px; }
    .g__teammembers__person--popout--content h3 {
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 20px; }
    .g__teammembers__person--popout--content p {
      font-size: 14px;
      line-height: 16px; }
    .g__teammembers__person--popout--image {
      background-size: contain;
      background-repeat: no-repeat;
      position: relative;
      height: 100%;
      width: 100%;
      min-height: 425px; }

#g__select__cat {
  float: right;
  max-width: 250px;
  margin-right: 20px; }
  @media (max-width: 900px) {
    #g__select__cat {
      float: left;
      margin-bottom: 20px; } }
  @media (max-width: 600px) {
    #g__select__cat {
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 20px; } }

#g__select__sort {
  float: right;
  max-width: 250px; }
  @media (max-width: 900px) {
    #g__select__sort {
      float: left;
      margin-right: 20px;
      margin-bottom: 20px; } }
  @media (max-width: 600px) {
    #g__select__sort {
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 20px; } }

@media (max-width: 900px) {
  .g__select {
    width: 100%; } }

.g__postTotal {
  float: left; }
  @media (max-width: 900px) {
    .g__postTotal {
      width: 100%; } }

.dpj-pagination {
  width: 100%;
  padding: 20px 0; }
  .dpj-pagination ul {
    margin: 0;
    padding: 0;
    display: block;
    margin: 0 auto;
    text-align: center; }
    .dpj-pagination ul li {
      display: inline-block; }
      .dpj-pagination ul li span {
        color: #014289; }
      .dpj-pagination ul li .current {
        color: #fff;
        background: #d72217;
        font-weight: 600;
        padding: 10px 15px; }
      .dpj-pagination ul li a {
        padding: 15px;
        color: #014289;
        font-weight: 600; }

.g__openplay {
  padding: 50px 0 0; }

.g__button {
  margin: 3em 0; }

.g__AdvertBanner {
  padding: 3em 0; }
  .g__AdvertBanner__carousel {
    padding-bottom: 40px; }
    .g__AdvertBanner__carousel img {
      width: 100%;
      height: auto; }
    @media (max-width: 768px) {
      .g__AdvertBanner__carousel .desktop-image {
        display: none; } }
    .g__AdvertBanner__carousel .mobile-image {
      display: none; }
      @media (max-width: 768px) {
        .g__AdvertBanner__carousel .mobile-image {
          display: block; } }
    .g__AdvertBanner__carousel .slick-dots {
      position: absolute !important;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
      @media (max-width: 560px) {
        .g__AdvertBanner__carousel .slick-dots {
          bottom: 20px; } }
      .g__AdvertBanner__carousel .slick-dots li.slick-active button {
        background-color: #d72217; }
      .g__AdvertBanner__carousel .slick-dots li button {
        background-color: #014289;
        width: 10px;
        height: 10px; }
    .g__AdvertBanner__carousel .fa-chevron-right,
    .g__AdvertBanner__carousel .fa-chevron-left {
      color: #fff;
      position: absolute;
      font-size: 12px;
      padding: 10px;
      z-index: 100;
      cursor: pointer;
      color: #d72217; }
    .g__AdvertBanner__carousel .fa-chevron-right {
      bottom: -6px;
      left: 58%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
      @media (max-width: 900px) {
        .g__AdvertBanner__carousel .fa-chevron-right {
          left: 62%; } }
      @media (max-width: 650px) {
        .g__AdvertBanner__carousel .fa-chevron-right {
          left: 67%; } }
      @media (max-width: 560px) {
        .g__AdvertBanner__carousel .fa-chevron-right {
          left: 70%;
          bottom: 14px; } }
      @media (max-width: 400px) {
        .g__AdvertBanner__carousel .fa-chevron-right {
          left: 75%; } }
      @media (max-width: 350px) {
        .g__AdvertBanner__carousel .fa-chevron-right {
          left: 78%; } }
    .g__AdvertBanner__carousel .fa-chevron-left {
      bottom: -6px;
      left: 41%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
      @media (max-width: 900px) {
        .g__AdvertBanner__carousel .fa-chevron-left {
          left: 37%; } }
      @media (max-width: 650px) {
        .g__AdvertBanner__carousel .fa-chevron-left {
          left: 32%; } }
      @media (max-width: 560px) {
        .g__AdvertBanner__carousel .fa-chevron-left {
          left: 29%;
          bottom: 14px; } }
      @media (max-width: 400px) {
        .g__AdvertBanner__carousel .fa-chevron-left {
          left: 24%; } }
      @media (max-width: 350px) {
        .g__AdvertBanner__carousel .fa-chevron-left {
          left: 21%; } }