@charset "UTF-8";
@font-face {
  font-family: "Streetvertising";
  src: url("../fonts/Streetvertising-Bold.ttf.woff") format("woff"), url("../fonts/Streetvertising-Bold.ttf.svg#Streetvertising-Bold") format("svg"), url("../fonts/Streetvertising-Bold.ttf.eot"), url("../fonts/Streetvertising-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "Streetvertising-bd";
  src: url("../fonts/Streetvertising-Light.ttf.woff") format("woff"), url("../fonts/Streetvertising-Light.ttf.svg#Streetvertising-Light") format("svg"), url("../fonts/Streetvertising-Light.ttf.eot"), url("../fonts/Streetvertising-Light.eot?#iefix") format("embedded-opentype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: "Montserrat", sans-serif; }
/******************
 * SCSS Variables   *
 ******************/
/*
** http://stackoverflow.com/questions/17181849/placeholder-mixin-scss-css
*/
/*
** https://github.com/mastastealth/sass-flex-mixin
*/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files
------------------------------------------------------------- */
/** HIDE GFORMS HONEYPOT */
.gform_validation_container {
  display: none !important; }

/** END HIDE GFORMS HONEYPOT */
/******************
 * SCSS Variables   *
 ******************/
[class*="block-grid-"], .row .row {
  margin: 0; }

[class*="column"] + [class*="column"]:last-child {
  float: left; }

html, body {
  min-height: 100%;
  background: #e5e5e5;
  line-height: 26px;
  color: #686e78; }

body, input, textarea {
  font-family: "Proximanova", sans-serif;
  font-size: 16px;
  color: #5f5f5f;
  line-height: 26px; }

a {
  text-decoration: none;
  color: #5f5f5f; }

a:hover {
  text-decoration: underline; }

.std p {
  margin: 0 0 20px; }
  .std p img.left {
    float: left; }
  .std p img.right {
    float: right; }
.std a {
  text-decoration: underline; }
  .std a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Streetvertising", sans-serif;
  margin: 0;
  text-decoration: none;
  color: #686e78; }

h1 {
  font-size: 24px;
  line-height: normal;
  font-weight: 300; }

h2 {
  font-size: 24px;
  line-height: normal;
  font-weight: 300; }

h3 {
  font-size: 18px;
  line-height: normal;
  font-weight: 300; }

h4 {
  font-size: 16px;
  line-height: normal;
  font-weight: 300; }

h5 {
  font-size: 13px;
  line-height: normal;
  font-weight: 300; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none; }

.std dl dl {
  margin: 0 0 1.5em 0; }
  .std dl dl dt {
    font-weight: normal; }
.std dl dd {
  margin-left: 1.5em; }
.std dl table {
  margin-bottom: 1.4em; }
.std dl th {
  font-weight: normal; }
.std dl th, .std dl td, .std dl caption {
  padding: 3px 10px 3px 0; }
.std dl tfoot {
  font-style: italic; }
.std dl caption {
  background: #eee; }

.readmore {
  text-transform: uppercase; }
  .readmore:after {
    padding-left: 25px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 12px;
    margin-top: -1px; }

.bottom-collapse-container {
  overflow: hidden;
  cursor: pointer; }
  .bottom-collapse-container .bottom-collapse {
    background-color: #e5e5e5;
    bottom: -70px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 70px;
    line-height: 70px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .bottom-collapse-container .bottom-collapse span {
      margin-top: 10px;
      display: block;
      -webkit-transition: transform 0.35s;
      -khtml-transition: transform 0.35s;
      -moz-transition: transform 0.35s;
      -ms-transition: transform 0.35s;
      -o-transition: transform 0.35s;
      transition: transform 0.35s;
      -webkit-transform: translate3d(0, 200%, 0);
      -khtml-transform: translate3d(0, 200%, 0);
      -moz-transform: translate3d(0, 200%, 0);
      -ms-transform: translate3d(0, 200%, 0);
      -o-transform: translate3d(0, 200%, 0);
      transform: translate3d(0, 200%, 0);
      text-transform: uppercase; }
    .bottom-collapse-container .bottom-collapse .fa {
      font-size: 12px;
      margin-top: 10px;
      -webkit-transition: transform 0.35s;
      -khtml-transition: transform 0.35s;
      -moz-transition: transform 0.35s;
      -ms-transition: transform 0.35s;
      -o-transition: transform 0.35s;
      transition: transform 0.35s;
      -webkit-transform: translate3d(0, 200%, 0);
      -khtml-transform: translate3d(0, 200%, 0);
      -moz-transform: translate3d(0, 200%, 0);
      -ms-transform: translate3d(0, 200%, 0);
      -o-transform: translate3d(0, 200%, 0);
      transform: translate3d(0, 200%, 0); }
  .bottom-collapse-container:hover .bottom-collapse {
    bottom: 0; }
    .bottom-collapse-container:hover .bottom-collapse span, .bottom-collapse-container:hover .bottom-collapse .fa {
      margin-top: 0;
      -webkit-transition-delay: 0.05s;
      -khtml-transition-delay: 0.05s;
      -moz-transition-delay: 0.05s;
      -ms-transition-delay: 0.05s;
      -o-transition-delay: 0.05s;
      transition-delay: 0.05s;
      -webkit-transform: translate3d(0, 0, 0);
      -khtml-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .bottom-collapse-container:hover .bottom-collapse .fa {
      -webkit-transition-delay: 0.125s;
      -khtml-transition-delay: 0.125s;
      -moz-transition-delay: 0.125s;
      -ms-transition-delay: 0.125s;
      -o-transition-delay: 0.125s;
      transition-delay: 0.125s;
      -webkit-transform: translate3d(0, 0, 0);
      -khtml-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

.hide {
  overflow: hidden;
  height: 0; }

.nodisplay {
  display: none; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 2em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 2em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/******************************************
 * Border (single-line)                   *
 * -------------------------------------- *
 * a: all             l: light            *
 * t: top             m: medium           *
 * r: right           d: dark             *
 * b: bottom          b: black            *
 * l: left                                *
 * h: horizontal                          *
 * v: vertical                            *
 ******************************************/
.no-border {
  border: none; }

.bal {
  border: 1px solid #111111; }

.bam {
  border: 1px solid #dadada; }

.bad {
  border: 1px solid #ccc; }

.bab {
  border: 1px solid #000; }

.btl {
  border-top: 1px solid #111111; }

.btm {
  border-top: 1px solid #dadada; }

.btd {
  border-top: 1px solid #ccc; }

.btb {
  border-top: 1px solid #000; }

.brl {
  border-right: 1px solid #111111; }

.brm {
  border-right: 1px solid #dadada; }

.brd {
  border-right: 1px solid #ccc; }

.brb {
  border-right: 1px solid #000; }

.bbl {
  border-bottom: 1px solid #111111; }

.bbm {
  border-bottom: 1px solid #dadada; }

.bbd {
  border-bottom: 1px solid #ccc; }

.bbb {
  border-bottom: 1px solid #000; }

.bll {
  border-left: 1px solid #111111; }

.blm {
  border-left: 1px solid #dadada; }

.bld {
  border-left: 1px solid #ccc; }

.blb {
  border-left: 1px solid #000; }

.bhl {
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111; }

.bhm {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada; }

.bhd {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.bhb {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

.bvl {
  border-left: 1px solid #111111;
  border-right: 1px solid #111111; }

.bvm {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada; }

.bvd {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; }

.bvb {
  border-left: 1px solid #000;
  border-right: 1px solid #000; }

/******************************************
 * Border radius                          *
 * -------------------------------------- *
 * a: all                n: none          *
 * t: top                t: tiny (2px)    *
 * r: right              s: small (5px)   *
 * b: bottom                              *
 * l: left                                *
 ******************************************/
.bran {
  border-radius: 0; }

.brat {
  border-radius: 2px; }

.bras {
  border-radius: 5px; }

.brtn {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.brtt {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.brts {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.brrn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.brrt {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.brrs {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.brbn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.brbt {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

.brbs {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.brln {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.brlt {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.brls {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

/******************************************
 * Margins & Paddings                     *
 * -------------------------------------- *
 * a: all                n: none          *
 * t: top                t: tiny (2px)    *
 * r: right              s: small (5px)   *
 * b: bottom             m: medium (10px) *
 * l: left               l: large (15px)  *
 * h: horizontal         h: huge (20px)   *
 * v: vertical                            *
 ******************************************/
.man {
  margin: 0; }

.mat {
  margin: 2px; }

.mas {
  margin: 15px; }

.mam {
  margin: 30px; }

.mal {
  margin: 60px; }

.mah {
  margin: 90px; }

.mtn {
  margin-top: 0; }

.mtt {
  margin-top: 2px; }

.mts {
  margin-top: 15px; }

.mtm {
  margin-top: 30px; }

.mtl {
  margin-top: 60px; }

.mth {
  margin-top: 90px; }

.mrn {
  margin-right: 0; }

.mrt {
  margin-right: 2px; }

.mrs {
  margin-right: 15px; }

.mrm {
  margin-right: 30px; }

.mrl {
  margin-right: 60px; }

.mrh {
  margin-right: 90px; }

.mbn {
  margin-bottom: 0; }

.mbt {
  margin-bottom: 2px; }

.mbs {
  margin-bottom: 15px; }

.mbm {
  margin-bottom: 30px; }

.mbl {
  margin-bottom: 60px; }

.mbh {
  margin-bottom: 90px; }

.mln {
  margin-left: 0; }

.mlt {
  margin-left: 2px; }

.mls {
  margin-left: 15px; }

.mlm {
  margin-left: 30px; }

.mll {
  margin-left: 60px; }

.mlh {
  margin-left: 90px; }

.mhn {
  margin-left: 0;
  margin-right: 0; }

.mht {
  margin-left: 2px;
  margin-right: 2px; }

.mhs {
  margin-left: 15px;
  margin-right: 15px; }

.mhm {
  margin-left: 30px;
  margin-right: 30px; }

.mhl {
  margin-left: 60px;
  margin-right: 60px; }

.mhh {
  margin-left: 30px;
  margin-right: 90px; }

.mvn {
  margin-top: 0;
  margin-bottom: 0; }

.mvt {
  margin-top: 2px;
  margin-bottom: 2px; }

.mvs {
  margin-top: 15px;
  margin-bottom: 15px; }

.mvm {
  margin-top: 30px;
  margin-bottom: 30px; }

.mvl {
  margin-top: 60px;
  margin-bottom: 60px; }

.mvh {
  margin-top: 30px;
  margin-bottom: 90px; }

.pan {
  padding: 0; }

.pat {
  padding: 2px; }

.pas {
  padding: 15px; }

.pam {
  padding: 30px; }

.pal {
  padding: 60px; }

.pah {
  padding: 90px; }

.ptn {
  padding-top: 0; }

.ptt {
  padding-top: 2px; }

.pts {
  padding-top: 15px; }

.ptm {
  padding-top: 30px; }

.ptl {
  padding-top: 60px; }

.pth {
  padding-top: 90px; }

.prn {
  padding-right: 0; }

.prt {
  padding-right: 2px; }

.prs {
  padding-right: 15px; }

.prm {
  padding-right: 30px; }

.prl {
  padding-right: 60px; }

.prh {
  padding-right: 90px; }

.pbn {
  padding-bottom: 0; }

.pbt {
  padding-bottom: 2px; }

.pbs {
  padding-bottom: 15px; }

.pbm {
  padding-bottom: 30px; }

.pbl {
  padding-bottom: 60px; }

.pbh {
  padding-bottom: 90px; }

.pln {
  padding-left: 0; }

.plt {
  padding-left: 2px; }

.pls {
  padding-left: 15px; }

.plm {
  padding-left: 30px; }

.pll {
  padding-left: 60px; }

.plh {
  padding-left: 90px; }

.phn {
  padding-left: 0;
  padding-right: 0; }

.pht {
  padding-left: 2px;
  padding-right: 2px; }

.phs {
  padding-left: 15px;
  padding-right: 15px; }

.phm {
  padding-left: 30px;
  padding-right: 30px; }

.phl {
  padding-left: 60px;
  padding-right: 60px; }

.phh {
  padding-left: 30px;
  padding-right: 90px; }

.pvn {
  padding-top: 0;
  padding-bottom: 0; }

.pvt {
  padding-top: 2px;
  padding-bottom: 2px; }

.pvs {
  padding-top: 15px;
  padding-bottom: 15px; }

.pvm {
  padding-top: 30px;
  padding-bottom: 30px; }

.pvl {
  padding-top: 60px;
  padding-bottom: 60px; }

.pvh {
  padding-top: 30px;
  padding-bottom: 90px; }

#error {
  background-color: rgba(255, 255, 0, 0.2);
  outline: 1px solid red;
  position: relative; }

html, body {
  position: relative;
  background: #f6fafc !important; }

body {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #686e78;
  overflow: hidden; }

.grid-container {
  position: relative;
  max-width: 74.25rem !important; }

.cell {
  position: relative; }

a {
  text-decoration: none;
  color: #1a428a;
  transition: 0.3s all ease-in-out; }
  a:hover {
    text-decoration: none; }

a.btn, button.btn, input[type=submit].btn {
  display: inline-block;
  border-radius: 50px;
  background: #00cd9d;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  padding: 16px 30px;
  text-decoration: none;
  box-shadow: 0px 10px 20px 0px rgba(11, 33, 71, 0.2);
  border: none;
  transition: 0.3s all ease-in-out; }
  a.btn:before, button.btn:before, input[type=submit].btn:before {
    content: url("../img/svg/arrow-white-right.svg");
    display: inline-block;
    margin-right: 20px;
    width: 18px;
    position: relative;
    top: 2px;
    transition: 0.3s all ease-in-out; }
  a.btn:hover, button.btn:hover, input[type=submit].btn:hover {
    background: #00b389;
    color: #ffffff; }
a.readmore, button.readmore, input[type=submit].readmore {
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #1a428a;
  line-height: 40px;
  text-transform: none; }
  a.readmore:after, button.readmore:after, input[type=submit].readmore:after {
    content: url("../img/svg/arrow-white-right.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 26px;
    background-color: #00cd9d;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    left: calc(100% + 20px);
    box-shadow: 0px 20px 40px 0px rgba(11, 33, 71, 0.2);
    transition: 0.3s all ease-in-out; }
  a.readmore:before, button.readmore:before, input[type=submit].readmore:before {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #6081b2;
    transition: 0.3s all ease-in-out; }
    a.readmore:hover:before, button.readmore:hover:before, input[type=submit].readmore:hover:before {
      right: 100%; }
    a.readmore:hover:after, button.readmore:hover:after, input[type=submit].readmore:hover:after {
      background: #238dc2; }
  a.readmore.white, button.readmore.white, input[type=submit].readmore.white {
    color: #ffffff; }

ul.inline-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.inline-list li {
    display: inline-block; }
    ul.inline-list.right li {
      margin-left: 32px; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

.main-container {
  padding-top: 100px; }
@media only screen and (min-width: 1025px) {
  .main-container {
    padding-top: 200px; } }

.singular-content {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px; }
  .singular-content h1, .singular-content h2, .singular-content h3, .singular-content h4, .singular-content h5, .singular-content h6 {
    color: #1a428a; }
  .singular-content h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 44px;
    margin: 0 0 32px 0; }
  .singular-content h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 36px;
    margin: 0 0 24px 0; }
  .singular-content h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    letter-spacing: -1px;
    margin: 0 0 24px 0; }
  .singular-content h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    letter-spacing: -1px;
    margin: 0 0 24px 0; }
  .singular-content p {
    line-height: 28px; }
    .singular-content ul li, .singular-content ol li {
      line-height: 28px; }
  .singular-content ul {
    list-style: none; }
    .singular-content ul li:before {
      content: "•";
      color: #1a428a;
      font-size: 18px;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em; }
  .singular-content a:not([class]) {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    position: relative;
    color: #1a428a; }
  @media only screen and (min-width: 40em) {
    .singular-content a:not([class]) {
      text-decoration: none; } }
  .singular-content a:not([class]):after {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #1a428a;
    transition: 0.3s all ease-in-out; }
  @media only screen and (min-width: 40em) {
    .singular-content a:not([class]):after {
      content: ""; } }
  .singular-content a:not([class]):hover {
    color: #1a428a; }
    .singular-content a:not([class]):hover:after {
      right: 100%; }
  .singular-content img {
    border-radius: 4px;
    box-shadow: 0px 20px 40px 0px rgba(11, 33, 71, 0.2); }

.section-breadcrumbs {
  padding: 30px 0 0 0; }
@media only screen and (min-width: 40em) {
  .section-breadcrumbs {
    padding: 70px 0 0 0; } }
.section-breadcrumbs a {
  color: #1a428a;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  display: inline-block;
  position: relative; }
  .section-breadcrumbs a:after {
    content: "";
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    right: 0;
    height: 1px;
    background-color: #b4c0d3;
    transition: 0.3s all ease-in-out; }
    .section-breadcrumbs a:hover:after {
      right: 100%; }
.section-breadcrumbs span.sep {
  font-size: 0;
  display: inline-block;
  padding: 0 16px; }
  .section-breadcrumbs span.sep:after {
    font-family: IcoFont;
    font-style: normal;
    content: "";
    font-size: 16px;
    font-size: 12px !important; }
.section-breadcrumbs span.trail-end {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #686e78; }

.page-template-template-work .section-breadcrumbs, .page-template-template-solutions .section-breadcrumbs, .single-solution .section-breadcrumbs, .single-client .section-breadcrumbs {
  background: #ffffff;
  padding-bottom: 190px;
  margin-bottom: -190px; }
@media only screen and (max-width: 40em) {
  .page-template-template-work .section-breadcrumbs, .page-template-template-solutions .section-breadcrumbs, .single-solution .section-breadcrumbs, .single-client .section-breadcrumbs {
    padding-bottom: 150px; } }

.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  filter: drop-shadow(0px 20px 20px rgba(11, 33, 71, 0.2)); }
  .header .nav-wrapper {
    position: relative;
    background: #1a428a;
    color: #ffffff;
    padding-right: 100px;
    border-bottom-right-radius: 130px; }
    .header .nav-wrapper:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 100%;
      width: 9999px;
      background: #1a428a; }
    .header .nav-wrapper:after {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: calc(100% - 130px);
      width: 9999px;
      background-color: #1a428a;
      display: block;
      visibility: hidden;
      opacity: 0;
      transition: 0.3s all ease-in-out; }
    .header .nav-wrapper .header-top {
      padding: 12px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: flex-end;
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      border-bottom: 1px solid #4467a5; }
      .header .nav-wrapper .header-top .attainability {
        color: #a8b1ca; }
      .header .nav-wrapper .header-top .phone {
        margin-left: 30px; }
        .header .nav-wrapper .header-top .phone a {
          color: #ffffff;
          font-family: "Montserrat", sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 14px;
          display: inline-block; }
          .header .nav-wrapper .header-top .phone a:before {
            font-family: IcoFont;
            font-style: normal;
            content: "";
            font-size: 16px;
            display: inline-block;
            margin-right: 6px; }
          .header .nav-wrapper .header-top .phone a:hover {
            color: #238dc2; }
    .header .nav-wrapper .menu-wrapper {
      position: relative; }
      .header .nav-wrapper .menu-wrapper .main-nav {
        list-style: none;
        margin: 0;
        padding: 0;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        text-transform: uppercase;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        padding-left: 24px; }
        .header .nav-wrapper .menu-wrapper .main-nav li {
          display: inline-block;
          padding: 24px 0;
          position: relative; }
          .header .nav-wrapper .menu-wrapper .main-nav li a {
            color: #ffffff;
            display: inline-block;
            position: relative; }
            .header .nav-wrapper .menu-wrapper .main-nav li a:after {
              content: "";
              position: absolute;
              left: 0;
              right: 100%;
              top: 100%;
              height: 1px;
              background-color: #5f7bad;
              transition: 0.3s all ease-in-out; }
              .header .nav-wrapper .menu-wrapper .main-nav li a:hover:after {
                right: 0; }
          .header .nav-wrapper .menu-wrapper .main-nav li ul.sub-menu {
            position: absolute;
            top: calc(100% - 10px);
            left: 0;
            margin: 0;
            padding: 24px 0 14px 0;
            background-color: #ffffff;
            box-shadow: 0px 20px 40px 0px rgba(11, 33, 71, 0.2);
            transition: 0.3s all ease-in-out;
            visibility: hidden;
            opacity: 0;
            border-radius: 4px; }
            .header .nav-wrapper .menu-wrapper .main-nav li ul.sub-menu li {
              display: block;
              text-align: left;
              padding: 0 24px;
              margin: 0 0 10px 0; }
              .header .nav-wrapper .menu-wrapper .main-nav li ul.sub-menu li a {
                font-family: "Montserrat", sans-serif;
                font-weight: 700;
                font-style: normal;
                font-size: 15px;
                text-transform: none;
                white-space: nowrap;
                color: #1a428a; }
          .header .nav-wrapper .menu-wrapper .main-nav li.menu-item-has-children:after {
            font-family: IcoFont;
            font-style: normal;
            content: "";
            font-size: 16px;
            font-size: 1em;
            color: #ffffff;
            display: inline-block;
            margin-left: 6px;
            transition: 0.3s all ease-in-out;
            position: relative;
            top: 1px; }
            .header .nav-wrapper .menu-wrapper .main-nav li.menu-item-has-children:hover ul.sub-menu {
              opacity: 1;
              visibility: visible; }
        .header .nav-wrapper .menu-wrapper .main-nav li.current-menu-item > a:first-of-type {
          color: #238dc2; }
          .header .nav-wrapper .menu-wrapper .main-nav li.current-menu-item > a:first-of-type:before {
            right: 0; }
        .header .nav-wrapper .menu-wrapper .main-nav li.current-menu-item:after {
          color: #238dc2; }
      .header .nav-wrapper .menu-wrapper .main-nav li.current-page-ancestor > a, .header .nav-wrapper .menu-wrapper .main-nav li.current-post-ancestor > a, .header .nav-wrapper .menu-wrapper .main-nav li.current_page_ancestor > a {
        color: #238dc2; }
        .header .nav-wrapper .menu-wrapper .main-nav li.current-page-ancestor > a:before, .header .nav-wrapper .menu-wrapper .main-nav li.current-post-ancestor > a:before, .header .nav-wrapper .menu-wrapper .main-nav li.current_page_ancestor > a:before {
          right: 0; }
      .header .nav-wrapper .menu-wrapper .main-nav li.current-page-ancestor:after, .header .nav-wrapper .menu-wrapper .main-nav li.current-post-ancestor:after, .header .nav-wrapper .menu-wrapper .main-nav li.current_page_ancestor:after {
        color: #238dc2; }
      .header .nav-wrapper .menu-wrapper .search-toggle {
        position: absolute;
        left: calc(100% + 40px);
        top: 50%;
        transform: translateY(-50%); }
        .header .nav-wrapper .menu-wrapper .search-toggle a {
          display: block;
          width: 36px;
          height: 36px;
          border-radius: 50%;
          line-height: 36px;
          text-align: center;
          background-color: #ffffff;
          box-shadow: 0px 20px 40px 0px rgba(11, 33, 71, 0.2); }
          .header .nav-wrapper .menu-wrapper .search-toggle a:after {
            font-family: IcoFont;
            font-style: normal;
            content: "";
            font-size: 16px;
            color: #1a428a;
            font-size: 14px;
            transition: 0.3s all ease-in-out; }
          .header .nav-wrapper .menu-wrapper .search-toggle a.active {
            background: #238dc2; }
            .header .nav-wrapper .menu-wrapper .search-toggle a.active:after {
              font-family: IcoFont;
              font-style: normal;
              content: "";
              font-size: 16px;
              color: #ffffff; }
          .header .nav-wrapper .menu-wrapper .search-toggle a:hover {
            background: #238dc2; }
            .header .nav-wrapper .menu-wrapper .search-toggle a:hover:after {
              color: #ffffff; }
  .header .search-form {
    position: absolute;
    right: -1000px;
    transition: 0.3s all ease-in-out;
    margin-top: -10px;
    opacity: 0; }
    .header .search-form form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      background: #ffffff;
      box-shadow: 0px 20px 40px 0px rgba(11, 33, 71, 0.2);
      border-radius: 50px;
      padding: 10px 10px 10px 24px; }
      .header .search-form form input[type="text"] {
        border: none;
        background-color: transparent; }
      .header .search-form form button {
        background: none;
        border: none;
        color: #1a428a; }
    .header .search-form.active {
      right: 30px;
      opacity: 1; }
  .header .logo {
    background: #238dc2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% - 10px);
    z-index: 1;
    height: 90px;
    width: 100%;
    padding-right: 40px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; }
    .header .logo a svg {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 40px;
      left: -88px; }
    @media only screen and (max-width: 1350px) {
      .header .logo a svg {
        left: 0; } }
    .header .logo:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 100%;
      width: 99999px;
      background: #238dc2; }
  .header.fixed {
    position: fixed;
    top: -50px;
    background-color: #1a428a;
    z-index: 99999; }
    .header.fixed .nav-wrapper {
      border-bottom-right-radius: 0; }
      .header.fixed .nav-wrapper .header-top {
        border: none; }
      .header.fixed .nav-wrapper:after {
        visibility: visible;
        opacity: 1; }

.mobile-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #1a428a;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  filter: drop-shadow(0px 20px 20px rgba(11, 33, 71, 0.2)); }
  .mobile-header .logo {
    position: absolute;
    left: 0;
    top: 0;
    background: #238dc2;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 220px;
    padding: 10px 20px 0px 10px; }
  .mobile-header .menu-toggle {
    position: relative;
    margin: 10px;
    z-index: 1000;
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 20px 40px 0px rgba(11, 33, 71, 0.2);
    color: #1a428a;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px; }
    .mobile-header .menu-toggle .hamburger {
      width: 12px;
      height: 12px;
      position: relative; }
      .mobile-header .menu-toggle .hamburger span {
        position: absolute;
        display: block;
        background: #1a428a;
        width: 12px;
        height: 2px;
        transform-origin: center left;
        transition: 0.3s all ease-in-out;
        left: 0;
        right: 0; }
        .mobile-header .menu-toggle .hamburger span:first-of-type {
          top: 0; }
        .mobile-header .menu-toggle .hamburger span:nth-of-type(2) {
          top: 50%;
          transform: translateY(-50%); }
        .mobile-header .menu-toggle .hamburger span:last-of-type {
          bottom: 0; }
    .mobile-header .menu-toggle.active .hamburger span:first-of-type {
      width: 14px;
      transform: rotate(45deg); }
    .mobile-header .menu-toggle.active .hamburger span:nth-of-type(2) {
      width: 0; }
    .mobile-header .menu-toggle.active .hamburger span:last-of-type {
      width: 14px;
      transform: rotate(-45deg); }

.mobile-nav {
  background: #ffffff;
  position: fixed;
  z-index: 99998;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s all ease-in-out;
  overflow-y: scroll; }
  .mobile-nav.active {
    top: 0; }
  .mobile-nav .nav {
    margin-top: 70px; }
    .mobile-nav .nav ul.main-nav {
      list-style: none;
      margin: 0;
      padding: 0 24px; }
      .mobile-nav .nav ul.main-nav li {
        position: relative;
        border-top: 2px solid #edf3f9;
        padding: 20px 24px; }
        .mobile-nav .nav ul.main-nav li a {
          font-family: "Montserrat", sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 20px;
          color: #1a428a;
          text-transform: uppercase;
          display: block; }
        .mobile-nav .nav ul.main-nav li a ~ .sub-menu {
          max-height: 0;
          overflow: hidden; }
        .mobile-nav .nav ul.main-nav li a.focus ~ .sub-menu {
          max-height: 600px; }
          .mobile-nav .nav ul.main-nav li a.focus ~ .sub-menu .menu-item-has-children:after {
            transform: rotate(180deg); }
        .mobile-nav .nav ul.main-nav li.menu-item-has-children:after {
          font-family: IcoFont;
          font-style: normal;
          content: "";
          font-size: 16px;
          color: #1a428a;
          position: absolute;
          top: 24px;
          right: 24px;
          pointer-events: none; }
      .mobile-nav .nav ul.main-nav li.current-menu-item > a:first-of-type {
        color: #238dc2; }
    .mobile-nav .nav ul.main-nav li.current-page-ancestor > a, .mobile-nav .nav ul.main-nav li.current_page_ancestor > a {
      color: #238dc2; }
    .mobile-nav .nav ul.main-nav ul.sub-menu {
      list-style: none;
      margin: 0;
      padding: 0;
      transition: 0.3s all ease-in-out; }
      .mobile-nav .nav ul.main-nav ul.sub-menu li {
        border: none;
        padding: 6px 0 6px 16px; }
        .mobile-nav .nav ul.main-nav ul.sub-menu li a {
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 18px;
          text-transform: none; }
  .mobile-nav .search {
    position: relative;
    margin: 32px 0;
    padding: 0 24px; }
    .mobile-nav .search input[type="text"] {
      border: 1px solid #c3c9cd;
      padding: 10px 20px;
      border-radius: 4px;
      width: calc(100% - 48px); }
      .mobile-nav .search input[type="text"]::placeholder {
        color: #707c87; }
    .mobile-nav .search button {
      background: transparent;
      border: none;
      color: #1a428a;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 48px; }

.footer {
  background-color: #1a428a;
  color: #a8b1ca;
  margin-top: 80px;
  margin-bottom: -8px; }
@media only screen and (min-width: 1025px) {
  .footer {
    margin-top: 140px; } }
.footer .grid-container {
  position: relative; }
  .footer .grid-container:before {
    content: url("../img/svg/tentacles-footer.svg");
    width: 150px;
    position: absolute;
    bottom: -8px;
    right: calc(100% + 50px); }
.footer a {
  color: #ffffff;
  position: relative; }
  .footer a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 100%;
    height: 1px;
    background-color: #5f7bad;
    transition: 0.3s all ease-in-out; }
  .footer a:hover {
    color: #ffffff; }
    .footer a:hover:after {
      right: 0; }
.footer .subscribe {
  margin: 0 calc(50% - 50vw);
  background: #238dc2;
  color: #ffffff;
  padding: 34px 40px 34px 0; }
@media only screen and (min-width: 1025px) {
  .footer .subscribe {
    position: absolute;
    top: -70px;
    z-index: 1;
    width: calc(100% - 70px);
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    margin: 0; } }
.footer .subscribe:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: -9999px;
  background: #238dc2; }
.footer .subscribe h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  margin: 0;
  padding-left: 0.9375rem; }
@media only screen and (min-width: 1025px) {
  .footer .subscribe h3 {
    padding: 0; } }
.footer .subscribe .gform_wrapper {
  margin: 0;
  padding-left: 0.9375rem; }
  .footer .subscribe .gform_wrapper div.validation_error {
    display: none; }
  .footer .subscribe .gform_wrapper form {
    position: relative;
    height: 72px; }
    .footer .subscribe .gform_wrapper form .gform_body {
      border: 1px solid #ffffff;
      border-radius: 50px;
      height: 100%; }
      .footer .subscribe .gform_wrapper form .gform_body ul li {
        margin: 0;
        padding: 0; }
        .footer .subscribe .gform_wrapper form .gform_body ul li .ginput_container {
          margin: 0; }
          .footer .subscribe .gform_wrapper form .gform_body ul li .ginput_container input[type="text"], .footer .subscribe .gform_wrapper form .gform_body ul li .ginput_container input[type="email"] {
            margin: 0;
            background: transparent;
            border: none;
            color: #ffffff;
            padding: 22px 0 22px 40px !important; }
            .footer .subscribe .gform_wrapper form .gform_body ul li .ginput_container input[type="text"]::placeholder, .footer .subscribe .gform_wrapper form .gform_body ul li .ginput_container input[type="email"]::placeholder {
              color: #ffffff; }
        .footer .subscribe .gform_wrapper form .gform_body ul li.gfield_error input[type="text"] {
          border: none !important; }
    .footer .subscribe .gform_wrapper form .gform_footer {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      width: auto;
      margin: 0;
      padding: 0; }
    @media only screen and (max-width: 40em) {
      .footer .subscribe .gform_wrapper form .gform_footer .btn {
        font-size: 0;
        width: 46px;
        padding-left: 0;
        padding-right: 0; }
        .footer .subscribe .gform_wrapper form .gform_footer .btn:before {
          margin: 0; } }
  .footer .subscribe .gform_wrapper.gform_validation_error form .gform_body {
    border-color: #f08d00; }
.footer .footer-content {
  padding: 50px 0 50px 0; }
@media only screen and (min-width: 1025px) {
  .footer .footer-content {
    padding-top: 150px; } }
.footer .footer-content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #ffffff;
  margin: 0 0 2px 0; }
.footer .footer-content .contact {
  line-height: 32px; }
  .footer .footer-content .contact a {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px; }
    .footer .footer-content .contact .phone:before, .footer .footer-content .contact .email:before {
      color: #ffffff;
      display: inline-block;
      margin-right: 2px; }
  .footer .footer-content .contact .phone:before {
    font-family: IcoFont;
    font-style: normal;
    content: "";
    font-size: 16px; }
.footer .footer-content .contact .email:before {
  font-family: IcoFont;
  font-style: normal;
  content: "";
  font-size: 16px; }
.footer .footer-content .footer-nav li {
  display: inline-block;
  width: 50%;
  line-height: 32px; }
  .footer .footer-content .footer-nav li:before {
    content: url("../img/svg/arrow-white-right.svg");
    display: inline-block;
    margin-right: 12px;
    width: 12px; }
  @media only screen and (max-width: 40em) {
    .footer .footer-content .footer-nav li {
      width: 100%;
      display: block; } }
.footer .footer-socials .socials {
  position: relative; }
  .footer .footer-socials .socials:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: -999999px;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #4467a5; }
  .footer .footer-socials .socials ul {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    background-color: #1a428a; }
    .footer .footer-socials .socials ul li {
      display: inline-block;
      margin: 0 10px 0 0; }
      .footer .footer-socials .socials ul li a {
        display: block;
        background: #ffffff;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        text-align: center;
        line-height: 36px;
        color: #1a428a; }
        .footer .footer-socials .socials ul li a i {
          font-size: 14px; }
        .footer .footer-socials .socials ul li a:hover {
          background: #238dc2;
          color: #ffffff; }
          .footer .footer-socials .socials ul li a:hover:after {
            display: none; }
.footer .footer-bottom {
  padding: 30px 0 40px 0; }
  .footer .footer-bottom .cell {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px; }
  .footer .footer-bottom .copyright {
    display: inline-block;
    margin-right: 40px; }
  @media only screen and (max-width: 40em) {
    .footer .footer-bottom span {
      width: 100%;
      margin: 0 0 0 0;
      display: block;
      text-align: center; }
      .footer .footer-bottom #footer-menu li {
        display: block;
        text-align: center;
        padding: 4px 0;
        margin: 0; } }

.section-page-header {
  position: relative;
  margin-top: -200px;
  margin-bottom: 90px;
  padding: 300px 0 60px;
  background-size: cover; }
@media only screen and (min-width: 1025px) {
  .section-page-header {
    padding: 310px 0 200px; } }
@media only screen and (max-width: 40em) {
  .section-page-header {
    margin-bottom: 50px; } }
.section-page-header:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: -moz-linear-gradient(left, rgba(26, 66, 138, 0.9) 20%, rgba(26, 66, 138, 0.1) 100%);
  background: -webkit-linear-gradient(left, rgba(26, 66, 138, 0.9) 20%, rgba(26, 66, 138, 0.1) 100%);
  background: linear-gradient(to right, rgba(26, 66, 138, 0.9) 20%, rgba(26, 66, 138, 0.1) 100%); }
.section-page-header:after {
  content: url("../img/svg/bow-blue.svg");
  position: absolute;
  z-index: 10;
  left: -10px;
  right: -10px;
  bottom: -8px; }
.section-page-header .page-lead {
  position: relative;
  z-index: 15;
  margin-bottom: 0;
  color: #ffffff; }
  .section-page-header .page-lead .page-title h1 {
    color: #ffffff; }
.section-page-header.header-home {
  padding: 0;
  height: 450px; }
@media only screen and (min-width: 40em) {
  .section-page-header.header-home {
    height: 750px; } }
.section-page-header.header-home:before {
  background: -moz-linear-gradient(right, rgba(26, 66, 138, 0.8) 30%, rgba(26, 66, 138, 0) 100%);
  background: -webkit-linear-gradient(right, rgba(26, 66, 138, 0.8) 30%, rgba(26, 66, 138, 0) 100%);
  background: linear-gradient(to left, rgba(26, 66, 138, 0.8) 30%, rgba(26, 66, 138, 0) 100%); }
.section-page-header.header-home .grid-container {
  height: 100%; }
  .section-page-header.header-home .grid-container .header-content {
    position: relative;
    color: #ffffff;
    top: 210px;
    z-index: 10; }
  @media only screen and (min-width: 40em) {
    .section-page-header.header-home .grid-container .header-content {
      position: absolute;
      z-index: 15;
      right: -100px;
      top: 250px;
      width: 575px;
      height: 575px;
      background-image: url("../img/header-circle.png");
      background-size: 100%;
      background-position: center;
      overflow: visible; } }
@media only screen and (min-width: 1025px) {
  .section-page-header.header-home .grid-container .header-content .wrapper {
    text-align: right;
    width: 600px;
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    right: 100px;
    padding-right: 0.9375rem; } }
.section-page-header.header-home .grid-container .header-content .wrapper h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  color: #ffffff;
  line-height: 1.2; }
@media only screen and (min-width: 40em) {
  .section-page-header.header-home .grid-container .header-content .wrapper h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 44px;
    margin: 0 0 40px 0; } }
.section-page-header.header-home .grid-container .header-content .wrapper .readmore {
  margin-right: 100px; }

.page-page .singular-content {
  padding-right: 6px; }

@media only screen and (min-width: 1025px) {
  .singular.has-page-header .col-right {
    margin-top: -220px;
    z-index: 20; } }

.page-lead .page-title h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 44px;
  margin: 0 0 32px 0;
  color: #1a428a; }
@media only screen and (max-width: 40em) {
  .page-lead .page-title h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 32px; } }
.page-lead h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 36px;
  margin: 0 0 24px 0;
  color: #1a428a; }
.page-lead p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 21px;
  margin-bottom: 80px; }

.col-right {
  position: relative;
  margin-right: 40px; }
@media only screen and (min-width: 1081px) {
  .col-right {
    margin-right: 0; } }
@media only screen and (min-width: 1081px) and (max-width: 1300px) {
  .col-right:not('.login-wrapper') {
    padding-right: 50px; } }
.col-right .widget-featured-contentblock {
  position: relative;
  padding: 40px;
  background: linear-gradient(#238dc2, #1a428a);
  color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 20px 40px 0px rgba(11, 33, 71, 0.2); }
  .col-right .widget-featured-contentblock .sidebar-img {
    position: absolute;
    right: -50px;
    top: -50px; }
    .col-right .widget-featured-contentblock .sidebar-img img {
      width: 94px;
      height: 94px;
      border-radius: 50%;
      border: 3px solid #ffffff;
      box-shadow: 0px 20px 40px 0px rgba(11, 33, 71, 0.2); }
  .col-right .widget-featured-contentblock .gform_wrapper {
    margin: 0; }
    .col-right .widget-featured-contentblock .gform_wrapper .gform_heading {
      margin-bottom: 30px; }
      .col-right .widget-featured-contentblock .gform_wrapper .gform_heading h3 {
        margin: 0 0 26px 0;
        @inlcude text-bold(18);
        padding-bottom: 26px;
        border-bottom: 1px solid #65abd1; }
    .col-right .widget-featured-contentblock .gform_wrapper .gform_body li {
      margin: 0 0 15px 0;
      padding: 0; }
      .col-right .widget-featured-contentblock .gform_wrapper .gform_body li .ginput_container {
        margin: 0;
        padding: 0; }
        .col-right .widget-featured-contentblock .gform_wrapper .gform_body li .ginput_container input[type="text"] {
          margin: 0;
          width: 100%;
          border: 1px solid #ffffff;
          border-radius: 4px;
          background: transparent;
          color: #ffffff;
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 16px;
          padding: 12px 16px !important; }
          .col-right .widget-featured-contentblock .gform_wrapper .gform_body li .ginput_container input[type="text"]::placeholder {
            color: #ffffff;
            opacity: 1; }
        .col-right .widget-featured-contentblock .gform_wrapper .gform_body li .ginput_container.ginput_container_select {
          position: relative;
          border: 1px solid #ffffff;
          border-radius: 4px;
          padding: 12px 16px;
          margin-top: 14px; }
          .col-right .widget-featured-contentblock .gform_wrapper .gform_body li .ginput_container.ginput_container_select:after {
            font-family: IcoFont;
            font-style: normal;
            content: "";
            font-size: 16px;
            color: #ffffff;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 16px;
            pointer-events: none; }
          .col-right .widget-featured-contentblock .gform_wrapper .gform_body li .ginput_container.ginput_container_select select {
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            border: none;
            background: transparent;
            width: 100%;
            color: #ffffff;
            cursor: pointer; }
            .col-right .widget-featured-contentblock .gform_wrapper .gform_body li .ginput_container.ginput_container_select select option {
              color: #000000; }
      .col-right .widget-featured-contentblock .gform_wrapper .gform_body li label {
        color: #ffffff; }
    .col-right .widget-featured-contentblock .gform_wrapper .gform_footer {
      padding: 0;
      margin-top: 30px; }
      .col-right .widget-featured-contentblock .gform_wrapper .gform_footer .btn {
        width: 100%;
        text-align: left; }
.col-right:after {
  content: "";
  position: absolute;
  top: calc(100% - 28px);
  left: 50%;
  width: 300px;
  height: 140px;
  background-image: url("../img/svg/tentacles-bottom.svg");
  background-size: 300px 140px; }

aside.usp-widgets {
  margin: 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0.9375rem; }
  aside.usp-widgets .widget-step, aside.usp-widgets .widget-usp {
    flex-basis: calc(33.33333% - 1.875rem); }
  @media only screen and (max-width: 48em) {
    aside.usp-widgets .widget-step, aside.usp-widgets .widget-usp {
      flex-basis: 100%;
      margin-bottom: 30px;
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  aside.usp-widgets .widget-step .title-wrapper, aside.usp-widgets .widget-usp .title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    aside.usp-widgets .widget-step .title-wrapper .icon-wrapper, aside.usp-widgets .widget-usp .title-wrapper .icon-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      background-color: #238dc2;
      border-radius: 50%;
      padding: 10px;
      margin-right: 20px;
      color: #ffffff;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 16px; }
      aside.usp-widgets .widget-step .title-wrapper .icon-wrapper img, aside.usp-widgets .widget-usp .title-wrapper .icon-wrapper img {
        max-width: 24px;
        height: auto; }
    aside.usp-widgets .widget-step .title-wrapper h4, aside.usp-widgets .widget-usp .title-wrapper h4 {
      margin: 0;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 18px;
      color: #1a428a; }
  aside.usp-widgets .widget-step .singular-content, aside.usp-widgets .widget-usp .singular-content {
    margin-top: 10px;
    padding-left: 70px; }

.section-list-solutions {
  padding-bottom: 80px; }
  .section-list-solutions .solution-item {
    background-color: #ffffff;
    margin-bottom: 20px; }
  @media only screen and (min-width: 40em) {
    .section-list-solutions .solution-item p {
      height: 112px; } }

.section-solutions-content {
  background: #ffffff;
  padding: 80px 0 0 0; }

.section-related-client {
  position: relative;
  margin-top: 100px;
  margin-bottom: 180px; }

.client-background:not(.slick-slide) {
  position: absolute;
  left: 0;
  right: 40%;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
  .client-background:not(.slick-slide) .gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 60%;
    background-image: linear-gradient(to right, rgba(26, 66, 138, 0) 0%, rgba(26, 66, 138, 0.8) 100%);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

.client-block {
  position: relative;
  top: 40px;
  padding: 40px;
  border-radius: 4px;
  background: linear-gradient(#238dc2, #1a428a);
  color: #ffffff;
  box-shadow: 0px 20px 40px 0px rgba(11, 33, 71, 0.2); }
@media only screen and (min-width: 1025px) {
  .client-block {
    margin-right: 0;
    padding: 80px; } }
.client-block h4 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  margin: 0 0 24px 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #64a7cf; }
.client-block h2 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  margin: 0 0 36px 0; }
@media only screen and (min-width: 40em) {
  .client-block h2 {
    width: calc(100% - 70px); } }
@media only screen and (min-width: 1081px) {
  .client-block h2 {
    width: 100%; } }
.client-block .logo {
  display: none;
  position: absolute;
  right: 20px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  box-sizing: border-box;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0px 20px 40px 0px rgba(11, 33, 71, 0.2);
  justify-content: center;
  align-items: center; }
@media only screen and (min-width: 40em) {
  .client-block .logo {
    display: flex; } }
@media only screen and (min-width: 1081px) {
  .client-block .logo {
    right: -50px;
    width: 100px;
    height: 100px;
    line-height: 100px; } }
@media only screen and (min-width: 40em) {
  .client-block p {
    width: calc(100% - 50px); } }
@media only screen and (min-width: 1025px) {
  .client-block p {
    width: 100%; } }
@media only screen and (max-width: 40em) {
  .client-block p {
    width: 100%; } }
.client-block .readmore {
  margin-top: 40px; }
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .client-block {
    padding-right: 40px; } }

.section-relevant-solutions {
  position: relative;
  background-color: #ffffff;
  padding: 100px 0 0 0; }
@media only screen and (min-width: 1025px) {
  .section-relevant-solutions {
    margin-bottom: -140px;
    padding: 100px 0 135px 0; } }
.section-relevant-solutions:before {
  content: url("../img/svg/bow-white.svg");
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: calc(100% - 8px); }
.section-relevant-solutions .head {
  margin-bottom: 40px; }
  .section-relevant-solutions .head h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    margin: 0;
    color: #1a428a; }
  @media only screen and (min-width: 1025px) {
    .section-relevant-solutions .head .readmore {
      position: relative;
      right: 60px;
      margin-top: 0; } }
.section-relevant-solutions .readmore-small {
  margin-top: 30px; }

.solution-item {
  display: block;
  border-radius: 4px;
  box-shadow: 0px 20px 40px 0px rgba(11, 33, 71, 0.2);
  padding: 50px 0 10px;
  color: #686e78; }
  .solution-item * {
    transition: 0.3s all ease-in-out; }
  .solution-item .content {
    padding: 0 40px; }
    .solution-item .content h3 {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 21px;
      margin: 0 0 24px 0;
      color: #1a428a;
      padding-bottom: 24px;
      border-bottom: 1px solid #bac6dc; }
    .solution-item .content .singular-content {
      height: 112px; }
  .solution-item .thumbnail {
    margin-top: 50px;
    padding: 0 10px;
    position: relative; }
    .solution-item .thumbnail .image {
      overflow: hidden; }
      .solution-item .thumbnail .image img {
        width: 100%;
        height: auto; }
    .solution-item .thumbnail .arrow {
      position: absolute;
      right: 40px;
      top: -20px;
      text-align: center;
      z-index: 100; }
      .solution-item .thumbnail .arrow:after {
        content: "";
        display: block;
        background-image: url("../img/svg/arrow-white-right.svg");
        background-color: #00cd9d;
        background-position: center;
        background-size: 50%;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        padding: 10px;
        border-radius: 50%;
        transition: 0.3s all ease-in-out;
        box-shadow: 0px 20px 40px 0px rgba(11, 33, 71, 0.2); }
  .solution-item:hover {
    color: inherit; }
    .solution-item:hover .arrow:after {
      background-color: #238dc2; }
    .solution-item:hover img {
      transform: scale(1.05); }

.experience-head {
  margin-bottom: 40px;
  border-bottom: 1px solid #bac6dc; }
  .experience-head h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #1a428a;
    margin: 0;
    padding-bottom: 40px; }

.client-logo {
  text-align: center;
  padding: 60px 0 30px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 20px 40px 0px rgba(11, 33, 71, 0.2); }
  .client-logo .logo {
    margin-bottom: 60px; }

.section-client-related-solutions {
  padding-bottom: 130px;
  margin: 80px 0 0 0; }
  .section-client-related-solutions .grid-container.border-top {
    border-top: 1px solid #bac6dc;
    padding-top: 80px; }
  .section-client-related-solutions h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    margin: 0 0 40px 0;
    color: #1a428a; }
  .section-client-related-solutions .solution-item {
    background-color: #ffffff; }
  @media only screen and (min-width: 40em) {
    .section-client-related-solutions .solution-item .singular-content {
      height: 112px !important; } }

.section-other-clients {
  position: relative;
  background-color: #ffffff;
  padding: 100px 0 200px 0; }
@media only screen and (max-width: 40em) {
  .section-other-clients {
    padding: 50px 0 30px 0; } }
@media only screen and (min-width: 1025px) {
  .section-other-clients {
    margin-bottom: -140px; } }
.section-other-clients:before {
  content: url("../img/svg/bow-white.svg");
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: calc(100% - 8px); }
.section-other-clients .head {
  margin-bottom: 40px; }
  .section-other-clients .head h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    margin: 0;
    color: #1a428a; }
  .section-other-clients .head .readmore {
    position: relative;
    margin-top: 16px; }
  @media only screen and (min-width: 1025px) {
    .section-other-clients .head .readmore {
      right: 60px;
      margin-top: 0; } }

.client-list a .client-item {
  position: relative;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 20px 40px 0px rgba(11, 33, 71, 0.2);
  padding: 10px 10px 32px 10px;
  overflow: hidden; }
  .client-list a .client-item .logo {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .client-list a .client-item .logo img {
      max-height: 90%; }
  .client-list a .client-item .arrow {
    position: absolute;
    right: -30px;
    bottom: -30px;
    background: #00cd9d;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all ease-in-out; }
    .client-list a .client-item .arrow:after {
      content: url("../img/svg/arrow-white-right.svg");
      display: block;
      width: 18px;
      position: absolute;
      top: 20px;
      left: 20px; }
  .client-list a .client-item .related-solutions .simple-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 30px 0 0 0; }
    .client-list a .client-item .related-solutions .simple-list .list-item {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 13px;
      color: #686e78;
      padding: 0 0 0 10px; }
      .client-list a .client-item .related-solutions .simple-list .list-item:not(:last-of-type):after {
        content: "";
        display: inline-block;
        width: 2px;
        height: 14px;
        position: relative;
        top: 2px;
        background-color: #1a428a;
        margin-left: 10px; }
.client-list a:hover .client-item .arrow {
  opacity: 1;
  visibility: visible; }

.page-template-template-experiences .singular {
  position: relative; }
@media only screen and (min-width: 1025px) {
  .page-template-template-experiences .singular:after {
    content: url("../img/svg/tentacles-right.svg");
    position: absolute;
    right: 0;
    top: 0;
    width: 300px; } }

.section-client-slider {
  position: relative;
  margin-bottom: 100px; }
  .section-client-slider .slider-pt1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 40%;
    height: 600px; }
    .section-client-slider .slider-pt1 * {
      height: 100%; }
    .section-client-slider .slider-pt1 .client-background {
      position: relative;
      max-height: 600px;
      background-size: cover;
      background-position: center; }
      .section-client-slider .slider-pt1 .client-background .gradient {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 60%;
        background-image: linear-gradient(to right, rgba(26, 66, 138, 0) 0%, rgba(26, 66, 138, 0.8) 100%);
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
  .section-client-slider .slider-pt2 {
    position: relative;
    top: 40px; }
    .section-client-slider .slider-pt2 .slick-track {
      padding-bottom: 100px; }
    .section-client-slider .slider-pt2 .slick-slide {
      margin: 0 100px; }
    .section-client-slider .slider-pt2 .slick-list {
      margin: 0 -100px; }
    .section-client-slider .slider-pt2 .client-block {
      height: 450px; }
    @media only screen and (max-width: 40em) {
      .section-client-slider .slider-pt2 .client-block {
        padding: 40px; }
        .section-client-slider .slider-pt2 .client-block h2 {
          font-family: "Montserrat", sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 24px; }
        .section-client-slider .slider-pt2 .client-block p {
          width: 100%; }
        .section-client-slider .slider-pt2 .client-block .logo {
          display: none; }
        .section-client-slider .slider-pt2 .client-block .pagingInfo {
          right: 40px; } }
  .section-client-slider .slider-pt2 .pagingInfo {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    position: absolute;
    bottom: 54px;
    right: 80px; }
  @media only screen and (min-width: 1081px) {
    .section-client-slider .slider-pt2 .pagingInfo {
      right: 110px; } }
  .section-client-slider .slider-pt2 .slick-arrow {
    position: absolute;
    border: none;
    background: #238dc2;
    font-size: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    z-index: 9999;
    transition: 0.3s all ease-in-out;
    bottom: 74px; }
  @media only screen and (min-width: 1081px) {
    .section-client-slider .slider-pt2 .slick-arrow {
      bottom: 140px; } }
  .section-client-slider .slider-pt2 .slick-arrow:after {
    display: block;
    width: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .section-client-slider .slider-pt2 .slick-arrow.slick-prev {
    left: calc(50% - 60px); }
  @media only screen and (min-width: 1081px) {
    .section-client-slider .slider-pt2 .slick-arrow.slick-prev {
      right: 37px;
      left: auto; } }
  .section-client-slider .slider-pt2 .slick-arrow.slick-prev:after {
    content: url("../img/svg/arrow-white-left.svg"); }
  .section-client-slider .slider-pt2 .slick-arrow.slick-next {
    right: calc(50% - 60px); }
  @media only screen and (min-width: 1081px) {
    .section-client-slider .slider-pt2 .slick-arrow.slick-next {
      right: -27px; } }
  .section-client-slider .slider-pt2 .slick-arrow.slick-next:after {
    content: url("../img/svg/arrow-white-right.svg"); }
  .section-client-slider .slider-pt2 .slick-arrow:hover {
    background: #00b389; }
  .section-client-slider .slider-pt2:after {
    content: "";
    position: absolute;
    right: -140px;
    bottom: -12px;
    width: 300px;
    height: 140px;
    width: 300px;
    height: 140px;
    background-image: url("../img/svg/tentacles-bottom.svg");
    background-size: 300px 140px; }

.single-client .page-lead p {
  margin-bottom: 24px; }

.page-template-template-faq .main-container {
  position: relative; }
  .page-template-template-faq .main-container:before {
    content: url("../img/svg/tentacles-right.svg");
    position: absolute;
    right: 0;
    width: 300px; }
  @media only screen and (max-width: 40em) {
    .page-template-template-faq .main-container:before {
      display: none; } }

.section-faq .faq-list {
  border-top: 1px solid #bac6dc;
  margin-bottom: 56px; }
  .section-faq .faq-list:last-of-type {
    margin-bottom: 0; }
  .section-faq .faq-list .category-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    color: #1a428a;
    margin: 0;
    padding-top: 24px;
    padding-left: 20px; }
  @media only screen and (min-width: 1025px) {
    .section-faq .faq-list .category-title {
      padding-left: 0; } }
.section-faq .faq-list .cell:not(:last-child) .faq-item {
  border-bottom: 1px solid #bac6dc; }

.faq-item {
  padding: 24px 20px; }
  .faq-item h3.faq-title {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    margin: 0;
    color: #1a428a;
    cursor: pointer;
    transition: 0.3s all ease-in-out; }
    .faq-item h3.faq-title span {
      display: inline-block;
      width: calc(100% - 60px);
      vertical-align: middle; }
    .faq-item h3.faq-title:before {
      content: "?";
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 21px;
      color: #238dc2;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background: #ffffff;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 20px;
      box-shadow: 0px 20px 40px 0px rgba(11, 33, 71, 0.2);
      vertical-align: middle;
      transition: 0.3s all ease-in-out; }
    .faq-item h3.faq-title.active, .faq-item h3.faq-title:hover {
      color: #238dc2; }
      .faq-item h3.faq-title.active:before, .faq-item h3.faq-title:hover:before {
        background: #238dc2;
        color: #ffffff; }
    .faq-item h3.faq-title.active:before {
      font-family: IcoFont;
      font-style: normal;
      content: "";
      font-size: 16px;
      font-size: 16px;
      color: #ffffff;
      background: #238dc2; }
  .faq-item .faq-answer {
    display: none; }
    .faq-item .faq-answer .std {
      margin-top: 24px;
      padding-left: 60px; }

.section-home-solutions {
  position: relative;
  padding: 0 0 40px 0; }
@media only screen and (min-width: 1025px) {
  .section-home-solutions {
    padding: 0 0 90px 0; }
    .section-home-solutions:before {
      content: url("../img/svg/tentacles-right.svg");
      position: absolute;
      z-index: 1;
      top: -40px;
      right: 0;
      width: 300px; } }
.section-home-solutions:after {
  content: url("../img/svg/bow-white.svg");
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: -8px;
  pointer-events: none; }
.section-home-solutions h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 36px;
  color: #1a428a;
  margin: 0 0 40px 0;
  padding: 0 0.9375rem; }
.section-home-solutions .solutions-block {
  position: relative;
  overflow: visible; }
  .section-home-solutions .solutions-block .solutions-content {
    margin: 0 calc(50% - 50vw);
    padding: 0 0.9375rem; }
  @media only screen and (min-width: 1025px) {
    .section-home-solutions .solutions-block .solutions-content {
      background: transparent;
      position: absolute;
      right: calc(100% + .9375rem);
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      padding: 0;
      margin: 0;
      transition: transform 250ms cubic-bezier(0, 0, 0.2, 1), opacity 250ms cubic-bezier(0, 0, 0.2, 1); }
      .section-home-solutions .solutions-block .solutions-content p {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 21px;
        line-height: 33px;
        padding: 0 0.9375rem; } }
@media only screen and (min-width: 40em) {
  .section-home-solutions .solutions-block .solutions-content {
    margin-left: 150px; } }
@media only screen and (max-width: 40em) {
  .section-home-solutions .solutions-block .solutions-content {
    padding-left: 45px; } }
.section-home-solutions .swiper-container {
  position: relative;
  overflow: visible;
  width: 90%; }
@media only screen and (min-width: 40em) {
  .section-home-solutions .swiper-container {
    width: 50%; } }
@media only screen and (min-width: 1025px) {
  .section-home-solutions .swiper-container {
    width: 33.3333%;
    margin-left: 395px; } }
.section-home-solutions .swiper-container .swiper-slide {
  transition: 0.3s all ease-in-out; }
  .section-home-solutions .swiper-container .swiper-slide .solution-item {
    margin: 0 15px !important;
    background: #ffffff; }
    .section-home-solutions .swiper-container .swiper-slide .solution-item p {
      height: 112px; }
@media only screen and (min-width: 1025px) {
  .section-home-solutions .swiper-container.swiper-active .solutions-content {
    opacity: 0;
    transform: scale(0.75); } }
.section-home-solutions .buttons {
  position: relative;
  padding: 50px 0; }
  .section-home-solutions .buttons .btn {
    margin-left: auto;
    margin-right: auto; }
  .section-home-solutions .buttons .swiper-buttons {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: -50px;
    z-index: 10;
    width: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; }
  @media only screen and (min-width: 40em) {
    .section-home-solutions .buttons .swiper-buttons {
      top: 50%;
      transform: translateY(-50%);
      right: 0; } }
  .section-home-solutions .buttons .swiper-buttons .swiper-button-prev, .section-home-solutions .buttons .swiper-buttons .swiper-button-next {
    background-color: #1a428a;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 1 !important;
    transition: 0.3s all ease-in-out; }
    .section-home-solutions .buttons .swiper-buttons .swiper-button-prev > svg, .section-home-solutions .buttons .swiper-buttons .swiper-button-next > svg {
      display: none !important; }
    .section-home-solutions .buttons .swiper-buttons .swiper-button-prev:hover, .section-home-solutions .buttons .swiper-buttons .swiper-button-next:hover {
      background: #238dc2; }
  .section-home-solutions .buttons .swiper-buttons .swiper-button-prev {
    position: absolute;
    left: 0; }
    .section-home-solutions .buttons .swiper-buttons .swiper-button-prev:after {
      content: url("../img/svg/arrow-white-left.svg");
      width: 18px;
      line-height: 0; }
  .section-home-solutions .buttons .swiper-buttons .swiper-button-next:after {
    content: url("../img/svg/arrow-white-right.svg");
    width: 18px;
    line-height: 0; }

.section-home-usps {
  background: #ffffff;
  padding: 60px 0 100px; }
@media only screen and (min-width: 40em) {
  .section-home-usps {
    padding-top: 120px;
    padding-bottom: 210px; } }
.section-home-usps h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 36px;
  color: #1a428a;
  margin: 0; }

.page-template-template-home .section-client-slider {
  margin-top: -160px; }

.section-home-faq .faq-item {
  border-top: 1px solid #bac6dc; }
  .section-home-faq .faq-item:last-child {
    border-bottom: 1px solid #bac6dc; }

.page-template-template-about .section-client-slider {
  margin-bottom: 0; }

.section-about-content {
  margin: 0 0 80px 0; }
  .section-about-content .content-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0px 20px 40px 0px rgba(11, 33, 71, 0.2); }
@media only screen and (min-width: 1025px) {
  .section-about-content.section-about-content-1 .singular-content {
    padding-right: 50px; } }
@media only screen and (min-width: 1025px) {
  .section-about-content.section-about-content-2 .singular-content {
    padding-left: 50px; } }

.employee-list {
  margin-bottom: 140px; }
  .employee-list .cell {
    margin-bottom: 40px !important; }
  @media only screen and (min-width: 1025px) {
    .employee-list .cell {
      margin-bottom: 0; } }
  .employee-list .employee-item {
    position: relative;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    box-shadow: 0px 20px 40px 0px rgba(11, 33, 71, 0.2);
    height: 100%; }
    .employee-list .employee-item .image {
      position: relative;
      height: 280px;
      width: 100%;
      background-size: cover;
      background-position: center; }
      .employee-list .employee-item .image .info {
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 30px;
        z-index: 10;
        color: #ffffff; }
        .employee-list .employee-item .image .info .function {
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 14px; }
        .employee-list .employee-item .image .info .name {
          font-family: "Montserrat", sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 26px; }
      .employee-list .employee-item .image .gradient {
        position: absolute;
        top: 70%;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 5;
        background-image: -moz-linear-gradient(90deg, rgba(26, 66, 138, 0.8) 0%, rgba(26, 66, 138, 0) 100%);
        background-image: -webkit-linear-gradient(90deg, rgba(26, 66, 138, 0.8) 0%, rgba(26, 66, 138, 0) 100%);
        background-image: -ms-linear-gradient(90deg, rgba(26, 66, 138, 0.8) 0%, rgba(26, 66, 138, 0) 100%); }
    .employee-list .employee-item .contact {
      padding: 40px 30px 20px; }
      .employee-list .employee-item .contact a {
        color: #1a428a;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 16px; }
        .employee-list .employee-item .contact a:before {
          font-size: 14px !important;
          color: #238dc2;
          display: inline-block;
          margin-right: 8px; }
        .employee-list .employee-item .contact a:hover {
          color: #238dc2; }
      .employee-list .employee-item .contact .phone {
        margin-bottom: 10px; }
        .employee-list .employee-item .contact .phone a:before {
          font-family: IcoFont;
          font-style: normal;
          content: "";
          font-size: 16px; }
      .employee-list .employee-item .contact .email a:before {
        font-family: IcoFont;
        font-style: normal;
        content: "";
        font-size: 16px; }
    .employee-list .employee-item .excerpt {
      padding: 0 30px; }

.section-contact-content .singular-content {
  padding-top: 40px;
  padding-right: 10px; }

.section-contact-content .gform_wrapper, .section-signup .gform_wrapper {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 20px 40px 0px rgba(11, 33, 71, 0.2);
  padding: 40px; }
  .section-contact-content .gform_wrapper li, .section-signup .gform_wrapper li {
    margin: 0 0 16px 0 !important;
    padding: 0 !important; }
  @media only screen and (min-width: 40em) {
    .section-contact-content .gform_wrapper li.gf_left_half, .section-signup .gform_wrapper li.gf_left_half {
      padding-right: 10px !important; } }
@media only screen and (min-width: 40em) {
  .section-contact-content .gform_wrapper li.gf_right_half, .section-signup .gform_wrapper li.gf_right_half {
    padding-left: 10px !important; } }
.section-contact-content .gform_wrapper li .gfield_label, .section-signup .gform_wrapper li .gfield_label {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #1a428a; }
.section-contact-content .gform_wrapper li input, .section-contact-content .gform_wrapper li textarea, .section-signup .gform_wrapper li input, .section-signup .gform_wrapper li textarea {
  margin: 0;
  padding: 8px 20px !important;
  color: #1a428a;
  border: 1px solid #aebdd1;
  border-radius: 4px; }
  .section-contact-content .gform_wrapper li input:focus, .section-contact-content .gform_wrapper li textarea:focus, .section-signup .gform_wrapper li input:focus, .section-signup .gform_wrapper li textarea:focus {
    border-color: #238dc2; }
  .section-contact-content .gform_wrapper li input::placeholder, .section-contact-content .gform_wrapper li textarea::placeholder, .section-signup .gform_wrapper li input::placeholder, .section-signup .gform_wrapper li textarea::placeholder {
    color: #1a428a; }
.section-contact-content .gform_wrapper li .ginput_container_select, .section-signup .gform_wrapper li .ginput_container_select {
  position: relative;
  border: 1px solid #aebdd1;
  border-radius: 4px;
  margin-bottom: 16px; }
  .section-contact-content .gform_wrapper li .ginput_container_select:after, .section-signup .gform_wrapper li .ginput_container_select:after {
    font-family: IcoFont;
    font-style: normal;
    content: "";
    font-size: 16px;
    font-size: 12px;
    color: #238dc2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    pointer-events: none; }
  .section-contact-content .gform_wrapper li .ginput_container_select select, .section-signup .gform_wrapper li .ginput_container_select select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    padding: 8px 20px;
    border: none;
    color: #1a428a; }

.section-contact-cards {
  position: relative;
  z-index: 10;
  margin-bottom: 100px; }
@media only screen and (min-width: 1025px) {
  .section-contact-cards {
    margin-top: -194px; } }
.section-contact-cards .card {
  background-image: linear-gradient(#238dc2, #1a428a);
  border-radius: 4px;
  color: #ffffff;
  padding: 30px 40px; }
  .section-contact-cards .card .top {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    padding-bottom: 30px;
    border-bottom: 1px solid #6395c0; }
    .section-contact-cards .card .top a {
      position: relative;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 18px;
      color: #ffffff; }
      .section-contact-cards .card .top a:before {
        display: inline-block;
        margin-right: 10px; }
      .section-contact-cards .card .top a:after {
        content: "";
        position: absolute;
        left: 26px;
        right: 100%;
        top: 100%;
        height: 1px;
        background: #ffffff;
        transition: 0.3s all ease-in-out; }
        .section-contact-cards .card .top a:hover:after {
          right: 0; }
      @media only screen and (max-width: 40em) {
        .section-contact-cards .card .top a.phone {
          position: absolute;
          top: 50%;
          transform: translateY(-50%); } }
      .section-contact-cards .card .top a.phone:before {
        font-family: IcoFont;
        font-style: normal;
        content: "";
        font-size: 16px; }
    @media only screen and (max-width: 40em) {
      .section-contact-cards .card .top a.email {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); } }
    .section-contact-cards .card .top a.email:before {
      font-family: IcoFont;
      font-style: normal;
      content: "";
      font-size: 16px; }
    .section-contact-cards .card .top a div.address, .section-contact-cards .card .top a div.zipcode_city {
      position: relative;
      display: inline-block; }
      .section-contact-cards .card .top a div.address:after, .section-contact-cards .card .top a div.zipcode_city:after {
        content: "";
        position: absolute;
        left: 26px;
        right: 100%;
        top: 100%;
        height: 1px;
        background: #ffffff;
        transition: 0.3s all ease-in-out; }
  .section-contact-cards .card .top div.address:before {
    font-family: IcoFont;
    font-style: normal;
    content: "";
    font-size: 16px;
    display: inline-block;
    margin-right: 10px; }
  .section-contact-cards .card .top div.zipcode_city {
    padding-left: 26px; }
  .section-contact-cards .card .bottom {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding-top: 30px; }
  @media only screen and (min-width: 40em) {
    .section-contact-cards .card .bottom {
      min-height: 78px; } }

.section-contact-content .singular-content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 36px; }
.section-contact-content .singular-content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 21px;
  line-height: 33px; }

.section-contact-maps {
  position: relative;
  margin: 120px 0 0 0;
  height: 250px; }
@media only screen and (min-width: 1025px) {
  .section-contact-maps {
    height: 500px; } }
@media only screen and (max-width: 40em) {
  .section-contact-maps {
    margin-bottom: 50px; } }
.section-contact-maps .google-maps {
  height: 100%; }
.section-contact-maps .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -29px;
  white-space: nowrap; }

.gform_wrapper div.validation_error {
  background: #f08d00;
  color: #ffffff;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  padding: 18px;
  border-radius: 4px;
  border: none !important; }
  .gform_wrapper#gform_wrapper_5 .gform_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #1a428a;
    margin: 0 0 24px 0; }
  .gform_wrapper#gform_wrapper_5 .ginput_container_select {
    position: relative; }
  @media only screen and (min-width: 40em) {
    .gform_wrapper#gform_wrapper_5 .ginput_container_select {
      width: 50%; } }
  .gform_wrapper#gform_wrapper_5 .ginput_container_select select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #aebdd1;
    padding: 8px 20px !important;
    border-radius: 4px;
    width: 100%; }
  .gform_wrapper#gform_wrapper_5 .ginput_container_select:after {
    font-family: IcoFont;
    font-style: normal;
    content: "";
    font-size: 16px;
    color: #1a428a;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    pointer-events: none; }

.gform_body li.gfield_error {
  max-width: 100% !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important; }
  .gform_body li.gfield_error .validation_message {
    display: none !important;
    padding: 4px 0 0 0 !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #f08d00 !important; }
  .gform_body li.gfield_error label {
    color: #f08d00 !important; }
  .gform_body li.gfield_error input {
    border-color: #f08d00 !important; }
.gform_body li label {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #1a428a; }
.gform_body li .ginput_container_text, .gform_body li .ginput_container_email {
  margin-top: 0 !important; }
.gform_body li .ginput_container_date {
  margin-top: 0 !important;
  position: relative; }
  .gform_body li .ginput_container_date input {
    width: 100% !important; }
  .gform_body li .ginput_container_date:after {
    font-family: IcoFont;
    font-style: normal;
    content: "";
    font-size: 16px;
    color: #238dc2;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px; }

.search-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #1a428a; }
  .search-title .query {
    font-style: italic; }

.search-item {
  margin: 60px 0 0 0; }
  .search-item h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #1a428a; }
  .search-item p {
    color: #686e78; }

ol.wp-paginate {
  margin-top: 40px;
  display: flex;
  justify-content: center; }
  ol.wp-paginate li {
    width: 24px;
    text-align: center; }
    ol.wp-paginate li .current {
      color: #1a428a;
      font-weight: 700; }

.login-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 20px 40px 0px rgba(11, 33, 71, 0.2);
  margin-right: 0; }
@media only screen and (min-width: 1025px) {
  .login-wrapper {
    margin-top: -580px !important; } }
.login-wrapper .content {
  padding: 40px 40px 0 40px; }
  .login-wrapper .content h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #1a428a;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #bac6dc; }
.login-wrapper .login {
  display: none; }
  .login-wrapper .login.active {
    display: block; }
.login-wrapper .lost-password {
  display: none; }
  .login-wrapper .lost-password.active {
    display: block; }
.login-wrapper a.lost-password {
  display: inline-block; }
.login-wrapper .notify-message {
  padding: 0 40px 10px; }
  .login-wrapper .notify-message.error {
    color: #f00; }
.login-wrapper .gform_wrapper {
  margin: 0;
  padding: 0 40px 40px 40px; }
  .login-wrapper .gform_wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .login-wrapper .gform_wrapper li {
    margin: 0 !important;
    padding: 0 !important; }
    .login-wrapper .gform_wrapper li .ginput_container {
      margin: 0 0 16px 0 !important;
      width: 100% !important; }
      .login-wrapper .gform_wrapper li .ginput_container input {
        width: 100%;
        border-radius: 4px;
        padding: 10px 16px !important;
        border: 1px solid #aebdd1;
        max-width: 93%; }
        .login-wrapper .gform_wrapper li .ginput_container input::placeholder {
          opacity: 1;
          color: #1a428a; }
        @media only screen and (min-width: 1025px) {
          .login-wrapper .gform_wrapper li .ginput_container input {
            max-width: 87%; } }
    .login-wrapper .gform_wrapper li .validation_message {
      display: none; }
  .login-wrapper .gform_wrapper .btn {
    display: block;
    width: 100%;
    text-align: left; }
.login-wrapper .logout {
  padding: 0 40px 40px 40px; }
  .login-wrapper .logout .person {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #1a428a; }
.login-wrapper .reset-password {
  padding: 0 40px 40px 40px; }
  .login-wrapper .reset-password a {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #1a428a; }
    .login-wrapper .reset-password a:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      height: 1px;
      background: #1a428a;
      transition: 0.3s all ease-in-out; }
      .login-wrapper .reset-password a:hover:after {
        right: 100%; }

.steps {
  position: relative;
  margin: 60px 0 0 0;
  padding: 80px 0; }
  .steps h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    color: #1a428a;
    margin: 0 0 0 0;
    padding: 0 0.9375rem; }
  @media only screen and (min-width: 1025px) {
    .steps {
      border-top: 1px solid #bac6dc; } }

.section-signup {
  position: relative;
  background: #ffffff;
  padding: 80px 0 0 0; }
  .section-signup:before {
    content: url("../img/svg/bow-white.svg");
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: calc(100% - 8px); }
  .section-signup .page-lead {
    margin-top: 40px; }

.availability {
  padding: 40px 0 80px; }
