@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

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

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

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

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

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

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.grid {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 48em) {
  .grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.grid .gapless {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 48em) {
  .grid.reverse .col:first-of-type {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.grid.reverse .col:first-of-type .media__image {
  margin-right: 0;
  margin-left: 0;
}

@media screen and (min-width: 48em) {
  .grid.reverse .col:first-of-type .media__image {
    margin-left: 120px;
  }
}

.grid--spaced {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid--spaced > .col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.grid--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid--justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid--rowfix {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
}

.col--center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col-fluid {
  max-width: 100%;
  padding: 15px;
}

.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  padding: 15px;
}

.col-1 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  padding: 15px;
}

@media screen and (min-width: 48em) {
  .col-1 {
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    width: 10%;
    max-width: 10%;
  }
}

.col-2 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  padding: 15px;
}

@media screen and (min-width: 48em) {
  .col-2 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}

.col-3 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  padding: 15px;
}

@media screen and (min-width: 48em) {
  .col-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}

.col-4 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  padding: 15px;
}

@media screen and (min-width: 48em) {
  .col-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}

.col-5 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  padding: 15px;
}

@media screen and (min-width: 48em) {
  .col-5 {
    -webkit-flex-basis: 41.66666%;
    -ms-flex-preferred-size: 41.66666%;
    flex-basis: 41.66666%;
    width: 41.66666%;
    max-width: 41.66666%;
  }
}

.col-6 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  padding: 15px;
}

@media screen and (min-width: 48em) {
  .col-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}

.col-7 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  padding: 15px;
}

@media screen and (min-width: 48em) {
  .col-7 {
    -webkit-flex-basis: 58.3332%;
    -ms-flex-preferred-size: 58.3332%;
    flex-basis: 58.3332%;
    width: 58.3332%;
    max-width: 58.3332%;
  }
}

.col-8 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  padding: 15px;
}

@media screen and (min-width: 48em) {
  .col-8 {
    -webkit-flex-basis: 66.6666%;
    -ms-flex-preferred-size: 66.6666%;
    flex-basis: 66.6666%;
    width: 66.6666%;
    max-width: 66.6666%;
  }
}

.col-9 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  padding: 15px;
}

@media screen and (min-width: 48em) {
  .col-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    width: 75%;
    max-width: 75%;
  }
}

.col-10 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  padding: 15px;
}

@media screen and (min-width: 48em) {
  .col-10 {
    -webkit-flex-basis: 83.3333%;
    -ms-flex-preferred-size: 83.3333%;
    flex-basis: 83.3333%;
    width: 83.3333%;
    max-width: 83.3333%;
  }
}

.col-11 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  padding: 15px;
}

@media screen and (min-width: 48em) {
  .col-11 {
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    width: 90%;
    max-width: 90%;
  }
}

.col-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  padding: 15px;
}

@media screen and (min-width: 48em) {
  .col-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}

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

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

a {
  text-decoration: none;
  color: #35b7dc;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #203365;
}

.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
}

.section--title {
  font-size: 1.5em;
  font-weight: 700;
  color: #203365;
  border-left: 4px solid #35b7dc;
  padding-left: 0.9375rem;
}

@media screen and (min-width: 48em) {
  .section--title {
    font-size: 2.25em;
  }
}

.page--title {
  margin: 0;
  font-size: 1.625em;
  font-weight: 700;
  color: #203365;
  border-left: 4px solid #35b7dc;
  padding-left: 0.9375rem;
}

.widget--title {
  margin: 0;
  font-size: 1.375em;
  font-weight: 600;
  color: #203365;
  border-left: 4px solid #35b7dc;
  padding-left: 0.9375rem;
}

.footer-headline {
  font-size: 1.375em;
  font-weight: 600;
  color: #203365;
  border-left: 4px solid #35b7dc;
  padding-left: 0.9375rem;
}

.footer-headline.alt {
  border-left-color: #ff9120;
}

.footer-small {
  margin: 0 0 1.875rem;
  font-size: 0.875em;
  opacity: 0.5;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p,
.content ul,
.content blockquote {
  margin-bottom: 0;
}

.content p,
.content li,
.content b,
.content strong {
  line-height: 1.5;
}

.notification {
  position: relative;
  padding: 0.625rem 0.9375rem;
  margin-bottom: 1.875rem;
  border: 1px solid transparent;
  -webkit-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.notification-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.notification-close svg {
  max-height: 1.25rem;
}

.notification-close:hover svg {
  color: #222;
}

.notification--success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.notification--error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.form__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.form__list li {
  margin-bottom: 1.875rem;
}

.form-label {
  display: block;
  font-weight: 600;
  font-size: 0.875em;
  margin-bottom: 0.3125rem;
}

.form__group .form-input {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: 0 2px 4px rgba(7, 59, 104, 0.12);
  box-shadow: 0 2px 4px rgba(7, 59, 104, 0.12);
  min-width: 300px;
  padding: 0.625rem 0.625rem;
}

.form__group .form-input:focus {
  outline: none;
  border-color: #35b7dc;
}

.form__group .form-input.error {
  border-color: red;
}

.form__group .form-textarea {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: 0 2px 4px rgba(7, 59, 104, 0.12);
  box-shadow: 0 2px 4px rgba(7, 59, 104, 0.12);
  min-width: 300px;
  min-height: 200px;
  padding: 0.625rem 0.625rem;
}

.form__group .form-textarea:focus {
  outline: none;
  border-color: #35b7dc;
}

.form__group .form-textarea.error {
  border-color: red;
}

.form-error-message {
  color: red;
  font-size: 0.8125em;
  margin-top: 0.25rem;
}

.form-submit {
  display: inline-block;
  padding: 0.875rem 0.9375rem;
  color: #fff;
  background: #ff9120;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  font-size: 0.875em;
  text-transform: uppercase;
}

.form-submit:hover {
  background: #203365;
}

.navigation {
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 300;
  background-color: #35b7dc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 60em) {
  .navigation {
    height: 100px;
  }
}

.navigation__menu {
  padding: 0;
  list-style-type: none;
  display: none;
  margin: 0;
}

@media screen and (min-width: 60em) {
  .navigation__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.navigation__menu-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 60em) {
  .navigation__menu-mobile {
    display: none;
  }
}

.navigation__menu-mobile svg {
  color: #fff;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  margin-right: 10px;
}

.navigation__menu li {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  position: relative;
}

@media screen and (min-width: 70em) {
  .navigation__menu li {
    padding: 0 15px;
  }
}

.navigation__menu li:hover .dropdown {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.navigation__menu li:last-child {
  padding-right: 0;
}

.navigation__menu li a {
  color: #fff;
  font-size: 1em;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navigation__menu li a:hover {
  color: #fff;
}

.navigation .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}

.navigation .logo img {
  display: inline-block;
  max-height: 56px;
}

.dropdown {
  position: absolute;
  border-top: 1px solid #e4e4e4;
  top: 80px;
  left: 0;
  width: 240px;
  background: #fff;
  padding: 20px;
  z-index: 200;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-top: 2px solid #ff9120;
}

.dropdown__menu {
  margin: 0;
  padding: 0;
}

.dropdown__menu li {
  padding: 0;
  height: auto !important;
  border-bottom: 1px solid #e0e0e0;
}

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

.dropdown__menu li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.dropdown__menu li a {
  font-size: 14px;
  padding: 8px 0;
  color: #203365;
  display: block;
}

.dropdown__menu li a:hover {
  color: #35b7dc;
}

.slider__home {
  height: 300px;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .slider__home {
    height: 500px;
  }
}

.slider__home-item {
  height: 300px;
}

@media screen and (min-width: 48em) {
  .slider__home-item {
    height: 500px;
  }
}

.slider__home .slick-list,
.slider__home .slick-track {
  height: 100%;
}

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

.slider__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider__content-item {
  position: relative;
}

.slider__content-item span {
  position: absolute;
  top: -1.875rem;
  left: 0;
  height: 1.875rem;
  background: #ff9120;
  color: #fff;
  padding: 0 0.625rem;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 0.875em;
}

.slider__content-title {
  position: absolute;
  top: -7em;
  left: -5em;
  opacity: 0.75;
  border-left: 4px solid #ff9120;
  display: inline-block;
  padding: 0.875rem 0.9375rem;
  color: #203365;
  background: #fff;
  font-size: 1.125em;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 600px) {
  .slider__content-title {
    position: absolute;
    top: -10em;
    left: -0.3em;
    font-size: 0.7em;
  }
}

@media screen and (min-width: 48em) {
  .slider__content-title {
    font-size: 2em;
  }
}

.slider__content-title:hover {
  opacity: 1;
}

.slider__content-smallTitle {
  border-left: 4px solid #ff9120;
  display: inline-block;
  padding: 0.625rem 0.9375rem;
  color: #203365;
  background: #fff;
  font-size: 0.875em;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 0.3125rem;
}

@media screen and (min-width: 48em) {
  .slider__content-smallTitle {
    font-size: 1em;
    margin-top: 0.625rem;
  }
}

.slider__content-smallTitle:hover {
  color: #35b7dc;
}

.slider__programs-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.slider__programs-thumbnail {
  width: 6rem;
  height: 6rem;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.slider__programs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.625rem;
  padding-right: 1.875rem;
}

.slider__programs-content h2 {
  font-size: 1em;
  font-weight: 700;
  margin-top: 0;
  color: #203365;
}

.slider__programs-content h2:hover {
  color: #35b7dc;
}

.slider__programs-content span {
  color: #203365;
  font-size: 0.875em;
  opacity: 0.55;
}

.slider__programsWrap {
  margin-top: 1.875rem;
  position: relative;
}

.slider__programsWrap .programs-arrow {
  width: 3.125rem;
  height: 3.125rem;
  background: #203365;
  display: none !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 1.5625rem;
  border-radius: 1.5625rem;
  position: absolute;
  cursor: pointer;
}

.slider__programsWrap .programs-arrow:hover {
  background: #203365;
}

.slider__programsWrap .programs-arrow:hover svg {
  color: #fff;
}

@media screen and (min-width: 90em) {
  .slider__programsWrap .programs-arrow {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.slider__programsWrap .programs-left {
  left: -3.125rem;
  top: 50%;
  margin-top: -1.5625rem;
}

.slider__programsWrap .programs-right {
  right: -3.125rem;
  top: 50%;
  margin-top: -1.5625rem;
}

.slider__programsWrap {
  margin-top: 1.875rem;
  position: relative;
}

.programs-slider-arrow {
  width: 3.125rem;
  height: 3.125rem;
  z-index: 999;
  background: #f5f6f9;
  display: none !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 1.5625rem;
  border-radius: 1.5625rem;
  position: absolute;
  cursor: pointer;
}

.programs-slider-arrow:hover {
  background: #203365;
}

.programs-slider-arrow:hover svg {
  color: #fff;
}

@media screen and (min-width: 10em) {
  .programs-slider-arrow {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.programs-slider-left {
  left: 1.125rem;
  top: 40%;
}

.programs-slider-right {
  right: 1.125rem;
  top: 40%;
}

.page__header {
  background-color: #f9fbfc;
  padding: 0.625rem 0;
  margin-bottom: 1.875rem;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.breadcrumbs__list li {
  font-size: 0.875em;
  margin-right: 0.9375rem;
  position: relative;
}

.breadcrumbs__list li::after {
  content: "/";
  opacity: 0.5;
  margin-left: 15px;
}

.breadcrumbs__list li:last-child::after {
  display: none;
}

.breadcrumbs__list li a {
  color: #203365;
}

.breadcrumbs__list li a:hover {
  color: #35b7dc;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-top: 1.875rem;
}

.pagination .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #35b7dc;
  border-color: #35b7dc;
}

.pagination .page-item:first-child .page-link {
  margin-left: 0;
  -webkit-border-top-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  -webkit-border-bottom-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #203365;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.pagination .page-link:hover {
  z-index: 2;
  color: #35b7dc;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* ▼ NEW PAGINATION */

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.5em;
  text-align: center;
}

.pagination .prev,
.pagination .next {
  display: inline-block;
  width: 3em;
  color: #555;
  line-height: 3em;
  font-size: 0.75em;
}

.pagination .prev:hover,
.pagination .next:hover {
  color: #0092b6;
}

.pagination-list {
  margin-bottom: 0;
  display: inline-block;
  text-align: center;
}

.pagination-list > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em;
}

.pagination-list > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.pagination-list li {
  display: inline-block;
  margin: 0 0.25em;
}

.pagination-list li a {
  display: block;
  padding: 0;
  height: auto;
  width: 3em;
  color: #555;
  line-height: 3em;
  font-size: 0.75em;
  text-align: center;
  border: 1px solid #ddd;
  border-color: rgba(0, 0, 0, 0.1);
  background: #fff;
  cursor: pointer;
  outline: none;
}

.pagination-list li a:hover {
  color: #fff;
  background: #35b7dc;
}

.pagination-list li.active a,
.pagination-list li.active button {
  color: #fff;
  background-color: #35b7dc;
  border-color: rgba(0, 0, 0, 0.3);
}

/* ▲ NEW PAGINATION */

.article__block {
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11),
    0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

.article__block-thumbnail {
  height: 240px;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.contain-image {
  background-size: contain;
  background-position: center;
}
.article__block-content {
  padding: 1.25rem;
}

.article__block-content time {
  opacity: 0.55;
}

.article__block-content h2 {
  font-size: 1.125em;
  line-height: 1.5;
}

.article__block-content .read-more {
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 3px;
  font-size: 0.875em;
}

.article__block-content .read-more svg {
  width: 16px;
  display: block;
  margin-left: 0.375em;
}

.article__single time {
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
  display: block;
}

.article__single h1 {
  margin-top: 0;
  font-size: 2.25em;
  line-height: 1.25;
}

.article__single-content {
  width: 70%;
  margin-top: 2.5rem;
}

.article__single-content > * + * {
  margin-top: 1.875rem;
}

.img-margin {
  margin: 10px;
}

/***************************************
    Share
***************************************/
.share-section {
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border: 1px solid #eee;
  border-left: none;
}
@media screen and (min-width: 48.0625em) {
  .share-section {
    display: table;
    width: 100%;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 48.0625em) {
  .share-section .intro {
    display: table-cell;
    vertical-align: middle;
  }
}
.share-section .intro .section-title {
  position: relative;
  top: -0.7em;
  display: inline-block;
  margin-bottom: 0;
  padding-right: 0.5em;
  font-size: 1.25em;
  text-transform: none;
  background: #fff;
}
@media screen and (min-width: 48.0625em) {
  .share-section .intro .section-title {
    top: -1em;
  }
}
.share-section .intro p {
  font-size: 0.9em;
  color: #999;
}
@media screen and (min-width: 48.0625em) {
  .share-section .share-buttons {
    display: table-cell;
    vertical-align: middle;
    padding: 1.25em 1em;
    text-align: right;
    white-space: nowrap;
  }
}
.share-section .share-buttons > * {
  display: inline-block;
  vertical-align: middle;
}
.share-section .share-tw iframe {
  margin-bottom: 0;
  display: block;
}
.share-section .share-gp {
  font-size: 0;
}
.share-section .share-gp > * {
  display: block;
}
.share-section .share-em a {
  display: block;
  line-height: 18px;
  padding: 0 0.5em;
  font-size: 0.6875em;
  font-weight: 600;
  color: #fff;
  background: #aaa;
  border: 1px solid #aaa;
  border-radius: 0.2em;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.share-section .share-em a:before {
  content: "\f0e0";
  margin-right: 0.4em;
}
.share-section .share-em a:hover {
  background: #888;
  border-color: #666;
}
.article__share-content {
  margin-top: 3.75rem;
  border-left: 4px solid #35b7dc;
  padding: 1px 0 1px 0.9375rem;
}

.article__share-content h4 {
  margin: 0 0 0.625rem 0;
  font-size: 1em;
}

.article__share-content p {
  margin: 0;
}
/***************************************
    Icons
***************************************/
@font-face {
  font-family: "icomoon";
  src: url("../images/font-icons/icomoon.eot?131zed");
  src: url("../images/font-icons/icomoon.eot?131zed#iefix")
      format("embedded-opentype"),
    url("../images/font-icons/icomoon.ttf?131zed") format("truetype"),
    url("../images/font-icons/icomoon.woff?131zed") format("woff"),
    url("../images/font-icons/icomoon.svg?131zed#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.share-em a:before,
.select2-selection__arrow:before,
.arrow-list > li:before,
.checkbox label:before,
.breadcrumbs a:before,
.more a:after,
[class^="font-icons"],
[class*="font-icons"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-doc-excel:before {
  content: "\e90c";
}

.icon-doc-img:before {
  content: "\e90d";
}

.icon-doc-pdf:before {
  content: "\e90e";
}

.icon-doc-powerpoint:before {
  content: "\e90f";
}

.icon-doc-word:before {
  content: "\e910";
}

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

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

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

.icon-video:before {
  content: "\f008";
}

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

.icon-close:before {
  content: "\f00d";
}

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

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

.icon-image:before {
  content: "\f03e";
}

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

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

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

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

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

.icon-facebook:before {
  content: "\f09a";
}

.icon-rss:before {
  content: "\f09e";
}

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

.icon-mail:before {
  content: "\f0e0";
}

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

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

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

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

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

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

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

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

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

.icon-cc-master:before {
  content: "\f1f1";
}

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

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

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

.icon-cc-maestro:before {
  content: "\e90b";
}

.icon-cc-american:before {
  content: "\e90a";
}

.icon-image2:before {
  content: "\e909";
}

.icon-location:before {
  content: "\e908";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-arrow-thin-down:before {
  content: "\e903";
}

.icon-arrow-thin-left:before {
  content: "\e904";
}

.icon-arrow-thin-right:before {
  content: "\e905";
}

.icon-arrow-thin-up:before {
  content: "\e906";
}

.icon-arrow-up:before {
  content: "\e907";
}

.icon-video2:before {
  content: "\e63a";
}
.gallery__thumbnails {
  margin-top: 1.25rem;
}

.gallery__thumbnails-item {
  padding: 0.625rem;
  background: #fff;
}

.gallery__thumbnails-item:focus {
  outline: none;
}

.gallery__thumbnails-item.slick-current .gallery-thumb {
  border-color: #35b7dc;
}

.gallery-thumb {
  width: 100%;
  height: 3.75rem;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: 4px solid transparent;
}

@media screen and (min-width: 48em) {
  .gallery-thumb {
    height: 6.25rem;
  }
}

.widget {
  margin-bottom: 3.125rem;
}

.widget__header {
  margin-bottom: 2.5rem;
}

.widget__content-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.widget__content-nav li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #203365;
  padding: 0.75rem 0.9375rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.widget__content-nav li a svg {
  color: #35b7dc;
  max-height: 20px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.widget__content-nav li a:hover {
  background-color: #ebf1f5;
}

.widget__content-nav li a:hover svg {
  opacity: 1;
}

.widget__content-nav li.active a {
  background-color: #ebf1f5;
}

.widget__content-nav li.active a svg {
  opacity: 1;
}

.widget__relatedNews {
  padding: 0;
  list-style-type: none;
}

.widget__relatedNews li {
  margin-bottom: 1.25rem;
}

.widget__relatedNews li:last-child {
  margin-bottom: 0;
}

.widget__relatedNews li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11),
    0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.widget__relatedNews li a:hover h3 {
  color: #35b7dc;
}

.widget__relatedNews-thumbnail {
  width: 5.625rem;
  height: 5.625rem;
  max-height: 5.625rem;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.widget__relatedNews-article {
  padding: 0.625rem 0.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.widget__relatedNews-article time {
  font-size: 0.875em;
  color: #203365;
  opacity: 0.55;
}

.widget__relatedNews-article h3 {
  margin: 0;
  font-size: 1em;
  color: #203365;
  font-weight: 400;
  margin-top: 0.375rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.widget--navigation {
  background: #f9fbfc;
  padding: 1.875rem 0;
}

.footer {
  margin-top: 3.125rem;
}

.footer-stripe {
  background-color: #f9fbfc;
  margin-top: 3.125rem;
}

.footer__nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-left: 0.625rem;
}

.footer__nav li {
  margin-bottom: 0.625rem;
}

.footer__nav li:last-child {
  margin-bottom: 0;
}

.footer__nav li a {
  color: #203365;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__nav li a svg {
  color: #35b7dc;
  display: block;
  margin-right: 0.625rem;
}

.footer__nav.alt li a svg {
  color: #ff9120;
}

.footer__menu {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1.25rem 0;
  margin: 0;
  list-style-type: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 48em) {
  .footer__menu {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
    -moz-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
}

.footer__menu li {
  margin: 0 8px;
  margin-bottom: 15px;
}

@media screen and (min-width: 48em) {
  .footer__menu li {
    margin-bottom: 0;
  }
}

.footer__menu li a {
  color: #203365;
}

.mobile__menu {
  position: fixed;
  width: 100%;
  z-index: 20000;
  top: -100vh;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, -100vh, 0);
  transform: translate3d(0, -100vh, 0);
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background: #fff;
}

.mobile__menu.show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
}

@media screen and (min-width: 60em) {
  .mobile__menu.show {
    display: none;
  }
}

@media screen and (min-width: 60em) {
  .mobile__menu {
    display: none;
  }
}

.mobile__menu-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
  padding: 0 10px;
  background: #35b7dc;
}

.mobile__menu-header .logo {
  height: 20px;
  display: inline-block;
}

.mobile__menu-header .logo img {
  max-width: 100%;
  width: auto;
  display: block;
  max-height: 20px;
}

.mobile__menu-header .close {
  cursor: pointer;
  color: #fff;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  margin-right: 10px;
}

.mobile__menu-nav {
  padding: 20px;
}

.mobile__menu-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.mobile__menu-list > li {
  margin-bottom: 20px;
}

.mobile__menu-list > li a {
  color: #222;
  font-size: 18px;
}

.mobile__menu-list > li a:hover {
  color: #222;
}

.mobile__menu-list > li:last-child {
  margin-bottom: 0;
}

.mobile__menu-list > li .inner-toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.mobile__menu-list > li .inner-toggler a.toggle {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 20px;
}

.mobile__menu-list > li ul.inner {
  padding: 0;
  padding-left: 20px;
  margin: 0;
  margin-top: 14px;
  list-style-type: none;
  width: 100%;
}

.mobile__menu-list > li ul.inner li {
  width: 100%;
  margin-bottom: 10px;
}

.mobile__menu-list > li ul.inner li:last-child {
  margin-bottom: 0;
}

.mobile__menu-list > li ul.inner li a {
  font-size: 16px;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.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;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/***************************************
  Sliders
***************************************/
.slick-dots {
  margin-bottom: 0;
  text-align: center;
}
.slick-dots > * {
  list-style: none !important;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em;
}
.slick-dots > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 0.25em;
}
.slick-dots li a,
.slick-dots li button {
  display: block;
  padding: 0;
  height: auto;
  width: 2em;
  line-height: 2em;
  font-size: 0.75em;
  text-align: center;
  border: 1px solid #ddd;
  border-color: rgba(0, 0, 0, 0.1);
  background: #fff;
  cursor: pointer;
  outline: none;
}
.slick-dots li a:hover,
.slick-dots li button:hover {
  color: #fff;
  background: #00c0f8;
}
.slick-dots li.slick-active a,
.slick-dots li.slick-active button {
  color: #222;
  background: #eee;
  border-color: rgba(0, 0, 0, 0.3);
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 20;
  margin-top: -0.5em;
  font-size: 2em;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  opacity: 0.4;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media screen and (min-width: 48.0625em) {
  .slick-arrow {
    font-size: 3.5em;
  }
}
.slick-arrow.arrow-prev {
  left: 0;
  font-size: 4em;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff,
    1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.slick-arrow.arrow-prev:before {
  content: "\02c2";
}
.slick-arrow.arrow-next {
  right: 0;
  font-size: 4em;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff,
    1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.slick-arrow.arrow-next:before {
  content: "\02c3";
}
.slick-arrow:hover {
  opacity: 1;
}

.main-slider-section {
  position: relative;
  height: 300px;
  overflow: hidden;
}
@media screen and (min-width: 48.0625em) {
  .main-slider-section {
    height: 400px;
  }
}
@media screen and (min-width: 62em) {
  .main-slider-section {
    /*height: 500px; */
    height: 85vh;
  }
}
.main-slider-section .slider-item {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.main-slider-section .slider-item > img {
  display: none;
}
.main-slider-section .slider-item:after {
  content: "";
  position: absolute;
  top: inherit;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  /* Old Browsers */
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, transparent),
    color-stop(100%, black)
  );
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, black 100%);
  /* IE 10+ */
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  /* IE6-9 */
  opacity: 0.1;
}
.main-slider-section .slider-container {
  width: 80%;
  max-width: 65em;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  height: 300px;
}
@media screen and (min-width: 48.0625em) {
  .main-slider-section .slider-container {
    height: 90%;
  }
}
@media screen and (min-width: 62em) {
  .main-slider-section .slider-container {
    height: 90%;
  }
}
.main-slider-section .slider-container .slider-content {
  position: absolute;
  bottom: 0.5em;
  right: 0;
  left: 0;
}
@media screen and (min-width: 30.0625em) {
  .main-slider-section .slider-container .slider-content {
    left: 20%;
    font-size: 1.1em;
    text-align: right;
  }
}
@media screen and (min-width: 62em) {
  .main-slider-section .slider-container .slider-content {
    bottom: 0;
    font-size: 1.25em;
  }
}
.main-slider-section h3 {
  margin-bottom: 0.3em;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.main-slider-section .tagline {
  color: #fff;
  font-size: 1.5em;
  font-family: "Kaushan Script", Georgia, cursive;
  letter-spacing: -0.02em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
@media screen and (min-width: 30.0625em) {
  .main-slider-section .tagline {
    padding-right: 20%;
  }
}
@media screen and (min-width: 62em) {
  .main-slider-section .tagline {
    margin-top: 0.75em;
    padding-right: 10%;
  }
}
.main-slider-section .slick-dots {
  position: absolute;
  top: 85%;
  left: 10em;
  text-align: right;
}
@media screen and (min-width: 62em) {
  .main-slider-section .slick-dots {
    right: 50%;
    left: 10em;
    top: auto;
    bottom: 20px;
    width: 40%;
    max-width: 520px;
  }
}
.main-slider-section .slick-dots li {
  display: inline-block;
  margin: 0 0.25em;
}
.main-slider-section .slick-dots li a,
.main-slider-section .slick-dots li button {
  height: 1em;
  width: 1em;
  line-height: 1;
  border-color: #fff;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.main-slider-section .slick-dots li a:hover,
.main-slider-section .slick-dots li button:hover {
  background: #fff;
  border-color: #00c0f8;
}
.main-slider-section .slick-dots li.slick-active a,
.main-slider-section .slick-dots li.slick-active button {
  background: #3a4b77;
  border-color: #3a4b77;
}

.main-slider-section {
  position: relative;
  height: 400px;
  overflow: hidden;
}
@media screen and (min-width: 48.0625em) {
  .main-slider-section {
    height: 500px;
  }
}
@media screen and (min-width: 62em) {
  .main-slider-section {
    height: 600px;
  }
}
.main-slider-section .slider-item {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.main-slider-section .slider-item > img {
  display: none;
}
.main-slider-section .slider-container {
  width: 80%;
  max-width: 65em;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  height: 400px;
}
@media screen and (min-width: 48.0625em) {
  .main-slider-section .slider-container {
    height: 500px;
  }
}
@media screen and (min-width: 62em) {
  .main-slider-section .slider-container {
    height: 600px;
  }
}
.main-slider-section .slider-container .slider-content {
  position: absolute;
  bottom: 0.5em;
  right: 0;
  left: 0;
}
@media screen and (min-width: 30.0625em) {
  .main-slider-section .slider-container .slider-content {
    left: 20%;
    font-size: 1.1em;
    text-align: right;
  }
}
@media screen and (min-width: 62em) {
  .main-slider-section .slider-container .slider-content {
    bottom: 0;
    font-size: 1.25em;
  }
}
.main-slider-section h3 {
  margin-bottom: 0.3em;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.main-slider-section .tagline {
  color: #fff;
  font-size: 1.5em;
  font-family: "Kaushan Script", Georgia, cursive;
  letter-spacing: -0.02em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
@media screen and (min-width: 30.0625em) {
  .main-slider-section .tagline {
    padding-right: 20%;
  }
}
@media screen and (min-width: 62em) {
  .main-slider-section .tagline {
    margin-top: 0.75em;
    padding-right: 10%;
  }
}
.main-slider-section .slick-dots li a,
.main-slider-section .slick-dots li button {
  height: 1em;
  width: 1em;
  line-height: 1;
  border-radius: 50%;
  border-color: black;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
/***************************************
  Banners
***************************************/
.grid.banner {
  background: #ddf1f7;
}
.banner-section .container {
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.5em 1.5em 0.5em 0.5em;
}

.banner-list {
  margin-bottom: 0;
}
.banner-list > * {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em;
}
.banner-list > *:before {
  width: 5%;
  height: 20%;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.banner-list > li {
  margin-bottom: 1em;
  padding-left: 1.5em;
  width: auto;
}
@media screen and (min-width: 30.0625em) {
  .banner-list > li {
    width: 33.3334%;
  }
}
@media screen and (max-width: 540px) {
  .banner-list > li {
    width: 51%;
    margin-left: -10%;
  }
}
@media screen and (min-width: 48.0625em) {
  .banner-list > li {
    width: 25%;
  }
}
@media screen and (min-width: 62em) {
  .banner-list > li {
    width: 24%;
  }
}
.banner-list a {
  position: relative;
  display: block;
  opacity: 0.8;
}
.banner-list a img {
  width: 100%;
}
.banner-list a span {
  position: absolute;
  bottom: 0.75em;
  left: 0;
  padding: 0.5em;
  font-size: 0.6125em;
  text-transform: uppercase;
  color: #222;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.banner-list a:hover {
  opacity: 1;
}
.banner-list a:hover span {
  background: #fff;
}

/***************************************
  Pollen
***************************************/
.pollen-bar {
  text-align: center;
}
.pollen-bar span {
  display: inline-block;
  vertical-align: bottom;
  width: 0.75em;
  height: 0.75em;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.pollen-low .pollen-bar span:first-child {
  background: #97d000;
  border-color: #97d000;
}
.pollen-low .pollen-bar span:first-child + span {
  background: #97d000;
  border-color: #97d000;
}
.pollen-low .pollen-value {
  color: #97d000;
}

.pollen-medium .pollen-bar span:first-child {
  background: #ffcd00;
  border-color: #ffcd00;
}
.pollen-medium .pollen-bar span:first-child + span,
.pollen-medium .pollen-bar span:first-child + span + span {
  background: #ffcd00;
  border-color: #ffcd00;
}
.pollen-medium .pollen-value {
  color: #ffcd00;
}

.pollen-high .pollen-bar span:first-child {
  background: #f81c00;
  border-color: #f81c00;
}
.pollen-high .pollen-bar span:first-child + span,
.pollen-high .pollen-bar span:first-child + span + span,
.pollen-high .pollen-bar span:first-child + span + span + span {
  background: #f81c00;
  border-color: #f81c00;
}
.pollen-high .pollen-value {
  color: #f81c00;
}

.pollen-section {
  margin-bottom: 1.5em;
}
.pollen-section .pollen-item {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: center;
  border: 1px solid #eee;
}
.pollen-section .pollen-item h5 {
  margin-bottom: 0.5em;
  font-size: 1.125em;
  font-weight: 400;
  color: #555;
}
.pollen-section .pollen-item .pollen-bar {
  margin-bottom: 1em;
}
.pollen-section .pollen-item .pollen-bar span:first-child + span {
  height: 1.5em;
}
.pollen-section .pollen-item .pollen-bar span:first-child + span + span {
  height: 2.25em;
}
.pollen-section .pollen-item .pollen-bar span:first-child + span + span + span {
  height: 3em;
}
.pollen-section .pollen-item .pollen-value {
  display: none;
  font-weight: 700;
}
@media screen and (min-width: 30.0625em) {
  .pollen-section .pollen-item .pollen-value {
    display: block;
    margin-top: -0.5em;
  }
}
.pollen-value {
  margin-bottom: 10px !important;
}
.pollen-item h5 {
  margin-top: 0px;
}
.pollen-description {
  margin-top: 0px;
  margin-bottom: 10px !important;
}
.pollen-table {
  display: table;
  width: 100%;
  margin-bottom: 1.5em;
}
.pollen-table .pollen-head {
  display: table-row;
}
.pollen-table .pollen-head .pollen-column {
  border-bottom: 2px solid #eee;
}
.pollen-table .pollen-row {
  display: table-row;
}
.pollen-table .pollen-row .column-1 p {
  color: #777;
}
.pollen-table .pollen-column {
  display: table-cell;
  text-align: center;
  padding: 0.5em 0.1em;
  border-bottom: 1px solid #eee;
}
.pollen-table .pollen-column.column-1 {
  text-align: left;
}
@media screen and (min-width: 30.0625em) {
  .pollen-table .pollen-column.column-2,
  .pollen-table .pollen-column.column-3,
  .pollen-table .pollen-column.column-4 {
    width: 7em;
  }
}
.pollen-table .pollen-column.column-2 p,
.pollen-table .pollen-column.column-3 p,
.pollen-table .pollen-column.column-4 p {
  font-size: 0.8125em;
  font-weight: 600;
}
.pollen-table .pollen-column p {
  margin-bottom: 0;
}
.pollen-table .pollen-bar span {
  display: none;
}
@media screen and (min-width: 30.0625em) {
  .pollen-table .pollen-bar span {
    display: inline-block;
  }
}
.pollen-table .pollen-bar span:first-child {
  display: inline-block;
}

.pollen-legend {
  margin-bottom: 1.5em;
}
.pollen-legend h5 {
  margin-bottom: 0.5em;
}
.pollen-legend .pollen-bar {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.pollen-legend .pollen-bar span {
  display: block;
}
.pollen-legend p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 0.85em;
  font-weight: 600;
  line-height: 1.3;
  color: #203365;
}
