@charset "UTF-8";
/* =========================================================================

    Project: Civic
    Author: Xfive
    Last updated: @@timestamp
@@toc

   ========================================================================= */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/* 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;
  -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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

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

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.woff2?lcdvrw") format("woff2"), url("../fonts/icomoon.ttf?lcdvrw") format("truetype"), url("../fonts/icomoon.woff?lcdvrw") format("woff"), url("../fonts/icomoon.svg?lcdvrw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon, .link-more:after, .checkbox-label:after, .box--video .box-img-cont:before, .side-menu li.active:before, .accordion-btn:before, .check-list li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.icon-select-down .path1:before {
  content: "\e912";
  color: #00c1de;
}

.icon-select-down .path2:before {
  content: "\e913";
  margin-left: -1em;
  color: white;
}

.icon-facebook-color .path1:before {
  content: "\e90c";
  color: #3d5999;
}

.icon-facebook-color .path2:before {
  content: "\e90d";
  margin-left: -1em;
  color: white;
}

.icon-linkedin-color .path1:before {
  content: "\e90e";
  color: #007ab5;
}

.icon-linkedin-color .path2:before {
  content: "\e90f";
  margin-left: -1em;
  color: white;
}

.icon-linkedin-color .path3:before {
  content: "\e910";
  margin-left: -1em;
  color: white;
}

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

.icon-check:before, .check-list li:before {
  content: "\e90b";
}

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

.icon-plus:before, .accordion-btn:before {
  content: "\e90a";
}

.icon-video:before, .box--video .box-img-cont:before {
  content: "\e908";
}

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

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

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

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

.icon-angle-right:before, .side-menu li.active:before {
  content: "\e901";
}

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

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

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

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

.table-links-list li:after, .clerfix:after {
  content: "";
  display: table;
  clear: both;
}

.box--video .box-img-cont:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slide-panel-btn:hover, .slide-panel-btn:focus {
  outline: 0;
}

.select,
#gform_fields_8  select,
.gform_wrapper.gf_browser_chrome .select, .goog-te-gadget select.goog-te-combo, .blog-nav-select {
  border: 0;
  outline: 0;
  padding: 0;
  max-width: 100%;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#field_8_5,#field_8_10 { margin-top:30px!important; width:100%;}

#gform_fields_8 { list-style: none!important; }
/*.wysiwyg ul li:before { content:''!important; }*/
.page-id-539 .hero-img.slick-initialized img,.home .hero-img.slick-initialized img { width:100%; }
.gform_wrapper .gform_body { width:100%; }
.gform_wrapper ul.gform_fields li.gfield { padding-right:12px; }
#gform_wrapper_8 input[type="submit"] { margin-left:12px; }
#field_8_10 { padding-right:16px; }
.select::-ms-expand,
.gform_wrapper.gf_browser_chrome .select::-ms-expand, .goog-te-gadget select.goog-te-combo::-ms-expand, .blog-nav-select::-ms-expand {
  display: none;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.26;
  color: #405364;
}

a {
  color: #0090bf;
  text-decoration: underline;
}

a:hover {
  color: #748694;
  text-decoration: none;
}

p {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.container {
  max-width: 1039px;
  padding: 0 10px;
  margin: 0 auto;
}

/* newsletter form */
#gform_9 input[type="text"] {
    min-height: 43px;
    color: #232323;
    width: 100%;
}
#gform_9 label.gfield_label {
    font-size: 1.3rem !important;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: normal;
}
#gform_wrapper_9 ul.gform_fields li.gfield {
    margin-top: 8px;
}
input#gform_submit_button_9 {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    background: initial;
    border: none;
    font-weight: 700;
    font-size: 15px;
    padding-left: 0;
}
input#gform_submit_button_9:hover {
  text-decoration: underline;
}
div#gform_wrapper_9 {
    margin-top: 8px;
}
#gform_9 .gform_footer.top_label {
    padding-top: 0;
    margin-top: 4px;
}

@media screen and (min-width: 1024px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

@media screen and (min-width: 1024px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

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

.col-xs {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
      flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
      flex-basis: 16.667%;
  max-width: 16.667%;
}

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

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
      flex-basis: 41.667%;
  max-width: 41.667%;
}

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

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
      flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
      flex-basis: 66.667%;
  max-width: 66.667%;
}

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

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
      flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
      flex-basis: 91.667%;
  max-width: 91.667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
      -ms-flex-align: start;
              -ms-grid-row-align: flex-start;
          align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
      -ms-flex-align: end;
              -ms-grid-row-align: flex-end;
          align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 768px) {
  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-offset-1,
  .col-xs-offset-2,
  .col-xs-offset-3,
  .col-xs-offset-4,
  .col-xs-offset-5,
  .col-xs-offset-6,
  .col-xs-offset-7,
  .col-xs-offset-8,
  .col-xs-offset-9,
  .col-xs-offset-10,
  .col-xs-offset-11,
  .col-xs-offset-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
        -ms-flex-align: end;
                -ms-grid-row-align: flex-end;
            align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 1024px) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
        -ms-flex-align: end;
                -ms-grid-row-align: flex-end;
            align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 1440px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
        -ms-flex-align: end;
                -ms-grid-row-align: flex-end;
            align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.content {
  padding-bottom: 30px;
}

.col-space {
  margin-bottom: 20px !important;
}

@media screen and (min-width: 768px) {
  .col-fill-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-fill-sm > * {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .col-fill-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-fill-md > * {
    width: 100%;
  }
}

.page-title {
  margin: 0 0 24px;
}

.js-sidebar {
  position: relative;
}

.js-sidebar.stick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sidebar {
  top: 0;
}

.stick > .sidebar,
.stuck > .sidebar {
  overflow-y: auto;
  max-width: 240px;
  padding-bottom: 20px;
}

.stick > .sidebar {
  position: static;
}

.stuck > .sidebar {
  position: fixed;
  max-height: 100%;
}

.heading,
.h1,
.wysiwyg h1,
.call,
.h2,
.wysiwyg h2,
.h3,
.wysiwyg h3,
.table th,
.wysiwyg table th,
.h4,
.wysiwyg h4,
.h5,
.wysiwyg h5,
.box-category,
.check-list li,
.description-list-title {
  color: #0090bf;
}

.heading,
.h1,
.wysiwyg h1,
.call,
.h2,
.wysiwyg h2,
.h3,
.wysiwyg h3,
.table th,
.wysiwyg table th {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.h1, .wysiwyg h1, .call,
.h1-font {
  font-size: 30px;
  font-size: 3rem;
}

.h2, .wysiwyg h2,
.h2-font,
.boxes--big .heading {
  font-size: 20px;
  font-size: 2rem;
}

.h3, .wysiwyg h3, .table th, .wysiwyg table th,
.h3-font,
.boxes--small .heading {
  font-size: 15px;
  font-size: 1.5rem;
}

.h4, .wysiwyg h4,
.h4-font,
blockquote {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
}

.h5, .wysiwyg h5, .box-category, .check-list li, .description-list-title {
  font-weight: 700;
}

.wysiwyg h1 {
  margin: 24px 0;
}

.wysiwyg h2 {
  margin: 18px 0;
}

.wysiwyg h3 {
  margin: 11px 0;
}

.wysiwyg h4 {
  margin: 18px 0;
}

.wysiwyg h5 {
  margin: 11px 0;
}

.wysiwyg a[href]:not([class]) {
  font-weight: 700;
}

.wysiwyg p {
  margin: 11px 0;
}

.wysiwyg p:first-child {
  margin-top: 0;
}

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

.wysiwyg b,
.wysiwyg strong {
  font-weight: 700;
}

.wysiwyg ul,
.wysiwyg ol {
  margin: 11px 0;
}

.wysiwyg ul li,
.wysiwyg ol li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 12px;
}

.wysiwyg ul li:before,
.wysiwyg ol li:before {
  position: absolute;
}

.wysiwyg ul li:not(:last-child),
.wysiwyg ol li:not(:last-child) {
  margin-bottom: 11px;
}

.wysiwyg .h2 + ul, .wysiwyg h2 + ul,
.wysiwyg .h2 + ol, .wysiwyg h2 + ol,
.wysiwyg .h4 + ul, .wysiwyg h4 + ul,
.wysiwyg .h4 + ol, .wysiwyg h4 + ol,
.wysiwyg .h4 + ol, .wysiwyg h4 + ol {
  margin-top: -9px;
}

.wysiwyg .h3 + ul, .wysiwyg h3 + ul, .wysiwyg .table th + ul, .table .wysiwyg th + ul, .wysiwyg table th + ul,
.wysiwyg .h3 + ol, .wysiwyg h3 + ol,
.wysiwyg .table th + ol, .table
.wysiwyg th + ol, .wysiwyg table th + ol,
.wysiwyg .h5 + ul, .wysiwyg h5 + ul,
.wysiwyg .box-category + ul,
.wysiwyg .check-list li + ul, .check-list
.wysiwyg li + ul,
.wysiwyg .description-list-title + ul,
.wysiwyg .h5 + ol, .wysiwyg h5 + ol,
.wysiwyg .box-category + ol,
.wysiwyg .check-list li + ol, .check-list
.wysiwyg li + ol,
.wysiwyg .description-list-title + ol {
  margin-top: 0;
}

.wysiwyg ul li {
  position: relative;
}

.wysiwyg ul li:before {
  content: '•';
  top: 0px;
  left: 2px;
}

.wysiwyg ol {
  padding: 0;
  list-style: none;
  counter-reset: item;
}

.wysiwyg ol li:before {
  left: 0;
  content: counter(item) ".";
  counter-increment: item;
}

.wysiwyg *:first-child {
  margin-top: 0;
}

.wysiwyg *:lat-child {
  margin-bottom: 0;
}

blockquote {
  margin-left: 0;
  margin-right: 0;
}

.link-blue, .btn-text, .pagination-left,
.pagination-right, .accordion-btn span, .table-links-list a, .porcelain-cont .link-more,
.white-cont .link-more {
  font-weight: 700;
  color: #0090bf;
  text-decoration: underline;
}

.link-blue:hover, .btn-text:hover, .pagination-left:hover,
.pagination-right:hover, .accordion-btn span:hover, .table-links-list a:hover, .porcelain-cont .link-more:hover,
.white-cont .link-more:hover {
  color: #748694;
  text-decoration: none;
}

.link-java, .media-list a {
  color: #1fc3df;
}

.link-java:hover, .media-list a:hover {
  color: #748694;
}

.link-white, .blue-cont a, .fiord a, .fiord-cont a {
  color: #fff;
}

.link-fiord, .breadcrumbs a, .side-menu a, .social-icons--fiord a, .search-el-link {
  color: #405364;
}

.link-no-underline, .h2 a, .wysiwyg h2 a,
.h2-font a, .boxes--big .heading a, .breadcrumbs a, .comp-col-title a, .side-menu a, .media-list a, .table-links-list a, .pagination ul a, .pagination .page-numbers {
  text-decoration: none;
}

.link-no-underline:hover, .h2 a:hover, .wysiwyg h2 a:hover,
.h2-font a:hover, .boxes--big .heading a:hover, .breadcrumbs a:hover, .comp-col-title a:hover, .side-menu a:hover, .media-list a:hover, .table-links-list a:hover, .pagination ul a:hover, .pagination .page-numbers:hover {
  text-decoration: underline;
}

.link-more {
  text-decoration: none !important;
  font-weight: 700;
}

.link-more > span {
  text-decoration: underline;
}

.link-more:after {
  content: '\e901';
  font-size: .6em;
  margin-left: 5px;
}

.link-more:hover span {
  text-decoration: none;
}

.form--slim .form-el {
  margin-bottom: 8px;
}

.form--narrow .form-el {
  max-width: 460px;
}

.form--disabled {
  opacity: .5;
  pointer-events: none;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

.form-fieldset {
  border: 0;
  padding: 0;
}

.form-label {
  display: block;
  margin-bottom: 9px;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
}

.form-el {
  margin-bottom: 19px;
}

.form-el input[type="text"],
.form-el input[type="email"],
.form-el input[type="tel"],
.form-el input[type="file"],
.form-el textarea {
  width: 100%;
  padding: 11px 10px;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  letter-spacing: .02em;
  color: #232323;
  background: #fff;
  border: 0;
}

.form-el input[type="text"],
.form-el input[type="email"],
.form-el input[type="tel"],
.form-el input[type="file"] {
  min-height: 43px;
}

.form-el textarea {
  min-height: 80px;
  resize: vertical;
}

.form-el.form-expire input {
  width: 49%;
}

.form-el.form-expire .expire-input-second {
  margin-left: 2%;
}
#gform_fields_8  select,
.select,
.gform_wrapper.gf_browser_chrome .select {
  padding: 11px 10px;
  width: 100%;
  height: 43px;
  color: #405364;
  background: #fff url("../img/icon_select-down.svg") no-repeat right center;
}
#gform_fields_8  select{height:33px;padding:6px 10px;background-size:auto 27px;}
#gform_wrapper_8 .ginput_container input,#gform_wrapper_8 .ginput_container textarea{color:#405364!important;} 
#gform_wrapper_8 input[type="submit"]{
	background: #fdb414 ;
	color: #405364;
	border: 0 none;
	display: inline-block;
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	height: 44px;
	max-width: 100%;
	padding: 5px 30px;
	text-align: center;
	text-decoration: none;
	transition: all 0.1s ease-in-out 0s;
}
.form-radio-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-checkbox-el {
  margin-bottom: 10px;
}

.radio input[type=radio] {
  display: none;
}

.radio input[type=radio]:checked + .radio-label:after {
  opacity: 1;
}

.checkbox input[type=checkbox] {
  display: none;
}

.checkbox input[type=checkbox]:checked + .checkbox-label:after {
  opacity: 1;
}

.checkbox-label,
.radio-label {
  display: block;
  position: relative;
  padding-top: 1px;
  padding-left: 30px;
  text-align: left;
}

.checkbox-label:not(:last-child),
.radio-label:not(:last-child) {
  margin-right: 30px;
}

.checkbox-label:before, .checkbox-label:after,
.radio-label:before,
.radio-label:after {
  position: absolute;
}

.checkbox-label:before,
.radio-label:before {
  content: '';
  top: 0;
  left: 0;
  display: block;
  width: 21px;
  height: 21px;
  border: 3px solid #748694;
}

.checkbox-label:after,
.radio-label:after {
  content: '';
  position: absolute;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
}

.radio-label:before {
  border-radius: 50%;
}

.radio-label:after {
  border-radius: 50%;
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  background: #748694;
}

.checkbox-label:after {
  top: 6px;
  left: 5px;
  content: "\e90b";
  color: #748694;
  font-size: 11px;
}

.validation_error {
  color: #db3939;
  margin-bottom: 10px;
}

.gfield_description.validation_message {
  margin-top: 10px;
  margin-bottom: 0;
  color: #db3939;
}

.form.blue-cont .radio-label:before,
.form.fiord-cont .radio-label:before {
  border-color: #fff;
}

.form.blue-cont .radio-label:after,
.form.fiord-cont .radio-label:after {
  background: #fff;
}

.form.blue-cont .checkbox-label:before,
.form.fiord-cont .checkbox-label:before {
  border-color: #fff;
}

.form.blue-cont .checkbox-label:after,
.form.fiord-cont .checkbox-label:after {
  color: #fff;
}

.gform_wrapper .gsection {
  padding: 0;
  border: 0;
}

.btn {
  display: inline-block;
  max-width: 100%;
  height: 44px;
  padding: 5px 30px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  background: transparent;
  border: 0;
}

.btn:disabled {
  pointer-events: none;
  color: #fff;
  border: 0;
}

.btn:hover {
  color: #748694;
  text-decoration: none;
  background: #edf2f3;
}

.btn--big {
  height: 50px;
  font-size: 20px;
  font-size: 2rem;
}

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

.btn-main, .form.panel .btn {
  color: #fff;
  background: #1fc3df;
}

.btn-light {
  color: #405364;
  background: #fdb414;
}

.btn-dark {
  color: #fff;
  background: #405364;
}

.btn-sun, .form.blue-cont .btn, .form.fiord-cont .btn {
  color: #405364;
  background: #fdb414;
}

.btn-gold {
  color: #405364;
  background: #ffd602;
}

.btn-text, .pagination-left,
.pagination-right {
  padding: 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  border: 0;
  background: transparent;
}

a.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  padding: 5px 3px 0 3px;
  max-width: 96%;
  /* Image does not overflow the content area */
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
}

.wp-caption.aligncenter {
  margin: 5px auto 20px auto;
}

.wp-caption.alignnone {
  margin: 5px auto 20px auto;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  width: auto;
  height: auto;
  max-width: 98.5%;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.language {
  height: 100%;
  overflow: hidden;
}

#google_translate_element {
  height: 39px;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  #google_translate_element {
    height: 50px;
  }
}

.goog-te-gadget img {
  display: none;
}

.language .goog-te-gadget-simple {
  padding: 0;
  background: transparent;
  border: 0;
}

.language .goog-te-gadget-simple .goog-te-menu-value {
  padding-right: 20px;
  color: #fff;
  margin: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  background: url("../img/icon_select-arr-down-white.svg") no-repeat calc(100% - 5px) calc(50% + 2px);
}

.language .goog-te-gadget-simple .goog-te-menu-value span:not(:first-child) {
  display: none;
}

.goog-te-gadget select.goog-te-combo {
  width: 135px !important;
  height: 50px;
  margin: 0 !important;
  padding-right: 13px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
}

.goog-te-gadget select.goog-te-combo * {
  color: #000;
}

.goog-logo-link {
  display: none !important;
}

.large-font {
  font-size: 80% !important;
}

.large-font .header-top,
.large-font .goog-te-gadget select.goog-te-combo {
  font-size: 12px;
  font-size: 1.2rem;
}

.large-font .header-bottom-right {
  padding: 5px 0;
}

.large-font .header-bottom-right li {
  display: block;
}

.dyslexie body,
.dyslexie .font-second,
.dyslexie .blog-nav-select,
.dyslexie .heading,
.dyslexie .h1,
.dyslexie .wysiwyg h1, .wysiwyg
.dyslexie h1,
.dyslexie .call,
.dyslexie .h2,
.dyslexie .wysiwyg h2, .wysiwyg
.dyslexie h2,
.dyslexie .h3,
.dyslexie .wysiwyg h3, .wysiwyg
.dyslexie h3,
.dyslexie .table th, .table
.dyslexie th,
.dyslexie .wysiwyg table th, .wysiwyg table
.dyslexie th,
.dyslexie .second-nav a,
.dyslexie .goog-te-gadget select.goog-te-combo,
.dyslexie .btn-text,
.dyslexie .pagination-left,
.dyslexie
.pagination-right,
.dyslexie .btn,
.dyslexie .blog-nav-select {
  font-family: 'OpenDyslexic', Helvetica, Arial, sans-serif !important;
}

.dyslexie .header-bottom-right {
  padding: 5px 0;
}

.dyslexie .header-bottom-right li {
  display: block;
}

.dyslexie .hero-text br {
  display: none;
}

html {
  -webkit-transition: -webkit-filter 0.1s ease-in-out;
  transition: -webkit-filter 0.1s ease-in-out;
  transition: filter 0.1s ease-in-out;
  transition: filter 0.1s ease-in-out, -webkit-filter 0.1s ease-in-out;
}

.contrast .select,
.contrast .site-name span,
.contrast .category-box-img,
.contrast .box-img,
.contrast .banner-bg,
.contrast .social-icons--color a,
.contrast img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id=…cale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale") !important;
  -webkit-filter: grayscale(1) !important;
  filter: grayscale(1) !important;
  -webkit-filter: gray !important;
          filter: gray !important;
}

.contrast .table-links-list li,
.contrast .media-list li,
.contrast .pagination ul a {
  border-color: #000;
}

.contrast .table-links-list.blue-cont li {
  border-color: #fff;
}

.contrast .newsletter-box,
.contrast .blue-cont,
.contrast .fiord-cont,
.contrast .category-box,
.contrast .blue-cont {
  background: #000 !important;
  color: #fff !important;
}

.contrast .accordion-btn:before,
.contrast .pagination ul li.current a,
.contrast .header-top,
.contrast .footer-top,
.contrast .second-nav .current > a,
.contrast .second-nav-sub,
.contrast .second-nav-sub:after,
.contrast .second-nav .has-submenu:hover {
  background: #000 !important;
}

.contrast .call span,
.contrast .h5,
.contrast .wysiwyg h5, .wysiwyg
.contrast h5,
.contrast .box-category,
.contrast .check-list li, .check-list
.contrast li,
.contrast .description-list-title,
.contrast .check-list li,
.contrast .description-list li:before,
.contrast .description-list-title,
.contrast .breadcrumbs li:last-child,
.contrast .slide-panel-btn .icon,
.contrast .slide-panel-btn .link-more:after,
.contrast .slide-panel-btn .checkbox-label:after,
.contrast .slide-panel-btn .box--video .box-img-cont:before, .box--video
.contrast .slide-panel-btn .box-img-cont:before,
.contrast .slide-panel-btn .side-menu li.active:before, .side-menu
.contrast .slide-panel-btn li.active:before,
.contrast .slide-panel-btn .accordion-btn:before,
.contrast .slide-panel-btn .check-list li:before, .check-list
.contrast .slide-panel-btn li:before,
.contrast .wysiwyg h4,
.contrast a.white-cont:hover,
.contrast a.porcelain-cont:hover,
.contrast .white-cont,
.contrast .porcelain-cont,
.contrast body,
.contrast .heading,
.contrast .h1,
.contrast .wysiwyg h1, .wysiwyg
.contrast h1,
.contrast .call,
.contrast .h2,
.contrast .wysiwyg h2, .wysiwyg
.contrast h2,
.contrast .h3,
.contrast .wysiwyg h3, .wysiwyg
.contrast h3,
.contrast .table th, .table
.contrast th,
.contrast .wysiwyg table th, .wysiwyg table
.contrast th,
.contrast .active > .header-search-btn-toggle {
  color: #000 !important;
}

.contrast .comp-col-title a,
.contrast .link-blue,
.contrast .btn-text,
.contrast .pagination-left,
.contrast
.pagination-right,
.contrast .accordion-btn span, .accordion-btn
.contrast span,
.contrast .table-links-list a, .table-links-list
.contrast a,
.contrast .porcelain-cont .link-more, .porcelain-cont
.contrast .link-more,
.contrast
.white-cont .link-more,
.white-cont
.contrast .link-more,
.contrast .white-cont .link-more,
.contrast .social-icons--color a,
.contrast .search-form button,
.contrast .wysiwyg a,
.contrast .pagination ul a,
.contrast .link-java,
.contrast .media-list a, .media-list
.contrast a,
.contrast .porcelain-cont a,
.contrast .white-cont a,
.contrast .header-bottom-right a,
.contrast .link-fiord,
.contrast .breadcrumbs a, .breadcrumbs
.contrast a,
.contrast .side-menu a, .side-menu
.contrast a,
.contrast .social-icons--fiord a, .social-icons--fiord
.contrast a,
.contrast .search-el-link,
.contrast .second-nav > li:hover > a,
.contrast .main-nav .current a,
.contrast .second-nav > li > a,
.contrast a,
.contrast .header-search-submit {
  color: #000 !important;
}

.contrast .comp-col-title a:hover,
.contrast .link-blue:hover,
.contrast .btn-text:hover,
.contrast .pagination-left:hover,
.contrast
.pagination-right:hover,
.contrast .accordion-btn span:hover, .accordion-btn
.contrast span:hover,
.contrast .table-links-list a:hover, .table-links-list
.contrast a:hover,
.contrast .porcelain-cont .link-more:hover, .porcelain-cont
.contrast .link-more:hover,
.contrast
.white-cont .link-more:hover,
.white-cont
.contrast .link-more:hover,
.contrast .white-cont .link-more:hover,
.contrast .social-icons--color a:hover,
.contrast .search-form button:hover,
.contrast .wysiwyg a:hover,
.contrast .pagination ul a:hover,
.contrast .link-java:hover,
.contrast .media-list a:hover, .media-list
.contrast a:hover,
.contrast .porcelain-cont a:hover,
.contrast .white-cont a:hover,
.contrast .header-bottom-right a:hover,
.contrast .link-fiord:hover,
.contrast .breadcrumbs a:hover, .breadcrumbs
.contrast a:hover,
.contrast .side-menu a:hover, .side-menu
.contrast a:hover,
.contrast .social-icons--fiord a:hover, .social-icons--fiord
.contrast a:hover,
.contrast .search-el-link:hover,
.contrast .second-nav > li:hover > a:hover,
.contrast .main-nav .current a:hover,
.contrast .second-nav > li > a:hover,
.contrast a:hover,
.contrast .header-search-submit:hover {
  color: #000 !important;
}

.contrast .newsletter-box .heading,
.contrast .blue-cont h1,
.contrast .blue-cont .h1,
.contrast .blue-cont .wysiwyg h1, .wysiwyg
.contrast .blue-cont h1,
.contrast .blue-cont .call,
.contrast .blue-cont h2,
.contrast .blue-cont .h2,
.contrast .blue-cont .wysiwyg h2, .wysiwyg
.contrast .blue-cont h2,
.contrast .blue-cont h3,
.contrast .blue-cont h4,
.contrast .blue-cont h5,
.contrast .blue-cont a,
.contrast .fiord-cont h1,
.contrast .fiord-cont h2,
.contrast .fiord-cont h3,
.contrast .fiord-cont h4,
.contrast .fiord-cont h5,
.contrast .fiord-cont a,
.contrast .pallet-blue .main-nav .current > a,
.contrast .pallet-blue .section:first-child > .container > .heading,
.contrast .blue-cont .heading,
.contrast .fiord-cont .heading,
.contrast .contact-box-title,
.contrast .category-box-text,
.contrast .footer .h3,
.contrast .footer .wysiwyg h3, .wysiwyg
.contrast .footer h3,
.contrast .footer .table th, .table
.contrast .footer th,
.contrast .footer .wysiwyg table th, .wysiwyg table
.contrast .footer th,
.contrast .second-nav-sub-title,
.contrast .second-nav .current > a {
  color: #fff !important;
}

.contrast .pagination ul li.current a,
.contrast button,
.contrast a.heading,
.contrast a.h1,
.contrast a.call,
.contrast a.h2,
.contrast a.h3,
.contrast a,
.contrast a.heading .second-nav-sub a,
.contrast .category-box-title,
.contrast .second-nav > .has-submenu:hover > a {
  color: #fff !important;
}

.contrast .pagination ul li.current a:hover,
.contrast button:hover,
.contrast a.heading:hover,
.contrast a.h1:hover,
.contrast a.call:hover,
.contrast a.h2:hover,
.contrast a.h3:hover,
.contrast a:hover,
.contrast a.heading .second-nav-sub a:hover,
.contrast .category-box-title:hover,
.contrast .second-nav > .has-submenu:hover > a:hover {
  color: #fff !important;
}

.contrast a.btn,
.contrast button.btn,
.contrast .btn {
  color: #000 !important;
  background: #fff !important;
  border: 1px solid #000 !important;
}

.contrast a.btn:hover,
.contrast button.btn:hover,
.contrast .btn:hover {
  color: #000 !important;
  text-decoration: underline;
}

.contrast .second-nav > li > a:hover {
  text-decoration: underline;
}

.contrast .pallet-blue .section:first-child,
.contrast .pallet-blue .header,
.contrast .pallet-blue .header-bottom,
.contrast .pallet-blue .main-nav .current,
.contrast .pallet-blue .main-nav .current,
.contrast .pallet-blue .main-nav .current_page_parent,
.contrast .pallet-blue .main-nav .current-page-ancestor {
  background: #000;
}

.contrast .pallet-blue .second-nav > li > a:hover {
  color: #fff !important;
}

.contrast .pallet-blue .header-bottom-right a {
  color: #fff !important;
}

@media screen and (min-width: 1024px) {
  .contrast .second-nav-sub {
    border-top: 1px solid #1fc3df;
    border-left: 0;
  }
  .contrast .pallet-blue .second-nav > li > a {
    color: #fff !important;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  padding: 0 10px;
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .header {
    display: block;
    position: relative;
    height: auto;
    padding: 0 0 20px;
  }
}

.body-bag {
  padding-top: 64px;
}

@media screen and (min-width: 1024px) {
  .body-bag {
    padding-top: 0;
  }
}

.lines-button {
  padding: 16px 0;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.lines-button:hover {
  opacity: 1;
}

.lines-button:active {
  -webkit-transition: 0;
  transition: 0;
  background: rgba(0, 0, 0, 0.1);
}

.lines {
  display: block;
  width: 32px;
  height: 4px;
  background: #0090bf;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.lines:before, .lines:after {
  display: block;
  width: 32px;
  height: 4px;
  background: #0090bf;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 2.2857142857px center;
          transform-origin: 2.2857142857px center;
}

.lines:before {
  top: 8px;
}

.lines:after {
  top: -8px;
}

.lines-button.active .lines {
  background: transparent;
}

.lines-button.active .lines:before, .lines-button.active .lines:after {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  top: 0;
  width: 32px;
}

.lines-button.active .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.active .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

.header-btn-toggle {
  background: transparent;
  border: 0;
}

.header-top {
  position: fixed;
  width: 50%;
  top: 64px;
  left: 0;
  height: calc(100% - 64px);
  border-top: 1px solid #edf2f3;
  background: #405364;
  overflow-y: auto;
  display: none;
}

.active .header-top {
  display: block;
}

.header-top a,
.header-top button {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .header-top .container {
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .header-top {
    display: block !important;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
    overflow: visible;
    height: auto;
  }
  .header-top > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header-accessibility {
  margin-top: 40px;
}

.header-accessibility li {
  border: 1px solid #5d707f;
  border-width: 1px 0 0 0;
}

.header-accessibility button {
  padding: 0;
  background: none;
  border: 0;
  width: 100%;
  text-align: left;
}

.header-accessibility a,
.header-accessibility button {
  display: block;
  padding: 10px 10px;
}

.header-accessibility a:hover,
.header-accessibility button:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .header-accessibility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 auto;
  }
  .header-accessibility li {
    border-width: 0 0 0 1px;
  }
  .header-accessibility a,
  .header-accessibility button {
    padding: 16px 8px;
    text-align: center;
  }
}

.header-search {
  padding: 10px 10px;
  border: 1px solid #5d707f;
  border-width: 1px 0;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

.header-search button {
  background: transparent;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-size: 2rem;
}

.header-search.active {
  border-bottom-color: transparent;
  background: #edf2f3;
}

.header-search.active button.header-search-btn-toggle {
  color: #405364;
}

.header-search.active button.header-search-btn-toggle:before {
  content: "\e902";
}

.header-search.active .header-search-form {
  display: block;
}

@media screen and (min-width: 1024px) {
  .header-search {
    padding: 0;
    border: 0;
  }
  .header-search.active .container {
    height: 112px;
  }
}

button.header-search-btn-toggle {
  color: #a5bdc5;
}

@media screen and (min-width: 1024px) {
  button.header-search-btn-toggle {
    font-size: 1.5rem;
    min-height: 50px;
    height: 100%;
    border: 1px solid #5d707f;
    border-width: 0 1px;
    padding: 0 17px;
  }
}

.header-search-form {
  display: none;
  position: relative;
  margin: 5px 0 0;
}

@media screen and (min-width: 1024px) {
  .header-search-form {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 1;
    background: #edf2f3;
  }
  .header-search-form > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.1s ease-in-out;
    transition: height 0.1s ease-in-out;
  }
}

button.header-search-submit {
  display: block;
  margin: 5px auto 0;
  color: #405364;
}

@media screen and (min-width: 1024px) {
  button.header-search-submit {
    width: 38px;
    margin: 0 25px 0 10px;
    padding: 0;
    font-size: 3.6rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.header-search-input {
  padding: 10px 10px 10px 0;
  width: 100%;
  border: 0;
  background: transparent;
}

.header-search-input::-webkit-input-placeholder {
  color: #a5bdc5;
}

.header-search-input:-moz-placeholder {
  color: #a5bdc5;
}

.header-search-input::-moz-placeholder {
  color: #a5bdc5;
}

.header-search-input:-ms-input-placeholder {
  color: #a5bdc5;
}

@media screen and (min-width: 1024px) {
  .header-search-input {
    font-size: 3.5rem;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 1023px) {
  .header-bottom > .container {
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .header-bottom {
    position: relative;
    background: #fff;
    -webkit-transition: height 0.1s ease-in-out;
    transition: height 0.1s ease-in-out;
    padding-top: 20px;
  }
  .stuck > .header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    margin: 0;
    padding-top: 0;
  }
  .stuck > .header-bottom .header-logo {
    height: 30px;
    width: 114px;
    margin-right: 127px;
  }
  .stuck > .header-bottom .blog-nav,
  .stuck > .header-bottom .second-nav {
    min-height: 54px;
    -webkit-transition: min-height 0.1s ease-in-out;
    transition: min-height 0.1s ease-in-out;
  }
  .stuck > .header-bottom .header-logo {
    margin-top: 0;
  }
  .stuck > .header-bottom .header-bottom-right {
    margin-top: 0;
  }
  .header-bottom > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1023px) {
  .header-bottom-wrap {
    height: auto !important;
  }
}

.header-logo {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

@media screen and (min-width: 1024px) {
  .header-logo {
    margin-top: -9px;
    margin-right: 96px;
  }
}

.header-call {
  margin-left: auto;
  margin-right: 11px;
  font-size: 30px;
  font-size: 3rem;
  color: #fdb414;
  text-decoration: none;
  background: transparent;
  border: 0;
}

.header-bottom-right {
  margin-top: 10px;
  padding-left: 10px;
}

.header-bottom-right li:not(:last-child) {
  margin-bottom: 5px;
}

.header-bottom-right .current a {
  color: #748694;
}

@media screen and (min-width: 1024px) {
  .header-bottom-right {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 26%;
            flex: 0 1 26%;
    margin-top: 2px;
    padding-left: 0;
    margin-left: auto;
    text-align: right;
  }
  .header-bottom-right li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
  }
  .header-bottom-right li:not(:last-child) {
    margin-bottom: 0;
  }
  .header-bottom-right a {
    display: block;
    color: #405364;
    text-decoration: none;
  }
  .header-bottom-right a:hover {
    text-decoration: underline;
  }
}

.main-nav a {
  display: block;
  padding: 16px 10px;
}

.main-nav .current,
.main-nav .current_page_parent,
.main-nav .current-page-ancestor {
  background: #fff;
}

.main-nav .current a,
.main-nav .current_page_parent a,
.main-nav .current-page-ancestor a {
  color: #405364;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
  }
  .main-nav a {
    padding: 16px 12px;
  }
  .main-nav a:hover {
    text-decoration: underline;
  }
}

.second-nav-cont {
  display: none;
  position: fixed;
  top: 64px;
  right: 0;
  width: 100%;
  height: calc(100% - 64px);
  background: #fff;
  overflow-y: auto;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.active .second-nav-cont {
  display: block;
}

.second-nav-cont.opened {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.second-nav-cont.opened .second-nav-back {
  display: block;
}

@media screen and (min-width: 1024px) {
  .second-nav-cont {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: static;
    -webkit-transform: none !important;
            transform: none !important;
    width: 100%;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: visible;
    background: transparent;
  }
  .second-nav-cont.opened .second-nav-back,
  .second-nav-cont .second-nav-back {
    display: none;
  }
}

.second-nav > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.second-nav > li > a .icon, .second-nav > li > a .link-more:after, .second-nav > li > a .checkbox-label:after, .second-nav > li > a .box--video .box-img-cont:before, .box--video .second-nav > li > a .box-img-cont:before, .second-nav > li > a .side-menu li.active:before, .side-menu .second-nav > li > a li.active:before, .second-nav > li > a .accordion-btn:before, .second-nav > li > a .check-list li:before, .check-list .second-nav > li > a li:before {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 5px;
}

.second-nav li:not('.has-submenu') .icon, .second-nav li:not('.has-submenu') .link-more:after, .second-nav li:not('.has-submenu') .checkbox-label:after, .second-nav li:not('.has-submenu') .box--video .box-img-cont:before, .box--video .second-nav li:not('.has-submenu') .box-img-cont:before, .second-nav li:not('.has-submenu') .side-menu li.active:before, .side-menu .second-nav li:not('.has-submenu') li.active:before, .second-nav li:not('.has-submenu') .accordion-btn:before, .second-nav li:not('.has-submenu') .check-list li:before, .check-list .second-nav li:not('.has-submenu') li:before {
  display: none;
}

.second-nav a {
  text-decoration: none;
}

.second-nav .current > a {
  background: #0090bf;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .second-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 92px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .second-nav .icon, .second-nav .link-more:after, .second-nav .checkbox-label:after, .second-nav .box--video .box-img-cont:before, .box--video .second-nav .box-img-cont:before, .second-nav .side-menu li.active:before, .side-menu .second-nav li.active:before, .second-nav .accordion-btn:before, .second-nav .check-list li:before, .check-list .second-nav li:before {
    display: none;
  }
  .second-nav .current > a {
    background: transparent;
    color: #1fc3df;
  }
  .second-nav > li > a {
    display: block;
    padding: 20px 12px;
    font-weight: 700;
    text-align: center;
  }
  .second-nav .has-submenu {
    -webkit-transition: background 200ms ease-in-out;
    transition: background 200ms ease-in-out;
  }
  .second-nav .has-submenu:hover {
    background: #0090bf;
  }
  .second-nav .has-submenu:not(.current):hover > a {
    color: #fff;
  }
}

li.second-nav-back {
  display: none;
}

li.second-nav-back > a {
  position: relative;
  padding-left: 30px;
}

li.second-nav-back .icon, li.second-nav-back .link-more:after, li.second-nav-back .checkbox-label:after, li.second-nav-back .box--video .box-img-cont:before, .box--video li.second-nav-back .box-img-cont:before, li.second-nav-back .side-menu li.active:before, .side-menu li.second-nav-back li.active:before, li.second-nav-back .accordion-btn:before, li.second-nav-back .check-list li:before, .check-list li.second-nav-back li:before {
  position: absolute;
  left: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.second-nav-sub {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow-y: auto;
  background: #0090bf;
  padding: 10px 0 25px;
}

.second-nav-sub a {
  display: block;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 5px;
}

@media screen and (max-width: 1023px) {
  .current > .second-nav-sub {
    display: block !important;
    opacity: 1 !important;
  }
}

@media screen and (min-width: 1024px) {
  .second-nav-sub {
    top: auto;
    width: 100%;
    height: auto;
    padding-top: 29px;
  }
  .second-nav-sub:before {
    content: '';
    display: none;
    position: fixed;
    z-index: 100;
    height: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    pointer-events: none;
  }
  .second-nav-sub:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    background: #0090bf;
  }
  .second-nav-sub > .container {
    position: relative;
    z-index: 102;
  }
  .current > .second-nav-sub {
    display: none;
  }
  .second-nav-sub a {
    padding: 0;
    margin-bottom: 10px;
  }
  .second-nav-sub a:hover {
    text-decoration: underline;
  }
}

.second-nav-sub-title {
  margin: 25px 0 5px;
  color: #60d0e4;
}

@media screen and (min-width: 1024px) {
  .second-nav-sub-title {
    margin: 0 0 10px;
  }
}

.second-nav-bg {
  display: none;
  position: fixed;
  z-index: 100;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .footer [class^="col"] {
    margin-bottom: 20px;
  }
}

.footer-top {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-top .h3, .footer-top .wysiwyg h3, .wysiwyg .footer-top h3, .footer-top .table th, .table .footer-top th, .footer-top .wysiwyg table th, .wysiwyg table .footer-top th {
  margin-bottom: 10px;
  color: #1fc3df;
}

.footer-top a {
  text-decoration: none;
}

.footer-top a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .footer-top {
    padding-top: 30px;
    padding-bottom: 12px;
  }
}

.footer-small-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #889faa;
}

.footer-small-menu li:not(:last-child):after {
  content: '|';
  margin: 0 5px;
}

.footer-small-menu a {
  color: #889faa;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 26px;
  padding-bottom: 26px;
}

.footer-bottom img {
  height: 28px;
}

.footer-bottom-right {
  margin-left: auto;
}

a.footer-bottom-right {
  font-size: 25px;
  font-size: 2.5rem;
}

.newsletter-box .form-label {
  font-size: 13px;
  font-size: 1.3rem;
}

.newsletter-box .heading {
  margin-bottom: 15px;
}

.newsletter-box--sepate {
  padding: 25px 20px;
  background: #405364;
}

.newsletter-box--sepate .heading,
.newsletter-box--sepate .newsletter-box-btn {
  color: #1fc3df;
}

.newsletter-box--sepate .form-label {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .newsletter-box--sepate {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.newsletter-box-btn {
  padding: 0;
  font-weight: 700;
  border: 0;
  background: transparent;
}

.newsletter-box-btn:hover {
  text-decoration: underline;
}

.section {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media screen and (min-width: 1024px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section:last-child {
    padding-bottom: 40px;
  }
  .section.boxes--small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section--bg {
  background: #edf2f3;
}

.section--bg:last-child {
  margin-bottom: -30px;
}

.section-title {
  margin: 0 0 20px;
  color: #405364;
}

.section-title--color {
  color: #0090bf;
}

.hero {
  text-align: center;
}

.hero:first-child {
  padding-top: 0;
}

.hero-img img:not(:first-child) {
  display: none;
}

.hero-img.slick-initialized img {
  display: block;
}

.hero-title {
  margin: 22px 0 0;
  font-size: 23px;
  font-size: 2.3rem;
}

@media screen and (min-width: 1024px) {
  .hero-title {
    margin-top: 42px;
    font-size: 4rem;
  }
}

.hero-text {
  display: none;
  margin: 31px auto 0;
  max-width: 680px;
}

@media screen and (min-width: 1024px) {
  .hero-text {
    display: block;
  }
}

.category-boxes [class^="col"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.category-boxes .comp {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .category-boxes [class^="col"] {
    margin-bottom: 28px;
  }
  .category-boxes .section-title {
    font-size: 2.5rem;
  }
}

.category-box {
  display: block;
  width: 100%;
  background: #fff;
  text-decoration: none;
}

.category-box .btn {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .category-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .category-box {
    display: block;
    position: relative;
    height: 100%;
  }
}

a.category-box .category-box-title {
  text-decoration: underline;
}

a.category-box .category-box-img:hover {
  opacity: 0.6;
}

a.category-box .category-box-title:hover {
  text-decoration: none;
  color: #748694;
}

.category-box-img {
  min-height: 135px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

@media screen and (min-width: 768px) {
  .category-box-img {
    min-height: 180px;
    height: 100%;
    min-width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .category-box-img {
    height: 227px;
    width: 100%;
  }
}

.category-box-cont {
  padding: 15px 10px 25px;
  color: #405364;
}

@media screen and (min-width: 768px) {
  .category-box-cont {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .category-box-cont {
    min-height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 31px;
  }
}

.category-box-title {
  margin: 0 0 5px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (min-width: 1024px) {
  .category-box-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 46%;
            flex: 1 0 46%;
    padding-right: 10px;
    font-size: 3rem;
  }
}

.category-box-text {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .category-box-text {
    font-size: 2rem;
  }
}

.contact-box {
  width: 100%;
  padding: 20px;
}

.contact-box p {
  display: inline;
}

.contact-box br {
  display: none;
}

.contact-box .btn {
  margin-top: 40px;
}

@media screen and (min-width: 1024px) {
  .contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    height: 100%;
    padding: 30px;
  }
  .contact-box p {
    display: block;
  }
  .contact-box br {
    display: block;
  }
  .contact-box .btn {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.contact-box-title {
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 3rem;
}

.category-boxes .contact-box-title {
  font-size: 35px;
  font-size: 3.5rem;
}

@media screen and (min-width: 1024px) {
  .category-boxes .contact-box-title {
    font-size: 4.5rem;
  }
}

.boxes [class^="col"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.box {
  display: block;
  position: relative;
  width: 100%;
}

.box.light {
  background: #edf2f3;
}

.box.dark {
  background: #405364;
}

.box.color {
  background: #0090bf;
}

a.box,
button.box {
  cursor: pointer;
  text-decoration: none;
}

a.box .heading,
button.box .heading {
  text-decoration: underline;
}

a.box .box-img:hover,
button.box .box-img:hover {
  opacity: 0.6;
}

a.box .heading:hover,
button.box .heading:hover {
  color: #748694;
  text-decoration: none;
}

a.box .box-more span:hover,
button.box .box-more span:hover {
  text-decoration: none;
}

.box--video .box-img-cont:before {
  display: block;
  z-index: 1;
  font-size: 60px;
  font-size: 6rem;
  opacity: .8;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

.box--video:hover .box-img-cont:before {
  opacity: 1;
}

.box-img-cont {
  display: none;
  position: relative;
  background: #fff;
}

.box-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

.box-category {
  margin-top: 15px;
}

.box-cont {
  padding: 20px 20px 30px;
}

.box-text {
  margin-top: 10px;
}

.box-text p {
  margin: 11px 0;
}

.box-text p:first-child {
  margin-top: 0;
}

.box-text p:last-child {
  margin-bottom: 0;
}

.box-more {
  margin-top: 20px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/*
------ Variants
*/
.boxes--small .box-cont {
  padding-top: 16px;
  min-height: 93px;
}

.boxes--no-space .box-cont {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.boxes--white-no-space .white-cont .box-cont {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (min-width: 1024px) {
  .boxes--vert .box-img-cont {
    padding-bottom: 66.66%;
  }
}

.boxes-big-2 .box-img-cont {
  display: block;
  padding-bottom: 66.66%;
}

@media screen and (min-width: 1024px) {
  .boxes-big-2 .box-img-cont:before {
    font-size: 8rem;
  }
}

.boxes--small-vert .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1024px) {
  .boxes--small-vert .box {
    display: block;
  }
}

.boxes--small-vert .box-img-cont {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  max-width: 30%;
  min-height: 75px;
}

@media screen and (min-width: 1024px) {
  .boxes--small-vert .box-img-cont {
    max-width: 100%;
    width: 100%;
    min-height: 0;
    padding-bottom: 66.66%;
  }
}

@media screen and (min-width: 1024px) {
  .boxes--small-horz .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.boxes--small-horz .box-img-cont:before {
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (min-width: 1024px) {
  .boxes--small-horz .box-img-cont {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    width: 30%;
    min-height: 85px;
  }
}

.boxes--wide .box {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .boxes--wide .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.boxes--wide .box-img-cont {
  display: block;
  min-height: 150px;
}

.boxes--wide .box-img-cont--square {
  min-height: 255px;
}

@media screen and (min-width: 768px) {
  .boxes--wide .box-img-cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    min-height: 255px;
  }
  .boxes--wide .box-img-cont:before {
    font-size: 8rem;
  }
  .boxes--wide .box-img-cont--square {
    -ms-flex-preferred-size: 255px;
        flex-basis: 255px;
    max-width: 255px;
  }
  .boxes--wide .box-text {
    min-height: 130px;
  }
}

.boxes--full-wide .box {
  margin-bottom: 20px;
}

.boxes--full-wide .box-img-cont {
  display: block;
  padding-bottom: 66.66%;
}

@media screen and (min-width: 1024px) {
  .boxes--full-wide .box-img-cont:before {
    font-size: 8rem;
  }
}

@media screen and (min-width: 1024px) {
  .box-img-cont {
    display: block;
  }
  .boxes--full-wide .box-cont,
  .boxes--wide .box-cont,
  .boxes-big-2 .box-cont,
  .boxes--small-horz .box-cont,
  .boxes--vert .box-cont {
    padding-left: 30px;
    padding-right: 30px;
  }
  .boxes--full-wide .box-cont,
  .boxes--wide .box-cont,
  .boxes-big-2 .box-cont {
    padding-top: 32px;
    padding-top: 32px;
  }
}

.banner {
  display: block;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

.banner img {
  display: block;
}

.banner:hover {
  opacity: 0.6;
}

.banner-bg {
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 13px;
  font-size: 1.3rem;
}

.breadcrumbs li {
  margin-right: 5px;
}

.breadcrumbs li:not(:last-child):after {
  content: '>';
  margin-left: 5px;
}

.breadcrumbs li:last-child {
  color: #0090bf;
  font-weight: 700;
}

.comp {
  margin-top: 15px;
  margin-bottom: 15px;
}

.comp.row .comp:first-child {
  margin-top: 0;
}

.comp.row .comp:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .comp {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.comp-title {
  margin: 0 0 20px;
}

.comp-title-narrow {
  margin-bottom: 10px;
}

.comp-col:not(:last-child) {
  margin-bottom: 20px;
}

.comp-col-title {
  margin-bottom: 10px;
}

.side-menu li:not(:last-child) {
  margin-bottom: 8px;
}

.side-menu li.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}

.side-menu li.active:before {
  font-size: 8px;
  font-size: .8rem;
  margin-right: 5px;
}

.images [class^="col"] {
  margin-bottom: 20px;
}

.images .col-sm-6:nth-last-child(1),
.images .col-sm-6:nth-last-child(2) {
  margin-bottom: 0;
}

.images .col-sm-4:nth-last-child(1),
.images .col-sm-4:nth-last-child(2),
.images .col-sm-4:nth-last-child(3) {
  margin-bottom: 0;
}

.images .col-md-2:nth-last-child(1),
.images .col-md-2:nth-last-child(2),
.images .col-md-2:nth-last-child(3),
.images .col-md-2:nth-last-child(4),
.images .col-md-2:nth-last-child(5),
.images .col-md-2:nth-last-child(6) {
  margin-bottom: 0;
}

.images img {
  display: block;
}

.images-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

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

.panels [class^="col"] {
  margin-bottom: 20px;
}

.panel {
  padding: 20px;
}

.panel > *:first-child {
  margin-top: 0;
}

.panel > *:last-child {
  margin-top: 0;
}

.panel.white-cont {
  padding: 0;
}

.panel > .wysiwyg {
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .panel {
    padding: 30px;
  }
}

.media-list ul {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.media-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 15px;
  border: 1px solid #1fc3df;
  border-width: 1px 0 0;
}

.media-list li:last-child {
  border-width: 1px 0 1px;
}

.media-list a {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 135px;
          flex: 0 0 135px;
}

.media-list-title {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .media-expaned .box-link-text {
    min-height: 70px;
  }
}

.js-accordion-item-body {
  display: none;
}

.js-accordion-item-body.active {
  display: block;
}

.js-accordion-item.active .accordion-btn:before {
  content: "\e909";
}

.accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

.js-accordion-btn > .icon, .js-accordion-btn > .link-more:after, .js-accordion-btn > .checkbox-label:after, .box--video .js-accordion-btn > .box-img-cont:before, .side-menu .js-accordion-btn > li.active:before, .js-accordion-btn > .accordion-btn:before, .check-list .js-accordion-btn > li:before {
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.accordion-btn {
  position: relative;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 0 0 0 50px;
  min-height: 30px;
}

.accordion-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background: #748694;
  border-radius: 50%;
}

.accordion-item-body {
  padding: 5px 0 10px 50px;
}

@media screen and (min-width: 1024px) {
  .colored-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.colored-columns-col {
  padding: 10px 20px 30px;
}

.colored-columns-col h2,
.colored-columns-col h3,
.colored-columns-col h4 {
  margin: 5px 0;
}

.colored-columns-col:nth-child(2n) {
  background: #00b09b;
}

.colored-columns-col:nth-child(3n) {
  background: #fdb414;
}

@media screen and (min-width: 1024px) {
  .colored-columns-col {
    width: 100%;
    padding: 20px 30px 30px;
  }
}

.table, .wysiwyg table {
  width: 100%;
  table-layout: fixed;
}

.table th, .wysiwyg table th {
  padding: 30px 10px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  background: #0090bf;
}

.table td, .wysiwyg table td {
  padding: 20px 10px;
  border-bottom: 1px solid #1fc3df;
}

.table-links-list {
  padding: 20px;
}

.table-links-list.white-cont {
  padding: 0;
}

.table-links-list li {
  padding: 25px 15px;
  border: 1px solid #1fc3df;
  border-width: 1px 0 0 0;
}

.table-links-list li:last-child {
  border-width: 1px 0 1px;
}

.table-links-list img {
  display: block;
  margin-bottom: 10px;
}

.table-links-list a {
  display: block;
}

@media screen and (min-width: 768px) {
  .table-links-list {
    padding: 30px 30px 40px;
  }
  .table-links-list img {
    float: left;
    width: 45%;
    margin: 0 10px 0 0;
  }
}

.table-link-body {
  overflow: hidden;
}

.map-canvas {
  position: relative;
  height: 262px;
}

.no-js .map-canvas {
  background: #748694;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4), color-stop(100%, #748694));
  background: -webkit-linear-gradient(top, #F4F4F4 0%, #748694 100%);
  background: linear-gradient(to bottom, #F4F4F4 0%, #748694 100%);
}

.no-js .map-canvas:before {
  content: 'JavaScript disabled!';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.map-link {
  display: inline-block;
  margin-top: 15px;
}

.check-list {
  margin: 10px 0;
}

.check-list li {
  margin-bottom: 10px;
}

.check-list li:before {
  margin-right: 5px;
}

.check-list li:last-child {
  font-style: italic;
}

.check-list li:last-child:before {
  display: none;
}

@media screen and (min-width: 768px) {
  .check-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .check-list li {
    width: 45%;
  }
}

.description-list li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 2px;
}

.description-list li:before {
  position: absolute;
  content: '•';
  top: -1px;
  left: 0;
  color: #0090bf;
  font-size: 18px;
  font-size: 1.8rem;
}

.job .panel + .panel {
  margin-top: 15px;
}

.job .wysiwyg {
  min-height: 121px;
}

.job h2 {
  margin-bottom: 9px;
}

.job h2 + p {
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .job .panel {
    padding-bottom: 47px;
  }
}

.staff .box-link-text {
  margin-top: 22px;
}

.staff.box-links-big-2 .box-link-cont {
  padding-top: 22px;
}

.staff.box-links-big-2 .h5 + .box-link-text, .staff.box-links-big-2 .wysiwyg h5 + .box-link-text, .wysiwyg .staff.box-links-big-2 h5 + .box-link-text, .staff.box-links-big-2 .box-category + .box-link-text, .staff.box-links-big-2 .check-list li + .box-link-text, .check-list .staff.box-links-big-2 li + .box-link-text, .staff.box-links-big-2 .description-list-title + .box-link-text {
  margin-top: 40px;
}

.blog-list .box-cont {
  min-height: 160px;
}

@media screen and (min-width: 1024px) {
  .blog-list .box {
    margin-bottom: 30px;
  }
}

.blog-category {
  color: #405364;
  margin-bottom: 20px;
}

.share-title {
  color: #405364;
}

.fb-like {
  margin-right: 4px;
}

.share-box {
  clear: both;
}

.blog-img {
  margin-bottom: 50px;
}

.blog-title {
  margin: 0;
}

.blog-related-title,
.blog-share-title {
  color: #405364;
}

.blog-related {
  margin-top: 50px;
}

.blog-nav {
  display: none;
  position: fixed;
  top: 64px;
  right: 0;
  width: 100%;
  padding: 20px 10px;
  height: calc(100% - 64px);
  background: #fff;
  overflow-y: auto;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.active .blog-nav {
  display: block;
}

@media screen and (min-width: 1024px) {
  .blog-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static;
    -webkit-transform: none !important;
            transform: none !important;
    width: auto;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 92px;
    margin-left: -45px;
    padding: 10px;
    overflow: visible;
    background: transparent;
  }
}

.blog-nav-el {
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .blog-nav-el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  .blog-nav-el + .blog-nav-el {
    margin-left: 45px;
  }
}

.blog-nav-title {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (min-width: 1024px) {
  .blog-nav-title {
    margin: 0 10px 0 0;
  }
}

.blog-nav-select {
  height: 28px;
  padding-right: 17px;
  font-size: 20px;
  font-size: 2rem;
  color: #405364;
  background: #fff url("../img/icon_select-arr-down.svg") no-repeat right center;
  border-bottom: 1px solid #0090bf;
}

.pagination {
  margin-top: 30px;
  text-align: center;
}

.pagination ul {
  margin: 0 auto;
}

.pagination ul li {
  margin: 0 3px;
}

.pagination ul li.current a {
  color: #fff;
  background: #0090bf;
}

.pagination ul a {
  display: block;
  min-width: 33px;
  height: 50px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #0090bf;
  line-height: 50px;
  text-align: center;
  border: 1px solid #0090bf;
}

@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 50px;
  }
}

.pagination .page-numbers {
  display: inline-block;
  min-width: 33px;
  height: 50px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #0090bf;
  line-height: 50px;
  text-align: center;
  border: 1px solid #0090bf;
}

.pagination .page-numbers.current {
  color: #fff;
  background: #0090bf;
}

.pagination .prev,
.pagination .next {
  border: 0;
}

.pagination .prev {
  float: left;
}

.pagination .next {
  float: right;
}

.pagination-left,
.pagination-right {
  width: 100%;
  min-width: 100px;
  padding: 15px 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .pagination-left,
  .pagination-right {
    width: auto;
  }
}

.search-form {
  position: relative;
  margin-top: 15px;
}

.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 10px;
  font-size: 23px;
  font-size: 2.3rem;
  background: transparent;
  border: 0;
  color: #405364;
}

.search-form-input {
  width: 100%;
  height: 50px;
  padding: 5px 43px 5px 15px;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.social-icons li {
  margin-right: 32px;
}

.social-icons a {
  display: block;
  text-decoration: none;
}

.social-icons a:hover {
  text-decoration: none;
}

.social-icons .icon, .social-icons .link-more:after, .social-icons .checkbox-label:after, .social-icons .box--video .box-img-cont:before, .box--video .social-icons .box-img-cont:before, .social-icons .side-menu li.active:before, .side-menu .social-icons li.active:before, .social-icons .accordion-btn:before, .social-icons .check-list li:before, .check-list .social-icons li:before {
  font-size: 30px;
  font-size: 3rem;
}

.social-icons .icon-facebook {
  font-size: 37px;
  font-size: 3.7rem;
}

.social-icons .icon-twitter {
  font-size: 28px;
  font-size: 2.8rem;
}

.social-icons .icon-youtube {
  font-size: 37px;
  font-size: 3.7rem;
}

.social-icons--color li {
  margin-right: 15px;
}

.social-icons--color .icon, .social-icons--color .link-more:after, .social-icons--color .checkbox-label:after, .social-icons--color .box--video .box-img-cont:before, .box--video .social-icons--color .box-img-cont:before, .social-icons--color .side-menu li.active:before, .side-menu .social-icons--color li.active:before, .social-icons--color .accordion-btn:before, .social-icons--color .check-list li:before, .check-list .social-icons--color li:before {
  font-size: 43px;
  font-size: 4.3rem;
}

.social-icons--color .icon-youtube {
  color: #b31217;
}

.instagram-color {
  width: 43px;
  height: 43px;
  background: url("../img/icon_social-instagram.svg") no-repeat;
  background-size: cover;
}

.slide-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 103;
  right: 0;
  width: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.slide-panel.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide-panel.active + .slide-panel-bg {
  opacity: 1;
  z-index: 102;
}

@media screen and (min-width: 768px) {
  .slide-panel {
    width: 360px;
  }
}

.slide-panel-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  z-index: -1;
  border: 0;
}

.slide-panel-btn {
  position: absolute;
  height: 76px;
  top: 349px;
  left: -76px;
  padding: 0 20px 0 20px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.slide-panel-btn span {
  vertical-align: middle;
}

.slide-panel-btn .icon, .slide-panel-btn .link-more:after, .slide-panel-btn .checkbox-label:after, .slide-panel-btn .box--video .box-img-cont:before, .box--video .slide-panel-btn .box-img-cont:before, .slide-panel-btn .side-menu li.active:before, .side-menu .slide-panel-btn li.active:before, .slide-panel-btn .accordion-btn:before, .slide-panel-btn .check-list li:before, .check-list .slide-panel-btn li:before {
  margin-left: 15px;
  font-size: 35px;
  font-size: 3.5rem;
  color: #ffd602;
  vertical-align: middle;
}

.slide-panel-cont {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 10px 20px;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
}

.slide-panel-cont .h2, .slide-panel-cont .wysiwyg h2, .wysiwyg .slide-panel-cont h2 {
  color: #1fc3df;
}

.slide-panel-cont .h1, .slide-panel-cont .wysiwyg h1, .wysiwyg .slide-panel-cont h1, .slide-panel-cont .call {
  margin-bottom: 22px;
  color: #fff;
}

.slide-panel-cont form {
  margin-top: 16px;
}

.slide-panel-cont textarea {
  height: 80px;
}

@media screen and (min-width: 768px) {
  .slide-panel-cont {
    max-width: 100%;
    padding: 75px 20px 20px;
  }
}

.slide-panel-close {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  padding: 0px 14px 5px 9px;
  font-weight: 400;
}

.slide-panel-close span {
  vertical-align: middle;
}

.slide-panel-close .icon, .slide-panel-close .link-more:after, .slide-panel-close .checkbox-label:after, .slide-panel-close .box--video .box-img-cont:before, .box--video .slide-panel-close .box-img-cont:before, .slide-panel-close .side-menu li.active:before, .side-menu .slide-panel-close li.active:before, .slide-panel-close .accordion-btn:before, .slide-panel-close .check-list li:before, .check-list .slide-panel-close li:before {
  margin-right: 16px;
  font-size: 13px;
  font-size: 1.3rem;
}

.call span {
  color: #1fc3df;
  font-weight: 400;
}

.form-section {
  margin-bottom: 40px;
  padding: 20px;
}

@media screen and (min-width: 1024px) {
  .form-section {
    padding: 30px 30px 35px;
  }
}

.form-section-label {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
}

.form-section-select {
  max-width: 300px;
}

.form-section-tab {
  display: none;
  margin-top: 25px;
}

.search-text {
  font-weight: 400;
  color: #405364;
}

.search-el {
  margin-top: 40px;
}

.search-el a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-el-title {
  margin: 0 0 13px;
}

.search-el-link {
  margin-top: 11px;
}

.blue-bg, .blue-cont {
  background: #0090bf;
}

.blue-cont {
  color: #fff;
}

.blue-cont .heading,
.blue-cont .comp-title,
.blue-cont h1,
.blue-cont h2,
.blue-cont .h2,
.blue-cont .wysiwyg h2, .wysiwyg
.blue-cont h2,
.blue-cont h3,
.blue-cont h4,
.blue-cont .h4,
.blue-cont .wysiwyg h4, .wysiwyg
.blue-cont h4,
.blue-cont h5,
.blue-cont .h5,
.blue-cont .wysiwyg h5, .wysiwyg
.blue-cont h5,
.blue-cont .box-category,
.blue-cont .check-list li, .check-list
.blue-cont li,
.blue-cont .description-list-title {
  color: #fff;
}

.blue-cont a:hover {
  color: #1fc3df;
}

a.blue-cont:hover,
button.blue-cont:hover {
  color: #fff;
}

a.blue-cont .heading:hover,
button.blue-cont .heading:hover {
  color: #1fc3df;
}

a.blue-cont .link-more:hover,
button.blue-cont .link-more:hover {
  color: #1fc3df;
}

.fiord {
  color: #fff;
}

.fiord-bg, .fiord-cont {
  background-color: #405364;
}

.fiord-cont {
  color: #fff;
}

.fiord-cont .heading,
.fiord-cont .comp-title,
.fiord-cont h1,
.fiord-cont h2,
.fiord-cont .h2,
.fiord-cont .wysiwyg h2, .wysiwyg
.fiord-cont h2,
.fiord-cont h3,
.fiord-cont h4,
.fiord-cont h5,
.fiord-cont .h5,
.fiord-cont .wysiwyg h5, .wysiwyg
.fiord-cont h5,
.fiord-cont .box-category,
.fiord-cont .check-list li, .check-list
.fiord-cont li,
.fiord-cont .description-list-title {
  color: #fff;
}

.fiord-cont a:hover {
  color: #748694;
}

a.fiord-cont:hover,
button.fiord-cont:hover {
  color: #fff;
}

a.fiord-cont .link-more:hover,
button.fiord-cont .link-more:hover {
  color: #748694;
}

.porcelain-bg, .porcelain-cont {
  background-color: #edf2f3;
}

.white-bg, .white-cont {
  background-color: #fff;
}

.porcelain-cont,
.white-cont {
  color: #405364;
}

a.porcelain-cont .link-more,
button.porcelain-cont .link-more,
a.white-cont .link-more,
button.white-cont .link-more {
  text-decoration: none;
}

a.porcelain-cont:hover,
button.porcelain-cont:hover,
a.white-cont:hover,
button.white-cont:hover {
  color: #405364;
}

a.porcelain-cont .link-more:hover,
button.porcelain-cont .link-more:hover,
a.white-cont .link-more:hover,
button.white-cont .link-more:hover {
  color: #748694;
  text-decoration: none;
}

/*
  Page colors
 */
.pallet-blue .section:first-child,
.pallet-blue .header {
  background: #0090bf;
}

.pallet-blue .lines,
.pallet-blue .lines:before,
.pallet-blue .lines:after {
  background: #fff;
}

.pallet-blue .section:first-child > .heading,
.pallet-blue .section:first-child > .container > .heading,
.pallet-blue .section:first-child .section-title,
.pallet-blue .section:first-child .hero-text {
  color: #fff;
}

.pallet-blue .header-logo span {
  background-image: url(../img/logo_civic-invert.svg);
}

@media screen and (min-width: 1024px) {
  .pallet-blue:not(.fullwidth) .header {
    background: transparent;
  }
  .pallet-blue .header-bottom,
  .pallet-blue .main-nav .current,
  .pallet-blue .main-nav .current_page_parent,
  .pallet-blue .main-nav .current-page-ancestor {
    background: #0090bf;
  }
  .pallet-blue .main-nav .current > a,
  .pallet-blue .main-nav .current_page_parent > a,
  .pallet-blue .main-nav .current-page-ancestor > a,
  .pallet-blue .second-nav > li > a,
  .pallet-blue .second-nav-sub a {
    color: #fff;
  }
  .pallet-blue .second-nav .has-submenu:hover,
  .pallet-blue .second-nav-sub:after {
    background: #fff;
  }
  .pallet-blue .second-nav-sub:before {
    background: #003040;
    opacity: .8;
  }
  .pallet-blue .header-bottom-right .current a,
  .pallet-blue .second-nav .current > a,
  .pallet-blue .second-nav .has-submenu:hover > a {
    color: #1fc3df;
  }
  .pallet-blue .second-nav > li > a:hover,
  .pallet-blue .second-nav-sub a {
    color: #405364;
  }
}

/* Acessibility navigation */
.accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000;
}

.accessibility-nav a {
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.accessibility-nav a:active,
.accessibility-nav a:focus {
  left: 9999em;
}

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

.site-name {
  position: relative;
  display: block;
  width: 145px;
  height: 38px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.site-name span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/logo_civic.svg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1023px) {
  .visible-desk {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .hidden-desk {
    display: none !important;
  }
}

.font-second, .blog-nav-select {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.img-hover:hover .img-hover-cont, a.images-el:hover .img-hover-cont,
button.images-el:hover .img-hover-cont {
  opacity: 0.6;
}

.img-hover:hover img, a.images-el:hover img,
button.images-el:hover img {
  opacity: 0.6;
}

.img-hover img, a.images-el img,
button.images-el img,
.img-hover-cont {
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

.mt-space {
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .mt-space {
    margin-top: 30px;
  }
}

.mb-space-palm {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .mb-space-palm {
    margin-bottom: 0;
  }
}

.disabled-link {
  cursor: default;
  text-decoration: none;
}

.disabled-link:hover, .disabled-link:focus {
  text-decoration: none !important;
}
/*# sourceMappingURL=main.css.map */
.hero-img:hover .slick-next,
.hero-img:hover .slick-prev{opacity:1}
.gform_wrapper label span.gfield_required{color:#fff;}
.slick-next,
.slick-prev{position:absolute;top:50%;left:10px;width:30px;height:55px;border:none;text-indent:-9999px;overflow:hidden;background:url('../img/bg-arrows2.png') no-repeat -30px 0;z-index:2;margin:-27px 0 0;opacity:0}
.slick-next{background-position:0 0;left:auto;right:10px}
.slick-dots{position:absolute;bottom:10px;left:0;width:100%;overflow:hidden;margin:0;padding:0;list-style:none;}
.slick-dots li{display:inline-block;vertical-align:top;margin:0 4px}
.slick-dots li button{width:10px;height:10px;border-radius:50%;-webkit-border-radius:50%;text-indent:-9999px;overflow:hidden;display:block;background:#0090bf;border:none;padding:0}
.slick-dots li.slick-active button{background:#01546f;}
.gform_wrapper span.ginput_product_price { color:#fff!important; }

.page-id-2086 .main-nav .current-page-ancestor#menu-item-868 {
  background-color: transparent;
}

.page-id-2086 .main-nav .current-page-ancestor#menu-item-868 > a {
  color: #fff;
  font-weight: normal;
}

/* for blank white page template */
.page-template-tpl-blankwhite h1.entry-title{display:none;}
.page-template-tpl-blankwhite .entry-content p {margin-bottom: 0.5em;}


.gform_wrapper select#input_7_6 option:nth-child(5) {
    display: none;
}
.logged-in .gform_wrapper select#input_7_6 option:nth-child(5) {
    display: block;
}