html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

figure,
header,
nav {
  display: block;
}

a {
  background-color: transparent;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border: 0;
}

figure {
  margin: 1em 40px;
}

button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
input[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

html {
  box-sizing: border-box;
}

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

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

html {
  font-size: 16px;
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

a {
  color: #0275d8;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

a,
button,
input {
  touch-action: manipulation;
}

input,
button {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-md-2,
.col-md-3,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-12,
.col-lg-2,
.col-lg-4,
.col-lg-6,
.col-lg-7,
.col-lg-10,
.col-lg-12,
.col-xl-5,
.col-xl-7,
.col-xl-8 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .col-md-2,
  .col-md-3,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-12 {
    float: left;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-2,
  .col-lg-4,
  .col-lg-6,
  .col-lg-7,
  .col-lg-10,
  .col-lg-12 {
    float: left;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5,
  .col-xl-7,
  .col-xl-8 {
    float: left;
  }

  .col-xl-5 {
    width: 41.66667%;
  }

  .col-xl-7 {
    width: 58.33333%;
  }

  .col-xl-8 {
    width: 66.66667%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-group {
  margin-bottom: 1rem;
}

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.dropdown {
  position: relative;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: inline-block;
}

.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}

.navbar::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 544px) {
  .navbar {
    border-radius: 0.25rem;
  }
}

.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}

.navbar-brand>img {
  display: block;
}

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-nav .nav-item {
  float: left;
}

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-nav .nav-item+.nav-item {
  margin-left: 1rem;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

p,
li,
.button,
.meta .default,
.meta .extend,
.form-control,
.dropdown .dropdownList li a,
.dropdown .dropdownList li span {
  font-family: 'merriweather_sansregular';
  font-weight: normal;
  font-style: normal;
}

p em {
  font-family: 'merriweather_sansitalic';
  font-weight: normal;
  font-style: normal;
}

h1,
h4,
.block.square h3 .secondRow {
  font-family: 'merriweather_sanslight';
  font-weight: normal;
  font-style: normal;
}

.block.widget.image.homepage .imageText h3 {
  font-family: 'merriweather_sanslight_italic';
  font-weight: normal;
  font-style: normal;
}

h2,
h3,
.meta .extend+.default,
.dropdown .dropdownLink {
  font-family: 'merriweather_sansbold';
  font-weight: normal;
  font-style: normal;
}

.block.widget.image h3,
.block.widget.image h2 {
  font-family: 'merriweather_sansbold_italic';
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'merriweather_sansbold';
  src: url("/assets/fonts/merriwheater/merriweathersans-bold-webfont.eot");
  src: url("/assets/fonts/merriwheater/merriweathersans-bold-webfont.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/merriwheater/merriweathersans-bold-webfont.woff2") format("woff2"),url("/assets/fonts/merriwheater/merriweathersans-bold-webfont.woff") format("woff"),url("/assets/fonts/merriwheater/merriweathersans-bold-webfont.ttf") format("truetype"),url("/assets/fonts/merriwheater/merriweathersans-bold-webfont.svg#merriweather_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'merriweather_sansbold_italic';
  src: url("/assets/fonts/merriwheater/merriweathersans-bolditalic-webfont.eot");
  src: url("/assets/fonts/merriwheater/merriweathersans-bolditalic-webfont.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/merriwheater/merriweathersans-bolditalic-webfont.woff2") format("woff2"),url("/assets/fonts/merriwheater/merriweathersans-bolditalic-webfont.woff") format("woff"),url("/assets/fonts/merriwheater/merriweathersans-bolditalic-webfont.ttf") format("truetype"),url("/assets/fonts/merriwheater/merriweathersans-bolditalic-webfont.svg#merriweather_sansbold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'merriweather_sansitalic';
  src: url("/assets/fonts/merriwheater/merriweathersans-italic-webfont.eot");
  src: url("/assets/fonts/merriwheater/merriweathersans-italic-webfont.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/merriwheater/merriweathersans-italic-webfont.woff2") format("woff2"),url("/assets/fonts/merriwheater/merriweathersans-italic-webfont.woff") format("woff"),url("/assets/fonts/merriwheater/merriweathersans-italic-webfont.ttf") format("truetype"),url("/assets/fonts/merriwheater/merriweathersans-italic-webfont.svg#merriweather_sansitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'merriweather_sanslight';
  src: url("/assets/fonts/merriwheater/merriweathersans-light-webfont.eot");
  src: url("/assets/fonts/merriwheater/merriweathersans-light-webfont.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/merriwheater/merriweathersans-light-webfont.woff2") format("woff2"),url("/assets/fonts/merriwheater/merriweathersans-light-webfont.woff") format("woff"),url("/assets/fonts/merriwheater/merriweathersans-light-webfont.ttf") format("truetype"),url("/assets/fonts/merriwheater/merriweathersans-light-webfont.svg#merriweather_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'merriweather_sanslight_italic';
  src: url("/assets/fonts/merriwheater/merriweathersans-lightitalic-webfont.eot");
  src: url("/assets/fonts/merriwheater/merriweathersans-lightitalic-webfont.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/merriwheater/merriweathersans-lightitalic-webfont.woff2") format("woff2"),url("/assets/fonts/merriwheater/merriweathersans-lightitalic-webfont.woff") format("woff"),url("/assets/fonts/merriwheater/merriweathersans-lightitalic-webfont.ttf") format("truetype"),url("/assets/fonts/merriwheater/merriweathersans-lightitalic-webfont.svg#merriweather_sanslight_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'merriweather_sansregular';
  src: url("/assets/fonts/merriwheater/merriweathersans-regular-webfont.eot");
  src: url("/assets/fonts/merriwheater/merriweathersans-regular-webfont.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/merriwheater/merriweathersans-regular-webfont.woff2") format("woff2"),url("/assets/fonts/merriwheater/merriweathersans-regular-webfont.woff") format("woff"),url("/assets/fonts/merriwheater/merriweathersans-regular-webfont.ttf") format("truetype"),url("/assets/fonts/merriwheater/merriweathersans-regular-webfont.svg#merriweather_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/fonts/fontawesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("/assets/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"),url("/assets/fonts/fontawesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"),url("/assets/fonts/fontawesome/fontawesome-webfont.woff?v=4.5.0") format("woff"),url("/assets/fonts/fontawesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"),url("/assets/fonts/fontawesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-responsive {
  width: 100%;
}

.hidden {
  display: none;
}

a {
  color: #FE7C44;
}

a .fa {
  margin-left: 10px;
  font-size: 0.750em;
}

body {
  background: #F6F6F6;
}

.img-responsive {
  width: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4 {
  color: #006589;
}

h1 {
  font-size: 2.500em;
  line-height: 1.25em;
}

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

h2 {
  font-size: 1.250em;
  line-height: 1.300em;
}

h3 {
  font-size: 1em;
  line-height: 1em;
}

h4 {
  font-size: 0.875em;
  line-height: 1.143em;
}

p,
li {
  font-size: 0.875em;
  line-height: 1.857em;
  color: #4D4E4C;
}

p em {
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}

.button {
  font-size: 0.875em;
  background: #006589;
  color: #fff;
  border-radius: 3px;
  padding: 4px 15px 3px 15px;
  font-weight: normal;
}

.button.border {
  background: transparent;
  border: 1px solid #006589;
  color: #006589;
}

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

ul li {
  position: relative;
  padding-left: 22px;
}

ul li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #006589;
  left: 2px;
  top: 8px;
  position: absolute;
}

ul li li {
  font-size: inherit;
}

.meta {
  width: 60px;
  height: 60px;
  background: #E5F0F3;
  border-right: 2px solid #fff;
  color: #006589;
  display: block;
  text-align: center;
  padding-top: 22px;
}

.meta span {
  line-height: 1em;
  font-size: 0.750em;
}

.meta span:first-child {
  font-size: 1em;
}

.meta .default {
  display: block;
  text-transform: lowercase;
}

.meta .extend {
  display: block;
  margin-bottom: 2px;
  margin-top: -6px;
}

form {
  clear: both;
}

.form-group {
  margin: 20px 0 10px 0;
}

.form-control {
  box-shadow: none !important;
  font-size: 0.875em;
  color: #4D4E4C;
  border-color: #b1d2db;
  border-radius: 3px;
  padding: 0.375rem 0.75rem;
  min-height: 38px;
  background: #fff;
}

.form-control::-webkit-input-placeholder {
  color: #a6a7a5;
}

.form-control:-moz-placeholder {
  color: #a6a7a5;
}

.form-control::-moz-placeholder {
  color: #a6a7a5;
}

.form-control:-ms-input-placeholder {
  color: #a6a7a5;
}

#cookiebar {
  position: fixed;
  z-index: 3000;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: #006589;
  padding: 10px 0;
}

#cookiebar p {
  color: #fff;
  display: inline;
}

#cookiebar #ok {
  background: #fff;
  padding: 4px 8px;
  color: #006589;
  margin-left: 10px;
  position: relative;
  top: 1px;
  text-decoration: none;
}

#mainnav {
  margin: 0;
  padding: 0;
}

#mainnav li {
  position: relative;
  margin: 0;
  padding: 0;
}

#mainnav li:after,
#mainnav li:before {
  content: '';
  width: 1px;
  display: block;
  background: #4D4E4C;
  opacity: 0.15;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

#mainnav li:before {
  display: none;
  right: auto;
  left: 0;
  width: 1px;
  height: 100%;
}

#mainnav li:first-child:before {
  display: block;
}

#mainnav li a {
  font-size: 1.143em;
  color: #4D4E4C;
  background: transparent;
  padding: 9px 20px 7px 20px;
}

@media (max-width: 1199px) {
  #mainnav li a {
    font-size: 0.875em;
    padding: 9px 15px 7px 15px;
  }
}

@media (max-width: 991px) {
  #mainnav li a {
    padding: 9px 10px 7px 10px;
  }
}

#menu {
  display: none;
}

.navbar-form {
  background: #fff;
  padding: 14px 10px 12px 10px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
}

.navbar-form .form-group {
  margin-bottom: 0;
  margin-top: 0;
}

.navbar-form .form-group input[type=text] {
  border: none;
  background: #fff !important;
}

.navbar-form .form-group input[type=text]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.navbar-form .form-group .fa {
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 10px;
  border: none;
  color: #006589;
}

.navbar-form .form-group .fa:before {
  font-size: 20px;
}

.subnav {
  margin-right: -10px;
}

.subnav ul {
  position: relative;
}

.subnav ul:before {
  content: '';
  width: 1px;
  display: block;
  background: #4D4E4C;
  opacity: 0.15;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.subnav ul li {
  padding: 0;
  margin: 0 0 15px 0;
  position: relative;
}

.subnav ul li:last-child {
  margin: 0;
}

.subnav ul li:before {
  display: none;
}

.subnav ul li a {
  color: #4D4E4C;
  padding: 1px 0 1px 20px;
  position: relative;
  text-decoration: none;
  display: block;
}

.subnav ul li a:before {
  content: '';
  width: 2px;
  display: block;
  background: #006589;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.block {
  display: block;
  text-decoration: none !important;
}

.block.rectangle {
  color: #006589;
  background: #E5F0F3;
  position: relative;
  padding: 16px 20px 16px 65px;
}

.block.rectangle h3,
.block.rectangle h4 {
  margin: 5px 0;
  position: relative;
  z-index: 2;
}

.block.rectangle:before {
  font-size: 26px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

.block.rectangle.orange {
  background: #FE7C44;
  color: #fff;
}

.block.rectangle.orange h3,
.block.rectangle.orange h4,
.block.rectangle.orange:before {
  color: #fff;
}

.block.rectangle.orange:after {
  background: #CB6336;
}

.block.rectangle.green {
  background: #B4BB1C;
  color: #fff;
}

.block.rectangle.green h3,
.block.rectangle.green h4,
.block.rectangle.green:before {
  color: #fff;
}

.block.rectangle.green:after {
  background: #909516;
}

a.rectangle:after {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #c2dce3;
  content: '';
  display: block;
  z-index: 1;
}

.rectangleHomepage .block.rectangle {
  padding: 20px 20px 20px 75px;
  min-height: 130px;
  margin-bottom: 20px;
}

.rectangleHomepage .block.rectangle h3 {
  font-size: 1.250em;
}

.rectangleHomepage .block.rectangle h4 {
  font-size: 1.143em;
  margin-top: 15px;
}

.rectangleHomepage .block.rectangle:before {
  font-size: 26px;
  left: 22px;
}

@media (max-width: 1199px) {
  .rectangleHomepage .block.rectangle {
    padding: 16px 20px 16px 65px;
    min-height: 0px;
    margin-bottom: 16px;
  }

  .rectangleHomepage .block.rectangle h3 {
    font-size: 1em;
  }

  .rectangleHomepage .block.rectangle h4 {
    font-size: 0.875em;
    margin-top: 0;
  }

  .rectangleHomepage .block.rectangle:before {
    left: 20px;
  }
}

@media (max-width: 991px) {
  .rectangleHomepage .block.rectangle {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .rectangleHomepage .block.rectangle {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.block.square {
  display: block;
  text-align: center;
  padding: 25px 0 0 0;
  background: #fff;
  color: #81949B;
  height: 140px;
  display: flex;
  flex-direction: column;
}

.block.square h3 {
  color: #81949B;
  font-size: 1.125em;
  margin: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  align-self: center;
  text-align: center;
  color: inherit;
}

@media (max-width: 767px) {
  .block.square h3 {
    width: auto;
  }
}

.block.square h3 .div {
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  .block.square h3 .div {
    width: auto;
  }
}

.block.square h3 .firstRow {
  display: block;
  width: 100%;
}

.block.square h3 .secondRow {
  display: block;
  font-size: 0.778em;
  width: 100%;
}

.block.square:before {
  font-size: 40px;
}

@media (max-width: 1199px) {
  .block.square {
    text-align: left;
    display: block;
    height: auto;
    padding: 12px 20px 12px 60px;
    min-height: 60px;
  }

  .block.square h3 {
    display: block;
    text-align: left;
    font-size: 1em;
  }

  .block.square h3 span.div {
    position: absolute;
    left: 70px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .block.square:before {
    position: absolute;
    display: block;
    font-size: 30px;
    left: 30px;
    top: 24px;
  }
}

@media (max-width: 1199px) {
  .widgetSquares .col-md-3 {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .widgetSquares .col-md-3 {
    width: 100% !important;
  }
}

.block.widget.image {
  position: relative;
}

.block.widget.image .img-responsive {
  position: relative;
  z-index: 1;
}

.block.widget.image:before {
  background-image: linear-gradient(-180deg, transparent 33%, #000 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  content: '';
  display: block;
  opacity: 0.5;
}

.block.widget.image h3,
.block.widget.image h2 {
  position: absolute;
  z-index: 3;
  left: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 1.500em;
  line-height: 1.333em;
  margin: 0;
}

.block.widget.image.homepage:before {
  opacity: 0.5;
  background-image: linear-gradient(-180deg, transparent 33%, #000 100%);
}

.block.widget.image.homepage .imageText {
  position: absolute;
  z-index: 3;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.block.widget.image.homepage .imageText h2,
.block.widget.image.homepage .imageText h3 {
  position: static;
}

.block.widget.image.homepage .imageText h2 {
  font-size: 2em;
}

@media (max-width: 767px) {
  .block.widget.image.homepage .imageText h2 {
    font-size: 1.500em;
  }
}

@media (max-width: 767px) {
  .block.widget.image.homepage .imageText h3 {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .block.widget.image.homepage {
    margin-bottom: 20px;
  }
}

.block.content {
  background: #f6fafb;
  margin-bottom: 2px;
  margin-top: 20px;
}

.block.content .contentHeader h2 {
  background: #E5F0F3;
  padding: 17px 20px;
}

.singleOverview {
  display: block;
  background: #f6fafb;
  position: relative;
  padding: 0;
  min-height: 60px;
  display: flex;
  text-decoration: none !important;
  margin-bottom: 2px;
}

.singleOverview .meta {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: auto;
  min-height: 60px;
}

.singleOverview .meta+.text {
  padding: 18px 20px 17px 80px;
}

.singleOverview .text {
  align-self: center;
  padding: 18px 20px 17px 20px;
  width: 100%;
}

.singleOverview .text .img-responsive {
  max-width: 120px;
  margin: -20px 20px -15px -20px;
  display: block;
  float: left;
}

@media (max-width: 767px) {
  .singleOverview .text .img-responsive {
    margin: -20px 20px -15px -20px;
  }
}

@media (max-width: 399px) {
  .singleOverview .text .img-responsive {
    margin: -20px -20px 20px -20px;
  }
}

.singleOverview .text h3 {
  margin-bottom: 15px;
  padding-right: 30px;
}

@media (max-width: 399px) {
  .singleOverview .text h3 {
    clear: both;
  }
}

.singleOverview .text p {
  margin-bottom: 5px;
}

.singleOverview .text h3,
.singleOverview .text p {
  display: block;
}

.singleOverview .text h3:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #attention {
    background: #F6F6F6;
  }
}

.attention {
  min-height: 125px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.attention:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #F6F6F6;
  background: -moz-radial-gradient(center, ellipse cover, rgba(246,246,246,0.5) 0%, #F6F6F6 60%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(246,246,246,0.5) 0%, #F6F6F6 60%);
  background: radial-gradient(ellipse at center, rgba(246,246,246,0.5) 0%, #F6F6F6 60%);
  z-index: 0;
}

.attention:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #F6F6F6;
  z-index: 1;
}

@media (max-width: 767px) {
  .attention {
    margin-bottom: -6px;
    width: 110%;
  }
}

.attentionImage {
  right: 0;
  width: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}

.attentionImage .img-responsive {
  transform: rotate(7.5deg);
  margin: 80px 0 0 -20px;
}

@media (max-width: 767px) {
  .attentionImage .img-responsive {
    position: relative;
    right: -15px;
  }
}

.attentionText {
  float: left;
  width: 45%;
  top: 65%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}

.attentionText h2 {
  font-size: 1em;
  line-height: 1.125em;
  margin: 0 0 2px 0;
}

@media (max-width: 991px) {
  .attentionText h2 {
    font-size: 1.5em;
  }
}

@media (max-width: 767px) {
  .attentionText h2 {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  header {
    background-image: linear-gradient(-180deg, #F6F6F6 0%, #fff 100%);
  }
}

header .container .col-lg-2 {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 145px;
}

header .container .col-lg-2 .closeButton {
  width: 40px;
  height: 40px;
  background: #fff;
  display: block;
  color: #4D4E4C;
  border-radius: 50%;
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
  position: absolute;
  right: 20%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 100;
}

header .container .col-lg-2 .closeButton:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
  header .container .col-lg-2 {
    height: 125px;
  }
}

@media (max-width: 991px) {
  header .container .col-lg-2 {
    position: relative;
    padding: 0 35% 0 15%;
    height: 220px;
  }
}

@media (max-width: 767px) {
  header .container .col-lg-2 {
    width: 100%;
    z-index: 0;
    height: auto;
  }
}

header .container .col-xl-8 {
  padding: 0 40px;
}

@media (max-width: 991px) {
  header .container .col-xl-8 {
    padding: 0 0 0 20px;
    float: right !important;
  }
}

@media (max-width: 767px) {
  header .container {
    padding: 0;
    width: 100%;
    max-width: none;
  }
}

.navbar {
  border: none !important;
  margin-bottom: 0;
  padding: 0;
  height: 145px;
  position: relative;
  border-radius: 0;
}

@media (max-width: 1199px) {
  .navbar {
    height: 125px;
  }
}

@media (max-width: 991px) {
  .navbar {
    height: auto;
  }
}

@media (max-width: 767px) {
  .navbar {
    height: auto;
  }

  .navbar:after {
    content: '';
    height: 42px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #006589;
    z-index: 1;
  }
}

.navbar-brand {
  padding: 0;
  margin: 0;
  display: inline-block;
  height: auto;
  line-height: 1em;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .navbar-brand {
    background: #F6F6F6;
    width: 170px;
    padding-left: 10px;
  }

  .navbar-brand:before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #006589;
    z-index: 0;
  }
}

.navbar-toggler {
  position: absolute;
  margin: 0;
  top: 0px;
  right: 0;
  color: #fff !important;
  width: 42px;
  height: 42px;
  border: none;
  outline: none !important;
  z-index: 2;
  display: block;
  padding-top: 12px;
  text-align: center;
}

.navbar-toggler:after {
  content: '';
  display: block;
  width: 1px;
  background: #fff;
  opacity: 0.15;
  position: absolute;
  left: -1px;
  top: 10px;
  bottom: 10px;
}

.navbar-toggler+.navbar-toggler {
  right: 43px;
}

.navbar-toggler+.navbar-toggler:after {
  display: none;
}

#navbar-header {
  z-index: 1;
  clear: both;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  #navbar-header {
    position: static;
    margin: 20px 0 0 0;
  }
}

.dropdownBackground {
  position: fixed;
  left: 0;
  top: 150px;
  right: 0;
  bottom: 0;
  max-width: 1520px;
  margin: 0 auto;
  background: #000;
  opacity: 0.5;
  z-index: 999;
  display: none;
}

.dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 145px;
  border-top: 5px solid #006589;
  z-index: 9999;
  max-width: 1520px;
  margin: 0 auto;
  background: #fff;
  padding-top: 65px;
  padding-bottom: 65px;
  display: none;
}

.dropdown .col-md-2 {
  padding-right: 0;
}

.dropdown .dropdownLink {
  color: #006589;
  margin-bottom: 25px;
  display: inline-block;
}

.dropdown .dropdownList li {
  padding-left: 0;
}

.dropdown .dropdownList li:before {
  display: none;
}

.dropdown .dropdownList li a,
.dropdown .dropdownList li span {
  font-size: 0.857em;
  color: #4D4E4C;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
  line-height: 1.857em;
}

.dropdown .dropdownList li a:before,
.dropdown .dropdownList li span:before {
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  color: #006589;
}

.dropdown .dropdownList+.dropdownList {
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .dropdown {
    top: 125px;
  }
}

@media (max-width: 991px) {
  .dropdown {
    top: 118px;
  }
}

.widgetSquares {
  padding: 10px;
  background: #E5F0F3;
}

.widgetSquares .col-md-3 {
  padding: 10px;
}

.contentBlockHomepage h2 {
  margin-bottom: 2px;
}

.contentBlockHomepage .text {
  padding: 40px 30px 40px 205px !important;
}

.contentBlockHomepage .text .img-responsive {
  position: absolute;
  left: 65px;
  top: 80px;
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.contentBlockHomepage .text p {
  color: #006589;
}

@media (max-width: 767px) {
  .contentBlockHomepage .text {
    padding: 20px 20px 20px 80px !important;
  }

  .contentBlockHomepage .text .img-responsive {
    position: static;
    width: 100%;
    max-width: none;
    margin: 0 0 20px 0;
  }
}

.contentBlockHomepage.singleOverviewBlock {
  background: transparent;
}

.contentBlockHomepage.singleOverviewBlock .contentHeader {
  position: relative;
}

.contentBlockHomepage.singleOverviewBlock .contentHeader .btn {
  position: absolute;
  top: 15px;
  right: 20px;
}

.contentBlockHomepage.singleOverviewBlock .meta+.text {
  padding: 20px 20px 15px 80px !important;
}

.homePage .hidden-md-up {
  margin-top: 20px;
}

.defaultPage {
  width: 100%;
  max-width: 1520px;
  border-top: 5px solid #006589;
  background: #fff;
  margin: 0 auto;
  padding: 80px 0 60px 0;
}

@media (max-width: 767px) {
  .defaultPage {
    padding: 20px 0;
    border-top: none;
  }
}
