/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../images/owl.video.play.4cbde124d6cd8122c801118696c16f07.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */

.lb-loader,.lightbox{text-align:center;line-height:0}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}html.lb-disable-scrolling{overflow:hidden;position:fixed;height:100vh;width:100vw}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.2299ad0b3f63413f026dfec20c205b8f.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.84b76dee6b27b795e89e3649078a11c2.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.31f15875975aab69085470aabbfec802.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.d9d2d0b1308cb694aa8116915592e2a9.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}/* ------------------------------------------------------------ *	Variables
\* ------------------------------------------------------------ */

/*--------------------------------------------------------------
Minimal Grid by @aaronrutley
Version: 2.0.0
Github: https://github.com/AaronRutley/minimal-grid
--------------------------------------------------------------*/

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

/* ------------------------------------------------------------ *	Mixins
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *	Reset
\* ------------------------------------------------------------ */

* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}

template {
  display: none;
}

html {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

img,
iframe {
  border: 0 none;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

b,
strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

svg:not(:root) {
  overflow: hidden;
}

a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='image'],
label[for] {
  cursor: pointer;
}

a[href^='tel'],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

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

input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
a[href^='tel'] {
  appearance: none;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  appearance: none;
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

button,
select {
  text-transform: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

nav ul,
nav ol {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *	Fonts
\* ------------------------------------------------------------ */

@font-face {
  font-family: 'Gotham';
  src: url(../fonts/GothamLight.woff2) format("woff2"), url(../fonts/GothamLight.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url(../fonts/GothamBold.woff2) format("woff2"), url(../fonts/GothamBold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Radnika Next';
  src: url(../fonts/RadnikaNext-Regular.woff2) format("woff2"), url(../fonts/RadnikaNext-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Radnika Next';
  src: url(../fonts/RadnikaNext-Medium.woff2) format("woff2"), url(../fonts/RadnikaNext-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Radnika Next';
  src: url(../fonts/RadnikaNext-ExtraBold.woff2) format("woff2"), url(../fonts/RadnikaNext-ExtraBold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Radnika Next';
  src: url(../fonts/RadnikaNext-Black.woff2) format("woff2"), url(../fonts/RadnikaNext-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Archive';
  src: url(../fonts/Archive.woff2) format("woff2"), url(../fonts/Archive.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

/* ------------------------------------------------------------ *	Base
\* ------------------------------------------------------------ */

body {
  min-width: 320px;
  background: #fff;
  font-family: "Radnika Next", sans-serif;
  font-size: 17px;
  line-height: 1.35;
  color: #000;
  position: static !important;
  top: 0 !important;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.4;
  }
}

body > .skiptranslate:not(iframe) {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a[href^="tel"] {
  text-decoration: none;
}

h1 {
  font-weight: 900;
  font-size: 80px;
  font-family: "Archive", sans-serif;
}

h1.sm {
  font-size: 45px;
  max-width: 65%;
  line-height: 1.1em;
}

@media (max-width: 767px) {
  h1.sm {
    font-size: 28px;
    line-height: .9;
    max-width: none;
  }
}

h2 {
  font-size: 32px;
  font-family: "Archive", sans-serif;
}

h2.xl {
  font-weight: 900;
  font-size: 100px;
}

@media (max-width: 767px) {
  h2.xl {
    font-size: 44px;
    line-height: .8;
  }
}

h2.xxl {
  font-size: 50px;
  line-height: .84;
  letter-spacing: -.02em;
  color: #2a3547;
}

h3.sm {
  font-weight: 800;
  font-size: 17px;
}

h3.lg {
  font-weight: 900;
  font-size: 45px;
}

@media (max-width: 767px) {
  h3.lg {
    font-size: 28px;
    line-height: .9;
  }
}

h4 {
  font-weight: 800;
  font-size: 25px;
}

h4.sm {
  font-size: 17px;
}

@media (max-width: 767px) {
  h4.sm span {
    font-weight: 400;
    font-size: 8px;
    margin-bottom: 2px;
  }
}

h4.lg {
  font-weight: 900;
  font-size: 45px;
}

@media (max-width: 767px) {
  h4.lg {
    font-size: 16px;
    line-height: 1.2;
  }
}

h5 {
  font-weight: 800;
  font-size: 17px;
}

@media (max-width: 767px) {
  h5 {
    font-size: 16px;
    line-height: 1.2;
  }
}

h5.lg {
  font-size: 25px;
}

@media (max-width: 767px) {
  h5.lg {
    font-size: 16px;
    line-height: .87;
  }
}

h5.xl {
  font-size: 32px;
}

h6.lg {
  font-weight: 800;
  font-size: 25px;
}

@media (max-width: 767px) {
  h6.lg {
    font-size: 13px;
  }
}

/* ------------------------------------------------------------ *	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

/*  Notext  */

/*  Hidden  */

[hidden],
.hidden {
  display: none !important;
}

/*  Alignleft  */

.alignleft {
  float: left;
}

/*  Alignright  */

.alignright {
  float: right;
}

/*  Disabled  */

[disabled],
.disabled {
  cursor: default;
}

/*  Grid  */

.col {
  max-width: 100%;
  flex: 1;
}

.cols {
  display: flex;
  flex-flow: row wrap;
}

.col--1of2 {
  max-width: 50%;
  flex: 0 0 50%;
}

/*  Responsive Helpers  */

.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) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

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

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}

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

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

/* ------------------------------------------------------------ *	Wrapper
\* ------------------------------------------------------------ */

.wrapper {
  min-height: 100%;
  position: relative;
  padding-top: 90px;
  overflow: hidden;
}

/* ------------------------------------------------------------ *	Shell
\* ------------------------------------------------------------ */

.shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}

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

/* ------------------------------------------------------------ *	Shell Medium
\* ------------------------------------------------------------ */

.shell--medium {
  max-width: 1164px;
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

@media (max-width: 767px) {
  .shell--medium {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .shell--medium .section-call-action {
    margin: 0 -31px;
    margin-bottom: 50px;
  }
}

.shell--medium .section--grey-alt:after {
  left: calc((-50vw + 572px));
}

@media (max-width: 1163px) {
  .shell--medium .section--grey-alt:after {
    left: -10px;
  }
}

@media (max-width: 767px) {
  .shell--medium .section--grey-alt:after {
    left: -31px;
  }
}

/* ------------------------------------------------------------ *	Container
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *	Header
\* ------------------------------------------------------------ */

header h1 {
  color: #fff;
}

.header {
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  transition: transform .5s;
  display: flex;
  height: 90px;
  align-items: center;
  border-bottom: 2px solid #2a3547;
}

.header .shell {
  height: 100%;
}

.header .header__inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  align-items: center;
  height: 100%;
}

.header .header__aside {
  height: 100%;
}

@media (max-width: 1023px) {
  .header .header__aside .nav--secondary {
    position: absolute;
    top: 25px;
    right: 15px;
  }
}

.header .logo {
  z-index: 10;
  transition: width 1s;
}

.header .logo img {
  height: 60px;
}

@media (max-width: 767px) {
  .header .logo {
    margin-bottom: 0;
    position: absolute;
    top: 13px;
    left: 11px;
  }
}

.header .nav--primary {
  width: 100%;
  height: 100%;
}

@media (max-width: 1023px) {
  .header .nav--primary {
    position: relative;
  }
}

@media (max-width: 767px) {
  .header .nav--primary {
    color: #fff;
    width: 100%;
    height: calc(100vh - 90px);
    padding-bottom: 30px;
    position: fixed;
    top: 90px;
    bottom: 0;
    left: 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: visibility .5s, opacity .5s;
  }
}

@media (max-width: 767px) {
  .header .nav--primary.open {
    visibility: visible;
    opacity: 1;
  }

  .header .nav--primary.open:after {
    height: 100%;
  }
}

@media (max-width: 1023px) {
  .header .nav--primary > ul {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .header .nav--secondary {
    display: none;
  }
}

@media (max-width: 767px) {
  .header .btn-menu {
    order: 1;
    margin-right: 10px;
  }
}

/* ------------------------------------------------------------ *	Header Sticky
\* ------------------------------------------------------------ */

.header--sticky {
  transform: translateY(-100%);
}

.header--sticky .logo {
  width: 300px;
  margin-top: 0;
}

@media (max-width: 1023px) {
  .header--sticky .logo {
    width: 180px;
    margin-bottom: 0;
  }
}

.header--sticky .nav--primary {
  margin-top: 0;
}

@media (min-width: 768px) {
  .header--sticky .nav--primary {
    top: 54px;
  }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .header--sticky .nav--primary {
    top: 4px;
  }
}

@media (min-width: 768px) {
  .header--sticky .dropdown {
    top: 59px;
  }
}

@media (max-width: 1023px) {
  .header--sticky .dropdown {
    top: 24px;
    z-index: 5;
  }
}

/* ------------------------------------------------------------ *	Header Shown
\* ------------------------------------------------------------ */

.header--shown {
  transform: translateY(0);
}

/* ------------------------------------------------------------ *	WP Menu fix when logged in
\* ------------------------------------------------------------ */

.admin-bar .header {
  margin-top: 28px;
}

/* ------------------------------------------------------------ *	Main
\* ------------------------------------------------------------ */

.main .main__inner {
  padding-top: 62px;
}

@media (max-width: 1023px) {
  .main .main__inner {
    padding-top: 45px;
  }
}

@media (max-width: 767px) {
  .main .main__inner {
    padding-top: 38px;
  }
}

.main .main__inner .shell {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .main .main__inner .shell {
    display: block;
  }
}

.main .main__inner .shell:after {
  display: none;
}

.main .page-header {
  height: 150px;
  display: flex;
  align-items: center;
}

.main .page-header h1 {
  font-size: 45px;
}

@media only screen and (max-width: 767px) {
  .main .page-header h1 {
    font-size: 40px;
  }
}

/* ------------------------------------------------------------ *	Main Alt
\* ------------------------------------------------------------ */

.main--alt {
  margin-top: -150px;
}

.main--alt .main__inner {
  padding-top: 0;
}

.main--alt .section:first-child {
  background: rgba(42, 53, 71, 0.9);
}

/* ------------------------------------------------------------ *	Sidebar
\* ------------------------------------------------------------ */

.sidebar {
  flex: 0 0 auto;
  width: 358px;
  position: relative;
  z-index: 5;
  top: 0;
}

@media (max-width: 1199px) {
  .sidebar {
    width: 325px;
  }
}

@media (max-width: 1023px) {
  .sidebar {
    width: 280px;
    top: -138px;
  }
}

/* ------------------------------------------------------------ *	Sidebar Scrolling
\* ------------------------------------------------------------ */

.sidebar-scrolling {
  position: relative;
}

.sidebar-scrolling .sidebar-scrolling-inner {
  width: 358px;
}

@media (max-width: 1199px) {
  .sidebar-scrolling .sidebar-scrolling-inner {
    width: 325px;
  }
}

@media (max-width: 1023px) {
  .sidebar-scrolling .sidebar-scrolling-inner {
    width: 280px;
  }
}

.sidebar-scrolling .sidebar-scrolling-inner.filter {
  width: 280px;
}

@media (max-width: 1023px) {
  .sidebar-scrolling .sidebar-scrolling-inner.filter {
    width: 220px;
  }
}

@media (max-width: 767px) {
  .sidebar-scrolling .sidebar-scrolling-inner.filter {
    width: 100%;
  }
}

.sidebar-scrolling .sidebar-scrolling-inner.fixed {
  position: fixed;
  top: 120px;
}

@media (max-width: 767px) {
  .sidebar-scrolling .sidebar-scrolling-inner.fixed {
    position: static;
  }
}

.sidebar-scrolling .sidebar-scrolling-inner.stop {
  position: absolute;
  top: auto;
  bottom: 0;
}

@media (max-width: 767px) {
  .sidebar-scrolling .sidebar-scrolling-inner.stop {
    position: static;
  }
}

/* ------------------------------------------------------------ *	Content
\* ------------------------------------------------------------ */

.content {
  flex: 0 0 auto;
  width: 726px;
}

@media (max-width: 1199px) {
  .content {
    width: calc(100% - 370px);
  }
}

@media (max-width: 1023px) {
  .content {
    width: calc(100% - 320px);
  }
}

@media (max-width: 767px) {
  .content {
    width: 100%;
  }
}

.content .container:first-of-type {
  padding-top: 65px;
}

@media only screen and (max-width: 767px) {
  .content .container:first-of-type {
    padding-top: 30px;
  }
}

.content section.section--grey-alt {
  margin-top: 0;
}

.content .container.overview-container,
.content .container.flexi-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.content .container.overview-container .flexi-content,
.content .container.flexi-container .flexi-content {
  width: 100%;
  max-width: 726px;
}

@media only screen and (max-width: 1023px) {
  .content .container.overview-container .flexi-content,
  .content .container.flexi-container .flexi-content {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .content .container.overview-container:first-of-type,
  .content .container.flexi-container:first-of-type {
    padding-top: 0;
  }

  .content .container.overview-container .section-text,
  .content .container.flexi-container .section-text {
    margin: 20px 0;
  }
}

.content-sector section:first-of-type {
  margin-top: 0px;
}

.content-sector .section-text {
  margin-bottom: 0px;
}

.content-sector h2 {
  color: #2a3547;
}

@media (max-width: 1023px) {
  .content-sector .section-text {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .content-sector {
    margin-bottom: 30px;
  }
}

.full-width {
  width: 100% !important;
}

/* ------------------------------------------------------------ *	Footer
\* ------------------------------------------------------------ */

.footer {
  background: #eceff3;
  padding: 99px 0;
}

@media (max-width: 767px) {
  .footer {
    padding: 37px 0;
  }
}

.footer .shell {
  padding: 0 10px;
  max-width: 1164px;
}

@media (max-width: 767px) {
  .footer .shell {
    padding: 0 29px;
  }
}

.footer .footer__tab {
  border-bottom: 1px solid #2a3547;
  position: relative;
}

.footer .footer__tab > input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.footer .footer__tab > input:checked ~ .footer__tab-content {
  max-height: 700px;
  padding-top: 15px;
  padding-bottom: 28px;
}

@media (max-width: 767px) {
  .footer .footer__tab > input:checked ~ .footer__tab-content {
    max-height: 1000px;
  }
}

.footer .footer__tab > input:checked ~ label img {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .footer .footer__tab > input:checked ~ label:after {
    transform: rotate(45deg);
  }
}

.footer .footer__tab > label {
  display: block;
  padding-right: 40px;
  padding-bottom: 20px;
  font-weight: 800;
  font-size: 25px;
  color: #2a3547;
  text-transform: uppercase;
  letter-spacing: .02em;
  line-height: .86;
  position: relative;
}

@media (max-width: 767px) {
  .footer .footer__tab > label {
    font-size: 13px;
    padding: 0 40px 17px 2px;
  }
}

@media (max-width: 767px) {
  .footer .footer__tab > label:after {
    content: '';
    border-top: 1px solid #2a3547;
    border-left: 1px solid #2a3547;
    width: 11px;
    height: 11px;
    position: absolute;
    top: -2px;
    right: 7px;
    transform: rotate(225deg);
    transition: transform .5s;
  }
}

.footer .footer__tab > label img {
  position: absolute;
  right: 0;
  top: 0;
  transition: transform .4s ease;
}

@media (max-width: 767px) {
  .footer .footer__tab > label img {
    display: none;
  }
}

.footer .footer__tab .footer__tab-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .4s ease;
}

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

.footer .footer__nav ul li ~ li {
  margin-top: 7px;
}

.footer .footer__nav ul a {
  display: block;
  font-size: 14px;
  color: #2a3547;
  transition: color .4s ease;
  line-height: 1.14;
  letter-spacing: -.01em;
}

@media (min-width: 1025px) {
  .footer .footer__nav ul a:hover {
    text-decoration: underline;
  }
}

.footer .footer__nav ul a span {
  font-size: 17px;
  letter-spacing: .02em;
}

.footer .footer__nav--cols {
  display: flex;
  flex-flow: row wrap;
}

.footer .footer__nav--cols ul {
  flex: 0 0 24.53%;
  max-width: 24.53%;
  padding-right: 25px;
  margin-bottom: 18px;
}

@media (max-width: 1023px) {
  .footer .footer__nav--cols ul {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.footer .footer__nav--cols ul:first-child {
  flex: 0 0 26.4%;
  max-width: 26.4%;
}

@media (max-width: 1023px) {
  .footer .footer__nav--cols ul:first-child {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.footer .footer__nav--cols ul:last-child {
  padding-right: 0;
}

.footer .footer__nav--cols ul:last-child li ~ li {
  margin-top: 7px;
}

.footer .footer__nav--cols ul li ~ li {
  margin-top: 10px;
}

.footer .footer__content {
  max-width: 1200px;
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .footer .footer__content + .footer__content {
    padding-bottom: 72px;
    position: relative;
  }

  .footer .footer__content .form--newsletter {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.footer .footer__content ~ .footer__content {
  margin-top: 55px;
}

@media (max-width: 767px) {
  .footer .footer__content ~ .footer__content {
    border-top: 1px solid #2a3547;
    padding-top: 17px;
    margin-top: 21px;
  }
}

.footer .footer__content-aside {
  display: inline-block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  padding: 0;
}

@media (max-width: 767px) {
  .footer .footer__content-aside + .footer__content-aside {
    padding-top: 15px;
  }
}

.footer .footer__content-aside--left {
  width: 66.4%;
}

@media (max-width: 767px) {
  .footer .footer__content-aside--left {
    width: 100%;
  }
}

.footer .footer__content-aside--right {
  width: 30.4%;
  margin-left: 3.2%;
}

@media (max-width: 767px) {
  .footer .footer__content-aside--right {
    width: 100%;
    margin-left: 0;
  }
}

.footer .footer__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 42px;
  border-top: 1px solid #2a3547;
  margin-top: 25px;
}

@media (max-width: 1023px) {
  .footer .footer__bar {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .footer .footer__bar {
    border: 0;
    padding-top: 14px;
    margin-top: 0;
  }
}

.footer .footer__bar-aside {
  display: flex;
  align-items: center;
}

@media (max-width: 1023px) {
  .footer .footer__bar-aside + .footer__bar-aside {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .footer .footer__bar-aside {
    justify-content: space-between;
    width: 100%;
  }

  .footer .footer__bar-aside + .footer__bar-aside {
    margin-top: 0;
  }
}

/* ------------------------------------------------------------ *	Button
\* ------------------------------------------------------------ */

.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  min-width: 168px;
  height: 46px;
  line-height: 48px;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  border: 1px solid #000;
  text-decoration: none;
  background: transparent;
  transition: background .4s ease, border-color .4s ease, color .4s ease;
}

@media (max-width: 767px) {
  .btn {
    font-size: 11px;
    line-height: 32px;
    min-width: 100px;
    height: 32px;
  }
}

.btn .btn__icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  margin-left: 6px;
  top: -1px;
}

.btn .btn__icon .normal,
.btn .btn__icon .hover {
  opacity: 1;
  transition: opacity .4s ease;
}

.btn .btn__icon .normal {
  position: relative;
  z-index: 1;
}

.btn .btn__icon .hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.btn--white {
  border-color: #fff;
  color: #fff;
}

.btn--blue {
  padding-left: 15px;
  padding-right: 15px;
  border-color: #2a3547;
  color: #2a3547;
}

.btn--blue-solid {
  color: #fff;
  background: #2a3547;
  border-color: transparent;
}

.btn--video {
  position: relative;
}

.btn--video:after {
  content: '';
  width: 46px;
  height: 46px;
  border: 1px solid #fff;
  position: absolute;
  left: 100%;
  top: -1px;
  transition: background .4s ease;
  z-index: 2;
}

@media (max-width: 767px) {
  .btn--video:after {
    width: 32px;
    height: 32px;
  }
}

.btn--video:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 22px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -15px;
  margin-left: 14px;
  z-index: 3;
}

@media (max-width: 767px) {
  .btn--video:before {
    border-width: 9px 0 9px 15px;
    margin-top: -9px;
    margin-left: 11px;
  }
}

.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}

/* ------------------------------------------------------------ *	Button Menu
\* ------------------------------------------------------------ */

.btn-menu {
  display: none;
}

@media (max-width: 767px) {
  .btn-menu {
    display: inline-block;
    width: 27px;
    height: 22px;
    position: relative;
  }

  .btn-menu span {
    top: 0;
    transition: background .5s;
  }

  .btn-menu span,
  .btn-menu span:before,
  .btn-menu span:after {
    background: #2a3547;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    opacity: .9;
  }

  .btn-menu span:before,
  .btn-menu span:after {
    content: '';
    transition: top .5s, transform .5s;
  }

  .btn-menu span:before {
    top: 8px;
  }

  .btn-menu span:after {
    top: 16px;
  }

  .btn-menu.active span {
    background: transparent;
  }

  .btn-menu.active span:before,
  .btn-menu.active span:after {
    top: 8px;
  }

  .btn-menu.active span:before {
    transform: rotate(-45deg);
  }

  .btn-menu.active span:after {
    transform: rotate(45deg);
  }
}

/* ------------------------------------------------------------ *	Form Elements
\* ------------------------------------------------------------ */

input,
button {
  border-radius: 0;
}

input::placeholder {
  color: inherit;
  opacity: 1;
}

textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.checkbox label {
  position: relative;
  font-size: 12.5px;
  font-weight: normal;
  padding-left: 36px;
  padding-top: 7px;
  padding-bottom: 4px;
  display: inline-block;
  line-height: 1.15;
}

.checkbox label:before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #2a3547;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {
  .checkbox label:before {
    width: 18px;
    height: 18px;
  }
}

.checkbox label:after {
  content: '';
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  display: inline-block;
  background-image: url(../images/checkbox-icon.499c1d88d97e1f7d9d9bfdb38377889c.svg);
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  left: 6px;
  display: none;
}

@media (max-width: 767px) {
  .checkbox label:after {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    left: 1px;
    top: 48%;
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .checkbox label {
    font-size: 11px;
    text-transform: none;
    padding-left: 21px;
    padding-top: 4px;
    padding-bottom: 3px;
  }

  .checkbox label br {
    display: none;
  }
}

.checkbox input {
  display: none;
}

.checkbox input:checked + label:after {
  display: inline-block;
}

/*
 * jquery-filestyle
 * doc: http://markusslima.github.io/jquery-filestyle/
 * github: https://github.com/markusslima/jquery-filestyle
 *
 * Copyright (c) 2017 Markus Vinicius da Silva Lima
 * Version 2.1.0
 * Licensed under the MIT license.
 */

.jfilestyle {
  display: inline-block;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  position: relative;
  border-collapse: separate;
}

div.jfilestyle label,
div.jfilestyle input {
  font-family: sans-serif;
}

div.jfilestyle input {
  border: 1px solid #c0c0c0;
  background: #d9d9d9;
  margin: 0px -5px 0px 0px;
  vertical-align: middle;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 0px;
  color: #8d8d8d;
  cursor: default;
  line-height: normal;
}

div.jfilestyle label {
  display: inline-block;
  background: #2a3547;
  padding: 13px 20px;
  color: #fff;
  vertical-align: middle;
  line-height: normal;
  text-align: center;
  margin: 0px;
  font-size: 17px;
  width: auto;
  border-radius: 0px;
  font-weight: normal;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  div.jfilestyle,
  div.jfilestyle input {
    width: 100% !important;
  }

  div.jfilestyle label {
    width: 100% !important;
    margin-top: 15px;
  }
}

div.jfilestyle.jfilestyle-corner input:last-child,
div.jfilestyle.jfilestyle-corner label:last-child {
  margin-left: -1px;
}

div.jfilestyle label[disabled] {
  pointer-events: none;
  opacity: 0.6;
  filter: alpha(opacity=65);
  cursor: not-allowed;
}

div.jfilestyle label:hover {
  cursor: pointer;
  opacity: 0.9;
}

div.jfilestyle .count-jfilestyle {
  background: #303030;
  color: #fff;
  border-radius: 50%;
  padding: 1px 5px;
  font-size: 12px;
  vertical-align: middle;
}

.ginput_container_fileupload .screen-reader-text {
  display: block;
  clear: both;
  font-size: 14px;
  color: #8d8d8d;
}

.ginput_container_date .gfield_date_day,
.ginput_container_date .gfield_date_month,
.ginput_container_date .gfield_date_year {
  float: left;
  width: 25%;
  margin-right: 3%;
}

.ginput_container_date label {
  font-size: 14px;
  color: #8d8d8d;
}

/* ------------------------------------------------------------ *	Form Newsletter
\* ------------------------------------------------------------ */

.form--newsletter {
  margin-top: 25px;
}

.form--newsletter form {
  display: flex;
  align-items: center;
}

@media (max-width: 1023px) {
  .form--newsletter form {
    flex-wrap: wrap;
  }
}

.form--newsletter .gform_heading {
  padding-right: 22px;
  position: relative;
  top: 4px;
}

@media (max-width: 1023px) {
  .form--newsletter .gform_heading {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    top: 0;
  }
}

@media (max-width: 767px) {
  .form--newsletter .gform_heading {
    padding-left: 2px;
    margin-bottom: 14px;
  }
}

.form--newsletter .gform_title {
  font-weight: 800;
  font-size: 25px;
  color: #2a3547;
  text-transform: uppercase;
  line-height: .86;
  letter-spacing: .02em;
}

@media (max-width: 767px) {
  .form--newsletter .gform_title {
    font-size: 13px;
  }
}

.form--newsletter .gform_body {
  width: 54.6%;
}

@media (max-width: 1023px) {
  .form--newsletter .gform_body {
    width: calc(100% - 136px);
  }
}

@media (max-width: 767px) {
  .form--newsletter .gform_body {
    width: calc(100% - 91px);
  }
}

.form--newsletter .gform_footer {
  padding-left: 15px;
}

@media (max-width: 1023px) {
  .form--newsletter .gform_footer {
    padding-left: 0;
    width: 136px;
  }
}

@media (max-width: 767px) {
  .form--newsletter .gform_footer {
    width: 91px;
  }
}

.form--newsletter .gform_footer .gform_button {
  height: 46px;
  line-height: 48px;
  border-radius: 0;
  padding: 0 33px;
  font-size: 17px;
  color: #2a3547;
  border: 1px solid #2a3547;
  background-color: transparent;
  text-transform: uppercase;
  transition: background-color .4s ease, color .4s ease;
  appearance: none;
}

@media (max-width: 767px) {
  .form--newsletter .gform_footer .gform_button {
    font-size: 11px;
    line-height: 34px;
    width: 100%;
    height: 34px;
    padding: 0 10px;
  }
}

.form--newsletter .gform_footer img.gform_ajax_spinner {
  width: 50px;
  position: absolute;
}

@media (max-width: 767px) {
  .form--newsletter .gform_footer img.gform_ajax_spinner {
    right: 25%;
    top: 18px;
  }
}

.form--newsletter .gform_fields {
  list-style: none;
}

.form--newsletter .gform_fields label {
  display: none;
}

.form--newsletter .gform_fields input[type="text"] {
  width: 100%;
  height: 46px;
  padding: 17px 21px 12px;
  border: 0;
  background: #fff;
  font-family: "Radnika Next", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #2a3547;
  appearance: none;
}

@media (max-width: 767px) {
  .form--newsletter .gform_fields input[type="text"] {
    font-size: 11px;
    line-height: 1;
    height: 34px;
    padding: 0 10px;
  }
}

.form--newsletter .gfield_error input[type="text"] {
  border: 1px solid #d83739;
}

.form--newsletter .validation_error,
.form--newsletter .validation_message {
  display: none;
}

/* ------------------------------------------------------------ *	Form Message
\* ------------------------------------------------------------ */

.form--message {
  line-height: 1.2;
}

@media (max-width: 767px) {
  .form--message {
    font-size: 12px;
  }
}

.form--message ul {
  list-style: none;
}

.form--message input,
.form--message textarea {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  width: 100%;
  transition: color .5s, background .5s;
}

.form--message input:not([type="submit"]):focus,
.form--message textarea:not([type="submit"]):focus {
  color: #000;
  background: #fff;
}

.form--message input {
  height: 46px;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .form--message input {
    height: 37px;
    padding: 0 11px;
  }
}

.form--message textarea {
  height: 197px;
  padding: 10px 15px;
  resize: none;
}

@media (max-width: 767px) {
  .form--message textarea {
    height: 175px;
    padding: 12px 11px;
  }
}

.form--message input[type=submit] {
  text-transform: uppercase;
}

.form--message .gform_heading,
.form--message .gfield_label {
  display: none;
}

.form--message .gform_fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -19px;
}

@media (max-width: 767px) {
  .form--message .gform_fields {
    margin: 0;
  }
}

.form--message .gfield {
  width: 50%;
  padding: 0 19px;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .form--message .gfield {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}

.form--message .gfield:last-child {
  width: 100%;
}

.form--message .gform_button {
  width: 155px;
}

@media (min-width: 1025px) {
  .form--message .gform_button:hover {
    color: #2a3547;
    background: #fff;
  }
}

@media (max-width: 767px) {
  .form--message .gform_button {
    width: 100px;
  }
}

.form--message .gfield_error input[type="text"],
.form--message .gfield_error textarea {
  border: 1px solid #d83739;
}

.form--message .validation_message {
  display: none;
}

.form--message .validation_error {
  margin-bottom: 20px;
}

.form--message .gform_footer img.gform_ajax_spinner {
  width: 50px;
  position: absolute;
}

/* ------------------------------------------------------------ *	Form Row
\* ------------------------------------------------------------ */

.section-form {
  line-height: 1.2;
  margin-bottom: 108px;
  /* CAUTION: IE hackery ahead */
  /* target Internet Explorer 9 to undo the custom arrow */
}

@media (max-width: 767px) {
  .section-form {
    font-size: 12px;
  }
}

.section-form ul {
  list-style: none;
}

.section-form input,
.section-form textarea {
  color: #000;
  background: transparent;
  border: 1px solid #2a3547;
  border-radius: 0;
  width: 100%;
  transition: color .5s, background .5s;
}

.section-form input[type=submit] {
  text-transform: uppercase;
}

.section-form input {
  height: 46px;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .section-form input {
    height: 37px;
    padding: 0 11px;
  }
}

.section-form textarea {
  height: 197px;
  padding: 10px 15px;
  resize: none;
}

@media (max-width: 767px) {
  .section-form textarea {
    height: 175px;
    padding: 12px 11px;
  }
}

.section-form select {
  background-image: url(../images/arrow-blue-down.d5500d72779d60f83d6b41d45fbac9f4.svg);
  border: 1px solid #2a3547;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-color: #FFF;
  background-position: 98% 50%;
  background-size: 16px;
  padding: 10px 21px 10px 10px;
  border-radius: 0;
  width: 100%;
}

.section-form select::-ms-expand {
  display: none;
  /* remove default arrow in IE 10 and 11 */
}

@media screen and (min-width: 0\0) {
  .section-form select {
    background: none\9;
    padding: 5px\9;
  }
}

.section-form .ginput_container_checkbox label {
  position: relative;
  font-size: 12.5px;
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 36px;
  padding-top: 7px;
  padding-bottom: 4px;
  display: inline-block;
  line-height: 1.15;
}

.section-form .ginput_container_checkbox label:before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #2a3547;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {
  .section-form .ginput_container_checkbox label:before {
    width: 18px;
    height: 18px;
  }
}

.section-form .ginput_container_checkbox label:after {
  content: '';
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  display: inline-block;
  background-image: url(../images/checkbox-icon.499c1d88d97e1f7d9d9bfdb38377889c.svg);
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  left: 6px;
  display: none;
}

@media (max-width: 767px) {
  .section-form .ginput_container_checkbox label:after {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    left: 1px;
    top: 48%;
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .section-form .ginput_container_checkbox label {
    font-size: 11px;
    text-transform: none;
    padding-left: 21px;
    padding-top: 4px;
    padding-bottom: 3px;
  }

  .section-form .ginput_container_checkbox label br {
    display: none;
  }
}

.section-form .ginput_container_checkbox input {
  display: none;
}

.section-form .ginput_container_checkbox input:checked + label:after {
  display: inline-block;
}

.section-form .gform_heading,
.section-form .gfield_label {
  display: none;
  margin-bottom: 10px;
}

.section-form .labelVisible .gfield_label {
  display: block;
}

.section-form .gform_fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -19px;
}

@media (max-width: 767px) {
  .section-form .gform_fields {
    margin: 0;
  }
}

.section-form .gfield {
  width: 50%;
  padding: 0 19px;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .section-form .gfield {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}

.section-form .full {
  width: 100%;
}

.section-form .gfield_html {
  width: 100%;
}

.section-form .gfield_html h2 {
  color: #2a3547;
}

.section-form .gfield_html h3 {
  color: #2a3547;
}

.section-form .gform_button {
  width: 155px;
}

@media (min-width: 1025px) {
  .section-form .gform_button:hover {
    color: #fff;
    background: #2a3547;
  }
}

@media (max-width: 767px) {
  .section-form .gform_button {
    width: 100px;
  }
}

.section-form .gfield_error input[type="text"],
.section-form .gfield_error textarea,
.section-form .gfield_error .ginput_container_checkbox label:before,
.section-form .gfield_error select {
  border: 1px solid #d83739;
}

.section-form .gfield_error label {
  color: #d83739;
}

.section-form .validation_message {
  display: none;
}

.section-form .validation_error {
  color: #d83739;
  margin-bottom: 20px;
}

.section-form .gform_footer img.gform_ajax_spinner {
  width: 50px;
  position: absolute;
}

/* ------------------------------------------------------------ *	List
\* ------------------------------------------------------------ */

[class^="list-"] {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *	List Services
\* ------------------------------------------------------------ */

.list-services {
  display: flex;
  flex-flow: row wrap;
  margin-left: -70px;
}

@media (max-width: 1199px) {
  .list-services {
    justify-content: flex-start;
    margin: 0 -10px;
  }
}

.list-services li {
  flex: 0 0 auto;
  width: calc(33.3333% - 70px);
  position: relative;
  border-bottom: 1px solid #2a3547;
  margin-left: 70px;
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .list-services li {
    display: flex;
    border: 0;
    width: calc(33.3333%);
    padding: 0 10px;
    margin-left: 0;
  }
}

@media (max-width: 1023px) {
  .list-services li {
    width: 50%;
  }
}

.list-services .list-services__icon {
  display: flex;
  height: 56px;
  align-items: center;
  margin-bottom: 20px;
  transition: opacity .4s ease;
}

.list-services .list-services__icon img {
  height: 60px;
}

.list-services .list-services__content h3 {
  color: #2A3547;
  line-height: 1.06;
  letter-spacing: .02em;
  padding-right: 30px;
  padding-bottom: 15px;
  transition: opacity .4s ease;
}

.list-services .list-services__content .arrow {
  position: absolute;
  right: 0;
  bottom: 10px;
  opacity: 0;
  transition: opacity .4s ease;
}

.list-services a {
  display: block;
  text-decoration: none;
}

.list-services a:hover .list-services__icon {
  opacity: .75;
}

.list-services a:hover .list-services__content h3 {
  opacity: .75;
}

.list-services a:hover .list-services__content .arrow {
  opacity: 1;
}

@media (max-width: 1199px) {
  .list-services a {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #fff;
    width: 100%;
  }

  .list-services a > * {
    width: 100%;
  }
}

/* ------------------------------------------------------------ *	List Cards
\* ------------------------------------------------------------ */

.list-cards {
  max-width: 1200px;
  margin: 0 auto;
}

.list-cards:after {
  content: "";
  display: table;
  clear: both;
}

.list-cards li {
  display: inline-block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  width: 48%;
  padding: 0;
  margin-left: 4%;
}

@media (max-width: 767px) {
  .list-cards li {
    width: 100%;
    margin-left: 0;
  }

  .list-cards li + li {
    margin-top: 10px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .list-cards li + li {
    margin-top: 14px;
  }
}

.list-cards li:nth-child(odd) {
  clear: left;
  margin-left: 0;
}

/* ------------------------------------------------------------ *	List Cards Flex
\* ------------------------------------------------------------ */

.list-cards-flex {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  width: 100%;
}

@media (max-width: 767px) {
  .list-cards-flex {
    display: block;
    margin: 0;
  }
}

.list-cards-flex li {
  width: calc(100% / 3);
  padding: 15px;
}

@media (max-width: 767px) {
  .list-cards-flex li {
    width: 100%;
    padding: 0;
  }
}

.tax-sectors_cat .list-cards-flex li {
  width: calc(100% / 4);
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .tax-sectors_cat .list-cards-flex li {
    width: calc(100% / 3);
  }
}

@media (max-width: 767px) {
  .tax-sectors_cat .list-cards-flex li {
    width: calc(100% / 1);
  }
}

/* ------------------------------------------------------------ *	List Latest
\* ------------------------------------------------------------ */

.list-latest {
  margin-bottom: 15px;
}

.list-latest li ~ li {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .list-latest li {
    border-top: 2px solid #2a3547;
  }
}

/* ------------------------------------------------------------ *	List Members
\* ------------------------------------------------------------ */

.list-members {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

@media (max-width: 767px) {
  .list-members {
    text-align: center;
  }
}

.list-members li {
  flex: 0 0 25%;
}

@media (max-width: 767px) {
  .list-members li {
    flex: 0 0 100%;
    margin-bottom: 35px;
  }

  .list-members li img {
    display: inline-block;
  }
}

.list-members li:nth-child(n+5) {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .list-members li:nth-child(1) img {
    margin-top: 20px;
    width: 130px;
  }
}

.list-members a {
  display: block;
  position: relative;
}

.list-members a img {
  position: relative;
  transition: opacity .4s ease;
}

.list-members a .normal {
  opacity: 1;
  z-index: 1;
}

.list-members a .hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

@media (max-width: 1023px) {
  .list-members a .hover {
    display: none;
  }
}

.list-members a:hover .hover {
  opacity: 1;
}

/* ------------------------------------------------------------ *	List Accreditations
\* ------------------------------------------------------------ */

.list-accreditations {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding-right: 18px;
}

@media (max-width: 767px) {
  .list-accreditations {
    display: none;
  }
}

.list-accreditations li ~ li {
  margin-left: 10px;
}

/* ------------------------------------------------------------ *	List Links
\* ------------------------------------------------------------ */

.list-links {
  font-weight: 800;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #2a3547;
  background: #fff;
  border: 1px solid #2a3547;
}

.list-links ul {
  list-style: none;
  border-top: 1px solid #2a3547;
}

.list-links li + li {
  border-top: 1px solid #2a3547;
}

.list-links a {
  display: block;
  text-decoration: none;
  padding: 15px 17px 11px;
  transition: color .5s, background .5s;
}

@media (min-width: 1025px) {
  .list-links a:hover {
    color: #fff;
    background: #1653ac;
  }
}

.list-links .current a,
.list-links .current-menu-item a {
  color: #fff;
  background: #2a3547;
}

/* ------------------------------------------------------------ *	List checkboxes
\* ------------------------------------------------------------ */

.list-checkboxes li + li {
  margin-top: 3px;
}

@media (max-width: 767px) {
  .list-checkboxes li + li {
    margin-top: 2px;
  }
}

/* ------------------------------------------------------------ *	Logo
\* ------------------------------------------------------------ */

.logo {
  display: inline-block;
  width: 350px;
  height: 70px;
}

@media only screen and (max-width: 1040px) {
  .logo {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .logo {
    width: 178px;
  }
}

.logo img {
  width: 100%;
  height: auto;
}

.goog-tooltip .logo {
  height: auto;
  width: auto;
}

/* ------------------------------------------------------------ *	Nav
\* ------------------------------------------------------------ */

.nav {
  /*  Nav Primary  */
  /*  Nav Secondary  */
  /*  Nav Footer  */
}

.nav > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
}

.nav > ul > li > a {
  display: block;
}

.nav--primary {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .nav--primary {
    background: rgba(42, 53, 71, 0.9);
  }
}

@media (max-width: 1023px) {
  .nav--primary {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .nav--primary {
    padding: 0 29px;
  }
}

.nav--primary > ul {
  height: 100%;
}

@media (max-width: 767px) {
  .nav--primary > ul {
    display: block;
    padding: 30px 0 25px;
  }
}

.nav--primary > ul > li {
  height: 100%;
  position: relative;
  transition: background-color 1s;
}

@media only screen and (max-width: 767px) {
  .nav--primary > ul > li {
    height: 60px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.9);
  }

  .nav--primary > ul > li.active {
    height: auto;
    background: #EDF1F3;
  }

  .nav--primary > ul > li.active .dropdown__body {
    padding: 0;
  }

  .nav--primary > ul > li.active .dropdown__body ul {
    padding: 0;
  }
}

.nav--primary > ul > li:hover {
  background: #EDF1F3;
}

.nav--primary > ul > li:hover > a {
  color: #2a3547;
}

.nav--primary > ul > li:hover span:before {
  border-color: #2a3547;
}

.nav--primary > ul > li > a {
  padding: 20px 20px 0;
  font-weight: 800;
  font-size: 14px;
  color: #2a3547;
  text-transform: uppercase;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 900px) {
  .nav--primary > ul > li > a {
    padding: 20px 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .nav--primary > ul > li > a {
    color: #fff;
    font-size: 24px;
    padding: 4px 10px 0;
    display: flex;
    justify-content: space-between;
    height: 58px;
  }

  .nav--primary > ul > li > a.active {
    color: #2a3547;
  }

  .nav--primary > ul > li > a.active > span:before {
    border-color: #2a3547;
  }
}

.nav--primary > ul > li > a.active + .dropdown {
  max-height: 1000px;
}

@media (min-width: 1025px) {
  .nav--primary > ul > li:hover > a:before,
  .nav--primary > ul > li:hover > a:after {
    visibility: visible;
    opacity: 1;
  }

  .nav--primary > ul > li:hover .dropdown {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1024px) {
  .nav--primary > ul > li .active:after,
  .nav--primary > ul > li .active + .dropdown {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .nav--primary > ul > li .active .nav__arrow:before {
    transform: rotate(45deg);
  }
}

@media (max-width: 767px) {
  .nav--primary .nav__inner {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .nav--primary .nav__arrow {
    width: 30%;
    height: 100%;
    top: -3px;
    right: 0;
    z-index: 10;
    position: relative;
  }

  .nav--primary .nav__arrow:before {
    content: '';
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 14px;
    height: 14px;
    top: 40%;
    right: 2px;
    transform: rotate(225deg);
    transform-origin: 40% 40%;
    visibility: visible;
    opacity: 1;
    transition: transform .5s;
    position: absolute;
  }
}

.nav--secondary > ul {
  padding-right: 25px;
}

@media (max-width: 1023px) {
  .nav--secondary > ul {
    padding-right: 0;
  }
}

.nav--secondary > ul > li ~ li {
  margin-left: 38px;
}

.nav--secondary > ul > li > a {
  font-weight: 400;
  font-size: 12.5px;
  color: #2a3547;
  transition: color .4s ease;
}

@media (min-width: 1025px) {
  .nav--secondary > ul > li > a:hover {
    text-decoration: none;
    color: #1653ac;
  }
}

.nav--footer {
  margin-left: 36px;
}

@media (max-width: 767px) {
  .nav--footer {
    margin-left: 0;
  }
}

.nav--footer ul {
  list-style: none;
  display: flex;
  align-items: center;
}

.nav--footer ul li ~ li {
  line-height: 1;
  padding-left: 12px;
  margin-left: 13px;
  border-left: 1px solid #2a3547;
}

@media (max-width: 767px) {
  .nav--footer ul li ~ li {
    padding-left: 6px;
    margin-left: 8px;
  }
}

.nav--footer ul a {
  display: block;
  font-size: 17px;
  color: #2a3547;
  transition: color .4s ease;
}

@media (max-width: 767px) {
  .nav--footer ul a {
    font-size: 9px;
  }
}

@media (min-width: 1025px) {
  .nav--footer ul a:hover {
    color: #ed1b2e;
  }
}

/* ------------------------------------------------------------ *	Section Services
\* ------------------------------------------------------------ */

section {
  max-width: 726px;
}

.section--posts,
.no-max {
  max-width: none;
}

.section--services {
  padding: 75px 0 49px;
  background: #fff;
}

@media (max-width: 767px) {
  .section--services {
    padding: 38px 0;
  }
}

.section--services .section__inner {
  display: flex;
  flex-flow: row wrap;
}

@media (max-width: 767px) {
  .section--services .section__inner {
    display: block;
  }
}

.section--services .section__head {
  flex: 0 0 27.2%;
  max-width: 27.2%;
  padding-right: 30px;
  padding-left: 21px;
}

@media (max-width: 1023px) {
  .section--services .section__head {
    flex: 0 0 250px;
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .section--services .section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: none;
    padding-right: 21px;
  }
}

.section--services .section__head h3 {
  color: #2A3547;
  margin: 0;
  line-height: .9;
  letter-spacing: -.02em;
}

.section--services .section__head .section__header-aside {
  text-align: right;
  position: relative;
  bottom: 2px;
}

.section--services .section__head .section__header-aside img {
  width: 37px;
  margin-bottom: 21px;
}

@media (max-width: 767px) {
  .section--services .section__head .section__header-aside .btn {
    min-width: 73px;
  }
}

.section--services .section__body {
  flex: 0 0 72.8%;
  max-width: 72.8%;
  padding-top: 10px;
  padding-right: 24px;
  max-height: 170px;
  overflow: hidden;
  transition: max-height .75s ease;
}

@media (max-width: 1023px) {
  .section--services .section__body {
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
    padding: 10px 0 0 20px;
  }
}

.section--services .section__body.active {
  max-height: 1600px;
}

@media (max-width: 1023px) {
  .section--services .section__body.active {
    max-height: 2500px;
  }
}

.section--services .section__actions {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.section--services .section__actions .btn {
  height: 49px;
  line-height: 49px;
  position: relative;
}

.section--services .section__actions .btn .btn__icon {
  transition: transform .4s ease;
}

.section--services .section__actions .btn.active .btn__icon {
  transform: rotate(-180deg);
}

.section--services .section__actions .btn:before,
.section--services .section__actions .btn:after {
  content: '';
  width: 9999px;
  height: 1px;
  background: #2A3547;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

.section--services .section__actions .btn:before {
  right: 100%;
}

.section--services .section__actions .btn:after {
  left: 100%;
}

/* ------------------------------------------------------------ *	Section Safety
\* ------------------------------------------------------------ */

.section--safety {
  position: relative;
}

.section--safety .section__image {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .section--safety .section__image {
    width: 100%;
    height: auto;
    padding-top: 61.88%;
    position: static;
  }
}

.section--safety .section__image img {
  display: none;
}

.section--safety .section__content {
  display: inline-block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  width: 50%;
  margin-left: 50%;
  position: relative;
  padding: 132px 0 90px 130px;
  z-index: 10;
}

@media (max-width: 1023px) {
  .section--safety .section__content {
    padding: 90px 0 90px 50px;
  }
}

@media (max-width: 767px) {
  .section--safety .section__content {
    width: 100%;
    padding: 43px 13px 33px;
    margin-left: 0;
  }
}

.section--safety .section__content h3 {
  font-weight: 900;
  line-height: .89;
  color: #2a3547;
  letter-spacing: -.02em;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .section--safety .section__content h3 {
    padding-left: 9px;
    margin-bottom: 12px;
  }
}

.section--safety .section__content p {
  width: 80%;
  color: #2a3547;
  line-height: 1.2;
  padding-left: 6px;
  margin-bottom: 34px;
}

@media (max-width: 767px) {
  .section--safety .section__content p {
    width: 74%;
    padding-left: 8px;
    margin-bottom: 16px;
  }
}

.section--safety .section__content .btn {
  margin-left: 7px;
}

.section--safety--right .section__image {
  right: 0;
  left: auto;
}

.section--safety--right .section__content {
  display: inline-block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  width: 50%;
  margin-right: 50%;
  margin-left: 0px;
}

@media (max-width: 767px) {
  .section--safety--right .section__content {
    width: 100%;
  }
}

/* ------------------------------------------------------------ *	Section Videos
\* ------------------------------------------------------------ */

.section--videos {
  background: #fff;
}

.section--videos .section__inner {
  padding: 106px 23px 189px;
}

@media (max-width: 1023px) {
  .section--videos .section__inner {
    padding: 75px 23px 160px;
  }
}

@media (max-width: 767px) {
  .section--videos .section__inner {
    padding: 41px 14px 80px 20px;
  }
}

.section--videos .section__head {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .section--videos .section__head {
    margin-bottom: 12px;
  }
}

.section--videos .section__head h3 {
  color: #2a3547;
  letter-spacing: -.02em;
}

@media (max-width: 767px) {
  .section--videos .section__head h3 {
    font-size: 24px;
  }
}

.section--videos .section__body {
  max-width: 1200px;
  margin: 0 auto;
}

.section--videos .section__body:after {
  content: "";
  display: table;
  clear: both;
}

.section--videos .section__content,
.section--videos .section__aside {
  display: inline-block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  padding: 0;
}

.section--videos .section__content {
  width: 65.7%;
}

@media (max-width: 1023px) {
  .section--videos .section__content {
    width: 100%;
  }
}

.section--videos .section__aside {
  width: 31.3%;
  margin-left: 3%;
}

@media (max-width: 1023px) {
  .section--videos .section__aside {
    width: 100%;
    margin: 22px 0 0;
  }
}

@media (max-width: 767px) {
  .section--videos .section__aside {
    margin-top: 13px;
  }
}

/* ------------------------------------------------------------ *	Section News
\* ------------------------------------------------------------ */

.section--news {
  background: #edf1f3;
  background: -moz-linear-gradient(top, #edf1f3 0%, white 100%);
  background: -webkit-linear-gradient(top, #edf1f3 0%, white 100%);
  background: linear-gradient(to bottom, #edf1f3 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$startColor', endColorstr='$endColor',GradientType=0 );
  position: relative;
  display: flex;
}

.section--news h1,
.section--news h5 {
  color: #fff;
}

.section--news h5 {
  margin-bottom: 20px;
}

.section--news:first-child {
  padding: 20px 0;
}

.section--news .section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 93px 23px 118px;
}

.section--news .section__inner:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .section--news .section__inner {
    padding: 42px 17px 27px 21px;
  }
}

.section--news .section__body {
  display: inline-block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  width: 65.7%;
  padding: 0;
}

@media (max-width: 1023px) {
  .section--news .section__body {
    width: 100%;
  }
}

.section--news .section__body h3 {
  color: #2a3547;
  letter-spacing: -.02em;
  margin: 0 0 15px;
}

@media (max-width: 767px) {
  .section--news .section__body h3 {
    font-size: 24px;
  }
}

.section--news .section__aside {
  display: inline-block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  width: 31.5%;
  padding: 0;
  margin-left: 2.8%;
}

@media (max-width: 1023px) {
  .section--news .section__aside {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .section--news .section__aside {
    padding-top: 16px;
  }
}

.section--news .section__aside h4 {
  margin: 17px 0 26px;
  color: #2a3547;
  letter-spacing: .02em;
}

/* ------------------------------------------------------------ *	Section News Inverse
\* ------------------------------------------------------------ */

.section--news-inverse {
  background: #2A3547;
}

.section--news-inverse:before {
  height: 60px;
  left: 0;
  clip: rect(0px, 34vw, auto, auto);
}

@media (max-width: 767px) {
  .section--news-inverse:before {
    height: 47px;
    clip: rect(0px, 40vw, auto, auto);
  }
}

/* ------------------------------------------------------------ *	Section Medium
\* ------------------------------------------------------------ */

@media (max-width: 767px) {
  .section-medium {
    padding: 0;
  }
}

.section-medium.section--grey:last-child {
  padding-bottom: 46px;
}

@media (max-width: 767px) {
  .section-medium.section--grey:last-child {
    padding-bottom: 56px;
  }
}

.section-medium p.sector_description {
  max-width: 726px;
  padding-bottom: 15px;
}

.section-medium h1 {
  font-weight: 900;
  font-size: 80px;
  line-height: 0.85em;
  letter-spacing: -.02em;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .section-medium h1 {
    font-size: 48px;
  }
}

.section-medium h2 {
  padding: 0 0 28px;
}

.section-medium h2.office-locations-title {
  padding: 0 0 50px 0;
}

@media (max-width: 767px) {
  .section-medium h2 {
    font-size: 24px;
    padding: 0 0 17px;
  }

  .section-medium h2.xxl {
    padding-bottom: 26px;
  }
}

.section-medium .section__head {
  font-size: 23px;
  line-height: 1.13;
  max-width: 1200px;
  margin: 0 auto;
  height: 150px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  .section-medium .section__head {
    height: 100px;
  }
}

@media (max-width: 767px) {
  .section-medium .section__head {
    font-size: 12px;
    line-height: 1.13;
  }
}

.section-medium .section__head p {
  padding-left: 8px;
}

@media (max-width: 767px) {
  .section-medium .section__head p {
    padding-left: 0;
  }

  .section-medium .section__head p br {
    display: none;
  }
}

.section-medium .section__head-contact p {
  padding-left: 0;
}

.section-medium .section__head h1 {
  margin-bottom: 0;
}

.section-medium.services--head .section__head {
  padding-bottom: 0;
}

.section-medium .section__inner {
  display: flex;
}

@media (max-width: 767px) {
  .section-medium .section__inner {
    display: block;
  }
}

.section-medium .section__aside {
  flex: 0 0 auto;
  width: 280px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .section-medium .section__aside {
    width: 100%;
    padding-bottom: 30px;
    margin: 0;
  }
}

.section-medium .section__content {
  width: 100%;
}

@media (max-width: 767px) {
  .section-medium .shell .map {
    width: 100vw;
    margin: 0 -31px -33px;
  }
}

/* ------------------------------------------------------------ *	Section Blue
\* ------------------------------------------------------------ */

.section--blue {
  color: #fff;
  background: #2A3547;
}

/* ------------------------------------------------------------ *	Section Grey
\* ------------------------------------------------------------ */

.section--grey {
  color: #2a3547;
  background: #EDF1F3;
}

/* ------------------------------------------------------------ *	Section Grey Alt
\* ------------------------------------------------------------ */

.section--grey-alt {
  padding: 31px 0 46px;
  position: relative;
  z-index: 5;
}

@media (max-width: 1023px) {
  .section--grey-alt {
    padding: 0;
  }
}

.section--grey-alt:after {
  content: '';
  background: #EDF1F3;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc((-50vw + 590px));
  z-index: -1;
}

@media (max-width: 1199px) {
  .section--grey-alt:after {
    left: -10px;
  }
}

/* ------------------------------------------------------------ *	Section Orange
\* ------------------------------------------------------------ */

.section--orange {
  color: #1653ac;
  background: #e8eff3;
}

/* ------------------------------------------------------------ *	Section Text Icon
\* ------------------------------------------------------------ */

.section-text-icon {
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .section-text-icon {
    margin-bottom: 51px;
  }
}

.section-text-icon h1,
.section-text-icon h2 {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.16;
  letter-spacing: -.02em;
  color: #2a3547;
  padding-right: 80px;
  margin-bottom: 14px;
  position: relative;
}

@media (max-width: 1199px) {
  .section-text-icon h1,
  .section-text-icon h2 {
    padding-right: 85px;
  }
}

@media (max-width: 767px) {
  .section-text-icon h1,
  .section-text-icon h2 {
    font-size: 22px;
    line-height: 1.09;
    padding-right: 55px;
  }
}

.section-text-icon h1 span,
.section-text-icon h2 span {
  position: absolute;
  bottom: 5px;
  right: 0;
  min-width: 66px;
  text-align: center;
}

@media (max-width: 1199px) {
  .section-text-icon h1 span,
  .section-text-icon h2 span {
    right: 1px;
  }
}

@media (max-width: 767px) {
  .section-text-icon h1 span,
  .section-text-icon h2 span {
    bottom: -11px;
    transform: scale(0.5);
  }
}

.section-text-icon p {
  margin-bottom: 20px;
}

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

.section-text-icon .section__entry + .section__entry {
  margin-top: 50px;
}

@media (max-width: 1023px) {
  .section-text-icon .section__entry + .section__entry {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .section-text-icon .section__entry + .section__entry {
    margin-top: 40px;
  }
}

/* ------------------------------------------------------------ *	Section Text
\* ------------------------------------------------------------ */

.section-text {
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .section-text {
    margin-bottom: 57px;
  }
}

@media (max-width: 767px) {
  .section-text {
    margin-bottom: 62px;
  }
}

.section-text h1,
.section-text h2,
.section-text h3,
.section-text h4 {
  font-weight: 900;
  color: #2a3547;
}

.section-text h1 {
  font-size: 45px;
}

.section-text h2 {
  font-size: 32px;
  line-height: 1.16;
  letter-spacing: -.02em;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .section-text h2 {
    font-size: 22px;
    line-height: 1.09;
    margin-bottom: 12px;
  }

  .section-text h2.section--mobile {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 16px;
  }
}

.section-text h3 {
  font-size: 25px;
  line-height: .93;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .section-text h3 {
    font-size: 16px;
    margin-bottom: 14px;
  }
}

.section-text h4 {
  font-size: 17px;
  line-height: 1.34;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .section-text h4 {
    font-size: 11px;
    margin-bottom: 14px;
  }
}

.section-text p {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .section-text p {
    margin-bottom: 17px;
  }
}

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

.section-text ul {
  list-style: none;
  margin-bottom: 19px;
}

@media (max-width: 767px) {
  .section-text ul {
    margin-bottom: 14px;
  }
}

.section-text ul li {
  position: relative;
  background-image: url(../images/arrow-down-medium-blue.cdae6ffd732e09a287f1ec9445339e6f.svg);
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 0.5rem;
  padding-left: 20px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .section-text ul li {
    padding-left: 8px;
  }

  .section-text ul li + li {
    margin-top: 2px;
  }
}

.section-text ol {
  padding-left: 20px;
}

.section-text .section__entry + .section__entry {
  margin-top: 57px;
}

@media (max-width: 767px) {
  .section-text .section__entry + .section__entry {
    margin-top: 39px;
  }
}

.section-text .section__entry + .btn {
  margin-top: 43px;
}

@media (max-width: 767px) {
  .section-text .section__entry + .btn {
    margin-top: 27px;
  }
}

/* ------------------------------------------------------------ *	Section Profile
\* ------------------------------------------------------------ */

.section-profile {
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .section-profile {
    margin-bottom: 66px;
  }
}

/* ------------------------------------------------------------ *	Section Image
\* ------------------------------------------------------------ */

.section-image {
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .section-image {
    margin-bottom: 77px;
  }
}

@media (max-width: 767px) {
  .section-image {
    margin-bottom: 18px;
  }
}

.section-image h3 {
  font-weight: 800;
  font-size: 25px;
  line-height: .86;
  letter-spacing: .02em;
  color: #2a3547;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .section-image h3 {
    font-size: 16px;
    margin-bottom: 14px;
  }
}

/* ------------------------------------------------------------ *	Section Accordion
\* ------------------------------------------------------------ */

.section-accordion {
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .section-accordion {
    margin-bottom: 72px;
  }
}

@media (max-width: 767px) {
  .section-accordion {
    margin-bottom: 61px;
  }
}

.section-accordion h1,
.section-accordion h2,
.section-accordion h3,
.section-accordion h4,
.section-accordion h5,
.section-accordion h6 {
  font-weight: 900;
  line-height: 1.2;
  color: #2a3547;
}

.section-accordion h1 {
  font-size: 35px;
  margin-bottom: 20px;
}

.section-accordion h2 {
  font-size: 32px;
  line-height: 1.16;
  letter-spacing: -.02em;
  margin-bottom: 18px;
}

.section-accordion h3 {
  font-size: 25px;
  line-height: .93;
  margin-bottom: 23px;
}

@media (max-width: 767px) {
  .section-accordion h3 {
    font-size: 13px;
  }
}

.section-accordion h4 {
  font-size: 17px;
  line-height: 1.34;
  margin-bottom: 20px;
}

.section-accordion h5 {
  font-size: 16px;
  margin-bottom: 21px;
}

.section-accordion h6 {
  font-size: 14px;
  margin-bottom: 17px;
}

.section-accordion p {
  margin-bottom: 18px;
}

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

.section-accordion ol {
  list-style-image: url("/wp-content/themes/deltagroup/assets/build/assets/images/red-bullet.svg");
  margin-left: 15px;
  margin-bottom: 20px;
}

.section-accordion ol li {
  position: relative;
  padding-left: 10px;
}

.section-accordion ol li:before {
  position: absolute;
  left: 0;
}

.section-accordion ul {
  list-style: none;
}

.section-accordion ul li {
  background-image: url(../images/arrow-down-medium-blue.cdae6ffd732e09a287f1ec9445339e6f.svg);
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 0.5rem;
  padding-left: 20px;
  margin-bottom: 10px;
}

.section-accordion ol {
  counter-reset: nums;
}

.section-accordion ol li {
  counter-increment: nums;
}

.section-accordion ol li:before {
  content: counter(nums);
  font-size: 15px;
  color: #2a3547;
  top: 2px;
  left: -1px;
}

.section-accordion .accordion__head h3 {
  font-weight: 800;
}

/* ------------------------------------------------------------ *	Section Video
\* ------------------------------------------------------------ */

.section-video {
  margin-bottom: 96px;
}

@media (max-width: 1023px) {
  .section-video {
    margin-bottom: 53px;
  }
}

.section-video h3 {
  font-weight: 800;
  font-size: 25px;
  line-height: .86;
  color: #2a3547;
  margin-bottom: 34px;
}

@media (max-width: 767px) {
  .section-video h3 {
    font-size: 16px;
    margin-bottom: 14px;
  }
}

/* ------------------------------------------------------------ *	Section Call Action
\* ------------------------------------------------------------ */

.section-call-action {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  line-height: 1.2;
  color: #2a3547;
  padding: 46px 43px 35px 51px;
  margin-bottom: 73px;
  position: relative;
  max-height: 200px;
  max-width: 726px;
}

@media only screen and (max-width: 767px) {
  .section-call-action {
    padding: 20px 31px;
    flex-flow: row wrap;
    max-height: none;
  }
}

.section-call-action h2 {
  font-weight: 900;
  font-size: 32px;
  line-height: .97;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  color: #ed1b2e;
}

@media (max-width: 767px) {
  .section-call-action h2 {
    font-size: 28px;
    line-height: .9;
    margin-bottom: 12px;
  }
}

.section-call-action .section__content,
.section-call-action .btn {
  flex: 0 0 auto;
}

.section-call-action .section__content {
  width: 323px;
}

@media only screen and (max-width: 767px) {
  .section-call-action .section__content {
    width: auto;
    flex: auto;
  }
}

.section-call-action .btn {
  line-height: 1.2;
  text-align: left;
  min-width: 225px;
  max-width: 300px;
  height: auto;
  padding: 13px 40px 11px 25px;
  position: relative;
  background: none;
  color: #2a3547;
  border: 1px solid #7d8798;
}

@media (max-width: 767px) {
  .section-call-action .btn {
    width: auto;
    min-width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .section-call-action .btn {
    margin-top: 10px;
  }
}

.section-call-action .btn img {
  position: absolute;
  top: 14px;
  right: 18px;
  transition: opacity .4s ease;
}

.section-call-action .btn img + img {
  opacity: 0;
}

.section-call-action .btn:hover {
  background: #2a3547;
  color: #FFF;
}

.section-call-action .btn:hover img {
  opacity: 0;
}

.section-call-action .btn:hover img + img {
  opacity: 1;
}

.section-call-action:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 60px solid #FFF;
  width: 0;
  height: 0;
  border-left: 726px solid transparent;
}

@media only screen and (max-width: 767px) {
  .section-call-action:before {
    content: none;
  }
}

.section-call-action:after {
  position: absolute;
  right: 0;
  content: '';
  bottom: 0;
  border-right: 50px solid #FFF;
  border-bottom: 200px solid transparent;
  width: 0;
  height: 0;
}

@media only screen and (max-width: 767px) {
  .section-call-action:after {
    content: none;
  }
}

/* ------------------------------------------------------------ *	Section projects
\* ------------------------------------------------------------ */

.section--projects .section__head {
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.section--projects .section__body {
  padding: 55px 0 250px;
  background: #fff;
  color: #2a3547;
}

@media (max-width: 1440px) {
  .section--projects .section__body {
    padding: 55px 0 150px;
  }
}

@media (max-width: 1023px) {
  .section--projects .section__body {
    padding: 55px 0 60px;
  }
}

@media (max-width: 767px) {
  .section--projects .section__body {
    padding: 27px 0 73px;
  }
}

.section--projects .section__body-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1440px) {
  .section--projects .section__body-inner {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .section--projects .section__body-inner {
    display: block;
  }
}

.section--projects .section__body-aside {
  flex: 0 0 280px;
  max-width: 280px;
  margin-right: 26px;
}

@media (max-width: 1023px) {
  .section--projects .section__body-aside {
    flex: 0 0 220px;
    max-width: 220px;
  }
}

@media (max-width: 767px) {
  .section--projects .section__body-aside {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 45px;
  }
}

.section--projects .section__body-content {
  padding-top: 6px;
  flex: 1;
}

@media (max-width: 767px) {
  .section--projects .section__body-content {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.section--projects .sidebar-scrolling + .section__body-content {
  min-height: 800px;
}

@media (max-width: 767px) {
  .section--projects .sidebar-scrolling + .section__body-content {
    min-height: 0;
  }
}

.section--projects .card h5.lg {
  font-size: 19px;
}

.section--projects .list-cards-flex {
  margin: 0 -14px;
}

.section--projects .list-cards-flex li {
  padding: 10px;
}

@media (max-width: 1199px) {
  .section--projects .list-cards-flex li {
    width: calc(100% / 2);
  }
}

@media (max-width: 767px) {
  .section--projects .list-cards-flex li {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .section--projects .list-cards-flex {
    margin: 0;
  }

  .section--projects .list-cards-flex li {
    padding: 10px 0;
  }

  .section--projects .list-cards-flex li .card--article .card__content h5.lg {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .section--projects .card--article .card__inner {
    padding-bottom: 40.8%;
    height: 300px;
  }
}

.section--news-secondary:before {
  clip: rect(0px, auto, auto, 63.6vw);
}

@media (max-width: 767px) {
  .section--news-secondary:before {
    clip: rect(0px, auto, auto, 49.6vw);
  }
}

.section--news-secondary .list-cards-flex li {
  width: calc(100% / 4);
}

/* ------------------------------------------------------------ *	Section news inverse secondary
\* ------------------------------------------------------------ */

.section--news-inverse-secondary {
  padding-bottom: 73px;
  position: relative;
}

.section--news-inverse-secondary:before {
  clip: rect(0px, 32vw, auto, auto);
}

@media (max-width: 767px) {
  .section--news-inverse-secondary:before {
    clip: rect(0px, 53vw, auto, auto);
  }
}

@media (max-width: 767px) {
  .section--news-inverse-secondary {
    padding-bottom: 35px;
  }
}

.section--news-inverse-secondary:first-child {
  padding-top: 61px;
}

@media (max-width: 767px) {
  .section--news-inverse-secondary:first-child {
    padding-top: 54px;
  }
}

.section--news-inverse-secondary h1 {
  padding-left: 20px;
  letter-spacing: -0.02em;
}

@media (max-width: 767px) {
  .section--news-inverse-secondary h1 {
    font-size: 28px;
  }
}

.section--news-inverse-secondary .shell {
  position: relative;
}

.section--news-inverse-secondary .gallery {
  width: 100%;
  position: absolute;
  bottom: -174px;
  right: 107px;
  z-index: 15;
}

@media (max-width: 1199px) {
  .section--news-inverse-secondary .gallery {
    right: 30px;
  }
}

@media (max-width: 767px) {
  .section--news-inverse-secondary .gallery {
    top: -117px;
    bottom: auto;
    right: auto;
    left: 35px;
    z-index: 10;
  }
}

/* ------------------------------------------------------------ *	Section news secondary
\* ------------------------------------------------------------ */

.section--news-secondary {
  padding: 103px 0 160px;
}

.section--news-secondary h5 {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .section--news-secondary h5 {
    font-size: 24px;
  }
}

.section--news-secondary .list-cards-flex li {
  padding: 10px;
}

.section--news-secondary .list-cards-flex h5 {
  font-size: 19px;
}

@media (max-width: 1199px) {
  .section--news-secondary .list-cards-flex li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .section--news-secondary .list-cards-flex li {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .section--news-secondary {
    padding: 80px 0 100px;
  }
}

@media (max-width: 767px) {
  .section--news-secondary {
    padding: 48px 0 100px;
  }
}

@media (max-width: 767px) {
  .section--news-secondary .card--article {
    padding-bottom: 10px;
  }

  .section--news-secondary .card--article .card__inner {
    padding-bottom: 65%;
  }
}

/* ------------------------------------------------------------ *	Section projects secondary
\* ------------------------------------------------------------ */

.section--projects-secondary {
  position: relative;
  padding: 60px 0 0;
  z-index: 10;
}

@media (max-width: 1199px) {
  .section--projects-secondary {
    padding: 85px 0 55px;
  }
}

@media (max-width: 767px) {
  .section--projects-secondary {
    padding: 40px 0 0;
  }
}

.section--projects-secondary h2 {
  font-size: 32px;
  font-weight: 900;
  color: #2a3547;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
}

@media (max-width: 1199px) {
  .section--projects-secondary h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .section--projects-secondary h2 {
    margin-bottom: 20px;
  }
}

.section--projects-secondary h3 {
  font-size: 25px;
  color: #2a3547;
  font-weight: 800;
  letter-spacing: 0.02em;
}

@media (max-width: 1199px) {
  .section--projects-secondary h3 {
    font-size: 16px;
  }
}

.section--projects-secondary h5 {
  font-size: 17px;
  color: #2a3547;
  font-weight: 800;
}

.section--projects-secondary p {
  margin-bottom: 26px;
  letter-spacing: 0.003em;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .section--projects-secondary p {
    line-height: 1.3;
    margin-bottom: 14px;
  }
}

.section--projects-secondary .section__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .section--projects-secondary .section__inner {
    display: block;
  }
}

.section--projects-secondary .section__aside {
  flex: 0 0 357px;
  max-width: 357px;
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .section--projects-secondary .section__aside {
    flex: 0 0 220px;
    max-width: 220px;
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .section--projects-secondary .section__aside {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 47px 35px 34px;
    background: #eceff3;
  }
}

@media only screen and (max-width: 1199px) {
  .section--projects-secondary .section__aside {
    display: none;
  }
}

.section--projects-secondary .widgets {
  max-width: 280px;
}

.section--projects-secondary .widgets .widget + .widget {
  margin-top: 43px;
}

.section--projects-secondary .widget h5 {
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  .section--projects-secondary .widget h5 {
    font-size: 11px;
    margin-bottom: 1px;
  }
}

.section--projects-secondary .widget p {
  margin-bottom: 0;
}

.section--projects-secondary .widget ul {
  list-style-type: none;
}

.section--projects-secondary .widget ul li + li {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .section--projects-secondary .widget ul {
    column-count: 2;
    column-gap: 10px;
  }
}

.section--projects-secondary .widget .widget-head {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .section--projects-secondary .widget .widget-head {
    margin-bottom: 23px;
  }
}

.section--projects-secondary .widget .widget__foot {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .section--projects-secondary .widget .widget__foot {
    margin-top: 39px;
  }
}

/* ------------------------------------------------------------ *	Section posts
\* ------------------------------------------------------------ */

.section--posts {
  padding-bottom: 0;
  margin-bottom: 77px;
  /* ------------------------------------------------------------ *		Section Form
	\* ------------------------------------------------------------ */
}

@media only screen and (max-width: 1023px) {
  .section--posts {
    margin-bottom: 33px;
  }
}

.section--posts .section__body {
  padding-top: 55px;
  background: #fff;
}

@media (max-width: 767px) {
  .section--posts .section__body {
    padding-top: 35px;
  }
}

.section--posts .section__actions {
  text-align: center;
  padding-top: 45px;
}

@media (max-width: 767px) {
  .section--posts .list-cards-flex li:first-child {
    margin-bottom: 0;
  }

  .section--posts .list-cards-flex li + li {
    margin-top: 20px;
  }
}

.section--posts .section-form {
  margin-bottom: 108px;
}

@media (max-width: 1023px) {
  .section--posts .section-form {
    margin-bottom: 66px;
  }
}

@media (min-width: 767px) {
  .tax-sectors_cat .section__head h1 {
    max-width: 66%;
  }

  .section--head-description {
    max-width: 66%;
  }
}

/* ------------------------------------------------------------ *	Section Services
\* ------------------------------------------------------------ */

.section--announcement {
  padding: 75px 0 49px;
}

@media (max-width: 767px) {
  .section--announcement {
    padding: 38px 0;
  }
}

.section--announcement .section__inner {
  display: flex;
  flex-flow: row wrap;
}

.section--announcement .section__inner p {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .section--announcement .section__inner {
    display: block;
  }
}

.section--related {
  margin-top: 80px;
  padding: 40px;
}

@media only screen and (max-width: 767px) {
  .section--related {
    margin-top: 0;
    padding: 48px 0 100px;
  }
}

.section--related h5 {
  color: #2a3547;
}

.section--related .list-cards-flex {
  margin: -10px;
}

.page-template-page-services .section--related {
  margin-top: 0px;
}

/* ------------------------------------------------------------ *	Slider
\* ------------------------------------------------------------ */

.slider .owl-item {
  -webkit-backface-visibility: visible;
}

/* ------------------------------------------------------------ *	Slider Main
\* ------------------------------------------------------------ */

.slider--main .slider__slide {
  display: flex;
  align-items: center;
  height: 640px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .slider--main .slider__slide {
    align-items: flex-end;
    height: 418px;
  }
}

.slider--main .slider__slide-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.slider--main .slider__slide-image:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(left, #2a3547 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #2a3547 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #2a3547 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a7498', endColorstr='#00ffffff',GradientType=1 );
  z-index: 2;
}

.slider--main .slider__slide-image img {
  display: none;
}

.slider--main .slider__slide-content {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  margin-top: 35px;
  z-index: 10;
}

@media (max-width: 767px) {
  .slider--main .slider__slide-content {
    padding-bottom: 36px;
    margin-top: 0;
  }
}

.slider--main .slider__slide-inner {
  display: inline-block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  width: 55%;
}

@media (max-width: 767px) {
  .slider--main .slider__slide-inner {
    width: 100%;
    padding: 0 17px;
  }
}

.slider--main .slider__slide-inner h2 {
  line-height: .87;
  color: #fff;
  margin: 0 0 17px;
}

@media (max-width: 767px) {
  .slider--main .slider__slide-inner h2 {
    margin-bottom: 8px;
  }
}

.slider--main .slider__slide-inner p {
  width: 70%;
  font-size: 23px;
  line-height: 1.13;
  color: #fff;
  padding-left: 10px;
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  .slider--main .slider__slide-inner p {
    font-size: 12px;
    line-height: 1.13;
    width: 100%;
    padding-left: 6px;
    margin-bottom: 19px;
  }
}

.slider--main .slider__slide-inner .btn {
  margin-left: 9px;
  min-width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .slider--main .slider__slide-inner .btn {
    margin-left: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 767px) {
  .slider--main .owl-dots {
    max-width: 1200px;
    position: absolute;
    bottom: 20px;
    z-index: 1000;
    left: calc( 50% - 8px);
    transform: translate(-50%, 0);
    width: 95%;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .slider--main .owl-dots {
    display: inline-block;
    position: absolute;
    bottom: 33px;
    right: 30px;
  }
}

.slider--main .owl-dot {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  background: #FFF !important;
  margin: 0 2px;
}

@media (min-width: 767px) {
  .slider--main .owl-dot {
    width: 15px;
    height: 15px;
    margin: 0 4px;
  }
}

.slider--main .owl-dot.active {
  background: #2a3547 !important;
}

/* ------------------------------------------------------------ *	Slider images
\* ------------------------------------------------------------ */

#gallery .slider--images .slider__slide {
  height: 100vh;
}

#gallery .slider--images .slider__slide-image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50vw;
  height: 100vh;
  margin: 0 auto;
}

#gallery .slider--images .slider__slide img {
  display: inline;
  width: auto;
  max-height: 80vh;
}

#gallery .slider--images .owl-nav {
  position: absolute;
  top: 50%;
  left: -20px;
  right: -20px;
  transform: translateY(-50%);
  font-size: 0;
  display: flex;
  justify-content: space-between;
}

#gallery .slider--images .owl-prev {
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 30px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  transition: opacity .4s;
}

#gallery .slider--images .owl-prev:hover {
  opacity: .6;
}

#gallery .slider--images .owl-next {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 30px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  transition: opacity .4s;
}

#gallery .slider--images .owl-next:hover {
  opacity: .6;
}

/* ------------------------------------------------------------ *	Table
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *	Widgets
\* ------------------------------------------------------------ */

.widgets {
  list-style: none outside none;
  z-index: 5;
  width: 358px;
}

@media only screen and (max-width: 1023px) {
  .widgets {
    display: none;
  }
}

.widgets.fixed .widget__title--white {
  color: #2a3547;
}

.widgets .widget + .widget {
  margin-top: 50px;
}

/* ------------------------------------------------------------ *	Widget
\* ------------------------------------------------------------ */

.widget {
  color: #2a3547;
  list-style: none;
}

.widget h3 {
  font-size: 23px;
  line-height: .85;
  letter-spacing: .02em;
}

.widget .widget__head {
  padding: 0 2px;
  margin-bottom: 20px;
}

.widget .widget__title {
  font-weight: 800;
  color: #2a3547;
}

.widget .widget__title--white {
  color: #fff;
}

/* ------------------------------------------------------------ *	Widget Small
\* ------------------------------------------------------------ */

.widget--small {
  height: 157px;
}

.widget--small .widget__head {
  padding: 0 78px 0 0px;
  margin-bottom: 25px;
  position: relative;
}

.widget--small .widget__head img {
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translateY(-50%);
}

/* ------------------------------------------------------------ *	Widget Menu
\* ------------------------------------------------------------ */

.widget--menu {
  min-height: 173px;
}

@media (max-width: 1023px) {
  .widget--menu {
    min-height: 144px;
  }
}

.featured-news {
  margin-bottom: 50px;
}

/* ------------------------------------------------------------ *	Arrow
\* ------------------------------------------------------------ */

.arrow.arrow--small {
  width: 14px;
  height: 17px;
}

.arrow img {
  width: 100%;
  height: auto;
}

.arrow.arrow--right {
  transform: rotate(-90deg);
}

.arrow.arrow--up {
  transform: rotate(-180deg);
}

.arrow.arrow--left {
  transform: rotate(90deg);
}

.arrow.arrow--bottom {
  transform: rotate(0);
}

/* ------------------------------------------------------------ *	Translate
\* ------------------------------------------------------------ */

#google_translate_element .goog-te-gadget-simple {
  font-size: 0;
  border: 0;
  padding: 0;
  display: block;
}

#google_translate_element .goog-te-gadget-icon {
  display: none;
}

#google_translate_element .goog-te-menu-value > img,
#google_translate_element .goog-te-menu-value > span {
  display: none;
}

#google_translate_element .goog-te-menu-value:before {
  content: 'Translate';
  display: inline-block;
  vertical-align: middle;
  font-family: "Radnika Next", sans-serif;
  font-weight: 400;
  font-size: 12.5px;
  color: #2a3547;
  transition: color .4s ease;
}

#google_translate_element .goog-te-menu-value:after {
  content: '';
  width: 9px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/arrow-blue-down.d5500d72779d60f83d6b41d45fbac9f4.svg) no-repeat center;
  background-size: 9px 8px;
  position: relative;
  top: -1px;
  margin-left: 7px;
}

@media (min-width: 1025px) {
  #google_translate_element .goog-te-menu-value:hover:before {
    color: #7397cd;
  }
}

.goog-te-menu-frame {
  box-shadow: none !important;
}

/* ------------------------------------------------------------ *	Card
\* ------------------------------------------------------------ */

.card {
  overflow: hidden;
}

.card .card__inner {
  display: block;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .card .card__inner:hover .card__image {
    transform: scale(1.05);
  }

  .card .card__inner:hover .card__image:after {
    opacity: .52;
  }
}

.card .card__image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
  transform-style: preserve-3d;
  transition: transform .4s ease;
  transform-style: preserve-3d;
  z-index: 1;
  will-change: transform;
}

.card .card__image:before,
.card .card__image:after {
  bottom: 0;
  right: 0;
}

.card .card__image:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #2a3547 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #2a3547 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #2a3547 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$startColor', endColorstr='$endColor',GradientType=0 );
  opacity: .75;
  z-index: 2;
}

/* ------------------------------------------------------------ *	Card Video
\* ------------------------------------------------------------ */

.card--video {
  /*  Video Large  */
}

.card--video ~ .card--video {
  margin-top: 22px;
}

@media (max-width: 767px) {
  .card--video ~ .card--video {
    margin-top: 13px;
  }
}

.card--video .card__inner {
  padding-bottom: 52.4%;
}

@media (max-width: 767px) {
  .card--video .card__inner {
    padding-bottom: 55.9%;
  }
}

.card--video .card__content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px 16px 19px;
  height: auto;
  top: auto;
  bottom: 0;
  z-index: 10;
}

@media (max-width: 767px) {
  .card--video .card__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 149px;
    padding: 10px 15px 15px;
  }
}

.card--video .card__content h4 {
  color: #fff;
  margin: 23px 0 0;
}

.card--video .card__content h4.sm {
  line-height: 1.06;
  letter-spacing: .02em;
}

.card--video .card__content h4.lg {
  line-height: .89;
  letter-spacing: -.02em;
}

.card--video .card__content h4.lg span {
  display: block;
  font-weight: 800;
  font-size: 25px;
  letter-spacing: .02em;
}

@media (max-width: 767px) {
  .card--video .card__content h4.lg span {
    font-weight: 400;
    font-size: 8px;
    margin-bottom: 9px;
  }
}

.card--video.card--video-large .card__inner {
  padding-bottom: 52.9%;
}

@media (max-width: 767px) {
  .card--video.card--video-large .card__inner {
    padding-bottom: 55.9%;
  }
}

.card--video.card--video-large .card__content {
  padding: 0 20px 36px 41px;
}

@media (max-width: 767px) {
  .card--video.card--video-large .card__content {
    padding: 10px 15px 15px;
  }
}

.card--video.card--video-large .card__content h4 {
  margin: 27px 0 0;
}

@media (max-width: 767px) {
  .card--video.card--video-large .card__content h4 {
    margin-top: 23px;
  }
}

/* ------------------------------------------------------------ *	Card Article
\* ------------------------------------------------------------ */

.card--article .card__inner {
  height: 300px;
}

@media (max-width: 767px) {
  .card--article .card__inner {
    padding-bottom: 67.9%;
  }
}

@media only screen and (max-width: 767px) {
  .card--article .card__inner {
    height: auto;
  }
}

.card--article .card__content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px 29px 26px;
  height: auto;
  top: auto;
  bottom: 0;
  z-index: 10;
}

@media (max-width: 767px) {
  .card--article .card__content {
    padding: 10px 10px 9px;
  }
}

.card--article .card__content p {
  font-size: 12.5px;
  color: #fff;
  margin: 0;
  padding-left: 3px;
}

.card--article .card__content p.news-item-date {
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .card--article .card__content p {
    padding-left: 0;
  }
}

.card--article .card__content h5 {
  color: #fff;
  margin: 10px 0 0;
}

@media (max-width: 767px) {
  .card--article .card__content h5 {
    margin-top: 4px;
  }
}

.card--article .card__content h5.lg {
  line-height: 1;
  letter-spacing: .02em;
}

@media (max-width: 767px) {
  .card--article .card__content h5.lg {
    font-size: 14px;
  }
}

.card--article .card__content h5.xlg {
  font-size: 28px;
}

/* ------------------------------------------------------------ *	Card Mobile
\* ------------------------------------------------------------ */

@media (max-width: 767px) {
  .card--mobile h5 br {
    display: none;
  }

  .card--mobile .card__content p {
    font-size: 10px;
  }

  .card--mobile .card__content h5,
  .card--mobile .card__content p {
    color: #2a3547;
  }

  .card--mobile .card__inner {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #2a3547;
    padding: 7px 0 5px;
  }

  .card--mobile .card__image,
  .card--mobile .card__content {
    position: static;
  }

  .card--mobile .card__image {
    flex: 0 0 auto;
    width: 86px;
    height: 76px;
    padding: 0;
    margin-right: 15px;
  }

  .card--mobile .card__image:before,
  .card--mobile .card__image:after {
    display: none;
  }

  .card--mobile .card__content {
    flex-shrink: 1;
    width: 100%;
    padding: 0;
  }
}

/* ------------------------------------------------------------ *	Play
\* ------------------------------------------------------------ */

.play {
  display: block;
  width: 54px;
  height: 49px;
  border: 1px solid #fff;
  position: relative;
}

@media (max-width: 767px) {
  .play {
    width: 35px;
    height: 31px;
  }
}

.play:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 50%;
  margin-top: -14px;
}

@media (max-width: 767px) {
  .play:after {
    border-width: 8px 0 8px 13px;
    margin: -9px 0 0 -6px;
  }
}

/* ------------------------------------------------------------ *	Latest
\* ------------------------------------------------------------ */

.latest a {
  display: block;
  background: #fff;
  position: relative;
  padding: 24px 20px 22px 20px;
  transition: background .4s ease;
}

@media (max-width: 767px) {
  .latest a {
    display: flex;
    align-items: center;
    color: #2a3547;
    background: transparent;
    padding: 0;
  }
}

.latest a:hover {
  background: #2a3547;
}

.latest a img {
  display: none;
}

@media (max-width: 767px) {
  .latest a img {
    display: inline-block;
    flex: 0 0 auto;
    margin-right: 14px;
  }
}

.latest a:hover h5,
.latest a:hover p {
  color: #FFF;
}

.latest p,
.latest h5 {
  transition: color .4s ease;
}

.latest p {
  font-size: 12.5px;
  margin: 0;
}

.latest p.news-item-date {
  text-transform: uppercase;
}

.latest h5 {
  line-height: 1.1;
  letter-spacing: .02em;
  color: #2a3547;
  margin: 0;
}

@media (max-width: 1023px) {
  .latest h5 br {
    display: none;
  }
}

/* ------------------------------------------------------------ *	Member
\* ------------------------------------------------------------ */

.members {
  display: flex;
  flex-flow: row wrap;
}

@media (max-width: 1023px) {
  .members {
    display: block;
  }
}

.members .members__head {
  flex: 0 0 25.2%;
  max-width: 25.2%;
}

@media (max-width: 1023px) {
  .members .members__head {
    max-width: none;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .members .members__head {
    margin-bottom: 14px;
  }
}

.members .members__head h6 {
  color: #2a3547;
  line-height: .86;
  margin: 0;
  letter-spacing: .02em;
  padding-top: 4px;
}

@media (max-width: 1023px) {
  .members .members__head h6 {
    text-align: center;
  }

  .members .members__head h6 br {
    display: none;
  }
}

.members .members__body {
  flex: 0 0 74.8%;
  max-width: 74.8%;
}

@media (max-width: 1023px) {
  .members .members__body {
    max-width: none;
  }
}

/* ------------------------------------------------------------ *	Socials
\* ------------------------------------------------------------ */

.socials ul {
  list-style: none;
  display: flex;
  align-items: center;
}

.socials ul li ~ li {
  margin-left: 17px;
}

@media (max-width: 767px) {
  .socials ul li ~ li {
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  .socials ul li:nth-child(1) img {
    width: 20px;
  }

  .socials ul li:nth-child(2) img {
    width: 17px;
  }
}

.socials ul a {
  display: block;
  transition: opacity .4s ease;
}

@media (min-width: 1025px) {
  .socials ul a:hover {
    opacity: .56;
  }
}

/* ------------------------------------------------------------ *	No Touch
\* ------------------------------------------------------------ */

.no-touch .btn:hover .btn__icon .normal {
  opacity: 0;
}

.no-touch .btn:hover .btn__icon .hover {
  opacity: 1;
}

.no-touch .btn--white:hover {
  background: #fff;
  color: #2a3547;
}

.no-touch .btn--white-inversed:hover {
  background: #7d8798;
  color: #fff;
}

.no-touch .btn--blue:hover {
  background: #2a3547;
  color: #fff;
}

.no-touch .btn--blue-solid:hover {
  color: #fff;
  background: #2a3547;
}

.no-touch .btn--video:hover:after {
  background: #2a3547;
}

.no-touch .form--newsletter .gform_footer .gform_button:hover {
  color: #fff;
  background: #2a3547;
}

/* ------------------------------------------------------------ *	Dropdown
\* ------------------------------------------------------------ */

.dropdown {
  position: absolute;
  left: 0;
  top: 88px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
  background: rgba(42, 53, 71, 0.9);
  color: #fff;
}

@media (max-width: 767px) {
  .dropdown {
    max-height: 0;
    padding: 0;
    position: static;
    z-index: 5;
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    transition: max-height .5s;
  }
}

@media (max-width: 767px) {
  .dropdown {
    padding-top: 0;
    transform: none;
  }
}

.dropdown .dropdown__body {
  width: 100%;
  min-width: 220px;
}

@media (max-width: 767px) {
  .dropdown .dropdown__body {
    padding: 7px 0 15px;
  }
}

.dropdown .dropdown__body ul {
  padding-top: 10px;
  list-style: none;
  width: 100%;
}

@media (max-width: 767px) {
  .dropdown .dropdown__body ul + ul {
    margin-top: 10px;
  }
}

.dropdown .dropdown__body ul li:hover {
  background: #2a3547;
}

.dropdown .dropdown__body ul li:hover a {
  font-size: 15px;
}

@media (max-width: 767px) {
  .dropdown .dropdown__body ul li ~ li {
    margin-top: 5px;
  }
}

.dropdown .dropdown__body ul li a {
  display: block;
  border-bottom: 1px solid transparent;
  transition: background 0.2s, font-size 0.2s;
  font-size: 14px;
  padding: 10px 20px;
}

.dropdown .dropdown__body .no-link a {
  cursor: none;
  pointer-events: none;
}

.dropdown .dropdown__body .no-link a:hover {
  border: none;
}

.dropdown .dropdown__body h5 {
  letter-spacing: .02em;
  line-height: 1.06;
  margin: 0;
}

@media (max-width: 767px) {
  .dropdown .dropdown__body h5 {
    line-height: 2;
  }

  .dropdown .dropdown__body h5 br {
    display: none;
  }
}

.dropdown .dropdown__body h5,
.dropdown .dropdown__body p {
  color: #fff;
}

.dropdown .dropdown__body p {
  font-size: 14px;
  line-height: 1.43;
}

.dropdown .dropdown__body p:last-child {
  margin-bottom: -11px;
}

@media (max-width: 767px) {
  .dropdown .dropdown__body p:last-child {
    margin-bottom: 0;
  }
}

.dropdown .dropdown__body,
.dropdown .dropdown__body .dropdown__body-inner {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .dropdown .dropdown__body,
  .dropdown .dropdown__body .dropdown__body-inner {
    display: block;
  }
}

@media (max-width: 1199px) {
  .dropdown .dropdown__body .dropdown__body-inner {
    width: 55vw;
  }
}

@media (max-width: 767px) {
  .dropdown .dropdown__body .dropdown__body-inner {
    width: 100%;
    padding: 0;
  }
}

#main--navigation-mobile-subnav {
  margin-top: -7px;
}

#main--navigation-mobile-subnav h5 {
  margin-top: 7px;
  line-height: 2;
}

/* ------------------------------------------------------------ *	Popup
\* ------------------------------------------------------------ */

.popup {
  padding: 20px;
}

.popup .popup__video {
  text-align: right;
}

.popup .popup__video .popup__video-media {
  margin-bottom: 10px;
  padding-top: 56%;
  position: relative;
}

.popup .popup__video .popup__video-media iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.popup .popup__video .btn {
  margin-right: 2px;
}

/* ------------------------------------------------------------ *	Magnific Popup
\* ------------------------------------------------------------ */

.mfp-bg {
  background: linear-gradient(left, #1653ac, #001980);
  opacity: .96;
}

.mfp-inline-holder .mfp-content {
  max-width: 1143px;
  margin: auto;
}

.mfp-close-btn-in .mfp-close {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
  width: 39px;
  height: 39px;
  position: fixed;
  top: 10px;
  right: 10px;
}

.mfp-close-btn-in .mfp-close:before,
.mfp-close-btn-in .mfp-close:after {
  content: '';
  background: #ebedf5;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 19px;
  left: 5px;
}

.mfp-close-btn-in .mfp-close:before {
  transform: rotate(-45deg);
}

.mfp-close-btn-in .mfp-close:after {
  transform: rotate(45deg);
}

.mfp-hide {
  display: none;
}

/* ------------------------------------------------------------ *	Panels
\* ------------------------------------------------------------ */

.panels {
  list-style: none;
  margin: -10px;
}

@media (max-width: 479px) {
  .panels {
    margin: 0;
  }
}

.panels,
.panels .panel {
  display: flex;
}

.panels,
.panels .panel__body {
  flex-wrap: wrap;
}

.panels .panel {
  flex: 0 0 auto;
  width: 25%;
  padding: 10px;
}

@media (max-width: 1023px) {
  .panels .panel {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .panels .panel {
    width: 100%;
    padding: 0;
  }

  .panels .panel + .panel {
    margin-top: 14px;
  }
}

/* ------------------------------------------------------------ *	Panel
\* ------------------------------------------------------------ */

.panel {
  font-size: 17px;
  line-height: 1.2;
}

.panel h3 {
  font-weight: 800;
  font-size: 17px;
  line-height: 1.06;
  letter-spacing: .02em;
  border-bottom: 1px solid #2a3547;
  padding-bottom: 11px;
  margin-bottom: 14px;
}

@media (max-width: 479px) {
  .panel h3 {
    font-size: 13px;
    line-height: 1.01;
    text-align: right;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
  }
}

.panel p {
  height: 79px;
  padding-right: 15px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .panel p {
    height: 82px;
  }
}

.panel figure {
  display: flex;
  align-items: flex-end;
  align-self: flex-start;
  height: 105px;
}

@media (max-width: 479px) {
  .panel figure {
    display: block;
    height: auto;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
  }

  .panel figure img {
    max-width: 42px;
    max-height: 44px;
  }
}

.panel .panel__body {
  display: flex;
  text-decoration: none;
  width: 100%;
  color: #2a3547;
  background: #fff;
  height: 366px;
  padding: 10px 28px 22px;
  transition: background .5s;
}

@media (min-width: 1025px) {
  .panel .panel__body:hover {
    background: #ced6e0;
  }

  .panel .panel__body:hover .panel__actions {
    max-height: 65px;
    padding-top: 18px;
  }
}

@media (max-width: 1024px) {
  .panel .panel__body {
    position: relative;
    z-index: 5;
  }
}

@media (max-width: 479px) {
  .panel .panel__body {
    height: 59px;
    padding: 0;
  }

  .panel .panel__body p {
    display: none;
  }
}

.panel .panel__content {
  align-self: flex-end;
  max-width: 100%;
}

.panel .panel__actions {
  text-align: center;
  max-height: 0;
  padding-top: 0;
  overflow: hidden;
  transition: max-height .3s ease, padding-top .3s ease;
}

@media (max-width: 1024px) {
  .panel .panel__actions .btn {
    display: none;
  }
}

/* ------------------------------------------------------------ *	Intro
\* ------------------------------------------------------------ */

.intro {
  background-position: center center;
  background-size: cover;
  height: 501px;
}

@media (max-width: 1023px) {
  .intro {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .intro {
    height: 150px;
  }
}

/* ------------------------------------------------------------ *	Intro secondary
\* ------------------------------------------------------------ */

.intro--secondary {
  position: relative;
}

@media (max-width: 767px) {
  .intro--secondary {
    height: 150px;
  }
}

.intro--secondary:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(22, 83, 172, 0.1);
  pointer-events: none;
}

/* ------------------------------------------------------------ *	filter
\* ------------------------------------------------------------ */

.filter h3 {
  display: block;
  padding-bottom: 10px;
  font-size: 25px;
  border-bottom: 1px solid #2a3547;
  color: #2a3547;
}

@media (max-width: 767px) {
  .filter h3 {
    font-size: 16px;
  }
}

.filter .filter__tab {
  border-bottom: 1px solid #2a3547;
  position: relative;
  padding-top: 22px;
}

.filter .filter__tab > input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.filter .filter__tab > input:checked ~ .filter__tab-content {
  max-height: 700px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 19px;
}

@media (max-width: 767px) {
  .filter .filter__tab > input:checked ~ .filter__tab-content {
    max-height: 1000px;
    padding-top: 4px;
    padding-bottom: 13px;
  }
}

.filter .filter__tab > input:checked ~ label img {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .filter .filter__tab > input:checked ~ label:after {
    transform: rotate(45deg);
    top: 0px;
  }
}

.filter .filter__tab > label {
  display: block;
  padding-right: 40px;
  padding-bottom: 18px;
  font-weight: 800;
  font-size: 19px;
  color: #2a3547;
  letter-spacing: .02em;
  line-height: .86;
  position: relative;
}

@media (max-width: 767px) {
  .filter .filter__tab > label {
    font-size: 13px;
    padding: 0 40px 10px 2px;
  }
}

@media (max-width: 767px) {
  .filter .filter__tab > label:after {
    content: '';
    border-top: 1px solid #2a3547;
    border-left: 1px solid #2a3547;
    width: 11px;
    height: 11px;
    position: absolute;
    top: -5px;
    right: 14px;
    transform: rotate(225deg);
    transition: transform .5s;
  }
}

.filter .filter__tab > label img {
  position: absolute;
  right: 14px;
  top: -3px;
  transition: transform .4s ease;
}

@media (max-width: 767px) {
  .filter .filter__tab > label img {
    display: none;
  }
}

.filter .filter__tab .filter__tab-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .4s ease;
}

@media (max-width: 767px) {
  .filter .filter__tab {
    padding-top: 13px;
  }
}

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

.filter .filter__nav ul li ~ li {
  margin-top: 7px;
}

.filter .filter__nav ul a {
  display: block;
  font-size: 14px;
  color: #2a3547;
  transition: color .4s ease;
  line-height: 1.14;
  letter-spacing: -.01em;
}

.filter .filter__nav ul a span {
  font-size: 17px;
  letter-spacing: .02em;
}

.filter .filter__nav--cols {
  display: flex;
  flex-flow: row wrap;
}

.filter .filter__nav--cols ul {
  flex: 0 0 24.53%;
  max-width: 24.53%;
  padding-right: 25px;
  margin-bottom: 18px;
}

@media (max-width: 1023px) {
  .filter .filter__nav--cols ul {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.filter .filter__nav--cols ul:first-child {
  flex: 0 0 26.4%;
  max-width: 26.4%;
}

@media (max-width: 1023px) {
  .filter .filter__nav--cols ul:first-child {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.filter .filter__nav--cols ul:last-child {
  padding-right: 0;
}

.filter .filter__nav--cols ul:last-child li ~ li {
  margin-top: 7px;
}

.filter .filter__nav--cols ul li ~ li {
  margin-top: 10px;
}

.filter .filter__content {
  max-width: 1200px;
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .filter .filter__content + .filter__content {
    padding-bottom: 72px;
    position: relative;
  }

  .filter .filter__content .form--newsletter {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.filter .filter__content ~ .filter__content {
  margin-top: 55px;
}

@media (max-width: 767px) {
  .filter .filter__content ~ .filter__content {
    border-top: 1px solid #2a3547;
    padding-top: 17px;
    margin-top: 21px;
  }
}

.filter .filter__content-aside {
  display: inline-block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  padding: 0;
}

@media (max-width: 767px) {
  .filter .filter__content-aside + .filter__content-aside {
    padding-top: 15px;
  }
}

.filter .filter__content-aside--left {
  width: 66.4%;
}

@media (max-width: 767px) {
  .filter .filter__content-aside--left {
    width: 100%;
  }
}

.filter .filter__content-aside--right {
  width: 30.4%;
  margin-left: 3.2%;
}

@media (max-width: 767px) {
  .filter .filter__content-aside--right {
    width: 100%;
    margin-left: 0;
  }
}

.filter .filter__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 42px;
  border-top: 1px solid #2a3547;
  margin-top: 25px;
}

@media (max-width: 1023px) {
  .filter .filter__bar {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .filter .filter__bar {
    border: 0;
    padding-top: 14px;
    margin-top: 0;
  }
}

.filter .filter__bar-aside {
  display: flex;
  align-items: center;
}

@media (max-width: 1023px) {
  .filter .filter__bar-aside + .filter__bar-aside {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .filter .filter__bar-aside {
    justify-content: space-between;
    width: 100%;
  }

  .filter .filter__bar-aside + .filter__bar-aside {
    margin-top: 0;
  }
}

.gallery {
  max-width: 280px;
}

@media (max-width: 767px) {
  .gallery {
    max-width: 115px;
  }
}

.gallery h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .gallery h3 {
    display: none;
  }
}

.gallery a {
  display: block;
  height: 184px;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.gallery a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(2, 34, 133, 0.4);
  pointer-events: none;
}

@media (max-width: 767px) {
  .gallery a {
    height: 86px;
  }
}

.gallery span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .gallery span {
    margin-top: 10px;
  }
}

.gallery h5 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
  color: #2a3547;
}

@media (max-width: 767px) {
  .gallery h5 {
    padding-top: 26px;
    margin-right: 0;
    font-size: 13px;
  }
}

.gallery img {
  width: 1.2rem;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .gallery img {
    width: 17px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ------------------------------------------------------------ *	Profiles
\* ------------------------------------------------------------ */

.profiles .profile + .profile,
.profiles-expanded .profile + .profile,
.profiles .profile-expanded + .profile,
.profiles-expanded .profile-expanded + .profile,
.profiles .profile + .profile-expanded,
.profiles-expanded .profile + .profile-expanded,
.profiles .profile-expanded + .profile-expanded,
.profiles-expanded .profile-expanded + .profile-expanded {
  margin-top: 33px;
}

@media (max-width: 767px) {
  .profiles .profile + .profile,
  .profiles-expanded .profile + .profile,
  .profiles .profile-expanded + .profile,
  .profiles-expanded .profile-expanded + .profile,
  .profiles .profile + .profile-expanded,
  .profiles-expanded .profile + .profile-expanded,
  .profiles .profile-expanded + .profile-expanded,
  .profiles-expanded .profile-expanded + .profile-expanded {
    margin-top: -1px;
  }
}

/* ------------------------------------------------------------ *	Profile
\* ------------------------------------------------------------ */

.profile,
.profile-expanded {
  display: flex;
}

.profile figure,
.profile-expanded figure {
  flex: 0 0 auto;
  background-position: center center;
  background-size: cover;
  width: 161px;
  height: 239px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .profile figure,
  .profile-expanded figure {
    width: 71px;
    height: 103px;
    margin-right: 12px;
  }
}

.profile .profile__content,
.profile-expanded .profile__content {
  border-top: 1px solid #2a3547;
  border-bottom: 1px solid #2a3547;
  padding: 24px 15px 31px;
  width: 100%;
  max-height: 239px;
  position: relative;
  overflow: hidden;
  transition: max-height .5s;
}

.profile .profile__content .profile__head,
.profile-expanded .profile__content .profile__head {
  margin: -24px -15px 13px;
  padding: 24px 15px 5px;
  cursor: pointer;
  transition: background .4s ease, color .4s ease;
}

@media (max-width: 767px) {
  .profile .profile__content,
  .profile-expanded .profile__content {
    max-height: 110px;
    padding: 15px 0 17px;
  }

  .profile .profile__content .profile__head,
  .profile-expanded .profile__content .profile__head {
    margin: -15px 0 13px;
    padding: 15px 0 5px;
  }
}

.profile .profile__content:before,
.profile-expanded .profile__content:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 40px;
  left: 0;
  width: 100%;
  background: #fff;
}

@media (max-width: 767px) {
  .profile .profile__content:before,
  .profile-expanded .profile__content:before {
    height: 20px;
  }
}

.profile .profile__content:after,
.profile-expanded .profile__content:after {
  content: '';
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), #fff);
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 40px;
  left: 0;
}

@media (max-width: 767px) {
  .profile .profile__content:after,
  .profile-expanded .profile__content:after {
    height: 20px;
    bottom: 20px;
  }
}

.profile .profile__content.open,
.profile-expanded .profile__content.open {
  max-height: 1000px;
}

.profile .profile__content.open:before,
.profile-expanded .profile__content.open:before,
.profile .profile__content.open:after,
.profile-expanded .profile__content.open:after {
  height: 0;
}

.profile .profile__content.open .profile__title a,
.profile-expanded .profile__content.open .profile__title a {
  transform: rotate(180deg);
}

.profile .profile__title,
.profile-expanded .profile__title {
  font-weight: 800;
  font-size: 25px;
  line-height: .86;
  color: #2a3547;
  padding-right: 45px;
  margin-bottom: 3px;
  position: relative;
  z-index: 5;
  transition: color .3s;
}

@media (max-width: 767px) {
  .profile .profile__title,
  .profile-expanded .profile__title {
    font-size: 13px;
    padding-right: 35px;
    margin-bottom: 2px;
  }
}

.profile .profile__title a,
.profile-expanded .profile__title a {
  position: absolute;
  top: 0;
  right: 10px;
  pointer-events: none;
  transition: transform .5s;
}

.profile .profile__title a img,
.profile-expanded .profile__title a img {
  transition: opacity .4s ease;
}

.profile .profile__title a img + img,
.profile-expanded .profile__title a img + img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

@media (max-width: 767px) {
  .profile .profile__title a img,
  .profile-expanded .profile__title a img {
    width: 14px;
    height: 11px;
  }
}

.profile .profile__subtitle,
.profile-expanded .profile__subtitle {
  display: block;
  margin-bottom: 0;
}

.profile-expanded .profile__content {
  max-height: none;
}

.profile-expanded .profile__content:before {
  content: none;
}

.profile-expanded .profile__content:after {
  content: none;
}

.profile-expanded .thumbnail {
  display: flex;
  align-items: flex-start;
  width: 160px;
  margin-right: 20px;
  padding-top: 20px;
}

.profile-expanded .thumbnail img {
  object-fit: contain;
}

/* ------------------------------------------------------------ *	Accordion
\* ------------------------------------------------------------ */

.accordion .accordion__section {
  border-top: 1px solid #2a3547;
}

.accordion .accordion__section .accordion__body {
  padding: 0 100px 0 30px;
}

@media (max-width: 767px) {
  .accordion .accordion__section .accordion__body {
    padding: 0 0 0 0;
  }
}

@media (max-width: 767px) {
  .accordion .accordion__section:last-child {
    border-bottom: 1px solid #2a3547;
  }
}

.accordion .accordion__section.open .accordion__head img {
  transform: rotate(180deg);
}

.accordion .accordion__section.open .accordion__body {
  max-height: 1000px;
}

.accordion .accordion__head {
  position: relative;
}

.accordion .accordion__head h1,
.accordion .accordion__head h2,
.accordion .accordion__head h3,
.accordion .accordion__head h4,
.accordion .accordion__head h5,
.accordion .accordion__head h6 {
  margin-bottom: 0;
}

.accordion .accordion__head a {
  display: block;
  text-decoration: none;
  padding: 20px 55px 20px 30px;
  transition: color .5s, background .5s;
}

@media (max-width: 1023px) {
  .accordion .accordion__head a {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .accordion .accordion__head a {
    padding: 12px 45px 10px 4px;
  }
}

.accordion .accordion__head img {
  position: absolute;
  top: 23px;
  right: 18px;
  transition: transform .5s;
}

@media (max-width: 767px) {
  .accordion .accordion__head img {
    width: 14px;
    height: 11px;
    top: 12px;
    right: 10px;
  }
}

.accordion .accordion__head img.accordion--hidden {
  display: none;
}

.accordion .accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s;
}

.accordion .accordion__entry {
  padding-bottom: 25px;
}

.accordion .accordion__entry a {
  color: #2a3547;
  text-decoration: underline;
}

/* ------------------------------------------------------------ *	Map
\* ------------------------------------------------------------ */

.section__content.map {
  width: 50%;
}

@media (max-width: 767px) {
  .section__content.map {
    height: 390px;
    padding-top: 0;
  }
}

.section__content.map .gmnoprint,
.section__content.map [title="Report errors in the road map or imagery to Google"] {
  display: none;
}

.section__content.map .gm-style-iw {
  width: auto !important;
  right: 15px;
  top: 30px !important;
  left: 20px !important;
}

.section__content.map .gm-style-iw + div {
  display: none;
}

.section__content.map .map__popup {
  background: #fff;
  padding: 14px 18px 18px;
  color: #2a3547;
  width: 308px;
  position: relative;
  font-weight: normal;
}

.section__content.map .map__popup-close {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 14px;
  height: 14px;
}

.section__content.map .map__popup-close svg {
  width: 100%;
  height: auto;
}

.section__content.map .map__popup h4 {
  font-weight: 800;
  font-size: 17px;
  line-height: 1.06;
  letter-spacing: .02em;
  text-transform: uppercase;
  border-bottom: 2px solid #2a3547;
  padding-bottom: 10px;
  margin-bottom: 13px;
}

.section__content.map .map__popup address {
  font-size: 17px;
  line-height: 1.11;
}

.section__content.map .map__popup address p {
  margin-bottom: 6px;
}

.section__content.map .map__popup address a {
  line-height: 1.23;
}

/* ------------------------------------------------------------ *        Map Nav
    \* ------------------------------------------------------------ */

.map-nav {
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #2a3547;
}

.map-nav ul {
  list-style: none;
}

.map-nav li {
  border-bottom: 1px solid #2a3547;
}

@media (max-width: 767px) {
  .map-nav li {
    border: 0;
  }

  .map-nav li + li {
    margin-top: 8px;
  }
}

.map-nav a {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 66px;
  padding: 5px 15px;
  position: relative;
  transition: color .5s, background .5s;
}

@media (min-width: 1025px) {
  .map-nav a:hover {
    color: #fff;
    background: #2a3547;
  }
}

@media (max-width: 767px) {
  .map-nav a {
    display: inline-block;
    height: auto;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .map-nav a br {
    display: none;
  }
}

.map-nav a img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-90deg);
}

@media (max-width: 767px) {
  .map-nav a img {
    display: none;
  }
}

.map-nav .current a {
  color: #fff;
  background: #2a3547;
}

@media (max-width: 767px) {
  .map-nav .current a {
    border-bottom: 1px solid #2a3547;
    color: #2a3547;
    background: transparent;
  }
}

.site-map {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.site-map__col {
  width: 25%;
  margin-bottom: 10px;
}

.site-map ul ul {
  list-style: none;
  margin-top: 1px;
  margin-bottom: 5px;
}

.site-map ul ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 1px;
}

@media (max-width: 1023px) {
  .site-map__col {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .site-map__col {
    width: 33%;
  }
}

@media (max-width: 479px) {
  .site-map__col {
    width: 100%;
  }
}

.page-icon {
  max-width: 100px;
  max-height: 85px;
  padding-right: 20px;
}

@media all and (max-width: 50em) {
  .page-icon {
    max-width: 70px;
    top: -10px;
    left: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .page-icon {
    display: none;
  }
}

.single-projects .page-icon {
  left: 30px;
}

/* ------------------------------------------------------------ *	Contact Page
\* ------------------------------------------------------------ */

.page-template-page-contact .page-header {
  flex-flow: row wrap;
}

.page-template-page-contact .page-header h1 {
  width: 100%;
}

.page-template-page-contact .contact-form {
  background: #EDF1F3;
}

.page-template-page-contact .contact-form .section__body {
  padding: 50px 0;
}

.page-template-page-contact .contact-form .section__body form {
  max-width: 1200px;
  margin: 0 auto;
}

.page-template-page-contact .contact-form .section__body form input,
.page-template-page-contact .contact-form .section__body form textarea {
  border-color: #2a3547;
  color: #2a3547;
  background: #fff;
}

.page-template-page-contact .contact-form .section__body form input[type=submit] {
  background: #EDF1F3;
}

.page-template-page-contact .contact-form .section__body form input[type=submit]:hover {
  color: #fff;
  background: #2a3547;
}

.page-template-page-contact .office-locations {
  padding: 50px;
}

.page-template-page-contact .office-locations .office-locations-title {
  padding: 0 0 50px 0;
}

@media only screen and (max-width: 767px) {
  .page-template-page-contact .office-locations {
    padding: 30px 0;
  }
}

/* ------------------------------------------------------------ *	Sector
\* ------------------------------------------------------------ */

.content-sector .section__body {
  margin-top: 20px;
  width: 100%;
}

.job-tiles {
  display: flex;
  margin: -5px 0 50px;
  flex-flow: row wrap;
}

.job-tiles .tile {
  padding: 15px;
  margin: 5px;
  background: #EDF1F3;
  width: calc(33.333% - 10px);
  min-height: 150px;
  display: flex;
  flex-flow: row wrap;
  height: 100%;
}

.job-tiles .tile:hover {
  background: #d1dce1;
}

@media only screen and (max-width: 767px) {
  .job-tiles .tile {
    width: 100%;
  }
}

.job-tiles .tile h3 {
  margin-bottom: 10px;
  color: #2a3547;
  width: 100%;
}

.job-tiles .tile .details {
  align-self: flex-end;
}

.job-tiles .tile .details .division {
  font-size: 0.9rem;
}

.job-tiles .tile .details .application-close {
  font-size: 0.8rem;
}

.job h1 {
  margin-bottom: 0;
}

.job .job-description {
  background: #EDF1F3;
  margin: 0 auto;
  padding: 60px 10px;
}

.job .key-responsibilities {
  padding: 60px 0;
}

.apply {
  margin-top: 20px;
}

.apply .apply-heading {
  margin-bottom: 20px;
  color: #2a3547;
}

.job-apply-position-owner-email {
  display: none;
}

.apply-btn {
  margin-top: 20px;
}

.job-no-vacancies {
  color: #2a3547;
}

.job-no-vacancies .job-contact-us {
  color: #2a3547;
}

.job-no-vacancies .job-contact-us:hover {
  color: #506587;
}

/* ------------------------------------------------------------ *	Custom Styles
\* ------------------------------------------------------------ */

#lightbox {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.section--mobile {
  display: none;
}

.single.single-post header h1.sm {
  margin-bottom: 0;
}

.single.single-post .content {
  margin-top: 40px;
}

@media only screen and (max-width: 1023px) {
  .single.single-post .content {
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .single.single-post .sidebar {
    display: none;
  }
}


/*# sourceMappingURL=main.5c379fb11912d622a868.css.map*/