/*
Theme Name: Finnit
Theme URI:
Author: Conversal
Version: 1.0
Author URI: https://www.conversal.be
*/
* {
  box-sizing: border-box;
}
*::selection {
  color: #fff;
  background: #40588b;
}
*::-moz-selection {
  color: #fff;
  background: #40588b;
}
html {
  width: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font: 62.5% Helvetica, Arial, sans-serif;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  min-height: 100%;
  position: relative;
  line-height: 1.5;
  background: #fff;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
select,
textarea,
.textbox {
  font: inherit;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
img {
  border: none;
}
blockquote,
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:active,
a:hover {
  outline: 0;
}
a:hover {
  text-decoration: none;
}
b,
strong {
  font-weight: bold;
}
nav ul,
nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
figure,
form {
  margin: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}
img.responsive {
  height: auto;
  max-width: 100%;
  display: block;
}
.alignright {
  float: right !important;
}
.alignleft {
  float: left !important;
}
img.alignright {
  margin: 0 0 10px 30px;
}
@media (max-width: 767px) {
  img.alignright {
    margin-left: 0;
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  img.alignright {
    max-width: 50%;
  }
}
img.alignleft {
  margin: 0 30px 10px 0;
}
@media (max-width: 767px) {
  img.alignleft {
    margin-right: 0;
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  img.alignleft {
    max-width: 50%;
  }
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.pseudo-link {
  text-decoration: none;
}
.pseudo-link span {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}
/********************/
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
@font-face {
  font-family: 'fontello';
  src: url('assets/fonts/fontello.eot?94545367');
  src: url('assets/fonts/fontello.eot?94545367#iefix') format('embedded-opentype'), url('assets/fonts/fontello.woff2?94545367') format('woff2'), url('assets/fonts/fontello.woff?94545367') format('woff'), url('assets/fonts/fontello.ttf?94545367') format('truetype'), url('assets/fonts/fontello.svg?94545367#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-key:before {
  content: '\e802';
}
/* '' */
.icon-clock:before {
  content: '\e803';
}
/* '' */
.icon-left-open:before {
  content: '\e804';
}
/* '' */
.icon-right-open:before {
  content: '\e805';
}
/* '' */
.icon-ok:before {
  content: '\e806';
}
/* '' */
.icon-phone:before {
  content: '\e807';
}
/* '' */
.icon-right-small:before {
  content: '\e808';
}
/* '' */
.icon-search:before {
  content: '\e809';
}
/* '' */
.icon-calendar:before {
  content: '\e80a';
}
/* '' */
.icon-right-open-big:before {
  content: '\e80b';
}
/* '' */
.icon-left-open-big:before {
  content: '\e80c';
}
/* '' */
.icon-right:before {
  content: '\e80d';
}
/* '' */
.icon-right-small-1:before {
  content: '\e80f';
}
/* '' */
.icon-left-small:before {
  content: '\e810';
}
/* '' */
.icon-basket:before {
  content: '\e811';
}
/* '' */
.icon-mail:before {
  content: '\e812';
}
/* '' */
.icon-location:before {
  content: '\f031';
}
/* '' */
.icon-twitter:before {
  content: '\f099';
}
/* '' */
.icon-facebook:before {
  content: '\f09a';
}
/* '' */
.icon-linkedin:before {
  content: '\f0e1';
}
/* '' */
.icon-angle-left:before {
  content: '\f104';
}
/* '' */
.icon-angle-right:before {
  content: '\f105';
}
/* '' */
.icon-youtube-play:before {
  content: '\f16a';
}
/* '' */
.icon-facebook-official:before {
  content: '\f230';
}
/* '' */
.icon-gplus:before {
  content: '\f30f';
}
/* '' */
.icon-instagram:before {
  content: '\f31e';
}
/* '' */
@font-face {
  font-family: 'nunito_sansextralight_italic';
  src: url('assets/fonts/nunitosans-extralightitalic-webfont.woff2') format('woff2'), url('assets/fonts/nunitosans-extralightitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nunito_sansregular';
  src: url('assets/fonts/nunitosans-regular-webfont.woff2') format('woff2'), url('assets/fonts/nunitosans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nunito_sanslight';
  src: url('assets/fonts/nunitosans-light-webfont.woff2') format('woff2'), url('assets/fonts/nunitosans-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nunito_sansbold';
  src: url('assets/fonts/nunitosans-bold-webfont.woff2') format('woff2'), url('assets/fonts/nunitosans-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_prosemibold';
  src: url('assets/fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'), url('assets/fonts/sourcesanspro-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_prolight';
  src: url('assets/fonts/sourcesanspro-light-webfont.woff2') format('woff2'), url('assets/fonts/sourcesanspro-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_proregular';
  src: url('assets/fonts/sourcesanspro-regular-webfont.woff2') format('woff2'), url('assets/fonts/sourcesanspro-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.site-container {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  font-family: 'nunito_sansregular';
  height: auto !important;
  min-height: 100%;
  height: 100%;
}
.container-fluid {
  max-width: 100%;
  padding: 0;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:after {
  content: "";
  display: table;
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:after {
  content: "";
  display: table;
  clear: both;
}
.outer-wrapper {
  position: relative;
}
.outer-wrapper_header {
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(28, 51, 86, 0.7);
  position: absolute;
  z-index: 10;
}
.outer-wrapper_banner-inner {
  background-color: #2b2b2b;
  overflow: hidden;
}
.outer-wrapper_banner-inner:before {
  width: 962px;
  height: 410px;
  top: 0;
  left: 0;
  position: absolute;
  background: url(assets/img/inner-banner-gradient.png) no-repeat;
  content: '';
}
.webp .outer-wrapper_banner-inner:before {
  background: url(assets/img/inner-banner-gradient.webp) no-repeat;
}
.outer-wrapper_bg-img {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.outer-wrapper_bg {
  background-color: #f7f7f7;
}
.outer-wrapper_bg-brand {
  background: #40588b;
}
.outer-wrapper_services {
  background-color: #40588b;
  background-image: -webkit-linear-gradient(281deg, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(281deg, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(11deg, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0) 100%);
}
.outer-wrapper_services-inner {
  background: #fff;
}
.outer-wrapper_services-inner .services-section {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .outer-wrapper_services-inner .services-section {
    padding-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .outer-wrapper_services-inner .services-section {
    padding-top: 40px;
  }
}
.outer-wrapper_services-inner .services {
  background-color: #40588b;
  background-image: -webkit-linear-gradient(281deg, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(281deg, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(11deg, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0) 100%);
}
.outer-wrapper_quote {
  margin: 100px 0;
  background-image: url(assets/img/bg-quote.jpg);
  background-size: cover;
}
@media (max-width: 991px) {
  .outer-wrapper_quote {
    margin: 30px 0;
  }
}
.webp .outer-wrapper_quote {
  background-image: url(assets/img/bg-quote.webp);
}
.outer-wrapper_cta {
  margin-top: 42px;
}
@media (max-width: 991px) {
  .outer-wrapper_cta {
    margin-top: 0;
  }
}
.section {
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  color: #333;
  font-size: 16px;
}
.section:before,
.section:after {
  content: " ";
  display: table;
}
.section:after {
  clear: both;
}
.section:after {
  content: "";
  display: table;
  clear: both;
}
.section:before,
.section:after {
  content: " ";
  display: table;
}
.section:after {
  clear: both;
}
.section:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    font-size: 13px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.section_single {
  padding-top: 67px;
}
.section_archive {
  padding-top: 67px;
}
.section_narrow {
  max-width: 960px;
}
@media (max-width: 767px) {
  .section_narrow {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .section_xs {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.section-header {
  text-align: center;
  margin-bottom: 37px;
}
.section-header:before,
.section-header:after {
  content: " ";
  display: table;
}
.section-header:after {
  clear: both;
}
.section-header:after {
  content: "";
  display: table;
  clear: both;
}
.section-header:before,
.section-header:after {
  content: " ";
  display: table;
}
.section-header:after {
  clear: both;
}
.section-header:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .section-header {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
}
.section-header__title {
  max-width: 550px;
  margin: 0 auto;
  font-size: 3em;
  font-family: 'nunito_sansregular';
  line-height: 1;
}
@media (max-width: 767px) {
  .section-header__title {
    max-width: 100%;
  }
}
.section-header__text {
  max-width: 1160px;
  margin: 28px auto 0;
  text-align: center;
  color: #333;
  line-height: 1.5em;
  letter-spacing: 0.4px;
}
@media (max-width: 767px) {
  .section-header__text {
    padding: 0;
  }
}
.section-header__text p {
  margin-top: 11px;
  margin-bottom: 0;
}
.section-header_about {
  margin-bottom: 93px;
}
@media (max-width: 991px) {
  .section-header_about {
    margin-bottom: 40px;
  }
}
.section-header_inner {
  margin-bottom: 47px;
}
.section-header_inner .section-header__title {
  max-width: 100%;
  margin: 0;
  font-size: 2.25em;
  font-family: 'nunito_sansregular';
}
.section-header_inner .section-header__text {
  max-width: 890px;
  line-height: 1.5em;
  letter-spacing: 0.4px;
}
.section-footer {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 3px solid #f7f7f7;
}
@media (max-width: 767px) {
  .section-footer {
    border: none;
  }
}
/*
 * ~header 
 ********/
.header-section {
  padding-top: 47px;
  padding-bottom: 52px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .header-section .col-md-9 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
}
.header {
  z-index: 1000;
}
.header__block {
  float: right;
}
.phone-link {
  text-decoration: none;
}
/*
 * ~logo 
 ********/
@media (max-width: 1199px) {
  .logo {
    text-align: center;
  }
  .logo img {
    display: inline-block;
  }
}
.lang {
  margin: 2px 0 0 15px;
  float: right;
  font-family: 'source_sans_prosemibold';
}
@media (max-width: 767px) {
  .lang {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lang {
    margin-top: 17px;
  }
}
.lang .wpml-ls-legacy-dropdown {
  width: auto;
}
.lang .wpml-ls-legacy-dropdown > ul > li a {
  background: none !important;
  border: none;
  color: #fff;
  padding: 9px 10px;
  transition: all 0.3s;
}
.lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: calc(10px + 0.7em + 0.7em);
}
.lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  top: calc(50% - 0.3em);
}
.lang .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  background: #fff !important;
  color: #40588b;
}
.lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  background: #fff !important;
  color: #40588b !important;
}
.lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
  background: #40588b !important;
  color: #fff !important;
}
.main-nav_header {
  padding-top: 8px;
  float: right;
  font-family: 'source_sans_prosemibold';
}
@media (max-width: 767px) {
  .main-nav_header {
    float: none;
    text-align: center;
    clear: both;
    margin: 0;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: #fff;
    transform: translateY(-500px);
    transition: transform 0.7s cubic-bezier(0.75, -0.5, 0, 1.75);
    z-index: 1000;
  }
  .main-nav_header.active {
    transform: translateY(0);
  }
  .main-nav_header .main-nav-link {
    color: #40588b !important;
    padding: 4px 0 !important;
    border: none !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .main-nav_header .menu {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-nav_header {
    margin-top: 15px;
    float: none;
    text-align: center;
  }
}
.main-nav_header .main-nav-item {
  margin-left: 50px;
  float: left;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.main-nav_header .main-nav-item:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .main-nav_header .main-nav-item {
    float: none;
    margin: 4px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-nav_header .main-nav-item {
    margin-left: 25px;
    float: none;
    display: inline-block;
  }
}
.main-nav_header .main-nav-link {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
  position: relative;
  display: inline-block;
}
.main-nav_header .main-nav-link:after {
  width: 26px;
  height: 2px;
  max-width: 0;
  background: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  position: absolute;
  content: '';
}
.main-nav_header .main-nav-link:hover:after {
  max-width: 100%;
}
.main-nav_header .menu-item-contact {
  margin-top: -11px;
  margin-right: 2px;
  letter-spacing: 0.4px;
}
@media (max-width: 767px) {
  .main-nav_header .menu-item-contact {
    margin: 0 !important;
  }
}
.main-nav_header .menu-item-contact .main-nav-link {
  padding: 0.5em 3.5em 0.1875em 3.375em;
  border-radius: 20px;
  border: 2px solid #fff;
  transition: all 0.3s;
}
.main-nav_header .menu-item-contact .main-nav-link:hover {
  color: #40588b;
  background: #fff;
}
.main-nav_header .menu-item-contact .main-nav-link:after {
  display: none !important;
}
.main-nav_header .current-menu-item .main-nav-link:after,
.main-nav_header .current-category-ancestor .main-nav-link:after {
  max-width: 100%;
}
.main-nav_footer .menu-item {
  font-family: 'source_sans_prosemibold';
  text-transform: uppercase;
  margin-bottom: 15px;
}
.main-nav_footer .menu .current-menu-item > a {
  color: #40588b !important;
}
.main-nav_footer .menu a {
  color: #393939;
  text-decoration: none;
}
.main-nav_footer .menu a:hover {
  color: #40588b;
}
.burger-holder {
  top: 10px;
  right: 10px;
  position: fixed;
  padding: 7px;
  display: none;
  z-index: 1000;
  background: #fff;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .burger-holder {
    display: block;
  }
}
.burger {
  width: 22px;
  height: 17px;
  cursor: pointer;
  display: block;
  transform: rotate(0deg);
}
@media (hover: hover) {
  .burger:hover i {
    background: #40588b;
  }
}
.burger i {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #333;
  border-radius: 2px;
  transform: rotate(0deg);
  z-index: 1;
  transition: 0.25s ease-in-out;
}
.burger i:nth-child(even) {
  left: 50%;
  border-radius: 0 2px 2px 0;
}
.burger i:nth-child(odd) {
  left: 0px;
  border-radius: 2px 0 0 2px;
}
.burger i:nth-child(1),
.burger i:nth-child(2) {
  top: 0;
}
.burger i:nth-child(3),
.burger i:nth-child(4) {
  top: 7px;
}
.burger i:nth-child(5),
.burger i:nth-child(6) {
  top: 14px;
}
.burger.active i {
  height: 4px;
}
.burger.active i:nth-child(1),
.burger.active i:nth-child(6) {
  transform: rotate(45deg);
}
.burger.active i:nth-child(2),
.burger.active i:nth-child(5) {
  transform: rotate(-45deg);
}
.burger.active i:nth-child(1) {
  left: 3px;
  top: 2px;
}
.burger.active i:nth-child(2) {
  left: calc(50% - 5px);
  top: 2px;
}
.burger.active i:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.burger.active i:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.burger.active i:nth-child(5) {
  left: 3px;
  top: 5px;
}
.burger.active i:nth-child(6) {
  left: calc(50% - 5px);
  top: 5px;
}
.banner {
  font-family: 'source_sans_prolight';
}
.banner-section {
  width: 100%;
  height: 831px;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner-section {
    padding-top: 150px !important;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-section {
    padding-top: 180px;
    padding-bottom: 60px;
    height: auto;
  }
}
.banner-section_inner {
  height: 410px;
}
@media (max-width: 767px) {
  .banner-section_inner {
    padding-top: 150px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-section_inner {
    height: 350px;
    padding-top: 0;
  }
}
.banner__slider {
  margin: 0 !important;
}
.banner__slider-item {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #98a0a7;
  position: relative;
  margin: 0 !important;
}
.banner__slider-item:before {
  width: 962px;
  height: 831px;
  top: 0;
  left: 0;
  position: absolute;
  background: url(assets/img/main-banner-gradient.png);
  content: '';
}
.banner__content {
  max-width: 617px;
}
.banner__title {
  margin: 0;
  font-weight: normal;
  font-family: 'nunito_sanslight';
  font-size: 3.75em;
  line-height: 1.1em;
}
.banner__title-holder {
  position: relative;
  z-index: 10;
}
.banner__title_icon {
  padding-left: 95px;
}
.banner__title_icon:before {
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  content: '';
}
@media (max-width: 767px) {
  .banner__title_icon {
    padding-left: 0;
  }
  .banner__title_icon:before {
    display: none;
  }
}
.banner__text {
  margin-top: 0.96153846em;
  font-family: 'nunito_sansregular';
  font-size: 1.625em;
  line-height: 1.38461538em;
  letter-spacing: 0.65px;
}
@media (max-width: 767px) {
  .banner__text {
    padding: 0;
  }
}
.banner__text p {
  margin: 0;
}
.banner__buttons {
  margin-top: 2.9375em;
}
.banner__buttons .button {
  margin: 0 13px;
}
.banner__buttons .button:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .banner__buttons .button {
    margin-top: 30px;
  }
  .banner__buttons .button:first-child {
    margin-top: 0;
  }
}
.banner_inner {
  padding-top: 127px;
}
@media (max-width: 767px) {
  .banner_inner {
    padding-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner_inner {
    padding-top: 200px;
  }
}
.services {
  position: relative;
  z-index: 1000;
}
@media (max-width: 767px) {
  .services-section {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
  }
}
.services-list {
  padding-top: 30px;
  padding-bottom: 31px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .services-list {
    display: block;
    padding: 0;
  }
}
.service {
  width: 25%;
  position: relative;
  border-right: 2px solid #435783;
}
@media (max-width: 767px) {
  .service {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #435783;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service {
    width: 50%;
    border-bottom: 2px solid #435783;
  }
  .service.service_2 {
    border-right: none !important;
  }
  .service.service_3 {
    border-bottom: none !important;
  }
}
.service:before {
  top: 42px;
  left: 50%;
  position: absolute;
  z-index: 1;
  transform: translateX(-50%);
  transition: all 0.3s;
  content: '';
}
.service:hover:before {
  transform: translate(-50%, -10px);
}
.service:last-child {
  border: none;
}
.service__link {
  padding: 123px 15px 40px;
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
}
.service__link:hover:before {
  background: rgba(0, 103, 173, 0.9);
}
.service__link:hover .button {
  color: #0d5d92;
  background: #fff;
}
.service__icon {
  height: 90px;
  position: relative;
  z-index: 1;
}
.service__describe {
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .service__describe {
    height: auto !important;
  }
}
.service__title {
  margin: 0;
  font-family: 'nunito_sansbold';
  font-weight: normal;
  font-size: 1.25em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service__text {
  font-size: 0.875em;
  line-height: 1.28571429em;
  letter-spacing: 0.35px;
}
.service__buttons {
  margin-top: 27px;
  position: relative;
  z-index: 1;
}
.service_archive {
  width: 100%;
  margin-bottom: 33px;
}
.service_archive:before {
  top: 69px;
}
.service_archive .service__link {
  padding-top: 140px;
  padding-bottom: 60px;
  color: #333;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.05);
}
.service_archive .service__link:hover .button_style-01_brand {
  color: #fff;
  background: #40588b;
}
.service_archive .service__title {
  font-size: 1.875em;
  margin-bottom: 14px;
}
.service_archive .service__text {
  margin: 0 auto;
  max-width: 550px;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.4px;
}
.service_archive .button {
  margin-top: 25px;
}
.logos-section {
  padding-top: 43px;
  padding-bottom: 43px;
}
@media (max-width: 767px) {
  .logos-section {
    background: #fff;
  }
}
.logo-list {
  padding-top: 31px;
  padding-bottom: 31px;
  display: flex;
  justify-content: center;
  background: #fff;
}
@media (max-width: 767px) {
  .logo-list {
    display: block;
  }
}
.logo-list__logo {
  width: 34%;
  padding-top: 17px;
  padding-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .logo-list__logo {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo-list__logo {
    width: 45%;
  }
}
.logo-list__logo:first-child {
  border-right: 2px solid #f7f7f7;
}
@media (max-width: 767px) {
  .logo-list__logo:first-child {
    border: none;
  }
}
.logo-list__logo img {
  display: inline-block;
}
.sectors-section {
  padding-top: 46px;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .sectors-section {
    padding-bottom: 0 !important;
  }
}
.sectors-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sector {
  width: 32%;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .sector {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sector {
    width: 50%;
  }
}
.sector__link {
  padding: 120px 15px 50px;
  display: block;
  background-color: #fff !important;
  background-size: 0 0;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #333;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .sector__link {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
.sector__link:before {
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: '';
}
@media (max-width: 767px) {
  .sector__link:before {
    top: 0;
  }
}
.sector__link:hover {
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.05);
  z-index: 2;
}
@media (max-width: 767px) {
  .sector__link:hover {
    box-shadow: none;
  }
}
.sector__title {
  margin: 0 0 6px;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.3s;
}
.sector__text {
  margin: 0 auto;
  line-height: 1.5em;
  letter-spacing: 0.4px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .sector__text {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sector__text {
    max-width: 570px;
  }
}
.quote-section {
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (max-width: 767px) {
  .quote-section {
    min-height: auto;
    display: block;
  }
}
.quote {
  margin: 67px 0 0;
  padding-top: 84px;
  padding-bottom: 50px;
  font-family: 'nunito_sansextralight_italic';
  font-size: 2.5em;
  line-height: 1.2em;
  max-width: 800px;
  text-align: center;
  position: relative;
  font-style: normal;
}
.quote:before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-image: url(assets/img/sprite.png);
  background-position: 0px 0px;
  width: 90px;
  height: 64px;
  content: '';
}
@media (max-width: 767px) {
  .quote {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .content-blocks-section {
    padding-bottom: 0 !important;
  }
}
.content-blocks_reverse .content-block .sideimage-block {
  flex-direction: row-reverse;
}
.content-blocks_reverse .content-block .sideimage-block__content-wrapper {
  padding-left: 0;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .content-blocks_reverse .content-block .sideimage-block__content-wrapper {
    padding-right: 0;
  }
}
.content-blocks_reverse .content-block .sideimage-block__text {
  max-width: 540px;
}
@media (max-width: 767px) {
  .content-blocks_reverse .content-block .sideimage-block__text {
    max-width: 100%;
  }
}
.content-blocks_reverse .content-block:nth-child(2n) .sideimage-block {
  flex-direction: row;
}
.content-blocks_reverse .content-block:nth-child(2n) .sideimage-block__content-wrapper {
  padding-left: 85px;
}
@media (max-width: 767px) {
  .content-blocks_reverse .content-block:nth-child(2n) .sideimage-block__content-wrapper {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .content-blocks_reverse .content-block:nth-child(2n) .sideimage-block__content-wrapper {
    padding-left: 40px;
  }
}
.content-block {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .content-block {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-block {
    margin-bottom: 0;
  }
}
.content-block .sideimage-block__text {
  max-width: 540px;
}
@media (max-width: 767px) {
  .content-block .sideimage-block__text {
    max-width: 100%;
  }
}
.content-block:nth-child(2n) .sideimage-block {
  flex-direction: row-reverse;
}
.content-block:nth-child(2n) .sideimage-block__content-wrapper {
  padding-left: 0;
}
.content-block:last-child {
  margin-bottom: 0;
}
.cta {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cta {
    text-align: center;
    display: block;
  }
}
.cta-section {
  padding-top: 98px;
  padding-bottom: 90px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cta__content {
  padding-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta__content {
    max-width: 80%;
  }
}
.cta__title {
  margin: 0;
  font-family: 'nunito_sanslight';
  font-weight: normal;
  font-size: 3em;
  line-height: 1;
}
.cta__text {
  font-family: 'nunito_sanslight';
  font-size: 1.5em;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
}
.cta__buttons-holder {
  margin-top: -10px;
  float: right;
}
.cta__buttons-holder .button {
  padding-top: 18px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .cta__buttons-holder {
    margin-top: 20px;
    float: none;
    text-align: center;
  }
}
.dashicons,
.dashicons-icons::before {
  width: 2rem;
  height: 2rem;
  font-size: 20px;
  font-size: 2rem;
}
.title {
  color: #333;
  font-weight: normal;
  font-family: 'nunito_sanslight';
}
.title span {
  color: #40588b;
}
/*
 * ~main
 **************/
.wsw h1,
.wsw h2,
.wsw h3,
.wsw h4,
.wsw h5,
.wsw h6 {
  font-family: 'nunito_sanslight';
  font-weight: normal;
  color: #333;
  margin: 0 0 2em;
}
.wsw h1:first-child,
.wsw h2:first-child,
.wsw h3:first-child,
.wsw h4:first-child,
.wsw h5:first-child,
.wsw h6:first-child {
  margin-top: 0;
}
.wsw h1 {
  margin-top: 1.1875em;
  margin-bottom: 0.39583333em;
  font-size: 3em;
  line-height: 1.2308;
}
.wsw h1:first-child {
  margin-top: -7px;
}
.wsw h2 {
  margin-top: 33px;
  margin-bottom: 0.41666667em;
  font-size: 2.25em;
  font-weight: normal;
  line-height: 1.4;
}
.wsw h2:first-child {
  margin-top: -4px;
}
.wsw h3 {
  margin-top: 33px;
  margin-bottom: 21px;
  font-size: 1.875em;
  line-height: 1.1667;
}
.wsw h4 {
  margin-bottom: 16px;
  font-size: 1.4285em;
  line-height: 1.4;
}
.wsw h5,
.wsw h6 {
  margin-bottom: 1em;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1.2353;
  text-transform: uppercase;
}
.wsw ul,
.wsw ol,
.wsw dl {
  margin: 38px 0 2em;
  line-height: 1.6;
  overflow: hidden;
}
.wsw ul,
.wsw ol {
  padding-left: 38px;
}
@media (max-width: 767px) {
  .wsw ul,
  .wsw ol {
    padding-left: 0;
  }
}
.wsw ul li,
.wsw ol li {
  padding-left: 22px;
  margin-bottom: 14px;
}
.wsw ol {
  padding: 0 0 0 29px;
  counter-reset: counter;
  list-style: none;
}
@media (max-width: 767px) {
  .wsw ol {
    padding-left: 0;
  }
}
.wsw ol li {
  padding-left: 30px;
  position: relative;
}
.wsw ol li:before {
  top: 0;
  left: 0;
  position: absolute;
  color: #4fb569;
  font-weight: 700;
  font-size: 1em;
  counter-increment: counter;
  content: counter(counter) '.';
  z-index: 1;
}
.wsw ol li:last-child {
  margin-bottom: 0;
}
.wsw ol ol ol {
  margin-top: 2em;
  counter-reset: list2;
}
.wsw ol ol ol li:before {
  counter-increment: list2;
  content: counter(counter) "." counter(list2) ". ";
}
.wsw ul {
  list-style: none;
}
.wsw ul li {
  position: relative;
}
.wsw ul li:before {
  top: 0.375em;
  left: 0;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #4fb569;
  content: '';
}
.wsw ul li:last-child {
  margin-bottom: 0;
}
.wsw ul li ul {
  margin-top: 2em;
  margin-left: 20px;
}
.wsw ul.unstyled li {
  padding-left: 0;
  margin-bottom: 10px;
}
.wsw ul.unstyled li:before {
  display: none;
}
.wsw ul.unstyled .edit-link-holder {
  margin-top: 0;
}
.wsw .two-cols ul {
  margin-top: -4px;
  margin-left: 15px;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .wsw .two-cols ul {
    margin-left: 0;
  }
}
.wsw .two-cols ol {
  margin-top: -4px;
  margin-left: 19px;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .wsw .two-cols ol {
    margin-left: 0;
  }
}
.wsw p {
  line-height: 1.5em;
  margin: 0 0 2em;
}
.wsw a {
  color: #40588b;
  transition: all 0.3s;
  text-decoration: none;
}
.wsw a:hover {
  color: #506eae;
}
.wsw .table-wrapper {
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.05);
  margin: 0 0 2em;
}
@media (max-width: 767px) {
  .wsw .table-wrapper {
    overflow-x: auto;
  }
}
.wsw table {
  width: 100%;
  table-layout: fixed;
  margin: 0 0 2em;
}
.wsw th,
.wsw td {
  text-align: left;
  padding: 15px 30px;
}
.wsw th {
  padding-top: 25px;
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #f8f8f8;
  border-right: 2px solid #f8f8f8;
}
.wsw th:last-child {
  border-right: none;
}
.wsw td {
  font-size: 0.875em;
  letter-spacing: 0.35px;
  border-right: 2px solid #f8f8f8;
}
.wsw td:last-child {
  border-right: none;
}
.wsw tr:last-child td {
  padding-bottom: 30px;
}
.wsw hr {
  background-color: #40588b;
  border: 0;
  height: 1px;
  margin-bottom: 2em;
}
.wsw blockquote {
  padding: 54px 70px 52px 204px;
  margin: 1em 0 1.5em 0px;
  color: #fff;
  font-style: normal;
  font-family: 'nunito_sansextralight_italic';
  font-size: 2.5em;
  position: relative;
  background-color: #40588b;
  background-image: -webkit-linear-gradient(281deg, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(281deg, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(11deg, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 767px) {
  .wsw blockquote {
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.wsw blockquote:before {
  top: 62px;
  left: 85px;
  position: absolute;
  background-image: url(assets/img/sprite.png);
  background-position: 0px 0px;
  width: 90px;
  height: 64px;
  content: '';
}
@media (max-width: 767px) {
  .wsw blockquote:before {
    left: 25px;
    top: 30px;
  }
}
@media (max-width: 767px) {
  .wsw blockquote {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.wsw blockquote h1,
.wsw blockquote h2,
.wsw blockquote h3,
.wsw blockquote h4,
.wsw blockquote h5 {
  color: #fff;
  font-size: 1.5em;
  margin-bottom: 20px;
}
.wsw blockquote p {
  line-height: 1.2em;
  margin-bottom: 0;
  /**
							&:first-child{
								font-size: 5.14285714em;
								font-family: @font-b;
								font-style: normal;
								margin: 0 0 -.8rem -2rem;
								line-height: 1rem;
								content: open-quote;
							}
			
							&:last-child{
									&:after{
										content: close-quote;
										font-size: 5.14285714em;
										line-height: 1em;
										vertical-align: -.4rem;
									}
							}
							/**/
}
.wsw img.alignright,
.wsw img.alignleft {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.wsw img.alignright + p,
.wsw img.alignleft + p {
  margin-top: -7px;
}
.wsw img.alignnone {
  max-width: 100%;
  height: auto;
}
.wsw .important-block {
  margin-bottom: 2em;
  padding: 10px 20px;
  background: #f3f3f3;
  border-left: 4px solid #40588b;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.wsw .important-block p:last-child {
  margin-bottom: 0;
}
.wsw > *:last-child {
  margin-bottom: 0;
}
.logo-list-section {
  padding-top: 70px;
}
.logo-list_brand {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .logo-list_brand {
    padding-top: 0;
    margin-right: 0;
  }
}
.logo-list_brand .logo-list__block {
  width: 49%;
  padding: 75px 20px 79px;
  background: #40588b;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .logo-list_brand .logo-list__block {
    width: 100%;
    margin: 15px 0;
  }
}
.logo-list_brand .logo-list__block picture {
  display: inline-block;
}
.logo-list_brand .logo-list__block-text {
  max-width: 520px;
  margin: 12px auto 0;
}
/*
 * ~footer 
 ********/
.footer {
  position: relative;
}
.footer:before {
  bottom: -44px;
  width: 2px;
  top: -20px;
  right: 25%;
  margin-right: 55px;
  position: absolute;
  background: #f7f7f7;
  content: '';
}
@media (max-width: 991px) {
  .footer:before {
    display: none;
  }
}
.footer-section {
  padding-top: 114px;
  padding-bottom: 44px;
  font-size: 14px;
  font-family: 'nunito_sansregular';
  color: #3a3a3a;
}
@media (max-width: 767px) {
  .footer-section {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-section {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer-section {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .footer__block {
    padding-left: 0 !important;
    margin-top: 40px;
  }
}
.footer__block_main-menu {
  padding-left: 2.85714286em;
}
.footer__block_service-menu {
  margin-left: -32px;
}
@media (max-width: 1199px) {
  .footer__block_service-menu {
    margin-left: 0;
  }
}
.footer__block_service-menu-s {
  margin-left: -9px;
}
@media (max-width: 1199px) {
  .footer__block_service-menu-s {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer__block_contact {
    margin-left: 0;
  }
}
.footer a {
  color: #3a3a3a;
}
.footer-nav-item {
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
.footer-nav .current-menu-item .footer-nav-link,
.footer-nav .current-category-ancestor .footer-nav-link {
  color: #40588b;
}
.contact-section {
  padding-top: 60px;
}
.contact-wrapper {
  margin-top: 68px;
  display: flex;
  flex-direction: row-reverse;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .contact-wrapper {
    display: block;
  }
}
.contact-map {
  width: 50%;
}
@media (max-width: 991px) {
  .contact-map {
    width: 100%;
  }
}
.contact-form {
  width: 50%;
  padding: 45px 55px 0 50px;
}
@media (max-width: 991px) {
  .contact-form {
    width: 100%;
    padding: 40px 30px;
  }
}
.contact-form .form {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .contact-form .form {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form .form {
    font-size: 14px;
  }
}
.contact-form .form__title {
  font-family: 'nunito_sanslight';
  font-size: 3em;
  margin-bottom: 13px;
}
.contact-form .form__text {
  margin-bottom: 42px;
  line-height: 1.6;
}
.contact-data__item {
  position: relative;
}
.contact-data a {
  text-decoration: none;
}
.contact-data_main {
  margin-top: 104px;
  background-color: #40588b;
  background-image: linear-gradient(-11deg, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 991px) {
  .contact-data_main {
    margin-top: 40px;
  }
}
.contact-data_main a {
  color: #fff;
}
.contact-data_main .contact-data__item {
  padding: 141px 10px 78px;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-data_main .contact-data__item {
    padding-top: 90px;
    padding-bottom: 40px;
  }
}
.contact-data_main .contact-data__item-title {
  font-size: 0.875em;
  letter-spacing: 0.35px;
}
.contact-data_main .contact-data__item-text {
  font-size: 1.33333333em;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-data_main .contact-data__item-text {
    font-size: 1.125em;
  }
}
.contact-data_main .contact-data__item:after {
  top: 30px;
  right: -15px;
  bottom: 30px;
  position: absolute;
  width: 2px;
  background: rgba(255, 255, 255, 0.05);
  content: '';
}
@media (max-width: 767px) {
  .contact-data_main .contact-data__item:after {
    width: 100%;
    height: 2px;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
  }
}
.contact-data_main .contact-data__item:before {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  content: '';
}
@media (max-width: 767px) {
  .contact-data_main .contact-data__item:before {
    top: 30px;
  }
}
@media (max-width: 767px) {
  .contact-data_main .contact-data__item_address {
    margin-bottom: 30px;
  }
}
.contact-data_main .contact-data__item_address:before {
  background-image: url(assets/img/sprite.png);
  background-position: -147px 0px;
  width: 40px;
  height: 50px;
}
@media (max-width: 767px) {
  .contact-data_main .contact-data__item_phone {
    margin-bottom: 0px;
  }
}
.contact-data_main .contact-data__item_phone:before {
  background-image: url(assets/img/sprite.png);
  background-position: -95px 0px;
  width: 47px;
  height: 48px;
}
.contact-data_main .contact-data__item_email:before {
  top: 85px;
  background-image: url(assets/img/sprite.png);
  background-position: 0px -69px;
  width: 54px;
  height: 40px;
}
@media (max-width: 767px) {
  .contact-data_main .contact-data__item_email:before {
    top: 20px;
  }
}
.contact-data_main .contact-data__item_email a {
  transition: color 0.3s;
}
.contact-data_footer .contact-data__item {
  margin-bottom: 16px;
  font-style: normal;
  font-family: 'source_sans_prosemibold';
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  position: relative;
  padding-left: 42px;
}
@media (max-width: 991px) {
  .contact-data_footer .contact-data__item {
    padding-left: 0;
  }
}
.contact-data_footer .contact-data__item:before {
  top: 50%;
  left: 2px;
  margin-top: -1px;
  transform: translateY(-50%);
  position: absolute;
  content: '';
}
@media (max-width: 991px) {
  .contact-data_footer .contact-data__item:before {
    display: none;
  }
}
.contact-data_footer .contact-data__item_address:before {
  background-image: url(assets/img/sprite.png);
  background-position: -147px -82px;
  width: 18px;
  height: 23px;
}
.contact-data_footer .contact-data__item_phone:before {
  background-image: url(assets/img/sprite.png);
  background-position: -59px -69px;
  width: 20px;
  height: 20px;
}
.contact-data_footer .contact-data__item_email:before {
  background-image: url(assets/img/sprite.png);
  background-position: -84px -69px;
  width: 20px;
  height: 15px;
}
.contact-data_footer .contact-data__item_email a {
  transition: color 0.3s;
}
.contact-data_footer .contact-data__item_email a:hover {
  color: #40588b;
}
#map,
#map iframe {
  width: 100%;
  height: 745px;
}
@media (max-width: 991px) {
  #map,
  #map iframe {
    height: 300px;
  }
}
.copyrights-section {
  padding-top: 48px;
  padding-bottom: 48px;
  font-size: 14px;
  font-family: 'nunito_sansregular';
  position: relative;
  letter-spacing: 0.4px;
}
.copyrights-section:before {
  top: 0;
  left: 15px;
  right: 15px;
  height: 2px;
  position: absolute;
  background: #f7f7f7;
  display: block;
  content: '';
}
.copyrights-section a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}
.copyrights-section a:hover {
  color: #40588b;
}
.copyrights {
  float: left;
}
@media (max-width: 767px) {
  .copyrights {
    padding-bottom: 20px;
    text-align: center;
    float: none;
  }
}
.developers {
  float: right;
}
@media (max-width: 767px) {
  .developers {
    text-align: center;
    float: none;
  }
}
.developers__link {
  text-decoration: none;
  position: relative;
}
.developers__link:before {
  top: -3px;
  left: -31px;
  position: absolute;
  content: '';
}
.developers__link:hover {
  color: #01a14e !important;
}
.sideimage-block {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .sideimage-block {
    display: block;
  }
}
.sideimage-block__image {
  flex: 1 1 auto;
  width: 50%;
  align-self: stretch;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .sideimage-block__image {
    width: 100%;
    display: block;
    background: none !important;
  }
}
@media (min-width: 992px) {
  .sideimage-block__image {
    background: none !important;
  }
}
.sideimage-block__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
}
.sideimage-block__content {
  position: relative;
  z-index: 1;
}
.sideimage-block__content-wrapper {
  width: 50%;
  padding: 30px 20px 30px 5.25em;
}
@media (max-width: 991px) {
  .sideimage-block__content-wrapper {
    width: 100%;
    padding: 30px 20px !important;
  }
}
.sideimage-block__title {
  margin: 0 0 0.85416667em;
  font-size: 3em;
  font-family: 'nunito_sanslight';
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 767px) {
  .sideimage-block__title {
    margin-bottom: 24px;
  }
}
.sideimage-block__text {
  line-height: 1.5em;
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  .sideimage-block__text {
    max-width: 100% !important;
  }
}
.sideimage-block__text p {
  margin: 32px 0;
}
@media (max-width: 767px) {
  .sideimage-block__text p {
    margin: 16px 0;
  }
}
.sideimage-block__button {
  margin-top: 43px;
}
@media (max-width: 767px) {
  .sideimage-block__button {
    margin-top: 22px;
  }
}
.sideimage-block_about {
  background-color: #f7f7f7;
}
.sideimage-block_about .sideimage-block__image {
  position: relative;
}
.sideimage-block_about .sideimage-block__image:before {
  top: 22px;
  right: -350px;
  position: absolute;
  width: 382px;
  height: 357px;
  background: url(assets/img/brand-sign.png) no-repeat;
  content: '';
}
@media (max-width: 767px) {
  .sideimage-block_about .sideimage-block__image:before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sideimage-block_about .sideimage-block__image:before {
    right: -390px;
  }
}
.sideimage-block_about .sideimage-block__image picture {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sideimage-block_about .sideimage-block__content-wrapper {
    padding: 40px 20px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sideimage-block_about .sideimage-block__content-wrapper {
    padding-left: 40px !important;
  }
}
.more {
  margin-top: 30px;
  font-size: 12px;
  font-family: 'source_sans_prosemibold';
}
.more:before,
.more:after {
  content: " ";
  display: table;
}
.more:after {
  clear: both;
}
.more:after {
  content: "";
  display: table;
  clear: both;
}
.more:before,
.more:after {
  content: " ";
  display: table;
}
.more:after {
  clear: both;
}
.more:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .more {
    margin-top: 15px;
    font-size: 11px;
  }
}
.more__link {
  text-decoration: none;
  color: #333;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  transition: all 0.3s;
  border-bottom: 1px dotted transparent;
}
.more__link:after {
  top: 3px;
  right: -15px;
  position: absolute;
  content: '';
}
.more__link:hover:after {
  animation: left-right 1s infinite alternate;
}
.more__link_button {
  color: #fff;
  padding: 17px 36px 13px 28px;
  background: #5c6f7b;
  display: block;
  transition: background 0.3s;
}
.more__link_button:after {
  top: 22px;
  right: 22px;
}
.more__link_button:hover {
  background: #677c8a;
}
@keyframes left-right {
  0% {
    transform: translate3d(-3px, 0, 0);
  }
  70% {
    transform: translate3d(3px, 0, 0);
  }
  100% {
    transform: translate3d(3px, 0, 0);
  }
}
.gallery-item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery {
  margin: 3.125em -15px 2.875em;
}
.gallery:before,
.gallery:after {
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery:after {
  content: "";
  display: table;
  clear: both;
}
.gallery:before,
.gallery:after {
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery:after {
  content: "";
  display: table;
  clear: both;
}
.gallery-columns-4 {
  margin-left: -5px;
  margin-right: -5px;
}
.gallery-columns-4 .gallery-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .gallery-columns-4 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-4 .gallery-item:nth-child(2n+1) {
    clear: left;
  }
}
.gallery-item {
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .gallery-item {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    display: block;
  }
}
.gallery-item img {
  max-width: 100%;
  height: auto;
  display: block;
}
/**
.gallery-columns-4{
	margin-left: -3%;

		@media(@xxs-max){
			margin-left: 0;
		}

		.gallery-item{
			width: 22%;
			margin-left: 3%;
				@media(@xs) and (@sm-max){
					width: 47%;
						&:nth-child(3n+1){
						}
				}
		}
}
/**/
#slb_viewer_wrap .slb_theme_slb_default .slb_container {
  border-radius: 0;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_details,
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_slideshow .slb_template_tag {
  display: none !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_controls {
  top: -16px !important;
  right: -16px !important;
  margin: 0;
  position: absolute !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag {
  width: 35px;
  height: 35px;
  top: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
  background: #454c52 !important;
  z-index: 10;
  opacity: 1;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag:before,
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag:after {
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -10px;
  margin-top: -3px;
  width: 20px;
  height: 4px;
  background: #fff;
  content: '';
  transform: rotate(-45deg);
  transition: all 0.3s;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag:before {
  transform: rotate(45deg);
}
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag:hover:before,
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag:hover:after {
  background: #40588b;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag {
  background: none !important;
  opacity: 1 !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag:before,
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag:after {
  width: 20px;
  height: 4px;
  top: 50%;
  left: 0;
  background: #40588b;
  position: absolute;
  content: '';
  z-index: 1;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  transition: background 0.3s;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag:before {
  transform: rotate(45deg);
  z-index: 2;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag:after {
  margin-top: -12px;
  transform: rotate(-45deg);
}
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag:hover:before,
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag:hover:after {
  background: #506eae;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag {
  background: none !important;
  opacity: 1 !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag:before,
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag:after {
  width: 20px;
  height: 4px;
  top: 50%;
  right: 0;
  background: #40588b;
  position: absolute;
  content: '';
  z-index: 1;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  transition: background 0.3s;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag:before {
  transform: rotate(-45deg);
  z-index: 2;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag:after {
  margin-top: -12px;
  transform: rotate(45deg);
}
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag:hover:before,
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag:hover:after {
  background: #506eae;
}
.button,
a.button {
  width: auto;
  min-width: 220px;
  padding: 19px 20px 16px;
  color: #fff;
  font-size: 1em;
  font-family: 'source_sans_prosemibold';
  letter-spacing: 0.4px;
  border: none;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  zoom: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 28px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .button,
  a.button {
    font-size: 12px;
  }
}
.button__text,
a.button__text {
  display: block;
  line-height: 1;
}
.button:hover,
a.button:hover {
  color: #0d5d92;
  background: #fff;
}
.button_style-01_brand,
a.button_style-01_brand {
  color: #40588b;
  border-color: #40588b;
}
.button_style-01_brand:hover,
a.button_style-01_brand:hover {
  color: #fff;
  background: #40588b;
}
.button_tiny,
a.button_tiny {
  padding: 7px 10px 6px;
  min-width: 140px;
  font-size: 12px;
}
.page-404 {
  padding: 100px 0;
  text-align: center;
  font-size: 16px;
}
.page-404 a {
  color: #40588b;
}
.page-404__error {
  font-size: 150px;
  font-size: 15rem;
  font-weight: bold;
  position: relative;
  color: rgba(64, 88, 139, 0.9);
  line-height: 1;
  text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slider-holder {
  position: relative;
}
.slider-holder .slick-arrow {
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  color: #fff;
  background: #454c52;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  transition: background 0.3s;
  cursor: pointer;
}
@media (max-width: 479px) {
  .slider-holder .slick-arrow {
    display: none !important;
  }
}
.slider-holder .slick-arrow:hover {
  background: #40588b;
}
.slider-holder .slick-arrow:before {
  width: auto;
  top: 50%;
  left: 50%;
  margin: 0;
  margin-top: 1px;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
}
.slider-holder .slick-next {
  right: 0;
}
.slider-holder .slick-prev {
  left: 0;
}
.slider-holder .slick-prev:before {
  content: '\e801';
}
.slider {
  margin-left: -10px;
}
.slider-item {
  margin-left: 10px;
}
.slider-item__img {
  width: 100%;
}
.slider .slick-dots {
  width: 100%;
  margin: 0;
  text-align: center;
  display: none !important;
}
@media (max-width: 479px) {
  .slider .slick-dots {
    bottom: 10px;
    left: 0;
    position: absolute;
    padding: 0 10px;
    display: block !important;
  }
}
.slider .slick-dots li {
  padding: 0;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}
.slider .slick-dots li:before {
  display: none;
}
.slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border: none;
  padding: 0;
  text-indent: -999em;
  background: #d5d5d5;
  transition: background 0.3s;
  display: block;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .slider .slick-dots li button {
    width: 12px;
    height: 12px;
    margin: 2px 2px;
  }
}
.slider .slick-dots li button:hover {
  background: #40588b;
}
.slider .slick-dots li.slick-active button {
  background: #40588b;
}
.breadcrumbs {
  margin-top: -4px;
  font-size: 0.875em;
  font-family: 'nunito_sansregular';
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs a {
  margin-right: 30px;
  color: #40588b;
  transition: color 0.3s;
  text-decoration: underline;
  position: relative;
}
.breadcrumbs a:before {
  top: 50%;
  left: -22px;
  transform: translateY(-50%);
  position: absolute;
  font-size: 0.875em;
  content: '-';
}
.breadcrumbs a:hover {
  color: #40588b;
  text-decoration: none;
}
.breadcrumbs .breadcrumb_last {
  position: relative;
}
.breadcrumbs .breadcrumb_last:before {
  top: 50%;
  left: -22px;
  transform: translateY(-50%);
  position: absolute;
  font-size: 0.875em;
  content: '-';
}
.breadcrumbs > span {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}
.breadcrumbs > span > span > a:before {
  display: none;
}
.wp-pagenavi {
  padding-top: 53px;
  border-top: 2px solid #f9f9f9;
  margin: 22px 0 10px;
  text-align: center;
}
.wp-pagenavi:before,
.wp-pagenavi:after {
  content: " ";
  display: table;
}
.wp-pagenavi:after {
  clear: both;
}
.wp-pagenavi:after {
  content: "";
  display: table;
  clear: both;
}
.wp-pagenavi:before,
.wp-pagenavi:after {
  content: " ";
  display: table;
}
.wp-pagenavi:after {
  clear: both;
}
.wp-pagenavi:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    padding-top: 30px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wp-pagenavi {
    padding-top: 30px;
    margin-bottom: 0;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  padding: 7px 13px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
  color: #fff;
  border: none;
  background: #333B45;
  font-size: 12px;
  font-family: 'source_sans_prosemibold';
  transition: background 0.3s;
}
.wp-pagenavi .page.current,
.wp-pagenavi .current.current,
.wp-pagenavi .page:hover,
.wp-pagenavi .current:hover {
  color: #fff;
  background: #40588b;
}
.wp-pagenavi .current.dots {
  color: #333B45;
  background: none;
}
.wp-pagenavi a {
  text-decoration: none;
  font-size: 0.875em;
  color: #6d6d6d;
  text-transform: uppercase;
  font-family: 'source_sans_prosemibold';
  transition: color 0.3s;
  position: relative;
  letter-spacing: 0.5px;
}
.wp-pagenavi a:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wp-pagenavi a:before {
  top: 50%;
  margin: 0;
  width: auto;
  position: absolute;
  transform: translateY(-50%);
  font-size: 10px;
}
.wp-pagenavi a:hover {
  color: #40588b;
}
.wp-pagenavi a.nextpostslink {
  float: right;
  padding-right: 26px;
}
.wp-pagenavi a.nextpostslink:before {
  right: 0;
  content: '\e802';
}
@media (max-width: 767px) {
  .wp-pagenavi a.nextpostslink {
    padding-right: 0;
  }
  .wp-pagenavi a.nextpostslink:before {
    display: none;
  }
}
.wp-pagenavi a.previouspostslink {
  float: left;
  padding-left: 26px;
}
.wp-pagenavi a.previouspostslink:before {
  left: 0;
  top: 5px;
  content: '\e802';
  transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .wp-pagenavi a.previouspostslink {
    padding-left: 0;
  }
  .wp-pagenavi a.previouspostslink:before {
    display: none;
  }
}
.widget__title {
  font-size: 1em !important;
  text-transform: none !important;
}
.widget_a2a_share_save_widget {
  display: flex;
  align-items: center;
}
.widget_a2a_share_save_widget .widget__title {
  margin: -4px 5px 0 0 !important;
  line-height: 1 !important;
}
.widget_a2a_share_save_widget svg {
  width: 15px;
  top: 2px;
}
.widget_a2a_share_save_widget svg path {
  fill: #5c6f7b !important;
  transition: fill 0.3s;
}
.widget_a2a_share_save_widget span {
  border-radius: 50% !important;
  background: #f7f7f7 !important;
  transition: background 0.3s;
}
.widget_a2a_share_save_widget span:hover {
  background: #5c6f7b !important;
}
.widget_a2a_share_save_widget span:hover svg path {
  fill: #fff !important;
}
.nf-form-cont {
  font-family: 'nunito_sansregular';
  /* ERROR MESSAGES */
}
@media (max-width: 767px) {
  .nf-form-cont {
    font-size: 12px;
  }
}
.nf-form-cont .nf-field-container {
  margin-bottom: 10px;
}
.nf-form-cont .html-wrap a {
  color: #40588b;
}
.nf-form-cont .field-wrap {
  position: relative;
}
.nf-form-cont .field-wrap input {
  width: 100%;
  padding: 14px 38px 14px 18px;
  border: none;
  background: none;
  font: 16px 'nunito_sansregular';
  color: #9b9b9b;
  background: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-shadow: 0 0 0 1px #e9e9e9;
}
@media (max-width: 767px) {
  .nf-form-cont .field-wrap input {
    font-size: 12px;
  }
}
.nf-form-cont .textarea-wrap {
  height: auto;
}
.nf-form-cont .textarea-wrap textarea {
  width: 100%;
  height: 120px;
  padding: 15px 40px 0 19px;
  border: none;
  background: none;
  font: 16px 'nunito_sansregular';
  color: #9b9b9b;
  background: #fff;
  box-shadow: 0 0 0 1px #e9e9e9;
}
@media (max-width: 991px) {
  .nf-form-cont .textarea-wrap textarea {
    font-size: 12px;
  }
}
.nf-form-cont .textarea-wrap.nf-fail .nf-field-element:after,
.nf-form-cont .textarea-wrap.nf-pass .nf-field-element:after {
  top: 18px;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .nf-form-cont .textarea-wrap.nf-fail .nf-field-element:after,
  .nf-form-cont .textarea-wrap.nf-pass .nf-field-element:after {
    top: 10px;
  }
}
.nf-form-cont .submit-container {
  margin-top: 35px;
}
.nf-form-cont .submit-wrap {
  margin: 0 auto;
  border: none;
  width: 100%;
  height: auto;
  font-family: 'nunito_sansregular';
  display: block;
  position: relative;
}
.nf-form-cont .submit-wrap input {
  width: auto;
  min-width: 220px;
  padding: 15px 20px 11px;
  font-size: 1em;
  font-family: 'source_sans_prosemibold';
  letter-spacing: 0.4px;
  border: none;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  zoom: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #40588b;
  color: #40588b;
  border-radius: 28px;
  transition: all 0.3s;
  background: none;
}
@media (max-width: 767px) {
  .nf-form-cont .submit-wrap input {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .nf-form-cont .submit-wrap input {
    font-size: 12px;
  }
}
.nf-form-cont .submit-wrap input:hover {
  color: #fff;
  background: #40588b;
}
.nf-form-cont .submit-wrap .nf-field-label {
  display: none;
}
.nf-form-cont .nf-field-label {
  margin-bottom: 15px !important;
}
.nf-form-cont .nf-field-label label {
  font-weight: normal;
  font-size: 1em;
}
.nf-form-cont .nf-fail input,
.nf-form-cont .nf-fail textarea {
  color: #cb2424;
  box-shadow: 0 0 0 1px #cb2424 !important;
}
.nf-form-cont .nf-fail .nf-field-element {
  position: relative;
}
.nf-form-cont .nf-fail .nf-field-element:after {
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  background-image: url(assets/img/sprite.png);
  background-position: -170px -82px;
  width: 11px;
  height: 8px;
  content: '';
}
.nf-form-cont .nf-pass .nf-field-element {
  position: relative;
}
.nf-form-cont .nf-pass .nf-field-element:after {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  position: absolute;
  background-image: url(assets/img/sprite.png);
  background-position: -172px -55px;
  width: 12px;
  height: 10px;
  content: '';
}
@media (max-width: 767px) {
  .nf-form-cont .nf-pass .nf-field-element:after {
    top: 15px;
  }
}
.nf-form-cont .ninja-forms-error {
  border-color: red !important;
}
.nf-form-cont .field_full_width {
  width: 100%;
  max-width: 56%;
  float: left;
}
@media (max-width: 767px) {
  .nf-form-cont .field_full_width {
    max-width: 100%;
  }
}
.nf-form-cont .field_left {
  width: 100%;
  max-width: 48.5%;
  float: left;
}
@media (max-width: 767px) {
  .nf-form-cont .field_left {
    max-width: 100%;
    float: none;
  }
}
.nf-form-cont .field_right {
  clear: none;
  width: 100%;
  float: right;
  max-width: 48%;
}
@media (max-width: 767px) {
  .nf-form-cont .field_right {
    float: none;
    max-width: 100%;
    margin-left: 0;
  }
}
/**
*
* FORM SETTINGS
*
**/
.ninja-forms-required-items {
  font-size: 13px;
  margin-bottom: 20px;
}
.nf-error-wrap {
  margin-top: -7px;
  margin-bottom: -12px;
  display: none;
}
.nf-form-errors {
  text-align: center;
  clear: both;
}
.nf-error-msg {
  padding: 12px 30px;
  display: inline-block;
  letter-spacing: 0.5px;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
  position: relative;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  background: #40588b;
  padding-left: 50px;
  font-size: 14px;
  font-family: 'nunito_sansregular';
}
@media (max-width: 767px) {
  .nf-error-msg {
    padding-left: 30px;
  }
}
.nf-error-msg:before {
  top: 15px;
  left: 25px;
  position: absolute;
  width: 15px;
  height: 15px;
  content: '';
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAaJJREFUeNpi/P//PwMWEAXEHkBsAcQSQPwGiE8A8W4gXgTEf2EKGRkZGRhAhiBhFyC++h8P+PPnzwMgDoTpAQMkAxKwafr9+/cHbOJv3rypRDfECpvCu3fvLtXQ0LC6fPnyRGzyV69ejYYZwgTEL7ApioqKcgcqkT127BgnNvm/f//+yMrKkgAZEo3L/729vTFAQ1iBTCVcas6ePdvNBFQUzIADmJqaqoIMAWJ1XGqUlJScQIbo4VKgoKCgA6S4gNgGlxpubm5ZkCEiuBQICAhogNQBsQEuNUxMTFwgQz7gsUXhwIEDfkCmPi41//79+wEK2C3/KQCfPn26BHLJFny2vHv37jgwKj/hUvPw4cOjIJdwAhV/xWbL6dOne4HqDIHpJB+XS9zd3R3BKRaYF/yxKXj27Nn2SZMm6QOZk7DJA8OrEWiJMTzvvH//vpmUsLh9+/YisAEMDMIoufjWrVt5QFd9xqcZlNSPHz/eATVABj0Xg3FbW5vaxYsXJwBddvLHjx8vgLn4469fv14C+WeBGXF6TEwMqJwxBGJRWC4GCDAA+sCP9pSuGGIAAAAASUVORK5CYII=');
  background-size: cover;
}
.nf-response-msg,
.nf-error-field-errors {
  display: none !important;
}
.nf-desc {
  margin: 20px 0 40px;
  font-size: 14px;
  line-height: 18px;
}
.nf-desc p {
  margin: 0 0 10px;
}
.nf-response-msg:not(:empty) {
  padding: 40px 0;
  display: block !important;
  text-align: center;
}
.nf-response-msg:not(:empty) span {
  font-size: 18px !important;
  font-size: 1.8rem !important;
  color: #40588b !important;
  font-family: 'source_sans_prosemibold' !important;
}
.ninja-forms-field-error,
.nf-form-fields-required {
  display: none !important;
}
.hp-wrap {
  display: none;
}
/**
*
* UPLOAD FIELD
*
**/
/**
.file_upload-wrap{
			background: #fff;
			position: relative;
			margin-bottom: 10px;

				.nf-field-element{
					height: 49px;
				}

				.nf-element{
					padding: 0;
				}
}
.nf-fu-fileinput-button{
	height: 45px;
	border: none;
	color: #fff;
	background: #5c6f7b;
}
.nf-fu-fileinput-button{
	top: 2px; right: 1px;
	padding: 0 15px;
	letter-spacing: 1px;
	position: absolute;
	z-index: 2;
}
.nf-fu-progress{
	width: 100%;
	bottom: 0; left: 0;
	position: absolute;
	box-shadow: none;
	border-radius: 0;
	height: 2px;
	background: #fff;
	margin: 0;
}
.files_uploaded{
	top: 15px; left: 18px;
	position: absolute;
	padding-left: 18px;
	width: 80%;
	background: #fff;
	z-index: 1;

		p{
			width: 100%;
			max-width: 100%;
			margin: 0;
			overflow: hidden;
			display: inline-block;
			text-overflow: ellipsis;
			white-space: nowrap;

				@media(@xs-max){
					max-width: 50%;
				}
		}
		.delete{
			text-indent: -999em;
			display: inline-block;
			width: 25px; height: 25px;
			top: 0; left: 0;
			position: absolute;
			cursor: pointer;
			z-index: 10;

				@media(@xs-max){
					top: -2px;
				}

				&:before,
				&:after{
					top: 50%; left: 50%;
					position: absolute;
					margin-left: -10px;
					margin-top: -3px;
					width: 10px; height: 3px;
					background: red;
					content: '';
					transform:rotate(-45deg);
					transition: all .3s;
				}
				&:before{
					transform:rotate(45deg);
				}

				&:hover{
						&:before,
						&:after{
							background: @brand-primary;
						}
				}
		}
}
.nf-field-description{
	top: 15px; left: 18px;
	width: 80%;
	position: absolute;
	color: #668396;
}
/**/
.social-media-buttons {
  font-size: 13px;
  text-decoration: none;
  float: left;
}
@media (max-width: 767px) {
  .social-media-buttons {
    float: none;
    text-align: center;
  }
}
.social-media-buttons__item {
  line-height: 25px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  color: #5c6f7b;
  transition: color 0.3s;
  position: relative;
}
.social-media-buttons__item:before {
  position: relative;
  z-index: 1;
  margin: 0;
}
.social-media-buttons__item:hover {
  color: #40588b;
}
.social-media-buttons__text {
  text-indent: -999em;
  display: inline-block;
}
.social-media-buttons .icon-linkedin {
  font-size: 12px;
}
.social-media-buttons_footer {
  padding-top: 5px;
}
.legal-nav {
  display: inline-block;
}
@media (max-width: 767px) {
  .legal-nav {
    padding-top: 10px;
  }
}
.legal-nav-item {
  display: inline-block;
  position: relative;
  padding-left: 8px;
}
.legal-nav-item:before {
  top: -1px;
  left: 0;
  position: absolute;
  content: '|';
}
.legal-nav-item:first-child:before {
  display: none;
}
#catapult-cookie-bar {
  text-align: center;
  padding: 15px;
  background: #fff !important;
  font-size: 14px;
  font-family: 'nunito_sansregular';
  color: #40588b !important;
  display: none;
  border-radius: 4px;
}
.has-cookie-bar #catapult-cookie-bar {
  display: block;
}
#catapult-cookie-bar h3 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #40588b !important;
}
#catapult-cookie-bar button {
  padding-top: 7px !important;
  padding-bottom: 5px !important;
  color: #40588b;
  border: 1px solid #40588b !important;
  border-radius: 0 !important;
  background: none;
  font-family: 'source_sans_prosemibold';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  transition: all 0.3s;
}
#catapult-cookie-bar button:hover {
  color: #fff;
  background: #40588b;
}
#catapult-cookie-bar a {
  color: #40588b !important;
  text-decoration: underline !important;
}
#catapult-cookie-bar a:hover {
  text-decoration: none !important;
}
.ctcc-left-side {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.ctcc-right-side {
  margin-top: 15px;
  display: block;
}
