/*=========================================
	IDL - SCREEN
===========================================
	IMPORT
-----------------------------------------*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("https://fast.fonts.net/cssapi/fcb1c415-757a-4318-9bb5-580f5e4a9666.css");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'icon_font';
  src: url('../fnt/icon_font.eot');
  src: url('../fnt/icon_font.eot?#iefix') format('embedded-opentype'), url('../fnt/icon_font.woff2') format('woff2'), url('../fnt/icon_font.woff') format('woff'), url('../fnt/icon_font.ttf') format('truetype'), url('../fnt/icon_font.svg#icon_font') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icon_font';
  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-svg21:before {
  content: "\6b";
}
.icon-svg22:before {
  content: "\6c";
}
.icon-svg23:before {
  content: "\6d";
}
.icon-svg18:before {
  content: "\66";
}
.icon-svg20:before {
  content: "\67";
}
.icon-svg17:before {
  content: "\68";
}
.icon-svg19:before {
  content: "\69";
}
.icon-svg16:before {
  content: "\6a";
}
.icon-svg6:before {
  content: "\30";
}
.icon-svg7:before {
  content: "\31";
}
.icon-svg8:before {
  content: "\32";
}
.icon-svg9:before {
  content: "\33";
}
.icon-svg10:before {
  content: "\34";
}
.icon-svg11:before {
  content: "\35";
}
.icon-svg12:before {
  content: "\36";
}
.icon-svg13:before {
  content: "\37";
}
.icon-svg14:before {
  content: "\38";
}
.icon-svg3:before {
  content: "\39";
}
.icon-svg15:before {
  content: "\61";
}
.icon-svg5:before {
  content: "\62";
}
.icon-svg2:before {
  content: "\63";
}
.icon-svg:before {
  content: "\64";
}
.icon-svg4:before {
  content: "\65";
}
.icon-streetlight:before {
  content: "\e600";
}
/* qTip2 v2.2.0 None | qtip2.com | Licensed MIT, GPL | Wed Dec 18 2013 03:24:45 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}
.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: 700;
}
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
  top: 16px;
}
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}
.qtip-icon,
.qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: 400 bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}
.qtip-default {
  border-width: 1px;
  border-style: solid;
  border-color: #F1D031;
  background-color: #FFFFA3;
  color: #555;
}
.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.picker__input {
  cursor: default;
}
.picker__input.picker__input--active {
  border-color: #0089ec;
}
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
.picker__frame,
.picker__holder {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}
.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
  -moz-transition: background 0.15s ease-out, top 0s 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s;
}
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
.picker--opened .picker__holder {
  top: 0;
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
.picker__box {
  padding: 0 1em;
}
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.picker__year {
  color: #999;
  font-size: 0.8em;
  font-style: italic;
}
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2.5em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
  font-family: Montserrat;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
.picker__nav--next,
.picker__nav--prev {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next,
  .picker__nav--prev {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--next:before,
.picker__nav--prev:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}
.picker__nav--next:hover,
.picker__nav--prev:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover,
.picker__nav--disabled:hover {
  cursor: default;
  background: 0 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
.picker__weekday {
  width: 14.28571429%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999;
  font-weight: 500;
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  color: #0089ec;
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #5B2646;
  border-left: 0.5em solid transparent;
}
.picker__day--selected,
.picker__day--selected:hover {
  border-color: #5B2646;
}
.picker__day--highlighted {
  background: #7499AD;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--outfocus {
  color: #ddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #7499AD;
}
.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover {
  background: #CC0066;
  color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
.picker__footer {
  text-align: center;
}
.picker__button--clear,
.picker__button--today {
  border: 1px solid #fff;
  background: #fff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: 700;
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--clear:hover,
.picker__button--today:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--clear:focus,
.picker__button--today:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: 0;
}
.picker__button--clear:before,
.picker__button--today:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before {
  content: " ";
  margin-right: 0.45em;
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}
.picker__button--clear:before {
  content: "\D7";
  margin-right: 0.35em;
  top: -0.1em;
  color: #e20;
  vertical-align: top;
  font-size: 1.1em;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fnt/Montserrat-normal-400.woff) format('woff');
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: url(../fnt/Montserrat-normal-700.woff) format('woff');
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url(../fnt/Roboto_Slab-normal-300.woff) format('woff');
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fnt/Roboto_Slab-normal-400.woff) format('woff');
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: auto;
  src: url(../fnt/Roboto_Slab-normal-500.woff) format('woff');
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: url(../fnt/Roboto_Slab-normal-700.woff) format('woff');
  unicode-range: U+0-10FFFF;
}
/*-----------------------------------------
	VARIABLES
-----------------------------------------*/
/*-----------------------------------------
	MIXINS
-----------------------------------------*/
/*=========================================
	LAYOUT
=========================================*/
body {
  font-family: 'Montserrat Reg', 'Montserrat', sans-serif;
  text-align: center;
  background: #FFF;
}
body a {
  text-decoration: none;
  outline: 0;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-weight: 300 !important;
}
body mark {
  color: #FFF;
  background: #00b0f0;
}
@media (max-width: 870px) {
  body .hide-mobile {
    display: none;
    visibility: hidden;
  }
}
#page {
  width: 100%;
  height: auto;
  overflow: hidden;
  clear: both;
  position: relative;
  padding: 71px 0 0;
}
#page.sticky-main-menu {
  padding: 181px 0 0;
}
@media (max-width: 870px) {
  #page {
    padding: 0;
  }
  #page.sticky-main-menu {
    padding: 110px 0 0;
  }
}
#masthead {
  width: 100%;
  height: auto;
  overflow: hidden;
  clear: both;
  height: 70px;
  overflow: visible;
  padding: 20px 0;
  border-bottom: 0 solid #CACDCF;
  background: #FFF;
  -webkit-transition: border 300ms ease-in-out;
  -moz-transition: border 300ms ease-in-out;
  -o-transition: border 300ms ease-in-out;
  transition: border 300ms ease-in-out;
  z-index: 9999;
}
#masthead.sticky {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  padding: 0;
  border-bottom: 1px solid #CACDCF;
}
#content {
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  display: block;
  clear: both;
}
@media (max-width: 870px) {
  #content {
    padding: 0;
  }
}
#content .content-wrapper {
  overflow: hidden;
  width: 100%;
  background: #F9FBFC url("../img/cover_content.png") repeat-y 66.66666667% top;
}
#content .content-wrapper #main {
  float: left;
  width: 66.66666667%;
  padding: 30px 0;
  background: #FFF;
}
#content .content-wrapper #main.full-width {
  width: 100%;
}
#content .content-wrapper #sidebar {
  float: right;
  width: 33.33333333%;
  background: #F9FBFC;
}
@media (max-width: 870px) {
  #content .content-wrapper #main {
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
    float: left;
  }
  #content .content-wrapper #main .page-header,
  #content .content-wrapper #main .page-body {
    padding: 0 20px;
  }
  #content .content-wrapper #sidebar {
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
    float: left;
  }
  #content .content-wrapper #sidebar .widget {
    padding: 46px 20px 30px;
  }
}
body.home #content .content-wrapper #main,
body.home #content .content-wrapper #sidebar {
  border-top: 5px solid #d3e9ea;
}
body.home #content .content-wrapper #sidebar {
  background: transparent;
}
body.page-template-landing-php #content .content-wrapper #main,
body.page-template-landing-campaign-php #content .content-wrapper #main,
body.page-template-landing-php #content .content-wrapper #sidebar,
body.page-template-landing-campaign-php #content .content-wrapper #sidebar {
  border-top: 5px solid #00b0f0;
}
body.page-template-landing-php #content .content-wrapper #sidebar,
body.page-template-landing-campaign-php #content .content-wrapper #sidebar {
  background: transparent;
}
/*=========================================
	NAVIGATION
===========================================
	SITE-MENU
-----------------------------------------*/
#site-menu {
  width: 100%;
  height: auto;
  overflow: hidden;
  clear: both;
  overflow: initial;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  height: 70px;
  border-bottom: 1px solid #CACDCF;
  background-color: #e5f2f3;
}
#site-menu ul {
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  overflow: initial;
  text-align: right;
}
#site-menu ul:not(.sub-menu) > li.menu-item {
  display: inline-block;
}
#site-menu ul:not(.sub-menu) > li.menu-item-has-children:before,
#site-menu ul:not(.sub-menu) > li.menu-item-has-children:after {
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  background: transparent;
  position: absolute;
}
#site-menu ul:not(.sub-menu) > li.menu-item-has-children:before {
  width: 40px;
  left: -40px;
}
#site-menu ul:not(.sub-menu) > li.menu-item-has-children:after {
  width: 20px;
  right: -20px;
}
#site-menu ul:not(.sub-menu) > li.menu-item-has-children > a {
  padding-right: 7px;
  position: relative;
}
#site-menu ul:not(.sub-menu) > li.menu-item-has-children > a:after {
  content: '›';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  height: 20px;
  line-height: 8px;
  width: 20px;
  text-align: center;
  transform: rotate(90deg) translate(-50%, -50%);
  font-size: 20px;
}
@media (max-width: 870px) {
  #site-menu ul {
    padding: 0;
  }
}
#site-menu ul li {
  display: inline;
  margin-left: 20px;
  z-index: 0;
}
#site-menu ul li:not(#site-search) {
  position: relative;
}
#site-menu ul li.highlight a {
  background: #00b0f0;
  padding: 6px 15px;
  border-radius: 5px;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
#site-menu ul li.highlight a:hover {
  color: #fff;
  background: #1d5393;
}
#site-menu ul li a {
  font: 14px/1 'Montserrat Reg', 'Montserrat', sans-serif;
  line-height: 70px;
  color: #505B61;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
#site-menu ul li a:hover {
  color: #00b0f0;
}
#site-menu ul li.lang-switch {
  padding: 4px 8px;
  border: 1px solid #CACDCF;
  font: 14px/1 'Montserrat Reg', 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #CACDCF;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#site-menu ul li.lang-switch span {
  color: #CACDCF;
}
#site-menu ul li:hover ul.sub-menu {
  display: inline-block;
}
#site-menu ul ul.sub-menu {
  display: none;
  position: absolute;
  top: 70px;
  right: -21px;
  bottom: auto;
  left: auto;
  min-width: 100%;
  height: auto;
  border: 1px solid #CACDCF;
  border-width: 0 1px 1px;
  padding: 0 20px 10px 0;
  background: #EAF1F4;
  z-index: 9999999999;
}
#site-menu ul ul.sub-menu li {
  background: #EAF1F4;
  display: block;
}
#site-menu ul ul.sub-menu li a {
  padding: 0 0 0 20px;
  font: 14px/1 'Montserrat Reg', 'Montserrat', sans-serif;
  line-height: 30px;
  white-space: nowrap;
  color: #505B61;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#site-menu ul ul.sub-menu li a:hover {
  color: #000;
}
#site-menu ul ul.sub-menu li:first-child {
  margin-top: -20px;
  padding-top: 20px;
}
#site-menu ul ul.sub-menu li.current_page_item a,
#site-menu ul ul.sub-menu li.current-page-ancestor a,
#site-menu ul ul.sub-menu li.current-archive-parent a {
  color: #000;
}
@media (max-width: 870px) {
  #site-menu {
    display: none;
  }
}
/*-----------------------------------------
	MAIN-MENU
-----------------------------------------*/
#main-menu {
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  position: relative;
  padding: 0 20px !important;
  overflow: visible;
}
@media (max-width: 870px) {
  #main-menu {
    padding: 0;
  }
}
#main-menu ul.mobile-menu {
  position: relative;
  float: left;
  width: 100%;
  height: 70px;
  overflow: visible;
}
#main-menu ul.mobile-menu #site-logo {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 70px;
  background: url("../img/idin_logo_back.svg") no-repeat 0 0;
  background-size: 80px 70px;
  z-index: 999;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#main-menu ul.mobile-menu #site-logo a {
  display: block;
  width: 81px;
  height: 70px;
  outline: 0;
}
#main-menu ul.mobile-menu #site-logo a img {
  display: none;
}
#main-menu ul.mobile-menu #site-navigation {
  float: left;
}
#main-menu ul.mobile-menu #site-navigation h4.button {
  display: none;
  position: absolute;
  top: 13px;
  right: 54px;
  bottom: auto;
  left: auto;
  width: 56px;
  height: 44px;
  margin: 0;
  padding: 0 40px 0 10px;
  font: 17px/1 'Montserrat Reg', 'Montserrat', sans-serif;
  line-height: 44px;
  text-align: left;
  text-transform: uppercase;
  color: #FFF;
  background: #00b0f0 url("../img/ico_menu.svg") no-repeat 75px center;
  cursor: pointer;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
#main-menu ul.mobile-menu #site-navigation h4.button:hover,
#main-menu ul.mobile-menu #site-navigation h4.button.active {
  background-color: #000;
}
#main-menu ul.mobile-menu #site-navigation ul.menu {
  float: left;
}
#main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top {
  float: left;
  position: relative;
}
#main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top > a {
  display: block;
  padding: 0 20px 0 20px;
  font: 17px/1 'Montserrat Reg', 'Montserrat', sans-serif;
  line-height: 70px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #505B61;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
#main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top > a:hover {
  color: #00b0f0;
}
#main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top > a .open-submenu {
  display: block;
  position: absolute;
  right: 0;
  height: 20px;
  line-height: 8px;
  top: 50%;
  width: 20px;
  text-align: center;
  transform: rotate(90deg) translateX(-50%);
  font-size: 24px;
}
#main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top.current_page_item a,
#main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top.current-menu-item a,
#main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top.current-page-ancestor a,
#main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top.current-menu-ancestor a,
#main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top.current-archive-parent a,
#main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top.sfHover a {
  color: #00b0f0;
}
#main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top ul.sub-menu {
  display: none;
  position: absolute;
  top: 70px;
  right: auto;
  bottom: auto;
  left: 0;
  min-width: 100%;
  height: auto;
  padding: 0 20px 10px 0;
  background: #FFF;
  z-index: 999;
}
#main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top ul.sub-menu li {
  background: #FFF;
}
#main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top ul.sub-menu li a {
  display: block;
  padding: 0 0 0 20px;
  font: 14px/1 'Montserrat Reg', 'Montserrat', sans-serif;
  line-height: 30px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #505B61;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
#main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top ul.sub-menu li a:hover {
  color: #00b0f0;
}
#main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top ul.sub-menu li:first-child {
  margin-top: -20px;
}
#main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top ul.sub-menu li.current_page_item a,
#main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top ul.sub-menu li.current-page-ancestor a,
#main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top ul.sub-menu li.current-archive-parent a {
  color: #000;
}
#main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top:first-child {
  border-left: 91px solid #FFF;
}
@media all and (min-width: 871px) {
  #main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top:hover ul.sub-menu {
    display: block;
  }
}
@media (max-width: 870px) {
  #main-menu ul.mobile-menu #site-navigation h4.button {
    display: block;
  }
  #main-menu ul.mobile-menu #site-navigation ul.menu {
    display: block;
    position: absolute;
    top: 70px;
    right: -20px;
    bottom: auto;
    left: -20px;
    width: 100%;
    padding: 0 20px;
    border-bottom: 1px solid #CACDCF;
    background: #FFF;
    z-index: 9999;
  }
  #main-menu ul.mobile-menu #site-navigation ul.menu.closed {
    display: none;
  }
  #main-menu ul.mobile-menu #site-navigation ul.menu li:last-child .sub-menu {
    margin-bottom: 20px;
  }
  #main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top {
    float: left;
    clear: both;
    width: 100%;
    padding: 0 !important;
    border-top: 1px solid #CACDCF;
  }
  #main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top:first-child {
    border: 0;
  }
  #main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top > a {
    display: block;
  }
  #main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top > a span.open-submenu {
    display: block;
    position: absolute;
    right: 0;
    height: 70px;
    line-height: 8px;
    top: 0;
    width: 70px;
    text-align: center;
    transform: rotate(90deg);
    font-size: 36px;
  }
  #main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top > a span.open-submenu.sub-menu-open {
    transform: rotate(270deg);
    line-height: 118px;
  }
  #main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top a {
    padding: 0;
    text-align: left;
  }
  #main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top ul.sub-menu {
    position: relative;
    display: none;
    top: 0;
    padding: 20px;
    border: 0 !important;
    min-width: auto;
    background: #eee;
  }
  #main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top ul.sub-menu li {
    background: transparent;
  }
  #main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top ul.sub-menu li:first-child {
    margin-top: 0;
  }
  #main-menu ul.mobile-menu #site-navigation ul.menu li.menu-item-top ul.sub-menu li a {
    padding: 0;
  }
}
#main-menu ul.mobile-menu #site-search {
  float: right;
  width: 30%;
  height: 44px;
  margin-top: 13px;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
#main-menu ul.mobile-menu #site-search #search-field {
  position: relative;
  height: 44px;
  padding: 0 44px 0 0;
  overflow: hidden;
  background: #FFF;
}
#main-menu ul.mobile-menu #site-search #search-field #s {
  float: right;
  width: 95%;
  height: 42px;
  padding: 0;
  border: 1px solid #CACDCF;
  border-width: 1px 0 1px 1px;
  font-size: 14px;
  text-indent: 20px;
  -webkit-appearance: none;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#main-menu ul.mobile-menu #site-search #search-field #s:focus {
  outline: 0;
}
#main-menu ul.mobile-menu #site-search #search-field #search-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  -webkit-appearance: none;
}
#main-menu ul.mobile-menu #site-search #search-submit,
#main-menu ul.mobile-menu #site-search #search-mobile {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  background: #00b0f0 url("../img/ico_search.svg") no-repeat center center;
  cursor: pointer;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
#main-menu ul.mobile-menu #site-search #search-submit:hover,
#main-menu ul.mobile-menu #site-search #search-mobile:hover,
#main-menu ul.mobile-menu #site-search #search-submit.active,
#main-menu ul.mobile-menu #site-search #search-mobile.active {
  background-color: #000;
}
#main-menu ul.mobile-menu #site-search #search-mobile {
  display: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 1200px) {
  #main-menu ul.mobile-menu #site-search {
    width: 44px;
  }
  #main-menu ul.mobile-menu #site-search #search-mobile {
    display: block;
  }
  #main-menu ul.mobile-menu #site-search #search-field {
    display: block;
    position: absolute;
    top: 70px;
    right: -20px;
    bottom: auto;
    left: -20px;
    padding: 20px 114px 20px 20px;
    border-bottom: 1px solid #CACDCF;
  }
  #main-menu ul.mobile-menu #site-search #search-field.closed {
    display: none;
  }
  #main-menu ul.mobile-menu #site-search #search-field #s {
    text-indent: 0;
    text-align: center;
  }
  #main-menu ul.mobile-menu #site-search #search-field #search-submit {
    width: 94px;
    margin: 20px;
    font: 17px/1 'Montserrat Reg', 'Montserrat', sans-serif;
    line-height: 44px;
    text-align: center !important;
    text-indent: 0;
    text-transform: uppercase;
    color: #FFF;
    background: #00b0f0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  #main-menu ul.mobile-menu #site-search #search-field #search-submit:hover {
    background-color: #000;
  }
}
#masthead.sticky ul.mobile-menu #site-logo {
  top: 13px;
  height: 44px;
  background: url("../img/idin_logo_small.svg") no-repeat 0 0;
  background-size: 50px 44px;
}
#masthead.sticky ul.mobile-menu #site-logo a {
  height: 44px;
}
#masthead.sticky ul.mobile-menu #site-navigation ul.sub-menu {
  border: 1px solid #CACDCF;
  border-width: 0 1px 1px;
}
/*-----------------------------------------
	SUB-MENU
-----------------------------------------*/
#sub-menu {
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  overflow: visible;
}
@media (max-width: 870px) {
  #sub-menu {
    padding: 0;
  }
}
#sub-menu .open-submenu {
  display: none !important;
}
#sub-menu ul.menu {
  float: left;
  width: 100%;
  background: #00b0f0;
}
#sub-menu ul.menu h3 {
  float: left;
  display: block;
  height: 55px;
  margin: 0 10px 0 30px;
  font: 700 15px/1 'Montserrat Bold', 'Montserrat', sans-serif;
  line-height: 45px;
  text-transform: uppercase;
  color: #FFF;
}
#sub-menu ul.menu h3 a {
  color: #FFF;
}
#sub-menu ul.menu ul.menu-items {
  padding-left: 30px;
}
#sub-menu ul.menu ul.menu-items li.menu-item-top {
  position: relative;
  float: left;
}
#sub-menu ul.menu ul.menu-items li.menu-item-top > a {
  display: block;
  height: 55px;
  padding: 0 10px;
  font: 14px/1 'Montserrat Reg', 'Montserrat', sans-serif;
  line-height: 45px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #FFF;
  background: url("../img/bullet.png") no-repeat center 55px;
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
#sub-menu ul.menu ul.menu-items li.menu-item-top > a:hover {
  background-position: center 36px;
}
#sub-menu ul.menu ul.menu-items li.menu-item-top ul.sub-menu {
  display: none;
  position: absolute;
  top: 55px;
  right: auto;
  bottom: auto;
  left: -10px;
  min-width: 100%;
  height: auto;
  padding: 10px 20px 10px 0;
  background: #e5f2f3;
  z-index: 998;
}
#sub-menu ul.menu ul.menu-items li.menu-item-top ul.sub-menu li a {
  display: block;
  margin: 0 -20px 0 0;
  padding: 0 20px;
  font: 14px/1 'Montserrat Reg', 'Montserrat', sans-serif;
  line-height: 30px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #505B61;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
#sub-menu ul.menu ul.menu-items li.menu-item-top ul.sub-menu li a:hover {
  color: #00b0f0;
}
#sub-menu ul.menu ul.menu-items li.menu-item-top ul.sub-menu li.current_page_item a,
#sub-menu ul.menu ul.menu-items li.menu-item-top ul.sub-menu li.menu-item-object-category.current-menu-item a {
  color: #1d5393;
}
#sub-menu ul.menu ul.menu-items li.menu-item-top:hover ul.sub-menu {
  display: block;
}
#sub-menu ul.menu ul.menu-items li.menu-item-top.sfHover > a {
  background-position: center 36px;
}
#sub-menu ul.menu ul.menu-items li.menu-item-top.current_page_item a,
#sub-menu ul.menu ul.menu-items li.menu-item-top.current-page-ancestor a,
#sub-menu ul.menu ul.menu-items li.menu-item-top.current-archive-parent a {
  color: #000;
}
#sub-menu ul.menu ul.menu-items li.menu-item-top.menu-item-has-children > a span {
  display: block;
  padding: 0 12px 0 0;
  background: url("../img/ico_submenu.png") no-repeat right 19px;
}
@media (max-width: 870px) {
  #sub-menu ul.menu {
    padding: 0 0 10px;
  }
  #sub-menu ul.menu h3 {
    float: none;
    height: auto;
    margin: 0 20px 10px;
    border-bottom: 1px solid #FFF;
    font-size: 17px;
    line-height: 1.5;
    padding: 20px 0;
  }
  #sub-menu ul.menu ul.menu-items {
    padding: 0 10px;
    clear: both;
  }
  #sub-menu ul.menu ul.menu-items li.menu-item-top {
    float: none;
    clear: both;
  }
  #sub-menu ul.menu ul.menu-items li.menu-item-top > a {
    height: auto;
    background: none;
  }
  #sub-menu ul.menu ul.menu-items li.menu-item-top ul.sub-menu {
    position: relative;
    top: auto;
    right: 0;
    bottom: auto;
    left: -10px;
  }
}
/*-----------------------------------------
	CATS
-----------------------------------------*/
#news-cats {
  padding: 30px 0 0;
  overflow: hidden;
  background: #e5f2f3;
}
#news-cats h3 {
  display: block;
  margin: 20px 0 10px;
  padding: 0 30px;
  font: 26px/37px 'DIN Condensed W01 Light', serif;
  color: #1d5393;
}
#news-cats ul.menu {
  border-bottom: 1px solid #d3e9ea;
  background: #F9FBFC;
}
#news-cats ul.menu li {
  border-top: 1px solid #d3e9ea;
}
#news-cats ul.menu li a {
  display: block;
  padding: 8px 30px;
  font-size: 15px;
  color: #505B61;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
#news-cats ul.menu li a:hover {
  color: #00b0f0;
}
#news-cats ul.menu li ul li a {
  padding: 8px 30px 8px 60px;
}
#news-cats ul.menu li.current-cat > a {
  color: #000;
  background-color: #e5f2f3;
}
@media (max-width: 870px) {
  #news-cats {
    padding: 0;
  }
  #news-cats h3 {
    margin: 10px 0;
  }
}
/*-----------------------------------------
	PAGINATION
-----------------------------------------*/
#pagination {
  padding: 0 30px;
}
#pagination ol {
  margin: 30px 0 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
#pagination ol li {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}
#pagination ol li a,
#pagination ol li span {
  display: block;
  width: 30px;
  height: 30px;
  font: 14px/1 'Montserrat Bold', 'Montserrat', sans-serif;
  line-height: 30px;
  text-align: center;
  color: #d3e9ea;
  background: #e5f2f3;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#pagination ol li a:hover,
#pagination ol li span:hover {
  color: #FFF;
  background: #d3e9ea;
}
#pagination ol li a.title,
#pagination ol li span.title {
  display: none;
}
#pagination ol li a.current,
#pagination ol li span.current {
  color: #FFF;
  background: #00b0f0;
  cursor: default;
}
#pagination ol li a.prev,
#pagination ol li span.prev,
#pagination ol li a.next,
#pagination ol li span.next {
  line-height: 32px;
}
#pagination ol li:first-child {
  display: none;
}
/*=========================================
	CONTENT
=========================================*/
.glossary-link {
  border-bottom: 1px dotted #58646B;
  text-decoration: none !important;
  color: #58646B !important;
}
.glossary-link:hover {
  border-bottom: 1px solid #58646B;
}
.tooltip-popup {
  margin: 0;
  border: 2px solid #d3e9ea;
  background: #F9FBFC;
}
.tooltip-popup .qtip-content {
  padding: 0 10px;
  font: 13px/20px 'Montserrat Reg', 'Montserrat', sans-serif;
  color: #58646B;
}
.tooltip-popup .qtip-content p {
  margin: 0 0 10px;
}
.tooltip-popup .qtip-content p:first-child {
  margin: 10px 0;
}
.infobox {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin: 0 0 -5px 5px;
  font: bold 12px/1 'DIN Condensed W01 Light', serif;
  line-height: 20px;
  text-align: center;
  color: #FFF !important;
  background: #d3e9ea;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.infobox:hover {
  text-decoration: none !important;
  background: #000;
  cursor: help;
}
.highcharts-container {
  width: 100% !important;
}
/*---------------------------------------
  BLOCK LIST
-----------------------------------------*/
.block-list {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  overflow: hidden;
  margin: 0 -10px;
  padding: 0 !important;
  list-style: none;
  box-sizing: border-box;
}
.block-list > .block {
  display: flex;
  float: left;
  width: 33.33333333%;
  padding: 20px 10px 0;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .block-list > .block {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .block-list > .block {
    width: 100%;
  }
}
.logo-block {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 233px;
  overflow: hidden;
  border: 2px solid #e5f2f3;
  box-sizing: border-box;
  transition: border 0.3s ease-in-out;
}
.logo-block:hover {
  border-color: #00b0f0;
}
@media (max-width: 870px) {
  .logo-block {
    min-height: 0;
  }
}
.logo-block a {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  width: 100%;
  padding: 15px;
  text-decoration: none;
  box-sizing: border-box;
}
.logo-block p {
  margin: 5px 0 0;
  line-height: 1.2;
}
.logo-block > p {
  display: none;
}
.logo-block .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 100%;
  max-height: 130px;
  overflow: hidden;
  text-align: center;
}
.logo-block .logo img {
  display: block;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.logo-block.has-logo {
  flex-direction: row;
}
.logo-block.has-logo a {
  justify-content: center;
}
.logo-block.has-logo .logo {
  height: 95px;
  max-height: none;
}
.logo-block.has-logo .logo img {
  max-width: 200px;
  max-height: 90px;
  width: auto;
}
.logo-block header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: #fff;
}
.logo-block header .name {
  margin: 0;
  line-height: 1;
}
@media (max-width: 870px) {
  .logo-block header {
    position: static;
    text-align: center;
  }
}
/*---------------------------------------
	BANNER
-----------------------------------------*/
#banner {
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}
@media (max-width: 870px) {
  #banner {
    padding: 0;
  }
}
.home #banner {
  border-bottom: 5px solid #fff;
}
#banner .wrapper {
  display: table;
  width: 100%;
  height: 340px;
  background: #1d5393;
}
#banner .wrapper figure {
  /* !!! fallback for background-size */
  display: table-cell;
  width: 66.66666667%;
  vertical-align: top;
  background: no-repeat center center;
  background-size: auto 100%;
  position: relative;
}
#banner .wrapper figure figcaption {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
#banner .wrapper figure figcaption span {
  background: rgba(255, 255, 255, 0.8);
  display: block;
  margin-bottom: 10px;
  padding: 10px 30px 10px 75px;
  font-family: 'DIN Condensed W01 Light', serif;
  font-size: 32px;
  position: relative;
}
#banner .wrapper figure figcaption span:before {
  content: '';
  background: url('../img/icon-arrow.svg');
  width: 30px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
#banner .wrapper figure figcaption span:last-child {
  margin-bottom: 0;
}
#banner .wrapper figure img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
body.page-template-landing-campaign-php #banner .wrapper {
  height: auto;
}
body.page-template-landing-campaign-php #banner .wrapper figure {
  display: block;
  width: 100%;
}
#banner .wrapper .caption {
  display: table-cell;
  width: 33.33333333%;
  vertical-align: top;
  margin: 0;
  color: #FFF;
}
#banner .wrapper .caption .caption-wrapper {
  padding: 20px 30px 30px;
  font-size: 22px;
  line-height: 35px;
}
#banner .wrapper .caption .caption-wrapper .intro {
  font-size: 16px;
  color: #2E3438;
}
#banner .wrapper .caption .caption-wrapper h1,
#banner .wrapper .caption .caption-wrapper h2,
#banner .wrapper .caption .caption-wrapper h3 {
  font-family: 'DIN Condensed W01 Light', serif;
  font-weight: normal;
}
#banner .wrapper .caption .caption-wrapper h1 {
  font-size: 30px;
  line-height: 34px;
  color: #2E3438;
}
#banner .wrapper .caption .caption-wrapper h2 {
  font-size: 25px;
  line-height: 28px;
  color: #00b0f0;
}
#banner .wrapper .caption .caption-wrapper h3 {
  font-size: 22px;
  line-height: 26px;
  color: #2E3438;
}
#banner .wrapper .caption .caption-wrapper a {
  color: #00b0f0;
}
#banner .wrapper .caption .caption-wrapper a:hover {
  text-decoration: underline;
}
#banner .wrapper .caption .caption-wrapper strong,
#banner .wrapper .caption .caption-wrapper b {
  font-family: 'Montserrat Bold', 'Montserrat', sans-serif;
  font-weight: 700;
}
#banner .wrapper .caption .caption-wrapper em,
#banner .wrapper .caption .caption-wrapper i {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  -webkit-text-stroke: 0.3px;
}
#banner .wrapper .caption .caption-wrapper ul,
#banner .wrapper .caption .caption-wrapper ol {
  padding: 0 0 0 17px;
  clear: both;
  list-style-position: outside;
}
#banner .wrapper .caption .caption-wrapper ul.red-arrows,
#banner .wrapper .caption .caption-wrapper ol.red-arrows {
  list-style: none;
  padding: 0;
}
#banner .wrapper .caption .caption-wrapper ul.red-arrows li,
#banner .wrapper .caption .caption-wrapper ol.red-arrows li {
  padding-left: 30px;
  position: relative;
}
#banner .wrapper .caption .caption-wrapper ul.red-arrows li:before,
#banner .wrapper .caption .caption-wrapper ol.red-arrows li:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  background: url('../img/icon-arrow.svg') no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#banner .wrapper .caption .caption-wrapper ul.green-ticks,
#banner .wrapper .caption .caption-wrapper ol.green-ticks {
  list-style: none;
  padding: 0;
}
#banner .wrapper .caption .caption-wrapper ul.green-ticks li,
#banner .wrapper .caption .caption-wrapper ol.green-ticks li {
  padding-left: 30px;
  position: relative;
}
#banner .wrapper .caption .caption-wrapper ul.green-ticks li:before,
#banner .wrapper .caption .caption-wrapper ol.green-ticks li:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  background: url('../img/icon-tick.svg') no-repeat center center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#banner .wrapper .caption .caption-wrapper img.post-content-image {
  display: block;
}
#banner .wrapper .caption .caption-wrapper img.post-content-image.size-medium,
#banner .wrapper .caption .caption-wrapper img.post-content-image.size-large,
#banner .wrapper .caption .caption-wrapper img.post-content-image.size-full {
  display: block;
  max-width: 100%;
  height: auto;
}
#banner .wrapper .caption .caption-wrapper img.post-content-image.size-quarter {
  max-width: 36.49%;
  height: auto;
}
#banner .wrapper .caption .caption-wrapper img.post-content-image.alignleft {
  margin: 8px 20px 0 0;
}
#banner .wrapper .caption .caption-wrapper img.post-content-image.alignright {
  margin: 8px 0 0 20px;
}
#banner .wrapper .caption .caption-wrapper img.post-content-image.aligncenter {
  margin: 0 auto;
}
#banner .wrapper .caption .caption-wrapper img.post-content-image.alignnone {
  margin: 0;
}
#banner .wrapper .caption .caption-wrapper .wp-caption {
  width: auto !important;
}
#banner .wrapper .caption .caption-wrapper .wp-caption img {
  display: block;
  max-width: 100% !important;
}
#banner .wrapper .caption .caption-wrapper .wp-caption .wp-caption-text {
  margin: 0;
  padding: 10px 20px;
  border: 1px solid #d3e9ea;
  border-width: 0 1px 1px;
  background: #F9FBFC;
  font: italic 13px/20px 'Montserrat Reg', 'Montserrat', sans-serif;
  color: #90979A;
}
#banner .wrapper .caption .caption-wrapper .wp-caption.alignleft {
  margin: 0 20px 10px 0;
}
#banner .wrapper .caption .caption-wrapper .wp-caption.alignright {
  margin: 0 0 10px 20px;
}
#banner .wrapper .caption .caption-wrapper .wp-caption.aligncenter {
  margin: 0 auto 20px;
}
#banner .wrapper .caption .caption-wrapper .wp-caption.alignnone {
  margin: 0 0 20px;
}
#banner .wrapper .caption .caption-wrapper h1,
#banner .wrapper .caption .caption-wrapper h2,
#banner .wrapper .caption .caption-wrapper h3,
#banner .wrapper .caption .caption-wrapper h4,
#banner .wrapper .caption .caption-wrapper h5 {
  margin: 20px 0;
  font: 40px/50px 'DIN Condensed W01 Light', serif;
  color: #FFF;
}
@media (max-width: 870px) {
  #banner .wrapper {
    height: auto;
  }
  #banner .wrapper figure {
    display: none;
  }
  body.page-template-landing-campaign-php #banner .wrapper figure {
    display: block;
    height: 160px;
  }
  #banner .wrapper dl {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
  }
  #banner .wrapper dl dt {
    padding: 30px 20px 0;
  }
  #banner .wrapper dl dd {
    padding: 20px 20px 30px;
  }
}
/*-----------------------------------------
	FRONT-PAGE
-----------------------------------------*/
#banner-front {
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  border-bottom: 10px solid #FFF;
}
@media (max-width: 870px) {
  #banner-front {
    padding: 0;
  }
}
#banner-front h1 {
  margin: 0;
  padding: 30px 20px;
  overflow: hidden;
  font: 55px/55px 'DIN Condensed W01 Light', serif;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  background: #00b0f0;
}
#banner-front ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  clear: both;
  display: table;
  height: 100%;
}
#banner-front ul li {
  display: table-cell;
  width: 33.33333333%;
  padding: 30px 0 0;
  vertical-align: top;
  text-align: center;
  color: #000;
  background: #e5f2f3;
}
#banner-front ul li a {
  color: #000;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
#banner-front ul li a .banner-icon {
  position: relative;
  width: 115px;
  height: 115px;
  margin: 0 auto;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
}
#banner-front ul li a .banner-icon span.icon-front,
#banner-front ul li a .banner-icon span.icon-back {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 115px;
  height: 115px;
  background: url("../img/icon_banner.png") no-repeat 0 0;
}
#banner-front ul li a .banner-icon span.icon-front {
  z-index: 900;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#banner-front ul li a .banner-icon span.icon-back {
  background-position: 0 -120px;
  z-index: 800;
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#banner-front ul li a h2 {
  margin: 0;
  padding: 30px 20px;
  font: 25px/25px 'DIN Condensed W01 Light', serif;
}
#banner-front ul li a:hover {
  color: #ff4355;
}
#banner-front ul li a:hover span.icon-front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
#banner-front ul li a:hover span.icon-back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}
#banner-front ul li.item-2 {
  background: #d3e9ea;
}
#banner-front ul li.item-2 a .banner-icon span.icon-front {
  background-position: -120px 0;
}
#banner-front ul li.item-2 a .banner-icon span.icon-back {
  background-position: -120px -120px;
}
#banner-front ul li.item-2 a:hover {
  color: #ff4355;
}
#banner-front ul li.item-3 a .banner-icon span.icon-front {
  background-position: -240px 0;
}
#banner-front ul li.item-3 a .banner-icon span.icon-back {
  background-position: -240px -120px;
}
#banner-front ul li.item-3 a:hover {
  color: #ff4355;
}
@media (max-width: 870px) {
  #banner-front {
    height: auto;
  }
  #banner-front ul li {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
  }
}
#front-messages {
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  padding: 0;
  background: #F9FBFC;
}
@media (max-width: 870px) {
  #front-messages {
    padding: 0;
  }
}
#front-messages li {
  float: left;
  width: 50%;
}
#front-messages li article {
  padding: 30px;
}
#front-messages li article figure {
  float: left;
  margin: 20px 20px 10px 0;
}
#front-messages li article figure img {
  display: block;
  width: 85px;
  height: auto;
}
#front-messages li article h3 {
  margin: 0;
  font: 21px/26px 'DIN Condensed W01 Light', serif;
  color: #ff4355;
}
#front-messages li article h3 a {
  color: #1d5393;
}
#front-messages li article h3 a:hover {
  text-decoration: none;
  color: #2E3438;
}
#front-messages li article p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 23px;
  color: #58646B;
}
#front-messages li article a {
  color: #00b0f0;
}
#front-messages li article a:hover {
  text-decoration: underline;
}
#front-messages li article strong,
#front-messages li article b {
  font-family: 'Montserrat Bold', 'Montserrat', sans-serif;
  font-weight: 700;
}
#front-messages li article em,
#front-messages li article i {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  -webkit-text-stroke: 0.3px;
}
#front-messages li.campaign img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 870px) {
  #front-messages li {
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
  }
}
/*-----------------------------------------
	MAIN
-----------------------------------------*/
.page-header,
.page-body {
  padding: 0 30px;
}
.page-title {
  margin: 20px 0;
  font: 30px/34px 'DIN Condensed W01 Light', serif;
  color: #1d5393;
}
.page-body,
body#tinymce {
  font-size: 14px;
  line-height: 28px;
  color: #58646B;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.page-body .intro,
body#tinymce .intro {
  font-size: 16px;
  color: #2E3438;
}
.page-body h1,
body#tinymce h1,
.page-body h2,
body#tinymce h2,
.page-body h3,
body#tinymce h3 {
  font-family: 'DIN Condensed W01 Light', serif;
  font-weight: normal;
}
.page-body h1,
body#tinymce h1 {
  font-size: 30px;
  line-height: 34px;
  color: #2E3438;
}
.page-body h2,
body#tinymce h2 {
  font-size: 25px;
  line-height: 28px;
  color: #00b0f0;
}
.page-body h3,
body#tinymce h3 {
  font-size: 22px;
  line-height: 26px;
  color: #2E3438;
}
.page-body a,
body#tinymce a {
  color: #00b0f0;
}
.page-body a:hover,
body#tinymce a:hover {
  text-decoration: underline;
}
.page-body strong,
body#tinymce strong,
.page-body b,
body#tinymce b {
  font-family: 'Montserrat Bold', 'Montserrat', sans-serif;
  font-weight: 700;
}
.page-body em,
body#tinymce em,
.page-body i,
body#tinymce i {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  -webkit-text-stroke: 0.3px;
}
.page-body ul,
body#tinymce ul,
.page-body ol,
body#tinymce ol {
  padding: 0 0 0 17px;
  clear: both;
  list-style-position: outside;
}
.page-body ul.red-arrows,
body#tinymce ul.red-arrows,
.page-body ol.red-arrows,
body#tinymce ol.red-arrows {
  list-style: none;
  padding: 0;
}
.page-body ul.red-arrows li,
body#tinymce ul.red-arrows li,
.page-body ol.red-arrows li,
body#tinymce ol.red-arrows li {
  padding-left: 30px;
  position: relative;
}
.page-body ul.red-arrows li:before,
body#tinymce ul.red-arrows li:before,
.page-body ol.red-arrows li:before,
body#tinymce ol.red-arrows li:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  background: url('../img/icon-arrow.svg') no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.page-body ul.green-ticks,
body#tinymce ul.green-ticks,
.page-body ol.green-ticks,
body#tinymce ol.green-ticks {
  list-style: none;
  padding: 0;
}
.page-body ul.green-ticks li,
body#tinymce ul.green-ticks li,
.page-body ol.green-ticks li,
body#tinymce ol.green-ticks li {
  padding-left: 30px;
  position: relative;
}
.page-body ul.green-ticks li:before,
body#tinymce ul.green-ticks li:before,
.page-body ol.green-ticks li:before,
body#tinymce ol.green-ticks li:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  background: url('../img/icon-tick.svg') no-repeat center center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.page-body img.post-content-image,
body#tinymce img.post-content-image {
  display: block;
}
.page-body img.post-content-image.size-medium,
body#tinymce img.post-content-image.size-medium,
.page-body img.post-content-image.size-large,
body#tinymce img.post-content-image.size-large,
.page-body img.post-content-image.size-full,
body#tinymce img.post-content-image.size-full {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-body img.post-content-image.size-quarter,
body#tinymce img.post-content-image.size-quarter {
  max-width: 36.49%;
  height: auto;
}
.page-body img.post-content-image.alignleft,
body#tinymce img.post-content-image.alignleft {
  margin: 8px 20px 0 0;
}
.page-body img.post-content-image.alignright,
body#tinymce img.post-content-image.alignright {
  margin: 8px 0 0 20px;
}
.page-body img.post-content-image.aligncenter,
body#tinymce img.post-content-image.aligncenter {
  margin: 0 auto;
}
.page-body img.post-content-image.alignnone,
body#tinymce img.post-content-image.alignnone {
  margin: 0;
}
.page-body .wp-caption,
body#tinymce .wp-caption {
  width: auto !important;
}
.page-body .wp-caption img,
body#tinymce .wp-caption img {
  display: block;
  max-width: 100% !important;
}
.page-body .wp-caption .wp-caption-text,
body#tinymce .wp-caption .wp-caption-text {
  margin: 0;
  padding: 10px 20px;
  border: 1px solid #d3e9ea;
  border-width: 0 1px 1px;
  background: #F9FBFC;
  font: italic 13px/20px 'Montserrat Reg', 'Montserrat', sans-serif;
  color: #90979A;
}
.page-body .wp-caption.alignleft,
body#tinymce .wp-caption.alignleft {
  margin: 0 20px 10px 0;
}
.page-body .wp-caption.alignright,
body#tinymce .wp-caption.alignright {
  margin: 0 0 10px 20px;
}
.page-body .wp-caption.aligncenter,
body#tinymce .wp-caption.aligncenter {
  margin: 0 auto 20px;
}
.page-body .wp-caption.alignnone,
body#tinymce .wp-caption.alignnone {
  margin: 0 0 20px;
}
/*-----------------------------------------
	LANDING
-----------------------------------------*/
#landing {
  overflow: hidden;
  margin: 5px 0 0;
  padding: 60px 30px 0;
  border-top: 5px solid #00b0f0;
}
#landing li {
  float: left;
  width: 48%;
  margin: 0 0 30px;
}
#landing li.odd {
  clear: both;
  margin: 0 4% 30px 0;
}
#landing li a {
  display: block;
  padding: 0 0 0 92px;
  overflow: hidden;
}
#landing li a .icon {
  display: block;
  float: left;
  width: 72px;
  height: 72px;
  overflow: hidden;
  margin: 0 0 0 -92px;
  text-align: center;
  font-size: 36px;
  line-height: 72px;
  color: #FFF;
  background: #00b0f0 url("../img/icon.png") no-repeat 0 0;
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
#landing li a h2 {
  margin: 0 0 10px;
  font: 23px/31px 'DIN Condensed W01 Light', serif;
  color: #00b0f0;
}
#landing li a p {
  margin: 0;
  font: 14px/28px 'Montserrat Reg', 'Montserrat', sans-serif;
  color: #58646B;
}
#landing li a:hover h2 {
  color: #1d5393;
}
#landing li a:hover .icon {
  background-color: #1d5393;
}
@media (max-width: 870px) {
  #landing {
    padding: 60px 20px 0;
  }
  #landing li {
    width: 100%;
    clear: both;
    margin: 0 !important;
  }
}
#landing.home {
  margin: 0;
  border: 0;
}
#landing.home li {
  width: 100%;
}
/*-----------------------------------------
	NEWS
-----------------------------------------*/
#main.blog .page-body div.news-intro {
  display: block;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #CACDCF;
}
#posts,
#search {
  padding: 0 30px;
}
#posts li,
#search li {
  padding: 20px 0 0;
  border-bottom: 1px solid #CACDCF;
}
#posts li:first-child,
#search li:first-child {
  padding: 0;
}
#posts li time,
#search li time,
#posts li cite,
#search li cite {
  font-size: 14px;
  line-height: 1;
  color: #90979A;
}
#posts li cite,
#search li cite {
  margin: 0 0 0 30px;
}
#posts li h2,
#search li h2 {
  clear: both;
  margin: 5px 0 10px;
  font: 21px/26px 'DIN Condensed W01 Light', serif;
  color: #ff4355;
}
#posts li h2 a,
#search li h2 a {
  color: #1d5393;
}
#posts li .entry-content,
#search li .entry-content {
  padding: 0 0 20px;
  overflow: hidden;
  font-size: 14px;
  line-height: 28px;
  color: #58646B;
}
#posts li .entry-content .thumb-link,
#search li .entry-content .thumb-link {
  position: relative;
  display: block;
  float: left;
  width: 135px;
  height: 135px;
  overflow: hidden;
  margin: 10px 20px 0 0;
  background: #F9FBFC;
}
#posts li .entry-content .thumb-link .thumb,
#search li .entry-content .thumb-link .thumb {
  display: block;
  width: 135px;
  height: 135px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#posts li .entry-content .thumb-link .thumb img,
#search li .entry-content .thumb-link .thumb img {
  display: block;
  margin: 0 auto;
}
#posts li .entry-content .thumb-link span,
#search li .entry-content .thumb-link span {
  display: block;
  width: 135px;
  height: 135px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
#posts li .entry-content .thumb-link:hover .thumb,
#search li .entry-content .thumb-link:hover .thumb {
  -webkit-filter: grayscale(1);
}
#posts li .entry-content .thumb-link:hover span,
#search li .entry-content .thumb-link:hover span {
  background: rgba(121, 175, 193, 0.6);
}
#posts li .entry-content a,
#search li .entry-content a {
  color: #00b0f0;
}
#posts li .entry-content a:hover,
#search li .entry-content a:hover {
  text-decoration: underline;
}
#posts li .entry-content strong,
#search li .entry-content strong,
#posts li .entry-content b,
#search li .entry-content b {
  font-family: 'Montserrat Bold', 'Montserrat', sans-serif;
  font-weight: 700;
}
#posts li .entry-content em,
#search li .entry-content em,
#posts li .entry-content i,
#search li .entry-content i {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  -webkit-text-stroke: 0.3px;
}
#posts li .entry-content p,
#search li .entry-content p {
  display: inline;
  margin: 0 0 20px;
}
#posts li .entry-content a[rel="bookmark"],
#search li .entry-content a[rel="bookmark"] {
  text-transform: uppercase;
  color: #00b0f0;
}
#posts li .entry-content a[rel="bookmark"]:hover,
#search li .entry-content a[rel="bookmark"]:hover {
  text-decoration: none;
  color: #000;
}
#main.post header time,
#main.post header cite {
  font-size: 14px;
  line-height: 1;
  color: #90979A;
}
#main.post header cite {
  margin: 0 0 0 30px;
}
#main.post footer {
  height: 30px;
  overflow: hidden;
  margin: 20px 30px 0;
  padding: 10px 0;
  border: 1px solid #e5f2f3;
  border-width: 1px 0;
  font-size: 14px;
  line-height: 1;
  color: #505B61;
}
#main.post footer #single-cats {
  float: left;
  line-height: 30px;
}
#main.post footer #single-cats a {
  color: #00b0f0;
}
#main.post footer #single-cats a:hover {
  text-decoration: underline;
}
#main.post footer #single-pagination {
  float: right;
  height: 30px;
}
#main.post footer #single-pagination li {
  float: left;
}
#main.post footer #single-pagination li a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  font: 14px/1 'Montserrat Bold', 'Montserrat', sans-serif;
  line-height: 32px;
  text-align: center;
  color: #d3e9ea;
  background: #e5f2f3;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#main.post footer #single-pagination li a:hover {
  color: #FFF;
  background: #d3e9ea;
}
/*-----------------------------------------
	SEARCH
-----------------------------------------*/
#search li .post-type {
  float: right;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #90979A;
}
#search li footer {
  padding: 0 0 20px;
}
#search li footer pre {
  margin: 0;
}
#search li footer pre a {
  font-size: 13px;
  color: #90979A;
}
#search li footer pre a:hover {
  text-decoration: underline;
}
@media (max-width: 870px) {
  #search {
    padding: 0 20px !important;
  }
}
/*-----------------------------------------
	FOOTER
-----------------------------------------*/
#colophon {
  width: 100%;
  height: auto;
  overflow: hidden;
  clear: both;
  width: auto;
  margin: 0 0 30px;
  padding: 0 20px;
  background: url("../img/cover_border.png") no-repeat center bottom;
}
#colophon .wrapper {
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  padding: 30px 0 0;
  border-bottom: 1px solid #CACDCF;
  font: 13px/28px 'Montserrat Reg', 'Montserrat', sans-serif;
}
@media (max-width: 870px) {
  #colophon .wrapper {
    padding: 0;
  }
}
#colophon .wrapper .disclaimer {
  float: left;
  margin: 0 0 10px 30px;
  color: #90979A;
}
#colophon .wrapper ul#extra-menu {
  float: right;
  margin: 0 0 10px 30px;
  color: #d3e9ea;
}
#colophon .wrapper ul#extra-menu li {
  float: left;
}
#colophon .wrapper ul#extra-menu li:before {
  margin: 0 0 0 4px;
  content: "- ";
}
#colophon .wrapper ul#extra-menu li:first-child:before {
  content: "";
}
#colophon .wrapper ul#extra-menu li a {
  color: #90979A;
}
#colophon .wrapper ul#extra-menu li a:hover {
  text-decoration: underline;
}
#colophon .wrapper ul.mobile-menu {
  display: none;
  width: 100%;
  height: auto;
  overflow: hidden;
  clear: both;
  border-top: 1px solid #CACDCF;
  background: url("../img/border.png") repeat-y center center;
}
#colophon .wrapper ul.mobile-menu li {
  float: left;
  width: 50%;
  padding: 20px 0;
  text-align: center;
  color: #CACDCF;
}
#colophon .wrapper ul.mobile-menu li a,
#colophon .wrapper ul.mobile-menu li span {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #505B61;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
#colophon .wrapper ul.mobile-menu li a:hover,
#colophon .wrapper ul.mobile-menu li span:hover {
  color: #00b0f0;
}
#colophon .wrapper ul.mobile-menu li span {
  color: #CACDCF;
}
#colophon .wrapper ul.mobile-menu li span:hover {
  color: #CACDCF;
}
@media (max-width: 870px) {
  #colophon {
    padding: 0;
  }
  #colophon .wrapper ul#extra-menu {
    float: left;
    margin: 10px 20px 0;
  }
  #colophon .wrapper .disclaimer {
    clear: both;
    margin: 10px 20px;
  }
  #colophon .wrapper ul.mobile-menu {
    display: block;
  }
}
/*=========================================
	MODULES
===========================================
	FAQ
-----------------------------------------*/
#faq-list {
  margin: 30px 0 0 -30px;
}
#faq-list h2,
#faq-list h3,
#faq-list h4 {
  margin: 0;
}
#faq-list h2 a,
#faq-list h3 a,
#faq-list h4 a {
  text-decoration: none !important;
}
#faq-list h2 {
  display: none;
}
#faq-list h3 {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 30px;
  font: 20px/1 'DIN Condensed W01 Light', serif;
}
#faq-list h3 a.toggle-questions {
  display: inline-block;
  padding: 0 0 10px;
  border-bottom: 1px solid #CACDCF;
  color: #2E3438;
}
#faq-list h3 a.toggle-questions span {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 4px;
  left: 0;
  background: #00b0f0 url("../img/ico_faq.png") no-repeat 0 -14px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
#faq-list h3 a.toggle-questions:hover span {
  background-color: #000;
}
#faq-list h3 a.toggle-questions.selected span {
  background-position: 0 0;
}
#faq-list h4 {
  position: relative;
  font: 14px/28px 'Montserrat Reg', 'Montserrat', sans-serif;
}
#faq-list h4 a.toggle-answer {
  color: #00b0f0;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
#faq-list h4 a.toggle-answer span {
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 10px;
  left: -17px;
  background: url("../img/ico_faq.png") no-repeat 0 -28px;
}
#faq-list h4 a.toggle-answer:hover {
  color: #2E3438;
}
#faq-list h4 a.toggle-answer.selected span {
  background-position: -7px -28px;
}
#faq-list .subject {
  margin: 20px 0 0;
}
#faq-list .questions {
  padding: 0 30px 15px 30px;
}
#faq-list .questions .answer p {
  margin: 20px 0 0;
}
#faq-list .questions .answer p:first-child {
  margin: 0;
}
#faq-list .questions .answer ul {
  list-style-type: disc;
}
@media (max-width: 870px) {
  #faq-list {
    margin: 30px 0 0;
  }
  #faq-list .answer {
    margin: 0 -20px;
  }
}
#faq-list.total ul.tabs {
  width: 100%;
  margin: 0 0 20px;
  border-bottom: 1px solid #d3e9ea;
}
#faq-list.total ul.tabs li {
  display: inline-block;
  margin: 0 0 0 15px;
}
#faq-list.total ul.tabs li:first {
  margin: 0 0 0 30px;
}
#faq-list.total ul.tabs li a {
  display: block;
  height: 38px;
  padding: 0 15px;
  border: 1px solid #d3e9ea;
  outline: 0;
  border-width: 1px 1px 0;
  line-height: 38px;
  text-transform: uppercase;
  color: #505B61;
  background: #F9FBFC;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
#faq-list.total ul.tabs li a:hover {
  text-decoration: none;
  color: #00b0f0;
}
#faq-list.total ul.tabs li a.active {
  height: 39px;
  margin: 0 0 -1px;
  color: #00b0f0;
  background: #FFF;
}
@media (max-width: 870px) {
  #faq-list.total ul.tabs {
    border: 0;
  }
  #faq-list.total ul.tabs li {
    display: block;
    clear: both;
    margin: 0 0 20px;
  }
  #faq-list.total ul.tabs li a {
    border-width: 1px 1px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
/*-----------------------------------------
	GLOSSARY
-----------------------------------------*/
a.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}
#glossary ul.index {
  overflow: hidden;
  padding: 15px 12px 15px 30px;
  border-left: 8px solid #00b0f0;
  background: #F9FBFC url("../img/border.png") repeat-x left bottom;
}
#glossary ul.index li {
  float: left;
  margin: 0 8px 0 0;
  font: 20px/1 'DIN Condensed W01 Light', serif;
}
#glossary h3 {
  margin: 30px 0 0;
  padding: 15px 20px 15px 30px;
  border-left: 8px solid #00b0f0;
  font: 20px/1 'DIN Condensed W01 Light', serif;
  color: #d3e9ea;
  background: #F9FBFC url("../img/border.png") repeat-x left bottom;
}
#glossary h3 a {
  display: block;
  float: right;
  height: 20px;
  padding: 0 20px 0 0;
  font: 15px/1 'Montserrat Reg', 'Montserrat', sans-serif;
  line-height: 20px;
  color: #d3e9ea !important;
  background: url("../img/ico_top.png") no-repeat right top;
}
#glossary dl dt,
#glossary dl dd {
  margin: 0;
  padding: 0;
}
#glossary dl dt {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 28px;
  color: #2E3438;
}
#glossary dl dd p {
  margin: 20px 0 0;
}
#glossary dl dd p:first-child {
  margin: 0;
}
#glossary dl dd a {
  color: #00b0f0;
}
#glossary dl dd a:hover {
  text-decoration: underline;
}
@media (max-width: 870px) {
  #glossary ul.index {
    padding: 15px 12px 15px 20px;
  }
  #glossary h3 {
    padding: 15px 20px 15px 20px;
  }
}
/*-----------------------------------------
	LINKS
-----------------------------------------*/
#links h2 {
  margin: 30px 0 0;
  padding: 15px 20px 15px 30px;
  border-left: 8px solid #00b0f0;
  font: 20px/1 'DIN Condensed W01 Light', serif;
  color: #00b0f0 !important;
  background: #F9FBFC url("../img/border.png") repeat-x left bottom;
}
#links ul.links {
  padding: 0 0 0 16px;
  list-style: disc;
}
#links ul.links li {
  margin: 15px 0 0;
}
#links ul.links li a {
  display: block;
  padding: 0;
}
#links ul.links li a img {
  display: block;
  float: left;
  margin: 0 0 0 -105px;
}
#links ul.links li a h3 {
  margin: 0;
  font: 16px/28px 'Montserrat Reg', 'Montserrat', sans-serif;
  color: #2E3438;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
#links ul.links li a p {
  margin: 0;
  color: #58646B;
}
#links ul.links li a pre {
  margin: 0;
  color: #90979A;
}
#links ul.links li a:hover {
  text-decoration: none;
}
#links ul.links li a:hover h3 {
  color: #00b0f0;
}
/*-----------------------------------------
	SITEMAP
-----------------------------------------*/
#sitemap {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
#sitemap a {
  font-size: 14px;
}
#sitemap ul.menu > li > a {
  font-size: 15px;
  font-weight: bold;
  font-family: 'Montserrat Bold', 'Montserrat', sans-serif;
}
#sitemap ul.menu ul {
  margin: 0 0 10px 20px;
}
#sitemap ul.menu ul li:before {
  content: '- ';
}
#sitemap ul.menu ul li a {
  color: #58646B;
}
#sitemap ul.menu ul li ul li {
  color: #90979A;
}
#sitemap ul.menu ul li ul li a {
  color: #90979A;
}
@media (max-width: 870px) {
  #sitemap {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
/*-----------------------------------------
	ALERT
-----------------------------------------*/
#alertbox {
  width: 100%;
  height: auto;
  overflow: hidden;
  clear: both;
  display: none;
  border-bottom: 1px solid #CACDCF;
  color: #FFF;
  background: #F60100;
}
#alertbox dl {
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  padding: 20px !important;
}
@media (max-width: 870px) {
  #alertbox dl {
    padding: 0;
  }
}
#alertbox dl dt,
#alertbox dl dd {
  margin: 0;
  padding: 0;
}
#alertbox dl dt {
  display: block;
  float: left;
  width: 200px;
  height: 45px;
  margin: 0 20px 0 0;
  border-right: 1px solid #FFF;
  font: 15px/47px 'Montserrat Bold', 'Montserrat', sans-serif;
  text-transform: uppercase;
}
#alertbox dl dt a {
  display: block;
  height: 45px;
  padding: 0 0 0 31px;
  text-align: center;
  color: #FFF;
  background: url("../img/alert_close.png") no-repeat 0 0;
}
#alertbox dl dt a:hover {
  background-position: 0 -45px;
}
#alertbox dl dt a strong,
#alertbox dl dt a b {
  font-family: 'Montserrat Bold', 'Montserrat', sans-serif;
  font-weight: 700;
}
#alertbox dl dt a em,
#alertbox dl dt a i {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  -webkit-text-stroke: 0.3px;
}
#alertbox dl dd {
  font-size: 14px;
  line-height: 20px;
}
#alertbox dl dd a {
  color: #000;
}
#alertbox dl dd a:hover {
  text-decoration: underline;
}
@media (max-width: 870px) {
  #alertbox dl dt {
    border: 0;
  }
  #alertbox dl dd {
    clear: both;
  }
}
/*-----------------------------------------
	QUESTIONNAIRE
-----------------------------------------*/
#questionnaire {
  overflow: hidden;
}
#questionnaire p {
  font-family: 'Montserrat Bold', 'Montserrat', sans-serif;
  font-weight: bold;
}
#questionnaire input[type="submit"] {
  display: block;
  float: left;
  height: 41px;
  margin: 0 10px 0 0;
  padding: 0 15px;
  border: 0;
  font: bold 15px/41px 'Montserrat Bold', 'Montserrat', sans-serif;
  background: #00b0f0;
  color: #FFF;
  cursor: pointer;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
#questionnaire input[type="submit"]:hover,
#questionnaire input[type="submit"]:active {
  background: #000;
}
/*-----------------------------------------
	BANNERS
-----------------------------------------*/
#dyn-banners {
  position: relative;
  padding: 0 254px 0 0;
}
#dyn-banners .preview-banner .preview-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
#dyn-banners .preview-banner pre {
  padding: 10px;
  color: #90979A;
  background: #2E3438;
}
.download-banners {
  width: 100%;
  margin: 0 0 30px;
  border-bottom: 1px dotted #CACDCF;
}
.download-banners th {
  padding: 5px 0;
  font: 17px/26px 'DIN Condensed W01 Light', serif;
  color: #00b0f0;
}
.download-banners tr {
  border-top: 1px dotted #CACDCF;
}
.download-banners td {
  vertical-align: middle;
}
.download-banners td.download {
  text-align: right;
}
.download-banners img {
  display: block;
  margin: 10px 20px 10px 0;
}
.download-banners thead tr {
  border: 0;
}
/*-----------------------------------------
	CONTACT
-----------------------------------------*/
.wpcf7 {
  padding: 0 0 0 170px !important;
  overflow: hidden;
}
.wpcf7 p {
  float: left;
  clear: both;
  width: 100%;
  font-family: 'Montserrat Reg', 'Montserrat', sans-serif !important;
  font-weight: normal !important;
}
.wpcf7 p.text {
  margin: 0 0 0 -170px;
}
.wpcf7 .wpcf7-recaptcha {
  float: left;
  clear: both;
}
.wpcf7 label {
  float: left;
  width: 170px;
  margin: 0 0 0 -170px;
}
.wpcf7 label.full {
  width: 100%;
}
.wpcf7 .wpcf7-list-item.first {
  margin: 0;
}
.wpcf7 .wpcf7-list-item label {
  width: auto;
  margin: 0 10px 0 0;
  font-size: 13px;
  color: #90979A;
}
@media (max-width: 480px) {
  .wpcf7 .wpcf7-list-item label {
    width: 100%;
  }
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7 input:focus,
.wpcf7 select:focus {
  outline: none;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  height: 22px;
  padding: 5px 10px;
  border: 1px solid #d3e9ea;
  font-family: arial, sans-serif;
  color: #505B61;
  -webkit-transition: border 300ms ease-in-out;
  -moz-transition: border 300ms ease-in-out;
  -o-transition: border 300ms ease-in-out;
  transition: border 300ms ease-in-out;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: #00b0f0;
}
.wpcf7 textarea {
  width: 90%;
  height: auto;
  padding: 10px;
}
.wpcf7 select {
  height: 34px;
  padding: 5px 45px 5px 10px;
  background: transparent url("../img/form_elements.png") no-repeat right -48px;
  cursor: pointer;
  -webkit-appearance: none;
}
.wpcf7 select:focus {
  background-position: right -80px;
}
.wpcf7 input[type="submit"] {
  display: block;
  float: left;
  height: 41px;
  margin: 0 10px 0 0;
  padding: 0 15px;
  border: 0;
  font: bold 15px/41px 'Montserrat Bold', 'Montserrat', sans-serif;
  background: #00b0f0;
  color: #FFF;
  cursor: pointer;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:active {
  background: #000;
}
.wpcf7 .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 33px;
  height: 24px;
  line-height: 24px;
  background: url("../img/form_elements.png") no-repeat 0 0;
}
.wpcf7 input[type="checkbox"] {
  display: none;
}
.wpcf7 input[type=checkbox]:checked + .wpcf7-list-item-label {
  background-position: 0 -24px;
}
.wpcf7 .msg {
  margin: 10px 0 10px -170px;
  color: #90979A;
  font-size: 0.8em;
}
@media all and (max-width: 870px) {
  .wpcf7 .msg {
    margin: 10px 0;
  }
}
.wpcf7 .note {
  margin: 0 0 0 10px;
  font-size: 13px;
  line-height: 30px;
  color: #90979A;
}
.wpcf7 .required {
  color: #F60100;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .wpcf7-response-output {
  clear: both;
  margin: 20px 0 0 -170px;
  padding: 20px 30px;
  border: 2px solid #00b0f0;
  color: #00b0f0;
  background: #FAE6F0;
}
@media all and (max-width: 870px) {
  .wpcf7 .wpcf7-response-output {
    margin: 0;
  }
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  border-color: #ff4355;
  color: #ff4355;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #81d0e1;
  background: #f7feff;
  color: #81d0e1;
}
.wpcf7 input.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid {
  padding: 4px 9px;
  border: 2px solid #ff4355;
}
@media (max-width: 870px) {
  .wpcf7 {
    padding: 0 !important;
  }
  .wpcf7 label {
    margin: 0;
  }
  .wpcf7 input,
  .wpcf7 textarea,
  .wpcf7 select {
    width: 90%;
  }
}
/*-----------------------------------------
	STYLEGUIDE
-----------------------------------------*/
span.swatch {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: sub;
  margin: 0 5px 0 0;
}
/*-----------------------------------------
	MODAL
-----------------------------------------*/
#lang-modal {
  display: none;
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 408px;
  overflow: hidden;
  margin: 0 0 0 -205px;
  border: 1px solid #CACDCF;
  border-width: 0 1px 1px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background: #FFF;
  z-index: 9999;
}
#lang-modal article {
  text-align: left;
}
#lang-modal article a.button {
  display: block;
  float: left;
  height: 41px;
  margin: 0 10px 0 0;
  padding: 0 15px;
  border: 0;
  font: bold 15px/41px 'Montserrat Bold', 'Montserrat', sans-serif;
  background: #00b0f0;
  color: #FFF;
  cursor: pointer;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
#lang-modal article a.button:hover,
#lang-modal article a.button:active {
  background: #000;
}
#lang-modal article footer {
  padding: 20px 30px 30px;
  overflow: hidden;
}
/*=========================================
	WIDGETS
=========================================*/
#sidebar .widget {
  padding: 30px 30px 0;
  display: block;
}
#sidebar .widget:first-of-type {
  padding-top: 50px;
}
#sidebar .widget .widget-title {
  margin: 0;
  font: normal 26px/30px 'DIN Condensed W01 Light', serif;
  color: #ff4355;
}
#sidebar .widget .widget-body,
#sidebar .widget .textwidget {
  font-size: 14px;
  line-height: 28px;
  color: #58646B;
}
#sidebar .widget .widget-body .intro,
#sidebar .widget .textwidget .intro {
  font-size: 16px;
  color: #2E3438;
}
#sidebar .widget .widget-body h1,
#sidebar .widget .textwidget h1,
#sidebar .widget .widget-body h2,
#sidebar .widget .textwidget h2,
#sidebar .widget .widget-body h3,
#sidebar .widget .textwidget h3 {
  font-family: 'DIN Condensed W01 Light', serif;
  font-weight: normal;
}
#sidebar .widget .widget-body h1,
#sidebar .widget .textwidget h1 {
  font-size: 30px;
  line-height: 34px;
  color: #2E3438;
}
#sidebar .widget .widget-body h2,
#sidebar .widget .textwidget h2 {
  font-size: 25px;
  line-height: 28px;
  color: #00b0f0;
}
#sidebar .widget .widget-body h3,
#sidebar .widget .textwidget h3 {
  font-size: 22px;
  line-height: 26px;
  color: #2E3438;
}
#sidebar .widget .widget-body a,
#sidebar .widget .textwidget a {
  color: #00b0f0;
}
#sidebar .widget .widget-body a:hover,
#sidebar .widget .textwidget a:hover {
  text-decoration: underline;
}
#sidebar .widget .widget-body strong,
#sidebar .widget .textwidget strong,
#sidebar .widget .widget-body b,
#sidebar .widget .textwidget b {
  font-family: 'Montserrat Bold', 'Montserrat', sans-serif;
  font-weight: 700;
}
#sidebar .widget .widget-body em,
#sidebar .widget .textwidget em,
#sidebar .widget .widget-body i,
#sidebar .widget .textwidget i {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  -webkit-text-stroke: 0.3px;
}
#sidebar .widget .widget-body ul,
#sidebar .widget .textwidget ul,
#sidebar .widget .widget-body ol,
#sidebar .widget .textwidget ol {
  padding: 0 0 0 17px;
  clear: both;
  list-style-position: outside;
}
#sidebar .widget .widget-body ul.red-arrows,
#sidebar .widget .textwidget ul.red-arrows,
#sidebar .widget .widget-body ol.red-arrows,
#sidebar .widget .textwidget ol.red-arrows {
  list-style: none;
  padding: 0;
}
#sidebar .widget .widget-body ul.red-arrows li,
#sidebar .widget .textwidget ul.red-arrows li,
#sidebar .widget .widget-body ol.red-arrows li,
#sidebar .widget .textwidget ol.red-arrows li {
  padding-left: 30px;
  position: relative;
}
#sidebar .widget .widget-body ul.red-arrows li:before,
#sidebar .widget .textwidget ul.red-arrows li:before,
#sidebar .widget .widget-body ol.red-arrows li:before,
#sidebar .widget .textwidget ol.red-arrows li:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  background: url('../img/icon-arrow.svg') no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#sidebar .widget .widget-body ul.green-ticks,
#sidebar .widget .textwidget ul.green-ticks,
#sidebar .widget .widget-body ol.green-ticks,
#sidebar .widget .textwidget ol.green-ticks {
  list-style: none;
  padding: 0;
}
#sidebar .widget .widget-body ul.green-ticks li,
#sidebar .widget .textwidget ul.green-ticks li,
#sidebar .widget .widget-body ol.green-ticks li,
#sidebar .widget .textwidget ol.green-ticks li {
  padding-left: 30px;
  position: relative;
}
#sidebar .widget .widget-body ul.green-ticks li:before,
#sidebar .widget .textwidget ul.green-ticks li:before,
#sidebar .widget .widget-body ol.green-ticks li:before,
#sidebar .widget .textwidget ol.green-ticks li:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  background: url('../img/icon-tick.svg') no-repeat center center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#sidebar .widget .widget-body img.post-content-image,
#sidebar .widget .textwidget img.post-content-image {
  display: block;
}
#sidebar .widget .widget-body img.post-content-image.size-medium,
#sidebar .widget .textwidget img.post-content-image.size-medium,
#sidebar .widget .widget-body img.post-content-image.size-large,
#sidebar .widget .textwidget img.post-content-image.size-large,
#sidebar .widget .widget-body img.post-content-image.size-full,
#sidebar .widget .textwidget img.post-content-image.size-full {
  display: block;
  max-width: 100%;
  height: auto;
}
#sidebar .widget .widget-body img.post-content-image.size-quarter,
#sidebar .widget .textwidget img.post-content-image.size-quarter {
  max-width: 36.49%;
  height: auto;
}
#sidebar .widget .widget-body img.post-content-image.alignleft,
#sidebar .widget .textwidget img.post-content-image.alignleft {
  margin: 8px 20px 0 0;
}
#sidebar .widget .widget-body img.post-content-image.alignright,
#sidebar .widget .textwidget img.post-content-image.alignright {
  margin: 8px 0 0 20px;
}
#sidebar .widget .widget-body img.post-content-image.aligncenter,
#sidebar .widget .textwidget img.post-content-image.aligncenter {
  margin: 0 auto;
}
#sidebar .widget .widget-body img.post-content-image.alignnone,
#sidebar .widget .textwidget img.post-content-image.alignnone {
  margin: 0;
}
#sidebar .widget .widget-body .wp-caption,
#sidebar .widget .textwidget .wp-caption {
  width: auto !important;
}
#sidebar .widget .widget-body .wp-caption img,
#sidebar .widget .textwidget .wp-caption img {
  display: block;
  max-width: 100% !important;
}
#sidebar .widget .widget-body .wp-caption .wp-caption-text,
#sidebar .widget .textwidget .wp-caption .wp-caption-text {
  margin: 0;
  padding: 10px 20px;
  border: 1px solid #d3e9ea;
  border-width: 0 1px 1px;
  background: #F9FBFC;
  font: italic 13px/20px 'Montserrat Reg', 'Montserrat', sans-serif;
  color: #90979A;
}
#sidebar .widget .widget-body .wp-caption.alignleft,
#sidebar .widget .textwidget .wp-caption.alignleft {
  margin: 0 20px 10px 0;
}
#sidebar .widget .widget-body .wp-caption.alignright,
#sidebar .widget .textwidget .wp-caption.alignright {
  margin: 0 0 10px 20px;
}
#sidebar .widget .widget-body .wp-caption.aligncenter,
#sidebar .widget .textwidget .wp-caption.aligncenter {
  margin: 0 auto 20px;
}
#sidebar .widget .widget-body .wp-caption.alignnone,
#sidebar .widget .textwidget .wp-caption.alignnone {
  margin: 0 0 20px;
}
#sidebar .widget .widget-body img,
#sidebar .widget .textwidget img {
  width: 100%;
  height: auto;
}
#sidebar .widget .widget-body a,
#sidebar .widget .textwidget a {
  color: #00b0f0;
}
#sidebar .widget .widget-body a:hover,
#sidebar .widget .textwidget a:hover {
  text-decoration: underline;
}
#sidebar .widget.video figcaption,
#sidebar .widget.page figcaption {
  background: #00b0f0;
  font-family: 'DIN Condensed W01 Light', serif;
  font-size: 24px;
  text-align: center;
  padding: 10px 15px;
  color: #fff;
}
#sidebar .widget.video figure,
#sidebar .widget.page figure {
  transition: all 0.2s ease-in-out;
}
#sidebar .widget.video figure > div,
#sidebar .widget.page figure > div {
  position: relative;
}
#sidebar .widget.video figure > div .toggle-overlay,
#sidebar .widget.page figure > div .toggle-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 30px;
  text-align: center;
  text-indent: 5px;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 62px;
  border-radius: 50%;
  background: #00b0f0;
  color: #fff;
  transition: all 0.25s ease-in-out;
}
#sidebar .widget.video figure > div .toggle-overlay:hover,
#sidebar .widget.page figure > div .toggle-overlay:hover {
  background: #1d5393;
}
#sidebar .widget.page:hover figure {
  box-shadow: inset 0 0 0 5px #00b0f0;
}
#sidebar .widget.testimonial header {
  display: table;
  width: 100%;
}
#sidebar .widget.testimonial header .left,
#sidebar .widget.testimonial header .right {
  display: table-cell;
  vertical-align: middle;
}
#sidebar .widget.testimonial header .left {
  line-height: 1.2;
  width: 65%;
}
#sidebar .widget.testimonial header .right {
  position: relative;
  z-index: 1;
  width: 35%;
  padding-right: 45px;
}
#sidebar .widget.testimonial header h2,
#sidebar .widget.testimonial header span {
  display: block;
  font-family: 'DIN Condensed W01 Light', serif;
  color: #1d5393;
  margin: 0;
  font-size: 18px;
  text-align: right;
  padding-right: 15px;
}
#sidebar .widget.testimonial header img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #00b0f0;
}
#sidebar .widget.testimonial blockquote {
  border-left: 10px solid #00b0f0;
  background: #fff;
  padding: 30px;
  margin: -10px 0 0 0;
  color: #58646B;
  position: relative;
  text-indent: 45px;
  line-height: 1.5;
}
#sidebar .widget.testimonial blockquote:before {
  content: '';
  background: url('../img/quote.svg') no-repeat center center;
  display: block;
  width: 35px;
  height: 28px;
  position: absolute;
  top: 21px;
  left: 20px;
}
#sidebar .widget.testimonial blockquote p {
  margin: 0;
}
#sidebar .widget img {
  width: 100%;
  height: auto;
}
#sidebar .widget.odd {
  background: #e5f2f3 url("../img/widget_corner_pink.png") no-repeat 0 0;
}
#sidebar .widget.odd .widget-title {
  color: #00b0f0;
}
#action {
  width: auto;
  background: url("../img/cover_magenta.png") repeat-y center center;
}
#action .widget {
  position: relative;
  left: 45px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background: #00b0f0;
  -webkit-border-radius: 0 60px 60px 0;
  border-radius: 0 60px 60px 0;
}
#action .widget .widget-wrapper {
  display: table;
  width: 97.5%;
  min-height: 90px;
  margin: 0 0 0 -15px;
}
#action .widget .widget-wrapper .widget-body {
  display: table-cell;
  vertical-align: middle;
  width: 59.83%;
}
#action .widget .widget-wrapper .widget-body h3 {
  float: left;
  margin: 0;
  padding: 20px 20px 20px 0;
  font: 300 26px/1.4em 'DIN Condensed W01 Light', serif;
  text-transform: uppercase;
  color: #FFF;
}
#action .widget .widget-wrapper .widget-body h3 span.lc {
  text-transform: lowercase;
}
#action .widget .widget-wrapper .widget-icon {
  display: table-cell;
  vertical-align: middle;
  width: 5.98%;
}
#action .widget .widget-wrapper .widget-icon .icon {
  font-size: 58px;
  color: #FFF;
}
#action .widget .widget-wrapper .widget-button {
  display: table-cell;
  vertical-align: middle;
  width: 34.19%;
}
#action .widget .widget-wrapper .widget-button a {
  display: block;
  height: 58px;
  overflow: hidden;
  margin: 20px 30px;
  padding: 0 20px;
  font: 700 18px/1 'Montserrat Bold', 'Montserrat', sans-serif;
  line-height: 58px;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  color: #ff4355;
  background: #FFF;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
#action .widget .widget-wrapper .widget-button a:hover {
  color: #FFF;
  background: #000;
}
@media (max-width: 870px) {
  #action .widget {
    left: 0;
    text-align: center;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
  #action .widget .widget-wrapper {
    width: 100%;
    margin: 0;
  }
  #action .widget .widget-wrapper .widget-body,
  #action .widget .widget-wrapper .widget-icon,
  #action .widget .widget-wrapper .widget-button {
    float: left;
    clear: both;
    width: 100%;
  }
  #action .widget .widget-wrapper .widget-body h3 {
    float: none;
    padding: 20px 30px;
  }
}
/*=========================================
	IE
=========================================*/
body.ie .wpcf7 select {
  padding: 5px 10px;
  background: none;
}
body.internet-explorer-8 #masthead #site-logo {
  background: url("../img/idin_logo.png") no-repeat 0 0 !important;
}
body.internet-explorer-8 #masthead.sticky #site-logo {
  background: url("../img/idin_logo_small.png") no-repeat 0 0 !important;
}
/*=========================================
	TINYMCE EDITOR
=========================================*/
html {
  background: #F9FBFC;
}
html body#tinymce {
  float: left;
  width: 740px;
  padding: 30px;
  text-align: left;
}
html body#tinymce.m_1_content,
html body#tinymce.m_2_content {
  width: auto !important;
}
html body#tinymce br[mce_bogus] {
  display: none;
}
html body#tinymce .editor-module {
  display: block;
  padding: 25px;
  border: 1px dotted #999;
  text-align: center;
  background-color: #FFFFCC;
}
html body#tinymce.black-studio-tinymce-widget {
  width: auto !important;
  padding: 20px !important;
}
html body#tinymce.black-studio-tinymce-widget img {
  width: 100%;
  height: auto;
}
.dateChartText {
  width: 40px;
  float: left;
}
#dateChartButton {
  position: relative;
  top: -25px;
  display: block;
  float: left;
  height: 41px;
  margin: 0 10px 0 0;
  padding: 0 15px;
  border: 0;
  font: bold 15px/41px 'Montserrat Bold', 'Montserrat', sans-serif;
  background: #00b0f0;
  color: #FFF;
  cursor: pointer;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  margin: 0 10px 0 10px;
}
#dateChartButton:hover,
#dateChartButton:active {
  background: #000;
}
#startDateChart,
#endDateChart {
  padding: 5px;
  width: 80px;
  float: left;
}
.front-page-links {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.front-page-links li {
  height: 58px;
  line-height: 58px;
}
@media all and (max-width: 1200px) {
  .front-page-links li {
    height: auto;
    line-height: 1.4;
    padding-bottom: 15px;
  }
}
.front-page-links li:last-child {
  padding-bottom: 0;
}
.front-page-links a {
  font-family: 'DIN Condensed W01 Light', serif;
  color: #fff !important;
  font-size: 32px;
  position: relative;
}
.front-page-links a:before {
  content: '';
  left: 0;
  bottom: 0;
  height: 2px;
  background: #fff;
  width: 0;
  position: absolute;
  transition: all 0.25s ease-in-out;
}
.front-page-links a:after {
  content: '›';
  transition: all 0.25s ease-in-out;
  position: absolute;
  right: -30px;
}
@media all and (min-width: 1201px) {
  .front-page-links a:hover {
    text-decoration: none !important;
  }
}
.front-page-links a:hover:before {
  width: 100%;
}
@media all and (max-width: 1200px) {
  .front-page-links a:hover:before {
    width: 0;
  }
}
.front-page-links a:hover:after {
  right: -45px;
}
@media all and (max-width: 1200px) {
  .front-page-links a:hover:after {
    right: -30px;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
  transform: translate3d(0, -120%, 0);
  transition: all 1s cubic-bezier(0.74, 0.26, 0.27, 1);
}
.overlay.shown {
  transform: translate3d(0, 0, 0);
}
.overlay .wrap {
  position: relative;
  top: 50%;
  left: 50%;
  width: 750px;
  transform: translate3d(-50%, -50%, 0);
  height: 422px;
}
@media all and (max-width: 770px) {
  .overlay .wrap {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}
.overlay .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.admin-bar .overlay {
  top: 32px;
}
.overlay .toggle-overlay {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 50px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #58646B;
}
*[data-open-accordeon] {
  float: right;
  width: 26px;
  height: 26px;
  text-align: center;
  background: #ff4355;
  color: #fff !important;
  border-radius: 50%;
}
*[data-open-accordeon]:hover {
  text-decoration: none !important;
}
*[data-accordeon] {
  display: none;
}
.accordeon-header {
  background: #F9FBFC;
  padding: 10px;
}
/* Accordion Styles */
.accordion {
  margin-bottom: 20px;
}
.accordion-title {
  cursor: pointer;
  outline: none;
  position: relative;
  padding-left: 17px;
  margin: 10px 0 0 0;
  color: #00b0f0 !important;
  font-family: 'Montserrat Reg', 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}
.accordion-title:first-child {
  margin-top: 0;
}
.accordion-title:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 6px;
  left: 0;
  background: url(../img/ico_faq.png) no-repeat 0 -28px;
}
.accordion-title.open {
  cursor: default;
}
.accordion-title.open:after {
  background-position: -7px -28px;
}
.accordion-content {
  padding-left: 17px;
  display: none;
}
@media all and (max-width: 640px) {
  #banner-img {
    display: none;
  }
}
.tools-documentation {
  width: 100%;
  display: none;
}
@media all and (max-width: 870px) {
  .tools-documentation {
    display: block;
  }
}
.tools-documentation:before {
  margin: 0 !important;
  content: '' !important;
}
.tools-documentation a {
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
  background: #00b0f0;
  color: #fff !important;
  margin-top: 10px;
  text-align: center;
}
.flex-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.flex-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  zoom: 1;
}
