/*! 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 {
  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"] {
  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 */
  /* 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-collapse: 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 {
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
  height: 100%;
  position: relative;
}

@media (max-width: 960px) {
  html {
    overflow-x: hidden;
  }
}

@media (max-width: 768px) {
  html.activemarker {
    overflow: hidden;
  }
}

body {
  background: white;
  color: #004c6d;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  min-height: 100%;
  line-height: ratio(16);
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 960px) {
  body {
    overflow-x: hidden;
  }
}

body.nav-active {
  overflow: hidden;
}

body.nav-active::-webkit-scrollbar {
  background: transparent;
  border-radius: 0;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0);
  height: 5px;
  -webkit-appearance: none;
  width: 10px;
}

body.nav-active ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

body.nav-active::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0;
}

@media (max-width: 768px) {
  body.activemarker {
    position: relative;
    overflow: hidden;
  }
}

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

h1, h2, .c__comp__intro--nohero .c__comp__intro__title h1, .c__map__contentWrapper__content h1, h3, .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, h4, .c__comp__tabs__content__block .c__comp__faq__search h3, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h2, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs__content__block .c__comp__faq__search .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h1, h5, h6 {
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.257142857142857em;
  margin: 0 0 1em;
}

h1 {
  color: #ffffff;
  font-size: 2.375em;
  line-height: 1.15789em;
  margin-bottom: 0.52632em;
  text-transform: none;
}

h1.alt {
  color: #004c6d;
}

@media (min-width: 481px) and (max-width: 960px) {
  h1 {
    font-size: 30px;
  }
}

@media screen and (min-width: 481px) and (max-width: 960px) and (min-width: 480px) {
  h1 {
    font-size: calc(30px + 8 * ((100vw - 480px) / 480));
  }
}

@media screen and (min-width: 481px) and (max-width: 960px) and (min-width: 960px) {
  h1 {
    font-size: 38px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.875em;
  }
}

h1 a {
  color: inherit;
}

h2, .c__comp__intro--nohero .c__comp__intro__title h1, .c__map__contentWrapper__content h1 {
  color: #004c6d;
  font-size: 2em;
  line-height: 1.15625em;
  margin-bottom: 0.9375em;
  text-transform: none;
}

h2.c__comp__title, .c__comp__intro--nohero .c__comp__intro__title h1.c__comp__title, .c__map__contentWrapper__content h1.c__comp__title {
  text-align: center;
}

@media (min-width: 481px) and (max-width: 960px) {
  h2, .c__comp__intro--nohero .c__comp__intro__title h1, .c__map__contentWrapper__content h1 {
    font-size: 25px;
  }
}

@media screen and (min-width: 481px) and (max-width: 960px) and (min-width: 480px) {
  h2, .c__comp__intro--nohero .c__comp__intro__title h1, .c__map__contentWrapper__content h1 {
    font-size: calc(25px + 7 * ((100vw - 480px) / 480));
  }
}

@media screen and (min-width: 481px) and (max-width: 960px) and (min-width: 960px) {
  h2, .c__comp__intro--nohero .c__comp__intro__title h1, .c__map__contentWrapper__content h1 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  h2, .c__comp__intro--nohero .c__comp__intro__title h1, .c__map__contentWrapper__content h1 {
    font-size: 1.5625em;
  }
}

h2 a, .c__comp__intro--nohero .c__comp__intro__title h1 a, .c__map__contentWrapper__content h1 a {
  color: inherit;
}

h3, .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1 {
  color: #20a1c9;
  font-size: 1.4375em;
  line-height: 1.26087em;
  margin-bottom: 0.65217em;
  text-transform: none;
}

@media (min-width: 481px) and (max-width: 960px) {
  h3, .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1 {
    font-size: 20px;
  }
}

@media screen and (min-width: 481px) and (max-width: 960px) and (min-width: 480px) {
  h3, .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1 {
    font-size: calc(20px + 3 * ((100vw - 480px) / 480));
  }
}

@media screen and (min-width: 481px) and (max-width: 960px) and (min-width: 960px) {
  h3, .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1 {
    font-size: 23px;
  }
}

@media (max-width: 480px) {
  h3, .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1 {
    font-size: 1.25em;
  }
}

h3 a, .c__comp__tabs .c__comp__blocks h2 a, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1 a, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1 a, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1 a, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1 a {
  color: inherit;
}

h4, .c__comp__tabs__content__block .c__comp__faq__search h3, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h2, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs__content__block .c__comp__faq__search .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h1 {
  color: #20a1c9;
  font-size: 1.25em;
  line-height: 1.15em;
  margin-bottom: 0.5em;
  text-transform: none;
}

@media (min-width: 481px) and (max-width: 960px) {
  h4, .c__comp__tabs__content__block .c__comp__faq__search h3, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h2, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs__content__block .c__comp__faq__search .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h1 {
    font-size: 18px;
  }
}

@media screen and (min-width: 481px) and (max-width: 960px) and (min-width: 480px) {
  h4, .c__comp__tabs__content__block .c__comp__faq__search h3, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h2, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs__content__block .c__comp__faq__search .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h1 {
    font-size: calc(18px + 2 * ((100vw - 480px) / 480));
  }
}

@media screen and (min-width: 481px) and (max-width: 960px) and (min-width: 960px) {
  h4, .c__comp__tabs__content__block .c__comp__faq__search h3, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h2, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs__content__block .c__comp__faq__search .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h1 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  h4, .c__comp__tabs__content__block .c__comp__faq__search h3, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h2, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs__content__block .c__comp__faq__search .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h1 {
    font-size: 1.25em;
  }
}

h4 a, .c__comp__tabs__content__block .c__comp__faq__search h3 a, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks h2 a, .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h2 a, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1 a, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs__content__block .c__comp__faq__search h1 a, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1 a, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h1 a, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1 a, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__tabs__content__block .c__comp__faq__search h1 a, .c__comp__tabs__content__block .c__comp__faq__search .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1 a, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h1 a {
  color: inherit;
}

h5 {
  color: #004c6d;
  font-size: 1em;
  margin-bottom: 0;
  text-transform: none;
}

h5 a {
  color: inherit;
}

a {
  color: #20a1c9;
  font-weight: 500;
  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: 500;
  line-height: 1.42857em;
  text-transform: uppercase;
}

.cta__standard {
  color: #20a1c9;
  font-weight: 600;
  line-height: 1.125em;
  padding-left: 0.9375em;
  position: relative;
}

.cta__standard::before {
  content: ">";
  left: 0;
  position: absolute;
  top: 1px;
}

.cta__return {
  color: #20a1c9;
  cursor: pointer;
  display: inline-block;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  padding: 0.3125em 0 0.3125em 1.875em;
  position: relative;
}

.cta__return::before {
  background-image: url(/assets/images/icons/lightblue-circle-arrow.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}

p {
  margin: 0 0 1.61803em 0;
}

ul {
  margin: 0 0 1.61803em;
  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;
}

ul.ctalist a {
  color: #ffffff;
  font-size: 1.1875em;
  font-weight: 600;
  line-height: 1.68421em;
  padding-left: 0.78947em;
  position: relative;
}

ul.ctalist a::before {
  content: ">";
  font-size: 1em;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 0.10526em;
}

ol {
  counter-reset: item;
  list-style: none;
  margin: 0 0 1.61803em;
  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;
}

ol.nolist li::before {
  display: none;
}

ol.steps, .c__comp__tabs__content__desc ol {
  font-size: 1.125em;
  margin: 0;
  padding: 0;
}

ol.steps li, .c__comp__tabs__content__desc ol li {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  min-height: 4.72222em;
  padding-bottom: 1.11111em;
  padding-left: 3.33333em;
  padding-top: 1.11111em;
  position: relative;
}

ol.steps li::before, .c__comp__tabs__content__desc ol li::before {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #20a1c9;
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 1.11111em;
  height: 2.25em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  left: 0;
  line-height: 1.15em;
  margin: 0;
  position: absolute;
  top: 1em;
  width: 2.25em;
}

ol.steps li:not(:first-child), .c__comp__tabs__content__desc ol li:not(:first-child) {
  border-top: 1px solid rgba(151, 151, 151, 0.21);
}

dl {
  margin: 1.25em 0;
}

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.l__pushtop {
  padding-top: 0.9375em;
}

@media (min-width: 769px) {
  .l__pushtop {
    padding-top: 3.125em;
  }
}

@media (min-width: 769px) {
  .l__pushsides {
    padding-left: 3.125em;
    padding-right: 3.125em;
  }
}

.l__pushbottom {
  padding-bottom: 0.9375em;
}

@media (min-width: 769px) {
  .l__pushbottom {
    padding-bottom: 3.125em;
  }
}

.l__contain {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}

.l__contain.full {
  padding: 0;
}

@media (max-width: 480px) {
  .l__contain {
    padding: 0 20px;
  }
}

.l__wrap {
  position: relative;
}

.l__flexheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-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: 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;
  }
}

.l__rowFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.l__rowFlex[data-flex="3"] > .l__col__flex {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-flex-basis: 33.3333333333%;
          flex-basis: 33.3333333333%;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .l__rowFlex[data-flex="3"] > .l__col__flex[data-1024*="flex2"] {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
  }
  .l__rowFlex[data-flex="3"] > .l__col__flex[data-1024*="flex1"] {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
  }
  .l__rowFlex[data-flex="3"] > .l__col__flex[data-1024*="flexend"] {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
}

@media (max-width: 768px) {
  .l__rowFlex[data-flex="3"] > .l__col__flex[data-768*="flex2"] {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
  }
  .l__rowFlex[data-flex="3"] > .l__col__flex[data-768*="flex1"] {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
  }
  .l__rowFlex[data-flex="3"] > .l__col__flex[data-768*="flexend"] {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
}

@media (max-width: 480px) {
  .l__rowFlex[data-flex="3"] > .l__col__flex[data-480*="flex2"] {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
  }
  .l__rowFlex[data-flex="3"] > .l__col__flex[data-480*="flex1"] {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
  }
  .l__rowFlex[data-flex="3"] > .l__col__flex[data-480*="flexend"] {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
}

.l__rowFlex[data-flex="4"] > .l__col__flex {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-flex-basis: 25%;
          flex-basis: 25%;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .l__rowFlex[data-flex="4"] > .l__col__flex[data-1024*="flex2"] {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
  }
  .l__rowFlex[data-flex="4"] > .l__col__flex[data-1024*="flex1"] {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
  }
}

@media (max-width: 768px) {
  .l__rowFlex[data-flex="4"] > .l__col__flex[data-768*="flex2"] {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
  }
  .l__rowFlex[data-flex="4"] > .l__col__flex[data-768*="flex1"] {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
  }
}

@media (max-width: 480px) {
  .l__rowFlex[data-flex="4"] > .l__col__flex[data-480*="flex2"] {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
  }
  .l__rowFlex[data-flex="4"] > .l__col__flex[data-480*="flex1"] {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
  }
}

.l__rowFlex[data-grow="false"] > .l__col__flex {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
          flex-grow: 0;
}

.l__rowFlex.l__rowFlex--nostretch {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.l__rowFlex.l__rowFlex--nostretch .l__col__flex {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
          flex-grow: 0;
}

@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: 1024px) {
  [data-1024*="reverse"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

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

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

.l__col__evenpad {
  margin: 0 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.33333%;
}

.l__col__span1-5 {
  width: 12.5%;
}

.l__col__span2 {
  width: 16.66667%;
}

.l__col__span2-4 {
  width: 20%;
}

.l__col__span3 {
  width: 25%;
}

.l__col__span3-3 {
  width: 27.5%;
}

.l__col__span4 {
  width: 33.33333%;
}

.l__col__span5 {
  width: 41.66667%;
}

.l__col__span6 {
  width: 50%;
}

.l__col__span7 {
  width: 58.33333%;
}

.l__col__span8 {
  width: 66.66667%;
}

.l__col__span9 {
  width: 75%;
}

.l__col__span10 {
  width: 83.33333%;
}

.l__col__span11 {
  width: 91.66667%;
}

.l__col__span12 {
  width: 100%;
}

.l__col__offby1 {
  margin-left: 8.33333%;
}

.l__col__offby2 {
  margin-left: 16.66667%;
}

.l__col__offby3 {
  margin-left: 25%;
}

.l__col__offby4 {
  margin-left: 33.33333%;
}

.l__col__offby5 {
  margin-left: 41.66667%;
}

.l__col__offby6 {
  margin-left: 50%;
}

.l__col__offby7 {
  margin-left: 58.33333%;
}

.l__col__offby8 {
  margin-left: 66.66667%;
}

.l__col__offby9 {
  margin-left: 75%;
}

.l__col__offby10 {
  margin-left: 83.33333%;
}

.l__col__offby11 {
  margin-left: 91.66667%;
}

.l__col__offby12 {
  margin-left: 100%;
}

@media (max-width: 1024px) {
  .l__col[data-1024*="1"] {
    width: 8.33333%;
  }
  .l__col[data-1024*="2"] {
    width: 16.66667%;
  }
  .l__col[data-1024*="3"] {
    width: 25%;
  }
  .l__col[data-1024*="4"] {
    width: 33.33333%;
  }
  .l__col[data-1024*="5"] {
    width: 41.66667%;
  }
  .l__col[data-1024*="6"] {
    width: 50%;
  }
  .l__col[data-1024*="7"] {
    width: 58.33333%;
  }
  .l__col[data-1024*="8"] {
    width: 66.66667%;
  }
  .l__col[data-1024*="9"] {
    width: 75%;
  }
  .l__col[data-1024*="10"] {
    width: 83.33333%;
  }
  .l__col[data-1024*="11"] {
    width: 91.66667%;
  }
  .l__col[data-1024*="12"] {
    width: 100%;
    float: none;
  }
  .l__col[data-offby1024*="1"] {
    margin-left: 8.33333%;
  }
  .l__col[data-offby1024*="2"] {
    margin-left: 16.66667%;
  }
  .l__col[data-offby1024*="3"] {
    margin-left: 25%;
  }
  .l__col[data-offby1024*="4"] {
    margin-left: 33.33333%;
  }
  .l__col[data-offby1024*="5"] {
    margin-left: 41.66667%;
  }
  .l__col[data-offby1024*="6"] {
    margin-left: 50%;
  }
  .l__col[data-offby1024*="7"] {
    margin-left: 58.33333%;
  }
  .l__col[data-offby1024*="8"] {
    margin-left: 66.66667%;
  }
  .l__col[data-offby1024*="9"] {
    margin-left: 75%;
  }
  .l__col[data-offby1024*="10"] {
    margin-left: 83.33333%;
  }
  .l__col[data-offby1024*="11"] {
    margin-left: 91.66667%;
  }
  .l__col[data-offby1024*="12"] {
    margin-left: 100%;
  }
  .l__col[data-offby1024*="false"] {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .l__col[data-768*="1"] {
    width: 8.33333%;
  }
  .l__col[data-768*="2"] {
    width: 16.66667%;
  }
  .l__col[data-768*="3"] {
    width: 25%;
  }
  .l__col[data-768*="4"] {
    width: 33.33333%;
  }
  .l__col[data-768*="5"] {
    width: 41.66667%;
  }
  .l__col[data-768*="6"] {
    width: 50%;
  }
  .l__col[data-768*="7"] {
    width: 58.33333%;
  }
  .l__col[data-768*="8"] {
    width: 66.66667%;
  }
  .l__col[data-768*="9"] {
    width: 75%;
  }
  .l__col[data-768*="10"] {
    width: 83.33333%;
  }
  .l__col[data-768*="11"] {
    width: 91.66667%;
  }
  .l__col[data-768*="12"] {
    width: 100%;
    float: none;
  }
  .l__col[data-offby768*="1"] {
    margin-left: 8.33333%;
  }
  .l__col[data-offby768*="2"] {
    margin-left: 16.66667%;
  }
  .l__col[data-offby768*="3"] {
    margin-left: 25%;
  }
  .l__col[data-offby768*="4"] {
    margin-left: 33.33333%;
  }
  .l__col[data-offby768*="5"] {
    margin-left: 41.66667%;
  }
  .l__col[data-offby768*="6"] {
    margin-left: 50%;
  }
  .l__col[data-offby768*="7"] {
    margin-left: 58.33333%;
  }
  .l__col[data-offby768*="8"] {
    margin-left: 66.66667%;
  }
  .l__col[data-offby768*="9"] {
    margin-left: 75%;
  }
  .l__col[data-offby768*="10"] {
    margin-left: 83.33333%;
  }
  .l__col[data-offby768*="11"] {
    margin-left: 91.66667%;
  }
  .l__col[data-offby768*="12"] {
    margin-left: 100%;
  }
  .l__col[data-offby768*="false"] {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .l__col[data-480*="1"] {
    width: 8.33333%;
  }
  .l__col[data-480*="2"] {
    width: 16.66667%;
  }
  .l__col[data-480*="3"] {
    width: 25%;
  }
  .l__col[data-480*="4"] {
    width: 33.33333%;
  }
  .l__col[data-480*="5"] {
    width: 41.66667%;
  }
  .l__col[data-480*="6"] {
    width: 50%;
  }
  .l__col[data-480*="7"] {
    width: 58.33333%;
  }
  .l__col[data-480*="8"] {
    width: 66.66667%;
  }
  .l__col[data-480*="9"] {
    width: 75%;
  }
  .l__col[data-480*="10"] {
    width: 83.33333%;
  }
  .l__col[data-480*="11"] {
    width: 91.66667%;
  }
  .l__col[data-480*="12"] {
    width: 100%;
    float: none;
  }
  .l__col[data-offby480*="1"] {
    margin-left: 8.33333%;
  }
  .l__col[data-offby480*="2"] {
    margin-left: 16.66667%;
  }
  .l__col[data-offby480*="3"] {
    margin-left: 25%;
  }
  .l__col[data-offby480*="4"] {
    margin-left: 33.33333%;
  }
  .l__col[data-offby480*="5"] {
    margin-left: 41.66667%;
  }
  .l__col[data-offby480*="6"] {
    margin-left: 50%;
  }
  .l__col[data-offby480*="7"] {
    margin-left: 58.33333%;
  }
  .l__col[data-offby480*="8"] {
    margin-left: 66.66667%;
  }
  .l__col[data-offby480*="9"] {
    margin-left: 75%;
  }
  .l__col[data-offby480*="10"] {
    margin-left: 83.33333%;
  }
  .l__col[data-offby480*="11"] {
    margin-left: 91.66667%;
  }
  .l__col[data-offby480*="12"] {
    margin-left: 100%;
  }
  .l__col[data-offby480*="false"] {
    margin-left: 0;
  }
}

.l__row__altlayout .l__col__offby1 {
  margin-right: 8.33333%;
  margin-left: 0;
}

.l__row__altlayout .l__col__offby2 {
  margin-right: 16.66667%;
  margin-left: 0;
}

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

.l__row__altlayout .l__col__offby4 {
  margin-right: 33.33333%;
  margin-left: 0;
}

.l__row__altlayout .l__col__offby5 {
  margin-right: 41.66667%;
  margin-left: 0;
}

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

.l__row__altlayout .l__col__offby7 {
  margin-right: 58.33333%;
  margin-left: 0;
}

.l__row__altlayout .l__col__offby8 {
  margin-right: 66.66667%;
  margin-left: 0;
}

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

.l__row__altlayout .l__col__offby10 {
  margin-right: 83.33333%;
  margin-left: 0;
}

.l__row__altlayout .l__col__offby11 {
  margin-right: 91.66667%;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.16667%;
  }
  .l__row[data-grid="24"] .l__col[data-768*="2"] {
    width: 8.33333%;
  }
  .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.66667%;
  }
  .l__row[data-grid="24"] .l__col[data-768*="5"] {
    width: 20.83333%;
  }
  .l__row[data-grid="24"] .l__col[data-768*="6"] {
    width: 25%;
  }
  .l__row[data-grid="24"] .l__col[data-768*="7"] {
    width: 29.16667%;
  }
  .l__row[data-grid="24"] .l__col[data-768*="8"] {
    width: 33.33333%;
  }
  .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.66667%;
  }
  .l__row[data-grid="24"] .l__col[data-768*="11"] {
    width: 45.83333%;
  }
  .l__row[data-grid="24"] .l__col[data-768*="12"] {
    width: 50%;
  }
  .l__row[data-grid="24"] .l__col[data-768*="13"] {
    width: 54.16667%;
  }
  .l__row[data-grid="24"] .l__col[data-768*="14"] {
    width: 58.33333%;
  }
  .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.66667%;
  }
  .l__row[data-grid="24"] .l__col[data-768*="17"] {
    width: 70.83333%;
  }
  .l__row[data-grid="24"] .l__col[data-768*="18"] {
    width: 75%;
  }
  .l__row[data-grid="24"] .l__col[data-768*="19"] {
    width: 79.16667%;
  }
  .l__row[data-grid="24"] .l__col[data-768*="20"] {
    width: 83.33333%;
  }
  .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.66667%;
  }
  .l__row[data-grid="24"] .l__col[data-768*="23"] {
    width: 95.83333%;
  }
  .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.16667%;
  }
  .l__row[data-grid="24"] .l__col[data-480*="2"] {
    width: 8.33333%;
  }
  .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.66667%;
  }
  .l__row[data-grid="24"] .l__col[data-480*="5"] {
    width: 20.83333%;
  }
  .l__row[data-grid="24"] .l__col[data-480*="6"] {
    width: 25%;
  }
  .l__row[data-grid="24"] .l__col[data-480*="7"] {
    width: 29.16667%;
  }
  .l__row[data-grid="24"] .l__col[data-480*="8"] {
    width: 33.33333%;
  }
  .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.66667%;
  }
  .l__row[data-grid="24"] .l__col[data-480*="11"] {
    width: 45.83333%;
  }
  .l__row[data-grid="24"] .l__col[data-480*="12"] {
    width: 50%;
  }
  .l__row[data-grid="24"] .l__col[data-480*="13"] {
    width: 54.16667%;
  }
  .l__row[data-grid="24"] .l__col[data-480*="14"] {
    width: 58.33333%;
  }
  .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.66667%;
  }
  .l__row[data-grid="24"] .l__col[data-480*="17"] {
    width: 70.83333%;
  }
  .l__row[data-grid="24"] .l__col[data-480*="18"] {
    width: 75%;
  }
  .l__row[data-grid="24"] .l__col[data-480*="19"] {
    width: 79.16667%;
  }
  .l__row[data-grid="24"] .l__col[data-480*="20"] {
    width: 83.33333%;
  }
  .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.66667%;
  }
  .l__row[data-grid="24"] .l__col[data-480*="23"] {
    width: 95.83333%;
  }
  .l__row[data-grid="24"] .l__col[data-480*="24"] {
    width: 100%;
  }
}

.l__row__stretch {
  -webkit-align-content: stretch;
          align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}

.l__row__stretch .l__gridauto {
  height: auto;
}

.l__row__stretch .l__gridmargin__bottom {
  margin-bottom: 20px;
}

.l__col__flex__auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}

.l__gutter__large {
  padding-left: 22.91666666666667%;
  padding-right: 22.91666666666667%;
}

@media (max-width: 768px) {
  .l__gutter__large {
    padding-left: 11.45833333333334%;
    padding-right: 11.45833333333334%;
  }
}

@media (max-width: 480px) {
  .l__gutter__large {
    padding: 0;
  }
}

.l__gutter__medium {
  padding-left: 17.1875%;
  padding-right: 17.1875%;
}

@media (max-width: 768px) {
  .l__gutter__medium {
    padding-left: 8.59375%;
    padding-right: 8.59375%;
  }
}

@media (max-width: 480px) {
  .l__gutter__medium {
    padding: 0;
  }
}

.l__gutter__small {
  padding-left: 11.45833333333333%;
  padding-right: 11.45833333333333%;
}

@media (max-width: 768px) {
  .l__gutter__small {
    padding-left: 5.729166666666667%;
    padding-right: 5.729166666666667%;
  }
}

@media (max-width: 480px) {
  .l__gutter__small {
    padding: 0;
  }
}

.p__panel {
  height: 50vh;
  position: relative;
}

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

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

.p__flexalign {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.p__panel {
  position: relative;
}

.p__panel__fullheight {
  height: 100vh;
}

.no-js [data-anim*="fade"], .no-cssanimations [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;
}

[data-anim].loaded {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}

@-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(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    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;
  }
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(32, 161, 201, 0.4);
  }
  60% {
    box-shadow: 0 0 0 20px rgba(32, 161, 201, 0);
  }
  90% {
    box-shadow: 0 0 0 10px rgba(32, 161, 201, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(32, 161, 201, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(32, 161, 201, 0.4);
  }
  60% {
    box-shadow: 0 0 0 20px rgba(32, 161, 201, 0);
  }
  90% {
    box-shadow: 0 0 0 10px rgba(32, 161, 201, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(32, 161, 201, 0);
  }
}

@-webkit-keyframes pulsesmall {
  0% {
    box-shadow: 0 0 0 0 rgba(32, 161, 201, 0.4);
  }
  60% {
    box-shadow: 0 0 0 15px rgba(32, 161, 201, 0);
  }
  90% {
    box-shadow: 0 0 0 7px rgba(32, 161, 201, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(32, 161, 201, 0);
  }
}

@keyframes pulsesmall {
  0% {
    box-shadow: 0 0 0 0 rgba(32, 161, 201, 0.4);
  }
  60% {
    box-shadow: 0 0 0 15px rgba(32, 161, 201, 0);
  }
  90% {
    box-shadow: 0 0 0 7px rgba(32, 161, 201, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(32, 161, 201, 0);
  }
}

@-webkit-keyframes activepulse {
  0% {
    box-shadow: 0 0 0 0 rgba(113, 163, 48, 0.4);
  }
  60% {
    box-shadow: 0 0 0 20px rgba(113, 163, 48, 0);
  }
  90% {
    box-shadow: 0 0 0 10px rgba(113, 163, 48, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(113, 163, 48, 0);
  }
}

@keyframes activepulse {
  0% {
    box-shadow: 0 0 0 0 rgba(113, 163, 48, 0.4);
  }
  60% {
    box-shadow: 0 0 0 20px rgba(113, 163, 48, 0);
  }
  90% {
    box-shadow: 0 0 0 10px rgba(113, 163, 48, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(113, 163, 48, 0);
  }
}

@-webkit-keyframes activepulsesmall {
  0% {
    box-shadow: 0 0 0 0 rgba(113, 163, 48, 0.4);
  }
  60% {
    box-shadow: 0 0 0 15px rgba(113, 163, 48, 0);
  }
  90% {
    box-shadow: 0 0 0 7px rgba(113, 163, 48, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(113, 163, 48, 0);
  }
}

@keyframes activepulsesmall {
  0% {
    box-shadow: 0 0 0 0 rgba(113, 163, 48, 0.4);
  }
  60% {
    box-shadow: 0 0 0 15px rgba(113, 163, 48, 0);
  }
  90% {
    box-shadow: 0 0 0 7px rgba(113, 163, 48, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(113, 163, 48, 0);
  }
}

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 #20a1c9;
  color: #ffffff;
  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: #20a1c9;
  border: 0;
  height: 2px;
  margin: 3.125em 0;
}

hr.subsplit {
  height: 1px;
  margin: 1.5625em auto;
  width: 50%;
}

em {
  background-color: #004c6d;
  color: #ffffff;
  font-size: 0.75em;
  font-style: normal;
  padding: 2px;
}

fieldset {
  border: 0;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table thead {
  background-color: #f4f5f7;
  font-weight: 700;
  text-align: left;
}

table thead tr {
  background-color: #f4f5f7;
}

table th {
  background-color: #f4f5f7;
  font-weight: 700;
  text-align: left;
}

table th, table td {
  border: 1px solid rgba(151, 151, 151, 0.21);
  line-height: 1.375em;
  padding: 0.75em;
}

.table-wrap {
  overflow-y: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.error {
  color: #ff0000;
}

.success {
  color: #20a1c9;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

[data-hidden="true"] {
  display: none;
}

.i__svg {
  display: block;
}

.i__svg.alert {
  height: 1.5em;
  width: 1.58333em;
}

.i__svg.alert-blue {
  background-image: url(/assets/images/icons/alert-icon-circle.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  height: 23px;
  width: 23px;
}

.i__svg.chat {
  height: 1.44444em;
  width: 1.5em;
}

.i__svg.marker {
  height: 1.5em;
  width: 1.11111em;
}

.i__svg.callback {
  height: 1.5em;
  width: 1.55556em;
}

.i__svg.twitter {
  height: 1.08696em;
  width: 1.3913em;
}

.i__svg.search {
  height: 1.625em;
  width: 1.375em;
}

.i__svg.waterQuality {
  height: 1.5em;
  width: 1.27778em;
}

.i__svg.blueHouse {
  height: 1.5em;
  width: 1.66667em;
}

.i__svg.chatLarge {
  background-color: #004c6d;
  border-radius: 50%;
  height: 2.22222em;
  width: 2.22222em;
}

.i__svg.callbackLarge {
  background-color: #004c6d;
  border-radius: 50%;
  height: 3.88889em;
  width: 3.88889em;
}

.i__svg.questionLarge {
  background-color: #004c6d;
  border-radius: 50%;
  height: 3.88889em;
  width: 3.88889em;
}

.i__svg.socialcontact {
  height: 1.66667em;
  width: 1.66667em;
}

.i__svg.billingAccountIcon {
  background-color: #004c6d;
  border-radius: 50%;
  height: 3.88889em;
  width: 3.88889em;
}

.i__svg.billingAccountIcon.highlight {
  background-color: #ff0000;
}

.i__svg.homeMarkerIcon {
  height: 1.63636em;
  width: 1.31818em;
}

.i__svg.tileIcon {
  background-color: #004c6d;
  border-radius: 50%;
  height: 3.88889em;
  width: 3.88889em;
}

.i__svg.outlineIcon {
  border-radius: 50%;
  height: 3.88889em;
  width: 3.88889em;
}

.i__svg.incidentType {
  border-radius: 50%;
  height: 3.88889em;
  width: 3.88889em;
}

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

.i__svg.withBg {
  background-color: #004c6d;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s;
}

.i__svg.withBg:hover {
  background-color: #20a1c9;
}

.icon-cta-contain {
  margin-left: 5px;
  padding-left: 25px;
  position: relative;
}

.icon-cta-contain .icon-cta {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  height: 20px;
  width: 20px;
}

.icon-cta-contain .icon-cta svg {
  display: block;
  height: 100%;
  width: 100%;
}

#c____modal {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200;
}

#c____modal__wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#c____modal__content {
  background-color: #ffffff;
  border-radius: 5px;
  left: 50%;
  max-height: 95%;
  max-height: calc(100vh - 100px);
  padding: 3.75em;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 640px;
}

#c____modal__content .modal__close {
  padding: 5px;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}

#c____modal__content .modal__title {
  color: #20a1c9;
  font-size: 1.25em;
  line-height: 1.32em;
  padding: 0 2em 2em;
}

#c____modal__content .modal__title * {
  margin: 0;
}

#m__alertModal {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

#m__alertModal__content {
  background-color: #ffffff;
  border-radius: 5px;
  left: 50%;
  max-height: 95%;
  max-height: calc(100vh - 100px);
  padding: 1.875em;
  position: absolute;
  text-align: left;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 640px;
}

@media (max-width: 768px) {
  #m__alertModal__content {
    width: 90vw;
  }
}

#m__alertModal__content p {
  line-height: 1.4375em;
}

#m__alertModal__content p img {
  height: 23px;
  margin-right: 10px;
  vertical-align: bottom;
  width: 23px;
}

#m__alertModal__content .modal__close {
  cursor: pointer;
  padding: 5px;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}

#m__contentModal {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

#m__contentModal__content {
  background-color: #ffffff;
  border-radius: 5px;
  left: 50%;
  max-height: 95%;
  max-height: calc(100vh - 100px);
  padding: 1.875em;
  position: absolute;
  text-align: left;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 960px;
}

@media (max-width: 1024px) {
  #m__contentModal__content {
    width: 90vw;
  }
}

#m__contentModal__content .modal__close {
  cursor: pointer;
  padding: 5px;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}

.btn, .c__hero__main__slide__content p a {
  display: inline-block;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
  padding: 1.4rem 2.5rem;
  text-align: center;
  text-transform: none;
}

.btn__standard {
  background: #20a1c9;
  color: #ffffff;
}

.btn__standard:hover {
  background-color: #1c8fb3;
}

.btn__alt {
  background: #004c6d;
  color: #ffffff;
}

.btn__alt:hover {
  background-color: #003a54;
}

.btn__opaque {
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.btn__opaque:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.btn__clear {
  background: white;
  color: #004c6d;
}

.btn__full {
  display: block;
  width: 100%;
}

.btn__large {
  padding-left: 3.57143em;
  padding-right: 3.57143em;
}

.btn:hover {
  text-decoration: none;
}

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

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

input, textarea, select {
  border: 1px solid #c7c7c7;
  border-radius: 0;
  color: #004c6d;
  font-size: 0.875em;
  line-height: 1.42857em;
  margin: 0;
  padding: 0.78571em 1.42857em;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #a0a0a0;
  font-size: 14px;
}

input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: #a0a0a0;
  font-size: 14px;
}

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #a0a0a0;
  font-size: 14px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #a0a0a0;
  font-size: 14px;
}

input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  height: 250px;
}

input[type="checkbox"],
input[type="radio"] {
  border-radius: 0;
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-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-bottom: 0;
  padding: 0;
}

.form__standard input:not([type="submit"]), .form__standard textarea {
  background-color: transparent;
  position: relative;
  z-index: 2;
}

.form__standard input:not([type="submit"]):active, .form__standard input:not([type="submit"]):focus, .form__standard input:not([type="submit"]).hasval, .form__standard textarea:active, .form__standard textarea:focus, .form__standard textarea.hasval {
  border-color: #20a1c9;
}

.form__standard input:not([type="submit"]):active ~ label, .form__standard input:not([type="submit"]):focus ~ label, .form__standard input:not([type="submit"]).hasval ~ label, .form__standard textarea:active ~ label, .form__standard textarea:focus ~ label, .form__standard textarea.hasval ~ label {
  color: #20a1c9;
  top: 0;
  z-index: 2;
}

.form__standard label {
  background-color: #f4f5f7;
  color: #a0a0a0;
  font-weight: 400;
  left: 0.71429em;
  padding: 0 0.71429em;
  position: absolute;
  top: 1.42857em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  width: auto;
}

.form__standard .form__terms {
  font-size: 0.875em;
  margin-left: 0.71429em;
}

.form__standard .form__terms span {
  font-weight: 600;
}

@media (max-width: 1024px) {
  .form__standard .form__terms {
    display: block;
    margin: 0.71429em 0 0;
  }
}

.form__standard__white label {
  background-color: #ffffff;
}

.form__row {
  margin-bottom: 1.25em;
  position: relative;
}

.form__row--file {
  border: 1px solid #c7c7c7;
  position: relative;
}

.form__row--file input[type="file"] {
  opacity: 0;
}

.form__row--file label {
  bottom: 0;
  color: #004c6d;
  font-size: 1em;
  left: 0;
  padding: 0.625em 1.25em;
  padding-right: 100px;
  position: absolute;
  right: 0;
  top: 0;
}

.form__row--file label::after {
  background-color: #20a1c9;
  bottom: -1px;
  content: "Choose";
  color: #ffffff;
  padding: 0.6875em 1.25em;
  position: absolute;
  right: -1px;
  top: -1px;
}

.form__singleField {
  height: 4.4rem;
  position: relative;
}

.form__singleField input[type="text"] {
  border: 0;
  font-size: 14px;
  height: 44px;
  line-height: 20px;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-right: 70px;
}

.form__singleField input[type="submit"] {
  bottom: 0px;
  position: absolute;
  right: 0;
  top: 0;
}

.checkContain {
  position: relative;
}

.checkContain--disabled {
  opacity: 0.5;
  pointer-events: none;
}

.validate-error-row, .field-validation-error {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 0.8125em;
  font-weight: 600;
  left: 0;
  line-height: 1em;
  padding: 0.3846153846153846em;
  position: absolute;
  top: 100%;
  z-index: 1;
}

.validate-error-row::before, .field-validation-error::before {
  border-bottom: 5px solid #ff0000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  left: 5px;
  position: absolute;
  top: -5px;
}

#synthetix_callback h2, #synthetix_callback .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title #synthetix_callback h1, #synthetix_callback .c__map__contentWrapper__content h1, .c__map__contentWrapper__content #synthetix_callback h1 {
  font-size: 22px;
  margin-top: 50px;
}

#synthetix_callback label {
  background: none;
  left: auto;
  padding: 0;
  position: relative;
  text-align: left;
  -webkit-transform: none;
          transform: none;
  top: auto;
}

#synthetix_callback #mw-callback-form__privacy-input {
  display: none;
}

#synthetix_callback #mw-callback-form__privacy-input:checked ~ .mw-callback-form__privacy--statement {
  display: block;
}

#synthetix_callback .mw-callback-form__input sub {
  font-size: 14px;
  line-height: 16px;
}

#synthetix_callback .mw-callback-form__privacy {
  text-align: left;
  position: relative;
  padding-right: 25px;
}

#synthetix_callback .mw-callback-form__privacy #mw-callback-form__privacy-label {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 12px;
  padding: 2px;
  border: 1px solid #004c6d;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  cursor: pointer;
  color: #004c6d;
}

#synthetix_callback .mw-callback-form__privacy #mw-callback-form__privacy-label:hover {
  color: #20a1c9;
  border-color: #20a1c9;
}

#synthetix_callback .mw-callback-form__privacy--statement {
  display: none;
  background-color: #20a1c9;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 5px;
  position: relative;
}

#synthetix_callback .mw-callback-form__privacy--statement::after {
  border-top: 10px solid #20a1c9;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  left: 5px;
  position: absolute;
  bottom: -10px;
}

.g__header {
  display: block;
  position: relative;
  z-index: 1000;
}

@media (max-width: 960px) {
  .g__header {
    left: 0;
    position: fixed;
    top: 0;
    right: 0;
  }
}

.g__header__top {
  background-color: #f4f5f7;
}

@media (max-width: 960px) {
  .g__header__top {
    display: none;
  }
}

.g__header__top__nav {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

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

.g__header__top__nav li {
  float: left;
  margin: 0;
  padding: 0;
}

.g__header__top__nav a {
  color: #004c6d;
  display: block;
  font-weight: 700;
  padding: 0.66667em 1.66667em;
  position: relative;
}

@media (max-width: 480px) {
  .g__header__top__nav a {
    padding-left: 0.83333em;
    padding-right: 0.83333em;
  }
}

.g__header__top__nav a.reciteme {
  color: #71a330;
  padding-right: 21px;
  position: relative;
  cursor: pointer;
}

.g__header__top__nav a.reciteme::after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(/assets/images/logos/reciteme_logo.svg);
  background-position: center;
  background-size: 17px 17px;
  background-repeat: no-repeat;
  width: 19px;
  height: 100%;
  right: 0;
  top: 0;
}

@media (max-width: 960px) {
  .g__header__top__nav a.reciteme {
    padding-top: 0px;
    padding-left: 0;
  }
  .g__header__top__nav a.reciteme::after {
    top: -4px;
  }
}

.g__header__top__nav:not(.pages) a::before {
  background-color: #20a1c9;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

.g__header__top__nav:not(.pages) a:hover, .g__header__top__nav:not(.pages) a.active {
  background-color: #ffffff;
}

.g__header__top__nav:not(.pages) a:hover::before, .g__header__top__nav:not(.pages) a.active::before {
  height: 3px;
}

@media (max-width: 960px) {
  .g__header__top__nav:not(.pages) {
    display: none;
  }
}

@media (max-width: 960px) {
  .g__header__top__nav.pages {
    display: inline-block;
    float: none;
    text-align: center;
  }
  .g__header__top__nav.pages ul {
    display: inline-block;
    vertical-align: top;
  }
  .g__header__top__nav.pages ul a {
    display: none;
  }
  .g__header__top__nav.pages ul a.reciteme {
    display: inline-block;
  }
}

.g__header__base {
  background-color: #ffffff;
  padding: 0;
}

.g__header__base > .l__contain {
  position: relative;
}

@media (max-width: 960px) {
  .g__header__base {
    padding: 0.9375em 0;
  }
}

@media (min-width: 961px) {
  .g__header__base__logo {
    border-right: 1px solid rgba(151, 151, 151, 0.21);
    padding-right: 3.5rem;
    margin-top: 2rem;
  }
}

@media (max-width: 960px) {
  .g__header__base__logo {
    width: 50%;
  }
}

.g__header__base__logo a {
  display: block;
  width: 13rem;
}

@media (max-width: 960px) {
  .g__header__base__logo a {
    margin: 0 auto;
    width: 11.8rem;
  }
}

.g__header__base__logo img {
  display: block;
  width: 100%;
}

.g__header__base__nav {
  font-size: 1.4rem;
  float: right;
  line-height: 1.6rem;
  /*@media (max-width: 960px) {
                display: none;
            }*/
}

@media (max-width: 960px) {
  .g__header__base__nav {
    display: none;
  }
}

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

.g__header__base__nav li {
  float: left;
  margin: 0;
  padding: 0;
}

.g__header__base__nav li.drop:hover > a {
  background-color: #20a1c9;
  color: #ffffff;
}

.g__header__base__nav li.drop:hover .g__header__base__nav__drop {
  display: block;
}

.g__header__base__nav a {
  color: #004c6d;
  display: block;
  font-weight: 700;
  padding: 2.92857em 1.07143em;
}

.g__header__base__nav__account .g__header__base__nav__account__btn {
  background-color: #20a1c9;
  color: #ffffff;
  padding-bottom: 1.6rem;
  padding-left: 3rem;
  padding-top: 1.6rem;
  margin: 1.78571em 0 0.35714em 1.42857em;
  position: relative;
}

.g__header__base__nav__account .g__header__base__nav__account__btn::before {
  content: ">";
  left: 1.07143em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.g__header__base__nav__drop {
  display: none;
}

.g__header__base__nav__drop__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 1.78571em 0;
}

.g__header__base__nav__drop__item {
  color: #001f2d;
  -webkit-flex-basis: 25%;
          flex-basis: 25%;
  padding: 0.71429em;
  max-width: 25%;
}

.g__header__base__nav__drop__item a {
  color: #ffffff;
  display: block;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 1.14286em;
  padding: 0.3125em 0;
}

.g__header__base__nav__drop__item p {
  font-size: 0.92857em;
  margin: 0;
}

@media (min-width: 961px) {
  .g__header__base__nav__drop {
    background-color: #20a1c9;
    left: 0;
    position: absolute;
    right: 0;
    top: 98%;
    z-index: 1;
  }
}

.g__header__base__search {
  border-left: 1px solid rgba(151, 151, 151, 0.21);
  float: right;
}

@media (min-width: 961px) {
  .g__header__base__search {
    margin: 2rem 0;
    position: relative;
  }
}

@media (max-width: 960px) {
  .g__header__base__search {
    border-left: 0;
    width: 25%;
  }
  .g__header__base__search > div {
    float: right;
  }
}

.g__header__base__search a {
  display: block;
  padding: 1em;
}

@media (max-width: 960px) {
  .g__header__base__search a {
    padding: 0.25em 0.625em 1em 0.625em;
  }
}

.g__header__base__search__container {
  display: block;
  height: 0;
  overflow: hidden;
  -webkit-transition: height ease-in 0.2s;
  transition: height ease-in 0.2s;
  position: absolute;
  right: 0;
  top: 100%;
  width: 18.75em;
  z-index: 10;
}

.g__header__base__search__container input[type="submit"] {
  bottom: -1px;
  right: -1px;
  top: -1px;
}

@media (max-width: 960px) {
  .g__header__base__search__container {
    top: 3.8125em;
    width: 100%;
  }
}

.g__header__base__search #searchTrigger {
  font-weight: 400;
  position: relative;
}

@media (min-width: 961px) {
  .g__header__base__search #searchTrigger {
    padding-bottom: 2.2rem;
    padding-top: 1rem;
    line-height: 2.58885rem;
    font-size: 1.6rem;
  }
}

.g__header__base__search #searchTrigger .close {
  display: none;
}

.g__header__base__search #searchTrigger::after {
  bottom: 0.7rem;
  color: #004c6d;
  content: "Search";
  font-size: 1.2rem;
  left: 50%;
  line-height: 1em;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

@media (max-width: 960px) {
  .g__header__base__search #searchTrigger::after {
    bottom: 0.4rem;
  }
}

.g__header__base__search #searchTrigger .activate {
  padding-bottom: 0.1875em;
}

.g__header__base__search #searchTrigger.active .activate {
  display: none;
}

.g__header__base__search #searchTrigger.active .close {
  display: block;
  padding-bottom: 0.25em;
}

.g__header__base__search #searchTrigger.active + .g__header__base__search__container {
  height: 2.6875em;
}

@media (max-width: 960px) {
  .g__header__base__search #searchTrigger.active + .g__header__base__search__container {
    background-color: #ffffff;
    height: 3.625em;
    padding: 0 0.9375em;
  }
}

.g__header__base__search #searchTrigger.active + .g__header__base__search__container form {
  border: 1px solid rgba(151, 151, 151, 0.21);
}

.g__header__base__search #searchTrigger.active::after {
  color: #20a1c9;
  content: "Close";
}

.g__header__base__trigger {
  float: left;
  width: 25%;
}

@media (min-width: 961px) {
  .g__header__base__trigger {
    display: none;
  }
}

.g__header__base__trigger label {
  cursor: pointer;
  font-size: 1em;
  height: 2.875em;
  position: relative;
  width: 34px;
}

.g__header__base__trigger label::after {
  bottom: 0.33333em;
  color: #004c6d;
  content: "Menu";
  font-size: 0.75em;
  font-weight: 400;
  left: 50%;
  line-height: 1em;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

.g__header__base__trigger span {
  background-color: #004c6d;
  cursor: pointer;
  height: 2px;
  left: 2px;
  position: absolute;
  right: 2px;
  top: 0.9375em;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

.g__header__base__trigger span::before {
  background-color: #004c6d;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: -6px;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

.g__header__base__trigger span::after {
  background-color: #004c6d;
  bottom: -6px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

#g__container {
  height: 100%;
  position: relative;
  -webkit-transition: -webkit-transform ease-in 0.2s;
  transition: -webkit-transform ease-in 0.2s;
  transition: transform ease-in 0.2s;
  transition: transform ease-in 0.2s, -webkit-transform ease-in 0.2s;
  z-index: 1;
}

@media (max-width: 960px) {
  #g__container {
    margin-top: 76px;
  }
}

#g__nav__trigger__check {
  display: none;
}

@media (max-width: 960px) {
  #g__nav__trigger__check:checked ~ #g__container {
    position: relative;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  #g__nav__trigger__check:checked ~ #g__container::after {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  #g__nav__trigger__check:checked ~ .g__header #g__nav__trigger::after {
    color: #20a1c9;
    content: "Close";
  }
  #g__nav__trigger__check:checked ~ .g__header #g__nav__trigger span {
    background-color: #20a1c9;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  #g__nav__trigger__check:checked ~ .g__header #g__nav__trigger span::before {
    background-color: #20a1c9;
    top: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  #g__nav__trigger__check:checked ~ .g__header #g__nav__trigger span::after {
    opacity: 0;
  }
}

@media (max-width: 960px) {
  #g__nav__trigger__check:checked ~ #g__reducedNav {
    display: block;
    opacity: 1;
  }
}

.no-boxshadow .g__header__base__nav__drop {
  background-color: #20a1c9;
  left: 0;
  position: absolute;
  right: 0;
  top: 98%;
  z-index: 1;
}

.no-boxshadow .g__header__base__search__container {
  display: block;
  height: 0;
  overflow: hidden;
  -webkit-transition: height ease-in 0.2s;
  transition: height ease-in 0.2s;
  position: absolute;
  right: 0;
  top: 100%;
  width: 18.75em;
  z-index: 10;
}

.reciteme--enabled .g__header__top {
  display: block;
}

@media (max-width: 960px) {
  .reciteme--enabled #g__container {
    margin-top: 105px;
  }
}

.g__footer {
  background-color: #004c6d;
  display: block;
  padding: 4rem 0 0;
  position: relative;
}

.g__footer__nav {
  font-size: 1.4rem;
  line-height: 2.3rem;
}

.g__footer__nav a {
  color: #ffffff;
  font-weight: 400;
}

@media (max-width: 768px) {
  .g__footer__nav {
    margin-bottom: 2rem;
  }
}

.g__footer__logo {
  width: 15rem;
}

.g__footer__logo img {
  display: block;
  width: 100%;
}

.g__footer__logo.col {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 6.5rem;
  width: auto;
}

@media (max-width: 768px) {
  .g__footer__logo.col {
    display: none;
  }
}

.g__footer__logo.col .g__footer__logo__img {
  max-width: 15rem;
  width: 45%;
}

.g__footer__logo.col .g__footer__logo__img img {
  width: 100%;
}

.g__footer__logo.col .g__footer__logo__img + .g__footer__logo__img {
  margin-left: 2rem;
  max-width: 9.4rem;
}

.g__footer__logo:not(.col) {
  margin: 2rem auto 0;
}

@media (max-width: 768px) {
  .g__footer__logo:not(.col) {
    text-align: center;
    width: 100%;
  }
}

.g__footer__logo:not(.col) > a {
  display: inline-block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .g__footer__logo:not(.col) > a + a {
    margin-left: 10px;
    margin-top: 3rem;
  }
}

@media (max-width: 480px) {
  .g__footer__logo:not(.col) > a + a {
    margin-left: 0;
  }
}

.g__footer__logo:not(.col) > a img {
  min-width: 100px;
}

@media (max-width: 768px) {
  .g__footer__logo:not(.col) > a {
    max-width: 168px;
  }
}

@media (min-width: 769px) {
  .g__footer__logo:not(.col) {
    display: none;
  }
}

@media (max-width: 480px) {
  .g__footer {
    text-align: center;
  }
}

.g__footer__baseBar {
  background-color: rgba(0, 55, 79, 0.32);
  margin-top: 6rem;
}

@media (max-width: 1024px) {
  .g__footer__baseBar {
    text-align: center;
  }
  .g__footer__baseBar ul {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}

.g__footer__baseBar li {
  float: left;
}

.g__footer__baseBar a {
  color: #ffffff;
  display: block;
  font-size: 2rem;
  line-height: 1em;
  padding: 1.5rem 2rem;
}

.g__footer__baseBar a.fb {
  background-color: #3468af;
}

.g__footer__baseBar a.fb:hover {
  background-color: #2e5c9b;
}

.g__footer__baseBar a.tw {
  background-color: #4fc4f6;
}

.g__footer__baseBar a.tw:hover {
  background-color: #37bcf5;
}

.g__footer__baseBar a.gplus {
  background-color: #e64c65;
}

.g__footer__baseBar a.gplus:hover {
  background-color: #e33652;
}

.g__footer__baseBar a.flickr {
  background-color: #ff0084;
}

.g__footer__baseBar a.flickr:hover {
  background-color: #e60077;
}

.g__footer__baseBar a.youtube {
  background-color: #004c6d;
}

.g__footer__baseBar a.youtube:hover {
  background-color: #003a54;
}

.g__footer__baseBar a.linkedin {
  background-color: #007bb6;
}

.g__footer__baseBar a.linkedin:hover {
  background-color: #006a9d;
}

.g__footer__baseBar a.pinterest {
  background-color: #cc2127;
}

.g__footer__baseBar a.pinterest:hover {
  background-color: #b61d23;
}

.g__footer__baseBar a.twhelp {
  background-color: #4fc4f6;
  font-size: 16px;
  padding: 23px 25px;
}

.g__footer__baseBar a.twhelp:hover {
  background-color: #37bcf5;
}

@media (max-width: 1024px) {
  .g__footer__baseBar a {
    padding: 10px 15px;
  }
}

.g__footer__baseBar__terms {
  float: left;
}

.g__footer__baseBar__terms a {
  font-size: 13px;
  line-height: 1.53846em;
  padding: 1.15385em 1.53846em;
}

@media (max-width: 1024px) {
  .g__footer__baseBar__terms a {
    margin: 10px 0;
  }
}

@media (max-width: 768px) {
  .g__footer__baseBar__social {
    text-align: center;
  }
}

.g__footer h4, .g__footer .c__comp__tabs__content__block .c__comp__faq__search h3, .c__comp__tabs__content__block .c__comp__faq__search .g__footer h3, .g__footer .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .g__footer h2, .g__footer .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h2, .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search .g__footer h2, .g__footer .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .g__footer h1, .g__footer .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs__content__block .c__comp__faq__search .g__footer h1, .g__footer .c__comp__tabs__content__block .c__comp__faq__search .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .g__footer h1, .g__footer .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search .g__footer h1, .g__footer .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .g__footer h1, .g__footer .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__tabs__content__block .c__comp__faq__search .g__footer h1, .g__footer .c__comp__tabs__content__block .c__comp__faq__search .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__comp__tabs__content__block .c__comp__faq__search .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .g__footer h1, .g__footer .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search .g__footer h1 {
  font-size: 2rem;
  line-height: 2.3rem;
  margin-bottom: 1rem;
}

.flexbox .g__footer__baseBar__social {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

#g__reducedNav {
  background-color: #ffffff;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  top: 6.875em;
  -webkit-transition: opacity ease-in 0.2s;
  transition: opacity ease-in 0.2s;
  width: 100vw;
  z-index: 0;
}

#g__reducedNav::-webkit-scrollbar {
  background: transparent;
  border-radius: 0;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0);
  height: 5px;
  -webkit-appearance: none;
  width: 10px;
}

#g__reducedNav ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

#g__reducedNav::-webkit-scrollbar-thumb {
  background: #004c6d;
  border-radius: 0;
}

#g__reducedNav .form__singleField input:first-of-type {
  background-color: #f4f5f7;
  padding-right: 80px;
}

#g__reducedNav .form__singleField input[type="submit"] {
  background-color: transparent;
  background-image: url(/assets/images/icons/search-icon.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  text-indent: -9999px;
  width: 66px;
}

#g__reducedNav li {
  border-bottom: 1px solid rgba(151, 151, 151, 0.21);
}

#g__reducedNav li.active {
  border: 0;
}

#g__reducedNav__section {
  margin: 0 20px 20px;
  position: relative;
}

#g__reducedNav__section__selector {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 16px;
  position: relative;
  z-index: 1;
}

#g__reducedNav__section::after {
  background-color: #20a1c9;
  background-image: url(/assets/images/icons/selector-arrow.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 3em;
}

.n__reduced__level1 {
  padding: 0 20px;
}

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

.n__reduced__level1 > ul > li {
  margin: 0;
  padding: 0;
}

.n__reduced__level1 > ul > li[data-nav] {
  display: none;
}

.n__reduced__level1 > ul > li[data-nav].active {
  display: block;
}

.n__reduced__level1 > ul > li > a {
  color: #004c6d;
  display: block;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 0.875em;
  padding: 0.71429em;
  position: relative;
}

.n__reduced__level1 input[type="checkbox"] {
  display: none;
}

.n__reduced__level1 input[type="checkbox"]:checked ~ a > .n__reduced__subnav__trigger {
  width: 1.38889em;
}

.n__reduced__level1 input[type="checkbox"]:checked ~ a > .n__reduced__subnav__trigger > span {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.n__reduced__level1 input[type="checkbox"][data-level1-subnav="1"]:checked ~ .n__reduced__level2[data-level1-subnav="1"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level2-subnav="1"]:checked ~ .n__reduced__level2[data-level2-subnav="1"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level1-subnav="2"]:checked ~ .n__reduced__level2[data-level1-subnav="2"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level2-subnav="2"]:checked ~ .n__reduced__level2[data-level2-subnav="2"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level1-subnav="3"]:checked ~ .n__reduced__level2[data-level1-subnav="3"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level2-subnav="3"]:checked ~ .n__reduced__level2[data-level2-subnav="3"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level1-subnav="4"]:checked ~ .n__reduced__level2[data-level1-subnav="4"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level2-subnav="4"]:checked ~ .n__reduced__level2[data-level2-subnav="4"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level1-subnav="5"]:checked ~ .n__reduced__level2[data-level1-subnav="5"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level2-subnav="5"]:checked ~ .n__reduced__level2[data-level2-subnav="5"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level1-subnav="6"]:checked ~ .n__reduced__level2[data-level1-subnav="6"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level2-subnav="6"]:checked ~ .n__reduced__level2[data-level2-subnav="6"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level1-subnav="7"]:checked ~ .n__reduced__level2[data-level1-subnav="7"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level2-subnav="7"]:checked ~ .n__reduced__level2[data-level2-subnav="7"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level1-subnav="8"]:checked ~ .n__reduced__level2[data-level1-subnav="8"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level2-subnav="8"]:checked ~ .n__reduced__level2[data-level2-subnav="8"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level1-subnav="9"]:checked ~ .n__reduced__level2[data-level1-subnav="9"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level2-subnav="9"]:checked ~ .n__reduced__level2[data-level2-subnav="9"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level1-subnav="10"]:checked ~ .n__reduced__level2[data-level1-subnav="10"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level2-subnav="10"]:checked ~ .n__reduced__level2[data-level2-subnav="10"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level1-subnav="11"]:checked ~ .n__reduced__level2[data-level1-subnav="11"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level2-subnav="11"]:checked ~ .n__reduced__level2[data-level2-subnav="11"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level1-subnav="12"]:checked ~ .n__reduced__level2[data-level1-subnav="12"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level2-subnav="12"]:checked ~ .n__reduced__level2[data-level2-subnav="12"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level1-subnav="13"]:checked ~ .n__reduced__level2[data-level1-subnav="13"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level2-subnav="13"]:checked ~ .n__reduced__level2[data-level2-subnav="13"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level1-subnav="14"]:checked ~ .n__reduced__level2[data-level1-subnav="14"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level2-subnav="14"]:checked ~ .n__reduced__level2[data-level2-subnav="14"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level1-subnav="15"]:checked ~ .n__reduced__level2[data-level1-subnav="15"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level2-subnav="15"]:checked ~ .n__reduced__level2[data-level2-subnav="15"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level1-subnav="16"]:checked ~ .n__reduced__level2[data-level1-subnav="16"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level2-subnav="16"]:checked ~ .n__reduced__level2[data-level2-subnav="16"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level1-subnav="17"]:checked ~ .n__reduced__level2[data-level1-subnav="17"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level2-subnav="17"]:checked ~ .n__reduced__level2[data-level2-subnav="17"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level1-subnav="18"]:checked ~ .n__reduced__level2[data-level1-subnav="18"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level2-subnav="18"]:checked ~ .n__reduced__level2[data-level2-subnav="18"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level1-subnav="19"]:checked ~ .n__reduced__level2[data-level1-subnav="19"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level2-subnav="19"]:checked ~ .n__reduced__level2[data-level2-subnav="19"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level1-subnav="20"]:checked ~ .n__reduced__level2[data-level1-subnav="20"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level1 input[type="checkbox"][data-level2-subnav="20"]:checked ~ .n__reduced__level2[data-level2-subnav="20"] {
  max-height: 1000px;
  z-index: 1;
}

.n__reduced__level2 {
  max-height: 0;
  overflow: hidden;
  padding-left: 20px;
  -webkit-transition: max-height ease-in 0.2s;
  transition: max-height ease-in 0.2s;
}

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

.n__reduced__level2 > ul > li {
  margin: 0;
  padding: 0;
}

.n__reduced__level2 > ul > li > a {
  color: #004c6d;
  display: block;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 0.875em;
  padding: 0.71429em;
  position: relative;
}

.n__reduced__level2 .n__reduced__level2 {
  top: 0;
}

.n__reduced__level3 {
  max-height: 0;
  overflow: hidden;
  padding-left: 20px;
  -webkit-transition: max-height ease-in 0.2s;
  transition: max-height ease-in 0.2s;
}

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

.n__reduced__level3 > ul > li {
  margin: 0;
  padding: 0;
}

.n__reduced__level3 > ul > li > a {
  color: #004c6d;
  display: block;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 0.875em;
  padding: 0.71429em;
}

.n__reduced__subnav__trigger {
  bottom: 0;
  color: #004c6d;
  cursor: pointer;
  font-size: 1.28571em;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.n__reduced__subnav__trigger span {
  background-image: url(/assets/images/icons/nav-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  display: block;
  height: 0.55556em;
  left: 0.72222em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  width: 0.55556em;
}

.n__reduced__subnav__trigger + span {
  padding-left: 1.07143em;
}

.n__reduced__subnav__returnTrigger {
  color: #004c6d;
  cursor: pointer;
  font-size: 0.875em;
  font-weight: 600;
  padding: 0.71429em;
}

.n__reduced__accountCta {
  margin-top: 1.875em;
  padding: 0 20px;
}

.n__reduced__accountCta .btn {
  float: left;
  width: 50%;
}

@media (max-width: 480px) {
  .n__reduced__accountCta .btn {
    float: none;
    width: 100%;
  }
}

.bgGrey {
  background-color: #f4f5f7;
}

.c__block {
  margin-bottom: 4.0625em;
}

.c__pull {
  margin-top: -13.34519572953737vw;
  position: relative;
  z-index: 1000;
}

.c__pull__content {
  background-color: #ffffff;
}

@media (min-width: 1024px) {
  .c__pull {
    margin-top: -150px;
  }
}

@media (max-width: 768px) {
  .c__pull {
    margin-top: -100px;
  }
}

@media (max-width: 480px) {
  .c__pull {
    margin-top: 0;
  }
  .c__pull.c__comp__blocks {
    margin-top: -100px;
  }
}

.c__bg {
  background-color: #ffffff;
}

.c__content {
  font-size: 0.875em;
  line-height: 1.57143em;
}

.c__sectionGrey {
  background-color: #f4f5f7;
  padding-bottom: 4.0625em;
}

.c__sectionGrey.c__contentSection {
  padding-top: 3.125em;
}

.c-accordion {
  border-bottom: 1px solid #d3ecf3;
  background-color: #f4fafc;
}

@media (max-width: 768px) {
  .c-accordion {
    margin-bottom: 2rem;
  }
}

.c-accordion__trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #e8f5f9;
  border: 0;
  color: #004c6d;
  display: block;
  font-weight: 700;
  padding: 2rem 4rem 2rem 2rem;
  position: relative;
  text-align: left;
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
  width: 100%;
}

.c-accordion__trigger__icon {
  display: block;
  height: 1.8rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 300ms linear;
  transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear;
  width: 1.8rem;
  pointer-events: none;
}

.c-accordion__trigger__icon svg {
  height: 100%;
  width: 100%;
}

.c-accordion__trigger__icon svg path, .c-accordion__trigger__icon svg polyline {
  fill: none;
  stroke: #004c6d;
  -webkit-transition: stroke 300ms linear;
  transition: stroke 300ms linear;
}

.c-accordion__content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: opacity 300ms linear, -webkit-transform 300ms linear;
  transition: opacity 300ms linear, -webkit-transform 300ms linear;
  transition: transform 300ms linear, opacity 300ms linear;
  transition: transform 300ms linear, opacity 300ms linear, -webkit-transform 300ms linear;
}

.c-accordion__content[hidden] {
  display: block;
}

@media (max-width: 768px) {
  .c-accordion + .c-accordion {
    margin-top: -2rem;
  }
}

.c-accordion--is-open {
  border-color: #f4fafc;
}

.c-accordion--is-open .c-accordion__trigger {
  background-color: #f4fafc;
  color: #20a1c9;
}

.c-accordion--is-open .c-accordion__trigger__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-accordion--is-open .c-accordion__trigger__icon svg path, .c-accordion--is-open .c-accordion__trigger__icon svg polyline {
  stroke: #20a1c9 !important;
}

.c-accordion--is-open .c-accordion__content {
  border-bottom: 1px solid #d3ecf3;
  height: auto;
  opacity: 1;
  padding: 2rem;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.c__comp__block {
  margin-bottom: 2.1875em;
}

#g__cookie__msg {
  background-color: #004c6d;
}

@media (max-width: 960px) {
  #g__cookie__msg {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1010;
  }
}

#g__cookie__msg__content {
  color: #ffffff;
  font-size: 0.875em;
  line-height: 1.57143em;
  margin: 0 auto;
  max-width: 1280px;
  padding: 1.78571em 10px;
}

#g__cookie__msg__content > div {
  padding-right: 5.35714em;
  position: relative;
}

#g__cookie__msg__content * {
  margin: 0;
}

#g__cookie__msg__confirm {
  background-image: url(/assets/images/icons/check-mark-icon.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 2.5em;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5em;
}

@media (max-width: 768px) {
  .c-coloured-bg-block {
    margin-bottom: 20px;
  }
}

.c-coloured-bg-block > :last-child {
  margin-bottom: 0;
}

.c__hero {
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/bg/homepage-bg.png',sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/bg/homepage-bg.png',sizingMethod='scale')";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  z-index: 999;
}

.c__hero__main {
  color: #ffffff;
  min-height: 45.19572953736655vw;
  position: relative;
}

.c__hero__main > * {
  position: relative;
}

.c__hero__main > a {
  color: #ffffff;
}

@media (min-width: 1280px) {
  .c__hero__main {
    min-height: 500px;
  }
}

.c__hero__main .c__hero__main__inputTrigger {
  display: none;
}

.c__hero__main .c__hero__main__inputTrigger[data-slide="1"]:checked ~ .c__hero__main__slide[data-slide="1"] {
  bottom: auto;
  left: auto;
  position: relative;
  opacity: 1;
  right: auto;
  top: auto;
  z-index: 1;
}

.c__hero__main .c__hero__main__inputTrigger[data-slide="1"]:checked ~ .c__hero__main__slide__pagination label[data-slide="1"] {
  background-color: #ffffff;
}

.c__hero__main .c__hero__main__inputTrigger[data-slide="2"]:checked ~ .c__hero__main__slide[data-slide="2"] {
  bottom: auto;
  left: auto;
  position: relative;
  opacity: 1;
  right: auto;
  top: auto;
  z-index: 1;
}

.c__hero__main .c__hero__main__inputTrigger[data-slide="2"]:checked ~ .c__hero__main__slide__pagination label[data-slide="2"] {
  background-color: #ffffff;
}

.c__hero__main .c__hero__main__inputTrigger[data-slide="3"]:checked ~ .c__hero__main__slide[data-slide="3"] {
  bottom: auto;
  left: auto;
  position: relative;
  opacity: 1;
  right: auto;
  top: auto;
  z-index: 1;
}

.c__hero__main .c__hero__main__inputTrigger[data-slide="3"]:checked ~ .c__hero__main__slide__pagination label[data-slide="3"] {
  background-color: #ffffff;
}

.c__hero__main .c__hero__main__inputTrigger[data-slide="4"]:checked ~ .c__hero__main__slide[data-slide="4"] {
  bottom: auto;
  left: auto;
  position: relative;
  opacity: 1;
  right: auto;
  top: auto;
  z-index: 1;
}

.c__hero__main .c__hero__main__inputTrigger[data-slide="4"]:checked ~ .c__hero__main__slide__pagination label[data-slide="4"] {
  background-color: #ffffff;
}

.c__hero__main .c__hero__main__inputTrigger[data-slide="5"]:checked ~ .c__hero__main__slide[data-slide="5"] {
  bottom: auto;
  left: auto;
  position: relative;
  opacity: 1;
  right: auto;
  top: auto;
  z-index: 1;
}

.c__hero__main .c__hero__main__inputTrigger[data-slide="5"]:checked ~ .c__hero__main__slide__pagination label[data-slide="5"] {
  background-color: #ffffff;
}

.c__hero__main .c__hero__main__inputTrigger[data-slide="6"]:checked ~ .c__hero__main__slide[data-slide="6"] {
  bottom: auto;
  left: auto;
  position: relative;
  opacity: 1;
  right: auto;
  top: auto;
  z-index: 1;
}

.c__hero__main .c__hero__main__inputTrigger[data-slide="6"]:checked ~ .c__hero__main__slide__pagination label[data-slide="6"] {
  background-color: #ffffff;
}

.c__hero__main .c__hero__main__inputTrigger[data-slide="7"]:checked ~ .c__hero__main__slide[data-slide="7"] {
  bottom: auto;
  left: auto;
  position: relative;
  opacity: 1;
  right: auto;
  top: auto;
  z-index: 1;
}

.c__hero__main .c__hero__main__inputTrigger[data-slide="7"]:checked ~ .c__hero__main__slide__pagination label[data-slide="7"] {
  background-color: #ffffff;
}

.c__hero__main .c__hero__main__inputTrigger[data-slide="8"]:checked ~ .c__hero__main__slide[data-slide="8"] {
  bottom: auto;
  left: auto;
  position: relative;
  opacity: 1;
  right: auto;
  top: auto;
  z-index: 1;
}

.c__hero__main .c__hero__main__inputTrigger[data-slide="8"]:checked ~ .c__hero__main__slide__pagination label[data-slide="8"] {
  background-color: #ffffff;
}

.c__hero__main .c__hero__main__inputTrigger[data-slide="9"]:checked ~ .c__hero__main__slide[data-slide="9"] {
  bottom: auto;
  left: auto;
  position: relative;
  opacity: 1;
  right: auto;
  top: auto;
  z-index: 1;
}

.c__hero__main .c__hero__main__inputTrigger[data-slide="9"]:checked ~ .c__hero__main__slide__pagination label[data-slide="9"] {
  background-color: #ffffff;
}

.c__hero__main .c__hero__main__inputTrigger[data-slide="10"]:checked ~ .c__hero__main__slide[data-slide="10"] {
  bottom: auto;
  left: auto;
  position: relative;
  opacity: 1;
  right: auto;
  top: auto;
  z-index: 1;
}

.c__hero__main .c__hero__main__inputTrigger[data-slide="10"]:checked ~ .c__hero__main__slide__pagination label[data-slide="10"] {
  background-color: #ffffff;
}

.c__hero__main__slide {
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/bg/homepage-bg.png',sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/bg/homepage-bg.png',sizingMethod='scale')";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  bottom: 0;
  left: 0;
  opacity: 0;
  min-height: 45.19572953736655vw;
  padding: 5.3125em 0 9.375em;
  padding-bottom: calc(13.34519572953737vw + 40px);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}

.c__hero__main__slide::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 769px) {
  .c__hero__main__slide::before {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0) 50%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0) 50%);
  }
}

@media (max-width: 768px) {
  .c__hero__main__slide::before {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.c__hero__main__slide__content p a {
  background: #20a1c9;
  color: #ffffff;
}

.c__hero__main__slide__content p a:hover {
  background-color: #1c8fb3;
}

.c__hero__main__slide > div {
  position: relative;
}

@media (min-width: 1280px) {
  .c__hero__main__slide {
    min-height: 500px;
  }
}

@media (max-width: 960px) {
  .c__hero__main__slide {
    padding-top: 3.125em;
  }
}

@media (max-width: 768px) {
  .c__hero__main__slide {
    padding-bottom: calc(13.34519572953737vw + 120px);
  }
}

.c__hero__main__slide > * {
  position: relative;
}

.c__hero__main__slide__pagination {
  bottom: calc(13.34519572953737vw + 15px);
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.c__hero__main__slide__pagination[data-visible="false"] {
  display: none;
}

@media (min-width: 1024px) {
  .c__hero__main__slide__pagination {
    bottom: 160px;
  }
}

@media (max-width: 768px) {
  .c__hero__main__slide__pagination {
    bottom: 120px;
  }
}

.c__hero__main__slide__pagination label {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  height: 15px;
  float: left;
  margin: 0.3125em;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  width: 15px;
}

.c__hero__sub {
  min-height: 30.0711743772242vw;
  padding-bottom: calc(13.34519572953737vw + 20px);
}

@media (min-width: 1280px) {
  .c__hero__sub {
    min-height: 385px;
  }
}

@media (max-width: 768px) {
  .c__hero__sub {
    min-height: 250px;
  }
}

.c__hero__wavy {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 125px 0;
  position: relative;
  z-index: 0 !important;
}

.c__hero__wavy__gradient {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-linear-gradient(right, rgba(0, 90, 132, 0) 0%, #005A84 100%);
  background: linear-gradient(270deg, rgba(0, 90, 132, 0) 0%, #005A84 100%);
}

@media (min-width: 1025px) {
  .c__hero__wavy__content {
    margin-top: -5em;
    max-width: 30%;
    padding: 120px 0;
  }
}

.c__hero__wavy .l__contain {
  z-index: 1;
}

.c__hero__wavy .i__svg--wavedElement {
  bottom: 0;
  display: block;
  height: 35px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

@media (min-width: 769px) {
  .c__hero__wavy .i__svg--wavedElement {
    height: 70px;
  }
}

.c__hero__wavy .i__svg--wavedElement .l__contain {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.c__hero__wavy__icon {
  border-radius: 100%;
  height: 100%;
  left: 20px;
  max-height: 60px;
  min-height: 36px;
  position: absolute;
  top: -60%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (min-width: 481px) {
  .c__hero__wavy__icon {
    top: -25%;
    left: 3rem;
  }
}

@media (min-width: 1025px) {
  .c__hero__wavy__icon {
    top: -15%;
  }
}

.c__hero__wavy__icon img {
  height: 100%;
  width: auto;
}

.c__hero__wavy-video {
  padding-top: 7rem;
  overflow: hidden;
}

@media (min-width: 481px) {
  .c__hero__wavy-video {
    padding-top: 12.5rem;
  }
}

.c__hero__wavy-video__video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
  z-index: 0;
}

.c__hero__wavy-video__overlay {
  position: relative;
  z-index: 1;
}

.c__hero__wavy-video__overlay > svg {
  opacity: 0.9;
  fill: #004c6d;
  display: block;
}

.c__hero__wavy-video__content {
  background-color: rgba(0, 76, 109, 0.9);
  padding: 4rem 0 6rem;
}

.c__hero__wavy-video .c__fact-blocks {
  margin-top: 4rem;
}

.c__comp__incidentbanner {
  background-color: rgba(0, 0, 0, 0.45);
  left: 0;
  padding: 0.625em 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  z-index: 1000;
}

.c__comp__incidentbanner__alert {
  color: #ffffff;
  display: block;
  float: right;
  font-size: 0.75em;
  line-height: 1.5em;
  padding-left: 2.08333em;
  position: relative;
}

.c__comp__incidentbanner__alert a {
  color: #ffffff;
}

@media (max-width: 480px) {
  .c__comp__incidentbanner__alert span > span {
    display: none;
  }
}

.c__comp__incidentbanner__alert .i__svg {
  left: 0;
  position: absolute;
  top: 0;
}

.c__comp__blocks--pull {
  margin-top: 2.5em;
}

.c__comp__blocks__title {
  padding: 2.5em 0 1.875em;
}

@media (min-width: 481px) {
  .c__comp__blocks__title {
    padding: 2.5em 0.625em 1.875em;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .c__comp__blocks__title {
    border-bottom: 1px solid rgba(151, 151, 151, 0.21);
    margin-bottom: 0.9375em;
    padding-bottom: 0.9375em;
  }
}

.c__comp__blocks__title h1 {
  color: #004c6d;
  margin: 0;
}

.c__comp__blocks__title h2, .c__comp__blocks__title .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__blocks__title h1, .c__comp__blocks__title .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__comp__blocks__title h1 {
  margin: 0;
}

.c__comp__blocks__supportBlock {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  padding: 1.875em;
  text-align: center;
}

@media (min-width: 481px) {
  .c__leftBlocks .c__comp__blocks__supportBlock {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    text-align: left;
  }
}

.c__comp__blocks__supportBlock input[type="checkbox"].c__comp__blocks__supportBlock__check {
  display: none;
}

.c__comp__blocks__supportBlock__trigger {
  display: none;
}

.c__comp__blocks__supportBlock__bg {
  background-color: #f4f5f7;
}

.c__comp__blocks__supportBlock__linkList {
  padding: 0;
}

.c__comp__blocks__supportBlock__linkList li {
  border-bottom: 1px solid rgba(151, 151, 151, 0.21);
}

.c__comp__blocks__supportBlock__linkList a {
  color: #004c6d;
  display: block;
  padding: 0.4375em 0;
}

@media (max-width: 768px) {
  .c__comp__blocks__supportBlock__linkList {
    margin-bottom: 1.875em;
  }
}

.c__comp__blocks__supportBlock__title {
  color: #20a1c9;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.22222em;
  position: relative;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.c__comp__blocks__supportBlock__title p {
  margin-top: 0;
  margin-left: 8px;
  margin-right: 0;
  margin-bottom: 0;
}

@media (min-width: 481px) and (max-width: 670px) {
  .c__comp__blocks__supportBlock__title {
    min-height: 44px;
    margin: 0 10px;
  }
}

.c__comp__blocks__supportBlock__content {
  line-height: 1.375em;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.5625em 0;
  width: 100%;
}

@media (max-width: 768px) {
  .c__comp__blocks__supportBlock__content {
    min-height: 1.25em;
  }
}

.c__comp__blocks__supportBlock__content p {
  margin: 0 auto;
  max-width: 370px;
}

.c__comp__blocks__supportBlock__action {
  padding: 0;
  width: 100%;
}

.c__comp__blocks__supportBlock__action--tracking {
  margin-top: 1.25em;
}

.c__comp__blocks__supportBlock__action--tracking > a {
  color: #90B1BF;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.42857em;
  padding-left: 1.78571em;
  position: relative;
}

.c__comp__blocks__supportBlock__action--tracking > a::before {
  background-image: url(/assets/images/icons/crosshair.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 1.42857em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.42857em;
}

.c__comp__blocks__supportBlock.primary {
  background-color: #ffffff;
}

.c__comp__blocks__supportBlock.primary .c__comp__blocks__supportBlock__title {
  color: #20a1c9;
}

.c__comp__blocks__supportBlock.secondary {
  background-color: #004c6d;
}

.c__comp__blocks__supportBlock.secondary .c__comp__blocks__supportBlock__title {
  color: #ffffff;
}

.c__comp__blocks__supportBlock.secondary .c__comp__blocks__supportBlock__content {
  color: #ffffff;
}

@media (max-width: 768px) {
  .c__comp__blocks__supportBlock.secondary .c__comp__blocks__supportBlock__content {
    min-height: 1.25em;
  }
}

.c__comp__blocks__supportBlock.grey {
  background-color: #f4f5f7;
}

.c__comp__blocks__supportBlock .form__singleField input[type="submit"] {
  height: 44px;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 12px;
  padding-top: 12px;
}

@media (max-width: 480px) {
  .c__comp__blocks--contact .c__comp__blocks__supportBlock {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    border: 1px solid rgba(151, 151, 151, 0.21);
    margin: 0.3125em 0;
    padding: 1.25em;
    text-align: left;
  }
  .c__comp__blocks--contact .c__comp__blocks__supportBlock:not(.secondary) {
    background-color: transparent !important;
  }
  .c__comp__blocks--contact .c__comp__blocks__supportBlock:not(.secondary) .c__comp__blocks__supportBlock__title {
    color: #004c6d;
    position: relative;
  }
  .c__comp__blocks--contact .c__comp__blocks__supportBlock:not(.secondary) .c__comp__blocks__supportBlock__title p {
    color: #004c6d !important;
  }
  .c__comp__blocks--contact .c__comp__blocks__supportBlock.secondary .c__comp__blocks__supportBlock__content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 480px) and (max-width: 480px) {
  .c__comp__blocks--contact .c__comp__blocks__supportBlock__trigger {
    bottom: 0;
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (max-width: 480px) {
  .c__comp__blocks--contact .c__comp__blocks__supportBlock__check:checked ~ .c__comp__blocks__supportBlock__content, .c__comp__blocks--contact .c__comp__blocks__supportBlock__check:checked ~ .c__comp__blocks__supportBlock__action {
    display: block;
  }
  .c__comp__blocks--contact .c__comp__blocks__supportBlock__title {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    padding-left: 2.5em;
    width: 100%;
  }
  .c__comp__blocks--contact .c__comp__blocks__supportBlock__content {
    text-align: left;
  }
  .c__comp__blocks--contact .c__comp__blocks__supportBlock__content, .c__comp__blocks--contact .c__comp__blocks__supportBlock__action {
    display: none;
  }
}

.c__comp__blocks__contactBlock {
  border: 1px solid rgba(151, 151, 151, 0.21);
  margin: 0.625em 0;
  padding: 1.25em;
  position: relative;
  text-align: left;
}

@media (max-width: 480px) {
  .c__comp__blocks__contactBlock {
    margin: 0.3125em 0;
    padding: 1.25em;
  }
}

.c__comp__blocks__contactBlock input[type="checkbox"].c__comp__blocks__contactBlock__check {
  display: none;
}

.c__comp__blocks__contactBlock__check:checked ~ .c__comp__blocks__contactBlock__title label {
  color: #20a1c9;
}

.c__comp__blocks__contactBlock__check:checked ~ .c__comp__blocks__contactBlock__title label .i__svg {
  background-color: #20a1c9;
}

.c__comp__blocks__contactBlock__check:checked ~ .c__comp__blocks__contactBlock__content, .c__comp__blocks__contactBlock__check:checked ~ .c__comp__blocks__contactBlock__action {
  display: block;
}

.c__comp__blocks__contactBlock__trigger {
  cursor: pointer;
  display: block;
  font-weight: 400;
  font-size: 1em;
  margin: 0;
  padding: 0;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

.c__comp__blocks__contactBlock__title {
  color: #004c6d;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.44444em;
  position: relative;
  max-width: 100%;
}

@media (max-width: 480px) {
  .c__comp__blocks__contactBlock__title {
    font-size: 1em;
    line-height: 1.1875em;
  }
}

.c__comp__blocks__contactBlock__title .i__svg {
  left: 0;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c__comp__blocks__contactBlock__title a, .c__comp__blocks__contactBlock__title label {
  color: #004c6d;
  display: block;
  padding-left: 2.77778em;
  position: relative;
}

.c__comp__blocks__contactBlock__title a span, .c__comp__blocks__contactBlock__title label span {
  color: #20a1c9;
  display: block;
  font-size: 0.77778em;
}

.c__comp__blocks__contactBlock__title a:hover, .c__comp__blocks__contactBlock__title a.active, .c__comp__blocks__contactBlock__title label:hover, .c__comp__blocks__contactBlock__title label.active {
  color: #20a1c9;
}

.c__comp__blocks__contactBlock__title a:hover .i__svg, .c__comp__blocks__contactBlock__title a.active .i__svg, .c__comp__blocks__contactBlock__title label:hover .i__svg, .c__comp__blocks__contactBlock__title label.active .i__svg {
  background-color: #20a1c9;
}

.c__comp__blocks__contactBlock__content {
  display: none;
  line-height: 1.375em;
  padding: 1.5625em 0;
  width: 100%;
}

.c__comp__blocks__contactBlock__content p {
  margin: 0;
}

.c__comp__blocks__contactBlock__action {
  display: none;
}

@media (max-width: 768px) {
  .c__comp__blocks__incident .c__comp__blocks__supportBlock__linkList {
    padding-bottom: 1.875em;
  }
}

.c__comp__blocks__landingBlock {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid rgba(151, 151, 151, 0.21);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 1.25em;
  padding: 1.875em;
  text-align: center;
}

.c__comp__blocks__landingBlock--spaced {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.c__comp__blocks__landingBlock__title {
  color: #004c6d;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.44444em;
  max-width: 100%;
}

.c__comp__blocks__landingBlock__title .i__svg {
  margin: 0 auto 0.83333em;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

.c__comp__blocks__landingBlock__title a {
  color: #004c6d;
  display: block;
}

.c__comp__blocks__landingBlock__title a span {
  color: #20a1c9;
  display: block;
  font-size: 0.77778em;
}

.c__comp__blocks__landingBlock__title a:hover, .c__comp__blocks__landingBlock__title a.active {
  color: #20a1c9;
}

.c__comp__blocks__landingBlock__title a:hover .i__svg, .c__comp__blocks__landingBlock__title a.active .i__svg {
  background-color: #20a1c9;
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .c__comp__blocks__landingBlock__title {
    min-height: 7.5em;
  }
}

.c__comp__blocks__landingBlock__action {
  max-width: 100%;
}

.c__comp__blocks__landingBlock__content {
  line-height: 1.375em;
  min-height: 2.5em;
  padding: 1.5625em 0;
  width: 100%;
}

.c__comp__blocks__landingBlock__content p {
  margin: 0;
}

@media (max-width: 480px) {
  .c__comp__blocks__landingBlock__content {
    min-height: 0;
  }
}

.c__comp__blocks__searchBlock {
  background-color: #004c6d;
  padding: 1.875em;
}

@media (max-width: 768px) {
  .c__comp__blocks__searchBlock {
    text-align: center;
  }
}

.c__comp__blocks__searchBlock__title {
  color: #ffffff;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.22222em;
  position: relative;
  max-width: 100%;
}

.c__comp__blocks__searchBlock__title p {
  margin: 0;
}

@media (min-width: 481px) and (max-width: 670px) {
  .c__comp__blocks__searchBlock__title {
    min-height: 44px;
    margin: 0 10px;
  }
}

.c__comp__blocks__searchBlock__content {
  color: #ffffff;
  line-height: 1.375em;
  min-height: 9.0625em;
  padding: 1.5625em 0;
  width: 100%;
}

@media (max-width: 768px) {
  .c__comp__blocks__searchBlock__content {
    min-height: auto;
  }
}

.c__comp__blocks__searchBlock__content p {
  margin: 0;
}

.c__comp__blocks__searchBlock__action {
  text-align: center;
}

.c__comp__blocks__incidentBlock {
  border: 1px solid rgba(151, 151, 151, 0.21);
  height: 100%;
  position: relative;
}

.c__comp__blocks__incidentBlock > label {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.c__comp__blocks__incidentBlock > label input[type="radio"], .c__comp__blocks__incidentBlock > label input[type="checkbox"] {
  display: none;
}

.c__comp__blocks__incidentBlock a {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #004c6d;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 1.875em;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (max-width: 1024px) {
  .c__comp__blocks__incidentBlock a {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    padding: 1.25em 1.25em 1.25em 4.375em;
    text-align: left;
  }
  .c__comp__blocks__incidentBlock a.withoutIcon {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding-left: 1.25em;
    text-align: center;
  }
}

.c__comp__blocks__incidentBlock a:hover, .c__comp__blocks__incidentBlock a.active {
  color: #20a1c9;
}

.c__comp__blocks__incidentBlock a:hover .i__svg, .c__comp__blocks__incidentBlock a.active .i__svg {
  background-color: #20a1c9;
}

.c__comp__blocks__incidentBlock:hover a {
  color: #20a1c9;
}

.c__comp__blocks__incidentBlock:hover .i__svg {
  background-color: #20a1c9;
}

.c__comp__blocks__incidentBlock--continue > label {
  color: #ffffff;
}

.c__comp__blocks__incidentBlock--continue a {
  background: #20a1c9;
  color: #ffffff;
}

.c__comp__blocks__incidentBlock--continue:hover a {
  background: #1c8fb3;
  color: #ffffff;
}

.c__comp__blocks__incidentBlock--check {
  border: 0;
}

.c__comp__blocks__incidentBlock--check label {
  font-size: 1.125em;
  font-weight: 400;
  padding-left: 1.94444em;
  position: relative;
}

.c__comp__blocks__incidentBlock--check label::before {
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  content: "";
  height: 1.33333em;
  left: 0;
  position: absolute;
  top: 0.05556em;
  width: 1.33333em;
}

.c__comp__blocks__incidentBlock--check input[type="checkbox"] {
  display: none;
}

.c__comp__blocks__incidentBlock--check input[type="checkbox"]:checked + label::after {
  background: #20a1c9;
  border-radius: 50%;
  content: "";
  height: 0.77778em;
  left: 0.27778em;
  position: absolute;
  top: 0.33333em;
  width: 0.77778em;
}

.c__comp__blocks__incidentBlock--check input[type="checkbox"] + label {
  padding-left: 2.61111em;
}

.c__comp__blocks__incidentBlock .i__svg {
  background-color: #004c6d;
  margin: 0 auto 0.83333em;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

@media (max-width: 1024px) {
  .c__comp__blocks__incidentBlock .i__svg {
    height: 2.8125em;
    left: 0.9375em;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.8125em;
  }
}

.c__comp__blocks__incidentBlock--text a {
  padding: 1.25em 1.875em;
}

.c__comp__blocks__incidentBlock--text a:hover {
  background-color: #20a1c9;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .c__comp__blocks__incidentBlock--text a {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    text-align: left;
  }
  .c__comp__incidentBlock--text .c__comp__blocks__incidentBlock--text a {
    padding-left: 1.25em;
  }
}

.c__comp__blocks__incidentBlock--text:hover a {
  background-color: #20a1c9;
  color: #ffffff;
}

.c__comp__blocks__questionBlock {
  border: 1px solid rgba(151, 151, 151, 0.21);
  height: 100%;
  position: relative;
}

.c__comp__blocks__questionBlock a {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #004c6d;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 1.875em;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (max-width: 1024px) {
  .c__comp__blocks__questionBlock a {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    text-align: left;
  }
  .c__comp__incidentBlock--text .c__comp__blocks__questionBlock a {
    padding-left: 1.25em;
  }
}

@media (max-width: 1024px) {
  .c__comp__blocks__questionBlock a {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    padding: 1.25em;
    text-align: left;
  }
}

.c__comp__blocks__questionBlock a:hover, .c__comp__blocks__questionBlock a.active, .c__comp__blocks__questionBlock a[data-active="true"] {
  background-color: #20a1c9;
  color: #ffffff;
}

@media (min-width: 961px) {
  .l__col__flex.c__comp__blocks__supportBlock__linkList ul {
    margin-right: 1.25em;
  }
}

.no-flexbox .l__rowFlex::after {
  content: "";
  clear: both;
  display: table;
}

.no-flexbox .l__rowFlex .c__comp__blocks__supportBlock, .no-flexbox .l__rowFlex .c__comp__blocks__contactBlock {
  float: left;
  margin-bottom: 3.125em;
  width: 33.3333333333%;
}

@media (max-width: 1024px) {
  .c__comp__helpadvice__block {
    margin-bottom: 1.25em;
  }
}

.c__comp__helpadvice__block__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 1.25em;
  position: relative;
}

.c__comp__helpadvice__block__img::before {
  content: "";
  display: block;
  padding-top: 62.41610738255034%;
}

.c__comp__helpadvice__block__pages li {
  border-top: 1px solid rgba(151, 151, 151, 0.21);
}

.c__comp__helpadvice__block__pages li:last-child {
  border-bottom: 1px solid rgba(151, 151, 151, 0.21);
}

.c__comp__helpadvice__block__pages a {
  color: #004c6d;
  display: block;
  font-weight: 500;
  padding: 0.3125em 0 0.3125em 0.9375em;
  position: relative;
}

.c__comp__helpadvice__block__pages a::before {
  content: ">";
  left: 0;
  position: absolute;
  top: 0.3125em;
}

.c__comp__helpadvice__social {
  background-color: #ffffff;
  height: 100%;
  padding: 1.25em;
}

@media (max-width: 768px) {
  .c__comp__helpadvice__social {
    margin-top: 2.5em;
  }
}

.c__comp__helpadvice__social .feed-icon-hide {
  display: none;
}

.c__comp__helpadvice__social img.Emoji {
  height: 1.9rem;
}

.c__comp__helpadvice__social h3, .c__comp__helpadvice__social .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__helpadvice__social h2, .c__comp__helpadvice__social .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__helpadvice__social h1, .c__comp__helpadvice__social .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__helpadvice__social h1, .c__comp__helpadvice__social .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__helpadvice__social h1, .c__comp__helpadvice__social .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__helpadvice__social h1 {
  padding-left: 1.73913em;
  position: relative;
}

.c__comp__helpadvice__social h3 .i__svg, .c__comp__helpadvice__social .c__comp__tabs .c__comp__blocks h2 .i__svg, .c__comp__tabs .c__comp__blocks .c__comp__helpadvice__social h2 .i__svg, .c__comp__helpadvice__social .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1 .i__svg, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__helpadvice__social h1 .i__svg, .c__comp__helpadvice__social .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1 .i__svg, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__helpadvice__social h1 .i__svg, .c__comp__helpadvice__social .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1 .i__svg, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__helpadvice__social h1 .i__svg, .c__comp__helpadvice__social .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1 .i__svg, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__helpadvice__social h1 .i__svg {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c__comp__helpadvice__social__tweets__item {
  border-top: 1px solid rgba(151, 151, 151, 0.21);
  line-height: 1.375em;
  padding: 1.25em 0;
}

@media (min-width: 481px) and (max-width: 768px) {
  .c__comp__helpadvice__social__tweets__item {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.c__comp__helpadvice__social__tweets__item__meta {
  color: #898989;
}

.c__comp__helpadvice__social__tweets__item__meta a {
  color: #898989;
}

.c__comp__helpadvice__social__tweets__item__content {
  color: #004c6d;
  font-weight: 400;
}

.c__comp__helpadvice__social__tweets__item__content p {
  margin: 0;
}

.c__comp__helpadvice__social__tweets__item__content span, .c__comp__helpadvice__social__tweets__item__content a {
  color: #20a1c9;
}

.c__comp__helpadvice__social__tweets__item__content a {
  font-weight: 600;
}

@media (min-width: 481px) and (max-width: 768px) {
  .c__comp__helpadvice__social__tweets {
    margin: 0 -5px;
  }
}

.c__newsGrid__twitter {
  padding: 0;
}

.c__newsGrid__twitter .c__comp__helpadvice__social {
  background-color: transparent;
}

.c__newsGrid__twitter .c__comp__helpadvice__social h3, .c__newsGrid__twitter .c__comp__helpadvice__social .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__newsGrid__twitter .c__comp__helpadvice__social h2, .c__newsGrid__twitter .c__comp__helpadvice__social .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__newsGrid__twitter .c__comp__helpadvice__social h1, .c__newsGrid__twitter .c__comp__helpadvice__social .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__newsGrid__twitter .c__comp__helpadvice__social h1, .c__newsGrid__twitter .c__comp__helpadvice__social .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__newsGrid__twitter .c__comp__helpadvice__social h1, .c__newsGrid__twitter .c__comp__helpadvice__social .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__newsGrid__twitter .c__comp__helpadvice__social h1 {
  padding: 0;
}

.c__newsGrid__twitter .c__comp__helpadvice__social .feed-icon-news {
  display: inline-block;
}

.c__newsGrid__twitter .c__comp__helpadvice__social .feed-icon-news + .feed-icon-home {
  display: none;
}

.c__newsGrid__twitter .c__comp__helpadvice__social .i__svg path {
  fill: #ffffff;
}

.c__newsGrid__twitter .c__comp__helpadvice__social span {
  color: #ffffff;
}

.c__comp__helptopics__block {
  /*@include below1024 {
            margin-bottom: relSize(20, 16);
        }*/
}

.c__comp__helptopics__block h3, .c__comp__helptopics__block .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__helptopics__block h2, .c__comp__helptopics__block .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__helptopics__block h1, .c__comp__helptopics__block .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__helptopics__block h1, .c__comp__helptopics__block .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__helptopics__block h1, .c__comp__helptopics__block .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__helptopics__block h1 {
  color: #004c6d;
}

@media (min-width: 769px) {
  .c__comp__helptopics__block__pages {
    -webkit-columns: 2 auto;
            columns: 2 auto;
    -webkit-column-gap: 1em;
            column-gap: 1em;
  }
  .c__comp__helptopics__block--single .c__comp__helptopics__block__pages {
    -webkit-columns: 1;
            columns: 1;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
}

.c__comp__helptopics__block__pages li {
  display: block;
  position: relative;
}

.c__comp__helptopics__block__pages li::after {
  background-color: rgba(151, 151, 151, 0.21);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.c__comp__helptopics__block__pages a {
  color: #004c6d;
  display: inline-block;
  font-weight: 500;
  padding: 0.3125em 0 0.3125em 0;
  position: relative;
  /*&::before {
                    content: ">";
                    left: 0;
                    position: absolute;
                    top: relSize(5, 14);
                }*/
}

.c__comp__helptopics .c__comp__blocks__supportBlock {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  padding: 1.875em;
  text-align: left;
}

.c__comp__helptopics .c__comp__blocks__supportBlock.secondary .c__comp__blocks__supportBlock__content {
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
}

.c__comp__helptopics .c__comp__blocks__supportBlock.secondary .c__comp__blocks__supportBlock__action {
  padding: 0;
}

@media (max-width: 768px) {
  .c__comp__helptopics .c__comp__blocks__supportBlock {
    margin-top: 20px;
  }
}

.c-horizontal-line {
  border-top: 1px solid #e0e0e0;
  margin: 0;
}

@media (max-width: 1024px) {
  .c__comp__populartopics__block {
    margin-bottom: 1.25em;
  }
}

.c__comp__populartopics__block h3, .c__comp__populartopics__block .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__populartopics__block h2, .c__comp__populartopics__block .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__populartopics__block h1, .c__comp__populartopics__block .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__populartopics__block h1, .c__comp__populartopics__block .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__populartopics__block h1, .c__comp__populartopics__block .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__populartopics__block h1 {
  color: #004c6d;
}

.c__comp__populartopics__block__pages li {
  display: block;
  position: relative;
}

.c__comp__populartopics__block__pages li::after {
  background-color: rgba(151, 151, 151, 0.21);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.c__comp__populartopics__block__pages a {
  color: #004c6d;
  display: inline-block;
  font-weight: 500;
  padding: 0.3125em 0 0.3125em 0;
  position: relative;
  /*&::before {
                    content: ">";
                    left: 0;
                    position: absolute;
                    top: relSize(5, 14);
                }*/
}

.c__comp__imgsplit {
  overflow: hidden;
}

.c__comp__imgsplit .l__row {
  position: relative;
}

.c__comp__imgsplit__text {
  background-color: #71a330;
  color: #ffffff;
  padding: 3.75em 10px 3.75em 0;
  position: relative;
}

@media (min-width: 1025px) {
  .c__comp__imgsplit__text {
    padding: 6.25em 30% 6.25em 0;
  }
}

.c__comp__imgsplit__text::before {
  background-color: #71a330;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 1280px) {
  .c__comp__imgsplit__text::before {
    left: calc((-100vw + 1280px) / 2 - 40px);
  }
}

@media (max-width: 1280px) {
  .c__comp__imgsplit__text::before {
    left: -30px;
  }
}

@media (max-width: 480px) {
  .c__comp__imgsplit__text::before {
    right: -30px;
  }
}

.c__comp__imgsplit__text * {
  position: relative;
}

.c__comp__imgsplit__text h2, .c__comp__imgsplit__text .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__imgsplit__text h1, .c__comp__imgsplit__text .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__comp__imgsplit__text h1 {
  color: #ffffff;
  font-size: 2.25em;
  line-height: 1.08333em;
  margin-bottom: 0.55556em;
}

.c__comp__imgsplit__text__summary {
  line-height: 1.375em;
}

.c__comp__imgsplit__img {
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/bg/img-split-bg.png',sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/bg/img-split-bg.png',sizingMethod='scale')";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  z-index: 999;
}

@media (min-width: 481px) {
  .c__comp__imgsplit__img {
    bottom: 0;
    left: 41.66666666666667%;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (min-width: 481px) and (min-width: 1280px) {
  .c__comp__imgsplit__img {
    margin-right: calc((-100vw + 1280px) / 2 - 20px);
  }
}

@media (min-width: 481px) and (max-width: 1280px) {
  .c__comp__imgsplit__img {
    margin-right: -30px;
  }
}

@media (min-width: 481px) and (max-width: 480px) {
  .c__comp__imgsplit__img {
    margin-left: -30px;
  }
}

@media (max-width: 768px) {
  .c__comp__imgsplit__img {
    left: 50%;
  }
}

@media (max-width: 480px) {
  .c__comp__imgsplit__img {
    left: 0;
    margin: 0 -20px;
    padding-top: 68.81028938906752%;
  }
}

.c__comp__imgsplit.alt .c__comp__imgsplit__text {
  padding: 3.75em 0 3.75em 10px;
}

@media (min-width: 1025px) {
  .c__comp__imgsplit.alt .c__comp__imgsplit__text {
    padding-left: 30%;
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .c__comp__imgsplit.alt .c__comp__imgsplit__text {
    padding-left: 0;
  }
}

.c__comp__imgsplit.alt .c__comp__imgsplit__text::before {
  left: 0;
}

@media (min-width: 1280px) {
  .c__comp__imgsplit.alt .c__comp__imgsplit__text::before {
    right: calc((-100vw + 1280px) / 2 - 20px);
  }
}

@media (max-width: 1280px) {
  .c__comp__imgsplit.alt .c__comp__imgsplit__text::before {
    right: -30px;
  }
}

@media (max-width: 480px) {
  .c__comp__imgsplit.alt .c__comp__imgsplit__text::before {
    left: -30px;
  }
}

@media (min-width: 481px) {
  .c__comp__imgsplit.alt .c__comp__imgsplit__img {
    left: 0;
    right: 41.66666666666667%;
  }
}

@media (min-width: 481px) and (min-width: 1280px) {
  .c__comp__imgsplit.alt .c__comp__imgsplit__img {
    margin-left: calc((-100vw + 1280px) / 2 - 20px);
  }
}

@media (min-width: 481px) and (max-width: 1280px) {
  .c__comp__imgsplit.alt .c__comp__imgsplit__img {
    margin-left: -30px;
  }
}

@media (min-width: 481px) and (max-width: 480px) {
  .c__comp__imgsplit.alt .c__comp__imgsplit__img {
    margin-right: -30px;
  }
}

.no-boxshadow .c__comp__imgsplit__img {
  bottom: 0;
  left: 41.66666666666667%;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 1280px) {
  .no-boxshadow .c__comp__imgsplit__img {
    margin-right: calc((-100vw + 1280px) / 2 - 20px);
  }
}

@media (max-width: 1280px) {
  .no-boxshadow .c__comp__imgsplit__img {
    margin-right: -30px;
  }
}

@media (max-width: 480px) {
  .no-boxshadow .c__comp__imgsplit__img {
    margin-left: -30px;
  }
}

.c__comp__contact {
  padding: 4.0625em 0 0;
}

.c__comp__contact h3, .c__comp__contact .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__contact h2, .c__comp__contact .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__contact h1, .c__comp__contact .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__contact h1, .c__comp__contact .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__contact h1, .c__comp__contact .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__contact h1 {
  color: #004c6d;
}

.c__comp__contact__block h3, .c__comp__contact__block .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__contact__block h2, .c__comp__contact__block .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__contact__block h1, .c__comp__contact__block .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__contact__block h1, .c__comp__contact__block .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__contact__block h1, .c__comp__contact__block .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__contact__block h1 {
  color: #004c6d;
}

@media (min-width: 769px) {
  .c__comp__contact__block + .c__comp__contact__block {
    margin-top: 3.125em;
  }
}

.c__comp__contact__block__summary {
  line-height: 1.375em;
  padding: 0.625em 0 0;
}

.c__comp__contact__block__summary a {
  color: #20a1c9;
}

@media (max-width: 768px) {
  .c__comp__contact__block {
    margin-bottom: 3.125em;
  }
}

.c__comp__contact__callbackForm {
  border-bottom: 1px solid rgba(151, 151, 151, 0.21);
  border-top: 1px solid rgba(151, 151, 151, 0.21);
  padding: 3.125em 0;
  text-align: center;
}

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

.c__comp__contact__callbackForm .form__row span {
  color: #a0a0a0;
}

.c__comp__contact__callbackForm__summary {
  line-height: 1.375em;
}

.c__comp__contact__callbackForm__summary span {
  font-weight: 600;
}

.c__comp__contact__form--light label {
  color: #898989;
}

#genEnquiryWrap {
  height: auto;
  min-height: 28.125em;
  width: 100%;
}

#genEnquiryForm {
  height: auto;
  min-height: 28.125em;
  width: 100%;
}

.c-responsive-carousel {
  position: relative;
}

@media (min-width: 769px) {
  .c-responsive-carousel {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 769px) {
  .c-responsive-carousel__item {
    padding: 2rem;
  }
}

.c-responsive-carousel__item__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2rem;
  padding-top: 60%;
  width: 100%;
}

.c-responsive-carousel__item__image:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .c-responsive-carousel__prev, .c-responsive-carousel__next {
    border-color: transparent;
    border-left-color: #fff;
    border-radius: 3px;
    border-style: solid;
    border-top-color: #fff;
    border-width: 2px;
    cursor: pointer;
    height: 3rem;
    left: -1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-1.5rem) rotate(-45deg);
            transform: translateY(-1.5rem) rotate(-45deg);
    width: 3rem;
  }
  .c-responsive-carousel__prev:hover, .c-responsive-carousel__next:hover {
    border-left-color: #20a1c9;
    border-top-color: #20a1c9;
  }
  .c-responsive-carousel__next {
    left: auto;
    right: -1rem;
    -webkit-transform: translateY(-1.5rem) rotate(-225deg);
            transform: translateY(-1.5rem) rotate(-225deg);
  }
}

.c__comp__social__contact li {
  float: left;
}

@media (min-width: 481px) {
  .c__comp__social__contact li:not(:first-child) {
    padding-left: 2.5em;
  }
}

@media (max-width: 480px) {
  .c__comp__social__contact li {
    float: none;
  }
  .c__comp__social__contact li:not(:first-child) {
    margin-top: 1.25em;
  }
}

.c__comp__social__contact a {
  display: block;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.5em;
  padding-left: 2.22222em;
  position: relative;
}

.c__comp__social__contact a .socialcontact {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c__comp__social__fb {
  color: #004c6d;
}

.c__comp__social__tw {
  color: #20a1c9;
}

.c__spinner {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border-radius: 50%;
  border-top: 3px solid #004c6d;
  border-bottom: 3px solid #004c6d;
  border-right: 3px solid #004c6d;
  border-left: 3px solid transparent;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.n__breadcrumb {
  background-color: rgba(0, 0, 0, 0.45);
  left: 0;
  padding: 0.625em 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  z-index: 1001;
  font-size: 1.6rem;
}

.n__breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.n__breadcrumb li {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: none;
}

.n__breadcrumb li::before {
  content: ">";
  display: none;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  font-size: 0.875em;
  line-height: 1;
}

.n__breadcrumb li:nth-last-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

@media (min-width: 481px) {
  .n__breadcrumb li:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .n__breadcrumb li:last-child::before {
    display: block;
  }
}

@media (min-width: 769px) {
  .n__breadcrumb li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .n__breadcrumb li:not(:first-child)::before {
    display: block;
  }
}

.n__breadcrumb a {
  color: #ffffff;
  display: block;
  font-size: 0.75em;
  line-height: 1.5em;
}

.n__breadcrumb .c__comp__incidentbanner {
  background-color: transparent;
  bottom: auto;
  left: auto;
  padding: 0;
  position: relative;
  top: auto;
  right: auto;
}

.n__breadcrumb .c__comp__incidentbanner__alert {
  font-size: 1em;
  float: right;
}

.c__comp__incidentbanner + .n__breadcrumb {
  background-color: transparent;
}

.c__comp__intro__title {
  background-color: #ffffff;
  padding: 2.5em 0 2.5em;
}

@media (min-width: 481px) {
  .c__comp__intro__title {
    padding: 2.5em 0.625em 2.5em;
    text-align: center;
  }
}

.c__comp__intro__title h1 {
  color: #004c6d;
  margin: 0;
}

@media (max-width: 480px) {
  .c__comp__intro__title {
    border-bottom: 1px solid rgba(151, 151, 151, 0.21);
    margin-bottom: 0.9375em;
    padding-bottom: 0.9375em;
  }
}

.c__comp__intro__content {
  background-color: #ffffff;
  padding-bottom: 0.625em;
}

@media (max-width: 768px) {
  .c__comp__intro__content {
    padding-bottom: 0;
  }
}

@media (min-width: 481px) {
  .c__comp__intro__content {
    text-align: center;
  }
}

.c__comp__intro__content p:last-of-type {
  margin: 0;
}

.c__comp__intro--nohero {
  padding: 5.625em 1.5625em 3.125em;
}

@media (max-width: 768px) {
  .c__comp__intro--nohero {
    padding: 4.375em 0 3.125em;
  }
}

.c__comp__intro--nohero .c__comp__intro__title {
  padding: 0;
}

.c__comp__intro--nohero .c__comp__intro__title h1 {
  margin-bottom: 0.46875em;
}

.c__comp__intro--nohero .c__comp__intro__content {
  padding-bottom: 0;
}

.c__comp__intro--nohero .c__comp__intro__content * {
  margin: 0;
}

.c__intro {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 481px) {
  .c__intro {
    background-color: #F9F9F9;
    padding-bottom: 140px;
  }
}

@media (min-width: 769px) {
  .c__intro {
    padding-bottom: 200px;
  }
}

.c__intro__title {
  padding-top: 0em;
  padding-bottom: 0.9375em;
  padding-right: 0;
  padding-left: 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.21);
  margin-bottom: 0.9375em;
}

@media (min-width: 481px) {
  .c__intro__title {
    padding-top: 1.875em;
    padding-bottom: 1.875em;
    text-align: center;
    border-bottom: 0;
    margin-bottom: 0;
  }
}

.c__intro__title h1 {
  color: #004c6d;
  margin: 0;
}

@media (min-width: 481px) {
  .c__intro__content {
    text-align: center;
  }
}

.c__intro__content p:last-of-type {
  margin: 0;
}

.c-iframe {
  width: 100%;
  height: auto;
  min-height: 600px;
  border: none;
}

.c__comp__water {
  background-color: #ffffff;
}

.c__comp__water__colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 3.125em;
}

.c__comp__water__colors__item {
  box-sizing: border-box;
  border: 0;
  -webkit-flex-basis: 12%;
          flex-basis: 12%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  margin-bottom: 1.25em;
  text-align: center;
}

@media (max-width: 1024px) {
  .c__comp__water__colors__item {
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
  }
}

@media (max-width: 480px) {
  .c__comp__water__colors__item {
    -webkit-flex-basis: 30%;
            flex-basis: 30%;
  }
}

@media (max-width: 360px) {
  .c__comp__water__colors__item {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
  }
}

.c__comp__water__colors__item a {
  color: #004c6d;
  display: block;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.22222em;
  position: relative;
}

.c__comp__water__colors__item a img {
  display: block;
  margin: 0 auto;
  max-width: 3.88889em;
}

.c__comp__water__colors__item a span {
  display: block;
}

.c__comp__water__colors[data-activeChild="true"] .c__comp__water__colors__item a:not([data-active="true"])::after {
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: opacity ease-in 0.2s;
  transition: opacity ease-in 0.2s;
  top: 0;
}

.c__comp__water__colors[data-activeChild="true"] .c__comp__water__colors__item a:not([data-active="true"]):hover::after {
  opacity: 0;
}

.c__comp__water__info h2, .c__comp__water__info .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__water__info h1, .c__comp__water__info .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__comp__water__info h1 {
  text-align: center;
}

.c__comp__waterHardness h3, .c__comp__waterHardness .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__waterHardness h2, .c__comp__waterHardness .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__waterHardness h1, .c__comp__waterHardness .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__waterHardness h1, .c__comp__waterHardness .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__waterHardness h1, .c__comp__waterHardness .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__waterHardness h1 {
  color: #004c6d;
}

.c__comp__waterHardness__report dl {
  border-bottom: 1px solid rgba(151, 151, 151, 0.21);
  font-size: 1.125em;
  margin: 0 0 0.83333em;
  padding: 0 0 0.83333em;
}

.c__comp__waterHardness__report dt {
  float: left;
  margin: 0;
  padding: 0;
  width: 13.88889em;
}

.c__comp__waterHardness__report dd {
  margin: 0;
  padding: 0 0 0 13.88889em;
}

.no-flexbox .c__comp__water__colors__item {
  float: left;
  width: 14.28571428571429%;
}

@media (max-width: 1024px) {
  .no-flexbox .c__comp__water__colors__item {
    width: 20%;
  }
}

@media (max-width: 768px) {
  .no-flexbox .c__comp__water__colors__item {
    width: 33.333333333%;
  }
}

.c__comp__tabs__triggers__item label:hover, .c__comp__tabs input[type="radio"][data-item="1"]:checked ~ div label[data-item="1"], .c__comp__tabs input[type="radio"][data-item="2"]:checked ~ div label[data-item="2"], .c__comp__tabs input[type="radio"][data-item="3"]:checked ~ div label[data-item="3"], .c__comp__tabs input[type="radio"][data-item="4"]:checked ~ div label[data-item="4"], .c__comp__tabs input[type="radio"][data-item="5"]:checked ~ div label[data-item="5"] {
  background-color: #f4f5f7;
  color: #004c6d;
}

.c__comp__tabs {
  margin-top: 2.5em;
}

@media (min-width: 481px) {
  .c__comp__tabs__wrapper h2, .c__comp__tabs__wrapper .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs__wrapper h1, .c__comp__tabs__wrapper .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__comp__tabs__wrapper h1 {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .c__comp__tabs__wrapper {
    background-color: #f4f5f7;
    padding-top: 1.875em;
  }
}

.c__comp__tabs__triggers {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

@media (min-width: 1025px) {
  .c__comp__tabs__triggers {
    padding: 0 5em;
  }
}

@media (max-width: 768px) {
  .c__comp__tabs__triggers {
    margin: 0 -30px;
  }
}

@media (max-width: 480px) {
  .c__comp__tabs__triggers {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin: 0 -15px;
    overflow: hidden;
    overflow-x: auto;
  }
  .c__comp__tabs__triggers::-webkit-scrollbar {
    display: none;
  }
}

.c__comp__tabs__triggers__item {
  -webkit-flex-basis: 20%;
          flex-basis: 20%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  height: 100%;
  padding: 0 0.625em;
}

@media (max-width: 768px) {
  .c__comp__tabs__triggers__item {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .c__comp__tabs__triggers__item {
    margin: 0 5px;
    white-space: nowrap;
  }
}

.c__comp__tabs__triggers__item label {
  background-color: #20a1c9;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: 100%;
  padding: 1em;
  text-align: center;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

@media (max-width: 480px) {
  .c__comp__tabs__triggers__item label {
    background-color: transparent;
    border: 1px solid #20a1c9;
    color: #20a1c9;
    font-size: 0.875em;
    line-height: 1.28571em;
  }
}

.c__comp__tabs__content {
  background-color: #f4f5f7;
}

.c__comp__tabs__content .c__comp__blocks__incidentReport--plumber {
  background-color: #ffffff;
  margin-top: 4.0625em;
  padding: 2em;
}

.c__comp__tabs__content .c__comp__blocks__incidentReport--plumber h5 {
  position: relative;
  display: inline-block;
  padding: 1em 3em;
}

.c__comp__tabs__content .c__comp__blocks__incidentReport--plumber h5::after {
  background: url(/assets/images/icons/marker-drag-icon.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 40px;
  height: 40px;
}

.c__comp__tabs__content .c__comp__blocks__incidentReport--plumber a {
  background-color: #20a1c9;
  color: #ffffff;
  display: inline-block;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.1428571429em;
  padding: 1em 1.7857142857em;
  text-align: center;
  text-transform: none;
}

.c__comp__tabs__content .c__comp__blocks__incidentReport--plumber a:hover {
  background-color: #197e9d;
}

.c__comp__tabs__content__block {
  display: none;
  padding: 3.125em 0;
}

@media (max-width: 480px) {
  .c__comp__tabs__content__block {
    padding: 1.875em 0;
  }
}

.c__comp__tabs__content__block h4, .c__comp__tabs__content__block .c__comp__faq__search h3, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h2, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs__content__block .c__comp__faq__search .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h1 {
  color: #004c6d;
}

.c__comp__tabs__content__block .c__comp__blocks__supportBlock {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  text-align: left;
}

@media (max-width: 768px) {
  .c__comp__tabs__content__block .c__comp__blocks__supportBlock {
    margin-top: 2.1875em;
  }
}

.c__comp__tabs__content__block .c__comp__blocks__supportBlock .c__comp__blocks__supportBlock__content {
  padding-left: 0;
  padding-right: 0;
}

.c__comp__tabs__content__block .c__comp__faq__search__container {
  margin-top: 2.75em;
  margin-bottom: 2em;
}

.c__comp__tabs__content__block .c__comp__faq__answer__feedback {
  padding: 0;
}

.c__comp__tabs__content__desc {
  line-height: 1.375em;
}

.c__comp__tabs__content__desc--sub {
  margin: 0.625em 0;
}

.c__comp__tabs__content .l__col__span6 .c__comp__blocks__supportBlock {
  -webkit-box-align: left;
  -webkit-align-items: left;
          align-items: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  padding: 1.875em;
  margin-top: 3.125em;
  text-align: left;
}

.c__comp__tabs__content .l__col__span6 .c__comp__blocks__supportBlock.secondary .c__comp__blocks__supportBlock__content {
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
}

.c__comp__tabs__content .l__col__span6 .c__comp__blocks__supportBlock.secondary .c__comp__blocks__supportBlock__action {
  padding: 0;
}

.c__comp__tabs__content .c__comp__subSection__text h3, .c__comp__tabs__content .c__comp__subSection__text .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__tabs__content .c__comp__subSection__text h2, .c__comp__tabs__content .c__comp__subSection__text .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs__content .c__comp__subSection__text h1, .c__comp__tabs__content .c__comp__subSection__text .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__tabs__content .c__comp__subSection__text h1, .c__comp__tabs__content .c__comp__subSection__text .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__tabs__content .c__comp__subSection__text h1, .c__comp__tabs__content .c__comp__subSection__text .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__tabs__content .c__comp__subSection__text h1 {
  color: #004c6d;
}

.c__comp__tabs .c__comp__blocks {
  background-color: #ffffff;
}

.c__comp__tabs .c__comp__blocks__title {
  padding-bottom: 1.25em;
  padding-top: 1.875em;
}

.c__comp__tabs .c__comp__blocks__title h2, .c__comp__tabs .c__comp__blocks__title .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks__title h1, .c__comp__tabs .c__comp__blocks__title .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks__title h1 {
  margin: 0;
}

@media (max-width: 480px) {
  .c__comp__tabs .c__comp__blocks__title {
    background-color: #f4f5f7;
    border: 0;
  }
}

.c__comp__tabs .c__comp__blocks .l__contain {
  padding: 0;
}

.c__comp__tabs .c__comp__blocks .l__rowFlex .l__col__flex {
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  margin-bottom: 0;
  text-align: center;
}

.c__comp__tabs .c__comp__blocks .c__comp__blocks__supportBlock {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.c__comp__tabs .c__comp__blocks .c__comp__blocks__supportBlock:not(:last-child)::after {
  background-color: #f4f5f7;
  bottom: 0;
  content: "";
  height: 1px;
  left: 30px;
  position: absolute;
  right: 30px;
}

.c__comp__tabs .c__comp__blocks .c__comp__blocks__supportBlock__content {
  min-height: 0;
}

.c__comp__tabs .c__comp__blocks .c__comp__blocks__supportBlock[data-anim="fadeslideup"] {
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
}

@media (max-width: 768px) {
  .c__comp__tabs .c__comp__blocks .c__comp__blocks__supportBlock {
    margin-top: 0;
  }
}

.c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1 {
  color: #004c6d;
}

.c__comp__tabs input[type="radio"] {
  display: none;
}

@media (max-width: 480px) {
  .c__comp__tabs input[type="radio"][data-item="1"]:checked ~ div label[data-item="1"] {
    background-color: #20a1c9;
    color: #ffffff;
  }
}

.c__comp__tabs input[type="radio"][data-item="1"]:checked ~ .c__comp__tabs__content .c__comp__tabs__content__block[data-item="1"] {
  display: block;
}

@media (max-width: 480px) {
  .c__comp__tabs input[type="radio"][data-item="2"]:checked ~ div label[data-item="2"] {
    background-color: #20a1c9;
    color: #ffffff;
  }
}

.c__comp__tabs input[type="radio"][data-item="2"]:checked ~ .c__comp__tabs__content .c__comp__tabs__content__block[data-item="2"] {
  display: block;
}

@media (max-width: 480px) {
  .c__comp__tabs input[type="radio"][data-item="3"]:checked ~ div label[data-item="3"] {
    background-color: #20a1c9;
    color: #ffffff;
  }
}

.c__comp__tabs input[type="radio"][data-item="3"]:checked ~ .c__comp__tabs__content .c__comp__tabs__content__block[data-item="3"] {
  display: block;
}

@media (max-width: 480px) {
  .c__comp__tabs input[type="radio"][data-item="4"]:checked ~ div label[data-item="4"] {
    background-color: #20a1c9;
    color: #ffffff;
  }
}

.c__comp__tabs input[type="radio"][data-item="4"]:checked ~ .c__comp__tabs__content .c__comp__tabs__content__block[data-item="4"] {
  display: block;
}

@media (max-width: 480px) {
  .c__comp__tabs input[type="radio"][data-item="5"]:checked ~ div label[data-item="5"] {
    background-color: #20a1c9;
    color: #ffffff;
  }
}

.c__comp__tabs input[type="radio"][data-item="5"]:checked ~ .c__comp__tabs__content .c__comp__tabs__content__block[data-item="5"] {
  display: block;
}

.c__comp__tabs #waterhardnessMap {
  display: none;
}

.c__comp__callout {
  background-color: #ffffff;
  padding: 1.5625em 0;
}

@media (max-width: 480px) {
  .c__comp__callout {
    padding-left: 0;
    padding-right: 0;
  }
}

.c__comp__callout h3, .c__comp__callout .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__callout h2, .c__comp__callout .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__callout h1, .c__comp__callout .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__callout h1, .c__comp__callout .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__callout h1, .c__comp__callout .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__callout h1 {
  color: #004c6d;
  padding: 0 0.86957em;
  text-align: center;
}

.c__comp__callout .c__comp__blocks__supportBlock {
  margin-top: 1.875em;
}

.c__comp__callout .c__comp__blocks__supportBlock + .c__comp__blocks__supportBlock {
  margin-top: 0;
}

.c__comp__callout .c__comp__blocks__supportBlock__content {
  min-height: auto;
}

@media (max-width: 1024px) {
  .c__comp__callout .c__comp__blocks__supportBlock.tertiary {
    background-color: #ffffff;
  }
}

@media (max-width: 768px) {
  .c__comp__callout {
    margin-top: 3.125em;
  }
}

.c__comp__billing__nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c__comp__billing__nav__item {
  -webkit-flex-basis: 20%;
          flex-basis: 20%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  margin-bottom: 1.25em;
  width: 20%;
}

@media (max-width: 768px) {
  .c__comp__billing__nav__item {
    -webkit-flex-basis: 33.3333333333%;
            flex-basis: 33.3333333333%;
    width: 33.3333333333%;
  }
}

@media (max-width: 480px) {
  .c__comp__billing__nav__item {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    width: 50%;
  }
}

.c__comp__billing__nav__item .i__svg {
  margin: 0 auto 0.83333em;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

.c__comp__billing__nav__item a {
  display: block;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.44444em;
  padding: 0 1.11111em;
  text-align: center;
}

.c__comp__billing__nav__item a:hover {
  color: #20a1c9;
}

.c__comp__billing__nav__item a:hover .i__svg:not(.highlight) {
  background-color: #20a1c9;
}

.c__comp__billing__nav__item span {
  display: block;
}

.c__comp__billing__nav__item:not(:last-child) {
  border-right: 1px solid rgba(151, 151, 151, 0.21);
}

@media (max-width: 480px) {
  .c__comp__billing__nav__item:not(:last-child) {
    border-right: 0;
  }
  .c__comp__billing__nav__item:not(:last-child):nth-child(odd) {
    border-right: 1px solid rgba(151, 151, 151, 0.21);
  }
}

.no-flexbox .c__comp__billing__nav__item {
  float: left;
}

.c__comp__understandBill__meterCheck {
  text-align: center;
}

.c__comp__understandBill__meterCheck p {
  color: #004c6d;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0.75em;
}

@media (max-width: 620px) {
  .c__comp__understandBill__meterCheck__options::after {
    content: "";
    clear: both;
    display: table;
  }
}

.c__comp__understandBill__meterCheck__options label {
  background-color: #f4f5f7;
  color: #004c6d;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0 0.625em;
  padding: 1.0625em 6.75em;
  text-transform: uppercase;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  width: auto;
}

@media (max-width: 620px) {
  .c__comp__understandBill__meterCheck__options label {
    display: block;
    float: left;
    margin: 0;
    padding: 1.0625em;
    width: 50%;
  }
}

.c__comp__understandBill input[type="radio"] {
  display: none;
}

.c__comp__understandBill input[type="radio"]#meter-true:checked ~ div [data-meter="true"] {
  background-color: #20a1c9;
  color: #ffffff;
}

.c__comp__understandBill input[type="radio"]#meter-false:checked ~ div [data-meter="false"] {
  background-color: #20a1c9;
  color: #ffffff;
}

.c__comp__understandBill__view {
  background-color: #f4f5f7;
  margin-top: 4.0625em;
  overflow: hidden;
}

.c__comp__understandBill__view .l__row {
  position: relative;
}

.c__comp__understandBill__view__wrapper {
  padding: 0 2.1875em;
  position: relative;
}

@media (max-width: 768px) {
  .c__comp__understandBill__view__wrapper {
    padding: 0 1.25em;
  }
}

.c__comp__understandBill__view__actions {
  padding: 1.875em 0;
}

@media (max-width: 768px) {
  .c__comp__understandBill__view__actions__select {
    display: block;
    position: relative;
    width: 100%;
  }
}

.c__comp__understandBill__view__actions__select .selectWrap {
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.c__comp__understandBill__view__actions__select .selectWrap::before {
  background-color: #20a1c9;
  bottom: 0;
  content: "";
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  width: 2.5em;
}

.c__comp__understandBill__view__actions__select .selectWrap::after {
  background-image: url(/assets/images/icons/select-drop.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform ease-in 0.2s;
  transition: -webkit-transform ease-in 0.2s;
  transition: transform ease-in 0.2s;
  transition: transform ease-in 0.2s, -webkit-transform ease-in 0.2s;
  width: 2.5em;
}

@media (max-width: 768px) {
  .c__comp__understandBill__view__actions__select .selectWrap {
    margin-left: 125px;
    width: calc(100% - 125px);
  }
}

.c__comp__understandBill__view__actions__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  border: 0;
  box-shadow: none;
  color: #898989;
  display: block;
  float: left;
  padding-left: 0.71429em;
  padding-right: 4.28571em;
  -webkit-transition: background-color ease-in 0.2s;
  transition: background-color ease-in 0.2s;
}

.c__comp__understandBill__view__actions__select select::after {
  content: "";
  clear: both;
  display: table;
}

.c__comp__understandBill__view__actions__select select:focus {
  outline: none;
}

.c__comp__understandBill__view__actions__select select::-ms-expand {
  display: none;
}

.c__comp__understandBill__view__actions__select select:active, .c__comp__understandBill__view__actions__select select:focus {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.c__comp__understandBill__view__actions__select select[data-hide="true"] {
  display: none;
}

.c__comp__understandBill__view__actions__select label {
  color: #9f9f9f;
  display: block;
  float: left;
  font-weight: 600;
  line-height: 3em;
  padding-right: 1.07143em;
  width: auto;
}

@media (max-width: 768px) {
  .c__comp__understandBill__view__actions__select label {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (max-width: 768px) {
  .c__comp__understandBill__view__actions__page {
    padding-top: 1.25em;
    text-align: center;
    width: 100%;
  }
}

.c__comp__understandBill__view__actions__page a {
  background-image: url(/assets/images/icons/yw-page-icon.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #004c6d;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 1.14286em;
  height: 40px;
  padding-top: 11px;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
}

.c__comp__understandBill__view__actions__page a:not(.active) {
  opacity: 0.4;
}

.c__comp__understandBill__view__actions__page a:hover {
  opacity: 1;
}

.c__comp__understandBill__view__actions__page a + a {
  margin-left: 0.71429em;
}

@media (max-width: 768px) {
  .c__comp__understandBill__view__actions__page a {
    display: inline-block;
    float: none;
  }
}

.c__comp__understandBill__view__content {
  background-color: #20a1c9;
  bottom: 0;
  left: 66.6666666666%;
  overflow: hidden;
  overflow-y: auto;
  padding: 2.5em 2.5em;
  position: absolute;
  right: 0;
  top: 0;
}

.c__comp__understandBill__view__content::-webkit-scrollbar {
  background: #ececec;
  border-radius: 0;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0);
  height: 5px;
  -webkit-appearance: none;
  width: 10px;
}

.c__comp__understandBill__view__content ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

.c__comp__understandBill__view__content::-webkit-scrollbar-thumb {
  background: #004c6d;
  border-radius: 0;
}

@media (max-width: 768px) {
  .c__comp__understandBill__view__content {
    padding: 1.25em 1.25em;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
  }
}

.c__comp__understandBill__view__content__item {
  color: #ffffff;
  height: 100%;
  padding-bottom: 150px;
  position: relative;
}

@media (max-width: 768px) {
  .c__comp__understandBill__view__content__item {
    height: auto;
    padding-bottom: 0;
  }
}

.c__comp__understandBill__view__content__item h2, .c__comp__understandBill__view__content__item .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__understandBill__view__content__item h1, .c__comp__understandBill__view__content__item .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__comp__understandBill__view__content__item h1 {
  color: #ffffff;
  font-size: 2.25em;
  line-height: 1.23529em;
  margin: 0.41667em 0 0.69444em;
}

.c__comp__understandBill__view__content__item h3, .c__comp__understandBill__view__content__item .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__understandBill__view__content__item h2, .c__comp__understandBill__view__content__item .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__understandBill__view__content__item h1, .c__comp__understandBill__view__content__item .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__understandBill__view__content__item h1, .c__comp__understandBill__view__content__item .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__understandBill__view__content__item h1, .c__comp__understandBill__view__content__item .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__understandBill__view__content__item h1 {
  color: #004c6d;
  font-size: 1.375em;
  margin-bottom: 0.22727em;
}

@media (max-width: 480px) {
  .c__comp__understandBill__view__content__item h3, .c__comp__understandBill__view__content__item .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__understandBill__view__content__item h2, .c__comp__understandBill__view__content__item .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__understandBill__view__content__item h1, .c__comp__understandBill__view__content__item .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__understandBill__view__content__item h1, .c__comp__understandBill__view__content__item .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__understandBill__view__content__item h1, .c__comp__understandBill__view__content__item .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__understandBill__view__content__item h1 {
    font-size: 1.25em;
    margin-bottom: 0.25em;
  }
}

.c__comp__understandBill__view__content__markerItem {
  border: 1px solid #ffffff;
  border-radius: 50%;
  height: 3em;
  position: relative;
  width: 3em;
}

.c__comp__understandBill__view__content__markerItem span {
  font-size: 1.25em;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c__comp__understandBill__view__content__desc {
  line-height: 1.375em;
  margin-bottom: 3.125em;
}

.c__comp__understandBill__view__content__actions {
  bottom: 0;
  left: 0;
  margin-top: auto;
  position: absolute;
}

.c__comp__understandBill__view__content__actions li a {
  color: #ffffff;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 1.125em;
  line-height: 1.44444em;
}

@media (max-width: 768px) {
  .c__comp__understandBill__view__content__actions li a {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 768px) {
  .c__comp__understandBill__view__content__actions {
    bottom: auto;
    left: auto;
    position: relative;
  }
}

#billContentTrigger {
  display: none;
}

#billContentTrigger:checked ~ .c__comp__understandBill__view .c__comp__understandBill__view__content {
  /*@include below768 {
                    display: block;
                    position: fixed;
                    left: 40px;
                    right: 40px;
                    top: 50%;
                    transform: translateY(-50%);
                    z-index: 100005;
                    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
                    max-height: calc(100vh - 200px);
                    height: auto;
                }
                @include below480 {
                    bottom: 20px;
                    left: 20px;
                    top: 100px;
                    right: 20px;
                    transform: none;
                }*/
}

@media (min-width: 769px) {
  #billContentTrigger:checked ~ .c__comp__understandBill__view .c__comp__understandBill__view__content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#billStage__wrap {
  height: 585px;
  overflow: hidden;
  overflow-y: auto;
  min-height: 400px;
  position: relative;
}

#billStage__wrap::-webkit-scrollbar {
  background: #ececec;
  border-radius: 0;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0);
  height: 5px;
  -webkit-appearance: none;
  width: 10px;
}

#billStage__wrap ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

#billStage__wrap::-webkit-scrollbar-thumb {
  background: #004c6d;
  border-radius: 0;
}

@media (max-width: 1024px) {
  #billStage__wrap::-webkit-scrollbar {
    background: #ececec;
    border-radius: 0;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0);
    height: 5px;
    -webkit-appearance: none;
    width: 5px;
  }
  #billStage__wrap ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  }
  #billStage__wrap::-webkit-scrollbar-thumb {
    background: #004c6d;
    border-radius: 0;
  }
}

#billStage__wrap #billStage__canvas__markers {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 768px) {
  #billStage__wrap {
    height: auto;
  }
}

#billContent__template {
  height: 100%;
  position: relative;
}

#billContent__template #billContentBack {
  color: #ffffff;
  cursor: pointer;
  height: 1.78571em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.78571em;
  position: absolute;
  right: 0;
  top: 0.78571em;
  width: auto;
  z-index: 1;
}

@media (min-width: 769px) {
  #billContent__template #billContentBack {
    display: none;
  }
}

#billContent__template h2, #billContent__template .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title #billContent__template h1, #billContent__template .c__map__contentWrapper__content h1, .c__map__contentWrapper__content #billContent__template h1 {
  color: #ffffff;
}

@media (max-width: 768px) {
  #billContent__template h2, #billContent__template .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title #billContent__template h1, #billContent__template .c__map__contentWrapper__content h1, .c__map__contentWrapper__content #billContent__template h1 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  #billContent__template h3, #billContent__template .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks #billContent__template h2, #billContent__template .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title #billContent__template h1, #billContent__template .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks #billContent__template h1, #billContent__template .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content #billContent__template h1, #billContent__template .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks #billContent__template h1 {
    font-size: 18px;
  }
}

#activeMarkerMask {
  display: none;
}

@media (max-width: 768px) {
  #activeMarkerMask {
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10001;
    bottom: 0;
  }
}

#bill-canvas {
  overflow: hidden;
  position: relative;
}

#bill-canvas-img {
  height: auto !important;
  width: 100% !important;
}

#bill-canvas .markerItem {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  background-color: #20a1c9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  height: 45px;
  font-size: 20px;
  line-height: 45px;
  position: absolute;
  text-align: center;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  width: 45px;
}

@media (max-width: 768px) {
  #bill-canvas .markerItem {
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 18px;
    -webkit-animation-name: pulsesmall;
            animation-name: pulsesmall;
  }
}

#bill-canvas .markerItem:hover {
  background-color: #004c6d;
}

#bill-canvas .markerItem.activeMarker {
  -webkit-animation-name: activepulse;
          animation-name: activepulse;
  background-color: #71a330;
}

@media (max-width: 768px) {
  #bill-canvas .markerItem.activeMarker {
    -webkit-animation-name: activepulsesmall;
            animation-name: activepulsesmall;
  }
}

#g__loader {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-leisure-link-card {
  background-color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
  width: 100%;
}

.c-leisure-link-card__banner {
  background-color: #f2f2f2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60%;
  width: 100%;
}

.c-leisure-link-card__text {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #004c6d;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  line-height: 1.25;
  padding: 2rem 2rem 2rem 5rem;
  position: relative;
  text-align: left;
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
  width: 100%;
}

.c-leisure-link-card__text::before {
  background-image: url(/assets/images/icons/forward-chevron.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  content: '';
  display: block;
  height: 100%;
  left: 2rem;
  position: absolute;
  top: 0;
  -webkit-transition: left 300ms linear;
  transition: left 300ms linear;
  width: 2rem;
}

@media (min-width: 769px) {
  .c-leisure-link-card:hover .c-leisure-link-card__text {
    color: #20a1c9;
  }
  .c-leisure-link-card:hover .c-leisure-link-card__text::before {
    left: 2.5rem;
  }
}

.c__map__container {
  min-height: 76.40249332146037vw;
  position: relative;
}

@media (min-width: 1024px) {
  .c__map__container {
    min-height: 53.625em;
  }
}

.c__map__container__report, .c__map__container__apply {
  margin-top: 1.25em;
}

.c__map__container__actions {
  background-color: #f4f5f7;
  left: 3.125em;
  padding: 1.25em;
  position: absolute;
  top: 3.125em;
  z-index: 5;
}

.leisure .c__map__container__actions {
  max-width: 300px;
  margin-top: -90px;
}

.leisure .c__map__container__actions h5 {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .leisure .c__map__container__actions {
    margin-top: 0;
    max-width: none;
  }
}

@media (max-width: 1024px) {
  .c__map__container__actions {
    left: 1.25em;
    top: 1.25em;
  }
}

@media (max-width: 768px) {
  .c__map__container__actions {
    left: auto;
    padding-right: 1.25em;
    position: relative;
    top: auto;
  }
}

.c__map__container__actions input[type="text"] {
  width: 100%;
}

.c__map__container__actions #incidentSearch {
  background-color: #20a1c9;
  color: #ffffff;
}

.c__map__container__actions--location {
  display: block;
  margin-top: 0.625em;
}

.c__map__container__actions--location > a {
  color: #004c6d;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.42857em;
  padding-left: 1.78571em;
  position: relative;
}

.c__map__container__actions--location > a::before {
  background-image: url(/assets/images/icons/crosshair-dark.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 1.42857em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.42857em;
}

.c__map__container__actions .typeSwitch {
  background-color: #ffffff;
  border: 0;
  display: none;
  height: 1.42857em;
  width: 1.42857em;
}

.c__map__container__actions .typeSwitch:checked {
  background-color: #20a1c9;
}

.c__map__container__actions .typeSwitch:checked ~ label::before {
  background-color: #20a1c9;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/assets/images/icons/checked-icon.png);
}

.leisure .c__map__container__actions .typeSwitch:checked ~ label::before {
  display: none;
}

.leisure .c__map__container__actions .typeSwitch:checked ~ label::after {
  background-color: #20a1c9;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/assets/images/icons/checked-icon.png);
}

.c__map__container__actions .typeSwitch ~ label {
  padding-left: 4.28571em;
  position: relative;
}

.c__map__container__actions .typeSwitch ~ label::before {
  background-color: #ffffff;
  content: "";
  height: 1.42857em;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.42857em;
}

.leisure .c__map__container__actions .typeSwitch ~ label {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: .5em 0;
}

.leisure .c__map__container__actions .typeSwitch ~ label img {
  margin-right: 10px;
}

.leisure .c__map__container__actions .typeSwitch ~ label::before {
  display: none;
}

.leisure .c__map__container__actions .typeSwitch ~ label::after {
  background-color: #ffffff;
  content: "";
  height: 1.42857em;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.42857em;
}

.c__map__container__actions label {
  font-weight: 400;
  line-height: 3.14286em;
}

.c__map__container__actions #roadworkTrigger + label {
  background-image: url(/assets/images/icons/roadworks-icon.png);
  background-repeat: no-repeat;
  background-position: 27px 50%;
  background-size: 28px auto;
}

.c__map__container__actions #incidentTrigger + label {
  background-image: url(/assets/images/icons/incidents-icon.png);
  background-repeat: no-repeat;
  background-position: 27px 50%;
  background-size: 28px auto;
}

.c__map__container__actions #investmentTrigger + label {
  background-image: url(/assets/images/icons/investments-icon.png);
  background-repeat: no-repeat;
  background-position: 27px 50%;
  background-size: 28px auto;
}

@media (max-width: 480px) {
  .c__map__container__actions .checkContain {
    padding: 0;
  }
}

.c__map__container__actions .form__singleField input[type="submit"] {
  height: 44px;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 12px;
  padding-top: 12px;
}

.c__map__container__actions__action__search {
  margin-bottom: 0.625em;
  padding-right: 2.5em;
}

.leisure .c__map__container__actions__action__search {
  padding-right: 0;
}

.c__map__container__actions__action__search #incidentSearchWrap {
  position: relative;
}

.c__map__container__actions__action__search #incidentSearchWrap #sub-loader {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c__map__container__actions__secondCollapse #facilitiesDrop {
  display: none;
}

.c__map__container__actions__secondCollapse #facilitiesDrop ~ label {
  font-size: 1em;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  padding-left: 0;
  border-bottom: 0.5px solid #004C6D;
  position: relative;
}

.c__map__container__actions__secondCollapse #facilitiesDrop ~ label::after {
  content: "";
  background-image: url(/assets/images/icons/arrow-for-boxes.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 12px;
  width: 12px;
  color: #004c6d;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.c__map__container__actions__secondCollapse #facilitiesDrop:checked ~ label::after {
  -webkit-transform: translate(-50%, -50%) rotate(270deg);
          transform: translate(-50%, -50%) rotate(270deg);
}

.c__map__container__actions__secondCollapse #facilitiesDrop:checked ~ .facilitiesDrop {
  display: block;
}

.c__map__container__actions__secondCollapse #facilitiesDrop:checked ~ .facilitiesDrop label::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c__map__container__actions__secondCollapse .facilitiesDrop {
  display: none;
}

.c__map__container__actions__collapse {
  background-color: #20a1c9;
  border-radius: 50%;
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: 18px;
  top: 30px;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  width: 25px;
}

.c__map__container__actions__collapse .i__collapse {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/assets/images/icons/collapse-icon.svg);
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
}

@media (max-width: 768px) {
  .c__map__container__actions__collapse {
    display: none;
  }
}

.c__map__container__actions #collapseTriggers {
  display: none;
}

.c__map__container__actions #collapseTriggers ~ label {
  padding: 0;
}

@media (min-width: 769px) {
  .c__map__container__actions #collapseTriggers:checked ~ .c__map__container__actions__actions__collapsable {
    display: none;
  }
  .c__map__container__actions #collapseTriggers:checked ~ .c__map__container__actions__action__search {
    margin-bottom: 0;
  }
  .c__map__container__actions #collapseTriggers:checked ~ .c__map__container__actions__collapse {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.c__map__contentWrapper {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .c__map__contentWrapper {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 0;
  }
}

.c__map__contentWrapper__content {
  background-color: #ffffff;
  text-align: center;
}

@media (max-width: 768px) {
  .c__map__contentWrapper__content {
    padding-top: 4.375em;
    text-align: left;
  }
}

.c__map__contentWrapper__content__summary {
  color: #004c6d;
}

@media (max-width: 768px) {
  .c__map__contentWrapper__content__summary {
    padding-left: 0;
    padding-right: 0;
  }
}

.c__map__contentWrapper__content__summary * {
  margin: 0;
}

.c__map__contentWrapper__content h1 {
  margin-bottom: 0.46875em;
}

.c__map.activeWindow::after {
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
}

#incidentSearchForm {
  border: 0;
  margin: 0;
  padding: 0;
}

#incidentSearchForm input {
  border: 0;
}

#mapCanvas, #erw-container, #leisureMap {
  bottom: 0;
  left: 0;
  position: absolute !important;
  right: 0;
  top: 0;
}

@media (max-width: 768px) {
  #mapCanvas, #erw-container, #leisureMap {
    bottom: auto;
    left: auto;
    position: relative !important;
    right: auto;
    top: auto;
    height: 75vw;
    width: 100%;
    min-height: 40px;
    min-width: 40px;
  }
}

#mapCanvas[data-visible="false"] {
  visibility: hidden;
}

@media (max-width: 768px) {
  #mapCanvas[data-visible="false"] {
    display: none;
  }
}

#erw-container {
  visibility: hidden;
}

@media (max-width: 768px) {
  #erw-container {
    position: absolute !important;
  }
}

#erw-container[data-visible="true"] {
  display: block;
  visibility: visible;
}

@media (max-width: 768px) {
  #erw-container[data-visible="true"] {
    position: relative !important;
  }
}

#erw-container #nav-main {
  display: none;
}

#erw-container #init-tooltip {
  display: none !important;
}

#erw-container #w-directions-search {
  display: none !important;
}

#erw-container #streetview-close {
  background-color: #3c3937 !important;
  background-image: url(/assets/images/icons/streetview-close.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 0 !important;
  left: 0 !important;
  height: 55px !important;
  padding: 0 !important;
  top: 10px !important;
  width: 30px !important;
}

#mapContainer {
  height: 75vw;
  position: relative;
}

#infowindow {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 48.25em;
  max-width: 90%;
  z-index: 10001;
}

@media (max-width: 768px) {
  #infowindow {
    top: 100px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#infowindow.infowindow--report {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#infowindow__close {
  cursor: pointer;
  padding: 0.625em;
  position: absolute;
  right: 0;
  top: 0;
}

#infowindow__close .infowindowclose {
  background-image: url(/assets/images/icons/close-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 0.75em;
  width: 0.75em;
}

#infowindow__content {
  background-color: #ffffff;
  padding: 1.875em;
}

#infowindow__content__title {
  background-image: url(/assets/images/icons/incidents-icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 23px 23px;
  padding-bottom: 1.25em;
  padding-left: 2em;
}

#infowindow__content__title.investment {
  background-image: url(/assets/images/icons/investments-icon.png);
}

#infowindow__content__title h2, #infowindow__content__title .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title #infowindow__content__title h1, #infowindow__content__title .c__map__contentWrapper__content h1, .c__map__contentWrapper__content #infowindow__content__title h1 {
  font-size: 1.25em;
  margin: 0;
}

#infowindow__content__meta {
  color: #004c6d;
  padding-bottom: 1.25em;
}

#infowindow__content__meta p {
  margin: 0;
}

#infowindow__content__meta span {
  font-weight: 600;
}

#infowindow__content__desc {
  color: #004c6d;
  padding-bottom: 1.25em;
}

#infowindow__content__desc.infowindow__content__desc--notice {
  padding-bottom: 1.25em;
  padding-left: 3.125em;
  position: relative;
}

#infowindow__content__desc.infowindow__content__desc--notice::before {
  background-image: url(/assets/images/icons/alert-icon-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 24px;
}

#infowindow__content__desc p {
  margin: 0;
}

#infowindow__content__status p {
  margin: 0;
}

#infowindow__content__status span {
  font-weight: 600;
}

#infowindow__links {
  background-color: #f4f5f7;
  padding: 1.875em;
}

#infowindow__links p {
  color: #004c6d;
  font-weight: 600;
}

#infowindow__links ul {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-width: 50%;
          column-width: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
}

#infowindow__links ul a {
  color: #004c6d;
  display: block;
  font-size: 0.9375em;
  line-height: 1.2em;
  padding: 0.53333em 0;
}

#infowindow__links li {
  border-bottom: 1px solid rgba(151, 151, 151, 0.21);
  margin: 0;
  padding: 0;
}

#active-mask {
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 6;
}

[data-visible="false"] {
  visibility: hidden;
}

.activemarker .g__header::after {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.infoBox img {
  position: absolute;
  cursor: pointer;
  margin: 2px;
  z-index: 1;
  top: 30px;
  right: 10px;
  height: 14px;
  width: 14px;
}

.infoBox > div {
  position: relative;
  margin-top: 20px !important;
  box-shadow: 0 2px 12px 0 rgba(148, 147, 147, 0.5);
  min-width: 374px;
}

.infoBox > div::before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid white;
  width: 0;
  height: 0;
  position: absolute;
  top: -15px;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.infoBox .pinLightbox {
  background-color: white !important;
  margin: 0;
  padding: 1.5em 1.5em .5em;
  top: 0;
  color: #004c6d;
  font-size: 16px;
}

.infoBox .pinLightbox .lightboxClose {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 14px;
  width: 14px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.infoBox .pinLightbox .lightboxClose:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  cursor: pointer;
}

.infoBox .pinLightbox .name {
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 18px;
}

.infoBox .pinLightbox .description span {
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
}

.infoBox .pinLightbox a {
  color: #004c6d;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
}

.infoBox .pinLightbox a::before {
  content: "";
  background: url(/assets/images/icons/arrow-for-boxes.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.singularMap {
  height: 100%;
  width: 100%;
  min-height: 45vh;
  padding-top: 20px;
  padding-bottom: 20px;
}

.c__iconBlock {
  border-width: 1px;
  border-style: solid;
  border-color: #E0E0E0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #4F4F4F;
  font-weight: 400;
  height: 100%;
  cursor: pointer;
  -webkit-transition: border-color 300ms linear;
  transition: border-color 300ms linear;
}

.c__iconBlock__title {
  color: #004c6d;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  text-align: center;
  font-size: 2.2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 300px;
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
  line-height: 1.15;
}

.c__iconBlock .i__svg.tileIcon {
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

@media (min-width: 481px) {
  .c__iconBlock:hover .c__iconBlock__title {
    color: #20a1c9;
  }
  .c__iconBlock:hover .i__svg.tileIcon {
    background-color: #20a1c9;
  }
}

.c__iconBlock__content {
  color: #4F4F4F;
  max-width: 300px;
  font-weight: 400;
  text-align: center;
  line-height: 1.15;
}

.c__iconBlock--narrow {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.c__iconBlock--narrow .c__iconBlock__title {
  color: #20a1c9;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 0;
  max-width: 300px;
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
}

@media (min-width: 481px) {
  .c__iconBlock--narrow:hover {
    border-color: #004c6d;
  }
  .c__iconBlock--narrow:hover .c__iconBlock__title {
    color: #004c6d;
  }
}

.c__comp__searchBlock {
  border-bottom: 1px solid rgba(151, 151, 151, 0.21);
  margin: 1.875em 0 2.5em 0;
  padding-bottom: 2.5em;
}

.c__comp__searchBlock .siteSearchForm {
  border: 1px solid rgba(151, 151, 151, 0.21);
  margin: 0 auto;
  width: 19.6875em;
}

@media (max-width: 480px) {
  .c__comp__searchBlock .siteSearchForm {
    width: 100%;
  }
}

.c-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.c-section--pulled {
  min-height: 150px;
  padding: 2.5rem;
}

.c__comp__faq__search__wrapper {
  border: 1px solid rgba(151, 151, 151, 0.21);
  margin: 0 auto;
  position: relative;
}

.c__comp__faq__search__wrapper:not(.stretch) {
  max-width: 40em;
}

.c__comp__faq__search__wrapper + .c__comp__faq__search__results {
  margin-top: 4rem;
}

.c__comp__faq__search__wrapper form {
  margin: 0;
  padding: 0;
}

.c__comp__faq__search__wrapper .form__singleField input[type="text"] {
  font-size: 16px;
  padding-right: 6.25em;
}

.c__comp__faq__search__wrapper .form__singleField input[type="submit"] {
  bottom: -1px;
  right: -1px;
  top: -1px;
}

.c__comp__faq__search__wrapper #sub-loader {
  height: 24px;
  position: absolute;
  right: 6.25em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
}

.c__comp__faq__search__wrapper #sub-loader svg, .c__comp__faq__search__wrapper #sub-loader img {
  display: block;
  height: 100%;
  width: 100%;
}

.c__comp__faq__search__title h3, .c__comp__faq__search__title .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__faq__search__title h2, .c__comp__faq__search__title .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__faq__search__title h1, .c__comp__faq__search__title .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__faq__search__title h1, .c__comp__faq__search__title .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__faq__search__title h1, .c__comp__faq__search__title .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__faq__search__title h1 {
  color: #004c6d;
}

.c__comp__faq__search__results {
  margin: 0 auto;
}

.c__comp__faq__search__results:not(.stretch) {
  max-width: 60em;
}

@media (max-width: 1024px) {
  .c__comp__faq__search__sidebar {
    border-top: 1px solid #e0e0e0;
    padding: 1rem 0;
  }
}

.c__comp__faq__listItems {
  margin-top: 1.875em;
}

.c__comp__faq__listItems ol {
  font-size: 1em;
}

.c__comp__faq__listItems ol li {
  display: block;
  min-height: 0;
  padding: 0.625em 0;
}

.c__comp__faq__listItems ol li:not(:last-child) {
  border-bottom: 1px solid rgba(151, 151, 151, 0.21);
}

.c__comp__faq__listItems ol li::before {
  display: none;
}

.c__comp__faq__listItems ol a {
  color: #004c6d;
  display: inline-block;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 1.125em;
  line-height: 1.38889em;
  padding: 0.27778em 0 0.27778em 1.66667em;
  position: relative;
}

.c__comp__faq__listItems ol a::before {
  background-image: url(/assets/images/icons/darkblue-circle-arrow.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 20px;
}

@media (max-width: 1024px) {
  .c__comp__faq__listItems ol a {
    font-size: 1em;
    padding: 0.3125em 0 0.3125em 1.875em;
  }
  .c__comp__faq__listItems ol a::before {
    top: 0.5625em;
  }
}

.c__comp__faq__answer {
  margin-top: 1.875em;
}

.c__comp__faq__answer .cta__return__container {
  border-bottom: 1px solid rgba(151, 151, 151, 0.21);
  margin-bottom: 1.875em;
  padding-bottom: 0.3125em;
}

.c__comp__faq__answer__meta {
  margin-bottom: 1.5625em;
}

.c__comp__faq__answer__title {
  color: #004c6d;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 1.25em;
  margin-bottom: 0.25em;
}

.c__comp__faq__answer__category {
  font-size: 0.875em;
}

.c__comp__faq__answer__feedback {
  background-color: #f4f5f7;
  margin-top: 1.875em;
  padding: 1.25em;
}

.c__comp__faq__answer__feedback form {
  margin: 0;
}

.c__comp__faq__answer__feedback form textarea {
  height: auto;
  min-height: 150px;
}

.c__comp__faq__answer__feedback__title {
  position: relative;
}

@media (min-width: 769px) {
  .c__comp__faq__answer__feedback__title label {
    float: left;
    width: auto;
  }
}

.c__comp__faq__answer__feedback__rating {
  color: #20a1c9;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 0.875em;
  padding-right: 3.92857em;
  position: relative;
}

@media (min-width: 769px) {
  .c__comp__faq__answer__feedback__rating {
    float: right;
  }
}

.c__comp__faq__answer__feedback__rating__items {
  height: 1.4375em;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c__comp__faq__answer__feedback__rating__item {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  display: block;
  float: left;
  height: 1.4375em;
  width: 1.4375em;
}

.c__comp__faq__answer__feedback__rating__item:not(:last-child) {
  margin-right: 0.3125em;
}

.c__comp__faq__answer__feedback__rating__item .i__rating {
  display: block;
  height: 100%;
  width: 100%;
}

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

.c__comp__faq__answer__feedback__rating__item[data-selected="true"] path {
  fill: #20a1c9;
}

.c__comp__faq__answer__feedback__rating__item[data-selected="false"] path {
  fill: #c7c7c7;
}

.c__comp__faq__answer__feedback__success {
  text-align: center;
}

.c__comp__faq__answer__feedback__success p {
  color: #004c6d;
  display: inline-block;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  margin: 0;
  padding: 0.3125em 0 0.3125em 1.875em;
  position: relative;
}

.c__comp__faq__answer__feedback__success p::before {
  background-image: url(/assets/images/icons/positive-feedback-icon.svg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.4375em;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.4375em;
}

.l__tiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
          align-content: flex-start;
}

.c__tile {
  height: auto;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.c__tile__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  max-width: 100%;
  padding: 30px;
  text-align: center;
  color: #004c6d;
  text-decoration: none;
  -webkit-transition: color 300ms linear, background-color 300ms linear;
  transition: color 300ms linear, background-color 300ms linear;
}

.c__tile__block:hover {
  color: #FFFFFF;
  background-color: #20a1c9;
}

@media (min-width: 769px) {
  .c__tile {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 769px) {
  .c__tile[data-768="12"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .c__tile[data-768="6"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .c__tile[data-768="4"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .c__tile[data-768="3"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1025px) {
  .c__tile[data-1024="12"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .c__tile[data-1024="6"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .c__tile[data-1024="4"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .c__tile[data-1024="3"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

.c__title-block {
  padding-bottom: 3rem;
  padding-right: 2rem;
}

.c__title-block h1, .c__title-block h2, .c__title-block .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__title-block h1, .c__title-block .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__title-block h1, .c__title-block h3, .c__title-block .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__title-block h2, .c__title-block .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__title-block h1, .c__title-block .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__title-block h1, .c__title-block .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__title-block h1, .c__title-block .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__title-block h1, .c__title-block h4, .c__title-block .c__comp__tabs__content__block .c__comp__faq__search h3, .c__comp__tabs__content__block .c__comp__faq__search .c__title-block h3, .c__title-block .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__title-block h2, .c__title-block .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h2, .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search .c__title-block h2, .c__title-block .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__title-block h1, .c__title-block .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs__content__block .c__comp__faq__search .c__title-block h1, .c__title-block .c__comp__tabs__content__block .c__comp__faq__search .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__title-block h1, .c__title-block .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search .c__title-block h1, .c__title-block .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs__content__block .c__comp__faq__search .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__title-block h1, .c__title-block .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__tabs__content__block .c__comp__faq__search h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__tabs__content__block .c__comp__faq__search .c__title-block h1, .c__title-block .c__comp__tabs__content__block .c__comp__faq__search .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__comp__tabs__content__block .c__comp__faq__search .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__title-block h1, .c__title-block .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__tabs__content__block .c__comp__faq__search .c__title-block h1, .c__title-block h5, .c__title-block h6 {
  color: #004c6d;
}

.c-tile-with-image {
  border: 1px solid #d8d8d8;
  margin-bottom: 1.5rem;
  padding: 2rem;
  height: calc(100% - 1.5rem);
}

.c-tile-with-image__banner {
  background-color: grey;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 120px;
  margin: 10px 0;
  width: 100%;
}

.c-tile-with-image p {
  color: #004c6d;
  font-weight: 400;
}

.c-tile-with-image p.c-tile-with-image__title {
  color: #20a1c9;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: .936rem;
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
}

.c-tile-with-image p.c-tile-with-image__link {
  color: #20a1c9;
  margin-bottom: 0;
  margin-top: 1.5rem;
}

a.c-tile-with-image {
  display: block;
  cursor: pointer;
}

@media (min-width: 769px) {
  a.c-tile-with-image:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    background-color: #e8f5f9;
    border-color: #20a1c9;
  }
  a.c-tile-with-image:hover .c-tile-with-image__title {
    color: #004c6d;
  }
}

.c-nested-cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.c-nested-cta--has-border {
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
}

.c-nested-cta__overlay {
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.c-nested-cta__content {
  padding: 20px;
  position: relative;
  z-index: 1;
}

.c-nested-cta__content__heading {
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
}

.c-nested-cta__content > :last-child {
  margin-bottom: 0;
}

.c-nested-cta__buttons > p {
  margin-bottom: 0;
}

.c__newsGrid {
  margin-bottom: 35px;
}

.c__newsGrid__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.c__newsGrid__hero {
  display: block;
  background-color: #F2F2F2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*height: $newsHeights;*/
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  position: relative;
}

@media (min-width: 769px) {
  .c__newsGrid__hero {
    height: 400px;
  }
}

.c__newsGrid__hero::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 76, 109, 0) 30%, rgba(0, 76, 109, 0.2) 50%, #004c6d 90%);
  background: linear-gradient(to bottom, rgba(0, 76, 109, 0) 30%, rgba(0, 76, 109, 0.2) 50%, #004c6d 90%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 0;
}

.c__newsGrid__hero__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  padding-right: 30%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  z-index: 1;
}

.c__newsGrid__hero__text__title {
  font-family: "Swiss","Helvetica Rounded",Arial,sans-serif;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #FFFFFF;
}

.c__newsGrid__hero__text__date {
  color: #20a1c9;
  margin: 0;
  text-transform: uppercase;
}

.c__newsGrid__hero:hover::before {
  background: -webkit-linear-gradient(top, rgba(0, 76, 109, 0) 0%, rgba(0, 76, 109, 0.2) 30%, #004c6d 90%);
  background: linear-gradient(to bottom, rgba(0, 76, 109, 0) 0%, rgba(0, 76, 109, 0.2) 30%, #004c6d 90%);
}

.c__newsGrid__mono {
  background-color: #004c6d;
  /*height: $newsHeights;*/
  margin-bottom: 20px;
  padding: 40px;
  height: calc(100% - 20px);
}

.c__newsGrid__mono h2, .c__newsGrid__mono .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__newsGrid__mono h1, .c__newsGrid__mono .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__newsGrid__mono h1, .c__newsGrid__mono a {
  color: #20a1c9;
}

.c__newsGrid__mono h2, .c__newsGrid__mono .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__newsGrid__mono h1, .c__newsGrid__mono .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__newsGrid__mono h1 {
  font-size: 2rem;
}

.c__newsGrid__mono p {
  color: #FFFFFF;
}

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

.c__newsGrid__article {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  /*height: $newsHeights;*/
  height: calc(100% - 20px);
  margin-bottom: 20px;
  background-color: #f4f5f7;
}

.c__newsGrid__article__banner {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: #F2F2F2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 200px;
}

.c__newsGrid__article__content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.c__newsGrid__article__content__category {
  font-family: "Swiss","Helvetica Rounded",Arial,sans-serif;
  font-size: 1.2rem;
  display: inline-block;
  color: #FFFFFF;
  background-color: #20a1c9;
  padding: 0px 8px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.c__newsGrid__article__content__title {
  font-family: "Swiss","Helvetica Rounded",Arial,sans-serif;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #004c6d;
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
}

.c__newsGrid__article__content__date {
  color: #004c6d;
  margin: 0;
  text-transform: uppercase;
}

.c__newsGrid__article:hover .c__newsGrid__article__content__title {
  color: #20a1c9;
}

.c__newsGrid__twitter {
  background-color: #20a1c9;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  box-sizing: border-box;
}

.c__newsGrid__twitter h3, .c__newsGrid__twitter .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__newsGrid__twitter h2, .c__newsGrid__twitter .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__newsGrid__twitter h1, .c__newsGrid__twitter .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__newsGrid__twitter h1, .c__newsGrid__twitter .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__newsGrid__twitter h1, .c__newsGrid__twitter .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__newsGrid__twitter h1 {
  color: #FFFFFF;
  font-size: 2.8rem;
}

.c__newsGrid__twitter h3 img, .c__newsGrid__twitter .c__comp__tabs .c__comp__blocks h2 img, .c__comp__tabs .c__comp__blocks .c__newsGrid__twitter h2 img, .c__newsGrid__twitter .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1 img, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__newsGrid__twitter h1 img, .c__newsGrid__twitter .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1 img, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__newsGrid__twitter h1 img, .c__newsGrid__twitter .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1 img, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__newsGrid__twitter h1 img, .c__newsGrid__twitter .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1 img, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__newsGrid__twitter h1 img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
  border: 4px solid #FFFFFF;
}

.c__newsGrid__twitter__tweets {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}

.c__newsGrid__twitter .c__comp__helpadvice__social__tweets__item {
  border-bottom: 1px solid #FFFFFF;
}

.c__newsGrid__twitter .c__comp__helpadvice__social__tweets__item__meta {
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 10px;
}

.c__newsGrid__twitter .c__comp__helpadvice__social__tweets__item__meta a {
  color: #FFFFFF;
}

.c__newsGrid__twitter .c__comp__helpadvice__social__tweets__item__content {
  color: #FFFFFF;
}

.c__newsGrid__twitter .c__comp__helpadvice__social__tweets__item__content a {
  color: #FFFFFF;
}

.c__newsGrid__twitter--spaced {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.c__news {
  background-color: #F9F9F9;
  padding-top: 55px;
  padding-bottom: 55px;
}

.c__news__list__sorting {
  margin-bottom: 30px;
  position: relative;
  width: auto;
}

@media (min-width: 769px) {
  .c__news__list__sorting {
    display: inline-block;
  }
}

.c__news__list__sorting select {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 4em;
}

@media (min-width: 769px) {
  .c__news__list__sorting select {
    width: auto;
  }
}

.c__news__list__sorting:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background-color: #20a1c9;
  background-image: url(/assets//images/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  pointer-events: none;
}

.c__news__list .c__news__articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  color: #004c6d;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.c__news__list .c__news__articles__banner {
  display: block;
  background-color: #F2F2F2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 160px;
  width: 100%;
  position: relative;
}

@media (min-width: 481px) {
  .c__news__list .c__news__articles__banner {
    width: 30%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
            flex: 1 1 30%;
    min-height: 130px;
  }
}

.c__news__list .c__news__articles__content {
  width: 100%;
  display: block;
  box-sizing: border-box;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

@media (min-width: 481px) {
  .c__news__list .c__news__articles__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 70%;
            flex: 1 1 70%;
    width: 70%;
    padding-left: 40px;
    padding-right: 0;
    padding-top: 0;
  }
}

@media (min-width: 769px) {
  .c__news__list .c__news__articles__content {
    padding-right: 20px;
  }
}

.c__news__list .c__news__articles__content__category {
  font-family: "Swiss","Helvetica Rounded",Arial,sans-serif;
  font-size: 1.2rem;
  display: inline-block;
  color: #FFFFFF;
  background-color: #20a1c9;
  padding: 0px 8px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.c__news__list .c__news__articles__content__title {
  font-family: "Swiss","Helvetica Rounded",Arial,sans-serif;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 2rem;
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
}

.c__news__list .c__news__articles__content__date {
  font-weight: normal;
  margin: 0;
}

.c__news__articles:hover .c__news__articles__content__title {
  color: #20a1c9;
}

.c__news__sidebar input[type=checkbox].c__news__sidebar__trigger {
  display: none;
}

.c__news__sidebar input[type=checkbox].c__news__sidebar__trigger + label {
  display: block;
  padding: 0 19px;
  border: 1px solid #c7c7c7;
  height: 45px;
  line-height: 45px;
  background-color: transparent;
  margin-bottom: 5px;
  position: relative;
}

@media (min-width: 769px) {
  .c__news__sidebar input[type=checkbox].c__news__sidebar__trigger + label {
    display: none;
  }
}

.c__news__sidebar input[type=checkbox].c__news__sidebar__trigger + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background-color: #20a1c9;
  background-image: url(/assets//images/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  pointer-events: none;
}

.c__news__sidebar input[type=checkbox].c__news__sidebar__trigger:checked + label:before {
  background-color: #c7c7c7;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.c__news__sidebar input[type=checkbox].c__news__sidebar__trigger:checked ~ .c__news__sidebar__list {
  max-height: 800px;
}

.c__news__sidebar h2, .c__news__sidebar .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__news__sidebar h1, .c__news__sidebar .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__news__sidebar h1 {
  display: none;
  font-size: 2rem;
}

@media (min-width: 769px) {
  .c__news__sidebar h2, .c__news__sidebar .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__news__sidebar h1, .c__news__sidebar .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__news__sidebar h1 {
    display: block;
  }
}

.c__news__sidebar__list {
  font-family: "Swiss","Helvetica Rounded",Arial,sans-serif;
  list-style-type: none;
  padding: 0;
  max-height: 0;
  -webkit-transition: max-height 600ms linear;
  transition: max-height 600ms linear;
  overflow: hidden;
}

@media (min-width: 769px) {
  .c__news__sidebar__list {
    max-height: none;
    display: block;
  }
}

.c__news__sidebar__list li.c__news__sidebar__list--active a {
  color: #20a1c9;
  pointer-events: none;
}

.c__news__sidebar__list li a {
  display: block;
  border-bottom: 1px solid #d3d3d3;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #004c6d;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  padding-left: 15px;
}

@media (min-width: 769px) {
  .c__news__sidebar__list li a {
    padding-left: 0;
  }
}

.c__news__sidebar__list li a:hover {
  color: #20a1c9;
}

.c__news__campaign .c__comp__imgsplit {
  position: relative;
}

.c__news__campaign .c__comp__imgsplit:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1000;
  pointer-events: none;
}

.c__news__campaign .c__comp__imgsplit__text {
  padding-bottom: 30px;
}

@media (min-width: 481px) {
  .c__news__campaign .c__comp__imgsplit__text {
    padding-bottom: 180px;
  }
}

.c__news__campaign__grid {
  margin-top: -100px;
  margin-bottom: 35px;
}

.c__news__campaign__intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  background-color: #f4f5f7;
  -webkit-transition: box-shadow 300ms linear;
  transition: box-shadow 300ms linear;
}

.c__news__campaign__intro__banner {
  background-color: #F2F2F2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 200px;
}

.c__news__campaign__intro__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px;
  box-sizing: border-box;
}

.c__news__campaign__intro__content__category {
  font-family: "Swiss","Helvetica Rounded",Arial,sans-serif;
  font-size: 1.2rem;
  display: inline-block;
  color: #FFFFFF;
  background-color: #20a1c9;
  padding: 0px 8px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.c__news__campaign__intro__content__title {
  font-family: "Swiss","Helvetica Rounded",Arial,sans-serif;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #004c6d;
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
}

.c__news__campaign__intro__content__date {
  color: #004c6d;
  margin: 0;
  text-transform: uppercase;
}

@media (min-width: 481px) {
  .c__news__campaign__intro:hover {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  }
  .c__news__campaign__intro:hover .c__news__campaign__intro__content__title {
    color: #20a1c9;
  }
}

.c__news__article__breadcrumb-spacer {
  width: 100%;
  height: 37px;
}

.c__news__article {
  padding-top: 20px;
}

@media (min-width: 481px) {
  .c__news__article {
    padding-top: 60px;
  }
}

.c__news__article h1 {
  color: #004c6d;
  font-size: 3.2rem;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 20px;
}

.c__news__article__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.c__news__article__social ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.c__news__article__social ul li {
  display: block;
  margin-right: 6px;
}

.c__news__article__social__icon {
  display: block;
  background-color: #20a1c9;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
}

.c__news__article__social p {
  margin-bottom: 0;
}

@media (min-width: 481px) {
  .c__news__article__social {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.c__news__article__category {
  display: inline-block;
  background-color: #20a1c9;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  color: #FFFFFF;
  font-size: 1.3rem;
  text-transform: uppercase;
  padding: 4px 7px;
  margin-right: 5px;
}

.c__news__article__sidebar {
  padding-top: 20px;
}

@media (min-width: 481px) {
  .c__news__article__sidebar {
    padding-top: 60px;
  }
}

.c__news__article__sidebar h3, .c__news__article__sidebar .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__news__article__sidebar h2, .c__news__article__sidebar .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__news__article__sidebar h1, .c__news__article__sidebar .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__news__article__sidebar h1, .c__news__article__sidebar .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__news__article__sidebar h1, .c__news__article__sidebar .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__news__article__sidebar h1 {
  color: #004c6d;
}

.c__news__article__sidebar__item {
  margin-bottom: 20px;
  display: block;
}

.c__news__article__sidebar__item__banner {
  background-color: #F2F2F2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 120px;
  position: relative;
}

@media (min-width: 481px) {
  .c__news__article__sidebar__item__banner {
    min-height: 60px;
  }
}

.c__news__article__sidebar__item__content {
  padding-top: 20px;
}

@media (min-width: 481px) {
  .c__news__article__sidebar__item__content {
    margin-top: 0;
    height: 100%;
    padding-top: 0;
  }
}

.c__news__article__sidebar__item__content__title {
  font-family: "Swiss","Helvetica Rounded",Arial,sans-serif;
  line-height: 1.15;
  margin-bottom: 0;
  color: #004c6d;
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
}

.c__news__article__sidebar__item__content__date {
  margin-bottom: 0;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #004c6d;
}

@media (min-width: 769px) {
  .c__news__article__sidebar__item:hover .c__news__article__sidebar__item__content__title {
    color: #20a1c9;
  }
}

.c__panel {
  height: 100%;
  min-height: 260px;
  position: relative;
}

.c__panel--imgBlock {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.l__panel {
  height: 100%;
}

.c__comp__widget__sideNav {
  margin-bottom: 3.125em;
}

@media (max-width: 768px) {
  .c__comp__widget__sideNav {
    margin: 3.125em 0;
  }
}

.c__comp__widget__sideNav h5 {
  padding-bottom: 0.625em;
  border-bottom: 1px solid #DCDCDC;
}

.c__comp__widget__sideNav .placeholder-circle {
  height: 47px;
  width: 47px;
  border-radius: 100%;
  background: #004c6d;
  margin-right: 15px;
}

.c__comp__widget__sideNav .facilities {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 1.25em;
}

.c__comp__widget__sideNav .facilities img {
  margin-right: 10px;
}

.c__comp__widget__sideNav .download {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 1.25em;
}

.c__comp__widget__sideNav .download img {
  margin-right: 10px;
}

.c__comp__widget__sideNav .download-info {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.c__comp__widget__sideNav .download-info span {
  display: block;
  color: #004c6d;
  font-size: 0.875em;
}

.c__comp__widget__sideNav .download-info:hover span {
  text-decoration: underline;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  height: 100%;
  -webkit-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-prev, .slick-next {
  background: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  z-index: 3;
  top: 50%;
  padding: 0.6em 1em;
  width: 3em;
}

.slick-next {
  right: 0;
}

.c__compWrap--sliderWrapper .slick-prev {
  left: -50px;
}

@media (max-width: 768px) {
  .c__compWrap--sliderWrapper .slick-prev {
    left: 0;
  }
}

.c__compWrap--sliderWrapper .slick-next {
  right: -50px;
}

@media (max-width: 768px) {
  .c__compWrap--sliderWrapper .slick-next {
    right: 0;
  }
}

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 15px;
}

.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;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #20a1c9;
  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: #20a1c9;
}

.slick-dots li:not(:last-child) {
  margin-right: 10px;
}

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

.slick-slide > div {
  height: 100%;
}

.c__comp__widget__trailRows {
  position: relative;
  z-index: 1;
}

.c__comp__widget__trailRows .backGraphic {
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 15%;
  width: 100%;
  z-index: 0;
}

@media (max-width: 768px) {
  .c__comp__widget__trailRows .backGraphic {
    display: none;
  }
}

.c__comp__widget__trailRows .l__row {
  margin: 1.5em 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 769px) {
  .c__comp__widget__split--alternate .l__col--left {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
}

@media (min-width: 769px) {
  .c__comp__widget__split--alternate .l__col--right {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0;
  }
}

@media (min-width: 769px) {
  .c__comp__widget__split--alternate .c__comp__widget__split__info::before {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
    left: -15px;
    right: auto;
  }
}

.c__comp__widget__split__info {
  padding: 3em 3em;
  position: relative;
  height: 100%;
  width: 100%;
}

@media (max-width: 480px) {
  .c__comp__widget__split__info {
    padding: 3em 0;
  }
}

.c__comp__widget__split__info.left h2, .c__comp__widget__split__info.left .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__widget__split__info.left h1, .c__comp__widget__split__info.left .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__comp__widget__split__info.left h1, .c__comp__widget__split__info.right h2, .c__comp__widget__split__info.right .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__widget__split__info.right h1, .c__comp__widget__split__info.right .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__comp__widget__split__info.right h1 {
  font-size: 1.125em;
}

.c__comp__widget__split__info.left padding, .c__comp__widget__split__info.right padding {
  font-size: 0.9375em;
}

.c__comp__widget__split__info::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 30px solid white;
  z-index: 1;
  bottom: -45px;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

@media (min-width: 769px) {
  .c__comp__widget__split__info::before {
    left: auto;
    right: -65px;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    top: 50%;
    bottom: auto;
  }
}

.c__comp__widget__split__info .icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

@media (max-width: 480px) {
  .c__comp__widget__split__info .icon-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}

.c__comp__widget__split__info .icon-wrap .icon {
  text-align: center;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 1em;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-right: 50px;
  color: #004c6d;
}

.c__comp__widget__split__info .icon-wrap .icon .i__svg {
  height: 47px;
  width: 47px;
  margin: auto;
}

.c__comp__widget__split__info .icon-wrap .icon p {
  margin: 20px 0;
}

.c__comp__widget__split__info .icon-wrap .icon:hover {
  color: #20a1c9;
}

.c__comp__widget__split__info .icon-wrap .icon:hover .i__svg {
  color: #20a1c9;
  fill: #20a1c9;
}

.c__comp__widget__split__info .icon-wrap .icon:hover .circle-placeholder {
  background: #20a1c9;
}

@media (max-width: 480px) {
  .c__comp__widget__split__info .icon-wrap .icon {
    margin-right: 0;
  }
}

.c__comp__widget__split__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 260px;
}

@media (max-width: 768px) {
  .c__comp__widget__split__image {
    margin-bottom: 20px;
  }
}

.c__comp__widget__split__video {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 260px;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.c__comp__widget__split__video img {
  height: 69px;
  width: 69px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.c__comp__widget__split__video:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.c__comp__widget__split .c__comp__carousel .slick-dots {
  margin-top: -35px;
}

.c__comp__widget__split .c__comp__carousel .slick-dots > li {
  position: relative;
  z-index: 1;
  border-width: 4px;
}

.c__comp__widget__split .c__comp__carousel .slick-dots > li:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -50%;
  z-index: 0;
  border: 2px solid #ffffff;
  border-radius: 100%;
  box-sizing: initial;
  bottom: -50%;
  margin: auto;
  left: -50%;
  right: -50%;
}

.c__comp__widget__split .enlargeVid-wrap {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 500px;
  width: 800px;
  z-index: 999;
  display: none;
}

.c__comp__widget__split .enlargeVid-wrap::before {
  content: "";
  display: block;
  position: fixed;
  background-color: #fff;
  width: 150vw;
  height: 150vh;
  top: -50vh;
  left: -50vw;
  opacity: 0.5;
  z-index: 0;
}

.c__comp__widget__split .enlargeVid-wrap.active {
  display: block;
}

.c__comp__widget__split .enlargeVid-wrap .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  background-color: white;
  line-height: 0;
  padding: 10px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.c__comp__widget__split .enlargeVid-wrap iframe {
  height: 100%;
}

.c__comp__widget__split .enlargeVid-wrap iframe, .c__comp__widget__split .enlargeVid-wrap video {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .c__comp__widget__split .enlargeVid-wrap {
    height: 400px;
    width: 700px;
  }
}

@media (max-width: 480px) {
  .c__comp__widget__split .enlargeVid-wrap {
    width: 100%;
  }
}

.c-leisure-link-list {
  width: 100%;
}

.c-leisure-link-list__heading {
  font-size: 2.3rem;
  border-bottom: 1px solid #a0a0a0;
}

.c-leisure-link-list__item {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 5px 5px 67px;
  min-height: 47px;
  margin-bottom: 20px;
}

.c-leisure-link-list__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 47px;
  background-repeat: no-repeat;
  background-size: 47px 47px;
  background-position: center;
}

.c-leisure-link-list__item--link::before {
  background-image: url(/assets/images/icons/visitor-safety/useful-links.svg);
}

.c-leisure-link-list__item--download::before {
  background-image: url(/assets/images/icons/info-download.svg);
}

.c-leisure-link-list__item--download span {
  display: block;
}

.c-leisure-sidebar__image {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 100%;
}

.c-leisure-responsive-table {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 769px) {
  .c-leisure-responsive-table {
    display: table;
  }
}

.c-leisure-responsive-table__row {
  border: 1px solid #DCDCDC;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}

@media (min-width: 769px) {
  .c-leisure-responsive-table__row {
    border: none;
    cursor: pointer;
    display: table-row;
    margin: 0;
    padding: 0;
  }
  .c-leisure-responsive-table__row:hover {
    background-color: #f2f2f2;
  }
}

.c-leisure-responsive-table__row::before {
  background-image: url(/assets/images/icons/arrow-for-boxes.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 10px;
  top: 0;
  width: 12px;
}

@media (min-width: 769px) {
  .c-leisure-responsive-table__row::before {
    display: none;
  }
}

.c-leisure-responsive-table__cell {
  display: block;
  border-radius: 2px;
  color: #004c6d;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  padding: 0 0 5px;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  vertical-align: middle;
}

@media (min-width: 769px) {
  .c-leisure-responsive-table__cell {
    padding: 10px;
    border-bottom: 1px solid #DCDCDC;
    display: table-cell;
  }
}

.c-leisure-responsive-table__cell__description {
  font-family: "Roboto", sans-serif;
}

@media (min-width: 769px) {
  .c-leisure-responsive-table__cell--right {
    text-align: right;
  }
}

.c-leisure-responsive-table__cell__icon {
  height: 23px;
  margin-right: 2px;
  vertical-align: middle;
  width: 23px;
}

#leisureMap .gm-style-iw.gm-style-iw-c {
  background-color: white !important;
  color: #004c6d;
  font-size: 16px;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 0;
}

#leisureMap .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  overflow: auto !important;
}

#leisureMap .gm-style-iw.gm-style-iw-c .c-infowindow {
  padding: 20px;
}

#leisureMap .gm-style-iw.gm-style-iw-c .c-infowindow__title {
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 18px;
}

#leisureMap .gm-style-iw.gm-style-iw-c .c-infowindow__description {
  font-weight: 700;
}

#leisureMap .gm-style-iw.gm-style-iw-c .c-infowindow__link {
  color: #004c6d;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
}

#leisureMap .gm-style-iw.gm-style-iw-c .c-infowindow__link::before {
  content: "";
  background: url(/assets/images/icons/arrow-for-boxes.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#leisureMap .gm-style-iw.gm-style-iw-c .c-infowindow__difficulty {
  background-color: #20a1c9;
  color: white;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 18px;
  padding: 0.75em 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

#leisureMap .gm-style-iw.gm-style-iw-c .c-infowindow__difficulty__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-left: 10px;
}

#leisureMap .gm-style-iw.gm-style-iw-c .c-infowindow__difficulty__icons--unfilled, #leisureMap .gm-style-iw.gm-style-iw-c .c-infowindow__difficulty__icons--filled {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  height: 20px;
  width: 35px;
  margin-left: 10px;
}

#leisureMap .gm-style-iw.gm-style-iw-c .c-infowindow__difficulty__icons--unfilled {
  opacity: 0.5;
}

#leisureMap .gm-style-iw.gm-style-iw-c .c-infowindow__difficulty__icons--walking {
  background-image: url(/assets/images/icons/difficulty/walking.svg);
}

#leisureMap .gm-style-iw.gm-style-iw-c .c-infowindow__difficulty__icons--cycling {
  background-image: url(/assets/images/icons/difficulty/cycling.svg);
}

#leisureMap .gm-style-iw.gm-style-iw-c .c-infowindow__difficulty__icons--easy-access-routes {
  background-image: url(/assets/images/icons/difficulty/easy-access-routes.svg);
}

#leisureMap .gm-style-iw.gm-style-iw-c .c-infowindow__difficulty__icons--riding {
  background-image: url(/assets/images/icons/difficulty/riding.svg);
}

#leisureMap .gm-style-iw.gm-style-iw-c button {
  top: 0 !important;
  right: 0 !important;
}

.c-search-results__heading {
  display: block;
  width: 100%;
  padding-bottom: 20px;
}

.c-search-result {
  display: block;
  border-width: 1px;
  border-color: #f2f2f2;
  border-style: solid;
  margin-bottom: 20px;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: border-color 300ms linear;
  transition: border-color 300ms linear;
}

.c-search-result__title {
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  margin-bottom: 0.2rem;
  font-size: 1.6rem;
}

.c-search-result__title--accent {
  color: #001f2d;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.c-search-result__body {
  color: #004c6d;
  margin: 0;
}

@media (min-width: 481px) {
  .c-search-result:hover {
    border-color: #20a1c9;
  }
}

#knowledge_trigger, .sx_tr_main_launch {
  display: none !important;
}

.c-pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.c-pagination__mb-200 {
  margin-bottom: 2rem;
}

.c-pagination__item {
  display: none;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

@media (min-width: 481px) {
  .c-pagination__item {
    display: block;
  }
}

.c-pagination__item:first-of-type {
  border-left: 1px solid #e7e7e7;
}

.c-pagination__item a {
  color: #004c6d;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
}

.c-pagination__item a .c-pagination__icon {
  width: 10px;
  height: 10px;
  fill: #004c6d;
}

.c-pagination__item a:hover {
  background-color: #20a1c9;
  color: #FFFFFF;
}

.c-pagination__item a:hover .c-pagination__icon {
  fill: #FFFFFF;
}

.c-pagination__item--show-mobile {
  display: block;
}

.c-pagination__item--active {
  display: block;
}

.c-pagination__item--active a {
  background-color: #20a1c9;
  color: #FFFFFF;
  pointer-events: none;
}

.c-pagination__item--dots a {
  pointer-events: none;
}

.c-wavy-section__wave {
  display: block;
  height: 35px;
  width: 100%;
}

@media (min-width: 769px) {
  .c-wavy-section__wave {
    height: 70px;
  }
}

.c-wavy-section__content {
  padding-bottom: 3rem;
  padding-top: 2rem;
}

@media (min-width: 769px) {
  .c-wavy-section__content {
    padding-bottom: 6rem;
    padding-top: 5rem;
  }
}

.c-wavy-section__walk-pull {
  position: relative;
  padding-top: 3rem;
}

@media (min-width: 769px) {
  .c-wavy-section__walk-pull {
    top: -110px;
    height: calc(100% + 110px);
    padding-top: 0;
    padding-right: 5rem;
    padding-left: 2rem;
  }
}

.c-wavy-section ul, .c-wavy-section ol {
  -webkit-columns: 2;
          columns: 2;
}

.c-responsive-video {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.c-responsive-video::before {
  display: block;
  content: "";
}

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

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

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

.c-responsive-video__item, .c-responsive-video iframe, .c-responsive-video embed,
.c-responsive-video object, .c-responsive-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.c__fact-blocks__single {
  text-align: center;
  padding: 2rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.c__fact-blocks__single::after {
  content: '';
  display: block;
  background-color: #ffffff;
  position: absolute;
  margin: auto;
  width: 30%;
  height: 1px;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
}

@media (min-width: 769px) {
  .c__fact-blocks__single::after {
    display: none;
  }
}

@media (min-width: 1025px) {
  .c__fact-blocks__single::after {
    display: block;
    width: 1px;
    height: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
  }
}

@media (min-width: 481px) {
  .c__fact-blocks__single {
    margin-bottom: 1rem;
  }
}

@media (min-width: 769px) {
  .c__fact-blocks__single {
    margin-bottom: 0;
    padding: 2rem 4rem;
  }
}

.c__fact-blocks__single + .c__fact-blocks__single {
  margin-top: 1rem;
}

@media (min-width: 481px) {
  .c__fact-blocks__single + .c__fact-blocks__single {
    margin-top: 0;
  }
}

.c__fact-blocks .l__col__flex:last-of-type .c__fact-blocks__single::after {
  display: none;
}

.c-commitment-card {
  height: 100%;
  padding: 1rem;
  position: relative;
}

.c-commitment-card i {
  margin-bottom: 1.5rem;
}

.c-commitment-card__title {
  font-size: 1.3em;
  display: inline-block;
  margin-left: 10px;
}

.c-commitment-card__content {
  border-radius: 15px;
  height: 100%;
  padding: 2rem;
}

.c-commitment-card__commitments .c-accordion {
  background-color: #ffffff;
}

.c-commitment-card__commitments .c-accordion--is-open .c-accordion__trigger {
  background-color: #ffffff;
  color: #163d5e;
}

.c-commitment-card__commitments .c-accordion--is-open .c-accordion__trigger__icon::after, .c-commitment-card__commitments .c-accordion--is-open .c-accordion__trigger__icon::before {
  background-color: #163d5e;
}

.c-commitment-card__commitments .c-accordion--is-open .c-accordion__trigger__icon::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.c-commitment-card__commitments .c-accordion__trigger {
  background-color: #20a1c9;
  color: #e8f5f9;
}

.c-commitment-card__commitments .c-accordion__trigger__icon::after, .c-commitment-card__commitments .c-accordion__trigger__icon::before {
  content: "";
  border-radius: 1.5px;
  display: block;
  width: 15px;
  height: 5px;
  background-color: #e8f5f9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.c-commitment-card__commitments .c-accordion__trigger__icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-commitment-card__results {
  width: 100%;
}

.c-commitment-card__results__value {
  width: 100%;
  text-align: center;
  padding: 1rem 1rem 0;
  vertical-align: top;
}

.c-commitment-card__results__value--border {
  border-top: solid 1px #163d5e;
  border-bottom: solid 1px #163d5e;
}

.c-commitment-card__results__value .result_status {
  width: 2rem;
  height: 2rem;
  border: solid 1px #163d5e;
  border-radius: 100%;
  margin: 0 auto 2rem;
}

.c-commitment-card__results__value .result_status--Red {
  background-color: #c22e14;
}

.c-commitment-card__results__value .result_status--Green {
  background-color: #63a401;
}

.c-commitment-card__results__value .result_status--Gray {
  background-color: #d8d8d8;
}

.c-commitment-card__results__value .result_status--Yellow {
  background-color: #cab03d;
}

@media (min-width: 550px) {
  .c-commitment-card__results__value {
    width: 33.3%;
    display: inline-block;
  }
  .c-commitment-card__results__value--border {
    border-top: none;
    border-bottom: none;
    border-left: solid 1px #163d5e;
    border-right: solid 1px #163d5e;
  }
}

.c__comp__subSection {
  padding: 2.5em 1.875em 0;
}

@media (max-width: 480px) {
  .c__comp__subSection {
    padding-left: 0;
    padding-right: 0;
  }
}

.c__comp__subSection__text hr {
  background-color: rgba(151, 151, 151, 0.21);
  height: 1px;
  margin: 0.625em 0 1.25em;
}

.c__comp__subSection__title {
  border-bottom: 1px solid rgba(151, 151, 151, 0.21);
  margin-bottom: 1.25em;
}

.c__comp__subSection__title h1, .c__comp__subSection__title h3, .c__comp__subSection__title .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__subSection__title h2, .c__comp__subSection__title .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__subSection__title h1, .c__comp__subSection__title .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__subSection__title h1, .c__comp__subSection__title .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__subSection__title h1, .c__comp__subSection__title .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__subSection__title h1 {
  color: #004c6d;
}

.c__comp__subSection__title span {
  color: #20a1c9;
}

.c__comp__subSection__subTitle {
  border-bottom: 1px solid rgba(151, 151, 151, 0.21);
  padding-bottom: 0.3125em;
}

.c__comp__subSection__subTitle h2, .c__comp__subSection__subTitle .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__subSection__subTitle h1, .c__comp__subSection__subTitle .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__comp__subSection__subTitle h1 {
  font-size: 1.4375em;
  line-height: 1.91304em;
  margin-bottom: 0.65217em;
}

@media (max-width: 768px) {
  .c__comp__subSection__subTitle h2, .c__comp__subSection__subTitle .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__subSection__subTitle h1, .c__comp__subSection__subTitle .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__comp__subSection__subTitle h1 {
    line-height: 1.26087em;
  }
}

.c__comp__subSection__nav li {
  border-bottom: 1px solid rgba(151, 151, 151, 0.21);
}

.c__comp__subSection__nav a {
  color: #004c6d;
  display: block;
  padding: 0.3125em;
}

.c__comp__subSection__nav a.active {
  font-weight: 600;
}

.c__comp__subSection__nav a .c__comp__subSection__nav__banner {
  width: 100%;
  height: 90px;
  background-color: #F2F2F2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  margin-top: 40px;
  -webkit-transition: opacity 600ms linear;
  transition: opacity 600ms linear;
  opacity: 1;
}

.c__comp__subSection__nav a:hover .c__comp__subSection__nav__banner {
  opacity: 0.8;
}

.c__comp__subSection__content__text a {
  color: #20a1c9;
}

.c__comp__subSection__content h3, .c__comp__subSection__content .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__subSection__content h2, .c__comp__subSection__content .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__subSection__content h1, .c__comp__subSection__content .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__subSection__content h1, .c__comp__subSection__content .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__subSection__content h1, .c__comp__subSection__content .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__subSection__content h1 {
  color: #004c6d;
}

@media (max-width: 768px) {
  .c__comp__subSection__sidebar {
    border-top: 1px solid rgba(151, 151, 151, 0.21);
    padding-top: 2em;
  }
}

.c__comp__subSection__sidebar #subsection__sidebar__trigger {
  display: none;
}

.c__comp__subSection__sidebar #subsection__sidebar__trigger:checked + label {
  margin-bottom: 0.625em;
}

.c__comp__subSection__sidebar #subsection__sidebar__trigger:checked + label span {
  background-color: transparent;
}

.c__comp__subSection__sidebar #subsection__sidebar__trigger:checked + label span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c__comp__subSection__sidebar #subsection__sidebar__trigger:checked + label span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c__comp__subSection__sidebar #subsection__sidebar__trigger:checked ~ .c__comp__subSection__subTitle, .c__comp__subSection__sidebar #subsection__sidebar__trigger:checked ~ .c__comp__subSection__nav {
  display: block;
}

.c__comp__subSection__sidebar #subsection__sidebar__trigger:checked ~ .c__comp__subSection__subTitle h2, .c__comp__subSection__sidebar #subsection__sidebar__trigger:checked ~ .c__comp__subSection__subTitle .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__subSection__sidebar #subsection__sidebar__trigger:checked ~ .c__comp__subSection__subTitle h1, .c__comp__subSection__sidebar #subsection__sidebar__trigger:checked ~ .c__comp__subSection__subTitle .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__comp__subSection__sidebar #subsection__sidebar__trigger:checked ~ .c__comp__subSection__subTitle h1, .c__comp__subSection__sidebar #subsection__sidebar__trigger:checked ~ .c__comp__subSection__nav h2, .c__comp__subSection__sidebar #subsection__sidebar__trigger:checked ~ .c__comp__subSection__nav .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__subSection__sidebar #subsection__sidebar__trigger:checked ~ .c__comp__subSection__nav h1, .c__comp__subSection__sidebar #subsection__sidebar__trigger:checked ~ .c__comp__subSection__nav .c__map__contentWrapper__content h1, .c__map__contentWrapper__content .c__comp__subSection__sidebar #subsection__sidebar__trigger:checked ~ .c__comp__subSection__nav h1 {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  margin: 0;
  padding: 0.3125em;
}

.c__comp__subSection__sidebar label {
  border: 1px solid rgba(151, 151, 151, 0.21);
  cursor: pointer;
  font-size: 0.875em;
  line-height: 1.64286em;
  padding: 0.71429em 1.07143em;
  position: relative;
}

@media (min-width: 769px) {
  .c__comp__subSection__sidebar label {
    display: none;
  }
}

.c__comp__subSection__sidebar label .subsection__sidebar__trigger__icon {
  background-color: #20a1c9;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 3em;
}

.c__comp__subSection__sidebar label .subsection__sidebar__trigger__icon span {
  background-color: #ffffff;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.57143em;
}

.c__comp__subSection__sidebar label .subsection__sidebar__trigger__icon span::before {
  background-color: #ffffff;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.c__comp__subSection__sidebar label .subsection__sidebar__trigger__icon span::after {
  background-color: #ffffff;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

@media (max-width: 768px) {
  .c__comp__subSection__sidebar .c__comp__subSection__subTitle, .c__comp__subSection__sidebar .c__comp__subSection__nav {
    display: none;
    margin-left: 0.9375em;
    margin-right: 0.9375em;
  }
}

.c__comp__widget__smallImgBlock {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #20a1c9;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  padding: 1.875em;
}

@media (max-width: 480px) {
  .c__comp__widget__smallImgBlock {
    display: block;
  }
}

.c__comp__widget__smallImgBlock__image {
  -webkit-align-self: flex-start;
          align-self: flex-start;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
  float: left;
  max-width: 9.375em;
  overflow: hidden;
  position: relative;
  width: 33.3333333333%;
}

.c__comp__widget__smallImgBlock__image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media (min-width: 481px) {
  .c__comp__widget__smallImgBlock__image {
    margin-right: 1.875em;
  }
}

@media (max-width: 480px) {
  .c__comp__widget__smallImgBlock__image {
    float: none;
    margin: 0 auto 1.875em;
    width: 50%;
  }
}

@media (min-width: 481px) {
  .c__comp__widget__smallImgBlock__content {
    width: 66.6666666666%;
  }
}

.c__comp__widget__smallImgBlock__content p {
  color: #ffffff;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 1.125em;
}

.c__comp__widget__largeImgBlock {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #20a1c9;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  padding: 3.125em;
}

.c__comp__widget__largeImgBlock {
  padding: 30px;
}

@media screen and (min-width: 480px) {
  .c__comp__widget__largeImgBlock {
    padding: calc(30px + 20 * ((100vw - 480px) / 544));
  }
}

@media screen and (min-width: 1024px) {
  .c__comp__widget__largeImgBlock {
    padding: 50px;
  }
}

@media (max-width: 480px) {
  .c__comp__widget__largeImgBlock {
    display: block;
  }
}

.c__comp__widget__largeImgBlock__image {
  -webkit-align-self: flex-start;
          align-self: flex-start;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
  float: left;
  min-width: 7.5em;
  overflow: hidden;
  position: relative;
  width: 25%;
}

.c__comp__widget__faq__item__content .c__comp__widget__largeImgBlock__image {
  float: right;
  border-radius: 0;
  background-size: contain;
  margin: 0;
  width: 20%;
}

@media (max-width: 480px) {
  .c__comp__widget__faq__item__content .c__comp__widget__largeImgBlock__image {
    position: relative;
    margin: 0 auto 20px;
  }
}

.c__comp__widget__largeImgBlock__image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media (max-width: 1024px) {
  .c__comp__widget__largeImgBlock__image {
    width: 33.3333333333%;
  }
}

@media (min-width: 481px) {
  .c__comp__widget__largeImgBlock__image {
    margin-right: 3.125em;
  }
}

@media (max-width: 480px) {
  .c__comp__widget__largeImgBlock__image {
    float: none;
    margin: 0 auto 1.25em;
    width: 70%;
  }
}

@media (min-width: 1025px) {
  .c__comp__widget__largeImgBlock__content {
    width: 75%;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .c__comp__widget__largeImgBlock__content {
    width: 66.6666666666%;
  }
}

@media (max-width: 768px) {
  .c__comp__widget__largeImgBlock__content {
    text-align: center;
  }
}

.c__comp__widget__largeImgBlock__content p {
  color: #ffffff;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 2.0625em;
  line-height: 1.18182em;
}

@media (min-width: 481px) and (max-width: 768px) {
  .c__comp__widget__largeImgBlock__content p {
    font-size: 1.5625em;
    line-height: 1.32em;
  }
}

@media (max-width: 480px) {
  .c__comp__widget__largeImgBlock__content p {
    font-size: 1.25em;
    line-height: 1.4em;
  }
}

.c__comp__widget__largeImgBlock__subtitle {
  color: #004c6d;
}

@media (min-width: 769px) {
  .c__comp__widget__keyLinks ul {
    -webkit-columns: 2 auto;
            columns: 2 auto;
    -webkit-column-gap: 1em;
            column-gap: 1em;
  }
}

.c__comp__widget__keyLinks ul li {
  display: block;
}

.c__comp__widget__keyLinks ul a {
  color: #004c6d;
  display: inline-block;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 1.125em;
  padding: 0.27778em 0 0.27778em 1.66667em;
  position: relative;
}

@media (max-width: 768px) {
  .c__comp__widget__keyLinks ul a {
    font-size: 1em;
    padding: 0.3125em 0 0.3125em 1.875em;
  }
}

.c__comp__widget__keyLinks ul a::before {
  background-image: url(/assets/images/icons/darkblue-circle-arrow.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0.38889em;
  width: 20px;
}

@media (max-width: 768px) {
  .c__comp__widget__keyLinks ul a::before {
    top: 0.5625em;
  }
}

@media (min-width: 769px) {
  .c__comp__widget__keyLinks--single ul {
    -webkit-columns: 1;
            columns: 1;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
}

.c__comp__widget__keyLinks--single ul li:not(:last-child) {
  margin-bottom: 0.625em;
}

.c__comp__widgetForms {
  margin-top: 1.875em;
}

.c__comp__widgetForms__required {
  background-color: #e8f5f9;
  margin-bottom: 1.875em;
  padding: 1.25em 1.25em 1.25em 1.25em;
}

.c__comp__widgetForms__required label {
  color: #004c6d;
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
  margin: 0;
  padding: 0 2.5em 0 0;
  position: relative;
}

.c__comp__widgetForms__required label .i__faq {
  height: 1.125em;
  position: absolute;
  right: 0;
  top: 0.25em;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  width: 1.1875em;
}

.c__comp__widgetForms__required label .i__faq__selected {
  opacity: 0;
}

.c__comp__widgetForms__required label .i__faq svg {
  display: block;
  height: 100%;
  width: 100%;
}

.c__comp__widgetForms__required__content {
  display: none;
  margin-top: 1.875em;
}

.c__comp__widgetForms__required__content li {
  margin-bottom: 0.625em;
}

.c__comp__widgetForms__required input[type="checkbox"] {
  display: none;
}

.c__comp__widgetForms__required input[type="checkbox"] + label {
  padding: 0 2.5em 0 0;
}

.c__comp__widgetForms__required input[type="checkbox"]:checked ~ label {
  color: #20a1c9;
}

.c__comp__widgetForms__required input[type="checkbox"]:checked ~ label .i__faq__unselected {
  opacity: 0;
}

.c__comp__widgetForms__required input[type="checkbox"]:checked ~ label .i__faq__selected {
  opacity: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c__comp__widgetForms__required input[type="checkbox"]:checked ~ .c__comp__widgetForms__required__content {
  display: block;
}

.c__comp__widgetForms__required + .c__comp__widgetForms__required {
  border-bottom: #d3ecf3;
}

.c__comp__widgetForms__form__step {
  background-color: #e8f5f9;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 1.25em;
  padding-left: 5em;
  position: relative;
}

.c__comp__widgetForms__form__step__number {
  background-color: #20a1c9;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 40px;
  left: 1.25em;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 1.25em;
  width: 40px;
}

.c__comp__widgetForms__form__step__title {
  display: block;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 1.4375em;
  line-height: 1.73913em;
}

.c__comp__widgetForms__form__step[data-active="false"] {
  background-color: #f3f3f2;
}

.c__comp__widgetForms__form__step[data-active="false"] .c__comp__widgetForms__form__step__number {
  background-color: #898989;
}

.c__comp__widgetForms__form__step[data-active="false"] .c__comp__widgetForms__form__step__title {
  color: #898989;
  margin: 0;
}

.c__comp__widgetForms__form__step[data-active="false"] .c__comp__widgetForms__form__step__content {
  display: none;
}

.c__comp__widgetForms__form__step + .c__comp__widgetForms__form__step {
  margin-top: 1.25em;
}

.c__comp__widgetForms__form input, .c__comp__widgetForms__form select, .c__comp__widgetForms__form textarea {
  border: 0;
}

.c__comp__widgetForms #external-form {
  border: 0;
  height: auto;
  min-height: 500px;
  width: 100%;
}

.c__comp__widget {
  margin-bottom: 1.875em;
}

.c__comp__widget__faq ol {
  background-color: #f4fafc;
}

.c__comp__widget__faq ol > li:not(:last-child) {
  border-bottom: 1px solid #d3ecf3;
}

.c__comp__widget__faq__item + .c__comp__widget__faq__item {
  border-top: 1px solid #d3ecf3;
}

.c__comp__widget__faq__item label {
  color: #004c6d;
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
  margin: 0;
  padding: 0 2.5em 0 0;
  position: relative;
  -webkit-transition: color ease-in 0.2s;
  transition: color ease-in 0.2s;
}

.c__comp__widget__faq__item label .i__faq {
  height: 1.125em;
  position: absolute;
  right: 0;
  top: 0.25em;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  width: 1.1875em;
}

.c__comp__widget__faq__item label .i__faq__selected {
  opacity: 0;
}

.c__comp__widget__faq__item label .i__faq svg {
  display: block;
  height: 100%;
  width: 100%;
}

.c__comp__widget__faq__item__title {
  background-color: #e8f5f9;
  padding: 1.25em;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

.c__comp__widget__faq__item__content {
  background-color: #f4fafc;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  opacity: 0;
  height: 0;
}

.clear .c__comp__widget__faq__item__content {
  background: none;
  overflow: hidden;
}

.c__comp__widget__faq__item__content.imgSplit img {
  float: right;
  right: 0;
  margin: 0 40px;
}

@media screen and (max-width: 480px) {
  .c__comp__widget__faq__item__content.imgSplit img {
    float: unset;
    right: unset;
    margin: 0;
  }
}

.c__comp__widget__faq__item__content.imgSplit .c__comp__widget__faq__item__content__wrapper {
  float: left;
  position: relative;
  max-width: 70%;
}

@media (max-width: 1024px) {
  .c__comp__widget__faq__item__content.imgSplit .c__comp__widget__faq__item__content__wrapper {
    max-width: 60%;
  }
}

@media (max-width: 480px) {
  .c__comp__widget__faq__item__content.imgSplit .c__comp__widget__faq__item__content__wrapper {
    position: relative;
    max-width: 100%;
  }
}

.c__comp__widget__faq__item__content.full-image {
  min-height: 0;
}

.c__comp__widget__faq__item__content.full-image > div {
  text-align: center;
  padding: 0;
}

.c__comp__widget__faq__item__content.full-image img {
  width: auto;
  max-width: 80%;
  margin: auto;
  text-align: center;
  float: unset;
  position: relative;
}

@media (max-width: 480px) {
  .c__comp__widget__faq__item__content.full-image img {
    width: 100%;
    max-width: 100%;
  }
}

.c__comp__widget__faq__item__content > div {
  padding: 1.25em;
}

@media (max-width: 480px) {
  .c__comp__widget__faq__item__content > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.c__comp__widget__faq__item__content > div p {
  position: relative;
  width: 100%;
}

.c__comp__widget__faq__item__content li {
  margin-bottom: 0.625em;
}

.c__comp__widget__faq__item input[type="checkbox"] {
  display: none;
}

.c__comp__widget__faq__item input[type="checkbox"] + label {
  padding-left: 0;
}

.c__comp__widget__faq__item input[type="checkbox"]:checked ~ .c__comp__widget__faq__item__title {
  background-color: #f4fafc;
}

.clear .c__comp__widget__faq__item input[type="checkbox"]:checked ~ .c__comp__widget__faq__item__title {
  background: none;
}

.c__comp__widget__faq__item input[type="checkbox"]:checked ~ .c__comp__widget__faq__item__title label {
  color: #20a1c9;
}

.c__comp__widget__faq__item input[type="checkbox"]:checked ~ .c__comp__widget__faq__item__title label .i__faq__unselected {
  opacity: 0;
}

.c__comp__widget__faq__item input[type="checkbox"]:checked ~ .c__comp__widget__faq__item__title label .i__faq__selected {
  opacity: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c__comp__widget__faq__item input[type="checkbox"]:checked ~ .c__comp__widget__faq__item__content {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  height: auto;
  opacity: 1;
}

.c__comp__widget__faq__item input[type="checkbox"]:checked ~ .c__comp__widget__faq__item__content .imgSplit {
  min-height: 20vw;
}

.c__comp__widget__faq__item.clear {
  border-top: 1px solid rgba(151, 151, 151, 0.2);
}

.c__comp__widget__faq__item.clear label {
  font-size: 20px;
}

.c__comp__widget__faq__item.clear .c__comp__widget__faq__item__title {
  background: none;
}

.c__comp__widget__faq__item.clear input[type="checkbox"]:checked + .c__comp__widget__faq__item__title {
  background: none;
}

.c__comp__widget__faq__item.clear input[type="checkbox"]:checked + .c__comp__widget__faq__item__title label {
  color: #004c6d;
}

@media (min-width: 1025px) {
  .c__comp__widget__steps {
    padding-right: 6.25em;
  }
}

.c__comp__widget__steps ol {
  margin: 0;
  padding: 0;
}

.c__comp__widget__steps ol li {
  padding-left: 3.125em;
  position: relative;
}

.c__comp__widget__steps ol li::before {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #004c6d;
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 1.125em;
  height: 1.88889em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  left: 0;
  line-height: 1.5em;
  margin: 0;
  position: absolute;
  top: 0.33333em;
  width: 1.88889em;
}

.c__comp__widget__steps ol li:not(:first-child) {
  margin-top: 1.25em;
}

.c__comp__widget__search__form input[type="text"] {
  border: 1px solid rgba(151, 151, 151, 0.21);
}

.c__comp__widget__search__form .form__singleField {
  position: relative;
}

.c__comp__widget__search__form .form__singleField #sub-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c__comp__widget__search__form--location {
  display: block;
  margin-top: 0.625em;
}

.c__comp__widget__search__form--location > a {
  color: #004c6d;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.42857em;
  padding-left: 1.78571em;
  position: relative;
}

.c__comp__widget__search__form--location > a::before {
  background-image: url(/assets/images/icons/crosshair-dark.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 1.42857em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.42857em;
}

.c__comp__widget__search__result {
  background-color: #f4f5f7;
  margin-top: 1.875em;
}

@media (min-width: 769px) {
  .c__comp__widget__search__result {
    padding: 1.875em 1.5625em;
  }
}

@media (max-width: 768px) {
  .c__comp__widget__search__result {
    padding: 1.5625em 1.25em;
  }
}

.c__comp__widget__search__result__title {
  color: #004c6d;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 1.375em;
  line-height: 1.18182em;
  margin-bottom: 0.68182em;
  position: relative;
}

@media (min-width: 769px) {
  .c__comp__widget__search__result__title {
    line-height: 1.63636em;
    padding-left: 2.04545em;
  }
}

@media (min-width: 769px) {
  .c__comp__widget__search__result__title .i__svg {
    left: 0;
    position: absolute;
    top: 0;
  }
}

@media (max-width: 768px) {
  .c__comp__widget__search__result__title .i__svg {
    margin-bottom: 0.68182em;
  }
}

.c__comp__widget__search__result__title p {
  margin: 0;
}

.c__comp__widget__infoBlock {
  background-color: #f4f5f7;
  padding: 1.875em 1.5625em;
}

.c__comp__widget__infoBlock__title {
  color: #004c6d;
  margin-bottom: 0.90909em;
  position: relative;
}

.c__comp__widget__infoBlock__title h3, .c__comp__widget__infoBlock__title .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__widget__infoBlock__title h2, .c__comp__widget__infoBlock__title .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__widget__infoBlock__title h1, .c__comp__widget__infoBlock__title .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__widget__infoBlock__title h1, .c__comp__widget__infoBlock__title .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__widget__infoBlock__title h1, .c__comp__widget__infoBlock__title .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__widget__infoBlock__title h1 {
  color: #004c6d;
  font-size: 1.375em;
  line-height: 1.18182em;
  margin: 0;
}

.c__comp__widget__infoBlock__inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 10px 15px;
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
  position: relative;
  color: #004c6d;
}

.c__comp__widget__infoBlock__inline::before {
  content: ">";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 0;
  font-weight: bold;
  color: #20a1c9;
}

@media (max-width: 768px) {
  .c__comp__widget__infoBlock__inline::before {
    top: 15%;
  }
}

.c__comp__widget__infoBlock__inline .name, .c__comp__widget__infoBlock__inline .distance, .c__comp__widget__infoBlock__inline .difficulty {
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.c__comp__widget__infoBlock__inline .activities, .c__comp__widget__infoBlock__inline .facilities {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  .c__comp__widget__infoBlock__inline .activities, .c__comp__widget__infoBlock__inline .facilities {
    margin: 10px 0;
  }
}

.c__comp__widget__infoBlock__inline img {
  height: 23px;
  width: 23px;
  margin-right: 5px;
}

.c__comp__widget__infoBlock__inline .placeholder-circle {
  height: 23px;
  width: 23px;
  background: #004c6d;
  border-radius: 100%;
  margin-right: 5px;
}

.facilities .c__comp__widget__infoBlock__inline .placeholder-circle {
  background: green;
}

.c__comp__widget__infoBlock__inline:hover .name {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .c__comp__widget__infoBlock__inline {
    display: block;
  }
}

.c__comp__widget__infoBlock__imgTop .backImg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 12vw;
}

@media (max-width: 768px) {
  .c__comp__widget__infoBlock__imgTop .backImg {
    min-height: 20vw;
  }
}

@media (max-width: 480px) {
  .c__comp__widget__infoBlock__imgTop .backImg {
    min-height: 35vw;
  }
}

.c__comp__widget__infoBlock__imgTop .cta {
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: none;
  color: #004c6d;
}

.c__comp__widget__infoBlock__imgTop .cta span {
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 18px;
  position: relative;
}

.c__comp__widget__infoBlock__imgTop .cta span::before {
  content: "";
  background: url(/assets/images/icons/arrow-for-boxes.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  left: -10px;
  top: 50%;
}

.c__comp__widget__step {
  background-color: #f4f5f7;
}

.c__comp__widget__step .c__comp__widget__infoBlock p {
  margin: 0;
}

.c__comp__widget__step__item {
  border-top: 1px solid rgba(151, 151, 151, 0.21);
  margin: 0 1.5625em;
  padding: 1.875em 0;
}

.c__comp__widget__step__title {
  color: #20a1c9;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  font-size: 1.375em;
  line-height: 1.63636em;
  margin-bottom: 0.68182em;
  position: relative;
}

.c__comp__widget__step__title p {
  margin: 0;
}

.c__comp__widget__drag {
  padding: 0 1.5625em 1.5625em;
}

@media (max-width: 1024px) {
  .c__comp__widget__drag {
    background-color: white;
    /*padding-left: 0;
            padding-right: 0;*/
    margin-bottom: -57px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 25px 0;
    z-index: 1000;
  }
}

.c__comp__widget__drag.drag .c__comp__widget__drag__resetMarker {
  display: block;
}

.c__comp__widget__drag > div {
  padding-left: 2.8125em;
  position: relative;
}

.c__comp__widget__drag__marker, .c__comp__widget__drag__resetMarker {
  display: block;
  height: 3.625em;
  left: 0;
  padding-bottom: 0.9375em;
  position: absolute;
  top: 50%;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.1875em;
  z-index: 1000;
}

.c__comp__widget__drag__marker img, .c__comp__widget__drag__resetMarker img {
  display: block;
  height: 100%;
  width: 100%;
}

.c__comp__widget__drag__marker#plotMarker, .c__comp__widget__drag__resetMarker#plotMarker {
  background-image: url(/assets/images/icons/marker-drag-icon.svg);
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.c__comp__widget__drag__resetMarker {
  display: none;
}

.c__comp__widget__drag__label {
  color: #898989;
  font-size: 0.875em;
  line-height: 1.35714em;
  padding: 0.85714em 0 1.28571em;
}

.c__comp__widget__drag__label * {
  margin: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

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

@media only screen and (max-width: 500px) {
  .video-container {
    margin-bottom: 3.5em;
  }
}

.mce-content-body {
  background: #f2f2f2 !important;
  padding: 20px !important;
}

h1.rte {
  font-size: 3rem;
}

@media (min-width: 481px) {
  h1.rte {
    font-size: 3.2rem;
  }
}

@media (min-width: 769px) {
  h1.rte {
    font-size: 3.8rem;
  }
}

h2.rte, .c__comp__intro--nohero .c__comp__intro__title h1.rte, .c__map__contentWrapper__content h1.rte {
  font-size: 2.8rem;
}

@media (min-width: 481px) {
  h2.rte, .c__comp__intro--nohero .c__comp__intro__title h1.rte, .c__map__contentWrapper__content h1.rte {
    font-size: 3.0rem;
  }
}

@media (min-width: 769px) {
  h2.rte, .c__comp__intro--nohero .c__comp__intro__title h1.rte, .c__map__contentWrapper__content h1.rte {
    font-size: 3.2rem;
  }
}

h3.rte, .c__comp__tabs .c__comp__blocks h2.rte, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1.rte, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1.rte, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1.rte, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1.rte {
  font-size: 1.8rem;
}

@media (min-width: 481px) {
  h3.rte, .c__comp__tabs .c__comp__blocks h2.rte, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1.rte, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1.rte, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1.rte, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1.rte {
    font-size: 2rem;
  }
}

@media (min-width: 769px) {
  h3.rte, .c__comp__tabs .c__comp__blocks h2.rte, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1.rte, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1.rte, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1.rte, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1.rte {
    font-size: 2.3rem;
  }
}

.rte__h1, .rte__h2, .rte__h3 {
  font-family: "Swiss","Roboto","system-ui","sans-serif";
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 2rem;
  font-size: 3.8rem;
}

.rte__h1 {
  color: #ffffff;
}

.rte__h2 {
  color: #004c6d;
}

.rte__h3 {
  color: #20a1c9;
  font-size: 2.3rem;
}

.color--dark-blue {
  color: #004c6d;
}

.color--light-blue {
  color: #20a1c9;
}

.color--white {
  color: #ffffff;
}

.c__comp__carousel {
  position: relative;
}

@media (max-width: 768px) {
  .c__comp__carousel {
    min-height: 250px;
  }
}

.c__comp__carousel__arrows {
  position: relative;
  min-height: 0;
  min-width: 0;
}

.c__comp__carousel__arrows__left, .c__comp__carousel__arrows__right {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 46px;
  width: 46px;
  z-index: 2;
}

.c__comp__carousel__arrows__left:hover, .c__comp__carousel__arrows__right:hover {
  cursor: pointer;
}

.c__comp__carousel__arrows__left {
  background: url("/assets/images/icons/gallery-left.svg");
  left: 5px;
}

.c__comp__carousel__arrows__right {
  background: url("/assets/images/icons/gallery-right.svg");
  right: -40px;
}

.c__comp__carousel__slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  bottom: 0;
  left: 0;
  opacity: 0;
  min-height: 30vw;
  padding: 5.3125em 0 6.5625em 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}

@media (max-width: 768px) {
  .c__comp__carousel__slide {
    min-height: 250px;
  }
}

.c__comp__carousel__slide::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 768px) {
  .c__comp__carousel__slide::before {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

@media (min-width: 769px) {
  .c__comp__carousel__slide::before {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0) 50%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0) 50%);
  }
}

.c__comp__carousel__slide--no-overlay::before {
  display: none;
}

.c__comp__carousel__slide__content {
  z-index: 1;
  position: relative;
}

@media (min-width: 769px) {
  .c__comp__carousel__slide__content {
    max-width: 33%;
  }
}

.c__comp__carousel__pagination {
  bottom: 15px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.leisure .c__comp__carousel__pagination {
  bottom: -50px;
}

.leisure .c__comp__carousel__pagination label {
  background-color: rgba(32, 161, 201, 0.2);
}

.c__comp__carousel__pagination[data-visible="false"] {
  display: none;
}

.c__comp__carousel__pagination label {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  height: 15px;
  float: left;
  margin: 0.3125em;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  width: 15px;
}

.c__comp__carousel .c__comp__carousel__inputTrigger {
  display: none;
}

.c__comp__carousel .c__comp__carousel__inputTrigger[data-slide="1"]:checked ~ .c__comp__carousel__slide[data-slide="1"] {
  bottom: auto;
  left: auto;
  position: relative;
  opacity: 1;
  right: auto;
  top: auto;
  z-index: 1;
}

.c__comp__carousel .c__comp__carousel__inputTrigger[data-slide="1"]:checked ~ .c__comp__carousel__pagination label[data-slide="1"] {
  background-color: #ffffff;
}

.c__comp__carousel .c__comp__carousel__inputTrigger[data-slide="2"]:checked ~ .c__comp__carousel__slide[data-slide="2"] {
  bottom: auto;
  left: auto;
  position: relative;
  opacity: 1;
  right: auto;
  top: auto;
  z-index: 1;
}

.c__comp__carousel .c__comp__carousel__inputTrigger[data-slide="2"]:checked ~ .c__comp__carousel__pagination label[data-slide="2"] {
  background-color: #ffffff;
}

.c__comp__carousel .c__comp__carousel__inputTrigger[data-slide="3"]:checked ~ .c__comp__carousel__slide[data-slide="3"] {
  bottom: auto;
  left: auto;
  position: relative;
  opacity: 1;
  right: auto;
  top: auto;
  z-index: 1;
}

.c__comp__carousel .c__comp__carousel__inputTrigger[data-slide="3"]:checked ~ .c__comp__carousel__pagination label[data-slide="3"] {
  background-color: #ffffff;
}

.c__comp__carousel .c__comp__carousel__inputTrigger[data-slide="4"]:checked ~ .c__comp__carousel__slide[data-slide="4"] {
  bottom: auto;
  left: auto;
  position: relative;
  opacity: 1;
  right: auto;
  top: auto;
  z-index: 1;
}

.c__comp__carousel .c__comp__carousel__inputTrigger[data-slide="4"]:checked ~ .c__comp__carousel__pagination label[data-slide="4"] {
  background-color: #ffffff;
}

.c__comp__carousel .c__comp__carousel__inputTrigger[data-slide="5"]:checked ~ .c__comp__carousel__slide[data-slide="5"] {
  bottom: auto;
  left: auto;
  position: relative;
  opacity: 1;
  right: auto;
  top: auto;
  z-index: 1;
}

.c__comp__carousel .c__comp__carousel__inputTrigger[data-slide="5"]:checked ~ .c__comp__carousel__pagination label[data-slide="5"] {
  background-color: #ffffff;
}

.c__comp__carousel .c__comp__carousel__inputTrigger[data-slide="6"]:checked ~ .c__comp__carousel__slide[data-slide="6"] {
  bottom: auto;
  left: auto;
  position: relative;
  opacity: 1;
  right: auto;
  top: auto;
  z-index: 1;
}

.c__comp__carousel .c__comp__carousel__inputTrigger[data-slide="6"]:checked ~ .c__comp__carousel__pagination label[data-slide="6"] {
  background-color: #ffffff;
}

.c__comp__carousel .c__comp__carousel__inputTrigger[data-slide="7"]:checked ~ .c__comp__carousel__slide[data-slide="7"] {
  bottom: auto;
  left: auto;
  position: relative;
  opacity: 1;
  right: auto;
  top: auto;
  z-index: 1;
}

.c__comp__carousel .c__comp__carousel__inputTrigger[data-slide="7"]:checked ~ .c__comp__carousel__pagination label[data-slide="7"] {
  background-color: #ffffff;
}

.c__comp__carousel .c__comp__carousel__inputTrigger[data-slide="8"]:checked ~ .c__comp__carousel__slide[data-slide="8"] {
  bottom: auto;
  left: auto;
  position: relative;
  opacity: 1;
  right: auto;
  top: auto;
  z-index: 1;
}

.c__comp__carousel .c__comp__carousel__inputTrigger[data-slide="8"]:checked ~ .c__comp__carousel__pagination label[data-slide="8"] {
  background-color: #ffffff;
}

.c__comp__carousel .c__comp__carousel__inputTrigger[data-slide="9"]:checked ~ .c__comp__carousel__slide[data-slide="9"] {
  bottom: auto;
  left: auto;
  position: relative;
  opacity: 1;
  right: auto;
  top: auto;
  z-index: 1;
}

.c__comp__carousel .c__comp__carousel__inputTrigger[data-slide="9"]:checked ~ .c__comp__carousel__pagination label[data-slide="9"] {
  background-color: #ffffff;
}

.c__comp__carousel .c__comp__carousel__inputTrigger[data-slide="10"]:checked ~ .c__comp__carousel__slide[data-slide="10"] {
  bottom: auto;
  left: auto;
  position: relative;
  opacity: 1;
  right: auto;
  top: auto;
  z-index: 1;
}

.c__comp__carousel .c__comp__carousel__inputTrigger[data-slide="10"]:checked ~ .c__comp__carousel__pagination label[data-slide="10"] {
  background-color: #ffffff;
}

.c__comp__incidentReport .l__rowFlex .l__col__span3 {
  -webkit-flex-basis: 33.3333333333%;
          flex-basis: 33.3333333333%;
}

@media (max-width: 768px) {
  .c__comp__incidentReport .l__rowFlex .l__col__span3 {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
  }
}

@media (max-width: 480px) {
  .c__comp__incidentReport .l__rowFlex .l__col__span3 {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
  }
}

.c__comp__incidentReport--pressure {
  position: relative;
}

.c__comp__incidentReport--pressure__search .c__comp__widget__infoBlock {
  background: none;
  padding: 0;
}

.c__comp__incidentReport--pressure__search .c__comp__widget__infoBlock__title {
  margin: 0;
}

@media (max-width: 1024px) {
  .c__comp__incidentReport--pressure__search .c__comp__widget__infoBlock {
    padding: 0;
  }
}

.c__comp__incidentReport--pressure .c__comp__widget__search__form {
  padding: 1.5625em 0;
}

.c__comp__incidentReport--pressure .c__comp__widget__search__form .btn {
  display: block;
  margin-top: 0.9375em;
  width: 100%;
}

@media (max-width: 1024px) {
  .c__comp__incidentReport--pressure .c__comp__widget__search__form {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1025px) {
  .c__comp__incidentReport--pressure__map {
    height: 400px;
    position: relative;
  }
}

@media (max-width: 1024px) {
  .c__comp__incidentReport--pressure__map {
    margin-bottom: 1.875em;
    position: relative;
  }
  .c__comp__incidentReport--pressure__map::before {
    content: "";
    display: block;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .c__comp__incidentReport--pressure__map {
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 50%;
  }
}

@media (max-width: 480px) {
  .c__comp__incidentReport--pressure__map {
    margin-left: -20px;
    margin-right: -20px;
  }
  .c__comp__incidentReport--pressure__map::before {
    padding-top: 90.625%;
  }
}

.c__comp__incidentReport--pressure__map #waterPressureMap {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.c__comp__incidentReport--locate {
  position: relative;
}

@media (min-width: 1025px) {
  .c__comp__incidentReport--locate {
    border: 1px solid rgba(151, 151, 151, 0.21);
  }
}

@media (max-width: 1024px) {
  .c__comp__incidentReport--locate > .l__row {
    position: relative;
    z-index: 1;
  }
}

.c__comp__incidentReport--locate--desktop {
  position: relative;
}

@media (max-width: 1024px) {
  .c__comp__incidentReport--locate--desktop {
    display: none;
  }
}

@media (min-width: 1025px) {
  .c__comp__incidentReport--locate--reduced {
    display: none;
  }
}

.c__comp__incidentReport--locate__drag .c__comp__widget__infoBlock {
  background: none;
  padding-top: 15px;
  padding-bottom: 45px;
}

.c__comp__incidentReport--locate__drag .c__comp__widget__infoBlock__title {
  margin: 0;
}

@media (max-width: 1024px) {
  .c__comp__incidentReport--locate__drag .c__comp__widget__infoBlock {
    padding: 0;
    margin-bottom: 30px;
    margin-top: 10px;
  }
}

.c__comp__incidentReport--locate__search .c__comp__widget__infoBlock {
  background: none;
  padding-bottom: 0;
}

.c__comp__incidentReport--locate__search .c__comp__widget__infoBlock__title {
  margin: 0;
}

@media (max-width: 1024px) {
  .c__comp__incidentReport--locate__search .c__comp__widget__infoBlock {
    padding: 0;
  }
}

.c__comp__incidentReport--locate .c__comp__widget__search__form {
  padding: 1.5625em;
}

@media (max-width: 1024px) {
  .c__comp__incidentReport--locate .c__comp__widget__search__form {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.625em;
  }
}

@media (min-width: 1025px) {
  .c__comp__incidentReport--locate__map {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 66.6666666666%;
  }
}

@media (max-width: 1024px) {
  .c__comp__incidentReport--locate__map {
    margin-bottom: 1.875em;
    position: relative;
  }
  .c__comp__incidentReport--locate__map::before {
    content: "";
    display: block;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .c__comp__incidentReport--locate__map {
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 50%;
  }
}

@media (max-width: 480px) {
  .c__comp__incidentReport--locate__map {
    margin-left: -20px;
    margin-right: -20px;
  }
  .c__comp__incidentReport--locate__map::before {
    padding-top: 90.625%;
  }
}

.c__comp__incidentReport--locate__map #incidentPlotMap {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.c__comp__incidentReport--locate__map #incidentPlotMap::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg width='100%25' height='100%25' viewBox='0 0 64 64' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;'%3E %3Cg transform='matrix(0.549778,0,0,0.557596,14.3985,0.517798)'%3E %3Cg transform='matrix(1,0,0,1,5.33539,10.4753)'%3E %3Cellipse cx='26.68' cy='45.553' rx='17.471' ry='5.345' style='fill:url(%23_Radial1);'/%3E %3C/g%3E %3Cpath d='M45.023,21.004C45.023,27.187 40.615,32.558 34.55,33.763L34.284,40.961C34.109,45.666 33.73,50.358 33.146,55.036C33.076,55.6 32.591,56.029 32.022,56.029C31.453,56.029 30.968,55.6 30.898,55.036C30.314,50.363 29.935,45.671 29.76,40.961L29.494,33.763C23.424,32.563 19.008,27.19 19.008,21.002C19.008,13.867 24.88,7.995 32.016,7.995C39.151,7.995 45.023,13.867 45.023,21.002C45.023,21.003 45.023,21.003 45.023,21.004Z' style='fill:rgb(0,163,205);stroke:rgb(0,71,109);stroke-width:1.81px;'/%3E %3C/g%3E %3Cdefs%3E %3CradialGradient id='_Radial1' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(17.4712,0,0,5.34537,26.6802,45.5532)'%3E%3Cstop offset='0' style='stop-color:rgb(36,36,36);stop-opacity:1'/%3E%3Cstop offset='0.16' style='stop-color:rgb(19,19,19);stop-opacity:0.529412'/%3E%3Cstop offset='0.34' style='stop-color:rgb(5,5,5);stop-opacity:0.141176'/%3E%3Cstop offset='1' style='stop-color:black;stop-opacity:0'/%3E%3C/radialGradient%3E %3C/defs%3E %3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  text-shadow: 5px black;
}

.c__comp__incidentReport--step {
  border-top: 1px solid rgba(151, 151, 151, 0.21);
}

.c__comp__incidentReport__return {
  padding: 0.625em 0;
}

.c__comp__incidentReport__return--base {
  display: none;
}

@media (max-width: 1024px) {
  .c__comp__incidentReport__meta {
    padding-top: 1.25em;
  }
}

@media (min-width: 481px) {
  .c__comp__incidentReport__meta {
    margin-bottom: 2.8125em;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .c__comp__incidentReport__meta {
    margin-bottom: 1.875em;
  }
}

@media (min-width: 481px) {
  .c__comp__incidentReport__meta--withDesc .c__comp__incidentReport__title {
    margin-bottom: 1.25em;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .c__comp__incidentReport__meta--withDesc .c__comp__incidentReport__title {
    margin-bottom: 0.625em;
  }
}

@media (min-width: 481px) {
  .c__comp__incidentReport__meta--withDesc {
    margin-bottom: 2.8125em;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .c__comp__incidentReport__meta--withDesc {
    margin-bottom: 1.875em;
  }
}

.c__comp__incidentReport__title h3, .c__comp__incidentReport__title .c__comp__tabs .c__comp__blocks h2, .c__comp__tabs .c__comp__blocks .c__comp__incidentReport__title h2, .c__comp__incidentReport__title .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title h1, .c__comp__tabs .c__comp__blocks .c__comp__intro--nohero .c__comp__intro__title .c__comp__incidentReport__title h1, .c__comp__incidentReport__title .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks h1, .c__comp__intro--nohero .c__comp__intro__title .c__comp__tabs .c__comp__blocks .c__comp__incidentReport__title h1, .c__comp__incidentReport__title .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content h1, .c__comp__tabs .c__comp__blocks .c__map__contentWrapper__content .c__comp__incidentReport__title h1, .c__comp__incidentReport__title .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks h1, .c__map__contentWrapper__content .c__comp__tabs .c__comp__blocks .c__comp__incidentReport__title h1 {
  color: #004c6d;
}

.c__comp__incidentReport__desc {
  color: #898989;
  font-style: italic;
}

.c__comp__incidentReport__options .l__col {
  margin-bottom: 20px;
}

@media (min-width: 481px) {
  .c__comp__incidentReport__form {
    text-align: center;
  }
}

.c__comp__incidentReport__form .c__comp__incidentReport__meta {
  padding: 0;
}

.c__comp__incidentReport__form .form__row--file label {
  line-height: 1.625em;
  margin: 0;
}

.c__comp__incidentReport__form label {
  font-weight: 400;
  line-height: 1.28571em;
  margin-bottom: 0.35714em;
  text-align: left;
}

.c__comp__incidentReport__form input:not([type="submit"]) {
  font-size: 16px;
  padding: 0.6875em 1.25em;
}

.c__comp__incidentReport__form .dropdown .form__row::after, .c__comp__incidentReport__form .dropdownlistextra .form__row::after {
  background-color: #20a1c9;
  background-image: url(/assets/images/icons/select-drop-icon.svg);
  background-repeat: no-repeat;
  background-size: 12px 16px;
  background-position: 50% 50%;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
}

.c__comp__incidentReport__form .disclaimer.checkbox, .c__comp__incidentReport__form .notify.checkbox {
  margin-bottom: 1.25em;
  position: relative;
}

.c__comp__incidentReport__form .disclaimer.checkbox label, .c__comp__incidentReport__form .notify.checkbox label {
  padding-left: 1.78571em;
}

.c__comp__incidentReport__form .disclaimer.checkbox .form__row, .c__comp__incidentReport__form .notify.checkbox .form__row {
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
}

.c__comp__incidentReport__form .disclaimer.checkbox .form__row input[type="checkbox"], .c__comp__incidentReport__form .notify.checkbox .form__row input[type="checkbox"] {
  border-radius: 0;
  height: 15px;
  width: 15px;
}

.c__comp__incidentReport__form .disclaimer.checkbox .form__row .validate-error-row, .c__comp__incidentReport__form .disclaimer.checkbox .form__row .field-validation-error, .c__comp__incidentReport__form .notify.checkbox .form__row .validate-error-row, .c__comp__incidentReport__form .notify.checkbox .form__row .field-validation-error {
  min-width: 250px;
}

.c__comp__responses .l__col {
  margin-bottom: 20px;
}

.c__comp__responses .l__rowFlex .l__col__span3 {
  -webkit-flex-basis: 33%;
          flex-basis: 33%;
}

@media (max-width: 480px) {
  .c__comp__responses[data-activechild="true"] {
    display: none;
  }
}

#ajax-response-area .ajax-response-area__return {
  margin-bottom: 1.25em;
}

@media (min-width: 481px) {
  #ajax-response-area .ajax-response-area__return {
    display: none;
  }
}

.leisure__content {
  padding-bottom: 2em;
}

.leisure__sidebar {
  overflow: hidden;
}

.leisure__sidebar__block {
  margin-bottom: 1em;
}

.leisure__sidebar__block + div {
  margin-top: 2em;
}

.leisure__sidebar__heading {
  font-size: 1.125em;
  color: #004c6d;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: .5em;
  margin-bottom: 1em;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
}

.leisure__route__heading {
  font-size: 1.125em;
  color: #004c6d;
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
  margin-bottom: 0.4rem;
}

.leisure__route__difficulty {
  font-family: "Swiss", "Helvetica Rounded", Arial, sans-serif;
}

.leisure__walks__media {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100%;
}

.leisure__walks__media .slick-dots {
  position: absolute;
  bottom: 25px;
  width: 100%;
}

.leisure__walks__media .slick-dots > li {
  position: relative;
  z-index: 1;
  border-width: 4px;
}

.leisure__walks__media .slick-dots > li:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -50%;
  z-index: 0;
  border: 2px solid #ffffff;
  border-radius: 100%;
  box-sizing: initial;
  bottom: -50%;
  margin: auto;
  left: -50%;
  right: -50%;
}
