@charset "UTF-8";
/*!
Theme Name: Criminal Justice Alliance
Author: Highscore Web Design
Author URI: https://www.highscore.co.uk
Description: Criminal Justice Alliance Website
Version: 1.0.0
*/
/* BASE - Base styles, Normalize, Colours, Typography */
/* blues */
/* greys */
/* base */
/* borders */
/* BASIC STYLES
 * ------------------------------------------------ */
html {
  font-size: 62.5%;
}
@media (min-width: 1921px) {
  html {
    font-size: 70.5%;
  }
}
@media (max-width: 1199px) {
  html {
    font-size: 58.5%;
  }
}

body {
  height: 100%;
  position: relative;
  background: white;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  color: black;
  letter-spacing: -0.02rem;
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
  line-height: 1.5;
}

/* Text-level semantics */
p {
  margin: 0;
  padding: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

address {
  margin: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #184b7d;
  color: white;
  font-weight: normal;
  font-style: italic;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

ins {
  color: white;
  background-color: #184b7d;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

strong {
  font-weight: 800;
}

/* images */
img {
  border: none;
  display: block;
  font-size: 100%;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  background: transparent;
}

/* Blockquotes */
blockquote {
  quotes: none;
  border: none;
  margin: 0;
  padding: 0;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

/* iframes */
iframe {
  border: none;
}

/* LISTS
 * ------------------------------------------------ */
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

ul li,
ol li,
dl li {
  list-style-position: outside;
}

/* BUTTONS & LINKS
 * ------------------------------------------------ */
a, a[href^=tel] {
  color: #184b7d;
  cursor: pointer;
  text-decoration: none;
}
a:hover, a:focus, a[href^=tel]:hover, a[href^=tel]:focus {
  cursor: pointer;
  text-decoration: none;
  color: #184b7d;
}

a[href^=tel] {
  color: inherit !important;
}

/* HEADINGS
 * ------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #127cc3;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}

/* POSITIONING
 * ------------------------------------------------ */
.top {
  top: 0;
  position: relative;
}

.bottom {
  bottom: 0;
  position: relative;
}

/* EXTRAS
 * ------------------------------------------------ */
* {
  outline: none !important;
}

/* Mozilla based browsers */
::-moz-selection {
  background-color: #184b7d;
  color: white;
}

/* Works in Safari */
::-moz-selection {
  background-color: #184b7d;
  color: white;
}
::selection {
  background-color: #184b7d;
  color: white;
}

/* FLEX LAYOUT
--------------------------------------------*/
/* base flex rows/columns */
.row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: left;
      justify-content: left;
  margin-left: -15px;
  margin-right: -15px;
}

.col-flex {
  display: -ms-flexbox;
  display: flex;
}

/* flex column sizes */
.col-flex-xs-1,
.col-flex-xs-2,
.col-flex-xs-3,
.col-flex-xs-4,
.col-flex-xs-5,
.col-flex-xs-6,
.col-flex-xs-7,
.col-flex-xs-8,
.col-flex-xs-9,
.col-flex-xs-10,
.col-flex-xs-11,
.col-flex-xs-12,
.col-flex-sm-1,
.col-flex-sm-2,
.col-flex-sm-3,
.col-flex-sm-4,
.col-flex-sm-5,
.col-flex-sm-6,
.col-flex-sm-7,
.col-flex-sm-8,
.col-flex-sm-9,
.col-flex-sm-10,
.col-flex-sm-11,
.col-flex-sm-12,
.col-flex-md-1,
.col-flex-md-2,
.col-flex-md-3,
.col-flex-md-4,
.col-flex-md-5,
.col-flex-md-6,
.col-flex-md-7,
.col-flex-md-8,
.col-flex-md-9,
.col-flex-md-10,
.col-flex-md-11,
.col-flex-md-12,
.col-flex-lg-1,
.col-flex-lg-2,
.col-flex-lg-3,
.col-flex-lg-4,
.col-flex-lg-5,
.col-flex-lg-6,
.col-flex-lg-7,
.col-flex-lg-8,
.col-flex-lg-9,
.col-flex-lg-10,
.col-flex-lg-11,
.col-flex-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-flex-xs-1 {
  -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-flex-xs-2 {
  -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-flex-xs-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.col-flex-xs-4 {
  -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-flex-xs-5 {
  -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-flex-xs-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.col-flex-xs-7 {
  -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-flex-xs-8 {
  -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-flex-xs-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.col-flex-xs-10 {
  -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-flex-xs-11 {
  -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-flex-xs-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-last {
  -ms-flex-order: 13;
      order: 13;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-order: 12;
      order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (max-width: 767px) {
  .col-flex-lg-1,
.col-flex-lg-10,
.col-flex-lg-11,
.col-flex-lg-12,
.col-flex-lg-2,
.col-flex-lg-3,
.col-flex-lg-4,
.col-flex-lg-5,
.col-flex-lg-6,
.col-flex-lg-7,
.col-flex-lg-8,
.col-flex-lg-9,
.col-flex-md-1,
.col-flex-md-10,
.col-flex-md-11,
.col-flex-md-12,
.col-flex-md-2,
.col-flex-md-3,
.col-flex-md-4,
.col-flex-md-5,
.col-flex-md-6,
.col-flex-md-7,
.col-flex-md-8,
.col-flex-md-9,
.col-flex-sm-1,
.col-flex-sm-10,
.col-flex-sm-11,
.col-flex-sm-12,
.col-flex-sm-2,
.col-flex-sm-3,
.col-flex-sm-4,
.col-flex-sm-5,
.col-flex-sm-6,
.col-flex-sm-7,
.col-flex-sm-8,
.col-flex-sm-9 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .col-flex-xs-1,
.col-flex-xs-10,
.col-flex-xs-11,
.col-flex-xs-2,
.col-flex-xs-3,
.col-flex-xs-4,
.col-flex-xs-5,
.col-flex-xs-6,
.col-flex-xs-7,
.col-flex-xs-8,
.col-flex-xs-9 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 567px) {
  .col-flex-xs-1,
.col-flex-xs-10,
.col-flex-xs-11,
.col-flex-xs-12,
.col-flex-xs-2,
.col-flex-xs-3,
.col-flex-xs-4,
.col-flex-xs-5,
.col-flex-xs-6,
.col-flex-xs-7,
.col-flex-xs-8,
.col-flex-xs-9 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-flex-sm-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-flex-sm-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-flex-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .col-flex-sm-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-flex-sm-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-flex-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .col-flex-sm-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-flex-sm-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-flex-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .col-flex-sm-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-flex-sm-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-flex-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-flex-md-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-flex-md-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-flex-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .col-flex-md-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-flex-md-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-flex-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .col-flex-md-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-flex-md-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-flex-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .col-flex-md-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-flex-md-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-flex-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-flex-lg-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-flex-lg-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-flex-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .col-flex-lg-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-flex-lg-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-flex-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .col-flex-lg-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-flex-lg-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-flex-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .col-flex-lg-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-flex-lg-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-flex-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
/* GUTTERS
 * ------------------------------------------------ */
/* NO GUTTERS */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters div[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/* GUTTER SIZES */
.gutters-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.gutters-30 div[class^=col] {
  padding-left: 30px;
  padding-right: 30px;
}

.gutters-50 {
  margin-left: -50px;
  margin-right: -50px;
}
.gutters-50 div[class^=col] {
  padding-left: 50px;
  padding-right: 50px;
}

a, .nav-extras .btn:before, .btn-icon:after, .btn-close:after, .play-icon:before, .feature-cta-widget .read-more, .page-link a:after, .breadcrumbs a, .breadcrumbs span, .slider-nav a:before, .article-thumbnail h3, .article-thumbnail p, .members-link-search .title, .mdf-pagination-links a:after, ul.mdf_taxonomy_check_list li label, .mdf_front_toggle:after, .widget-meta-data-filter h4.data-filter-section-title {
  transition: color 0.3s ease;
}

.play-icon {
  transition: color 0.3s ease, background 0.3s ease;
}

.btn, .btn-close, .btn-close:before, .btn-close:after, .form-control, .gform_button, .category-navigation li a, .nav-extras .btn, .link-see-more .see-more {
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.resources-thumbnail .cta-flex, .article-thumbnail .img-wrapper, ul.mdf_taxonomy_check_list li label:before, .logos-widget .cta-flex {
  transition: border 0.3s ease;
}

.bg-img, .img-list a:before, .logos-widget .img-responsive, .cta-caption .caption:after, .cta-caption .caption-flex:after {
  transition: opacity 0.3s ease;
}

.link, .link:after {
  transition: all 0.3s ease;
}

.nav-menu-btn .icon-bar, .cta-caption, .cta-caption .caption, .cta-caption .caption-flex, .btn-back, .flex-control-paging li a, .nav-tabs > li > a {
  transition: background 0.3s ease;
}

.img-overlay {
  transition: background 0.3s ease, opacity 0.3s ease;
}

.bg-scale-slow .bg-img {
  transition: transform 10s ease;
}

.bg-scale .bg-img {
  transition: transform 1.2s ease;
}

#globalHeader, .sub-menu-wrapper, .header-wrapper, .logo, .nav-primary, .nav-menu-btn, .footer-ctas .cta-block, .img-list a:after, .team-members-widget .img-wrapper:before, .team-members-widget .img-wrapper:after {
  transition: all 0.4s ease;
}

.showme {
  transition: opacity 0.7s ease;
  transition-delay: 0.1s;
}

/* CONTENT EFFECTS
 * ------------------------------------------------ */
/* bg scale */
.bg-scale:hover .bg-img,
.bg-scale-slow:hover .bg-img {
  transform: scale(1.1);
}

/* FADES
 * ------------------------------------------------ */
.hideme,
.hideme-footer {
  opacity: 0;
}
@media (max-width: 1024px) {
  .hideme,
.hideme-footer {
    opacity: 1 !important;
  }
}

.showme {
  opacity: 1;
}

/* SHADOWS
--------------------------------------------*/
.box-shadow {
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
}

.box-shadow-light {
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.15);
}

/* TYPOGRAPHY - Text elements */
/* GENERIC HEADINGS
--------------------------------------------*/
/* heading xx large */
.heading-xxxxlg {
  font-size: 7rem;
  line-height: 1.2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .heading-xxxxlg {
    font-size: 6.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .heading-xxxxlg {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .heading-xxxxlg {
    font-size: 3.2rem;
  }
}

/* heading xx large */
.heading-xxxlg {
  font-size: 5.5rem;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .heading-xxxlg {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .heading-xxxlg {
    font-size: 3.2rem;
  }
}

/* heading xx large */
.heading-xxlg {
  font-size: 5rem;
  line-height: 1.2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .heading-xxlg {
    font-size: 4.5rem;
  }
}
@media (max-width: 767px) {
  .heading-xxlg {
    font-size: 3.2rem;
  }
}

/* heading extra large */
.heading-xlg {
  font-size: 4.5rem;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .heading-xlg {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .heading-xlg {
    font-size: 2.8rem;
  }
}

/* heading large */
.heading-lg {
  font-size: 3.6rem;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .heading-lg {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .heading-lg {
    font-size: 2.6rem;
  }
}

/* heading medium */
.heading-md {
  font-size: 3rem;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .heading-md {
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  .heading-md {
    font-size: 2.3rem;
  }
}

/* heading small */
.heading-sm {
  font-size: 2.6rem;
  line-height: 1.3;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .heading-sm {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .heading-sm {
    font-size: 2rem;
  }
}

/* heading extra small */
.heading-xs {
  font-size: 2.2rem;
  line-height: 1.3;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .heading-xs {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .heading-xs {
    font-size: 1.9rem;
  }
}

/* heading xx small */
.heading-xxs {
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .heading-xxs {
    font-size: 1.8rem;
  }
}

/* heading xxx small */
.heading-xxxs {
  font-size: 1.8rem;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .heading-xxxs {
    font-size: 1.6rem;
  }
}

/* TYPOGRAPHY COLOURS
--------------------------------------------*/
/* white */
.text-white .text-standard p > a, .text-white .text-standard li:not(.page_item) > a, .text-white .text-standard span > a {
  color: white !important;
  text-decoration: underline;
}
.text-white .text-standard p > a:hover, .text-white .text-standard p > a:focus, .text-white .text-standard li:not(.page_item) > a:hover, .text-white .text-standard li:not(.page_item) > a:focus, .text-white .text-standard span > a:hover, .text-white .text-standard span > a:focus {
  color: white !important;
  text-decoration: none;
}
.text-white h1, .text-white h2, .text-white h3,
.text-white h4, .text-white h5, .text-white h6,
.text-white p, .text-white li, .text-white a:not(.btn), .text-white span:not(.btn) {
  color: white;
}
.text-white li:before {
  color: white !important;
}
.text-white a:not(.btn):hover {
  color: #184b7d;
}

/* blue - medium */
.text-blue-medium h1, .text-blue-medium h2, .text-blue-medium h3,
.text-blue-medium h4, .text-blue-medium h5, .text-blue-medium h6,
.text-blue-medium p, .text-blue-medium li, .text-blue-medium span:not(.btn) {
  color: #127cc3;
}

/* grey */
.text-grey-dark h1, .text-grey-dark h2, .text-grey-dark h3,
.text-grey-dark h4, .text-grey-dark h5, .text-grey-dark h6,
.text-grey-dark p, .text-grey-dark li, .text-grey-dark span:not(.btn),
.text-grey-dark label {
  color: #222;
}

/* nested caption */
/* INTRO TEXT
--------------------------------------------*/
.text-intro {
  /* intro text with see more */
}
.text-intro.margin-xxlg {
  margin-bottom: 75px;
}
@media (min-width: 1921px) {
  .text-intro.margin-xxlg {
    margin-bottom: 85px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .text-intro.margin-xxlg {
    margin-bottom: 65px;
  }
}
@media (max-width: 767px) {
  .text-intro.margin-xxlg {
    margin-bottom: 45px;
  }
}
.text-intro.margin-xlg {
  margin-bottom: 45px;
}
@media (min-width: 1921px) {
  .text-intro.margin-xlg {
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .text-intro.margin-xlg {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .text-intro.margin-xlg {
    margin-bottom: 25px;
  }
}
.text-intro.margin-lg {
  margin-bottom: 40px;
}
@media (min-width: 1921px) {
  .text-intro.margin-lg {
    margin-bottom: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .text-intro.margin-lg {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .text-intro.margin-lg {
    margin-bottom: 20px;
  }
}
.text-intro.margin-sm {
  margin-bottom: 30px;
}
@media (min-width: 1921px) {
  .text-intro.margin-sm {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .text-intro.margin-sm {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .text-intro.margin-sm {
    margin-bottom: 20px;
  }
}
.text-intro.margin-xs {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .text-intro.margin-xs {
    margin-bottom: 20px;
  }
}
.text-intro.margin-xxs {
  margin-bottom: 15px;
}
.text-intro.link-see-more {
  width: 100% !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .text-intro.link-see-more {
    margin-bottom: 20px;
  }
}
.text-intro.link-see-more h1, .text-intro.link-see-more h2, .text-intro.link-see-more h3,
.text-intro.link-see-more h4, .text-intro.link-see-more h5, .text-intro.link-see-more h6 {
  float: left;
}
@media (max-width: 767px) {
  .text-intro.link-see-more h1, .text-intro.link-see-more h2, .text-intro.link-see-more h3,
.text-intro.link-see-more h4, .text-intro.link-see-more h5, .text-intro.link-see-more h6 {
    float: none;
  }
}
.text-intro.link-see-more .link {
  float: right;
  margin-top: 5px;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .text-intro.link-see-more .link {
    float: none;
    margin-top: 7px;
  }
}

/* TEXT SIZES
--------------------------------------------*/
.text-xxxlg {
  font-size: 3.4rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .text-xxxlg {
    font-size: 3.1rem;
  }
}
@media (max-width: 767px) {
  .text-xxxlg {
    font-size: 2.4rem;
  }
}

.text-xxlg {
  font-size: 2.7rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .text-xxlg {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .text-xxlg {
    font-size: 2.1rem;
  }
}

.text-xlg {
  font-size: 2.3rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .text-xlg {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .text-xlg {
    font-size: 1.9rem;
  }
}

.text-lg {
  font-size: 2rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .text-lg {
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  .text-lg {
    font-size: 1.7rem;
  }
}
@media (max-width: 320px) {
  .text-lg {
    font-size: 1.6rem;
  }
}

.text-md {
  font-size: 1.8rem;
}
@media (max-width: 1199px) {
  .text-md {
    font-size: 1.7rem;
  }
}
@media (max-width: 320px) {
  .text-md {
    font-size: 1.6rem;
  }
}

/* STANDARD TEXT
--------------------------------------------*/
.text-standard {
  position: relative;
  /* element margins */
  /* headings */
  /* list items */
  /* blockquote */
  /* buttons */
  /* img */
  /* tables */
}
.text-standard * + p,
.text-standard * + blockquote,
.text-standard * + table,
.text-standard * + form,
.text-standard * + address,
.text-standard * + ul,
.text-standard * + ol,
.text-standard * + dl,
.text-standard * + img {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .text-standard * + p,
.text-standard * + blockquote,
.text-standard * + table,
.text-standard * + form,
.text-standard * + address,
.text-standard * + ul,
.text-standard * + ol,
.text-standard * + dl,
.text-standard * + img {
    margin-top: 15px;
  }
}
.text-standard * + h1,
.text-standard * + h2,
.text-standard * + h3,
.text-standard * + h4,
.text-standard * + h5,
.text-standard * + h6 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .text-standard * + h1,
.text-standard * + h2,
.text-standard * + h3,
.text-standard * + h4,
.text-standard * + h5,
.text-standard * + h6 {
    margin-top: 20px;
  }
}
.text-standard h1 + h1,
.text-standard h1 + h2,
.text-standard h1 + h3,
.text-standard h1 + h4,
.text-standard h1 + h5,
.text-standard h1 + h6,
.text-standard h1 + ul,
.text-standard h1 + ol,
.text-standard h1 + dl,
.text-standard h1 + p,
.text-standard h1 + blockquote,
.text-standard h1 + table,
.text-standard h1 + form,
.text-standard h1 + address,
.text-standard h1 + img, .text-standard h2 + h1,
.text-standard h2 + h2,
.text-standard h2 + h3,
.text-standard h2 + h4,
.text-standard h2 + h5,
.text-standard h2 + h6,
.text-standard h2 + ul,
.text-standard h2 + ol,
.text-standard h2 + dl,
.text-standard h2 + p,
.text-standard h2 + blockquote,
.text-standard h2 + table,
.text-standard h2 + form,
.text-standard h2 + address,
.text-standard h2 + img, .text-standard h3 + h1,
.text-standard h3 + h2,
.text-standard h3 + h3,
.text-standard h3 + h4,
.text-standard h3 + h5,
.text-standard h3 + h6,
.text-standard h3 + ul,
.text-standard h3 + ol,
.text-standard h3 + dl,
.text-standard h3 + p,
.text-standard h3 + blockquote,
.text-standard h3 + table,
.text-standard h3 + form,
.text-standard h3 + address,
.text-standard h3 + img, .text-standard h4 + h1,
.text-standard h4 + h2,
.text-standard h4 + h3,
.text-standard h4 + h4,
.text-standard h4 + h5,
.text-standard h4 + h6,
.text-standard h4 + ul,
.text-standard h4 + ol,
.text-standard h4 + dl,
.text-standard h4 + p,
.text-standard h4 + blockquote,
.text-standard h4 + table,
.text-standard h4 + form,
.text-standard h4 + address,
.text-standard h4 + img, .text-standard h5 + h1,
.text-standard h5 + h2,
.text-standard h5 + h3,
.text-standard h5 + h4,
.text-standard h5 + h5,
.text-standard h5 + h6,
.text-standard h5 + ul,
.text-standard h5 + ol,
.text-standard h5 + dl,
.text-standard h5 + p,
.text-standard h5 + blockquote,
.text-standard h5 + table,
.text-standard h5 + form,
.text-standard h5 + address,
.text-standard h5 + img, .text-standard h6 + h1,
.text-standard h6 + h2,
.text-standard h6 + h3,
.text-standard h6 + h4,
.text-standard h6 + h5,
.text-standard h6 + h6,
.text-standard h6 + ul,
.text-standard h6 + ol,
.text-standard h6 + dl,
.text-standard h6 + p,
.text-standard h6 + blockquote,
.text-standard h6 + table,
.text-standard h6 + form,
.text-standard h6 + address,
.text-standard h6 + img {
  margin-top: 15px;
}
.text-standard h1 + ul,
.text-standard h1 + ol,
.text-standard h1 + dl,
.text-standard h1 + p,
.text-standard h1 + blockquote,
.text-standard h1 + table,
.text-standard h1 + form,
.text-standard h1 + address,
.text-standard h1 + img {
  margin-top: 20px;
}
.text-standard h1,
.text-standard .heading-1 {
  font-size: 3.6rem;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .text-standard h1,
.text-standard .heading-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .text-standard h1,
.text-standard .heading-1 {
    font-size: 2.6rem;
  }
}
.text-standard h2,
.text-standard .heading-2 {
  font-size: 3rem;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .text-standard h2,
.text-standard .heading-2 {
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  .text-standard h2,
.text-standard .heading-2 {
    font-size: 2.3rem;
  }
}
.text-standard h3,
.text-standard .heading-3 {
  font-size: 2.6rem;
  line-height: 1.3;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .text-standard h3,
.text-standard .heading-3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .text-standard h3,
.text-standard .heading-3 {
    font-size: 2rem;
  }
}
.text-standard h4,
.text-standard .heading-4 {
  font-size: 2.2rem;
  line-height: 1.3;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .text-standard h4,
.text-standard .heading-4 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .text-standard h4,
.text-standard .heading-4 {
    font-size: 1.9rem;
  }
}
.text-standard h5,
.text-standard .heading-5 {
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .text-standard h5,
.text-standard .heading-5 {
    font-size: 1.8rem;
  }
}
.text-standard h6,
.text-standard .heading-6 {
  font-size: 1.8rem;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .text-standard h6,
.text-standard .heading-6 {
    font-size: 1.6rem;
  }
}
.text-standard ul,
.text-standard ol,
.text-standard dl {
  margin-left: 17px;
  text-align: left;
}
.text-standard li {
  word-wrap: break-word;
  margin-bottom: 7px;
  position: relative;
}
@media (max-width: 767px) {
  .text-standard li {
    margin-bottom: 5px;
  }
}
.text-standard li:last-of-type {
  margin-bottom: 0;
}
.text-standard blockquote {
  padding: 30px 25px;
  font-size: 1.7rem;
  border-left: 5px solid #184b7d;
  background: #eee;
}
@media (max-width: 767px) {
  .text-standard blockquote {
    font-size: 1.5rem;
    padding: 25px 20px;
  }
}
.text-standard .btn {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .text-standard .btn {
    margin-top: 20px;
  }
}
.text-standard img {
  height: auto;
  max-width: 100%;
  display: inline-block;
}
.text-standard * + img {
  margin: 40px 0 5px;
}
@media (max-width: 767px) {
  .text-standard * + img {
    margin: 20px 0 5px;
  }
}
.text-standard .wp-caption {
  width: 100% !important;
  max-width: 100% !important;
}
.text-standard .wp-caption p {
  margin-top: 15px;
  font-size: 1.5rem;
  font-style: italic;
}
.text-standard * + .wp-caption {
  margin: 30px 0 40px;
}
@media (max-width: 767px) {
  .text-standard * + .wp-caption {
    margin: 20px 0 30px;
  }
}
.text-standard * + .table-container {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-standard * + .table-container {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .text-standard * + .table-container {
    margin-top: 20px;
  }
}
.text-standard * + .table-container + h1,
.text-standard * + .table-container + h2,
.text-standard * + .table-container + h3,
.text-standard * + .table-container + h4,
.text-standard * + .table-container + h5,
.text-standard * + .table-container + h6 {
  margin-top: 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-standard * + .table-container + h1,
.text-standard * + .table-container + h2,
.text-standard * + .table-container + h3,
.text-standard * + .table-container + h4,
.text-standard * + .table-container + h5,
.text-standard * + .table-container + h6 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .text-standard * + .table-container + h1,
.text-standard * + .table-container + h2,
.text-standard * + .table-container + h3,
.text-standard * + .table-container + h4,
.text-standard * + .table-container + h5,
.text-standard * + .table-container + h6 {
    margin-top: 35px;
  }
}

/* COMPONENTS - Individual site components */
/* ACCORDION
--------------------------------------------*/
.panel-group {
  margin: 0;
}
.panel-group .panel-default {
  border: none;
  margin: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .panel-group .panel + .panel {
    margin-top: 15px;
  }
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
}

.panel {
  margin: 0;
  background: #dfe6ee;
}

.panel-heading {
  padding: 0;
  overflow: hidden;
}
.panel-heading a {
  display: block;
  padding: 25px 110px 25px 25px;
  position: relative;
  color: #184b7d;
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: 800;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .panel-heading a {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .panel-heading a {
    font-size: 2rem;
  }
}
@media (min-width: 1921px) {
  .panel-heading a {
    padding: 30px 130px 30px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .panel-heading a {
    padding: 25px 90px 25px 25px;
  }
}
@media (max-width: 767px) {
  .panel-heading a {
    padding: 25px 70px 25px 25px;
  }
}
.panel-heading a:after {
  content: "\e90e";
  font-family: "icomoon";
  color: #184b7d;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 25px;
  font-size: 2rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .panel-heading a:after {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .panel-heading a:after {
    font-size: 1.7rem;
  }
}

.panel-default > .panel-heading {
  border: none;
  border-radius: 0;
  background: #dfe6ee;
}

.panel-active > .panel-heading {
  background: #dfe6ee;
}
.panel-active > .panel-heading a:after {
  content: "\e90c";
}

.panel-title {
  font-size: inherit;
}

.panel-body {
  color: white;
  padding: 0 25px 30px;
}
@media (max-width: 767px) {
  .panel-body {
    padding: 0 25px 25px;
  }
}

/* ADD THIS
--------------------------------------------*/
.add-this h4 {
  color: black;
  font-size: 1.7rem !important;
  font-weight: 300;
}

/* BLOCKS
--------------------------------------------*/
/* block listing */
.block-listing {
  position: relative;
}
.block-listing.margin-xs {
  margin-top: -25px;
}
.block-listing.margin-xs .block,
.block-listing.margin-xs .block-flex {
  margin-top: 25px;
}
.block-listing.margin-sm {
  margin-top: -30px;
}
@media (max-width: 567px) {
  .block-listing.margin-sm {
    margin-top: -25px;
  }
}
.block-listing.margin-sm .block,
.block-listing.margin-sm .block-flex {
  margin-top: 30px;
}
@media (max-width: 567px) {
  .block-listing.margin-sm .block,
.block-listing.margin-sm .block-flex {
    margin-top: 25px;
  }
}
.block-listing.margin-md {
  margin-top: -35px;
}
@media (max-width: 567px) {
  .block-listing.margin-md {
    margin-top: -25px;
  }
}
.block-listing.margin-md .block,
.block-listing.margin-md .block-flex {
  margin-top: 35px;
}
@media (max-width: 567px) {
  .block-listing.margin-md .block,
.block-listing.margin-md .block-flex {
    margin-top: 25px;
  }
}
.block-listing.margin-lg {
  margin-top: -50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-listing.margin-lg {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .block-listing.margin-lg {
    margin-top: -30px;
  }
}
.block-listing.margin-lg .block,
.block-listing.margin-lg .block-flex {
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-listing.margin-lg .block,
.block-listing.margin-lg .block-flex {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .block-listing.margin-lg .block,
.block-listing.margin-lg .block-flex {
    margin-top: 30px;
  }
}
.block-listing.margin-xlg {
  margin-top: -60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-listing.margin-xlg {
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .block-listing.margin-xlg {
    margin-top: -30px;
  }
}
.block-listing.margin-xlg .block,
.block-listing.margin-xlg .block-flex {
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-listing.margin-xlg .block,
.block-listing.margin-xlg .block-flex {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .block-listing.margin-xlg .block,
.block-listing.margin-xlg .block-flex {
    margin-top: 30px;
  }
}
.block-listing .bg-img-wrapper {
  position: relative;
}
.block-listing .caption,
.block-listing .caption-flex {
  width: 100%;
  z-index: 4;
}

/* deafult block */
.block {
  width: 100%;
  height: 100%;
  position: relative;
}

/* flex block */
.block-flex {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* BREADCRUMBS
--------------------------------------------*/
.breadcrumbs {
  margin-bottom: 15px;
}
.breadcrumbs a, .breadcrumbs span {
  color: rgba(24, 75, 125, 0.6);
  text-decoration: none !important;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: #184b7d;
}
.breadcrumbs a:hover span, .breadcrumbs a:focus span {
  color: #184b7d;
}
.breadcrumbs > span {
  padding: 0 12px;
  position: relative;
}
.breadcrumbs > span:first-of-type {
  padding-left: 0;
}
.breadcrumbs > span:not(:last-of-type):after {
  content: "/";
  right: -2px;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.breadcrumbs > span > span,
.breadcrumbs > span > span > span {
  padding: 0;
}
.breadcrumbs > span em {
  margin: 0 -15px 0 10px;
  font-style: normal;
  display: inline-block;
}

/* BUTTONS
--------------------------------------------*/
/* primary button styles */
.btn {
  margin: 0;
  cursor: pointer;
  border: 2px solid;
  text-align: left;
  position: relative;
  display: inline-block;
  outline: none !important;
  border-radius: 0;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  padding: 12px 17px 14px;
  font-size: 1.9rem;
  line-height: 1;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn {
    font-size: 1.8rem;
    padding: 11px 17px 13px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 1.7rem;
    padding: 10px 15px 12px;
  }
}
.btn:hover, .btn:focus {
  outline: none !important;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
}

/* button branding */
/* button hover branding */
/* button - white */
.btn-white {
  border-color: white;
  background-color: white;
  color: #127cc3;
}
.btn-white:hover, .btn-white:focus {
  color: white;
  background: transparent;
  border-color: white;
}

a:hover .btn-white,
a:focus .btn-white {
  color: white;
  background: transparent;
  border-color: white;
}

/* button - dark blue */
.btn-blue-dark {
  border-color: #184b7d;
  background-color: #184b7d;
  color: white;
}
.btn-blue-dark:hover, .btn-blue-dark:focus {
  color: #184b7d;
  background: transparent;
  border-color: #184b7d;
}

a:hover .btn-blue-dark,
a:focus .btn-blue-dark {
  color: #184b7d;
  background: transparent;
  border-color: #184b7d;
}

/* button - medium blue */
.btn-blue-medium {
  border-color: #127cc3;
  background-color: #127cc3;
  color: white;
}
.btn-blue-medium:hover, .btn-blue-medium:focus {
  color: #127cc3;
  background: transparent;
  border-color: #127cc3;
}

a:hover .btn-blue-medium,
a:focus .btn-blue-medium {
  color: #127cc3;
  background: transparent;
  border-color: #127cc3;
}

/* close button */
.btn-close {
  z-index: 999;
  display: block;
  border-radius: 40px;
  border: 2px solid white;
  background: transparent;
  width: 40px;
  height: 40px;
  top: 40px;
  right: 40px;
  position: absolute;
}
@media (max-width: 767px) {
  .btn-close {
    top: 15px;
    right: 20px;
    width: 34px;
    height: 34px;
  }
}
.btn-close:hover, .btn-close:focus {
  background: white;
}
.btn-close:hover:after, .btn-close:focus:after {
  color: #184b7d;
}
.btn-close:after {
  color: white;
  content: "\e90b";
  font-size: 2rem;
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 300;
}
@media (max-width: 767px) {
  .btn-close:after {
    font-size: 1.8rem;
  }
}

/* back button */
.back-button {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 2px solid #ced9e5;
}
@media (min-width: 768px) and (max-width: 991px) {
  .back-button {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .back-button {
    margin-top: 40px;
  }
}
.back-button a {
  color: #184b7d;
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-size: 2.2rem;
  line-height: 1.3;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .back-button a {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .back-button a {
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  .back-button a {
    padding-left: 20px;
    font-size: 1.6rem;
  }
}
.back-button a:hover, .back-button a:focus {
  color: #184b7d;
}
.back-button a:before {
  content: "\e908";
  margin-top: 1px;
  font-size: 1.8rem;
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .back-button a:before {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .back-button a:before {
    font-size: 1.4rem;
  }
}

/* CAPTION WRAPPER
--------------------------------------------*/
.caption-wrapper {
  z-index: 4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: relative;
}
.caption-wrapper .container {
  height: 100%;
  z-index: 4;
  position: relative;
}
.caption-wrapper .caption {
  z-index: 4;
}

.caption-wrapper-flex {
  z-index: 4;
  width: 100%;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* CAPTION POSITIONING
--------------------------------------------*/
.caption-bottom {
  top: auto;
  bottom: 0;
  position: absolute !important;
}
.caption-bottom.caption-right {
  right: 0;
  float: none;
}

.caption-left {
  float: left;
}

.caption-right {
  float: right;
}

.caption-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
}

/* CAPTION OVERLAY
--------------------------------------------*/
.caption-overlay {
  width: 100%;
  z-index: 5;
  left: 0;
  position: absolute;
}
.caption-overlay .text-standard p > a, .caption-overlay .text-standard li:not(.page_item) > a, .caption-overlay .text-standard span > a {
  color: white !important;
  text-decoration: underline;
}
.caption-overlay .text-standard p > a:hover, .caption-overlay .text-standard p > a:focus, .caption-overlay .text-standard li:not(.page_item) > a:hover, .caption-overlay .text-standard li:not(.page_item) > a:focus, .caption-overlay .text-standard span > a:hover, .caption-overlay .text-standard span > a:focus {
  color: white !important;
  text-decoration: none;
}
.caption-overlay h1, .caption-overlay h2, .caption-overlay h3,
.caption-overlay h4, .caption-overlay h5, .caption-overlay h6,
.caption-overlay p, .caption-overlay li, .caption-overlay a:not(.btn), .caption-overlay span:not(.btn) {
  color: white;
}
.caption-overlay li:before {
  color: white !important;
}
.caption-overlay a:not(.btn):hover {
  color: #184b7d;
}

.caption-overlay-flex {
  z-index: 5;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
}
.caption-overlay-flex .text-standard p > a, .caption-overlay-flex .text-standard li:not(.page_item) > a, .caption-overlay-flex .text-standard span > a {
  color: white !important;
  text-decoration: underline;
}
.caption-overlay-flex .text-standard p > a:hover, .caption-overlay-flex .text-standard p > a:focus, .caption-overlay-flex .text-standard li:not(.page_item) > a:hover, .caption-overlay-flex .text-standard li:not(.page_item) > a:focus, .caption-overlay-flex .text-standard span > a:hover, .caption-overlay-flex .text-standard span > a:focus {
  color: white !important;
  text-decoration: none;
}
.caption-overlay-flex h1, .caption-overlay-flex h2, .caption-overlay-flex h3,
.caption-overlay-flex h4, .caption-overlay-flex h5, .caption-overlay-flex h6,
.caption-overlay-flex p, .caption-overlay-flex li, .caption-overlay-flex a:not(.btn), .caption-overlay-flex span:not(.btn) {
  color: white;
}
.caption-overlay-flex li:before {
  color: white !important;
}
.caption-overlay-flex a:not(.btn):hover {
  color: #184b7d;
}

/* CAPTION FLEX
--------------------------------------------*/
.caption-flex {
  z-index: 5;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
}
.caption-flex.text-left .btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.caption-flex.text-center .btn {
  -ms-flex-item-align: center;
      align-self: center;
}

.caption-flex-top {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.caption-flex-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.caption-flex-bottom {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

/* CTA BLOCK
--------------------------------------------*/
.cta-block {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.cta-block .caption {
  -webkit-transform: translate3d(0, 0, 0);
}

/* CTA FLEX
--------------------------------------------*/
.cta-flex {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  overflow: hidden;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
}
.cta-flex .caption-flex {
  -webkit-transform: translate3d(0, 0, 0);
}

/* CTA CAPTION
--------------------------------------------*/
.cta-caption {
  z-index: 4;
}
.cta-caption:hover .bg-none .caption:after, .cta-caption:hover .bg-none.caption:after,
.cta-caption:hover .bg-none .caption-flex:after, .cta-caption:hover .bg-none.caption-flex:after, .cta-caption:hover.bg-none .caption:after, .cta-caption:hover.bg-none.caption:after,
.cta-caption:hover.bg-none .caption-flex:after, .cta-caption:hover.bg-none.caption-flex:after,
.cta-caption:hover .bg-white .caption:after,
.cta-caption:hover .bg-white.caption:after,
.cta-caption:hover .bg-white .caption-flex:after,
.cta-caption:hover .bg-white.caption-flex:after, .cta-caption:hover.bg-white .caption:after, .cta-caption:hover.bg-white.caption:after,
.cta-caption:hover.bg-white .caption-flex:after, .cta-caption:hover.bg-white.caption-flex:after, .cta-caption:focus .bg-none .caption:after, .cta-caption:focus .bg-none.caption:after,
.cta-caption:focus .bg-none .caption-flex:after, .cta-caption:focus .bg-none.caption-flex:after, .cta-caption:focus.bg-none .caption:after, .cta-caption:focus.bg-none.caption:after,
.cta-caption:focus.bg-none .caption-flex:after, .cta-caption:focus.bg-none.caption-flex:after,
.cta-caption:focus .bg-white .caption:after,
.cta-caption:focus .bg-white.caption:after,
.cta-caption:focus .bg-white .caption-flex:after,
.cta-caption:focus .bg-white.caption-flex:after, .cta-caption:focus.bg-white .caption:after, .cta-caption:focus.bg-white.caption:after,
.cta-caption:focus.bg-white .caption-flex:after, .cta-caption:focus.bg-white.caption-flex:after {
  opacity: 0.05;
}
.cta-caption:hover .bg-blue-light .caption:after, .cta-caption:hover .bg-blue-light.caption:after,
.cta-caption:hover .bg-blue-light .caption-flex:after, .cta-caption:hover .bg-blue-light.caption-flex:after, .cta-caption:hover.bg-blue-light .caption:after, .cta-caption:hover.bg-blue-light.caption:after,
.cta-caption:hover.bg-blue-light .caption-flex:after, .cta-caption:hover.bg-blue-light.caption-flex:after, .cta-caption:focus .bg-blue-light .caption:after, .cta-caption:focus .bg-blue-light.caption:after,
.cta-caption:focus .bg-blue-light .caption-flex:after, .cta-caption:focus .bg-blue-light.caption-flex:after, .cta-caption:focus.bg-blue-light .caption:after, .cta-caption:focus.bg-blue-light.caption:after,
.cta-caption:focus.bg-blue-light .caption-flex:after, .cta-caption:focus.bg-blue-light.caption-flex:after {
  opacity: 0.05;
}
.cta-caption:hover .bg-blue-medium .caption:after, .cta-caption:hover .bg-blue-medium.caption:after,
.cta-caption:hover .bg-blue-medium .caption-flex:after, .cta-caption:hover .bg-blue-medium.caption-flex:after, .cta-caption:hover.bg-blue-medium .caption:after, .cta-caption:hover.bg-blue-medium.caption:after,
.cta-caption:hover.bg-blue-medium .caption-flex:after, .cta-caption:hover.bg-blue-medium.caption-flex:after, .cta-caption:focus .bg-blue-medium .caption:after, .cta-caption:focus .bg-blue-medium.caption:after,
.cta-caption:focus .bg-blue-medium .caption-flex:after, .cta-caption:focus .bg-blue-medium.caption-flex:after, .cta-caption:focus.bg-blue-medium .caption:after, .cta-caption:focus.bg-blue-medium.caption:after,
.cta-caption:focus.bg-blue-medium .caption-flex:after, .cta-caption:focus.bg-blue-medium.caption-flex:after {
  opacity: 0.15;
}
.cta-caption:hover .bg-blue-medium .btn, .cta-caption:hover.bg-blue-medium .btn, .cta-caption:focus .bg-blue-medium .btn, .cta-caption:focus.bg-blue-medium .btn {
  color: white;
  background: transparent;
  border-color: white;
}
.cta-caption:hover .bg-blue-dark .caption:after, .cta-caption:hover .bg-blue-dark.caption:after,
.cta-caption:hover .bg-blue-dark .caption-flex:after, .cta-caption:hover .bg-blue-dark.caption-flex:after, .cta-caption:hover.bg-blue-dark .caption:after, .cta-caption:hover.bg-blue-dark.caption:after,
.cta-caption:hover.bg-blue-dark .caption-flex:after, .cta-caption:hover.bg-blue-dark.caption-flex:after, .cta-caption:focus .bg-blue-dark .caption:after, .cta-caption:focus .bg-blue-dark.caption:after,
.cta-caption:focus .bg-blue-dark .caption-flex:after, .cta-caption:focus .bg-blue-dark.caption-flex:after, .cta-caption:focus.bg-blue-dark .caption:after, .cta-caption:focus.bg-blue-dark.caption:after,
.cta-caption:focus.bg-blue-dark .caption-flex:after, .cta-caption:focus.bg-blue-dark.caption-flex:after {
  opacity: 0.25;
}
.cta-caption:hover .bg-blue-dark .btn, .cta-caption:hover.bg-blue-dark .btn, .cta-caption:focus .bg-blue-dark .btn, .cta-caption:focus.bg-blue-dark .btn {
  color: white;
  background: transparent;
  border-color: white;
}
.cta-caption:hover .bg-grey-light .caption:after, .cta-caption:hover .bg-grey-light.caption:after,
.cta-caption:hover .bg-grey-light .caption-flex:after, .cta-caption:hover .bg-grey-light.caption-flex:after, .cta-caption:hover.bg-grey-light .caption:after, .cta-caption:hover.bg-grey-light.caption:after,
.cta-caption:hover.bg-grey-light .caption-flex:after, .cta-caption:hover.bg-grey-light.caption-flex:after, .cta-caption:focus .bg-grey-light .caption:after, .cta-caption:focus .bg-grey-light.caption:after,
.cta-caption:focus .bg-grey-light .caption-flex:after, .cta-caption:focus .bg-grey-light.caption-flex:after, .cta-caption:focus.bg-grey-light .caption:after, .cta-caption:focus.bg-grey-light.caption:after,
.cta-caption:focus.bg-grey-light .caption-flex:after, .cta-caption:focus.bg-grey-light.caption-flex:after {
  opacity: 0.1;
}
.cta-caption .caption:after,
.cta-caption .caption-flex:after {
  content: "";
  z-index: 4;
  opacity: 0;
  background: black;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.cta-caption .text {
  z-index: 5;
  position: relative;
}

/* CTA IMG
--------------------------------------------*/
.cta-img:hover .img-overlay {
  opacity: 0.3;
}
.cta-img .img-overlay {
  opacity: 0;
}

/* CTA IMG OVERLAY CAPTION
--------------------------------------------*/
.cta-img-overlay:hover .img-overlay {
  opacity: 0.75;
}
.cta-img-overlay .img-overlay {
  opacity: 0.85;
}

/* FORMS
--------------------------------------------*/
form p {
  margin: 0;
}
form br {
  display: none;
}
form label,
form legend {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  form label,
form legend {
    margin-bottom: 7px;
  }
}
form label {
  color: #184b7d;
  font-weight: 800 !important;
}
form legend {
  border: none;
  font-weight: 800;
  font-size: 3.6rem;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  form legend {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  form legend {
    font-size: 2.6rem;
  }
}

/* resets */
select {
  cursor: pointer;
}

::-ms-clear {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #eee inset !important;
}

/* horizontal form */
.form-horizontal .form-group,
.form-group {
  margin: 0 0 15px;
}

.form-group-btn {
  margin: 0;
}

/* base form input */
/* base form checkbox */
/* base form textarea */
/* gravity forms */
body .gform_wrapper {
  margin: 0;
  /* top label */
  /* inner labels */
  /* hidden labels */
  /* form heading */
  /* form input/dropdown */
  /* complex fields */
  /* address fields */
  /* name field */
  /* validation */
  /* form section */
  /* form title & description */
  /* checkboxes/radio buttons */
  /* consent */
  /* select dropdowns */
  /* multi select */
  /* time fields */
  /* date picker */
  /* file upload */
  /* recaptcha */
  /* footer */
  /* submit button */
  /* validation */
}
body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}
body .gform_wrapper .top_label input.medium,
body .gform_wrapper .top_label select.medium {
  width: 100% !important;
}
body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
body .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 0;
  display: none;
}
body .gform_wrapper li.hidden_label input {
  margin-top: 0;
}
body .gform_wrapper .gform_heading {
  margin-bottom: 25px;
}
body .gform_wrapper .gfield {
  list-style: none;
  margin: 15px 0 0 !important;
  padding-right: 0 !important;
  /* half width fields */
  /* validation */
}
body .gform_wrapper .gfield label {
  font-weight: 300;
  margin: 0 0 10px !important;
}
@media (max-width: 767px) {
  body .gform_wrapper .gfield label {
    margin-bottom: 7px !important;
  }
}
body .gform_wrapper .gfield input[type=text] {
  padding: 10px 15px !important;
  color: black;
  border-radius: 0;
  position: relative;
  border: 2px solid white;
  box-shadow: none;
  background: white;
  margin-bottom: 0;
  width: 100%;
  height: 45px;
  font-size: 1.6rem !important;
  line-height: 1.5;
  /* focus */
  /* placeholder text */
}
@media (max-width: 991px) {
  body .gform_wrapper .gfield input[type=text] {
    height: 40px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 5px 10px !important;
  }
}
body .gform_wrapper .gfield input[type=text]:focus {
  outline: 0;
  border-color: #127cc3;
  box-shadow: none;
  background: white;
  transition: background 0.3s ease, border 0.3s ease;
}
body .gform_wrapper .gfield input[type=text]:-moz-placeholder {
  opacity: 1;
  color: black;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield input[type=text]::-moz-placeholder {
  opacity: 1;
  color: black;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield input[type=text]:-ms-input-placeholder {
  opacity: 1;
  color: black;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield input[type=text]::-webkit-input-placeholder {
  opacity: 1;
  color: black;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield input[type=text]:focus:-moz-placeholder {
  opacity: 0;
}
body .gform_wrapper .gfield input[type=text]:focus::-moz-placeholder {
  opacity: 0;
}
body .gform_wrapper .gfield input[type=text]:focus:-ms-input-placeholder {
  opacity: 0;
}
body .gform_wrapper .gfield input[type=text]:focus::-webkit-input-placeholder {
  opacity: 0;
}
body .gform_wrapper .gfield textarea {
  padding: 10px 15px !important;
  color: black;
  border-radius: 0;
  position: relative;
  border: 2px solid white;
  box-shadow: none;
  background: white;
  margin-bottom: 0;
  width: 100%;
  height: 45px;
  font-size: 1.6rem !important;
  line-height: 1.5;
  /* focus */
  /* placeholder text */
}
@media (max-width: 991px) {
  body .gform_wrapper .gfield textarea {
    height: 40px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 5px 10px !important;
  }
}
body .gform_wrapper .gfield textarea:focus {
  outline: 0;
  border-color: #127cc3;
  box-shadow: none;
  background: white;
  transition: background 0.3s ease, border 0.3s ease;
}
body .gform_wrapper .gfield textarea:-moz-placeholder {
  opacity: 1;
  color: black;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield textarea::-moz-placeholder {
  opacity: 1;
  color: black;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield textarea:-ms-input-placeholder {
  opacity: 1;
  color: black;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield textarea::-webkit-input-placeholder {
  opacity: 1;
  color: black;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield textarea:focus:-moz-placeholder {
  opacity: 0;
}
body .gform_wrapper .gfield textarea:focus::-moz-placeholder {
  opacity: 0;
}
body .gform_wrapper .gfield textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
body .gform_wrapper .gfield textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
body .gform_wrapper .gfield textarea.small, body .gform_wrapper .gfield textarea.medium, body .gform_wrapper .gfield textarea.large {
  height: 130px;
}
body .gform_wrapper .gfield select {
  padding: 10px 15px !important;
  color: black;
  border-radius: 0;
  position: relative;
  border: 2px solid white;
  box-shadow: none;
  background: white;
  margin-bottom: 0;
  width: 100%;
  height: 45px;
  font-size: 1.6rem !important;
  line-height: 1.5;
  /* focus */
  /* placeholder text */
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  z-index: 1;
}
@media (max-width: 991px) {
  body .gform_wrapper .gfield select {
    height: 40px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 5px 10px !important;
  }
}
body .gform_wrapper .gfield select:focus {
  outline: 0;
  border-color: #127cc3;
  box-shadow: none;
  background: white;
  transition: background 0.3s ease, border 0.3s ease;
}
body .gform_wrapper .gfield select:-moz-placeholder {
  opacity: 1;
  color: black;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield select::-moz-placeholder {
  opacity: 1;
  color: black;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield select:-ms-input-placeholder {
  opacity: 1;
  color: black;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield select::-webkit-input-placeholder {
  opacity: 1;
  color: black;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield select:focus:-moz-placeholder {
  opacity: 0;
}
body .gform_wrapper .gfield select:focus::-moz-placeholder {
  opacity: 0;
}
body .gform_wrapper .gfield select:focus:-ms-input-placeholder {
  opacity: 0;
}
body .gform_wrapper .gfield select:focus::-webkit-input-placeholder {
  opacity: 0;
}
body .gform_wrapper .gfield h5 {
  margin: 10px 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
body .gform_wrapper .gfield.half-width {
  width: calc(50% - 8px);
}
@media (max-width: 567px) {
  body .gform_wrapper .gfield.half-width {
    width: calc(100% - 0px);
  }
}
body .gform_wrapper .gfield.half-width .ginput_container_select:after {
  right: 15px;
}
body .gform_wrapper .gfield.gfield_error {
  margin: 20px 0 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
@media (max-width: 767px) {
  body .gform_wrapper .gfield.gfield_error {
    margin-top: 15px !important;
  }
}
body .gform_wrapper .ginput_complex .ginput_full,
body .gform_wrapper .ginput_complex .ginput_left,
body .gform_wrapper .ginput_complex .ginput_right {
  min-height: auto;
}
body .gform_wrapper .ginput_container_address span {
  display: block;
  margin-bottom: 15px !important;
}
@media (max-width: 767px) {
  body .gform_wrapper .ginput_container_address span {
    margin-bottom: 10px !important;
  }
}
body .gform_wrapper .ginput_container_name span {
  padding-right: 14px !important;
}
@media (max-width: 567px) {
  body .gform_wrapper .ginput_container_name span {
    padding-right: 0 !important;
  }
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: calc(100% - 0px) !important;
}
body .gform_wrapper .validation_message {
  display: none;
}
body .gform_wrapper .gsection {
  margin: 25px 0 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
body .gform_wrapper .gsection:first-of-type {
  margin-top: 0 !important;
}
body .gform_wrapper .gsection .gfield_label,
body .gform_wrapper h2.gsection_title,
body .gform_wrapper h3.gform_title {
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) and (max-width: 1199px) {
  body .gform_wrapper .gsection .gfield_label,
body .gform_wrapper h2.gsection_title,
body .gform_wrapper h3.gform_title {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  body .gform_wrapper .gsection .gfield_label,
body .gform_wrapper h2.gsection_title,
body .gform_wrapper h3.gform_title {
    font-size: 2rem;
  }
}
body .gform_wrapper .gfield_description,
body .gform_wrapper .gsection_description {
  padding: 0;
  margin: 15px 0;
  font-size: 1.7rem;
}
body .gform_wrapper .field_description_below .gfield_description {
  padding-top: 10px;
}
@media (max-width: 767px) {
  body .gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px !important;
  }
}
body .gform_wrapper .description_above .gfield_description {
  padding: 0;
}
body .gform_wrapper .ginput_container_checkbox,
body .gform_wrapper .ginput_container_radio {
  margin-bottom: 25px;
}
body .gform_wrapper .ginput_container_checkbox label,
body .gform_wrapper .ginput_container_radio label {
  cursor: pointer;
  position: relative;
  font-weight: 300 !important;
  margin: 4px 0 0 0 !important;
  display: inline-block !important;
  padding-left: 23px !important;
}
body .gform_wrapper .ginput_container_checkbox label:after, body .gform_wrapper .ginput_container_checkbox label:before,
body .gform_wrapper .ginput_container_radio label:after,
body .gform_wrapper .ginput_container_radio label:before {
  content: "";
  border-radius: 0;
  position: absolute;
}
body .gform_wrapper .ginput_container_checkbox label:before,
body .gform_wrapper .ginput_container_radio label:before {
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: white;
  border: 1px solid #184b7d;
}
body .gform_wrapper .ginput_container_checkbox label:after,
body .gform_wrapper .ginput_container_radio label:after {
  opacity: 0;
}
body .gform_wrapper .ginput_container_checkbox input,
body .gform_wrapper .ginput_container_radio input {
  display: none !important;
  opacity: 0;
  margin: 0 !important;
  padding: 0 !important;
}
body .gform_wrapper .ginput_container_checkbox input:checked + label:after, body .gform_wrapper .ginput_container_checkbox input:checked + label:after,
body .gform_wrapper .ginput_container_radio input:checked + label:after,
body .gform_wrapper .ginput_container_radio input:checked + label:after {
  left: 2px;
  top: 1px;
  opacity: 1;
  color: #184b7d;
  content: "\ea10";
  font-size: 1.2rem;
  font-family: "icomoon";
}
@media (max-width: 767px) {
  body .gform_wrapper .ginput_container_checkbox,
body .gform_wrapper .ginput_container_radio {
    margin-bottom: 15px !important;
  }
}
body .gform_wrapper .ginput_container_checkbox li,
body .gform_wrapper .ginput_container_radio li {
  display: inline;
  margin: 0 15px 5px 0 !important;
}
body .gform_wrapper .ginput_container_consent label {
  cursor: pointer;
  position: relative;
  font-weight: 300 !important;
  margin: 4px 0 0 0 !important;
  display: inline-block !important;
  padding-left: 23px !important;
}
body .gform_wrapper .ginput_container_consent label:after, body .gform_wrapper .ginput_container_consent label:before {
  content: "";
  border-radius: 0;
  position: absolute;
}
body .gform_wrapper .ginput_container_consent label:before {
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: white;
  border: 1px solid #184b7d;
}
body .gform_wrapper .ginput_container_consent label:after {
  opacity: 0;
}
body .gform_wrapper .ginput_container_consent input {
  display: none !important;
  opacity: 0;
  margin: 0 !important;
  padding: 0 !important;
}
body .gform_wrapper .ginput_container_consent input:checked + label:after, body .gform_wrapper .ginput_container_consent input:checked + label:after {
  left: 2px;
  top: 1px;
  opacity: 1;
  color: #184b7d;
  content: "\ea10";
  font-size: 1.2rem;
  font-family: "icomoon";
}
body .gform_wrapper .ginput_container_consent label {
  font-weight: 400 !important;
}
body .gform_wrapper .ginput_container_consent label a {
  text-decoration: underline;
}
body .gform_wrapper .ginput_container_consent label a:hover, body .gform_wrapper .ginput_container_consent label a:focus {
  text-decoration: none;
}
body .gform_wrapper .ginput_container_select,
body .gform_wrapper .gfield_time_ampm,
body .gform_wrapper .ginput_container_address .address_country {
  position: relative;
}
body .gform_wrapper .ginput_container_select:after,
body .gform_wrapper .gfield_time_ampm:after,
body .gform_wrapper .ginput_container_address .address_country:after {
  content: "\e907";
  font-family: "icomoon";
  font-size: 1rem;
  display: block;
  color: black;
  pointer-events: none;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px;
}
@media (max-width: 991px) {
  body .gform_wrapper .ginput_container_select:after,
body .gform_wrapper .gfield_time_ampm:after,
body .gform_wrapper .ginput_container_address .address_country:after {
    right: 10px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .gform_wrapper .ginput_container_select:after,
body .gform_wrapper .gfield_time_ampm:after,
body .gform_wrapper .ginput_container_address .address_country:after {
    display: none;
  }
}
body .gform_wrapper .ginput_container_select select.not_chosen,
body .gform_wrapper .gfield_time_ampm select.not_chosen,
body .gform_wrapper .ginput_container_address .address_country select.not_chosen {
  color: #999;
}
body .gform_wrapper .ginput_container_select select option,
body .gform_wrapper .gfield_time_ampm select option,
body .gform_wrapper .ginput_container_address .address_country select option {
  color: black;
}
body .gform_wrapper .ginput_container_select select option:first-child,
body .gform_wrapper .gfield_time_ampm select option:first-child,
body .gform_wrapper .ginput_container_address .address_country select option:first-child {
  color: #999;
}
body .gform_wrapper .ginput_container_multiselect .gfield_select {
  height: 150px !important;
}
body .gform_wrapper.gf_browser_safari .gfield_time_ampm select, body .gform_wrapper.gf_browser_chrome .gfield_time_ampm select, body .gform_wrapper.gf_browser_gecko .gfield_time_ampm select, body .gform_wrapper.gf_browser_ie .gfield_time_ampm select, body .gform_wrapper.gf_browser_iphone .gfield_time_ampm select, body .gform_wrapper.gf_browser_unknown .gfield_time_ampm select {
  width: 100% !important;
  max-width: 100% !important;
}
body .gform_wrapper .gfield_time_ampm,
body .gform_wrapper .gfield_time_hour,
body .gform_wrapper .gfield_time_minute {
  width: 127px;
  max-width: 127px;
}
body .gform_wrapper .gfield_time_hour {
  margin-right: 5px;
}
body .gform_wrapper .gfield_time_hour i {
  display: none;
}
body .gform_wrapper input.medium.datepicker {
  width: 333px !important;
}
@media (min-width: 1921px) {
  body .gform_wrapper input.medium.datepicker {
    width: 423px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .gform_wrapper input.medium.datepicker {
    width: 243px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .gform_wrapper input.medium.datepicker {
    width: 305px !important;
  }
}
@media (max-width: 767px) {
  body .gform_wrapper input.medium.datepicker {
    width: 100% !important;
  }
}
body .gform_wrapper .ginput_container_fileupload + .validation_message {
  display: block !important;
}
body .gform_wrapper .grecaptcha-badge {
  z-index: 998;
}
body .gform_wrapper .gform_page_footer {
  border: none;
}
body .gform_wrapper .gform_footer {
  padding: 0 !important;
  margin-top: 20px !important;
}
body .gform_wrapper .gform_button,
body .gform_wrapper .gform_next_button,
body .gform_wrapper .gform_previous_button {
  margin: 0 !important;
  cursor: pointer;
  border: 2px solid #127cc3;
  color: white;
  background: #127cc3;
  border-radius: 0;
  position: relative;
  display: inline-block;
  outline: none !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  padding: 11px 17px 13px !important;
  font-size: 1.9rem !important;
  line-height: 1 !important;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  body .gform_wrapper .gform_button,
body .gform_wrapper .gform_next_button,
body .gform_wrapper .gform_previous_button {
    width: auto !important;
    padding: 10px 15px 12px;
    line-height: 1 !important;
    font-size: 1.7rem !important;
  }
}
body .gform_wrapper .gform_button:hover, body .gform_wrapper .gform_button:focus,
body .gform_wrapper .gform_next_button:hover,
body .gform_wrapper .gform_next_button:focus,
body .gform_wrapper .gform_previous_button:hover,
body .gform_wrapper .gform_previous_button:focus {
  width: auto;
  color: #127cc3;
  outline: none !important;
  background: transparent;
  border-color: #127cc3;
}
body .gform_wrapper .gfield_required,
body .gform_wrapper .gfield_error .gfield_label,
body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .validation_message {
  color: red;
}
body .gform_wrapper div.validation_error {
  color: red;
  text-align: left;
  border-color: red;
}
body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield_error textarea {
  width: 100%;
  border: 1px solid red;
}

/* ui datepicker */
.ui-datepicker {
  margin-top: 0 !important;
}

.ui-datepicker-header {
  color: #222 !important;
}

/* ICONS
--------------------------------------------*/
/* play icon */
.play-icon {
  z-index: 5;
  border-radius: 60px;
  background: #127cc3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .play-icon {
    border-radius: 50px;
    width: 50px;
    height: 50px;
  }
}
.play-icon:before {
  content: "\e90d";
  z-index: 2;
  color: white;
  font-size: 2.2rem;
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 2px;
  text-indent: 0;
}
@media (max-width: 767px) {
  .play-icon:before {
    font-size: 2rem;
  }
}

a:hover .play-icon {
  background: white;
}
a:hover .play-icon:before {
  color: #127cc3;
}

/* LINKS
--------------------------------------------*/
/* global link */
.link {
  position: relative;
  margin-top: 15px;
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-weight: 500;
}
.link:after {
  content: "";
  height: 2px;
  display: block;
  top: -2px;
  position: relative;
}
.link:hover:after, .link:focus:after {
  opacity: 0;
}
.link-blue-dark {
  color: #184b7d;
}
.link-blue-dark:hover, .link-blue-dark:focus {
  color: #184b7d;
}
.link-blue-dark:after {
  background: #184b7d;
}
.link-blue-medium {
  color: #127cc3;
}
.link-blue-medium:hover, .link-blue-medium:focus {
  color: #127cc3;
}
.link-blue-medium:after {
  background: #127cc3;
}
.link-black {
  color: black;
}
.link-black:hover, .link-black:focus {
  color: black;
}
.link-black:after {
  background: black;
}
.link-white {
  color: white;
}
.link-white:hover, .link-white:focus {
  color: white;
}
.link-white:after {
  background: white;
}

a:hover .link:after,
a:focus .link:after {
  opacity: 0;
}

/* see more link */
/* BOOTSTRAP MODAL
--------------------------------------------*/
/* modal backdrop */
.modal-backdrop.in {
  opacity: 1;
}

.modal-backdrop {
  background: rgba(24, 75, 125, 0.95);
}
@media (max-width: 767px) {
  .modal-backdrop {
    background: white;
  }
}

.modal {
  overflow-y: auto;
}

.modal-open {
  overflow: auto;
  padding-right: 0px !important;
}

/* modal content */
.modal {
  padding: 0 !important;
}

.modal-dialog {
  width: 800px;
  margin-top: 130px;
  -webkit-transform: none !important;
          transform: none !important;
}
@media (min-width: 1921px) {
  .modal-dialog {
    width: 950px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    width: 650px;
  }
}
@media (max-width: 767px) {
  .modal-dialog {
    width: 100%;
    margin: 0;
  }
}

.modal-content {
  border: none;
  border-radius: 0;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .modal-content {
    box-shadow: none;
  }
}

.modal-body {
  padding: 60px;
}
@media (min-width: 1921px) {
  .modal-body {
    padding: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .modal-body {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .modal-body {
    padding: 70px 25px;
  }
}

/* CATEGORY NAVIGATION/DROPDOWN
--------------------------------------------*/
/* category navigation */
.category-navigation {
  z-index: 1;
  margin-top: 25px;
  position: relative;
}
@media (min-width: 1921px) {
  .category-navigation {
    margin-top: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-navigation {
    margin-top: 30px;
  }
}
.category-navigation ul {
  margin-top: -20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-navigation ul {
    margin-top: -15px;
  }
}
@media (max-width: 767px) {
  .category-navigation ul {
    margin-top: -10px;
  }
}
.category-navigation li {
  padding: 0;
  display: inline-block;
  margin: 20px 15px 0 0;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-navigation li {
    margin: 15px 10px 0 0;
  }
}
@media (max-width: 767px) {
  .category-navigation li {
    margin: 10px 10px 0 0;
  }
}
.category-navigation li:before {
  display: none;
}
.category-navigation li.current-cat a {
  color: white;
  border-color: #184b7d;
  background: #184b7d;
  font-weight: 800;
}
.category-navigation li.cat-item-none {
  display: none;
}
.category-navigation a {
  color: #184b7d;
  display: inline-block;
  padding: 15px 20px 16px;
  font-size: 1.9rem;
  line-height: 1;
  border: 2px solid #184b7d;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .category-navigation a {
    padding: 14px 17px 15px;
  }
}
@media (max-width: 767px) {
  .category-navigation a {
    font-size: 1.7rem;
    padding: 12px 13px 13px;
  }
}
.category-navigation a:hover, .category-navigation a:focus {
  color: white;
  border-color: #184b7d;
  background: #184b7d;
}

/* category dropdown */
.category-dropdown {
  z-index: 2;
  position: relative;
  /* dropdown button */
  /* dropdown list */
}
@media (max-width: 767px) {
  .category-dropdown {
    margin: 15px 0 5px;
  }
}
.category-dropdown-button {
  width: 100%;
  color: white;
  display: block;
  text-align: left;
  position: relative;
  background: #184b7d;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .category-dropdown-button {
    font-size: 2rem;
    padding: 10px 15px;
  }
}
.category-dropdown-button:after {
  content: "\e907";
  font-family: "icomoon";
  color: white;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px;
  font-size: 1.1rem;
}
.category-dropdown-button.open:after {
  content: "\e90a";
}
.category-dropdown-button:hover, .category-dropdown-button:focus {
  color: white;
}
.category-dropdown-list {
  width: 100%;
  overflow: hidden;
  background: #184b7d;
  left: 0;
  position: relative;
}
.category-dropdown-list ul {
  list-style: none;
  text-align: left;
  padding: 0 15px 15px;
}
.category-dropdown-list li {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
.category-dropdown-list li:before {
  display: none;
}
.category-dropdown-list li.current-cat a,
.category-dropdown-list li.current-cat a:hover,
.category-dropdown-list li.current-cat a:focus {
  cursor: default;
  color: #127cc3;
}
.category-dropdown-list a {
  color: white;
  font-size: 2rem;
  display: inline-block;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.category-dropdown-list a:hover, .category-dropdown-list a:focus {
  color: #127cc3;
}

/* PAGINATION
--------------------------------------------*/
/* standard pagination */
.pagination-links {
  width: 100%;
  padding: 30px 0;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .pagination-links {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pagination-links {
    margin-top: 40px;
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .pagination-links {
    margin-top: 30px;
    padding: 20px 0;
  }
}
.pagination-links li.active a {
  color: #127cc3;
  font-weight: 800;
}
.pagination-links li.active a:hover, .pagination-links li.active a:focus {
  color: #127cc3;
}
.pagination-links a {
  font-size: 1.9rem;
  color: #0d0d0d;
}
.pagination-links a:hover, .pagination-links a:focus {
  color: #127cc3;
}
.pagination-links a:hover:after, .pagination-links a:focus:after {
  color: #127cc3;
}
.pagination-links .page-numbers {
  list-style: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagination-links .page-numbers li {
  margin: 0 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .pagination-links .page-numbers li {
    margin: 0 2px;
  }
}
.pagination-links .page-link a {
  position: relative;
}
.pagination-links .page-link a:after {
  font-size: 1.3rem;
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 1921px) {
  .pagination-links .page-link a:after {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pagination-links .page-link a:after {
    margin-top: 1px;
  }
}
@media (max-width: 767px) {
  .pagination-links .page-link a:after {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .pagination-links .page-link a span {
    display: none;
  }
}
.pagination-links .page-prev {
  float: left;
}
.pagination-links .page-prev a {
  padding-left: 15px;
}
@media (min-width: 1921px) {
  .pagination-links .page-prev a {
    padding-left: 20px;
  }
}
.pagination-links .page-prev a:after {
  left: 0;
  content: "\e908";
}
.pagination-links .page-next {
  float: right;
}
.pagination-links .page-next a {
  padding-right: 15px;
}
@media (min-width: 1921px) {
  .pagination-links .page-next a {
    padding-right: 20px;
  }
}
.pagination-links .page-next a:after {
  right: 0;
  content: "\e909";
}

/* taxonomy filter pagination */
.mdf-pagination-links {
  position: relative;
  margin-top: 35px;
  width: 100%;
  height: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mdf-pagination-links {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .mdf-pagination-links {
    margin-top: 25px;
  }
}
.mdf-pagination-links ol {
  width: 100%;
  text-align: center;
  list-style: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mdf-pagination-links ol li {
  margin: 0 5px;
  display: inline-block;
}
.mdf-pagination-links ol li .current {
  font-size: 1.9rem;
  position: relative;
  color: #127cc3;
}
.mdf-pagination-links ol li .current:after {
  content: "";
  height: 2px;
  display: block;
  background: #127cc3;
  top: -2px;
  position: relative;
}
.mdf-pagination-links ol li a {
  font-size: 1.9rem;
  position: relative;
  color: #184b7d;
}
.mdf-pagination-links ol li a:hover, .mdf-pagination-links ol li a:focus {
  color: #127cc3;
}
.mdf-pagination-links ol li a:hover:after, .mdf-pagination-links ol li a:focus:after {
  color: #127cc3;
}
.mdf-pagination-links ol li a:after {
  font-size: 1.3rem;
  font-family: "icomoon";
  top: -1px;
  left: -5px;
  position: relative;
}
@media (min-width: 1921px) {
  .mdf-pagination-links ol li a:after {
    top: 0;
    font-size: 1.4rem;
  }
}
.mdf-pagination-links ol li a.prev, .mdf-pagination-links ol li a.next {
  color: transparent;
}
.mdf-pagination-links ol li a.prev:after, .mdf-pagination-links ol li a.next:after {
  left: -5px;
  color: #184b7d;
}
.mdf-pagination-links ol li a.prev {
  padding-left: 15px;
}
@media (min-width: 1921px) {
  .mdf-pagination-links ol li a.prev {
    padding-left: 20px;
  }
}
.mdf-pagination-links ol li a.prev:after {
  content: "\e908";
}
.mdf-pagination-links ol li a.next {
  padding-right: 15px;
}
@media (min-width: 1921px) {
  .mdf-pagination-links ol li a.next {
    padding-right: 20px;
  }
}
.mdf-pagination-links ol li a.next:after {
  content: "\e909";
}
.mdf-pagination-links ol li a:hover:after, .mdf-pagination-links ol li a:focus:after {
  color: #127cc3;
}

/* BX SLIDER
--------------------------------------------*/
.bx-wrapper {
  margin: 0 !important;
  z-index: 997;
  /* pager */
}
.bx-wrapper img {
  display: inline-block;
  height: auto;
}
.bx-wrapper .bx-loading {
  display: none !important;
}
.bx-wrapper .bx-viewport {
  left: 0;
  border: none;
  box-shadow: none;
  background: none;
}
.bx-wrapper .bx-viewport ul {
  list-style: none;
  text-align: center;
}
.bx-wrapper .bx-viewport li {
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  list-style: none !important;
}
.bx-wrapper .bx-pager {
  padding: 0;
  bottom: 0;
}
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:not(:last-of-type) {
  margin-right: 15px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #eee;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 18px;
    height: 18px;
    border-radius: 18px;
  }
}
@media (max-width: 767px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 15px;
    height: 15px;
    border-radius: 15px;
  }
}
.bx-wrapper .bx-controls {
  position: relative;
}

/* slider nav buttons */
.slider-nav {
  width: 100%;
  z-index: 997;
  position: absolute;
}
.slider-nav span {
  position: absolute;
}
.slider-nav a {
  position: absolute;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 30px;
}
@media (max-width: 767px) {
  .slider-nav a {
    position: relative;
  }
}
.slider-nav a:hover:before {
  color: #184b7d;
}
.slider-nav a:before {
  color: #184b7d;
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "icomoon";
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .slider-nav a:before {
    font-size: 2rem;
  }
}
.slider-nav .slider-prev {
  left: 0;
}
.slider-nav .slider-prev:before {
  content: "\e908";
}
.slider-nav .slider-next {
  right: 0;
}
.slider-nav .slider-next:before {
  content: "\e909";
}

/* FLEXSLIDER
--------------------------------------------*/
.flexslider {
  height: 100%;
  margin: 0;
  border: none;
  background: none;
  border-radius: 0;
}
.flexslider:not(.box-shadow-base) {
  box-shadow: none;
}
.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
  opacity: 1;
}
.flexslider .slides {
  height: 100%;
}
.flexslider .slides > li {
  height: 100%;
  margin: 0;
  position: relative;
}

/* directional nav - arrows */
.flex-direction-nav li {
  margin: 0;
}
.flex-direction-nav a {
  opacity: 1;
  cursor: pointer;
  color: transparent;
  display: inline-block;
  text-shadow: none;
  background: white;
  margin-top: -25px;
  width: 50px;
  height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flex-direction-nav a {
    width: 45px;
    height: 45px;
    margin-top: -23px;
  }
}
@media (max-width: 767px) {
  .flex-direction-nav a {
    width: 34px;
    height: 37px;
    margin-top: -17px;
  }
}
.flex-direction-nav a:hover {
  opacity: 0.8 !important;
}
.flex-direction-nav a:before {
  color: black;
  font-size: 1.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "icomoon";
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) and (max-width: 991px) {
  .flex-direction-nav a:before {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .flex-direction-nav a:before {
    font-size: 1.5rem;
  }
}
.flex-direction-nav a.flex-prev {
  left: 0 !important;
}
.flex-direction-nav a.flex-prev:before {
  content: "\e908";
}
.flex-direction-nav a.flex-next {
  right: 0 !important;
}
.flex-direction-nav a.flex-next:before {
  content: "\e909";
}

/* control nav - dots */
.flex-control-container {
  float: left;
  margin: 0 25px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.flex-control-nav {
  width: auto;
  bottom: inherit;
  text-align: left;
  position: relative;
}
.flex-control-nav li {
  margin: 0;
  display: inline-block;
}
.flex-control-nav li:not(:last-of-type) {
  margin-right: 15px;
}

.flex-control-paging li a {
  width: 20px;
  height: 20px;
  box-shadow: none;
  background: transparent;
  border: 2px solid white;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .flex-control-paging li a {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .flex-control-paging li a {
    width: 17px;
    height: 17px;
  }
}
.flex-control-paging li a:hover {
  background: white;
}
.flex-control-paging li a.flex-active {
  background: white;
}
.flex-control-paging li a.flex-active:hover {
  background: white;
}

/* SOCIAL
--------------------------------------------*/
.social-links {
  list-style: none;
}
.social-links li {
  margin-right: 15px;
  display: inline-block;
}
.social-links li:last-of-type {
  margin: 0;
}
.social-links a {
  display: block;
  position: relative;
  color: white;
}
.social-links a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.social-links span {
  font-size: 2.8rem;
}

/* TABLES
--------------------------------------------*/
.table-container {
  width: 100%;
  overflow-y: auto;
}
.table-container table {
  width: 100%;
  display: table;
  border-spacing: 0;
  background: white;
  text-align: left;
  border-collapse: collapse;
  border: 2px solid #127cc3;
}
.table-container table tr:first-of-type th, .table-container table tr:first-of-type td {
  color: white;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 800;
  background: #127cc3;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .table-container table tr:first-of-type th, .table-container table tr:first-of-type td {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .table-container table tr:first-of-type th, .table-container table tr:first-of-type td {
    font-size: 1.9rem;
  }
}
.table-container table tr:nth-of-type(even) td {
  background: #f6f8fa;
}
.table-container table th, .table-container table td {
  padding: 15px 20px;
  background: white;
  border: 2px solid #127cc3;
}
@media (min-width: 1921px) {
  .table-container table th, .table-container table td {
    padding: 20px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-container table th, .table-container table td {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .table-container table th, .table-container table td {
    padding: 10px 15px;
  }
}
.table-container table thead + tbody tr:first-of-type th, .table-container table thead + tbody tr:first-of-type td {
  background: white;
  color: black;
  font-family: inherit;
  font-size: 1.5rem;
  line-height: 1.5;
}
.table-container table thead th {
  color: white;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 800;
  background: #127cc3;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .table-container table thead th {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .table-container table thead th {
    font-size: 1.9rem;
  }
}

/* TABS
--------------------------------------------*/
/* tab navigation - base */
.nav-tabs {
  border: none;
  padding: 0;
}
.nav-tabs > li {
  margin: 0;
  float: none;
  display: inline-block;
}
.nav-tabs > li:not(:last-of-type) {
  margin-right: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-tabs > li:not(:last-of-type) {
    margin-right: 10px;
  }
}
.nav-tabs > li > a {
  margin: 0;
  padding: 25px 30px;
  border: none;
  color: #184b7d !important;
  background: none;
  border-radius: 0;
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
  background: #ced9e5;
}
@media (min-width: 1921px) {
  .nav-tabs > li > a {
    padding: 30px 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-tabs > li > a {
    font-size: 1.9rem;
    padding: 20px 25px;
  }
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  background: #dfe6ee;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
  background: #dfe6ee;
}

/* panel content */
.tab-content {
  border: none;
  padding: 40px;
  background: #dfe6ee;
}
@media (min-width: 1921px) {
  .tab-content {
    padding: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tab-content {
    padding: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tab-content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .tab-content {
    padding: 25px 0;
  }
}

/* if tabs sits on grey/red bg */
.bg-blue-x-light .tab-content,
.bg-blue-light .tab-content {
  background: #184b7d;
}
.bg-blue-x-light .nav-tabs > li > a,
.bg-blue-light .nav-tabs > li > a {
  color: white;
  background: #143e68;
}
.bg-blue-x-light .nav-tabs > li > a:focus,
.bg-blue-x-light .nav-tabs > li > a:hover,
.bg-blue-light .nav-tabs > li > a:focus,
.bg-blue-light .nav-tabs > li > a:hover {
  background: #0c243d;
}
.bg-blue-x-light .nav-tabs > li.active > a,
.bg-blue-x-light .nav-tabs > li.active > a:focus,
.bg-blue-x-light .nav-tabs > li.active > a:hover,
.bg-blue-light .nav-tabs > li.active > a,
.bg-blue-light .nav-tabs > li.active > a:focus,
.bg-blue-light .nav-tabs > li.active > a:hover {
  background: #184b7d;
}

/* VIDEO
--------------------------------------------*/
/* inline youtube video */
.youtube-container {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
}
.youtube-container iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

/* BACKGROUNDS - Background images and colours */
/* GRADIENT OVERLAYS
--------------------------------------------*/
.gradient-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

/* black gradient */
.gradient-overlay-black-left {
  background: rgba(0, 0, 0, 0.7) 0%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.gradient-overlay-black-left-alt {
  background: rgba(0, 0, 0, 0.7) 0%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%);
}

.gradient-overlay-black-top {
  background: rgba(0, 0, 0, 0.3) 0%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
}

.gradient-overlay-black-bottom {
  background: rgba(0, 0, 0, 0.7) 0%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.gradient-overlay-black-bottom-alt {
  background: rgba(0, 0, 0, 0.7) 0%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
}

.gradient-overlay-black-bottom-left {
  background: black 0%;
  background: linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0.2) 60%);
}

.gradient-overlay-black-bottom-left-alt {
  background: rgba(0, 0, 0, 0.6) 0%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
}

.gradient-overlay-black-top-bottom {
  background: rgba(0, 0, 0, 0.7) 0%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

/* white gradient */
.gradient-overlay-white-left {
  background: white 0%;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.7) 100%);
}

.gradient-overlay-white-top {
  background: rgba(255, 255, 255, 0.5) 0%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
}

.gradient-overlay-white-bottom {
  background: rgba(255, 255, 255, 0.7) 0%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

/* GRADIENTS
--------------------------------------------*/
/* dark blue */
.bg-gradient-blue-dark {
  background: #184b7d 0%;
  background: linear-gradient(135deg, #184b7d 0%, #1b63a9 100%);
}

/* medium blue */
.bg-gradient-blue-medium {
  background: #127cc3 0%;
  background: linear-gradient(135deg, #127cc3 0%, #2a95dd 100%);
}

/* BACKGROUND COLOURS
--------------------------------------------*/
/* none */
.bg-none .text-standard p > a, .bg-none .text-standard li:not(.page_item) > a, .bg-none .text-standard span > a {
  color: #127cc3 !important;
  text-decoration: underline;
}
.bg-none .text-standard p > a:hover, .bg-none .text-standard p > a:focus, .bg-none .text-standard li:not(.page_item) > a:hover, .bg-none .text-standard li:not(.page_item) > a:focus, .bg-none .text-standard span > a:hover, .bg-none .text-standard span > a:focus {
  color: #127cc3 !important;
  text-decoration: none;
}

/* white */
.bg-white {
  background: white;
}
.bg-white a.see-more {
  color: #184b7d;
}
.bg-white a.see-more:hover, .bg-white a.see-more:focus {
  color: black;
}
.bg-white .flex-control-paging li a {
  border-color: #184b7d;
}
.bg-white .flex-control-paging li a:hover {
  background: #184b7d;
}
.bg-white .flex-control-paging li a.flex-active {
  background: #184b7d;
}
.bg-white .flex-control-paging li a.flex-active:hover {
  background: #184b7d;
}
.bg-white .text-standard p > a, .bg-white .text-standard li:not(.page_item) > a, .bg-white .text-standard span > a {
  color: #127cc3 !important;
  text-decoration: underline;
}
.bg-white .text-standard p > a:hover, .bg-white .text-standard p > a:focus, .bg-white .text-standard li:not(.page_item) > a:hover, .bg-white .text-standard li:not(.page_item) > a:focus, .bg-white .text-standard span > a:hover, .bg-white .text-standard span > a:focus {
  color: #127cc3 !important;
  text-decoration: none;
}
.bg-white p, .bg-white ul, .bg-white ol, .bg-white li {
  color: black;
}

/* grey - light */
.bg-grey-light {
  background: #eee;
}
.bg-grey-light a.see-more {
  color: #184b7d;
}
.bg-grey-light a.see-more:hover, .bg-grey-light a.see-more:focus {
  color: black;
}
.bg-grey-light .flex-control-paging li a {
  border-color: #184b7d;
}
.bg-grey-light .flex-control-paging li a:hover {
  background: #184b7d;
}
.bg-grey-light .flex-control-paging li a.flex-active {
  background: #184b7d;
}
.bg-grey-light .flex-control-paging li a.flex-active:hover {
  background: #184b7d;
}
.bg-grey-light p, .bg-grey-light ul, .bg-grey-light li {
  color: black;
}

/* blue - light */
.bg-blue-light {
  background: #dfe6ee;
}
.bg-blue-light a.see-more {
  color: #184b7d;
}
.bg-blue-light a.see-more:hover, .bg-blue-light a.see-more:focus {
  color: black;
}
.bg-blue-light .flex-control-paging li a {
  border-color: #184b7d;
}
.bg-blue-light .flex-control-paging li a:hover {
  background: #184b7d;
}
.bg-blue-light .flex-control-paging li a.flex-active {
  background: #184b7d;
}
.bg-blue-light .flex-control-paging li a.flex-active:hover {
  background: #184b7d;
}
.bg-blue-light .text-standard p > a, .bg-blue-light .text-standard li:not(.page_item) > a, .bg-blue-light .text-standard span > a {
  color: #127cc3 !important;
  text-decoration: underline;
}
.bg-blue-light .text-standard p > a:hover, .bg-blue-light .text-standard p > a:focus, .bg-blue-light .text-standard li:not(.page_item) > a:hover, .bg-blue-light .text-standard li:not(.page_item) > a:focus, .bg-blue-light .text-standard span > a:hover, .bg-blue-light .text-standard span > a:focus {
  color: #127cc3 !important;
  text-decoration: none;
}

/* blue - medium */
.bg-blue-medium {
  background: #127cc3 0%;
  background: linear-gradient(135deg, #127cc3 0%, #2a95dd 100%);
}
.bg-blue-medium .text-standard p > a, .bg-blue-medium .text-standard li:not(.page_item) > a, .bg-blue-medium .text-standard span > a {
  color: white !important;
  text-decoration: underline;
}
.bg-blue-medium .text-standard p > a:hover, .bg-blue-medium .text-standard p > a:focus, .bg-blue-medium .text-standard li:not(.page_item) > a:hover, .bg-blue-medium .text-standard li:not(.page_item) > a:focus, .bg-blue-medium .text-standard span > a:hover, .bg-blue-medium .text-standard span > a:focus {
  color: white !important;
  text-decoration: none;
}
.bg-blue-medium h1, .bg-blue-medium h2, .bg-blue-medium h3,
.bg-blue-medium h4, .bg-blue-medium h5, .bg-blue-medium h6 {
  color: white;
}
.bg-blue-medium p, .bg-blue-medium ul, .bg-blue-medium ol, .bg-blue-medium li, .bg-blue-medium span:not(.btn) {
  color: white;
}
.bg-blue-medium .btn:hover, .bg-blue-medium .btn:focus {
  color: white;
  background: transparent;
  border-color: white;
}

/* blue - dark */
.bg-blue-dark {
  background: #184b7d 0%;
  background: linear-gradient(135deg, #184b7d 0%, #1b63a9 100%);
}
.bg-blue-dark .text-standard p > a, .bg-blue-dark .text-standard li:not(.page_item) > a, .bg-blue-dark .text-standard span > a {
  color: white !important;
  text-decoration: underline;
}
.bg-blue-dark .text-standard p > a:hover, .bg-blue-dark .text-standard p > a:focus, .bg-blue-dark .text-standard li:not(.page_item) > a:hover, .bg-blue-dark .text-standard li:not(.page_item) > a:focus, .bg-blue-dark .text-standard span > a:hover, .bg-blue-dark .text-standard span > a:focus {
  color: white !important;
  text-decoration: none;
}
.bg-blue-dark h1, .bg-blue-dark h2, .bg-blue-dark h3,
.bg-blue-dark h4, .bg-blue-dark h5, .bg-blue-dark h6 {
  color: white;
}
.bg-blue-dark p, .bg-blue-dark ul, .bg-blue-dark ol, .bg-blue-dark li, .bg-blue-dark span:not(.btn) {
  color: white;
}
.bg-blue-dark .btn:hover, .bg-blue-dark .btn:focus {
  color: white;
  background: transparent;
  border-color: white;
}

/* IMG OVERLAYS
--------------------------------------------*/
.img-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  opacity: 0.8;
}

/* block overlay colours */
.img-overlay-black {
  background-color: black;
}

.img-overlay-white {
  background: white;
}

.img-overlay-blue-medium {
  background: #127cc3;
}

.img-overlay-blue-dark {
  background: #184b7d;
}

/* BG IMAGE
--------------------------------------------*/
.bg-img-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.bg-img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* FULL WIDTH WIDGETS - Full Width widgets */
/* WIDGET - FULL WIDTH
--------------------------------------------*/
.widgets-full-width .content {
  border-right: none;
}

.widget-full {
  padding: 65px 0;
  position: relative;
  /* no padding */
  /* extra padding */
  /* if widget bg follows same bg */
  /* box */
}
@media (min-width: 1921px) {
  .widget-full {
    padding: 75px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget-full {
    padding: 60px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget-full {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .widget-full {
    padding: 30px 0;
  }
}
.widget-full.no-padding {
  padding: 0;
}
.widget-full .extra-padding {
  padding-right: 90px !important;
}
@media (min-width: 1921px) {
  .widget-full .extra-padding {
    padding-right: 130px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget-full .extra-padding {
    padding-right: 50px !important;
  }
}
@media (max-width: 767px) {
  .widget-full .extra-padding {
    padding-right: 25px !important;
  }
}
.widget-full.bg-none + .bg-none,
.widget-full.bg-none + .bg-white, .widget-full.bg-white + .bg-none,
.widget-full.bg-white + .bg-white {
  padding-top: 0;
}
.widget-full.bg-grey-light + .bg-grey-light {
  padding-top: 0;
}
.widget-full .text-intro {
  width: 75%;
}
@media (max-width: 991px) {
  .widget-full .text-intro {
    width: 100%;
  }
}

/* TEXT CTA WIDGET
--------------------------------------------*/
.widget-full.text-cta-widget .caption-flex.bg-white.text-standard p, .widget-full.text-cta-widget .caption-flex.bg-grey-light.text-standard p {
  color: black;
}
.widget-full.text-cta-widget .caption-flex.bg-white.text-standard ul li, .widget-full.text-cta-widget .caption-flex.bg-grey-light.text-standard ul li {
  color: black;
}
.widget-full.text-cta-widget .caption-flex.bg-white.text-standard ul li:before, .widget-full.text-cta-widget .caption-flex.bg-grey-light.text-standard ul li:before {
  color: #127cc3 !important;
}

/* FULL WIDTH IMAGE WIDGET
--------------------------------------------*/
.full-width-image-widget .img-responsive {
  width: 100%;
}

/* FULL WIDTH IMAGE & TEXT WIDGET
--------------------------------------------*/
.full-width-img-text-widget {
  height: 750px;
}
@media (min-width: 1921px) {
  .full-width-img-text-widget {
    height: 900px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .full-width-img-text-widget {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .full-width-img-text-widget {
    height: auto;
  }
}
@media (max-width: 767px) {
  .full-width-img-text-widget .bg-img-wrapper {
    position: relative;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .full-width-img-text-widget .bg-img-wrapper {
    height: 350px;
  }
}
@media (min-width: 413px) and (max-width: 567px) {
  .full-width-img-text-widget .bg-img-wrapper {
    height: 270px;
  }
}
@media (min-width: 375px) and (max-width: 413px) {
  .full-width-img-text-widget .bg-img-wrapper {
    height: 250px;
  }
}
@media (max-width: 374px) {
  .full-width-img-text-widget .bg-img-wrapper {
    height: 200px;
  }
}
.full-width-img-text-widget .container {
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .full-width-img-text-widget .container {
    padding: 0;
  }
}
.full-width-img-text-widget .img-overlay {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .full-width-img-text-widget .img-overlay {
    display: none;
  }
}
.full-width-img-text-widget .caption {
  width: 50%;
  padding: 60px 50px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
.full-width-img-text-widget .caption .text-standard p > a, .full-width-img-text-widget .caption .text-standard li:not(.page_item) > a, .full-width-img-text-widget .caption .text-standard span > a {
  color: white !important;
  text-decoration: underline;
}
.full-width-img-text-widget .caption .text-standard p > a:hover, .full-width-img-text-widget .caption .text-standard p > a:focus, .full-width-img-text-widget .caption .text-standard li:not(.page_item) > a:hover, .full-width-img-text-widget .caption .text-standard li:not(.page_item) > a:focus, .full-width-img-text-widget .caption .text-standard span > a:hover, .full-width-img-text-widget .caption .text-standard span > a:focus {
  color: white !important;
  text-decoration: none;
}
.full-width-img-text-widget .caption h1, .full-width-img-text-widget .caption h2, .full-width-img-text-widget .caption h3,
.full-width-img-text-widget .caption h4, .full-width-img-text-widget .caption h5, .full-width-img-text-widget .caption h6,
.full-width-img-text-widget .caption p, .full-width-img-text-widget .caption li, .full-width-img-text-widget .caption a:not(.btn), .full-width-img-text-widget .caption span:not(.btn) {
  color: white;
}
.full-width-img-text-widget .caption li:before {
  color: white !important;
}
.full-width-img-text-widget .caption a:not(.btn):hover {
  color: #184b7d;
}
@media (min-width: 1921px) {
  .full-width-img-text-widget .caption {
    padding: 75px 65px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .full-width-img-text-widget .caption {
    padding: 50px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .full-width-img-text-widget .caption {
    width: 46%;
    left: 15px;
  }
}
@media (max-width: 767px) {
  .full-width-img-text-widget .caption {
    width: 100%;
    top: 0;
    left: 0;
    bottom: auto;
    transform: none;
    position: relative;
    padding: 30px 20px;
  }
}
.full-width-img-text-widget .caption-blue-light {
  background: rgba(223, 230, 238, 0.85);
}
@media (max-width: 767px) {
  .full-width-img-text-widget .caption-blue-light {
    background: #dfe6ee;
  }
}
.full-width-img-text-widget .caption-blue-medium {
  background: rgba(18, 124, 195, 0.85);
}
@media (max-width: 767px) {
  .full-width-img-text-widget .caption-blue-medium {
    background: #127cc3;
  }
}
.full-width-img-text-widget .caption-blue-dark {
  background: rgba(24, 75, 125, 0.85);
}
@media (max-width: 767px) {
  .full-width-img-text-widget .caption-blue-dark {
    background: #184b7d;
  }
}
.full-width-img-text-widget .btn:hover, .full-width-img-text-widget .btn:focus {
  color: white;
  background: transparent;
  border-color: white;
}

/* ONE COLUMN TEXT WIDGET
--------------------------------------------*/
.widget-full.one-column-text-widget .caption {
  width: 75%;
}
@media (max-width: 991px) {
  .widget-full.one-column-text-widget .caption {
    width: 100%;
  }
}

/* THREE COLUMN TEXT WIDGET
--------------------------------------------*/
.widget-full.three-column-text-widget {
  overflow: hidden;
}
.widget-full.three-column-text-widget .text-intro {
  width: 75%;
}
@media (max-width: 991px) {
  .widget-full.three-column-text-widget .text-intro {
    width: 100%;
  }
}
.widget-full.three-column-text-widget .caption-flex {
  padding: 40px 35px;
  margin-right: 10px;
}
.widget-full.three-column-text-widget .caption-flex.bg-white.text-standard p, .widget-full.three-column-text-widget .caption-flex.bg-grey-light.text-standard p {
  color: black;
}
.widget-full.three-column-text-widget .caption-flex.bg-white.text-standard ul li, .widget-full.three-column-text-widget .caption-flex.bg-grey-light.text-standard ul li {
  color: black;
}
.widget-full.three-column-text-widget .caption-flex.bg-white.text-standard ul li:before, .widget-full.three-column-text-widget .caption-flex.bg-grey-light.text-standard ul li:before {
  color: #127cc3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .widget-full.three-column-text-widget .caption-flex {
    overflow: hidden;
  }
}
@media (min-width: 1921px) {
  .widget-full.three-column-text-widget .caption-flex {
    padding: 45px 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .widget-full.three-column-text-widget .caption-flex {
    padding: 35px 30px;
  }
}
@media (max-width: 767px) {
  .widget-full.three-column-text-widget .caption-flex {
    padding: 30px 25px;
    margin-right: 0;
  }
}
.widget-full.three-column-text-widget .caption-flex.bg-none {
  padding: 0;
}
.widget-full.three-column-text-widget .caption-flex.text-center {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .widget-full.three-column-text-widget .caption-flex.text-center {
    padding: 0;
  }
}
.widget-full.three-column-text-widget .caption-flex.text-center h1 + h1,
.widget-full.three-column-text-widget .caption-flex.text-center h1 + h2,
.widget-full.three-column-text-widget .caption-flex.text-center h1 + h3,
.widget-full.three-column-text-widget .caption-flex.text-center h1 + h4,
.widget-full.three-column-text-widget .caption-flex.text-center h1 + h5,
.widget-full.three-column-text-widget .caption-flex.text-center h1 + h6, .widget-full.three-column-text-widget .caption-flex.text-center h2 + h1,
.widget-full.three-column-text-widget .caption-flex.text-center h2 + h2,
.widget-full.three-column-text-widget .caption-flex.text-center h2 + h3,
.widget-full.three-column-text-widget .caption-flex.text-center h2 + h4,
.widget-full.three-column-text-widget .caption-flex.text-center h2 + h5,
.widget-full.three-column-text-widget .caption-flex.text-center h2 + h6, .widget-full.three-column-text-widget .caption-flex.text-center h3 + h1,
.widget-full.three-column-text-widget .caption-flex.text-center h3 + h2,
.widget-full.three-column-text-widget .caption-flex.text-center h3 + h3,
.widget-full.three-column-text-widget .caption-flex.text-center h3 + h4,
.widget-full.three-column-text-widget .caption-flex.text-center h3 + h5,
.widget-full.three-column-text-widget .caption-flex.text-center h3 + h6, .widget-full.three-column-text-widget .caption-flex.text-center h4 + h1,
.widget-full.three-column-text-widget .caption-flex.text-center h4 + h2,
.widget-full.three-column-text-widget .caption-flex.text-center h4 + h3,
.widget-full.three-column-text-widget .caption-flex.text-center h4 + h4,
.widget-full.three-column-text-widget .caption-flex.text-center h4 + h5,
.widget-full.three-column-text-widget .caption-flex.text-center h4 + h6, .widget-full.three-column-text-widget .caption-flex.text-center h5 + h1,
.widget-full.three-column-text-widget .caption-flex.text-center h5 + h2,
.widget-full.three-column-text-widget .caption-flex.text-center h5 + h3,
.widget-full.three-column-text-widget .caption-flex.text-center h5 + h4,
.widget-full.three-column-text-widget .caption-flex.text-center h5 + h5,
.widget-full.three-column-text-widget .caption-flex.text-center h5 + h6, .widget-full.three-column-text-widget .caption-flex.text-center h6 + h1,
.widget-full.three-column-text-widget .caption-flex.text-center h6 + h2,
.widget-full.three-column-text-widget .caption-flex.text-center h6 + h3,
.widget-full.three-column-text-widget .caption-flex.text-center h6 + h4,
.widget-full.three-column-text-widget .caption-flex.text-center h6 + h5,
.widget-full.three-column-text-widget .caption-flex.text-center h6 + h6 {
  margin-top: 8px;
}
.widget-full.three-column-text-widget .caption-flex .img-responsive {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* TWO COLUMN TEXT WIDGET
--------------------------------------------*/
.widget-full.two-column-text-widget .caption-flex.bg-white.text-standard p, .widget-full.two-column-text-widget .caption-flex.bg-grey-light.text-standard p {
  color: black;
}
.widget-full.two-column-text-widget .caption-flex.bg-white.text-standard ul li, .widget-full.two-column-text-widget .caption-flex.bg-grey-light.text-standard ul li {
  color: black;
}
.widget-full.two-column-text-widget .caption-flex.bg-white.text-standard ul li:before, .widget-full.two-column-text-widget .caption-flex.bg-grey-light.text-standard ul li:before {
  color: #127cc3 !important;
}

/* FLOATED TEXT & IMAGE WIDGET
--------------------------------------------*/
.widget-full.floated-text-img-widget.text-left .caption {
  padding-right: 20px;
}
@media (max-width: 991px) {
  .widget-full.floated-text-img-widget.text-left .caption {
    padding-right: 0;
  }
}
.widget-full.floated-text-img-widget.text-right .images {
  padding-right: 20px;
}
@media (max-width: 991px) {
  .widget-full.floated-text-img-widget.text-right .images {
    padding-right: 0;
  }
}

/* HOME WIDGETS - Home widgets */
/* WIDGET
--------------------------------------------*/
/* home widget sizes */
/* home widget */
.widget-home {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .widget-home {
    margin-bottom: 30px;
  }
}
.widget-home:last-of-type {
  margin-bottom: 0;
}
.widget-home.widget-lg {
  height: 520px;
}
@media (min-width: 1921px) {
  .widget-home.widget-lg {
    height: 570px;
  }
}
@media (max-width: 991px) {
  .widget-home.widget-lg {
    height: auto;
  }
}
.widget-home.widget-md {
  height: 470px;
}
@media (min-width: 1921px) {
  .widget-home.widget-md {
    height: 520px;
  }
}
@media (max-width: 991px) {
  .widget-home.widget-md {
    height: auto;
  }
}
.widget-home.widget-sm {
  height: 420px;
}
@media (min-width: 1921px) {
  .widget-home.widget-sm {
    height: 470px;
  }
}
@media (max-width: 991px) {
  .widget-home.widget-sm {
    height: auto;
  }
}
.widget-home.widget-xs {
  height: 320px;
}
@media (min-width: 1921px) {
  .widget-home.widget-xs {
    height: 370px;
  }
}
@media (max-width: 991px) {
  .widget-home.widget-xs {
    height: auto;
  }
}
.widget-home .cta-flex {
  height: 100%;
}
.widget-home .caption-flex {
  height: 100%;
  padding: 45px;
}
@media (min-width: 1921px) {
  .widget-home .caption-flex {
    padding: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .widget-home .caption-flex {
    padding: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget-home .caption-flex {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .widget-home .caption-flex {
    padding: 30px 25px;
    min-height: 250px;
  }
}
.widget-home .caption-flex .btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* FEATURE CTA WIDGET
--------------------------------------------*/
/* TEXT CTA WIDGET
--------------------------------------------*/
/* OUR WORK WIDGET
--------------------------------------------*/
.widget-home.our-work-widget .caption-flex .text-standard p > a, .widget-home.our-work-widget .caption-flex .text-standard li:not(.page_item) > a, .widget-home.our-work-widget .caption-flex .text-standard span > a {
  color: white !important;
  text-decoration: underline;
}
.widget-home.our-work-widget .caption-flex .text-standard p > a:hover, .widget-home.our-work-widget .caption-flex .text-standard p > a:focus, .widget-home.our-work-widget .caption-flex .text-standard li:not(.page_item) > a:hover, .widget-home.our-work-widget .caption-flex .text-standard li:not(.page_item) > a:focus, .widget-home.our-work-widget .caption-flex .text-standard span > a:hover, .widget-home.our-work-widget .caption-flex .text-standard span > a:focus {
  color: white !important;
  text-decoration: none;
}
.widget-home.our-work-widget .caption-flex h1, .widget-home.our-work-widget .caption-flex h2, .widget-home.our-work-widget .caption-flex h3,
.widget-home.our-work-widget .caption-flex h4, .widget-home.our-work-widget .caption-flex h5, .widget-home.our-work-widget .caption-flex h6,
.widget-home.our-work-widget .caption-flex p, .widget-home.our-work-widget .caption-flex li, .widget-home.our-work-widget .caption-flex a:not(.btn), .widget-home.our-work-widget .caption-flex span:not(.btn) {
  color: white;
}
.widget-home.our-work-widget .caption-flex li:before {
  color: white !important;
}
.widget-home.our-work-widget .caption-flex a:not(.btn):hover {
  color: #184b7d;
}
.widget-home.our-work-widget .caption-flex .text-intro a {
  color: white;
  text-decoration: underline;
}
.widget-home.our-work-widget .caption-flex .text-intro a:hover, .widget-home.our-work-widget .caption-flex .text-intro a:focus {
  color: white;
  text-decoration: none;
}
.widget-home.our-work-widget .caption-flex .menu-wrapper {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
@media (max-width: 767px) {
  .widget-home.our-work-widget .caption-flex .menu-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.widget-home.our-work-widget .caption-flex .menu {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  position: relative;
  padding-right: 30px;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 767px) {
  .widget-home.our-work-widget .caption-flex .menu {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .widget-home.our-work-widget .caption-flex .menu:not(:first-of-type) {
    margin-top: 20px;
  }
}
.widget-home.our-work-widget .caption-flex .menu h3 {
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .widget-home.our-work-widget .caption-flex .menu h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .widget-home.our-work-widget .caption-flex .menu h3 {
    font-size: 2rem;
  }
}
.widget-home.our-work-widget .caption-flex .menu ul {
  margin-top: 10px;
}
.widget-home.our-work-widget .caption-flex .menu li {
  margin-bottom: 5px;
}
.widget-home.our-work-widget .caption-flex .menu li:last-of-type {
  margin-bottom: 0;
}
.widget-home.our-work-widget .caption-flex .menu a {
  display: inline-block;
  font-size: 1.7rem;
  line-height: 1.3;
}
.widget-home.our-work-widget .caption-flex .menu a:hover, .widget-home.our-work-widget .caption-flex .menu a:focus {
  color: rgba(255, 255, 255, 0.6);
}

/* RESOURCES WIDGET
--------------------------------------------*/
.widget-home.resources-widget .block-listing {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .widget-home.resources-widget .resources-thumbnail {
    max-height: 125px;
  }
}
.widget-home.resources-widget .resources-thumbnail .cta-flex {
  padding: 0;
  border: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .widget-home.resources-widget .resources-thumbnail .cta-flex {
    max-height: 125px;
  }
}
.widget-home.resources-widget .resources-thumbnail .cta-flex:hover, .widget-home.resources-widget .resources-thumbnail .cta-flex:focus {
  border: none;
}
.widget-home.resources-widget .resources-thumbnail .img-wrapper {
  width: 85%;
}
.widget-home.resources-widget .resources-thumbnail .caption-flex {
  min-height: inherit;
  padding: 0 0 0 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget-home.resources-widget .resources-thumbnail .caption-flex {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .widget-home.resources-widget .resources-thumbnail .caption-flex {
    padding-right: 0;
  }
}
.widget-home.resources-widget .resources-thumbnail .caption-flex h3 {
  margin-top: 2px;
  color: #184b7d;
}
@media (max-width: 767px) {
  .widget-home.resources-widget .resources-thumbnail .caption-flex h3 {
    margin-top: 8px;
  }
}
.widget-home.resources-widget .resources-thumbnail .caption-flex p {
  margin-top: 3px !important;
}
@media (max-width: 767px) {
  .widget-home.resources-widget .resources-thumbnail .caption-flex p {
    margin-top: 10px !important;
  }
}
.widget-home.resources-widget .more-info {
  margin-top: auto;
  margin-bottom: -5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget-home.resources-widget .more-info {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .widget-home.resources-widget .more-info {
    margin: 15px 0 0;
  }
}

/* QUOTE WIDGET
--------------------------------------------*/
.widget-home.quote-widget .caption-flex {
  width: 90%;
}
.widget-home.quote-widget .caption-flex .text-standard p > a, .widget-home.quote-widget .caption-flex .text-standard li:not(.page_item) > a, .widget-home.quote-widget .caption-flex .text-standard span > a {
  color: white !important;
  text-decoration: underline;
}
.widget-home.quote-widget .caption-flex .text-standard p > a:hover, .widget-home.quote-widget .caption-flex .text-standard p > a:focus, .widget-home.quote-widget .caption-flex .text-standard li:not(.page_item) > a:hover, .widget-home.quote-widget .caption-flex .text-standard li:not(.page_item) > a:focus, .widget-home.quote-widget .caption-flex .text-standard span > a:hover, .widget-home.quote-widget .caption-flex .text-standard span > a:focus {
  color: white !important;
  text-decoration: none;
}
.widget-home.quote-widget .caption-flex h1, .widget-home.quote-widget .caption-flex h2, .widget-home.quote-widget .caption-flex h3,
.widget-home.quote-widget .caption-flex h4, .widget-home.quote-widget .caption-flex h5, .widget-home.quote-widget .caption-flex h6,
.widget-home.quote-widget .caption-flex p, .widget-home.quote-widget .caption-flex li, .widget-home.quote-widget .caption-flex a:not(.btn), .widget-home.quote-widget .caption-flex span:not(.btn) {
  color: white;
}
.widget-home.quote-widget .caption-flex li:before {
  color: white !important;
}
.widget-home.quote-widget .caption-flex a:not(.btn):hover {
  color: #184b7d;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget-home.quote-widget .caption-flex {
    width: 85%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget-home.quote-widget .caption-flex {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .widget-home.quote-widget .caption-flex h1, .widget-home.quote-widget .caption-flex h2, .widget-home.quote-widget .caption-flex h3,
.widget-home.quote-widget .caption-flex h4, .widget-home.quote-widget .caption-flex h5, .widget-home.quote-widget .caption-flex h6 {
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .widget-home.quote-widget .caption-flex h2 {
    font-size: 2.5rem;
  }
}

/* INTRO TEXT WIDGET
--------------------------------------------*/
/* SIDEBAR WIDGETS - Sidebar widgets */
/* SIDEBAR WIDGET
--------------------------------------------*/
.sidebar.no-panel .widget .cta-block .caption {
  padding-right: 30px;
}
@media (min-width: 1921px) {
  .sidebar.no-panel .widget .cta-block .caption {
    padding-right: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar.no-panel .widget .cta-block .caption {
    padding-right: 250px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .sidebar.no-panel .widget .cta-block .caption {
    padding-right: 130px;
  }
}
@media (min-width: 375px) and (max-width: 567px) {
  .sidebar.no-panel .widget .cta-block .caption {
    padding-right: 80px;
  }
}
@media (max-width: 374px) {
  .sidebar.no-panel .widget .cta-block .caption {
    padding-right: 30px;
  }
}
.sidebar .widget {
  padding: 0;
  border: none;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sidebar .widget {
    margin-bottom: 25px;
  }
}
.sidebar .widget:last-of-type {
  margin-bottom: 0;
}
.sidebar .widget .cta-block .caption {
  padding-right: 80px;
}
@media (min-width: 1921px) {
  .sidebar .widget .cta-block .caption {
    padding-right: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .widget .cta-block .caption {
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .widget .cta-block .caption {
    padding-right: 250px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .sidebar .widget .cta-block .caption {
    padding-right: 130px;
  }
}
@media (min-width: 375px) and (max-width: 567px) {
  .sidebar .widget .cta-block .caption {
    padding-right: 80px;
  }
}
@media (max-width: 374px) {
  .sidebar .widget .cta-block .caption {
    padding-right: 30px;
  }
}
.sidebar .widget .caption {
  padding: 25px;
}
@media (min-width: 1921px) {
  .sidebar .widget .caption {
    padding: 30px;
  }
}
.sidebar .widget .caption h3 {
  font-size: 2.2rem;
  line-height: 1.3;
  color: #184b7d;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar .widget .caption h3 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .sidebar .widget .caption h3 {
    font-size: 1.9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .widget .caption h3 {
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  .sidebar .widget .caption h3 {
    font-size: 2rem;
  }
}
.sidebar .widget .caption h4 {
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .sidebar .widget .caption h4 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .widget .caption h4 {
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  .sidebar .widget .caption h4 {
    font-size: 2rem;
  }
}
.sidebar .widget .caption p {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .widget .caption p {
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  .sidebar .widget .caption p {
    font-size: 1.6rem;
  }
}
.sidebar .widget .btn,
.sidebar .widget .link {
  margin-top: 10px;
}
.sidebar .widget .link {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .widget .link {
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  .sidebar .widget .link {
    font-size: 1.7rem;
  }
}

/* ADD THIS WIDGET
--------------------------------------------*/
/* IMAGE OVERLAY CTA WIDGET
--------------------------------------------*/
.sidebar .img-overlay-cta-widget .cta-block:hover .img-overlay, .sidebar .img-overlay-cta-widget .cta-block:focus .img-overlay {
  opacity: 0.6;
}
.sidebar .img-overlay-cta-widget .cta-block:hover .btn, .sidebar .img-overlay-cta-widget .cta-block:focus .btn {
  color: white;
  background: transparent;
  border-color: white;
}
.sidebar .img-overlay-cta-widget .img-overlay {
  opacity: 0.5;
}
.sidebar .img-overlay-cta-widget .caption {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .img-overlay-cta-widget .caption {
    padding-top: 100px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .sidebar .img-overlay-cta-widget .caption {
    padding-top: 130px;
  }
}
@media (min-width: 375px) and (max-width: 567px) {
  .sidebar .img-overlay-cta-widget .caption {
    padding-top: 100px;
  }
}
@media (max-width: 374px) {
  .sidebar .img-overlay-cta-widget .caption {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .sidebar .img-overlay-cta-widget .caption {
    bottom: auto;
  }
}
.sidebar .img-overlay-cta-widget .btn:hover, .sidebar .img-overlay-cta-widget .btn:focus {
  color: white;
  background: transparent;
  border-color: white;
}

/* TEXT CTA WIDGET
--------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .text-cta-widget .caption {
    padding-top: 100px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .sidebar .text-cta-widget .caption {
    padding-top: 130px;
  }
}
@media (min-width: 375px) and (max-width: 567px) {
  .sidebar .text-cta-widget .caption {
    padding-top: 100px;
  }
}
@media (max-width: 374px) {
  .sidebar .text-cta-widget .caption {
    padding-top: 60px;
  }
}

/* THUMBNAILS CTA WIDGET
--------------------------------------------*/
.sidebar.no-panel .thumbnails-cta-widget .cta-block:hover .caption, .sidebar.no-panel .thumbnails-cta-widget .cta-block:focus .caption {
  background: #f0f3f7;
}
.sidebar.no-panel .thumbnails-cta-widget .cta-block .caption {
  background: #dfe6ee;
}
.sidebar.panel-column .thumbnails-cta-widget .cta-block:hover .caption, .sidebar.panel-column .thumbnails-cta-widget .cta-block:focus .caption {
  background: #f2f2f2;
}
.sidebar.panel-column .thumbnails-cta-widget .cta-block .caption {
  background: white;
}

/* PAGE LIST WIDGET
--------------------------------------------*/
.sidebar .page-list-widget ul {
  margin-left: 0;
  list-style: none;
}
.sidebar .page-list-widget ul.children {
  margin-top: 10px;
}
.sidebar .page-list-widget ul.children li.current_page_ancestor > a {
  color: #127cc3;
}
.sidebar .page-list-widget ul.children ul.children {
  margin: 10px 0 0 0;
  list-style: none;
}
.sidebar .page-list-widget ul.children ul.children li {
  padding-left: 15px;
  position: relative;
}
.sidebar .page-list-widget ul.children ul.children li:before {
  content: "—";
  color: #127cc3;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.sidebar .page-list-widget ul.children ul.children li.current_page_item > a {
  color: #127cc3;
}
.sidebar .page-list-widget li {
  padding-left: 0;
  margin-bottom: 10px;
}
.sidebar .page-list-widget li:last-of-type {
  margin-bottom: 0;
}
.sidebar .page-list-widget li:before {
  display: none;
}
.sidebar .page-list-widget li.current_page_item > a {
  color: #127cc3;
}
.sidebar .page-list-widget a {
  color: black;
  display: inline-block;
}
.sidebar .page-list-widget a:hover {
  color: #127cc3;
}

/* STRUCTURE - Structural elements */
/* FOOTER
--------------------------------------------*/
#footer {
  /* footer message */
  /* footer main */
}
#footer .footer-message {
  padding: 40px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #footer .footer-message {
    padding: 35px 0;
  }
}
@media (max-width: 767px) {
  #footer .footer-message {
    padding: 30px 0;
  }
}
#footer .footer-message .caption h2 {
  width: 70%;
  float: left;
  margin-top: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #footer .footer-message .caption h2 {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  #footer .footer-message .caption h2 {
    width: 95%;
    float: none;
    margin-top: 0;
  }
}
#footer .footer-message .caption .btn {
  float: right;
  margin-top: 0;
}
@media (max-width: 767px) {
  #footer .footer-message .caption .btn {
    float: none;
    margin-top: 20px;
  }
}
#footer .footer-main {
  color: white;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  background: #184b7d 0%;
  background: linear-gradient(135deg, #184b7d 0%, #1b63a9 100%);
  /* footer contact */
  /* footer reg numbers */
  /* footer ctas */
  /* footer social */
  /* footer bottom */
}
@media (min-width: 1921px) {
  #footer .footer-main {
    padding: 90px 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  #footer .footer-main {
    padding: 40px 0;
  }
}
@media (max-width: 567px) {
  #footer .footer-main {
    padding: 35px 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  #footer .footer-main .footer-contact {
    width: 55%;
  }
}
#footer .footer-main .footer-contact h3 {
  color: white;
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  #footer .footer-main .footer-contact h3 {
    font-size: 1.8rem;
  }
}
#footer .footer-main .footer-contact p {
  color: white;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (min-width: 1921px) {
  #footer .footer-main .footer-contact p {
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  #footer .footer-main .footer-contact p {
    margin-bottom: 15px;
  }
}
#footer .footer-main .footer-contact p.telephone-number {
  font-size: 2.8rem;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #footer .footer-main .footer-contact p.telephone-number {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  #footer .footer-main .footer-contact p.telephone-number {
    font-size: 2.3rem;
  }
}
#footer .footer-main .footer-contact p.email-address {
  font-size: 2.2rem;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #footer .footer-main .footer-contact p.email-address {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  #footer .footer-main .footer-contact p.email-address {
    font-size: 1.6rem;
  }
}
#footer .footer-main .footer-contact p a {
  color: white;
  font-weight: 500;
}
#footer .footer-main .footer-contact p a:hover {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-main .footer-reg-numbers {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #footer .footer-main .footer-reg-numbers {
    margin-top: 20px;
  }
}
#footer .footer-main .footer-reg-numbers p {
  font-size: 1.6rem;
}
#footer .footer-main .footer-reg-numbers span {
  color: white !important;
  margin-right: 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  #footer .footer-main .footer-ctas {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #footer .footer-main .footer-ctas .block-listing {
    margin-top: 0;
  }
}
#footer .footer-main .footer-ctas .block {
  padding-left: 80px;
}
@media (min-width: 1921px) {
  #footer .footer-main .footer-ctas .block {
    padding-left: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #footer .footer-main .footer-ctas .block {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  #footer .footer-main .footer-ctas .block {
    padding-left: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  #footer .footer-main .footer-ctas .block {
    width: 60%;
  }
}
@media (min-width: 414px) and (max-width: 567px) {
  #footer .footer-main .footer-ctas .block {
    width: 85%;
  }
}
@media (min-width: 321px) and (max-width: 413px) {
  #footer .footer-main .footer-ctas .block {
    width: 95%;
  }
}
#footer .footer-main .footer-ctas .cta-block:not(.bg-blue-dark) .link {
  color: #184b7d;
}
#footer .footer-main .footer-ctas .cta-block:not(.bg-blue-dark) .link:after {
  background: #184b7d;
}
#footer .footer-main .footer-ctas .cta-block:hover.bg-blue-medium, #footer .footer-main .footer-ctas .cta-block:focus.bg-blue-medium {
  box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.1);
}
#footer .footer-main .footer-ctas .cta-block:hover.bg-blue-medium .link, #footer .footer-main .footer-ctas .cta-block:focus.bg-blue-medium .link {
  color: white;
}
#footer .footer-main .footer-ctas .cta-block:hover.bg-blue-dark, #footer .footer-main .footer-ctas .cta-block:focus.bg-blue-dark {
  box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.1);
}
#footer .footer-main .footer-ctas .cta-block:hover.bg-blue-dark .link, #footer .footer-main .footer-ctas .cta-block:focus.bg-blue-dark .link {
  color: white;
}
#footer .footer-main .footer-ctas .cta-block:hover.bg-white, #footer .footer-main .footer-ctas .cta-block:focus.bg-white {
  box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.3);
}
#footer .footer-main .footer-ctas .cta-block:hover.bg-white .link, #footer .footer-main .footer-ctas .cta-block:focus.bg-white .link {
  color: #127cc3;
}
#footer .footer-main .footer-ctas .caption {
  padding: 30px;
}
#footer .footer-main .footer-ctas .caption:after {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #footer .footer-main .footer-ctas .caption h4 {
    font-size: 2.3rem;
  }
}
#footer .footer-main .footer-ctas .link {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 500;
}
#footer .footer-main .footer-social {
  margin-top: 30px;
}
@media (min-width: 1921px) {
  #footer .footer-main .footer-social {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  #footer .footer-main .footer-social {
    margin-top: 25px;
  }
}
#footer .footer-main .footer-bottom {
  margin-top: 50px;
  font-size: 1.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #footer .footer-main .footer-bottom {
    margin-top: 30px;
  }
}
#footer .footer-main .footer-bottom p, #footer .footer-main .footer-bottom a {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-main .footer-bottom a:hover {
  color: white;
}
#footer .footer-main .footer-bottom .copyright {
  float: left;
}
@media (max-width: 767px) {
  #footer .footer-main .footer-bottom .copyright {
    float: none;
  }
}
#footer .footer-main .footer-bottom .site-links {
  float: left;
}
@media (max-width: 767px) {
  #footer .footer-main .footer-bottom .site-links {
    float: none;
    margin-top: 5px;
  }
}
#footer .footer-main .footer-bottom .site-links span {
  margin: 0 15px;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #footer .footer-main .footer-bottom .site-links span {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  #footer .footer-main .footer-bottom .site-links span {
    display: none;
  }
}
#footer .footer-main .footer-bottom .site-by {
  float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer-main .footer-bottom .site-by {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #footer .footer-main .footer-bottom .site-by {
    float: none;
    margin-top: 5px;
  }
}

/* GLOBAL HEADER
--------------------------------------------*/
#globalHeader {
  width: 100%;
  z-index: 998;
  top: 0;
  left: 0;
  position: fixed;
}
#globalHeader .container {
  height: 100%;
  position: relative;
}
#globalHeader .header-wrapper {
  height: 110px;
  z-index: 997;
  position: relative;
  background: rgba(255, 255, 255, 0.95);
}
@media (min-width: 1921px) {
  #globalHeader .header-wrapper {
    height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #globalHeader .header-wrapper {
    height: 100px;
  }
}
@media (max-width: 767px) {
  #globalHeader .header-wrapper {
    height: 80px;
  }
}

/* logo */
.logo {
  left: auto;
  z-index: 996;
  text-indent: -9999px;
  top: 21px;
  position: absolute;
  background: url(../svg/cja-logo.svg) no-repeat left top;
  background-size: contain;
  width: 243px;
  height: 67px;
}
@media (min-width: 1921px) {
  .logo {
    top: 20px;
    width: 278px;
    height: 75px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .logo {
    top: 19px;
    width: 223px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .logo {
    top: 16px;
    width: 178px;
    height: 48px;
  }
}

/* fixed header */
.header-fixed #globalHeader .header-wrapper {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}

/* PRIMARY NAV
--------------------------------------------*/
/* nav wrapper */
.nav-wrapper {
  z-index: 996;
  right: 15px;
  position: absolute;
}
@media (max-width: 767px) {
  .nav-wrapper {
    right: 20px;
  }
}

/* primary nav */
.nav-primary {
  float: right;
  clear: right;
  margin-top: 43px;
  position: relative;
  /* main navigation */
}
@media (min-width: 1921px) {
  .nav-primary {
    margin-top: 47px;
  }
}
@media (max-width: 991px) {
  .nav-primary {
    float: none;
    margin-top: 0;
  }
}
.nav-primary .main-navigation {
  list-style: none;
}
@media (max-width: 991px) {
  .nav-primary .main-navigation {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
  }
}
.nav-primary .main-navigation > li {
  margin-left: 35px;
  display: inline-block;
  position: relative;
  /* multi column dropdown menu */
  /* dropdown menu */
}
@media (min-width: 1921px) {
  .nav-primary .main-navigation > li {
    margin-left: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-primary .main-navigation > li {
    margin-left: 25px;
  }
}
@media (max-width: 991px) {
  .nav-primary .main-navigation > li {
    display: block;
    margin-left: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }
}
.nav-primary .main-navigation > li:first-of-type {
  margin-left: 0;
}
.nav-primary .main-navigation > li.current-menu-item > a, .nav-primary .main-navigation > li.current-menu-parent > a, .nav-primary .main-navigation > li.current_page_parent > a, .nav-primary .main-navigation > li.current-page-ancestor > a {
  color: #127cc3;
}
@media (max-width: 991px) {
  .nav-primary .main-navigation > li.current-menu-item > a, .nav-primary .main-navigation > li.current-menu-parent > a, .nav-primary .main-navigation > li.current_page_parent > a, .nav-primary .main-navigation > li.current-page-ancestor > a {
    color: white;
    font-weight: 800;
  }
}
.nav-primary .main-navigation > li.current-menu-item > a:hover, .nav-primary .main-navigation > li.current-menu-item > a:focus, .nav-primary .main-navigation > li.current-menu-parent > a:hover, .nav-primary .main-navigation > li.current-menu-parent > a:focus, .nav-primary .main-navigation > li.current_page_parent > a:hover, .nav-primary .main-navigation > li.current_page_parent > a:focus, .nav-primary .main-navigation > li.current-page-ancestor > a:hover, .nav-primary .main-navigation > li.current-page-ancestor > a:focus {
  color: #127cc3;
}
@media (max-width: 991px) {
  .nav-primary .main-navigation > li.current-menu-item > a:hover, .nav-primary .main-navigation > li.current-menu-item > a:focus, .nav-primary .main-navigation > li.current-menu-parent > a:hover, .nav-primary .main-navigation > li.current-menu-parent > a:focus, .nav-primary .main-navigation > li.current_page_parent > a:hover, .nav-primary .main-navigation > li.current_page_parent > a:focus, .nav-primary .main-navigation > li.current-page-ancestor > a:hover, .nav-primary .main-navigation > li.current-page-ancestor > a:focus {
    color: white;
  }
}
.nav-primary .main-navigation > li.menu-item-has-children > a {
  padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-primary .main-navigation > li.menu-item-has-children > a {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .nav-primary .main-navigation > li.menu-item-has-children > a {
    padding-right: 40px;
  }
}
.nav-primary .main-navigation > li.menu-item-has-children > a:after {
  content: "\e907";
  font-size: 7px;
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -5px;
}
@media (max-width: 991px) {
  .nav-primary .main-navigation > li.menu-item-has-children > a:after {
    right: 0;
    color: white;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-primary .main-navigation > li.menu-item-has-children > a:after {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .nav-primary .main-navigation > li.menu-item-has-children > a:after {
    font-size: 1rem;
  }
}
.nav-primary .main-navigation > li > a {
  color: #184b7d;
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-primary .main-navigation > li > a {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .nav-primary .main-navigation > li > a {
    color: white;
    display: block;
    text-shadow: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-primary .main-navigation > li > a {
    font-size: 3.4rem;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .nav-primary .main-navigation > li > a {
    font-size: 2rem;
    padding: 13px 0;
  }
}
.nav-primary .main-navigation > li > a:hover, .nav-primary .main-navigation > li > a:focus {
  color: #127cc3;
}
@media (max-width: 991px) {
  .nav-primary .main-navigation > li > a:hover, .nav-primary .main-navigation > li > a:focus {
    color: rgba(255, 255, 255, 0.6);
  }
}
.nav-primary .main-navigation > li.sub-menu-open > a:after {
  content: "\e90a";
}
.nav-primary .main-navigation > li.sub-menu-multi-column > .sub-menu-wrapper > .sub-menu {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
@media (max-width: 991px) {
  .nav-primary .main-navigation > li.sub-menu-multi-column > .sub-menu-wrapper > .sub-menu {
    display: block;
  }
}
.nav-primary .main-navigation > li.sub-menu-multi-column > .sub-menu-wrapper > .sub-menu li.menu-item-has-children {
  width: 230px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  margin: 0 10px;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 1921px) {
  .nav-primary .main-navigation > li.sub-menu-multi-column > .sub-menu-wrapper > .sub-menu li.menu-item-has-children {
    width: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-primary .main-navigation > li.sub-menu-multi-column > .sub-menu-wrapper > .sub-menu li.menu-item-has-children {
    width: 210px;
  }
}
@media (max-width: 991px) {
  .nav-primary .main-navigation > li.sub-menu-multi-column > .sub-menu-wrapper > .sub-menu li.menu-item-has-children {
    width: auto;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-primary .main-navigation > li.sub-menu-multi-column > .sub-menu-wrapper > .sub-menu li.menu-item-has-children {
    margin: 20px 0 15px !important;
  }
}
@media (max-width: 767px) {
  .nav-primary .main-navigation > li.sub-menu-multi-column > .sub-menu-wrapper > .sub-menu li.menu-item-has-children {
    margin: 10px 0 15px !important;
  }
}
.nav-primary .main-navigation > li.sub-menu-multi-column > .sub-menu-wrapper > .sub-menu li.menu-item-has-children > a {
  font-weight: 800;
  font-size: 2.1rem;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-primary .main-navigation > li.sub-menu-multi-column > .sub-menu-wrapper > .sub-menu li.menu-item-has-children > a {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .nav-primary .main-navigation > li.sub-menu-multi-column > .sub-menu-wrapper > .sub-menu li.menu-item-has-children > a {
    font-size: 2rem;
  }
}
.nav-primary .main-navigation > li.sub-menu-multi-column > .sub-menu-wrapper > .sub-menu li.menu-item-has-children > .sub-menu-wrapper {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .nav-primary .main-navigation > li.sub-menu-multi-column > .sub-menu-wrapper > .sub-menu li.menu-item-has-children > .sub-menu-wrapper {
    margin-top: 5px;
  }
}
.nav-primary .main-navigation > li > .sub-menu-wrapper {
  opacity: 0;
  z-index: 997;
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  will-change: contents;
}
@media (max-width: 991px) {
  .nav-primary .main-navigation > li > .sub-menu-wrapper {
    opacity: 1;
    visibility: visible;
    margin: 0;
    display: none;
    position: relative;
    background: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-primary .main-navigation > li > .sub-menu-wrapper {
    padding: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .nav-primary .main-navigation > li > .sub-menu-wrapper {
    padding: 0 0 10px;
  }
}
.nav-primary .main-navigation > li > .sub-menu-wrapper.menu-active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .nav-primary .main-navigation > li > .sub-menu-wrapper.menu-active {
    display: block;
  }
}
.nav-primary .main-navigation > li > .sub-menu-wrapper:before, .nav-primary .main-navigation > li > .sub-menu-wrapper:after {
  content: "";
  z-index: 1;
  display: block;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  transform: rotate(45deg);
  top: 16px;
  left: 50%;
  position: absolute;
  background: #184b7d 0%;
  background: linear-gradient(135deg, #184b7d 0%, #1b63a9 100%);
}
@media (max-width: 991px) {
  .nav-primary .main-navigation > li > .sub-menu-wrapper:before, .nav-primary .main-navigation > li > .sub-menu-wrapper:after {
    display: none;
  }
}
.nav-primary .main-navigation > li > .sub-menu-wrapper:before {
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.3);
}
.nav-primary .main-navigation > li > .sub-menu-wrapper > .sub-menu {
  z-index: 2;
  width: 290px;
  padding: 35px;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.3);
  top: 25px;
  position: relative;
  background: #184b7d 0%;
  background: linear-gradient(135deg, #184b7d 0%, #1b63a9 100%);
}
@media (min-width: 1921px) {
  .nav-primary .main-navigation > li > .sub-menu-wrapper > .sub-menu {
    width: 300px;
    padding: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-primary .main-navigation > li > .sub-menu-wrapper > .sub-menu {
    width: 260px;
  }
}
@media (max-width: 991px) {
  .nav-primary .main-navigation > li > .sub-menu-wrapper > .sub-menu {
    top: inherit;
    padding: 0;
    box-shadow: none;
    background: transparent;
  }
}
.nav-primary .main-navigation > li > .sub-menu-wrapper > .sub-menu li {
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .nav-primary .main-navigation > li > .sub-menu-wrapper > .sub-menu li {
    margin: 0;
  }
}
.nav-primary .main-navigation > li > .sub-menu-wrapper > .sub-menu li:last-of-type {
  margin-bottom: 0 !important;
}
.nav-primary .main-navigation > li > .sub-menu-wrapper > .sub-menu li > a {
  color: white;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 1.7rem;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .nav-primary .main-navigation > li > .sub-menu-wrapper > .sub-menu li > a {
    text-align: left;
    color: white;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-primary .main-navigation > li > .sub-menu-wrapper > .sub-menu li > a {
    padding: 5px 0;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .nav-primary .main-navigation > li > .sub-menu-wrapper > .sub-menu li > a {
    padding: 4px 0;
    font-size: 1.7rem;
  }
}
.nav-primary .main-navigation > li > .sub-menu-wrapper > .sub-menu li > a:hover, .nav-primary .main-navigation > li > .sub-menu-wrapper > .sub-menu li > a:focus {
  color: rgba(255, 255, 255, 0.6);
}
.nav-primary .main-navigation > li > .sub-menu-wrapper > .sub-menu li.active > a, .nav-primary .main-navigation > li > .sub-menu-wrapper > .sub-menu li.current-menu-item > a {
  color: white;
  font-weight: 800;
}
.nav-primary .main-navigation > li .sub-menu {
  list-style: none;
}

/* nav menu button */
.nav-menu-btn {
  float: right;
  position: relative;
  background: white;
  border: 3px solid #c8d4e2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-menu-btn {
    margin-top: 24px;
    padding: 13px 12px;
  }
}
@media (max-width: 767px) {
  .nav-menu-btn {
    margin-top: 17px;
    padding: 11px 10px;
  }
}
.nav-menu-btn .icon-bar {
  display: block;
  background: #184b7d;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-menu-btn .icon-bar {
    width: 25px;
    height: 4px;
  }
}
@media (max-width: 767px) {
  .nav-menu-btn .icon-bar {
    width: 23px;
    height: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-menu-btn .icon-bar + .icon-bar {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .nav-menu-btn .icon-bar + .icon-bar {
    margin-top: 4px;
  }
}

/* mobile nav */
.modal-mobile-nav-open .modal-backdrop {
  background: none;
}

.mobile-nav-inactive {
  overflow: auto;
}

#mobileNav {
  background: #184b7d 0%;
  background: linear-gradient(135deg, #184b7d 0%, #1b63a9 100%);
  /* nav wrapper */
  /* nav contact */
  /* nav social links */
  /* close menu button */
}
#mobileNav .mobile-nav-wrapper {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  #mobileNav .mobile-nav-wrapper {
    padding: 100px 40px 150px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  #mobileNav .mobile-nav-wrapper {
    padding: 70px 15px 120px;
  }
}
@media (max-width: 567px) {
  #mobileNav .mobile-nav-wrapper {
    padding: 60px 20px 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #mobileNav .nav-contact {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #mobileNav .nav-contact {
    margin-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #mobileNav .nav-contact p.email-address {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #mobileNav .nav-contact p.email-address {
    margin-top: 5px;
  }
}
@media (min-width: 375px) and (max-width: 413px) {
  #mobileNav .nav-contact p.email-address a {
    font-size: 1.8rem;
  }
}
@media (max-width: 374px) {
  #mobileNav .nav-contact p.email-address a {
    font-size: 1.6rem;
  }
}
#mobileNav .nav-contact a, #mobileNav .nav-contact span {
  color: white;
  font-weight: 800;
}
@media (min-width: 768px) and (max-width: 991px) {
  #mobileNav .nav-contact a, #mobileNav .nav-contact span {
    font-size: 3.2rem;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #mobileNav .nav-contact a, #mobileNav .nav-contact span {
    font-size: 2rem;
    line-height: 1;
  }
}
#mobileNav .nav-contact a:hover, #mobileNav .nav-contact a:focus, #mobileNav .nav-contact span:hover, #mobileNav .nav-contact span:focus {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  #mobileNav .nav-contact a:hover, #mobileNav .nav-contact a:focus, #mobileNav .nav-contact span:hover, #mobileNav .nav-contact span:focus {
    color: white;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #mobileNav .nav-social {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #mobileNav .nav-social {
    margin-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #mobileNav .nav-social .social-links li {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #mobileNav .nav-social .social-links span {
    font-size: 4rem;
  }
}
#mobileNav .close-nav-btn {
  display: block;
  color: white;
  z-index: 997;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 991px) {
  #mobileNav .close-nav-btn {
    top: 50px;
    right: 50px;
  }
}
@media (max-width: 767px) {
  #mobileNav .close-nav-btn {
    top: 30px;
    right: 28px;
  }
}
#mobileNav .close-nav-btn:after {
  content: "\e90b";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) and (max-width: 991px) {
  #mobileNav .close-nav-btn:after {
    font-size: 3.4rem;
  }
}
@media (max-width: 767px) {
  #mobileNav .close-nav-btn:after {
    font-size: 2.5rem;
  }
}
#mobileNav .close-nav-btn:hover {
  color: rgba(255, 255, 255, 0.6);
}

/* PAGE BANNER
--------------------------------------------*/
.page-banner-img {
  height: 570px;
}
@media (min-width: 1921px) {
  .page-banner-img {
    height: 650px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-banner-img {
    height: 500px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .page-banner-img {
    height: 370px;
  }
}
@media (max-width: 567px) {
  .page-banner-img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .page-banner-img .bg-img-wrapper {
    background: black;
  }
  .page-banner-img .bg-img-wrapper .bg-img {
    opacity: 0.8;
  }
}

/* PAGE BANNER - TEXT
--------------------------------------------*/
#pageBanner.page-banner-text {
  margin-top: 110px;
}
@media (min-width: 1921px) {
  #pageBanner.page-banner-text {
    margin-top: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #pageBanner.page-banner-text {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  #pageBanner.page-banner-text {
    margin-top: 80px;
  }
}
#pageBanner.page-banner-text.bg-white .caption {
  padding-top: 40px;
}
@media (min-width: 1921px) {
  #pageBanner.page-banner-text.bg-white .caption {
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #pageBanner.page-banner-text.bg-white .caption {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  #pageBanner.page-banner-text.bg-white .caption {
    padding: 10px 0 25px;
  }
}
#pageBanner.page-banner-text.bg-white h1, #pageBanner.page-banner-text.bg-white h2, #pageBanner.page-banner-text.bg-white h3,
#pageBanner.page-banner-text.bg-white h4, #pageBanner.page-banner-text.bg-white h5, #pageBanner.page-banner-text.bg-white h6 {
  color: #127cc3;
}
#pageBanner.page-banner-text.bg-white p {
  color: #184b7d;
}
@media (min-width: 568px) and (max-width: 767px) {
  #pageBanner.page-banner-text .caption {
    width: 75%;
  }
}
@media (max-width: 567px) {
  #pageBanner.page-banner-text .caption {
    width: 100%;
  }
}

/* PAGE BANNER - TEXT (INSET)
--------------------------------------------*/
#pageBanner.page-banner-text-inset .caption {
  width: 85%;
  padding: 0;
}
@media (min-width: 568px) and (max-width: 767px) {
  #pageBanner.page-banner-text-inset .caption {
    width: 75%;
  }
}
@media (max-width: 567px) {
  #pageBanner.page-banner-text-inset .caption {
    width: 100%;
  }
}
#pageBanner.page-banner-text-inset h1, #pageBanner.page-banner-text-inset h2, #pageBanner.page-banner-text-inset h3,
#pageBanner.page-banner-text-inset h4, #pageBanner.page-banner-text-inset h5, #pageBanner.page-banner-text-inset h6 {
  color: #127cc3;
}
#pageBanner.page-banner-text-inset p {
  color: #184b7d;
}

/* PAGE BANNER
--------------------------------------------*/
#pageBanner {
  width: 100%;
  z-index: 1;
  position: relative;
}
#pageBanner .caption {
  width: 60%;
  padding: 60px 0;
  position: relative;
}
@media (min-width: 1921px) {
  #pageBanner .caption {
    width: 65%;
    padding: 70px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #pageBanner .caption {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #pageBanner .caption {
    width: 85%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  #pageBanner .caption {
    width: 65%;
    padding: 35px 0;
  }
}
@media (max-width: 567px) {
  #pageBanner .caption {
    width: 88%;
    padding: 30px 0;
  }
}
#pageBanner .parent-page {
  margin-bottom: 10px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 2.3rem;
  line-height: 1.3;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #pageBanner .parent-page {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px) {
  #pageBanner .parent-page {
    font-size: 1.9rem;
    margin-bottom: 7px;
  }
}
#pageBanner .parent-page:hover, #pageBanner .parent-page:focus {
  color: white;
}
#pageBanner h1, #pageBanner h2, #pageBanner h3,
#pageBanner h4, #pageBanner h5, #pageBanner h6 {
  color: white;
}
#pageBanner h2 {
  font-size: 4.5rem;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #pageBanner h2 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  #pageBanner h2 {
    font-size: 2.8rem;
  }
}
#pageBanner h1 {
  margin: 0;
  font-size: 5.5rem;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #pageBanner h1 {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  #pageBanner h1 {
    font-size: 3.2rem;
  }
}
#pageBanner p {
  width: 70%;
  color: white;
  margin-top: 10px;
  font-size: 1.9rem;
}
@media (max-width: 767px) {
  #pageBanner p {
    font-size: 1.7rem;
  }
}
@media (max-width: 567px) {
  #pageBanner p {
    width: 100%;
  }
}
#pageBanner p a {
  color: white;
}
#pageBanner p a:hover, #pageBanner p a:focus {
  color: rgba(255, 255, 255, 0.6);
}
#pageBanner p + h1,
#pageBanner p + h2 {
  margin-top: 5px;
}
#pageBanner .btn {
  margin-top: 25px;
}
@media (max-width: 767px) {
  #pageBanner .btn {
    margin-top: 15px;
  }
}
#pageBanner .btn:hover, #pageBanner .btn:focus {
  color: white;
  background: transparent;
  border-color: white;
}

/* STRUCTURE
--------------------------------------------*/
/* main page wrapper */
#mainWrapper {
  overflow: hidden;
  position: relative;
}

/* main content */
#mainContent {
  position: relative;
}

/* container */
@media (min-width: 1921px) {
  .container {
    width: 1450px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* container fluid */
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid .row,
.container-fluid .row-flex {
  margin: 0;
}
.container-fluid div[class^=col-] {
  padding: 0;
}

/* content wrapper */
.content-wrapper {
  width: 100%;
  z-index: 996;
  position: relative;
}

/* 2 column content */
#content,
.sidebar {
  position: relative;
}

#content {
  width: 100%;
  max-width: 100%;
  display: block;
}
#content.no-panel {
  margin-right: 0;
}
#content.panel-column {
  padding: 60px 0;
  margin-right: 35px;
}
@media (min-width: 1921px) {
  #content.panel-column {
    padding: 70px 0;
    margin-right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content.panel-column {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #content.panel-column {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  #content.panel-column {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #content.panel-column {
    padding: 30px 0;
  }
}

.content-right {
  float: right;
}
@media (max-width: 991px) {
  .content-right {
    float: none;
  }
}

.sidebar.no-panel {
  width: 100%;
  max-width: 100%;
  padding-left: 30px;
  border-left: 2px solid #dfe6ee;
}
@media (max-width: 991px) {
  .sidebar.no-panel {
    padding-left: 0;
    border-left: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar.no-panel {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .sidebar.no-panel {
    margin-top: 30px;
  }
}
.sidebar.panel-column {
  border-left: none;
  background: #dfe6ee;
  margin-right: -9999px;
  padding: 60px 9999px 60px 65px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sidebar.panel-column {
    -ms-flex: 1;
        flex: 1;
  }
}
@media (min-width: 1921px) {
  .sidebar.panel-column {
    padding-top: 70px;
    padding-left: 75px;
    padding: 70px 9999px 70px 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar.panel-column {
    padding: 50px 9999px 50px 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar.panel-column {
    margin: 0 -9999px;
    padding: 50px 9999px;
  }
}
@media (max-width: 767px) {
  .sidebar.panel-column {
    margin: 0 -20px;
    padding: 40px 20px;
  }
}

/* bootstrap columns */
@media (max-width: 567px) {
  .col-xs-6 {
    height: auto;
    width: 100%;
    float: none;
  }
}

/* centered columns */
.row-centered {
  text-align: center;
}

.col-centered {
  float: none;
  margin-right: -4px;
  display: inline-block;
  vertical-align: top;
}

/* justify content */
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}

/* align content */
.align-center {
  -ms-flex-align: center;
      align-items: center;
}

.align-bottom {
  -ms-flex-align: end;
      align-items: flex-end;
}

/* SECTIONS - Individual sections */
/* ARTICLES
--------------------------------------------*/
/* article thumbnail */
.article-thumbnail .img-wrapper {
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border: 3px solid #dfe6ee;
}
.article-thumbnail .article-date {
  font-size: 1.5rem;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-thumbnail .article-date {
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  .article-thumbnail .article-date {
    font-size: 1.7rem;
  }
}
.article-thumbnail h3 {
  margin-top: 5px;
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .article-thumbnail h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .article-thumbnail h3 {
    margin-top: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-thumbnail h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .article-thumbnail h3 {
    font-size: 2.3rem;
  }
}
.article-thumbnail p {
  margin-top: 10px !important;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .article-thumbnail p {
    font-size: 1.7rem;
  }
}
.article-thumbnail .link {
  margin-top: 10px;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .article-thumbnail .link {
    font-size: 1.7rem;
  }
}

/* article listing */
@media (min-width: 768px) and (max-width: 991px) {
  .article-listing #content {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .article-listing #content {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .article-listing .sidebar.no-panel {
    margin: 0;
    padding: 0;
    border: none;
  }
}
@media (max-width: 991px) {
  .article-listing .col-results {
    -ms-flex-order: 2;
        order: 2;
  }
}
@media (max-width: 991px) {
  .article-listing .col-filters {
    -ms-flex-order: 1;
        order: 1;
  }
}
.article-listing .col-sidebar-cta {
  display: none;
}
@media (max-width: 991px) {
  .article-listing .col-sidebar-cta {
    -ms-flex-order: 3;
        order: 3;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-listing .col-sidebar-cta .sidebar {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .article-listing .col-sidebar-cta .sidebar {
    margin-top: 30px;
  }
}

/* article detail */
.article-detail #pageBanner h1 {
  margin-top: 5px;
  font-size: 4.5rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .article-detail #pageBanner h1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .article-detail #pageBanner h1 {
    font-size: 2.6rem;
  }
}
.article-detail #pageBanner .article-date,
.article-detail #pageBanner .article-cat {
  display: inline-block;
  margin: 15px 5px 0 0;
  color: #184b7d;
  font-size: 1.8rem;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .article-detail #pageBanner .article-date,
.article-detail #pageBanner .article-cat {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .article-detail #pageBanner .article-date,
.article-detail #pageBanner .article-cat {
    margin-top: 13px;
    font-size: 1.7rem;
  }
}
.article-detail #pageBanner .breadcrumbs {
  margin-bottom: 10px;
}
.article-detail #pageBanner .breadcrumbs span:after, .article-detail #pageBanner .breadcrumbs span:nth-of-type(2), .article-detail #pageBanner .breadcrumbs span.current-item {
  display: none;
}
.article-detail .header-inset .article-content {
  margin-top: 25px;
  padding-right: 100px;
}
@media (min-width: 1921px) {
  .article-detail .header-inset .article-content {
    padding-right: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .article-detail .header-inset .article-content {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .article-detail .header-inset .article-content {
    margin-top: 20px;
    padding-right: 0;
  }
}
@media (max-width: 567px) {
  .article-detail .article-content .one-column-text-widget {
    margin-bottom: 0;
  }
}
.article-detail .article-content .one-column-text-widget p strong {
  color: #184b7d;
}
@media (max-width: 567px) {
  .article-detail .article-content .add-this-widget {
    display: none;
  }
}
.article-detail .article-content .more-info {
  margin-top: 25px;
}
.article-detail .article-content .more-info div {
  margin-top: 15px;
}
.article-detail .article-content .more-info div:first-of-type {
  margin-top: 0;
}
.article-detail .article-content .more-info .btn {
  margin-top: 0;
}
.article-detail .article-img .img-responsive {
  width: 100%;
}
.article-detail .article-back {
  height: 110px;
}
@media (min-width: 1921px) {
  .article-detail .article-back {
    height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .article-detail .article-back {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .article-detail .article-back {
    height: 80px;
  }
}
.article-detail .article-back .container {
  height: 100%;
  position: relative;
}
.article-detail .article-back .link-back {
  padding-left: 25px;
  color: #184b7d;
  display: inline-block;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1199px) {
  .article-detail .article-back .link-back {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .article-detail .article-back .link-back {
    font-size: 2rem;
  }
}
.article-detail .article-back .link-back:before {
  content: "\e908";
  font-family: "icomoon";
  font-size: 1.7rem;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .article-detail .article-back .link-back:before {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .article-detail .article-back .link-back:before {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.article-detail .article-back .link-back:hover, .article-detail .article-back .link-back:focus {
  color: #127cc3;
}

/* CONTACT
--------------------------------------------*/
.contact {
  /* contact info */
}
.contact .contact-info h3 {
  color: #184b7d;
  font-size: 2.2rem;
  line-height: 1.3;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact .contact-info h3 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .contact .contact-info h3 {
    font-size: 1.9rem;
  }
}
.contact .contact-info p {
  margin-top: 7px;
}
.contact .contact-info p a, .contact .contact-info p span {
  color: #127cc3;
  font-weight: 800;
}
.contact .contact-info p a:hover, .contact .contact-info p a:focus {
  color: #184b7d;
}
.contact .contact-info .telephone-number a, .contact .contact-info .telephone-number span,
.contact .contact-info .email-address a,
.contact .contact-info .email-address span {
  font-size: 2.3rem;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact .contact-info .telephone-number a, .contact .contact-info .telephone-number span,
.contact .contact-info .email-address a,
.contact .contact-info .email-address span {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .contact .contact-info .telephone-number a, .contact .contact-info .telephone-number span,
.contact .contact-info .email-address a,
.contact .contact-info .email-address span {
    font-size: 1.9rem;
  }
}
@media (max-width: 374px) {
  .contact .contact-info .email-address a {
    font-size: 1.6rem;
  }
}
.contact .contact-info .address,
.contact .contact-info .complaints {
  font-size: 2rem;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact .contact-info .address,
.contact .contact-info .complaints {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .contact .contact-info .address,
.contact .contact-info .complaints {
    font-size: 1.6rem;
  }
}

/* HOMEPAGE
--------------------------------------------*/
/* body class overwrites */
.home {
  /* page banner */
  /* structure */
}
.home #pageBanner {
  height: 750px;
  /* home slider */
}
@media (min-width: 1200px) and (max-height: 830px) {
  .home #pageBanner {
    height: 600px;
  }
}
@media (min-width: 1921px) {
  .home #pageBanner {
    height: 850px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home #pageBanner {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .home #pageBanner {
    height: 420px;
    border-bottom: none;
  }
}
.home #pageBanner .caption {
  width: 65%;
  padding: 0;
}
@media (min-width: 1921px) {
  .home #pageBanner .caption {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home #pageBanner .caption {
    width: 85%;
  }
}
@media (max-width: 567px) {
  .home #pageBanner .caption {
    width: 88%;
  }
}
.home #pageBanner p + h1 {
  margin-top: 0;
}
.home #pageBanner h3 + h1,
.home #pageBanner h3 + h2 {
  margin-top: 15px;
}
.home #pageBanner h1, .home #pageBanner h2 {
  font-size: 5.5rem;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home #pageBanner h1, .home #pageBanner h2 {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .home #pageBanner h1, .home #pageBanner h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) and (max-height: 830px) {
  .home #pageBanner h1, .home #pageBanner h2 {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .home #pageBanner h1, .home #pageBanner h2 {
    font-size: 2.6rem;
  }
}
.home #pageBanner .btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .home #pageBanner .btn {
    margin-top: 15px;
  }
}
.home #pageBanner .home-slider {
  background: black;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.home #pageBanner .home-slider.single-slide .caption {
  padding-bottom: 80px;
}
@media (min-width: 1921px) {
  .home #pageBanner .home-slider.single-slide .caption {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home #pageBanner .home-slider.single-slide .caption {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .home #pageBanner .home-slider.single-slide .caption {
    padding-bottom: 40px;
  }
}
.home #pageBanner .home-slider.multiple-slides .caption {
  padding-bottom: 120px;
}
@media (min-width: 1200px) and (max-height: 830px) {
  .home #pageBanner .home-slider.multiple-slides .caption {
    padding-bottom: 110px;
  }
}
@media (min-width: 1921px) {
  .home #pageBanner .home-slider.multiple-slides .caption {
    padding-bottom: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home #pageBanner .home-slider.multiple-slides .caption {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home #pageBanner .home-slider.multiple-slides .caption {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .home #pageBanner .home-slider.multiple-slides .caption {
    padding-bottom: 70px;
  }
}
.home #pageBanner .home-slider .flex-control-nav {
  width: 1140px;
  bottom: 70px;
  z-index: 997;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .home #pageBanner .home-slider .flex-control-nav {
    width: 1420px;
    bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home #pageBanner .home-slider .flex-control-nav {
    width: 940px;
    bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home #pageBanner .home-slider .flex-control-nav {
    width: 720px;
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  .home #pageBanner .home-slider .flex-control-nav {
    width: auto;
    left: 20px;
    bottom: 45px;
  }
}
.home #pageBanner .home-slider .flex-control-paging li a {
  border-color: white;
}
.home #pageBanner .home-slider .flex-control-paging li a.flex-active {
  background: white;
}
.home #mainContent {
  padding: 60px 0 0;
}
@media (min-width: 1921px) {
  .home #mainContent {
    padding: 70px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home #mainContent {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .home #mainContent {
    padding: 30px 0 0;
  }
}

/* home intro */
.home-intro .widget-full:first-of-type {
  padding-top: 0;
}

/* home content */
.home-content {
  /* home widgets */
}
.home-content div[class^=col-]:first-of-type .text-cta-widget.widget-sm {
  height: 470px;
}
@media (min-width: 1921px) {
  .home-content div[class^=col-]:first-of-type .text-cta-widget.widget-sm {
    height: 520px;
  }
}
@media (max-width: 991px) {
  .home-content div[class^=col-]:first-of-type .text-cta-widget.widget-sm {
    height: auto;
  }
}
@media (max-width: 991px) {
  .home-content div[class^=col-]:last-of-type .widget-home:first-of-type {
    margin-top: 30px;
  }
}
.home-content .home-widgets {
  width: 100%;
  max-width: 100%;
  position: relative;
}

/* home additional */
.home-additional .widget-full {
  /*&.bg-none {

      &:last-of-type {
          padding-bottom: 0;
      }
  }*/
}
.home-additional .widget-full:first-of-type.bg-blue-light, .home-additional .widget-full:first-of-type.bg-blue-medium, .home-additional .widget-full:first-of-type.bg-blue-dark, .home-additional .widget-full:first-of-type.bg-grey-light {
  margin-top: 65px;
}
@media (min-width: 1921px) {
  .home-additional .widget-full:first-of-type.bg-blue-light, .home-additional .widget-full:first-of-type.bg-blue-medium, .home-additional .widget-full:first-of-type.bg-blue-dark, .home-additional .widget-full:first-of-type.bg-grey-light {
    margin-top: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-additional .widget-full:first-of-type.bg-blue-light, .home-additional .widget-full:first-of-type.bg-blue-medium, .home-additional .widget-full:first-of-type.bg-blue-dark, .home-additional .widget-full:first-of-type.bg-grey-light {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-additional .widget-full:first-of-type.bg-blue-light, .home-additional .widget-full:first-of-type.bg-blue-medium, .home-additional .widget-full:first-of-type.bg-blue-dark, .home-additional .widget-full:first-of-type.bg-grey-light {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .home-additional .widget-full:first-of-type.bg-blue-light, .home-additional .widget-full:first-of-type.bg-blue-medium, .home-additional .widget-full:first-of-type.bg-blue-dark, .home-additional .widget-full:first-of-type.bg-grey-light {
    margin-top: 30px;
  }
}

/* MEMBERS
--------------------------------------------*/
/* members thumbnail */
.members-thumbnail .cta-flex:hover .img-wrapper, .members-thumbnail .cta-flex:focus .img-wrapper {
  border: 3px solid #127cc3;
}
.members-thumbnail .cta-flex:hover h3, .members-thumbnail .cta-flex:focus h3 {
  color: #127cc3;
}
.members-thumbnail .img-wrapper {
  background: white;
  border: 3px solid #ced9e5;
}
.members-thumbnail .caption-flex {
  margin-top: 15px;
}
.members-thumbnail .article-cat-wrapper {
  margin-top: 5px;
}
.members-thumbnail .article-cat {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  color: black;
}
.members-thumbnail .article-cat:not(:last-of-type):after {
  content: ",";
  margin: 0 3px 0 2px;
  position: relative;
  display: inline-block;
}
.members-thumbnail h3 {
  color: #184b7d;
}
@media (max-width: 567px) {
  .members-thumbnail h3 {
    font-size: 2rem;
  }
}

/* members-listing */
@media (max-width: 767px) {
  .members-listing .col-results .col-flex-xs-6 {
    -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.members-listing .sidebar.no-panel {
  border-color: #ced9e5;
}
.members-listing .sidebar .widget-meta-data-filter .mdf_input_container {
  background: white;
}
.members-listing .sidebar .members-link-back {
  display: block;
  padding: 20px;
  background: white;
  position: relative;
  color: #184b7d;
  font-weight: 800;
  font-size: 1.9rem;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .members-listing .sidebar .members-link-back {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .members-listing .sidebar .members-link-back {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .members-listing .sidebar .members-link-back {
    font-size: 1.8rem;
    padding: 12px 15px;
  }
}
.members-listing .sidebar .members-link-back span {
  width: 80%;
  display: block;
}
.members-listing .sidebar .members-link-back:after {
  content: "\e909";
  font-size: 1.8rem;
  font-family: "icomoon";
  top: 20px;
  right: 20px;
  position: absolute;
}
@media (max-width: 991px) {
  .members-listing .sidebar .members-link-back:after {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .members-listing .sidebar .members-link-back:after {
    right: 17px;
    font-size: 2.1rem;
  }
}
@media (max-width: 767px) {
  .members-listing .sidebar .members-link-back:after {
    right: 15px;
    font-size: 1.8rem;
  }
}
.members-listing .sidebar .members-link-back:hover, .members-listing .sidebar .members-link-back:focus {
  color: #127cc3;
}
@media (max-width: 991px) {
  .members-listing .sidebar .members-link-back:hover, .members-listing .sidebar .members-link-back:focus {
    color: #184b7d;
  }
}
.members-listing .sidebar .members-link-search {
  display: block;
  padding: 20px;
  margin-top: 25px;
  background: white;
}
@media (min-width: 768px) and (max-width: 991px) {
  .members-listing .sidebar .members-link-search {
    padding: 15px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .members-listing .sidebar .members-link-search {
    margin-top: 12px;
    padding: 12px 15px;
  }
}
.members-listing .sidebar .members-link-search:hover .title, .members-listing .sidebar .members-link-search:focus .title {
  color: #127cc3;
}
@media (max-width: 991px) {
  .members-listing .sidebar .members-link-search:hover .title, .members-listing .sidebar .members-link-search:focus .title {
    color: #184b7d;
  }
}
.members-listing .sidebar .members-link-search .title {
  display: block;
  position: relative;
  color: #184b7d;
  font-weight: 800;
  font-size: 1.9rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .members-listing .sidebar .members-link-search .title {
    font-size: 1.8rem;
  }
}
.members-listing .sidebar .members-link-search .title:after {
  content: "\e90f";
  font-size: 1.8rem;
  font-family: "icomoon";
  top: 1px;
  right: 0;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 991px) {
  .members-listing .sidebar .members-link-search .title:after {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .members-listing .sidebar .members-link-search .title:after {
    top: 1px;
    font-size: 1.7rem;
  }
}
.members-listing .sidebar .members-link-search .sub-title {
  display: inline-block;
  margin-top: 10px;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .members-listing .sidebar .members-link-search .sub-title {
    display: none;
  }
}

/* members detail */
.members-detail .members-categories .category-list:not(first-of-type) {
  margin-top: 20px;
}
.members-detail .members-categories .category-list h2 {
  font-size: 2.2rem;
  line-height: 1.3;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .members-detail .members-categories .category-list h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .members-detail .members-categories .category-list h2 {
    font-size: 1.9rem;
  }
}
.members-detail .members-categories .category-list ul {
  margin: 10px 0 0;
  list-style: none;
}
.members-detail .members-categories .category-list li {
  position: relative;
  margin: 0 10px 2px 0;
  display: inline-block;
}
.members-detail .members-categories .category-list li:last-of-type:after {
  display: none;
}
.members-detail .members-categories .category-list li:after {
  content: "|";
  margin-left: 10px;
  position: relative;
}

/* NEWS & BLOG
--------------------------------------------*/
/* news & blog listing */
.news-blog-thumbnail .cta-flex:hover h3, .news-blog-thumbnail .cta-flex:focus h3 {
  color: #127cc3;
}
.news-blog-thumbnail .caption-flex {
  margin-top: 20px;
}
@media (min-width: 1921px) {
  .news-blog-thumbnail .caption-flex {
    margin-top: 25px;
  }
}
.news-blog-thumbnail h3 {
  color: #184b7d;
}
.news-blog-thumbnail p {
  color: #184b7d;
}

/* news & blog listing */
@media (max-width: 991px) {
  .news-blog-listing .widget-meta-data-filter {
    margin-bottom: 0;
  }
}
.news-blog-listing .widget-meta-data-filter .mdf_input_container {
  padding: 25px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-blog-listing .widget-meta-data-filter .mdf_input_container {
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .news-blog-listing .widget-meta-data-filter .mdf_input_container {
    padding: 12px 15px !important;
  }
}
.news-blog-listing .widget-meta-data-filter .mdf_input_container:not(:first-of-type) {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-blog-listing .widget-meta-data-filter .mdf_input_container:not(:first-of-type) {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .news-blog-listing .widget-meta-data-filter .mdf_input_container:not(:first-of-type) {
    margin-top: 12px;
  }
}

/* news & blog detail */
.news-blog-detail .news-blog-img {
  margin-bottom: 40px;
}
@media (min-width: 1921px) {
  .news-blog-detail .news-blog-img {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news-blog-detail .news-blog-img {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .news-blog-detail .news-blog-img {
    margin-bottom: 20px;
  }
}

/* news & blog articles */
.news-blog-articles .text-intro h3 {
  color: #184b7d;
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-blog-articles .text-intro h3 {
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  .news-blog-articles .text-intro h3 {
    font-size: 2.3rem;
  }
}

/* RESOURCES
--------------------------------------------*/
/* resources listing */
@media (max-width: 767px) {
  .resources-thumbnail .row-flex {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 767px) {
  .resources-thumbnail .col-flex {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .resources-thumbnail .col-flex-xs-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .resources-thumbnail .col-flex-xs-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
}
.resources-thumbnail .cta-flex {
  padding: 30px;
  background: #dfe6ee;
  border: 3px solid #dfe6ee;
}
@media (min-width: 1921px) {
  .resources-thumbnail .cta-flex {
    padding: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .resources-thumbnail .cta-flex {
    padding: 25px;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .resources-thumbnail .cta-flex {
    padding: 30px 25px;
  }
}
@media (max-width: 374px) {
  .resources-thumbnail .cta-flex {
    padding: 25px;
  }
}
.resources-thumbnail .cta-flex:hover, .resources-thumbnail .cta-flex:focus {
  border: 3px solid #127cc3;
}
.resources-thumbnail .cta-flex:hover h3, .resources-thumbnail .cta-flex:hover p, .resources-thumbnail .cta-flex:focus h3, .resources-thumbnail .cta-flex:focus p {
  color: #127cc3;
}
.resources-thumbnail .article-date {
  color: #184b7d;
}
.resources-thumbnail h3 {
  color: #184b7d;
}
@media (max-width: 567px) {
  .resources-thumbnail h3 {
    font-size: 2rem;
  }
}
.resources-thumbnail p {
  color: black;
}

/* resources detail */
.resources-detail .sidebar .add-this-widget {
  display: none;
}
@media (max-width: 567px) {
  .resources-detail .sidebar .add-this-widget {
    display: block;
    margin-top: 30px;
  }
}
@media (max-width: 567px) {
  .resources-detail .sidebar .add-this-widget .caption {
    padding: 0;
  }
}

/* SEARCH OVERLAY
--------------------------------------------*/
.search-overlay {
  width: 350px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .search-overlay {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .search-overlay {
    width: 250px;
  }
}
.search-overlay .text-intro {
  margin-bottom: 20px;
}
.search-overlay h2 {
  color: white;
  font-size: 3.6rem;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .search-overlay h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .search-overlay h2 {
    font-size: 2.6rem;
  }
}
.search-overlay label {
  opacity: 0;
}
.search-overlay .form-group {
  position: relative;
  margin-bottom: 25px;
}
.search-overlay .form-control {
  padding: 10px 15px;
  color: #184b7d;
  border-radius: 0;
  border: 2px solid white;
  box-shadow: none;
  background: white;
  width: 100%;
  height: 55px;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .search-overlay .form-control {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}
@media (max-width: 767px) {
  .search-overlay .form-control {
    height: 45px;
    padding: 10px;
    font-size: 1.6rem;
  }
}
.search-overlay .form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: #eee;
  background: #eee;
}
.search-overlay .form-control:-moz-placeholder {
  color: #184b7d !important;
}
.search-overlay .form-control::-moz-placeholder {
  color: #184b7d !important;
}
.search-overlay .form-control:-ms-input-placeholder {
  color: #184b7d !important;
}
.search-overlay .form-control::-webkit-input-placeholder {
  color: #184b7d !important;
}
.search-overlay .form-control:focus:-moz-placeholder {
  opacity: 0;
}
.search-overlay .form-control:focus::-moz-placeholder {
  opacity: 0;
}
.search-overlay .form-control:focus:-ms-input-placeholder {
  opacity: 0;
}
.search-overlay .form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}
.search-overlay .btn {
  border: none;
  box-shadow: none;
  background: transparent;
  width: 54px;
  height: 54px;
  top: 0;
  right: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .search-overlay .btn {
    width: 45px;
    height: 45px;
  }
}
.search-overlay .btn:after {
  content: "\e90f";
  font-size: 2.3rem;
  font-family: "icomoon";
  color: #184b7d;
  top: 1px;
  right: 2px;
  position: relative;
}
@media (max-width: 767px) {
  .search-overlay .btn:after {
    font-size: 2rem;
  }
}
.search-overlay .btn span {
  text-indent: -9999px;
  display: inline-block;
}

/* SECTION
--------------------------------------------*/
.section.header-inset {
  margin-top: 110px;
}
@media (min-width: 1921px) {
  .section.header-inset {
    margin-top: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section.header-inset {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .section.header-inset {
    margin-top: 80px;
  }
}
.section.bg-white {
  padding-bottom: 60px;
}
@media (min-width: 1921px) {
  .section.bg-white {
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section.bg-white {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section.bg-white {
    padding-bottom: 30px;
  }
}
.section.bg-blue-light {
  padding: 60px 0;
}
@media (min-width: 1921px) {
  .section.bg-blue-light {
    padding: 70px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section.bg-blue-light {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section.bg-blue-light {
    padding: 30px 0;
  }
}

/* TEAM
--------------------------------------------*/
.team-detail .btn-close {
  top: -40px;
  right: 0;
  width: auto;
  height: auto;
  border: none;
  display: block;
  background: none;
  border-radius: 0;
  width: 100%;
  height: 20px;
}
@media (max-width: 767px) {
  .team-detail .btn-close {
    top: 30px;
    right: 25px;
  }
}
.team-detail .btn-close:hover:before, .team-detail .btn-close:hover:after {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .team-detail .btn-close:hover:before, .team-detail .btn-close:hover:after {
    color: #184b7d;
  }
}
.team-detail .btn-close:before {
  color: white;
  content: "close";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .team-detail .btn-close:before {
    right: 20px;
    font-size: 1.8rem;
    color: #184b7d;
  }
}
.team-detail .btn-close:after {
  left: auto;
  right: -5px;
  font-size: 2.3rem;
  -webkit-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%);
}
@media (max-width: 767px) {
  .team-detail .btn-close:after {
    font-size: 2.2rem;
    color: #184b7d;
  }
}
.team-detail .caption {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .team-detail .caption {
    padding-right: 0;
  }
}
.team-detail .name {
  font-size: 2.3rem;
  color: #184b7d;
}
.team-detail .job-title {
  font-size: 2rem;
  margin-top: 5px;
}
.team-detail .bio {
  margin-top: 20px;
}
.team-detail .bio p, .team-detail .bio li {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .team-detail .bio p, .team-detail .bio li {
    font-size: 1.7rem;
  }
}
.team-detail .bio p a:hover, .team-detail .bio p a:focus, .team-detail .bio li a:hover, .team-detail .bio li a:focus {
  color: #2a95dd;
}
@media (max-width: 767px) {
  .team-detail .img-wrapper {
    margin-top: 30px;
  }
}

/* MAIN WIDGETS - Main widgets */
/* WIDGET
--------------------------------------------*/
/* base widget */
.widget {
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 1921px) {
  .widget {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .widget {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .widget {
    margin-bottom: 30px;
  }
}
.widget:last-of-type {
  margin-bottom: 0;
}

/* FEATURE CTA WIDGET
--------------------------------------------*/
.feature-cta-widget .cta-flex:hover .btn, .feature-cta-widget .cta-flex:focus .btn {
  color: white;
  background: transparent;
  border-color: white;
}
.feature-cta-widget .bg-img-wrapper {
  position: absolute;
}
.feature-cta-widget .block-flex {
  min-height: 260px;
}
@media (min-width: 1921px) {
  .feature-cta-widget .block-flex {
    min-height: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-cta-widget .block-flex {
    min-height: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-cta-widget .block-flex {
    min-height: 240px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .feature-cta-widget .block-flex {
    min-height: 250px;
  }
}
@media (max-width: 567px) {
  .feature-cta-widget .block-flex {
    min-height: 230px;
  }
}
.feature-cta-widget .caption-flex {
  padding: 40px;
}
.feature-cta-widget .caption-flex .text-standard p > a, .feature-cta-widget .caption-flex .text-standard li:not(.page_item) > a, .feature-cta-widget .caption-flex .text-standard span > a {
  color: white !important;
  text-decoration: underline;
}
.feature-cta-widget .caption-flex .text-standard p > a:hover, .feature-cta-widget .caption-flex .text-standard p > a:focus, .feature-cta-widget .caption-flex .text-standard li:not(.page_item) > a:hover, .feature-cta-widget .caption-flex .text-standard li:not(.page_item) > a:focus, .feature-cta-widget .caption-flex .text-standard span > a:hover, .feature-cta-widget .caption-flex .text-standard span > a:focus {
  color: white !important;
  text-decoration: none;
}
.feature-cta-widget .caption-flex h1, .feature-cta-widget .caption-flex h2, .feature-cta-widget .caption-flex h3,
.feature-cta-widget .caption-flex h4, .feature-cta-widget .caption-flex h5, .feature-cta-widget .caption-flex h6,
.feature-cta-widget .caption-flex p, .feature-cta-widget .caption-flex li, .feature-cta-widget .caption-flex a:not(.btn), .feature-cta-widget .caption-flex span:not(.btn) {
  color: white;
}
.feature-cta-widget .caption-flex li:before {
  color: white !important;
}
.feature-cta-widget .caption-flex a:not(.btn):hover {
  color: #184b7d;
}
@media (min-width: 1921px) {
  .feature-cta-widget .caption-flex {
    padding: 45px;
  }
}
@media (max-width: 991px) {
  .feature-cta-widget .caption-flex {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .feature-cta-widget .caption-flex {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .feature-cta-widget .caption-flex {
    padding: 30px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-cta-widget .caption-flex h3 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .feature-cta-widget .caption-flex h3 {
    font-size: 2.6rem;
  }
}

/* IMAGE OVERLAY CTA WIDGET
--------------------------------------------*/
.img-overlay-cta-widget .cta-block:hover .btn, .img-overlay-cta-widget .cta-block:focus .btn {
  color: white;
  background: transparent;
  border-color: white;
}
.img-overlay-cta-widget .caption {
  width: 70%;
  padding: 150px 40px 45px;
}
.img-overlay-cta-widget .caption .text-standard p > a, .img-overlay-cta-widget .caption .text-standard li:not(.page_item) > a, .img-overlay-cta-widget .caption .text-standard span > a {
  color: white !important;
  text-decoration: underline;
}
.img-overlay-cta-widget .caption .text-standard p > a:hover, .img-overlay-cta-widget .caption .text-standard p > a:focus, .img-overlay-cta-widget .caption .text-standard li:not(.page_item) > a:hover, .img-overlay-cta-widget .caption .text-standard li:not(.page_item) > a:focus, .img-overlay-cta-widget .caption .text-standard span > a:hover, .img-overlay-cta-widget .caption .text-standard span > a:focus {
  color: white !important;
  text-decoration: none;
}
.img-overlay-cta-widget .caption h1, .img-overlay-cta-widget .caption h2, .img-overlay-cta-widget .caption h3,
.img-overlay-cta-widget .caption h4, .img-overlay-cta-widget .caption h5, .img-overlay-cta-widget .caption h6,
.img-overlay-cta-widget .caption p, .img-overlay-cta-widget .caption li, .img-overlay-cta-widget .caption a:not(.btn), .img-overlay-cta-widget .caption span:not(.btn) {
  color: white;
}
.img-overlay-cta-widget .caption li:before {
  color: white !important;
}
.img-overlay-cta-widget .caption a:not(.btn):hover {
  color: #184b7d;
}
@media (min-width: 1921px) {
  .img-overlay-cta-widget .caption {
    padding: 180px 45px 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .img-overlay-cta-widget .caption {
    width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .img-overlay-cta-widget .caption {
    padding: 130px 35px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .img-overlay-cta-widget .caption {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  .img-overlay-cta-widget .caption {
    width: 100%;
    bottom: auto;
    padding: 30px 20px;
  }
}

/* TEXT CTA WIDGET
--------------------------------------------*/
.text-cta-widget .block-flex .caption-flex {
  padding: 40px;
}
@media (min-width: 1921px) {
  .text-cta-widget .block-flex .caption-flex {
    padding: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-cta-widget .block-flex .caption-flex {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .text-cta-widget .block-flex .caption-flex {
    padding: 30px 25px;
  }
}

/* THUMBNAILS CTA WIDGET
--------------------------------------------*/
.thumbnails-cta-widget .bg-img-wrapper {
  height: auto;
  position: relative;
}
.thumbnails-cta-widget .img-responsive {
  width: 100%;
}
.thumbnails-cta-widget .caption-flex {
  padding: 35px;
}
@media (min-width: 1921px) {
  .thumbnails-cta-widget .caption-flex {
    padding: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .thumbnails-cta-widget .caption-flex {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .thumbnails-cta-widget .caption-flex {
    padding: 25px;
  }
}
.thumbnails-cta-widget .caption-flex.bg-white {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.thumbnails-cta-widget .caption-flex.text-standard h1 + h1,
.thumbnails-cta-widget .caption-flex.text-standard h1 + h2,
.thumbnails-cta-widget .caption-flex.text-standard h1 + h3,
.thumbnails-cta-widget .caption-flex.text-standard h1 + h4,
.thumbnails-cta-widget .caption-flex.text-standard h1 + h5,
.thumbnails-cta-widget .caption-flex.text-standard h1 + h6, .thumbnails-cta-widget .caption-flex.text-standard h2 + h1,
.thumbnails-cta-widget .caption-flex.text-standard h2 + h2,
.thumbnails-cta-widget .caption-flex.text-standard h2 + h3,
.thumbnails-cta-widget .caption-flex.text-standard h2 + h4,
.thumbnails-cta-widget .caption-flex.text-standard h2 + h5,
.thumbnails-cta-widget .caption-flex.text-standard h2 + h6, .thumbnails-cta-widget .caption-flex.text-standard h3 + h1,
.thumbnails-cta-widget .caption-flex.text-standard h3 + h2,
.thumbnails-cta-widget .caption-flex.text-standard h3 + h3,
.thumbnails-cta-widget .caption-flex.text-standard h3 + h4,
.thumbnails-cta-widget .caption-flex.text-standard h3 + h5,
.thumbnails-cta-widget .caption-flex.text-standard h3 + h6,
.thumbnails-cta-widget .caption-flex.text-standard h4 + h1,
.thumbnails-cta-widget .caption-flex.text-standard h4 + h2,
.thumbnails-cta-widget .caption-flex.text-standard h4 + h3,
.thumbnails-cta-widget .caption-flex.text-standard h4 + h4,
.thumbnails-cta-widget .caption-flex.text-standard h4 + h5,
.thumbnails-cta-widget .caption-flex.text-standard h4 + h6, .thumbnails-cta-widget .caption-flex.text-standard h5 + h1,
.thumbnails-cta-widget .caption-flex.text-standard h5 + h2,
.thumbnails-cta-widget .caption-flex.text-standard h5 + h3,
.thumbnails-cta-widget .caption-flex.text-standard h5 + h4,
.thumbnails-cta-widget .caption-flex.text-standard h5 + h5,
.thumbnails-cta-widget .caption-flex.text-standard h5 + h6, .thumbnails-cta-widget .caption-flex.text-standard h6 + h1,
.thumbnails-cta-widget .caption-flex.text-standard h6 + h2,
.thumbnails-cta-widget .caption-flex.text-standard h6 + h3,
.thumbnails-cta-widget .caption-flex.text-standard h6 + h4,
.thumbnails-cta-widget .caption-flex.text-standard h6 + h5,
.thumbnails-cta-widget .caption-flex.text-standard h6 + h6 {
  margin-top: 5px;
}

/* DIVIDER WIDGET
--------------------------------------------*/
.divider-widget {
  padding: 0 !important;
  margin: -5px 0 40px;
}
@media (max-width: 767px) {
  .divider-widget {
    margin: 0 0 25px;
  }
}
.divider-widget hr {
  margin: 0;
  border: none;
  background: #ced9e5;
  width: 100%;
  height: 2px;
}

/* DOWNLOADS WIDGET
--------------------------------------------*/
.downloads-widget .caption {
  padding: 25px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .downloads-widget .caption {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .downloads-widget .caption {
    padding: 25px 20px;
  }
}
.downloads-widget .caption.bg-white .download-icon, .downloads-widget .caption.bg-grey-light .download-icon {
  background: #184b7d;
}
.downloads-widget .caption.bg-white .download-icon:before, .downloads-widget .caption.bg-grey-light .download-icon:before {
  color: white;
}
.downloads-widget .download-icon {
  z-index: 5;
  float: left;
  position: relative;
  border-radius: 100%;
  background: white;
  width: 55px;
  height: 55px;
}
@media (max-width: 767px) {
  .downloads-widget .download-icon {
    width: 40px;
    height: 40px;
  }
}
.downloads-widget .download-icon:before {
  content: "\e900";
  z-index: 2;
  color: #184b7d;
  font-size: 2.2rem;
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .downloads-widget .download-icon:before {
    font-size: 2rem;
  }
}
.downloads-widget .text {
  width: 80%;
  float: left;
  margin-left: 25px;
}
@media (max-width: 767px) {
  .downloads-widget .text {
    width: 70%;
    margin-left: 20px;
  }
}
.downloads-widget .text h3 {
  font-size: 2.6rem;
  line-height: 1.3;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .downloads-widget .text h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .downloads-widget .text h3 {
    font-size: 2rem;
  }
}
.downloads-widget .text .download-link {
  margin-top: 8px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}

/* ENQUIRY FORM WIDGET
--------------------------------------------*/
.enquiry-form-widget .form-wrapper {
  padding: 50px;
  border: 3px solid #127cc3;
  /* form input/dropdown */
}
@media (min-width: 1921px) {
  .enquiry-form-widget .form-wrapper {
    padding: 55px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .enquiry-form-widget .form-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .enquiry-form-widget .form-wrapper {
    padding: 30px 25px;
  }
}
.enquiry-form-widget .form-wrapper .gfield input[type=text],
.enquiry-form-widget .form-wrapper .gfield textarea,
.enquiry-form-widget .form-wrapper .gfield select {
  background: #eee;
}

/* THUMBNAIL GALLERY WIDGET
--------------------------------------------*/
.gallery-thumbnail-widget {
  /* gallery image list */
}
.gallery-thumbnail-widget .img-list {
  margin-top: -30px;
}
@media (max-width: 767px) {
  .gallery-thumbnail-widget .img-list {
    margin-top: -25px;
  }
}
.gallery-thumbnail-widget .img-list .cta-block {
  height: 200px;
  margin-top: 30px;
  position: relative;
  color: black;
  background: white;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  text-indent: -9999px;
}
@media (min-width: 1921px) {
  .gallery-thumbnail-widget .img-list .cta-block {
    height: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-thumbnail-widget .img-list .cta-block {
    height: 160px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-thumbnail-widget .img-list .cta-block {
    height: 270px;
  }
}
@media (max-width: 767px) {
  .gallery-thumbnail-widget .img-list .cta-block {
    margin-top: 25px;
  }
}
@media (min-width: 375px) and (max-width: 567px) {
  .gallery-thumbnail-widget .img-list .cta-block {
    height: 270px;
  }
}
@media (max-width: 374px) {
  .gallery-thumbnail-widget .img-list .cta-block {
    height: 250px;
  }
}
.gallery-thumbnail-widget .img-list .cta-block:before {
  content: "";
  opacity: 0;
  z-index: 3;
  text-indent: 0;
  background: #127cc3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.gallery-thumbnail-widget .img-list .cta-block:after {
  content: "\e90f";
  color: white;
  opacity: 0;
  z-index: 5;
  text-indent: 0;
  font-size: 3.6rem;
  font-family: "icomoon";
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%) scale(0, 0);
}
.gallery-thumbnail-widget .img-list .cta-block:hover:before {
  opacity: 0.8;
}
.gallery-thumbnail-widget .img-list .cta-block:hover:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1, 1);
}

/* GALLERY WIDGET
--------------------------------------------*/
.gallery-widget {
  position: relative;
}
.gallery-widget .slides {
  width: 100%;
  height: 500px;
}
@media (min-width: 1921px) {
  .gallery-widget .slides {
    height: 600px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-widget .slides {
    height: 400px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .gallery-widget .slides {
    height: 400px;
  }
}
@media (min-width: 375px) and (max-width: 567px) {
  .gallery-widget .slides {
    height: 270px;
  }
}
@media (max-width: 374px) {
  .gallery-widget .slides {
    height: 250px;
  }
}
.gallery-widget .caption {
  width: 100%;
  z-index: 5;
  padding: 45px;
  font-size: 1.7rem;
}
.gallery-widget .caption .text-standard p > a, .gallery-widget .caption .text-standard li:not(.page_item) > a, .gallery-widget .caption .text-standard span > a {
  color: white !important;
  text-decoration: underline;
}
.gallery-widget .caption .text-standard p > a:hover, .gallery-widget .caption .text-standard p > a:focus, .gallery-widget .caption .text-standard li:not(.page_item) > a:hover, .gallery-widget .caption .text-standard li:not(.page_item) > a:focus, .gallery-widget .caption .text-standard span > a:hover, .gallery-widget .caption .text-standard span > a:focus {
  color: white !important;
  text-decoration: none;
}
.gallery-widget .caption h1, .gallery-widget .caption h2, .gallery-widget .caption h3,
.gallery-widget .caption h4, .gallery-widget .caption h5, .gallery-widget .caption h6,
.gallery-widget .caption p, .gallery-widget .caption li, .gallery-widget .caption a:not(.btn), .gallery-widget .caption span:not(.btn) {
  color: white;
}
.gallery-widget .caption li:before {
  color: white !important;
}
.gallery-widget .caption a:not(.btn):hover {
  color: #184b7d;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-widget .caption {
    padding: 35px;
  }
}
@media (max-width: 567px) {
  .gallery-widget .caption {
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .gallery-widget .caption {
    padding: 30px;
  }
}
.gallery-widget .img-overlay {
  opacity: 0.15;
}
@media (max-width: 567px) {
  .gallery-widget .gradient-overlay {
    display: none;
  }
}

/* IMAGE WIDGET
--------------------------------------------*/
.image-widget img {
  width: 100%;
}

/* LOGOS WIDGET
--------------------------------------------*/
@media (max-width: 767px) {
  .logos-widget .col-flex-xs-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }
}
.logos-widget .block-flex {
  -ms-flex-pack: center;
      justify-content: center;
}
.logos-widget .cta-flex {
  border: 3px solid transparent;
}
.logos-widget .cta-flex:hover, .logos-widget .cta-flex:focus {
  border: 3px solid #127cc3;
}
.logos-widget .img-responsive {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.logos-widget .hide-text {
  height: 0;
  text-indent: -9999px;
  display: inline-block;
  top: 0;
  left: 0;
  position: absolute;
}
.logos-widget .more-info {
  margin-top: 20px;
}

/* MAP WIDGET
--------------------------------------------*/
.map-widget .map-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  min-height: 400px;
}
@media (max-width: 767px) {
  .map-widget .map-responsive {
    min-height: 300px;
  }
}
.map-widget .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* QUOTE WIDGET
--------------------------------------------*/
.quote-widget .caption {
  position: relative;
  padding: 70px 60px 60px;
}
@media (min-width: 1921px) {
  .quote-widget .caption {
    padding: 80px 70px 70px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .quote-widget .caption {
    padding: 55px 50px 30px;
  }
}
@media (max-width: 767px) {
  .quote-widget .caption {
    padding: 30px;
  }
}
.quote-widget .caption.bg-blue-medium .text-standard p > a, .quote-widget .caption.bg-blue-medium .text-standard li:not(.page_item) > a, .quote-widget .caption.bg-blue-medium .text-standard span > a, .quote-widget .caption.bg-blue-dark .text-standard p > a, .quote-widget .caption.bg-blue-dark .text-standard li:not(.page_item) > a, .quote-widget .caption.bg-blue-dark .text-standard span > a {
  color: white !important;
  text-decoration: underline;
}
.quote-widget .caption.bg-blue-medium .text-standard p > a:hover, .quote-widget .caption.bg-blue-medium .text-standard p > a:focus, .quote-widget .caption.bg-blue-medium .text-standard li:not(.page_item) > a:hover, .quote-widget .caption.bg-blue-medium .text-standard li:not(.page_item) > a:focus, .quote-widget .caption.bg-blue-medium .text-standard span > a:hover, .quote-widget .caption.bg-blue-medium .text-standard span > a:focus, .quote-widget .caption.bg-blue-dark .text-standard p > a:hover, .quote-widget .caption.bg-blue-dark .text-standard p > a:focus, .quote-widget .caption.bg-blue-dark .text-standard li:not(.page_item) > a:hover, .quote-widget .caption.bg-blue-dark .text-standard li:not(.page_item) > a:focus, .quote-widget .caption.bg-blue-dark .text-standard span > a:hover, .quote-widget .caption.bg-blue-dark .text-standard span > a:focus {
  color: white !important;
  text-decoration: none;
}
.quote-widget .caption.bg-blue-medium h1, .quote-widget .caption.bg-blue-medium h2, .quote-widget .caption.bg-blue-medium h3,
.quote-widget .caption.bg-blue-medium h4, .quote-widget .caption.bg-blue-medium h5, .quote-widget .caption.bg-blue-medium h6,
.quote-widget .caption.bg-blue-medium p, .quote-widget .caption.bg-blue-medium li, .quote-widget .caption.bg-blue-medium a:not(.btn), .quote-widget .caption.bg-blue-medium span:not(.btn), .quote-widget .caption.bg-blue-dark h1, .quote-widget .caption.bg-blue-dark h2, .quote-widget .caption.bg-blue-dark h3,
.quote-widget .caption.bg-blue-dark h4, .quote-widget .caption.bg-blue-dark h5, .quote-widget .caption.bg-blue-dark h6,
.quote-widget .caption.bg-blue-dark p, .quote-widget .caption.bg-blue-dark li, .quote-widget .caption.bg-blue-dark a:not(.btn), .quote-widget .caption.bg-blue-dark span:not(.btn) {
  color: white;
}
.quote-widget .caption.bg-blue-medium li:before, .quote-widget .caption.bg-blue-dark li:before {
  color: white !important;
}
.quote-widget .caption.bg-blue-medium a:not(.btn):hover, .quote-widget .caption.bg-blue-dark a:not(.btn):hover {
  color: #184b7d;
}
.quote-widget .caption.bg-blue-medium:before, .quote-widget .caption.bg-blue-medium:after, .quote-widget .caption.bg-blue-dark:before, .quote-widget .caption.bg-blue-dark:after {
  color: white;
}
.quote-widget .caption:before, .quote-widget .caption:after {
  font-size: 13rem;
  position: absolute;
  color: #dfe6ee;
  font-family: "Arial", sans-serif;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .quote-widget .caption:before, .quote-widget .caption:after {
    font-size: 12rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .quote-widget .caption:before, .quote-widget .caption:after {
    font-size: 11rem;
  }
}
@media (max-width: 767px) {
  .quote-widget .caption:before, .quote-widget .caption:after {
    font-size: 9rem;
  }
}
.quote-widget .caption:before {
  top: -40px;
  left: 0;
  content: "“";
}
.quote-widget .caption:after {
  right: 0;
  bottom: -110px;
  content: "”";
}
@media (min-width: 992px) and (max-width: 1199px) {
  .quote-widget .caption:after {
    bottom: -120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .quote-widget .caption:after {
    bottom: -100px;
  }
}
@media (max-width: 767px) {
  .quote-widget .caption:after {
    bottom: -80px;
  }
}

/* RELATED LINKS WIDGET
--------------------------------------------*/
.related-links-widget .btn-wrapper {
  margin-top: -15px;
}
.related-links-widget .btn {
  margin: 15px 5px 0;
}

/* RESOURCES WIDGET
--------------------------------------------*/
.resources-widget .resources-thumbnail .cta-flex {
  border: 2px solid #dfe6ee;
}
.resources-widget .resources-thumbnail .cta-flex:hover, .resources-widget .resources-thumbnail .cta-flex:focus {
  border: 2px solid #127cc3;
}

/* TEAM WIDGET
--------------------------------------------*/
.team-widget .block-listing {
  margin-top: 0;
}
.team-widget .block-listing .block:first-of-type {
  margin-top: 0;
}
@media (max-width: 567px) {
  .team-widget .image {
    margin-bottom: 30px;
  }
}
.team-widget .image .img-responsive {
  width: 100%;
}

.team-members-widget .cta-flex {
  overflow: visible;
}
.team-members-widget .cta-flex:hover .img-wrapper:before {
  opacity: 0.8;
}
.team-members-widget .cta-flex:hover .img-wrapper:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
}
.team-members-widget .img-wrapper {
  position: relative;
}
.team-members-widget .img-wrapper:before {
  content: "";
  opacity: 0;
  z-index: 3;
  text-indent: 0;
  background: #127cc3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.team-members-widget .img-wrapper:after {
  content: "\e90e";
  color: white;
  opacity: 0;
  z-index: 5;
  text-indent: 0;
  font-size: 3rem;
  font-family: "icomoon";
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
          transform: translate(-50%, -50%) scale(0, 0);
}
.team-members-widget .caption-flex {
  margin-top: 20px;
  padding-right: 5%;
}
.team-members-widget .name {
  font-size: 2.3rem;
  color: #184b7d;
}
.team-members-widget .job-title {
  font-size: 2rem;
  margin-top: 5px;
}

/* FLOATED TEXT & IMAGE WIDGET
--------------------------------------------*/
.floated-text-img-widget.text-right [class^=col] {
  float: right;
}
@media (max-width: 567px) {
  .floated-text-img-widget.text-right [class^=col] {
    width: 100%;
    float: none;
  }
}
.floated-text-img-widget.text-right .text-intro,
.floated-text-img-widget.text-right .caption {
  text-align: left;
}
.floated-text-img-widget .caption img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 567px) {
  .floated-text-img-widget .images {
    margin-top: 30px;
  }
}
.floated-text-img-widget .images .img-responsive {
  width: 100%;
}
.floated-text-img-widget .images .img-responsive + .img-responsive {
  margin-top: 30px;
}

/* ONE COLUMN TEXT WIDGET
--------------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .one-column-text-widget .caption-flex {
    overflow: hidden;
  }
}

/* TWO COLUMN TEXT WIDGET
--------------------------------------------*/
.two-column-text-widget .caption-flex {
  padding: 40px 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .two-column-text-widget .caption-flex {
    overflow: hidden;
  }
}
@media (min-width: 1921px) {
  .two-column-text-widget .caption-flex {
    padding: 45px 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .two-column-text-widget .caption-flex {
    padding: 35px 30px;
  }
}
@media (max-width: 767px) {
  .two-column-text-widget .caption-flex {
    padding: 30px 25px;
  }
}
.two-column-text-widget .caption-flex.bg-none {
  padding: 0;
}
.two-column-text-widget .caption-flex.text-center {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .two-column-text-widget .caption-flex.text-center {
    padding: 0;
  }
}
.two-column-text-widget .caption-flex.text-center h1 + h1,
.two-column-text-widget .caption-flex.text-center h1 + h2,
.two-column-text-widget .caption-flex.text-center h1 + h3,
.two-column-text-widget .caption-flex.text-center h1 + h4,
.two-column-text-widget .caption-flex.text-center h1 + h5,
.two-column-text-widget .caption-flex.text-center h1 + h6, .two-column-text-widget .caption-flex.text-center h2 + h1,
.two-column-text-widget .caption-flex.text-center h2 + h2,
.two-column-text-widget .caption-flex.text-center h2 + h3,
.two-column-text-widget .caption-flex.text-center h2 + h4,
.two-column-text-widget .caption-flex.text-center h2 + h5,
.two-column-text-widget .caption-flex.text-center h2 + h6, .two-column-text-widget .caption-flex.text-center h3 + h1,
.two-column-text-widget .caption-flex.text-center h3 + h2,
.two-column-text-widget .caption-flex.text-center h3 + h3,
.two-column-text-widget .caption-flex.text-center h3 + h4,
.two-column-text-widget .caption-flex.text-center h3 + h5,
.two-column-text-widget .caption-flex.text-center h3 + h6, .two-column-text-widget .caption-flex.text-center h4 + h1,
.two-column-text-widget .caption-flex.text-center h4 + h2,
.two-column-text-widget .caption-flex.text-center h4 + h3,
.two-column-text-widget .caption-flex.text-center h4 + h4,
.two-column-text-widget .caption-flex.text-center h4 + h5,
.two-column-text-widget .caption-flex.text-center h4 + h6, .two-column-text-widget .caption-flex.text-center h5 + h1,
.two-column-text-widget .caption-flex.text-center h5 + h2,
.two-column-text-widget .caption-flex.text-center h5 + h3,
.two-column-text-widget .caption-flex.text-center h5 + h4,
.two-column-text-widget .caption-flex.text-center h5 + h5,
.two-column-text-widget .caption-flex.text-center h5 + h6, .two-column-text-widget .caption-flex.text-center h6 + h1,
.two-column-text-widget .caption-flex.text-center h6 + h2,
.two-column-text-widget .caption-flex.text-center h6 + h3,
.two-column-text-widget .caption-flex.text-center h6 + h4,
.two-column-text-widget .caption-flex.text-center h6 + h5,
.two-column-text-widget .caption-flex.text-center h6 + h6 {
  margin-top: 8px;
}
.two-column-text-widget .caption-flex .img-responsive {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* YOUTUBE VIDEO WIDGET
--------------------------------------------*/
.youtube-video-widget .video-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 567px) {
  .youtube-video-widget .video-container {
    margin-top: 30px;
  }
}

/* THIRD PARTY - third party elements */
/* MDF TAXONOMY FILTERS
--------------------------------------------*/
/* filter checkboxes */
.widget-meta-data-filter table {
  width: 100% !important;
}
.widget-meta-data-filter br {
  display: none;
}
.widget-meta-data-filter .mdf_one_moment_txt {
  height: 0;
}
.widget-meta-data-filter .mdf_filter_section {
  margin-bottom: 0;
}
.widget-meta-data-filter .mdf_input_container {
  padding: 20px !important;
  background: #dfe6ee;
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget-meta-data-filter .mdf_input_container {
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .widget-meta-data-filter .mdf_input_container {
    padding: 12px 15px !important;
  }
}
.widget-meta-data-filter .mdf_input_container:not(:first-of-type) {
  margin-top: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget-meta-data-filter .mdf_input_container:not(:first-of-type) {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .widget-meta-data-filter .mdf_input_container:not(:first-of-type) {
    margin-top: 12px;
  }
}
.widget-meta-data-filter .mdf_input_container .mdf_taxonomy_child_container {
  display: none !important;
}
.widget-meta-data-filter .mdf_tax_filter_section {
  margin-bottom: 0;
  opacity: 1 !important;
  width: 100% !important;
}
.widget-meta-data-filter h4.data-filter-section-title {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  color: #184b7d;
  font-weight: 800;
  font-size: 1.9rem;
  line-height: 1.2;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .widget-meta-data-filter h4.data-filter-section-title {
    font-size: 1.8rem;
  }
}
.widget-meta-data-filter h4.data-filter-section-title:hover {
  color: #127cc3;
}
.widget-meta-data-filter h4.data-filter-section-title .mdf_front_toggle {
  float: none;
  color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.widget-meta-data-filter h4.data-filter-section-title .mdf_front_toggle:hover:after {
  color: #127cc3;
}
.widget-meta-data-filter h4.data-filter-section-title .mdf_front_toggle:after {
  font-size: 1.7rem;
  font-family: "icomoon";
  color: #184b7d;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget-meta-data-filter h4.data-filter-section-title .mdf_front_toggle:after {
    font-size: 2.2rem;
  }
}
.widget-meta-data-filter h4.data-filter-section-title .mdf_front_toggle.mdf_front_toggle_opened:after {
  content: "\e90c";
}
.widget-meta-data-filter h4.data-filter-section-title .mdf_front_toggle.mdf_front_toggle_closed:after {
  content: "\e90e";
}
.widget-meta-data-filter ul.mdf_taxonomy_check_list {
  margin-top: 15px;
}
.widget-meta-data-filter ul.mdf_taxonomy_check_list li {
  margin-bottom: 7px;
}
.widget-meta-data-filter ul.mdf_taxonomy_check_list li:hover label, .widget-meta-data-filter ul.mdf_taxonomy_check_list li:focus label {
  color: #127cc3;
}
.widget-meta-data-filter ul.mdf_taxonomy_check_list li:hover label:before, .widget-meta-data-filter ul.mdf_taxonomy_check_list li:focus label:before {
  border-color: #127cc3;
}
.widget-meta-data-filter ul.mdf_taxonomy_check_list li label {
  cursor: pointer;
  position: relative;
  color: black;
  font-weight: 300 !important;
  margin: 0 !important;
  padding-left: 22px !important;
  font-size: 1.6rem;
  line-height: 1.2;
}
.widget-meta-data-filter ul.mdf_taxonomy_check_list li label.mdf_taxonomy_checked {
  color: #127cc3;
  font-weight: 300 !important;
}
.widget-meta-data-filter ul.mdf_taxonomy_check_list li label.mdf_taxonomy_checked:before {
  border-color: #127cc3;
}
.widget-meta-data-filter ul.mdf_taxonomy_check_list li label:hover, .widget-meta-data-filter ul.mdf_taxonomy_check_list li label:focus {
  cursor: pointer;
}
.widget-meta-data-filter ul.mdf_taxonomy_check_list li label:before, .widget-meta-data-filter ul.mdf_taxonomy_check_list li label:after {
  content: "";
  position: absolute;
}
.widget-meta-data-filter ul.mdf_taxonomy_check_list li label:before {
  left: -4px;
  top: 0;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 3px;
  border: 2px solid #c8d4e2;
}
@media (min-width: 1921px) {
  .widget-meta-data-filter ul.mdf_taxonomy_check_list li label:before {
    top: 1px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 991px) {
  .widget-meta-data-filter ul.mdf_taxonomy_check_list li label:before {
    left: -3px;
  }
}
.widget-meta-data-filter ul.mdf_taxonomy_check_list li label:after {
  opacity: 0;
}
.widget-meta-data-filter ul.mdf_taxonomy_check_list li input {
  display: none !important;
  opacity: 0;
  margin: 0 !important;
  padding: 0 !important;
}
.widget-meta-data-filter ul.mdf_taxonomy_check_list li input:checked + label:after, .widget-meta-data-filter ul.mdf_taxonomy_check_list li input:checked + label:after {
  left: -1px;
  top: 2px;
  opacity: 1;
  color: #127cc3;
  content: "\ea10";
  font-size: 1.2rem;
  font-family: "icomoon";
}
@media (max-width: 991px) {
  .widget-meta-data-filter ul.mdf_taxonomy_check_list li input:checked + label:after, .widget-meta-data-filter ul.mdf_taxonomy_check_list li input:checked + label:after {
    top: 3px;
    left: 0;
  }
}

/* ajax loading popup */
.mdf_info_popup {
  display: none !important;
}

/* ajax load more button */
#mdf_results_by_ajax br {
  display: none;
}
