/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }
body {
  line-height: 1; }
ol, ul {
  list-style: none; }
blockquote, q {
  quotes: none; }
blockquote:before, blockquote:after {
  content: '';
  content: none; }
q:before, q:after {
  content: '';
  content: none; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
* {
  margin: 0;
  padding: 0; }
body {
  display: block;
  font-weight: 400;
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: 'Nunito', sans-serif;
  overflow-y: auto !important; }
html {
  font-size: 100%; }
img {
  max-width: 100%;
  width: 100%;
  display: block; }
.grid-container, .search-wrapper .search-field {
  max-width: calc(100% - 300px) !important;
  padding: 0 !important; }
@media (max-width: 1599px) {
    .grid-container, .search-wrapper .search-field {
      max-width: calc(100% - 200px) !important; } }
@media (max-width: 1399px) {
    .grid-container, .search-wrapper .search-field {
      max-width: calc(100% - 100px) !important; } }
@media (max-width: 1199px) {
    .grid-container, .search-wrapper .search-field {
      max-width: calc(100% - 60px) !important; } }
@media (max-width: 991px) {
    .grid-container, .search-wrapper .search-field {
      max-width: calc(100% - 40px) !important; } }
/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
.grid-l {
  -webkit-box-flex: 0;
      -ms-flex: 0 90%;
          flex: 0 90%;
  max-width: 90%;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.grid-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 80%;
          flex: 0 80%;
  margin: auto; }
.grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
.grid-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 600px) {
    .grid-container {
      max-width: 540px; } }
@media (min-width: 780px) {
    .grid-container {
      max-width: 720px; } }
@media (min-width: 1020px) {
    .grid-container {
      max-width: 960px; } }
@media (min-width: 1200px) {
    .grid-container {
      max-width: 1140px; } }
@media (min-width: 1420px) {
    .grid-container {
      max-width: 1576px; } }
@media (min-width: 1780px) {
    .grid-container {
      max-width: 1720px; } }
.grid-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
[class*="-cl"] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
.xs-1-cl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }
.xs-2-cl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }
.xs-3-cl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }
.xs-4-cl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }
.xs-5-cl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }
.xs-6-cl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }
.xs-7-cl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }
.xs-8-cl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }
.xs-9-cl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }
.xs-10-cl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }
.xs-11-cl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }
.xs-12-cl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
@media (min-width: 600px) {
  .sm-1-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; } }
@media (min-width: 600px) {
  .sm-2-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; } }
@media (min-width: 600px) {
  .sm-3-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; } }
@media (min-width: 600px) {
  .sm-4-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; } }
@media (min-width: 600px) {
  .sm-5-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; } }
@media (min-width: 600px) {
  .sm-6-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }
@media (min-width: 600px) {
  .sm-7-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; } }
@media (min-width: 600px) {
  .sm-8-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; } }
@media (min-width: 600px) {
  .sm-9-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; } }
@media (min-width: 600px) {
  .sm-10-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; } }
@media (min-width: 600px) {
  .sm-11-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; } }
@media (min-width: 600px) {
  .sm-12-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 780px) {
  .md-1-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; } }
@media (min-width: 780px) {
  .md-2-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; } }
@media (min-width: 780px) {
  .md-3-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; } }
@media (min-width: 780px) {
  .md-4-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; } }
@media (min-width: 780px) {
  .md-5-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; } }
@media (min-width: 780px) {
  .md-6-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }
@media (min-width: 780px) {
  .md-7-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; } }
@media (min-width: 780px) {
  .md-8-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; } }
@media (min-width: 780px) {
  .md-9-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; } }
@media (min-width: 780px) {
  .md-10-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; } }
@media (min-width: 780px) {
  .md-11-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; } }
@media (min-width: 780px) {
  .md-12-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 1020px) {
  .lg-1-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; } }
@media (min-width: 1020px) {
  .lg-2-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; } }
@media (min-width: 1020px) {
  .lg-3-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; } }
@media (min-width: 1020px) {
  .lg-4-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; } }
@media (min-width: 1020px) {
  .lg-5-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; } }
@media (min-width: 1020px) {
  .lg-6-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }
@media (min-width: 1020px) {
  .lg-7-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; } }
@media (min-width: 1020px) {
  .lg-8-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; } }
@media (min-width: 1020px) {
  .lg-9-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; } }
@media (min-width: 1020px) {
  .lg-10-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; } }
@media (min-width: 1020px) {
  .lg-11-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; } }
@media (min-width: 1020px) {
  .lg-12-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 1200px) {
  .xl-1-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; } }
@media (min-width: 1200px) {
  .xl-2-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; } }
@media (min-width: 1200px) {
  .xl-3-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; } }
@media (min-width: 1200px) {
  .xl-4-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; } }
@media (min-width: 1200px) {
  .xl-5-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; } }
@media (min-width: 1200px) {
  .xl-6-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }
@media (min-width: 1200px) {
  .xl-7-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; } }
@media (min-width: 1200px) {
  .xl-8-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; } }
@media (min-width: 1200px) {
  .xl-9-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; } }
@media (min-width: 1200px) {
  .xl-10-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; } }
@media (min-width: 1200px) {
  .xl-11-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; } }
@media (min-width: 1200px) {
  .xl-12-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 1420px) {
  .xxl-1-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; } }
@media (min-width: 1420px) {
  .xxl-2-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; } }
@media (min-width: 1420px) {
  .xxl-3-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; } }
@media (min-width: 1420px) {
  .xxl-4-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; } }
@media (min-width: 1420px) {
  .xxl-5-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; } }
@media (min-width: 1420px) {
  .xxl-6-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }
@media (min-width: 1420px) {
  .xxl-7-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; } }
@media (min-width: 1420px) {
  .xxl-8-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; } }
@media (min-width: 1420px) {
  .xxl-9-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; } }
@media (min-width: 1420px) {
  .xxl-10-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; } }
@media (min-width: 1420px) {
  .xxl-11-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; } }
@media (min-width: 1420px) {
  .xxl-12-cl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }
.no-gutters {
  padding: 0;
  margin: 0; }
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.v-middle {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.center-b {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.space-btw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.w100 {
  width: 100%; }
.h100 {
  height: 100%; }
.block {
  display: block; }
.d-none {
  display: none; }
.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
@font-face {
  font-family: 'icomoon';
  src: url("/../wp-content/themes/sso-ea/assets/fonts/icomoon/fonts/icomoon.eot?sq0lsi");
  src: url("/../wp-content/themes/sso-ea/assets/fonts/icomoon/fonts/icomoon.eot?sq0lsi#iefix") format("embedded-opentype"), url("/../wp-content/themes/sso-ea/assets/fonts/icomoon/fonts/icomoon.ttf?sq0lsi") format("truetype"), url("/../wp-content/themes/sso-ea/assets/fonts/icomoon/fonts/icomoon.woff?sq0lsi") format("woff"), url("/../wp-content/themes/sso-ea/assets/fonts/icomoon/fonts/icomoon.svg?sq0lsi#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-home:before {
    content: "\e903";
}
.icon-arrow-point-to-right:before {
    content: "\e900";
}
.icon-dot-and-circle:before {
    content: "\e90a";
}
.icon-facebook-logo:before {
    content: "\e90b";
}
.icon-linkedin-letters:before {
    content: "\e90c";
}
.icon-placeholder-for-map:before {
    content: "\e90d";
}
.icon-magnifying-glass:before {
    content: "\e904";
}
.icon-next:before {
    content: "\e905";
}
.icon-paper-plane:before {
    content: "\e907";
}
.icon-right-arrow:before {
    content: "\e908";
}
.icon-ukraine-flag:before {
    content: "\e92c";
}
.icon-south-africa:before {
    content: "\e925";
}
.icon-africa:before {
    content: "\e902";
}
.icon-pyramid:before {
    content: "\e923";
}
.icon-ethiopia:before {
    content: "\e917";
}
.icon-truck:before {
    content: "\e926";
}
.icon-jigsaw:before {
    content: "\e91d";
}
.icon-green-energy:before {
    content: "\e91a";
}
.icon-fossil-fuel:before {
    content: "\e919";
}
.icon-energy-class:before {
    content: "\e915";
}
.icon-education:before {
    content: "\e914";
}
.icon-data:before {
    content: "\e912";
}
.icon-battery:before {
    content: "\e910";
}
.icon-acquisition:before {
    content: "\e901";
}
.icon-legal-paper:before {
    content: "\e91f";
}
.icon-business:before {
    content: "\e911";
}
.icon-windmill:before {
    content: "\e92b";
}
.icon-organic:before {
    content: "\e922";
}
.icon-energy:before {
    content: "\e916";
}
.icon-basket:before {
    content: "\e90f";
}
.icon-wind1:before {
    content: "\e92a";
}
.icon-wind:before {
    content: "\e929";
}
.icon-underfloor-heating:before {
    content: "\e927";
}
.icon-solar-panel:before {
    content: "\e924";
}
.icon-afrika:before {
    content: "\e906";
}
.icon-Denmark:before {
    content: "\e913";
}
.icon-eu:before {
    content: "\e918";
}
.icon-Indonesia:before {
    content: "\e91c";
}
.icon-kina:before {
    content: "\e91e";
}
.icon-mexico:before {
    content: "\e920";
}
.icon-nordic:before {
    content: "\e921";
}
.icon-Vietnam:before {
    content: "\e928";
}
.icon-Baltic-states:before {
    content: "\e90e";
}
.icon-india-gate:before {
    content: "\e91b";
}
.icon-arctic:before {
    content: "\e909";
}
.icon-cross:before {
    content: "\ea0f";
}
.icon-checkmark:before {
    content: "\ea10";
}

.btn, body.error404 .page-content form.search-form input[type=submit] {
  text-transform: uppercase;
  padding: 10px 30px;
  color: #ffffff;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  cursor: pointer;
  letter-spacing: normal;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  border: 0;
  -webkit-appearance: none; }
.btn--primary, body.error404 .page-content form.search-form input[type=submit] {
    background-color: #942824; }
.btn--primary:hover, body.error404 .page-content form.search-form input:hover[type=submit] {
      background-color: #000000;
      color: #ffffff; }
.btn--primary-outline {
    background-color: transparent;
    border: 2px solid #942824;
    color: #942824; }
.btn--primary-outline:hover {
      background-color: #942824;
      color: #ffffff; }
button {
  text-decoration: none;
  letter-spacing: normal; }
.transition--primary, .btn, body.error404 .page-content form.search-form input[type=submit], .btn--primary:hover, .btn--primary-outline:hover, button, .copy p a:hover, .sidebar .widget.widget_text p a:hover, a, a:hover, .lang-switcher a:hover, .lang-switcher .current-lang a:hover, footer .social_icons__linkedin:hover, .nav-primary__toggle__label .first, .nav-primary__toggle__label .second, .nav-primary__toggle__label .third, .card-wrapper .card .card-content .card-details--link:hover, #search .icon:hover, #search .search-form .search-submit:hover {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
.transition--ease-in-out {
  -webkit-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms; }
.font-size--extra-small {
  font-size: 10px; }
.font-size--small, .btn, body.error404 .page-content form.search-form input[type=submit], .heading--extra-small, .copy p, .sidebar .widget.widget_text p, footer p, footer li, .sidebar .widget__title, .menu li, .widget_recent_entries li, .widget_categories li {
  font-size: 14px; }
.font-size--medium, .heading--small, .heading--medium, .lang-switcher a, .navbar .root-menu li a {
  font-size: 18px; }
.font-size--large, .heading--large, .heading--headline, .sidebar .widget_text h4, .card-wrapper .card-heading h1, .copy h4:not(.heading--headline), .sidebar .widget.widget_text h4:not(.heading--headline) {
  font-size: 20px; }
.font-size--extra-large, .copy h1:not(.heading--headline), .sidebar .widget.widget_text h1:not(.heading--headline), .copy h3:not(.heading--headline), .sidebar .widget.widget_text h3:not(.heading--headline) {
  font-size: 23px; }
@media (min-width: 768px) {
    .font-size--extra-large, .copy h1:not(.heading--headline), .sidebar .widget.widget_text h1:not(.heading--headline), .copy h3:not(.heading--headline), .sidebar .widget.widget_text h3:not(.heading--headline) {
      font-size: 25px; } }
.font-size--extra-extra-large {
  font-size: 60px; }
.heading--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px; }
.heading--medium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.heading--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px; }
.heading--headline, .sidebar .widget_text h4, .card-wrapper .card-heading h1 {
  color: #ababab;
  font-weight: 600;
  border-left: 2px solid #942824;
  padding-left: 19px;
  margin-bottom: 10px;
  letter-spacing: normal;
  text-transform: uppercase; }
.heading--space {
  margin-top: 75px; }
.heading--space:first-child {
    margin-top: 0; }
.heading-news {
  margin-bottom: 30px !important; }
.copy h2, .sidebar .widget.widget_text h2 {
  width: 100%; }
.copy h1:not(.heading--headline), .sidebar .widget.widget_text h1:not(.heading--headline) {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px; }
.copy h2:not(.heading--headline), .sidebar .widget.widget_text h2:not(.heading--headline) {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #942824;
  margin-bottom: 20px; }
.copy h3:not(.heading--headline), .sidebar .widget.widget_text h3:not(.heading--headline) {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px; }
.copy em, .sidebar .widget.widget_text em {
  font-style: italic; }
.copy sup, .sidebar .widget.widget_text sup, .copy sub, .sidebar .widget.widget_text sub {
  font-size: smaller;
  letter-spacing: 0.2px;
  font-weight: 400;
  line-height: 0; }
.copy sup, .sidebar .widget.widget_text sup {
  vertical-align: super; }
.copy sub, .sidebar .widget.widget_text sub {
  vertical-align: sub; }
.copy p, .sidebar .widget.widget_text p {
  width: 100%;
  line-height: 24px;
  margin-bottom: 30px; }
.copy p a, .sidebar .widget.widget_text p a {
    font-weight: 700;
    color: #942824; }
.copy p a:hover, .sidebar .widget.widget_text p a:hover {
      color: #000000; }
.copy li > a, .sidebar .widget.widget_text li > a {
  font-weight: 700; }
.copy blockquote, .sidebar .widget.widget_text blockquote {
  border-left: 3px solid #942824;
  padding-left: 10px;
  margin-bottom: 20px; }
.copy ul, .sidebar .widget.widget_text ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 30px; }
.copy ul:last-child, .sidebar .widget.widget_text ul:last-child {
    margin-bottom: 0; }
.copy ul li, .sidebar .widget.widget_text ul li {
    line-height: 24px; }
.copy ol, .sidebar .widget.widget_text ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 30px; }
.copy ol:last-child, .sidebar .widget.widget_text ol:last-child {
    margin-bottom: 0; }
.copy ol li, .sidebar .widget.widget_text ol li {
    line-height: 24px; }
.disabled, .btn--primary:disabled, body.error404 .page-content form.search-form input:disabled[type=submit], .btn--primary-outline:disabled {
  opacity: 0.6; }
strong {
  font-weight: bold; }
a {
  color: #000;
  text-decoration: none; }
a:hover {
    color: #942824; }
.navbar {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0; }
.navbar-collapse {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    position: initial; }
.navbar-brand img {
    width: 230px;
    height: 100%;
    -webkit-transition: width .3s ease-out;
    transition: width .3s ease-out; }
.sticky-scroll .navbar-brand img {
  width: 165px; }
.page-title {
  margin-bottom: 80px; }
.site-header {
  background-color: #ffffff;
  z-index: 999;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, .2); }
.cta__wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
  position: initial; }
.lang-switcher {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 50px; }
.lang-switcher li:nth-child(2) {
    border-left: 1px solid #ababab;
    padding-left: 7px;
    margin-left: 7px; }
.lang-switcher a {
    text-transform: uppercase;
    color: #ababab;
    font-weight: 600; }
.lang-switcher a:hover {
      color: #000000; }
.lang-switcher .current-lang a {
    color: #942824; }
.lang-switcher .current-lang a:hover {
      color: #000000; }
@media (min-width: 992px) {
  .cta__wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .navbar-collapse {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; } }
footer p {
  color: #ffffff;
  line-height: 30px; }
footer a {
  color: #ffffff; }
footer .widget__title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px; }
footer .widget__content .logo {
  width: 350px;
  height: 99px; }
footer .social_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
footer .social_icons .icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px; }
footer .social_icons__linkedin {
    width: 50px;
    height: 50px;
    background-color: #942724;
    border-radius: 50%; }
footer .social_icons__linkedin:hover {
      background-color: #191919; }
.footer__widget {
  margin-bottom: 50px; }
.footer__widget:last-child {
    margin-bottom: 0; }
#top-footer {
  background-color: #2d2d2e;
  padding: 50px 0 25px 0;
  text-align: center; }
#main-footer {
  background-color: #191919;
  padding: 25px 0 50px 0; }
#main-footer #menu-temaer li {
    display: block;
    width: 100%; }
@media screen and (max-width: 768px) {
    #main-footer {
      padding-top: 50px; } }
@media (min-width: 992px) {
  #top-footer {
    padding: 100px 0 50px 0;
    text-align: left;
    text-align: initial; }
  #main-footer {
    padding: 50px 0 100px 0; }
  .footer__widget {
    margin-bottom: 0; } }
.footer__widget a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap; }
.breadcrumb {
  line-height: 1.85;
  margin-bottom: 30px; }
.breadcrumb #breadcrumbs span {
    font-size: 13px;
    color: #424242;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Nunito, serif; }
.breadcrumb #breadcrumbs span a {
      font-size: 13px;
      color: #424242;
      font-weight: bold;
      text-transform: uppercase;
      font-family: Nunito, serif;
      margin: 0 5px; }
.breadcrumb #breadcrumbs span a:hover {
        color: #942824; }
.breadcrumb #breadcrumbs span > .breadcrumb_last {
      color: #ffffff;
      margin: 0 5px; }
.breadcrumb .breadcrumb_last {
    color: #ffffff; }
.breadcrumb .back-to {
    text-align: right; }
.breadcrumb .back-to a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 13px;
      color: #424242;
      font-weight: bold;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end;
      text-transform: uppercase;
      font-family: Nunito, serif; }
.breadcrumb .back-to a:hover {
        color: #942824; }
.breadcrumb .back-to a span {
        margin-right: 10px;
        display: inline-block;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
body.error404 .page-content {
  text-align: center;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
body.error404 .page-content .heading-block-title {
    font-size: 53px; }
body.error404 .page-content .heading-block-separator {
    margin: 0 auto 25px; }
body.error404 .page-content p {
    line-height: 1.75;
    margin-bottom: 0; }
body.error404 .page-content form.search-form {
    margin-top: 25px;
    min-width: 500px;
    background-color: #dedede;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
body.error404 .page-content form.search-form label {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }
body.error404 .page-content form.search-form label .screen-reader-text {
        display: none; }
body.error404 .page-content form.search-form label input[type=search] {
        margin-bottom: 0;
        padding: 0 20px;
        height: 40px;
        border: 0;
        line-height: 40px;
        vertical-align: top;
        width: 100%; }
body:not(.home) #wrapper {
  margin-top: -350px;
  background-color: #f1f1f1;
  padding-bottom: 100px; }
body:not(.home) #wrapper .content {
    margin-bottom: 30px; }
body:not(.home) #wrapper .content__inner {
      -webkit-box-shadow: 0 0 16.9px 1.1px rgba(0, 0, 0, .11);
              box-shadow: 0 0 16.9px 1.1px rgba(0, 0, 0, .11);
      background-color: rgba(255, 255, 255, .95);
      min-height: 60vh;
      padding: 33.33333px; }
body:not(.home) #wrapper .content .post_item_wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
body:not(.home) #wrapper .content ul, body:not(.home) #wrapper .content ol {
      font-size: 14px; }
body:not(.home) #wrapper .sidebar__inner {
    -webkit-box-shadow: 0 0 16.9px 1.1px rgba(0, 0, 0, .11);
            box-shadow: 0 0 16.9px 1.1px rgba(0, 0, 0, .11);
    padding: 33.33333px;
    background-color: rgba(255, 255, 255, .95); }
body:not(.home) #wrapper .sidebar__inner:first-child {
      margin-bottom: 30px; }
.related__projects {
  margin-top: 50px; }
@media (min-width: 992px) {
  .related__projects {
    margin-top: 100px; }
  body:not(.home) #wrapper .content {
    margin-bottom: 0; }
    body:not(.home) #wrapper .content__inner {
      padding: 50px;
      height: 100%; }
  body:not(.home) #wrapper .sidebar__inner {
    padding: 50px 40px; } }
.sidebar p {
  font-size: 14px;
  line-height: 1.7; }
.sidebar .widget_text h4 {
  line-height: 1;
  padding-top: 2px; }
.sidebar .widget_text li {
  margin-top: 12px;
  font-size: 14px; }
.sidebar .widget__title {
  line-height: 24px;
  font-weight: bold; }
.sidebar__inner .widget_text:not(:first-child) {
  margin-top: 40px; }
.sidebar__inner .widget_text h4 {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  padding-left: 19px;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ababab;
  letter-spacing: normal;
  text-transform: uppercase;
  border-left: 2px solid #942824; }
.sidebar__inner .menu-with-description a {
  font-size: 14px;
  font-weight: bold; }
.sidebar__inner .menu-with-description a:before {
    padding: 0;
    content: ""; }
.sidebar__inner .menu-with-description p:before {
  content: "-";
  padding-right: 5px; }
.sidebar__inner .menu-with-description:not(:first-child) {
  margin-top: 27px;
  padding-top: 27px;
  border-top: 1px solid #eeeeee; }
.sidebar__inner .menu-contacts a {
  font-weight: bold; }
.sidebar .widget {
  margin-bottom: 20px; }
.sidebar .widget:last-child {
    margin-bottom: 0; }
.sidebar .widget.widget_text p:last-child {
    margin-bottom: 0 !important; }
.navbar .root-menu {
  display: none;
  padding: 32px 0;
  position: absolute;
  background-color: white;
  text-align: center;
  z-index: 1;
  left: 0;
  right: 0;
  top: 100%;
  -webkit-transition: .6s;
  transition: .6s; }
.navbar .root-menu .current-menu-item a {
    color: #942824; }
.navbar .root-menu li {
    padding: .5rem; }
.navbar .root-menu li a {
      font-weight: 600;
      text-transform: uppercase;
      padding: .5rem; }
.navbar .root-menu li .subList {
      display: none;
      background-color: #ffffff;
      list-style: none;
      border-radius: 0;
      border: none; }
.navbar .root-menu li .subList li {
        padding: 10px 8px 10px 20px; }
.navbar .root-menu > li {
    position: relative; }
.nav-primary__toggle {
  display: none; }
.nav-primary__toggle:checked ~ label + .root-menu {
    display: block; }
.nav-primary__toggle:checked ~ label .first {
    top: 7px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
.nav-primary__toggle:checked ~ label .second {
    opacity: 0;
    right: -60px; }
.nav-primary__toggle:checked ~ label .third {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
.nav-primary__toggle__label {
    display: block;
    cursor: pointer;
    position: absolute;
    width: 25px;
    z-index: 5;
    height: 26px;
    overflow: hidden; }
.nav-primary__toggle__label .first, .nav-primary__toggle__label .second, .nav-primary__toggle__label .third {
      display: block;
      position: absolute;
      height: 2px;
      width: 1.5rem;
      opacity: 1;
      right: 0;
      background: #17171B; }
.nav-primary__toggle__label .second {
      top: 7px; }
.nav-primary__toggle__label .third {
      top: 14px; }
@media (min-width: 1600px) {
  .navbar .root-menu > li > a {
    padding: 1.5rem; } }
@media (min-width: 1199px) {
  .nav-primary__toggle__label {
    display: none; }
  .nav-primary__toggle:checked ~ label + .root-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .navbar .root-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    position: static;
    position: initial;
    text-align: left;
    text-align: initial;
    z-index: 1;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    right: auto;
    right: initial; }
    .navbar .root-menu > li > a {
      padding: 1rem; }
    .navbar .root-menu > li:hover .subList {
      display: block; }
    .navbar .root-menu li {
      padding: 0; }
      .navbar .root-menu li:first-child {
        padding-left: 0; }
      .navbar .root-menu li:last-child {
        padding-right: 0; }
      .navbar .root-menu li .subList {
        position: absolute;
        -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .2);
                box-shadow: 1px 2px 3px rgba(0, 0, 0, .2);
        min-width: 12.500rem;
        margin: .125rem 0 0;
        padding: .5rem 0;
        top: 44px; } }
.root-menu .sub-menu {
  display: none;
  position: absolute;
  width: 10em;
  padding-top: 2em;
  background-color: white;
  z-index: -1; }
.root-menu .sub-menu .menu-item {
    padding: .5em; }
.root-menu .menu-item-has-children:hover .sub-menu {
  display: block; }
.menu a {
  line-height: 30px; }
.menu a:before {
    content: '-';
    padding-right: 5px; }
.screen-reader-text {
  display: none; }
.nav-links {
  text-align: center; }
.nav-links .prev.page-numbers, .nav-links .next.page-numbers {
    font-weight: 100;
    text-decoration: underline; }
.nav-links .page-numbers.current {
    text-decoration: underline;
    font-weight: 900; }
.nav-links .page-numbers {
    text-decoration: none;
    padding: 0 .3em; }
.jumbotron__image img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover; }
.home .jumbotron__image {
  margin-bottom: 50px; }
.post_item {
  border-bottom: 1px solid #eee;
  display: block;
  margin-bottom: 30px; }
.post_item__date {
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    color: #ababab;
    text-transform: uppercase; }
.post_item .icon-right-arrow {
    font-size: 30px;
    color: #ababab;
    cursor: pointer; }
.post_item .icon-right-arrow:hover {
      color: #942824; }
.post_item__title {
    text-transform: uppercase; }
.post_item__data {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
.post_item__meta__wrapper {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 14px; }
.post_item__meta__category {
    padding-right: 15px; }
.post_item__meta__category a {
      color: #942824; }
.post_item__meta__category a:hover {
        color: #000000; }
.post_item__meta__seperator {
    color: #ababab; }
.post_item__meta__date {
    color: #ababab;
    padding-left: 15px; }
@media (max-width: 768px) {
      .post_item__meta__date {
        padding-left: 0;
        line-height: 1.5;
        width: 100%;
        display: block; } }
.content__inner .lg-12-cl:first-child h1 {
  margin-top: 0 !important; }
.content__inner .lg-12-cl h1 {
  margin-top: 70px; }
.employee_widget__items a {
  line-height: 30px; }
.employee_widget__items li {
  display: block;
  font-size: 14px; }
.single-employee .card-details > p {
  margin-bottom: 10px; }
.single-employee .post_item__meta__initials, .single-employee .post_item__meta__jobtitle {
  color: #ababab; }
.single-employee .card-title {
  margin-bottom: 20px; }
.card-wrapper .card-heading h1 {
  font-size: 20px !important;
  line-height: 1 !important;
  margin-bottom: 30px !important; }
.card-wrapper .card-heading.first-child h1 {
  margin-top: 20px; }
.card-wrapper .card {
  margin-bottom: 40px; }
.card-wrapper .card .card-image {
    background-position: top center;
    padding-top: 70%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover; }
.card-wrapper .card .card-content p {
    margin-bottom: 0; }
.card-wrapper .card .card-content .card-title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    line-height: 1.7; }
.card-wrapper .card .card-content .card-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
@media screen and (max-width: 1168px) {
      .card-wrapper .card .card-content .card-details {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .card-wrapper .card .card-content .card-details--jobtitle, .card-wrapper .card .card-content .card-details--email, .card-wrapper .card .card-content .card-details--link, .card-wrapper .card .card-content .card-details--workNum {
          max-width: 100% !important;
          text-align: left !important; } }
.card-wrapper .card .card-content .card-details--jobtitle, .card-wrapper .card .card-content .card-details--email, .card-wrapper .card .card-content .card-details--link, .card-wrapper .card .card-content .card-details--workNum {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      font-size: 14px;
      line-height: 1.7; }
.card-wrapper .card .card-content .card-details--email, .card-wrapper .card .card-content .card-details--workNum {
      text-align: right; }
.card-wrapper .card .card-content .card-details--link {
      color: #942824; }
.card-wrapper .card .card-content .card-details--link:hover {
        color: #000000; }
.card-details--privateNum {
  display: none; }
.single-employee .card-details--bio {
  display: block; }
.card-details--bio {
  display: none; }
.recent_posts__widget__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0; }
.widget_recent_entries a {
  line-height: 30px; }
.widget_recent_entries a:before {
    content: "-";
    padding-right: 5px; }
.latest__news {
  margin-bottom: 100px;
  margin-top: 50px; }
.latest__news__title {
    margin-bottom: 40px; }
.latest__news__more-btn {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 100px; }
.latest__news img {
    height: 330px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 30px;
    display: block; }
.latest__news__wrapper__inner article:last-child {
    margin-bottom: 0 !important; }
.latest__news__wrapper__inner article:last-child .latest__news__item__inner {
      border-bottom: none !important;
      padding: 0 !important; }
@media (max-width: 991px) {
    .latest__news__item {
      margin-bottom: 30px; } }
.latest__news__item__image {
    position: relative; }
.latest__news__item__date {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: rgba(0, 0, 0, .5);
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #fff; }
.latest__news__item__title {
    text-transform: uppercase; }
.latest__news__item__desc {
    margin-bottom: 30px; }
.latest__news__item__link {
    font-size: 30px;
    color: #ababab; }
.alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #f1f1f1; }
.alignfull .wp-block-column:last-child {
    padding-left: 150px;
    padding-right: 118px;
    margin-left: 0; }
@media (max-width: 1599px) {
      .alignfull .wp-block-column:last-child {
        padding-left: 100px;
        padding-right: 68px; } }
@media (max-width: 1399px) {
      .alignfull .wp-block-column:last-child {
        padding-left: 50px;
        padding-right: 18px; } }
@media (max-width: 1199px) {
      .alignfull .wp-block-column:last-child {
        padding-left: 30px;
        padding-right: 30px; } }
@media (max-width: 991px) {
      .alignfull .wp-block-column:last-child {
        padding-left: 20px;
        padding-right: 20px; } }
.alignfull .wp-block-column:last-child .latest__news {
      margin-top: 100px;
      margin-bottom: 100px; }
.alignfull .wp-block-column:last-child .latest__news p {
        margin-bottom: 20px; }
.alignfull .wp-block-column:last-child .latest__news__item {
        margin-bottom: 30px;
        max-width: 630px; }
.alignfull .wp-block-column:last-child .latest__news__item__inner {
          padding-bottom: 30px;
          border-bottom: 1px solid rgba(171, 171, 171, .25); }
.alignfull .wp-block-column:last-child .latest__news__item:last-child__inner {
          border-bottom: 0; }
.alignfull .wp-block-column:last-child .latest__news__more-btn {
        text-align: left; }
.alignfull .wp-block-column figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
.alignfull .wp-block-column figure img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
.wp-block-image {
  margin-bottom: 30px; }
.wp-block-columns {
  margin-bottom: 0; }
#search .icon {
  cursor: pointer;
  font-size: 25px;
  font-weight: 600; }
#search .icon:hover {
    color: #942824; }
#search .search-wrapper {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  background-color: white;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  padding: 15px; }
#search .search-wrapper-auto-suggest input {
  width: 100%;
  border: 0;
  margin: 0;
  -webkit-box-shadow: 0 1px 12.2px 0.8px rgba(0, 0, 0, .1);
          box-shadow: 0 1px 12.2px 0.8px rgba(0, 0, 0, .1);
  background-color: #ffffff;
  padding: 10px 15px 10px;
  font-size: 18px;
  line-height: 1;
  height: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto; }
#search .search-wrapper-auto-suggest .in {
  margin-bottom: 20px; }
#search .search-wrapper-auto-suggest .out {
  margin-bottom: 5px; }
#search .search-wrapper-auto-suggest .out .more {
    text-align: center; }
#search .search__toggle {
  display: none; }
#search .search__toggle:checked ~ label + .search-wrapper {
    display: block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .1);
            box-shadow: 1px 2px 3px rgba(0, 0, 0, .1);
    top: 77px;
    opacity: 1;
    z-index: 1000; }
#search .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
#search .search-form label {
    width: 100%; }
#search .search-form label .screen-reader-text {
      display: none !important; }
#search .search-form .search-submit {
    width: 180px;
    height: 45px;
    color: white;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: #942824; }
#search .search-form .search-submit:hover {
      cursor: pointer;
      background-color: #000000; }
body.search #main {
  display: block;
  margin: 100px auto;
  padding: 0 !important;
  font-family: Nunito, serif;
  max-width: calc(100% - 300px) !important; }
@media all and (max-width: 1599px) {
    body.search #main {
      max-width: calc(100% - 200px) !important; } }
@media all and (max-width: 1399px) {
    body.search #main {
      max-width: calc(100% - 100px) !important; } }
@media all and (max-width: 1199px) {
    body.search #main {
      max-width: calc(100% - 60px) !important; } }
@media all and (max-width: 991px) {
    body.search #main {
      max-width: calc(100% - 40px) !important; } }
body.search #main h1 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase; }
body.search #main .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px; }
body.search #main .search-form .search-submit {
      width: 180px;
      border: none;
      height: 45px;
      color: white;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      background-color: #942824; }
body.search #main .search-form .search-field {
      height: 45px;
      padding-left: 8px; }
body.search #main .search-form .screen-reader-text {
      display: none; }
body.search .no-results.not-found {
  text-align: center;
  line-height: 1.7; }
.our-services {
  position: absolute;
  z-index: 1;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 50px; }
.our-services__title {
    padding: 0 10px;
    font-weight: bold;
    line-height: 1.43;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px !important; }
.sso-slider-carousel {
  position: relative; }
.sso-slider-carousel .slide___3-Nqo,
  .sso-slider-carousel .carousel__slider-tray-wrapper {
    background-size: cover;
    background-position: center;
    height: 660px !important;
    padding-bottom: 0 !important;
    width: 100%; }
.sso-slider-carousel .slide___3-Nqo .slideInner___2mfX9,
    .sso-slider-carousel .carousel__slider-tray-wrapper .slideInner___2mfX9 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
.sso-slider-carousel .slide___3-Nqo .slideInner___2mfX9 .slide-full-link,
      .sso-slider-carousel .carousel__slider-tray-wrapper .slideInner___2mfX9 .slide-full-link {
        width: 100%; }
.sso-slider-carousel .slide___3-Nqo .slideInner___2mfX9 .grid-container > div,
      .sso-slider-carousel .carousel__slider-tray-wrapper .slideInner___2mfX9 .grid-container > div {
        max-width: 800px;
        padding-bottom: 300px; }
.sso-slider-carousel .slide___3-Nqo .slideInner___2mfX9 .grid-container > div .text-content,
        .sso-slider-carousel .carousel__slider-tray-wrapper .slideInner___2mfX9 .grid-container > div .text-content {
          display: block;
          color: white;
          max-width: 92%;
          line-height: 1.5;
          font-weight: 600;
          word-break: break-word; }
.sso-slider-carousel .slide___3-Nqo .slideInner___2mfX9 .grid-container > div .slide_title,
        .sso-slider-carousel .carousel__slider-tray-wrapper .slideInner___2mfX9 .grid-container > div .slide_title {
          margin-left: 0.5rem;
          margin-bottom: 1rem;
          text-transform: uppercase;
          font-weight: 700; }
.sso-slider-carousel .slide___3-Nqo .slideInner___2mfX9 .grid-container > div .slide_title span,
          .sso-slider-carousel .carousel__slider-tray-wrapper .slideInner___2mfX9 .grid-container > div .slide_title span {
            color: white;
            display: inline;
            padding: 0.5rem;
            line-height: 1.9;
            font-size: 50px;
            -webkit-box-decoration-break: clone;
                    box-decoration-break: clone;
            background: rgba(0, 0, 0, .5);
            -webkit-box-shadow: 0.5rem 0 0 rgba(0, 0, 0, .5), -0.5rem 0 0 rgba(0, 0, 0, .5);
                    box-shadow: 0.5rem 0 0 rgba(0, 0, 0, .5), -0.5rem 0 0 rgba(0, 0, 0, .5); }
@media (max-width: 1600px) {
            .sso-slider-carousel .slide___3-Nqo .slideInner___2mfX9 .grid-container > div .slide_title span,
            .sso-slider-carousel .carousel__slider-tray-wrapper .slideInner___2mfX9 .grid-container > div .slide_title span {
              font-size: 50px; } }
@media (max-width: 1199px) {
            .sso-slider-carousel .slide___3-Nqo .slideInner___2mfX9 .grid-container > div .slide_title span,
            .sso-slider-carousel .carousel__slider-tray-wrapper .slideInner___2mfX9 .grid-container > div .slide_title span {
              width: 450px;
              font-size: 30px; } }
@media (max-width: 767px) {
            .sso-slider-carousel .slide___3-Nqo .slideInner___2mfX9 .grid-container > div .slide_title,
            .sso-slider-carousel .carousel__slider-tray-wrapper .slideInner___2mfX9 .grid-container > div .slide_title {
              max-width: 450px; }
              .sso-slider-carousel .slide___3-Nqo .slideInner___2mfX9 .grid-container > div .slide_title span,
              .sso-slider-carousel .carousel__slider-tray-wrapper .slideInner___2mfX9 .grid-container > div .slide_title span {
                line-height: 2.1;
                margin-bottom: 10px; } }
.sso-slider-carousel .slide___3-Nqo .slideInner___2mfX9 .grid-container > div .buttons-wrapper,
        .sso-slider-carousel .carousel__slider-tray-wrapper .slideInner___2mfX9 .grid-container > div .buttons-wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: end;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; }
@media (max-width: 767px) {
            .sso-slider-carousel .slide___3-Nqo .slideInner___2mfX9 .grid-container > div .buttons-wrapper .btn, .sso-slider-carousel .slide___3-Nqo .slideInner___2mfX9 .grid-container > div .buttons-wrapper body.error404 .page-content form.search-form input[type=submit], body.error404 .page-content form.search-form .sso-slider-carousel .slide___3-Nqo .slideInner___2mfX9 .grid-container > div .buttons-wrapper input[type=submit],
            .sso-slider-carousel .carousel__slider-tray-wrapper .slideInner___2mfX9 .grid-container > div .buttons-wrapper .btn,
            .sso-slider-carousel .carousel__slider-tray-wrapper .slideInner___2mfX9 .grid-container > div .buttons-wrapper body.error404 .page-content form.search-form input[type=submit],
            body.error404 .page-content form.search-form .sso-slider-carousel .carousel__slider-tray-wrapper .slideInner___2mfX9 .grid-container > div .buttons-wrapper input[type=submit] {
              padding: 5px 10px; } }
.sso-slider-carousel .slider-arrows {
    display: none; }
.sso-slider-carousel .carousel__dot-group {
    position: absolute;
    right: 150px;
    height: 100%;
    width: 15px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
@media (max-width: 1599px) {
      .sso-slider-carousel .carousel__dot-group {
        right: 100px; } }
@media (max-width: 1399px) {
      .sso-slider-carousel .carousel__dot-group {
        right: 50px; } }
@media (max-width: 1199px) {
      .sso-slider-carousel .carousel__dot-group {
        right: 30px; } }
@media (max-width: 991px) {
      .sso-slider-carousel .carousel__dot-group {
        right: 20px; } }
.sso-slider-carousel .carousel__dot-group .carousel__dot {
      border-radius: 15px;
      height: 15px;
      width: 15px;
      margin-bottom: 2px;
      margin-top: 2px;
      padding: 0;
      background: transparent;
      border: 1px solid #ffffff; }
.sso-slider-carousel .carousel__dot-group .carousel__dot--selected {
        background: white; }
body:not(.home) .slide___3-Nqo {
  background-size: cover;
  background-position: center;
  height: 100vh;
  max-height: 300px;
  padding-bottom: 0 !important;
  min-height: 200px; }
@media (max-width: 767px) {
    body:not(.home) .slide___3-Nqo {
      max-height: 200px; } }
body:not(.home) .slideInner___2mfX9 .grid-container > div {
  padding-bottom: 50px !important; }
.widget_categories a {
  line-height: 30px; }
.widget_categories a:before {
    content: '-';
    padding-right: 5px; }
.year {
  font-size: 14px;
  background-color: #424242;
  display: inline-block;
  padding: 8px 15px;
  color: white;
  margin-bottom: 30px; }
.chartdivcontainer {
  padding-top: 100px;
  padding-bottom: 100px; }
@media screen and (max-width: 768px) {
    .chartdivcontainer {
      padding-top: 50px;
      padding-bottom: 50px; } }
.chartdivcontainer .chartdiv {
    height: 600px !important; }
.world-map {
  position: relative;
  padding: 50px 0px; }
.world-map .map-wrap {
    position: relative; }
@media (min-width: 0px) and (max-width: 767px) {
      .world-map .map-wrap {
        margin-top: 40px; } }
.world-map .map_pins {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.world-map img#world_map_img {
    max-width: 100%; }
.world-map .pin_popup {
    display: block;
    background: #942724;
    width: 220px;
    padding: 17px;
    position: absolute;
    bottom: 4px;
    left: -100px;
    margin-bottom: 10px; }
@media (min-width: 768px) {
      .world-map .pin_popup {
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.2s cubic-bezier(0.52, -0.05, 0.66, 1.14);
        transition: all 0.2s cubic-bezier(0.52, -0.05, 0.66, 1.14); }
        .world-map .pin_popup.active {
          -webkit-transform: translateY(0px);
                  transform: translateY(0px);
          opacity: 1;
          visibility: visible; } }
.world-map .pin_popup h3 {
      font-size: 12px;
      font-weight: 600;
      line-height: 15px;
      color: white;
      margin-top: 10px;
      margin-bottom: 10px;
      text-transform: uppercase; }
@media (min-width: 768px) {
        .world-map .pin_popup h3 {
          margin-top: 0; } }
.world-map .pin_popup p {
      font-size: 10px;
      line-height: 14px;
      color: white;
      margin: 0;
      padding-bottom: 10px; }
.world-map .map_pin {
    position: absolute;
    background-image: url(/wp-content/themes/sso-ea/assets/images/placeholder-for-map.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
    margin-left: -10px;
    margin-top: -20px;
    cursor: pointer; }
.world-map .map_pin.opened .accordion-content {
      display: block; }
.world-map span {
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #942724;
    height: 8px;
    width: 11px;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: auto; }
@media (max-width: 768px) {
    .world-map img#world_map_img {
      display: none; }
    .world-map .map_pins {
      position: relative; }
    .world-map h3 {
      line-height: 4px; }
    .world-map .map_pin {
      position: relative;
      top: 0 !important;
      left: 0 !important;
      width: 100%;
      height: auto;
      margin-left: 0;
      margin-top: 0;
      background-image: none; }
    .world-map .accordion-content {
      display: none; }
    .world-map .pin_popup {
      position: relative;
      width: 100%;
      height: auto;
      left: 0;
      padding: 2px 20px; }
    .world-map span {
      display: none; } }
.category-ribbons {
  margin-top: 50px; }
.category-ribbons .ribbon-slide {
    margin-bottom: 60px; }
.category-ribbons .ribbon-slide div {
      border: 0; }
.category-ribbons .ribbon-slide div span {
        margin-bottom: 30px; }
.category-ribbons .post_item__title {
    padding-bottom: 30px;
    text-align: center; }
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.ribbon-carousel {
  position: relative;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  background: rgba(255, 255, 255, .95); }
.ribbon-carousel .ribbon-carousel-content {
    position: relative;
    overflow: hidden;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
    height: 100%; }
.ribbon-carousel .ribbon-slide {
    height: 100%;
    position: absolute;
    z-index: 1;
    -webkit-transition: left 0.4s cubic-bezier(0.47, 0.13, 0.15, 0.89);
    transition: left 0.4s cubic-bezier(0.47, 0.13, 0.15, 0.89);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.ribbon-carousel .ribbon-nav {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    z-index: 2;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    outline: none;
    color: #ababab;
    -webkit-user-select: none; }
.ribbon-carousel .ribbon-nav-left {
    left: 25px; }
.ribbon-carousel .ribbon-nav-right {
    right: 25px; }
.ribbon-carousel .ribbon-arousel-arrow-icon-left {
    margin-left: 5px;
    margin-top: 2px; }
.ribbon-carousel .ribbon-carousel-arrow-icon-right {
    margin-left: 7px;
    margin-top: 2px; }
.ribbon-carousel .ribbon-ion-chevron-left.icon-arrow-point-to-right {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
.ribbon-carousel .ribbon-carousel-content .ribbon-slide div {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.ribbon-carousel .ribbon-carousel-content .ribbon-slide div a:first-child {
      width: 100%;
      height: 80%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-right: 1px solid rgba(171, 171, 171, .25); }
.ribbon-carousel .ribbon-carousel-content .ribbon-slide div a:first-child span.icon, .ribbon-carousel .ribbon-carousel-content .ribbon-slide div a:first-child h4 {
        height: 50%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
.ribbon-carousel .ribbon-nav div {
    font-size: 20px; }
.ribbon-carousel .ribbon-slide a:hover h4,
  .ribbon-carousel .ribbon-slide a:hover span {
    color: #942824 !important;
    -webkit-transition: 300ms;
    transition: 300ms; }
.ribbon-slide span.icon {
  color: #ababab;
  font-size: 70px;
  display: block;
  text-align: center; }
