@charset "UTF-8";
/*@import "compass";*/
/* ========================================================================= */
/* !RESETS AND DEFAULTS */
/* ========================================================================= */
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, var, hr, acronym, dl, dt, dd, ol, ul, li, pre, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  outline: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

em, strong, b, i, a, span, sub, sup, small {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

a:focus {
  outline: 0;
}

:focus, :active {
  outline: none;
  outline: 0;
}

::-moz-focus-inner {
  outline: none;
}

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

li {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border-top: 1px solid #000;
  color: #000;
}

input, select {
  vertical-align: middle;
}

sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: 0px;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 0px;
}

input, button, textarea, select, label, img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

button, a span {
  cursor: pointer;
}

button {
  border: 0;
  text-align: center;
}

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

table {
  table-layout: fixed;
}

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

#no_ie6 {
  width: 100%;
  height: 40px;
  overflow: hidden;
  border-bottom: 2px solid #000;
}

/* != FONT SMOOTHING */
body, input, button, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* != .clearfix - CLEAR ELEMENTS */
.clear {
  clear: both;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-table;
}

* html .clearfix {
  height: 1%;
} /* Hides from IE-mac \*/
.clearfix {
  display: block;
} /* Hides from IE-mac \*/
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
/* != .wordwrap - CONTINUE LONG URLS/WORDS ON NEXT LINE */
.wordwrap {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

/* ========================================================================= */
/* !SASS VARIABLES & MIXINS */
/* ========================================================================= */
/* ========================================================================= */
/* !FONTS (@fontface generated with FontSpring Syntax formatting */
/* ========================================================================= */
/*
    Libre-Franklin
    Denham Icons
*/
/* != JACK SOCIAL ICON FONT DECLARATION ===== */
@font-face {
  font-family: "jack-social";
  src: url("../fonts/JackSocial/jack-social.eot");
  src: url("../fonts/JackSocial/jack-social.eot?#iefix") format("embedded-opentype"), url("../fonts/JackSocial/jack-social.ttf") format("truetype"), url("../fonts/JackSocial/jack-social.woff") format("woff"), url("../fonts/JackSocial/jack-social.svg#jack-social") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "jack-social";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none !important;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=social-]:before,
[class*=" social-"]:before {
  font-family: "jack-social";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none !important;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-email:before {
  content: "a";
}

.social-email-round:before {
  content: "A";
}

.social-facebook:before {
  content: "f";
}

.social-facebook-round:before {
  content: "F";
}

.social-flickr:before {
  content: "c";
}

.social-flickr-round:before {
  content: "C";
}

.social-googleplus:before {
  content: "g";
}

.social-googleplus-round:before {
  content: "G";
}

.social-instagram:before {
  content: "i";
}

.social-instagram-round:before {
  content: "I";
}

.social-linkedin:before {
  content: "l";
}

.social-linkedin-round:before {
  content: "L";
}

.social-pinterest:before {
  content: "p";
}

.social-pinterest-round:before {
  content: "P";
}

.social-rss:before {
  content: "r";
}

.social-rss-round:before {
  content: "R";
}

.social-sharethis:before {
  content: "s";
}

.social-sharethis-round:before {
  content: "S";
}

.social-twitter:before {
  content: "t";
}

.social-twitter-round:before {
  content: "T";
}

.social-vimeo:before {
  content: "v";
}

.social-vimeo-round:before {
  content: "V";
}

.social-yelp:before {
  content: "x";
}

.social-yelp-round:before {
  content: "X";
}

.social-youtube:before {
  content: "y";
}

.social-youtube-round:before {
  content: "Y";
}

.social-youtube2:before {
  content: "u";
}

.social-youtube2-round:before {
  content: "U";
}

/* != Libre Franklin ====================================== */
@font-face {
  font-family: "libre-franklin";
  src: url("../fonts/libre-franklin/librefranklin_thin_macroman/librefranklin-thin-webfont.eot");
  src: url("../fonts/libre-franklin/librefranklin_thin_macroman/librefranklin-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre-franklin/librefranklin_thin_macroman/librefranklin-thin-webfont.woff") format("woff"), url("../fonts/libre-franklin/librefranklin_thin_macroman/librefranklin-thin-webfont.woff2") format("woff2"), url("../fonts/libre-franklin/librefranklin_thin_macroman/librefranklin-thin-webfont.ttf") format("truetype"), url("../fonts/libre-franklin/librefranklin_thin_macroman/librefranklin-thin-webfont.svg") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "libre-franklin";
  src: url("../fonts/libre-franklin/librefranklin_thinitalic_macroman/librefranklin-thinitalic-webfont.eot");
  src: url("../fonts/libre-franklin/librefranklin_thinitalic_macroman/librefranklin-thinitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre-franklin/librefranklin_thinitalic_macroman/librefranklin-thinitalic-webfont.woff") format("woff"), url("../fonts/libre-franklin/librefranklin_thinitalic_macroman/librefranklin-thinitalic-webfont.woff2") format("woff2"), url("../fonts/libre-franklin/librefranklin_thinitalic_macroman/librefranklin-thinitalic-webfont.ttf") format("truetype"), url("../fonts/libre-franklin/librefranklin_thinitalic_macroman/librefranklin-thinitalic-webfont.svg") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "libre-franklin";
  src: url("../fonts/libre-franklin/librefranklin_extralight_macroman/librefranklin-extralight-webfont.eot");
  src: url("../fonts/libre-franklin/librefranklin_extralight_macroman/librefranklin-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre-franklin/librefranklin_extralight_macroman/librefranklin-extralight-webfont.woff") format("woff"), url("../fonts/libre-franklin/librefranklin_extralight_macroman/librefranklin-extralight-webfont.woff2") format("woff2"), url("../fonts/libre-franklin/librefranklin_extralight_macroman/librefranklin-extralight-webfont.ttf") format("truetype"), url("../fonts/libre-franklin/librefranklin_extralight_macroman/librefranklin-extralight-webfont.svg") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "libre-franklin";
  src: url("../fonts/libre-franklin/librefranklin_extralightitalic_macroman/librefranklin-extralightitalic-webfont.eot");
  src: url("../fonts/libre-franklin/librefranklin_extralightitalic_macroman/librefranklin-extralightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre-franklin/librefranklin_extralightitalic_macroman/librefranklin-extralightitalic-webfont.woff") format("woff"), url("../fonts/libre-franklin/librefranklin_extralightitalic_macroman/librefranklin-extralightitalic-webfont.woff2") format("woff2"), url("../fonts/libre-franklin/librefranklin_extralightitalic_macroman/librefranklin-extralightitalic-webfont.ttf") format("truetype"), url("../fonts/libre-franklin/librefranklin_extralightitalic_macroman/librefranklin-extralightitalic-webfont.svg") format("svg");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "libre-franklin";
  src: url("../fonts/libre-franklin/librefranklin_light_macroman/librefranklin-light-webfont.eot");
  src: url("../fonts/libre-franklin/librefranklin_light_macroman/librefranklin-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre-franklin/librefranklin_light_macroman/librefranklin-light-webfont.woff") format("woff"), url("../fonts/libre-franklin/librefranklin_light_macroman/librefranklin-light-webfont.woff2") format("woff2"), url("../fonts/libre-franklin/librefranklin_light_macroman/librefranklin-light-webfont.ttf") format("truetype"), url("../fonts/libre-franklin/librefranklin_light_macroman/librefranklin-light-webfont.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "libre-franklin";
  src: url("../fonts/libre-franklin/librefranklin_lightitalic_macroman/librefranklin-lightitalic-webfont.eot");
  src: url("../fonts/libre-franklin/librefranklin_lightitalic_macroman/librefranklin-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre-franklin/librefranklin_lightitalic_macroman/librefranklin-lightitalic-webfont.woff") format("woff"), url("../fonts/libre-franklin/librefranklin_lightitalic_macroman/librefranklin-lightitalic-webfont.woff2") format("woff2"), url("../fonts/libre-franklin/librefranklin_lightitalic_macroman/librefranklin-lightitalic-webfont.ttf") format("truetype"), url("../fonts/libre-franklin/librefranklin_lightitalic_macroman/librefranklin-lightitalic-webfont.svg") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "libre-franklin";
  src: url("../fonts/libre-franklin/librefranklin_regular_macroman/librefranklin-regular-webfont.eot");
  src: url("../fonts/libre-franklin/librefranklin_regular_macroman/librefranklin-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre-franklin/librefranklin_regular_macroman/librefranklin-regular-webfont.woff") format("woff"), url("../fonts/libre-franklin/librefranklin_regular_macroman/librefranklin-regular-webfont.woff2") format("woff2"), url("../fonts/libre-franklin/librefranklin_regular_macroman/librefranklin-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "libre-franklin";
  src: url("../fonts/libre-franklin/librefranklin_italic_macroman/librefranklin-italic-webfont.eot");
  src: url("../fonts/libre-franklin/librefranklin_italic_macroman/librefranklin-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre-franklin/librefranklin_italic_macroman/librefranklin-italic-webfont.woff") format("woff"), url("../fonts/libre-franklin/librefranklin_italic_macroman/librefranklin-italic-webfont.woff2") format("woff2"), url("../fonts/libre-franklin/librefranklin_italic_macroman/librefranklin-italic-webfont.ttf") format("truetype"), url("../fonts/libre-franklin/librefranklin_italic_macroman/librefranklin-italic-webfont.svg") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "libre-franklin";
  src: url("../fonts/libre-franklin/librefranklin_semibold_macroman/librefranklin-semibold-webfont.eot");
  src: url("../fonts/libre-franklin/librefranklin_semibold_macroman/librefranklin-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre-franklin/librefranklin_semibold_macroman/librefranklin-semibold-webfont.woff") format("woff"), url("../fonts/libre-franklin/librefranklin_semibold_macroman/librefranklin-semibold-webfont.woff2") format("woff2"), url("../fonts/libre-franklin/librefranklin_semibold_macroman/librefranklin-semibold-webfont.ttf") format("truetype"), url("../fonts/libre-franklin/librefranklin_semibold_macroman/librefranklin-semibold-webfont.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "libre-franklin";
  src: url("../fonts/libre-franklin/librefranklin_semibolditalic_macroman/librefranklin-semiboldtalic-webfont.eot");
  src: url("../fonts/libre-franklin/librefranklin_semibolditalic_macroman/librefranklin-semiboldtalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre-franklin/librefranklin_semibolditalic_macroman/librefranklin-semiboldtalic-webfont.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "libre-franklin";
  src: url("../fonts/libre-franklin/librefranklin_bold_macroman/librefranklin-bold-webfont.eot");
  src: url("../fonts/libre-franklin/librefranklin_bold_macroman/librefranklin-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre-franklin/librefranklin_bold_macroman/librefranklin-bold-webfont.woff") format("woff"), url("../fonts/libre-franklin/librefranklin_bold_macroman/librefranklin-bold-webfont.woff2") format("woff2"), url("../fonts/libre-franklin/librefranklin_bold_macroman/librefranklin-bold-webfont.ttf") format("truetype"), url("../fonts/libre-franklin/librefranklin_bold_macroman/librefranklin-bold-webfont.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "libre-franklin";
  src: url("../fonts/libre-franklin/librefranklin_bolditalic_macroman/librefranklin-bolditalic-webfont.eot");
  src: url("../fonts/libre-franklin/librefranklin_bolditalic_macroman/librefranklin-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre-franklin/librefranklin_bolditalic_macroman/librefranklin-bolditalic-webfont.woff") format("woff"), url("../fonts/libre-franklin/librefranklin_bolditalic_macroman/librefranklin-bolditalic-webfont.woff2") format("woff2"), url("../fonts/libre-franklin/librefranklin_bolditalic_macroman/librefranklin-bolditalic-webfont.ttf") format("truetype"), url("../fonts/libre-franklin/librefranklin_bolditalic_macroman/librefranklin-bolditalic-webfont.svg") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "libre-franklin";
  src: url("../fonts/libre-franklin/librefranklin_extrabold_macroman/librefranklin-extrabold-webfont.eot");
  src: url("../fonts/libre-franklin/librefranklin_extrabold_macroman/librefranklin-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre-franklin/librefranklin_extrabold_macroman/librefranklin-extrabold-webfont.woff") format("woff"), url("../fonts/libre-franklin/librefranklin_extrabold_macroman/librefranklin-extrabold-webfont.woff2") format("woff2"), url("../fonts/libre-franklin/librefranklin_extrabold_macroman/librefranklin-extrabold-webfont.ttf") format("truetype"), url("../fonts/libre-franklin/librefranklin_extrabold_macroman/librefranklin-extrabold-webfont.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "libre-franklin";
  src: url("../fonts/libre-franklin/librefranklin_extrabolditalic_macroman/librefranklin-extrabolditalic-webfont.eot");
  src: url("../fonts/libre-franklin/librefranklin_extrabolditalic_macroman/librefranklin-extrabolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre-franklin/librefranklin_extrabolditalic_macroman/librefranklin-extrabolditalic-webfont.woff") format("woff"), url("../fonts/libre-franklin/librefranklin_extrabolditalic_macroman/librefranklin-extrabolditalic-webfont.woff2") format("woff2"), url("../fonts/libre-franklin/librefranklin_extrabolditalic_macroman/librefranklin-extrabolditalic-webfont.ttf") format("truetype"), url("../fonts/libre-franklin/librefranklin_extrabolditalic_macroman/librefranklin-extrabolditalic-webfont.svg") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "libre-franklin";
  src: url("../fonts/libre-franklin/librefranklin_black_macroman/librefranklin-black-webfont.eot");
  src: url("../fonts/libre-franklin/librefranklin_black_macroman/librefranklin-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre-franklin/librefranklin_black_macroman/librefranklin-black-webfont.woff") format("woff"), url("../fonts/libre-franklin/librefranklin_black_macroman/librefranklin-black-webfont.woff2") format("woff2"), url("../fonts/libre-franklin/librefranklin_black_macroman/librefranklin-black-webfont.ttf") format("truetype"), url("../fonts/libre-franklin/librefranklin_black_macroman/librefranklin-black-webfont.svg#") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "libre-franklin";
  src: url("../fonts/libre-franklin/librefranklin_blackitalic_macroman/librefranklin-blackitalic-webfont.eot");
  src: url("../fonts/libre-franklin/librefranklin_blackitalic_macroman/librefranklin-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre-franklin/librefranklin_blackitalic_macroman/librefranklin-blackitalic-webfont.woff") format("woff"), url("../fonts/libre-franklin/librefranklin_blackitalic_macroman/librefranklin-blackitalic-webfont.woff2") format("woff2"), url("../fonts/libre-franklin/librefranklin_blackitalic_macroman/librefranklin-blackitalic-webfont.ttf") format("truetype"), url("../fonts/libre-franklin/librefranklin_blackitalic_macroman/librefranklin-blackitalic-webfont.svg") format("svg");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "denham";
  src: url("../fonts/denham/denham.eot");
  src: url("../fonts/denham/denham.eot?#iefix") format("embedded-opentype"), url("../fonts/denham/denham.woff") format("woff"), url("../fonts/denham/denham.ttf") format("truetype"), url("../fonts/denham/denham.svg#denham") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "denham" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "denham" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "a";
}

.icon-arrow-right-single:before {
  content: "b";
}

.icon-arrow-down-single:before {
  content: "c";
}

.icon-arrow-up-single:before {
  content: "d";
}

.icon-arrow-left-single:before {
  content: "f";
}

/* ========================================================================= */
/* !GLOBAL STYLES */
/* ========================================================================= */
html, body {
  font-family: "libre-franklin", Helvetica, Arial, sans-serif;
}

/* != SELECTION STYLES (Leaving these blank will show no indication of text selection) ===== */
::selection {
  background: #1988B8;
  color: #fff;
}

::-moz-selection {
  background: #1988B8;
  color: #fff;
}

::-webkit-selection {
  background: #1988B8;
  color: #fff;
}

/* != DEFAULT WORDPRESS STYLES = USE AS NEEDED = .wp-caption = .wp-caption-dd = .wpGallery = .shutter = .shutterset ==== */
.aligncenter {
  display: block;
  margin: 25px auto;
}

.alignleft {
  float: left;
  margin: 0 25px 25px 0;
}

.alignright {
  float: right;
  margin: 0 0 25px 25px;
}

.alignnone {
  display: inline-block;
}

/* != LAYOUT STYLES ===== */
h1 {
  font-size: 50px;
  line-height: 1.4;
  font-weight: 300;
  color: #FFF;
}

h2 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 300;
  color: #005A81;
  margin-bottom: 15px;
}

h3 {
  font-size: 22.5px;
  line-height: 1.4;
  font-weight: 300;
  color: #005A81;
  margin-bottom: 15px;
}

h4 {
  font-size: 18.5px;
  line-height: 1.4;
  font-weight: 500;
  color: #005A81;
  margin-bottom: 15px;
}

h5 {
  font-size: 12.5px;
  line-height: 1.4;
  font-weight: 500;
  color: #005A81;
  margin-bottom: 15px;
}

h6 {
  font-size: 12.5px;
  line-height: 1.4;
  font-weight: 500;
  color: #005A81;
  margin-bottom: 15px;
}

p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #505050;
  margin-bottom: 15px;
}

cite {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 200;
  color: #005A81;
  display: block;
  margin-bottom: 15px;
}

blockquote p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  color: #005A81;
  margin-bottom: 15px;
}

hr {
  display: block;
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  border: 0;
  height: 1px;
  background: #C9C9C9;
}

strong {
  color: #505050;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #005A81;
}
a:hover {
  color: #1A88B7;
}

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

.content-main ul {
  display: block;
  margin: 20px 0;
}

.content-main ul > li {
  position: relative;
  padding-left: 40px;
  font-weight: 300;
  color: #505050;
  margin-bottom: 10px;
}

.content-main ul > li:before {
  content: "•";
  position: absolute;
  left: 10px;
  font-weight: 300;
  color: #505050;
}

.content-main ol {
  counter-reset: li;
  display: block;
  margin: 25px 0;
}

.content-main ol > li {
  position: relative;
  padding-left: 40px;
  font-weight: 300;
  color: #505050;
  margin-bottom: 15px;
}

.content-main ol > li:before {
  content: counter(li) ". ";
  counter-increment: li;
  position: absolute;
  left: 10px;
  font-weight: 300;
  color: #505050;
}

.wrap {
  width: 1110px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
}

.loading-more a {
  color: #005A81;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.loading-more a:hover {
  color: #1988B8;
}

.link, button {
  color: #1A88B7;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.link:hover, button:hover {
  color: #005A81;
}
.link.with-arrow svg, button.with-arrow svg {
  width: 15px;
  height: 15px;
  fill: #1A88B7;
  display: inline-block;
  vertical-align: middle;
  top: -2.5px;
  right: 0px;
  transition: right ease-in-out 0.2s;
  position: relative;
}
body.chrome .link.with-arrow svg, body.chrome button.with-arrow svg {
  top: -1px;
}
.link.with-arrow:hover svg, button.with-arrow:hover svg {
  right: -7px;
  fill: #005A81;
}
.link.as-menu svg, button.as-menu svg {
  position: absolute;
  top: -3px;
}
.link.gform_button, button.gform_button {
  color: #FFF;
}
.link.gform_button svg, button.gform_button svg {
  fill: #FFF;
}
.link.gform_button:hover, button.gform_button:hover {
  color: #8DDDFF;
}
.link.gform_button:hover svg, button.gform_button:hover svg {
  fill: #8DDDFF;
}

/* != PLACEHOLDER ATTRIBUTE STYLES = input or textarea - placeholder="whatever" ===== */
::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 300;
  font-size: 16px;
}

::-moz-placeholder {
  color: #aaa;
  font-weight: 300;
  font-size: 16px;
}

input[type=submit], button {
  display: inline-block;
  cursor: pointer;
}
.footer-linkedin {
  display: inline-block;
  margin-left: 26px;
}
.footer-linkedin svg {
  height: 18px;
  width: 18px;
  display: block;
  fill: #A2A2A2;
}
.footer-linkedin:hover svg {
  fill: #005A81;
}
@media screen and (min-width: 660px) {
  .footer-linkedin.mobile-linkedin {
    display: none;
  }
}

#footer {
  box-sizing: border-box;
  background: #FFF;
  position: relative;
  padding-bottom: 50px;
  display: block;
}
#footer .foot {
  background: #FFF;
  padding: 30px 0;
}
#footer .top-footer {
  border-top: 2px solid #005A81;
}
#footer .top-footer nav.footer {
  padding: 15px 0 17px;
  box-sizing: border-box;
  width: 100%;
}
#footer .top-footer nav.footer ul {
  display: flex;
}
@media screen and (max-width: 786px) {
  #footer .top-footer nav.footer ul {
    flex-wrap: wrap;
  }
}
#footer .top-footer nav.footer ul li {
  flex: 1;
  border-left: 1px solid #C9C9C9;
  padding-left: 28px;
  position: relative;
  flex: auto;
}
#footer .top-footer nav.footer ul li a {
  display: block;
}
#footer .top-footer nav.footer ul li a.city {
  color: #005A81;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
#footer .top-footer nav.footer ul li a.city:hover {
  color: #1988B8;
}
#footer .top-footer nav.footer ul li a.phone {
  color: #505050;
  font-size: 13px;
  font-weight: 100;
  line-height: 22px;
}
#footer .top-footer nav.footer ul li:first-child {
  border: none;
  padding-left: 0;
}
#footer .top-footer .logo-strip {
  border-top: 1px solid #C9C9C9;
  margin: 20px 0 0 0;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .top-footer .logo-strip .logo-holder .footer-logo {
  display: inline-block;
  position: relative;
  flex: 0 1 163px;
}
#footer .top-footer .logo-strip .logo-holder .footer-logo svg {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  max-width: 163px;
  width: 100%;
  height: 15px;
  fill: #005A81;
}
#footer .top-footer .logo-strip .logo-holder .footer-linkedin {
  display: inline-block;
  flex: 2;
}
#footer .top-footer .logo-strip .signatory-logo {
  align-self: flex-end;
  flex: 0 1 300px;
  font-size: 10px;
  text-transform: uppercase;
  color: #868686;
  font-weight: 600;
  text-align: right;
}
#footer .top-footer .logo-strip .signatory-logo img {
  max-width: 115px;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  padding: 0 0 0 10px;
}
#footer .bottom-footer-border {
  border-top: 1px solid #eee;
}
#footer .b-foot-left {
  float: left;
  display: inline-block;
  padding-top: 8px;
  box-sizing: border-box;
}
#footer .b-foot-left .copy {
  font-weight: 300;
  line-height: 12px;
  font-size: 10px;
  color: #868686;
  display: inline-block;
}
#footer .b-foot-left .disclosures {
  display: inline-block;
}
#footer .b-foot-left .disclosures a {
  color: #868686;
  font-size: 10px;
  font-weight: 700;
}
#footer .b-foot-left .disclosures a:hover {
  color: #005A81;
}
#footer .b-foot-right {
  float: right;
  padding-top: 8px;
  box-sizing: border-box;
}
#footer .b-foot-right .jackrabbit {
  font-size: 10px;
  font-weight: 300;
  color: #C6C6C6;
}
#footer .b-foot-right .jackrabbit a {
  font-size: 10px;
  color: #C6C6C6;
}
#footer .b-foot-right .jackrabbit a:hover {
  color: #868686;
}

/* ========================================================================= */
/* !MEDIA QUERIES */
/* ========================================================================= */
/* @media screen and (max-width: XXXpx) {  } */
@media screen and (max-width: 1043px) {
  #footer .top-footer nav.footer ul li {
    margin-left: 10px;
    margin-bottom: 0;
  }
  #footer .top-footer nav.footer ul li:first-child {
    margin: 0;
  }
}
@media screen and (max-width: 860px) {
  #footer .top-footer nav.footer ul li {
    margin-left: 10px;
    margin-bottom: 0;
    /* &:before {
        position: absolute;
        content: '';
        border-left: 2px solid $grey;
        height: 34px;
        left: -3%;
    } */
  }
  #footer .top-footer nav.footer ul li a {
    display: block;
  }
  #footer .top-footer nav.footer ul li a.city {
    color: #005A81;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
  }
  #footer .top-footer nav.footer ul li a.city:hover {
    color: #1988B8;
  }
  #footer .top-footer nav.footer ul li a.phone {
    color: #505050;
    font-size: 10px;
    font-weight: 100;
  }
}
@media screen and (max-width: 768px) {
  #footer .copy {
    line-height: 1.5 !important;
  }
  #footer nav.footer ul li {
    width: auto;
    /* &:before {
        position: absolute;
        content: '';
        border-left: 2px solid $grey;
        height: 28px;
        left: -3%;
    } */
  }
  #footer nav.footer ul li a {
    display: block;
  }
  #footer nav.footer ul li a.city {
    color: #005A81;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
  }
  #footer nav.footer ul li a.city:hover {
    color: #1988B8;
  }
  #footer nav.footer ul li a.phone {
    color: #505050;
    font-size: 11px;
    font-weight: 100;
  }
}
@media screen and (max-width: 700px) {
  #footer .top-footer nav.footer ul li {
    width: auto;
    /* &:before {
        position: absolute;
        content: '';
        border-left: 2px solid $grey;
        height: 30px;
        left: -3%;
    } */
  }
  #footer .top-footer nav.footer ul li a {
    display: block;
  }
  #footer .top-footer nav.footer ul li a.city {
    color: #005A81;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
  }
  #footer .top-footer nav.footer ul li a.city:hover {
    color: #1988B8;
  }
  #footer .top-footer nav.footer ul li a.phone {
    color: #505050;
    font-size: 10px;
    font-weight: 100;
  }
}
@media screen and (max-width: 650px) {
  #footer {
    border-top: 2px solid #005A81;
    padding-top: 0;
  }
  #footer .top-footer {
    border: none;
  }
  #footer .top-footer nav.footer ul {
    margin-left: 0;
  }
  #footer .top-footer nav.footer ul li {
    width: 47%;
    margin: 8px 0;
    border-left: 1px solid #C9C9C9;
    padding-left: 10px;
  }
  #footer .top-footer nav.footer ul li:first-child {
    width: 47%;
    margin: 8px 0;
    border-left: 1px solid #C9C9C9;
    padding-left: 10px;
  }
  #footer .top-footer nav.footer ul li:before {
    content: none;
  }
  #footer .top-footer nav.footer ul li a {
    display: block;
  }
  #footer .top-footer nav.footer ul li a.city {
    color: #005A81;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
  }
  #footer .top-footer nav.footer ul li a.city:hover {
    color: #1988B8;
  }
  #footer .top-footer nav.footer ul li a.phone {
    color: #505050;
    font-size: 10px;
    font-weight: 100;
  }
  #footer .bottom-footer {
    border-top: 1px solid #eee;
  }
  #footer .bottom-footer .bottom-footer-border {
    border: none;
  }
  #footer .bottom-footer .disclosures {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  #footer .top-footer .logo-strip {
    display: block;
  }
  #footer .top-footer .logo-strip .logo-holder {
    margin: 0 0 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer .top-footer .logo-strip .logo-holder .footer-linkedin {
    flex: 0;
  }
  #footer .bottom-footer .b-foot-right {
    width: 100%;
    float: left;
    padding: 10px 0 0;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
}
form ul {
  margin: 0;
}
form ul li {
  background: none;
  list-style: none;
}
form ul li div {
  display: block;
  vertical-align: top;
}

input[type=text], input[type=password], input[type=url], input[type=email], input[type=tel] {
  color: #505050;
  display: block;
  background: #FFFFFF;
  border: 1px solid #c7c7c7;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  max-height: 45px;
}
input[type=checkbox] {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #BBBBBB;
  box-sizing: border-box;
  padding: 7px;
  margin: 0;
  background-color: #FEFEFE;
  background: linear-gradient(to bottom, #FEFEFE 0, #EBEBEB 100%);
}
input[type=radio] {
  display: inline-block;
  border: 1px solid #BBBBBB;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 8px;
  vertical-align: top;
  background-color: #FEFEFE;
  background: linear-gradient(to bottom, #FEFEFE 0, #EBEBEB 100%);
}
textarea {
  color: #505050;
  display: block;
  background: #FFFFFF;
  font-weight: 300;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

input[type=submit], button {
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  background: #005A81;
  color: #FFF;
  padding: 10px 20px;
  box-sizing: border-box;
}
input[type=submit]:hover, button:hover {
  color: #8DDDFF;
}

.select-menu div:first-of-type {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.select-menu div:first-of-type:hover {
  border-color: #AAAAAA;
}
.select-menu div:first-of-type select {
  padding: 10px;
  color: #5f5f5f;
  font-size: 15px;
  font-weight: 400;
  background: transparent;
  display: block;
  width: 100%;
  line-height: 21px;
  border: 0;
  border-radius: 0;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  position: relaive;
  z-index: 1;
}
.select-menu div:first-of-type:after {
  content: "c";
  font-family: "denham";
  position: absolute;
  right: 10px;
  top: 1px;
  pointer-events: none;
  color: #868686;
  text-transform: lowercase;
}
.select-menu div:first-of-type select::-ms-expand {
  display: none;
}
.select-menu div:first-of-type select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #707070;
}

.gform_drop_instructions {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #505050;
}

#contact #gform_drag_drop_area_1_6, #contact #gform_drag_drop_area_1_7 {
  width: 100%;
}

#contact #gform_drag_drop_area_2_6, #contact #gform_drag_drop_area_2_7 {
  width: 100%;
}

#gform_2, #gform_4 {
  position: relative;
}

#gform_browse_button_1_6, #gform_browse_button_1_7 {
  line-height: 1.5;
  font-weight: 300;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  background: #005A81;
  color: #FFF;
  padding: 10px 15px;
  box-sizing: border-box;
  box-shadow: none;
  border: 0;
  margin-left: 5px;
}
#gform_browse_button_1_6:hover, #gform_browse_button_1_7:hover {
  color: #8DDDFF;
}

#gform_browse_button_2_6, #gform_browse_button_2_7 {
  line-height: 1.5;
  font-weight: 300;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  background: #005A81;
  color: #FFF;
  padding: 10px 15px;
  box-sizing: border-box;
  box-shadow: none;
  border: 0;
  margin-left: 5px;
}
#gform_browse_button_2_6:hover, #gform_browse_button_2_7:hover {
  color: #8DDDFF;
}

#contact {
  background: #FFF;
}
#contact h4.section-title {
  color: #fff;
}
#contact p {
  color: #fff;
  text-align: center;
}
#contact ul li {
  margin: 0 0 26px 0;
  box-sizing: border-box;
  vertical-align: top;
}
#contact ul li div {
  box-sizing: border-box;
  width: 90%;
}
#contact ul li label {
  display: none;
}
#contact ul input[type=text], #contact ul input[type=password], #contact ul input[type=url], #contact ul input[type=email] {
  border-color: rgba(0, 0, 0, 0.12);
  font-weight: 300;
}
#contact ul.fields {
  float: left;
  width: 66%;
}
#contact ul.fields li {
  display: inline-block;
  width: 50%;
  margin: 0 -4px 10px 0;
  vertical-align: top;
}
#contact ul.fields li:first-child {
  display: none;
}
#contact ul.comments {
  float: left;
  width: 33%;
}
#contact ul.comments li:first-child {
  display: none;
}
#contact form .gform_footer {
  clear: both;
  text-align: center;
}
#contact textarea {
  height: 140px;
}
#contact .select-menu {
  /* div {border-color: $blue; } */
}
#contact .select-menu option {
  background: #f4f4f4;
  color: #5f5f5f;
}
#contact .gform_confirmation_message {
  font-size: 20px;
  font-weight: 300;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 35px;
  color: #005A81;
  display: block;
  text-align: center;
}
#contact .validation_error {
  color: #fff;
  text-align: center;
}
#contact .validation_message {
  color: #000;
  font-weight: 500;
  font-size: 12px;
  margin-top: 0.5em;
}
#contact .gform_validation_container {
  display: none;
}
#contact .gform_description {
  font-size: 20px;
  font-weight: 300;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 35px;
  color: #005A81;
  display: block;
  text-align: center;
}
#contact .gform_fields {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 30px;
}
#contact .gform_fields .gfield {
  width: 100% !important;
  margin: 0;
}
@media (max-width: 840px) {
  #contact .gform_fields .gfield {
    grid-column: span 2;
  }
}
@media (max-width: 450px) {
  #contact .gform_fields .gfield {
    grid-column: span 4;
  }
}
#contact .gform_fields .gfield div {
  width: 100%;
}
#contact .gform_fields .gfield.gfield--type-textarea {
  grid-column: 3/span 2;
  grid-row: 1/span 2;
}
@media (max-width: 840px) {
  #contact .gform_fields .gfield.gfield--type-textarea {
    grid-column: 1/span 4;
    grid-row: auto;
  }
}

.footer-margin {
  margin-top: 25%;
}

#lightbox #gform_2 ul li div, #lightbox #gform_4 ul li div {
  box-sizing: border-box;
  color: #FFF;
  font-weight: 300;
}
#lightbox #gform_2 div ul li label, #lightbox #gform_4 div ul li label {
  color: #FFF;
  font-weight: 500;
  font-size: 12px;
}
#lightbox #gform_2 input[type=text], #lightbox #gform_2 input[type=password], #lightbox #gform_2 input[type=url], #lightbox #gform_2 input[type=email], #lightbox #gform_4 input[type=text], #lightbox #gform_4 input[type=password], #lightbox #gform_4 input[type=url], #lightbox #gform_4 input[type=email] {
  font-weight: 300;
}
#lightbox #gform_2 ul.fields, #lightbox #gform_4 ul.fields {
  float: left;
  width: 66%;
}
#lightbox #gform_2 ul.fields li, #lightbox #gform_4 ul.fields li {
  display: inline-block;
  width: 50%;
  margin: 0 -4px 10px 0;
  vertical-align: top;
}
#lightbox #gform_2 ul.fields li:first-child, #lightbox #gform_4 ul.fields li:first-child {
  display: none;
}
#lightbox #gform_2 ul.comments, #lightbox #gform_4 ul.comments {
  float: left;
  width: 33%;
}
#lightbox #gform_2 ul.comments li:first-child, #lightbox #gform_4 ul.comments li:first-child {
  display: none;
}
#lightbox #gform_2 form .gform_footer, #lightbox #gform_4 form .gform_footer {
  clear: both;
  text-align: center;
}
#lightbox #gform_2 textarea, #lightbox #gform_4 textarea {
  height: 140px;
}
#lightbox #gform_2 .select-menu, #lightbox #gform_4 .select-menu {
  /* div {border-color: $blue; } */
}
#lightbox #gform_2 .select-menu option, #lightbox #gform_4 .select-menu option {
  background: #f4f4f4;
  color: #5f5f5f;
}
#lightbox #gform_2 .gform_confirmation_message, #lightbox #gform_4 .gform_confirmation_message {
  font-size: 20px;
  font-weight: 300;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 35px;
  color: #005A81;
  display: block;
  text-align: center;
}
#lightbox #gform_2 .validation_error, #lightbox #gform_4 .validation_error {
  color: #fff;
  text-align: center;
}
#lightbox #gform_2 .validation_message, #lightbox #gform_4 .validation_message {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}
#lightbox #gform_2 .gform_validation_container, #lightbox #gform_4 .gform_validation_container {
  display: none;
}

#gform_confirmation_message_2 {
  color: #FFF;
  font-size: 14px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  padding: 5px 0 15px;
}

#gform_1 > div > ul > li > label, #gform_2 > div > ul > li > label, #gform_4 > div > ul > li > label, #gform_7 > div > ul > li > label, #gform_9 > div > ul > li > label, #gform_10 > div > ul > li > label, #gform_11 > div > ul > li > label, #gform_12 > div > ul > li > label, #gform_13 > div > ul > li > label, #gform_14 > div > ul > li > label, #gform_15 > div > ul > li > label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #005A81;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#gform_1 input[type=text],
#gform_1 .checkbox-container > div > ul > li label:before, #gform_2 input[type=text],
#gform_2 .checkbox-container > div > ul > li label:before, #gform_4 input[type=text],
#gform_4 .checkbox-container > div > ul > li label:before, #gform_7 input[type=text],
#gform_7 .checkbox-container > div > ul > li label:before, #gform_9 input[type=text],
#gform_9 .checkbox-container > div > ul > li label:before, #gform_10 input[type=text],
#gform_10 .checkbox-container > div > ul > li label:before, #gform_11 input[type=text],
#gform_11 .checkbox-container > div > ul > li label:before, #gform_12 input[type=text],
#gform_12 .checkbox-container > div > ul > li label:before, #gform_13 input[type=text],
#gform_13 .checkbox-container > div > ul > li label:before, #gform_14 input[type=text],
#gform_14 .checkbox-container > div > ul > li label:before, #gform_15 input[type=text],
#gform_15 .checkbox-container > div > ul > li label:before {
  border-color: #26416B;
}
#gform_1 .gform_validation_container, #gform_2 .gform_validation_container, #gform_4 .gform_validation_container, #gform_7 .gform_validation_container, #gform_9 .gform_validation_container, #gform_10 .gform_validation_container, #gform_11 .gform_validation_container, #gform_12 .gform_validation_container, #gform_13 .gform_validation_container, #gform_14 .gform_validation_container, #gform_15 .gform_validation_container {
  display: none;
}
#gform_1 .btn, #gform_2 .btn, #gform_4 .btn, #gform_7 .btn, #gform_9 .btn, #gform_10 .btn, #gform_11 .btn, #gform_12 .btn, #gform_13 .btn, #gform_14 .btn, #gform_15 .btn {
  background: #005A81;
  color: #fff;
  border-radius: 2px;
  border: none;
}
#gform_1 .btn:before, #gform_2 .btn:before, #gform_4 .btn:before, #gform_7 .btn:before, #gform_9 .btn:before, #gform_10 .btn:before, #gform_11 .btn:before, #gform_12 .btn:before, #gform_13 .btn:before, #gform_14 .btn:before, #gform_15 .btn:before {
  border-color: #c5c5c5;
}
#gform_1 .btn:hover, #gform_2 .btn:hover, #gform_4 .btn:hover, #gform_7 .btn:hover, #gform_9 .btn:hover, #gform_10 .btn:hover, #gform_11 .btn:hover, #gform_12 .btn:hover, #gform_13 .btn:hover, #gform_14 .btn:hover, #gform_15 .btn:hover {
  color: #1988B8;
}
#gform_1 .checkbox-container, #gform_2 .checkbox-container, #gform_4 .checkbox-container, #gform_7 .checkbox-container, #gform_9 .checkbox-container, #gform_10 .checkbox-container, #gform_11 .checkbox-container, #gform_12 .checkbox-container, #gform_13 .checkbox-container, #gform_14 .checkbox-container, #gform_15 .checkbox-container {
  display: block;
  position: relative;
  margin: 10px 0 0 0;
}
#gform_1 .checkbox-container label, #gform_2 .checkbox-container label, #gform_4 .checkbox-container label, #gform_7 .checkbox-container label, #gform_9 .checkbox-container label, #gform_10 .checkbox-container label, #gform_11 .checkbox-container label, #gform_12 .checkbox-container label, #gform_13 .checkbox-container label, #gform_14 .checkbox-container label, #gform_15 .checkbox-container label {
  top: 1px;
}

#gform_1 .gform_body, #gform_2 .gform_body, #gform_4 .gform_body {
  margin-bottom: 15px;
}

#gform_1 .form_wrap label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #005A81;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#gform_2 .form_wrap, #gform_4 .form_wrap {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  position: relative;
  overflow: hidden;
}
#gform_2 .form_wrap label, #gform_4 .form_wrap label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#gform_2 .validation_error {
  color: #fff;
  font-weight: 300;
}

#gform_1 .form_wrap .name_first label, #gform_2 .form_wrap .name_first label, #gform_4 .form_wrap .name_first label {
  display: none;
}

.form_wrap {
  width: 50%;
  float: left;
}

#gform_2 .form_wrap, #gform_4 .form_wrap {
  width: 100%;
}

#gform_2 label.error, #gform_4 label.error {
  text-transform: none;
  margin-top: 3px;
}

li.half {
  display: block;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  width: 49.5% !important;
  height: auto;
  position: relative;
  padding: 0;
  margin: 0 0 10px 0.5%;
}

li#field_2_4 {
  margin: 0;
}
li#field_2_4 div {
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}
li#field_2_4 div:hover {
  border-color: #AAAAAA;
}
li#field_2_4 div select {
  background: transparent;
  height: 100%;
  padding: 3px 10px;
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  line-height: 24px;
  border: 0;
  border-radius: 0;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  position: relaive;
  z-index: 1;
}
li#field_2_4 div select::-ms-expand {
  display: none;
  -ms-appearance: none;
}
li#field_2_4 div select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #707070;
}
li#field_2_4 div:after {
  content: "c";
  font-family: "denham";
  position: absolute;
  right: 10px;
  top: 1px;
  pointer-events: none;
  color: #868686;
  text-transform: lowercase;
}
li#field_2_4::-ms-expand {
  display: none;
}

select::-ms-expand {
  display: none;
  -ms-appearance: none;
}

textarea {
  overflow: auto;
}

li#field_2_5, li#field_4_5 {
  width: 100%;
  display: block;
  vertical-align: top;
  right: 0;
  padding-left: 0.5%;
}

#gform_2 .btn, #gform_4 .btn {
  margin-left: 0.5%;
}

.gform_body li {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .form_wrap {
    width: 100%;
    float: none;
  }
  li#field_1_1, li#field_1_2, li#field_1_3, li#field_1_4, li#field_1_6, li#field_1_7 {
    display: inline-block;
    width: 50%;
  }
  li.half {
    display: block;
    width: 100% !important;
  }
  #news form .gform_footer {
    text-align: left;
    padding-left: 0px;
  }
  #news ul li {
    padding: 0 15px 0 0;
    margin-bottom: 20px;
  }
  #news li#field_1_5 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
  }
  #news ul li div {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #news ul li {
    padding: 0;
  }
  li#field_1_1, li#field_1_2, li#field_1_3, li#field_1_4, li#field_1_6, li#field_1_7 {
    display: block;
    width: 100%;
  }
  #news form .gform_footer {
    text-align: left;
    padding-left: 0px;
  }
}
header {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding-top: 15px;
}
header.header-general {
  position: relative;
  padding-bottom: 35px;
  background-color: #FFF;
}
header.header-general #toggle-menu {
  float: right;
  margin: 40px 0px 0 0;
  width: 21px;
  height: 21px;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
header.header-general #toggle-menu span,
header.header-general #toggle-menu span:before,
header.header-general #toggle-menu span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 21px;
  background: #FFF;
  position: absolute;
  display: block;
  content: "";
}
header.header-general #toggle-menu.general span,
header.header-general #toggle-menu.general span:before,
header.header-general #toggle-menu.general span:after {
  background: #FFF;
}
header.header-general #toggle-menu span:before {
  top: -7px;
}
header.header-general #toggle-menu span:after {
  bottom: -7px;
}
header.header-general #toggle-menu span,
header.header-general #toggle-menu span:before,
header.header-general #toggle-menu span:after {
  transform: transition(all, 0.25s ease-out);
}
header.header-general #toggle-menu.active span {
  background-color: transparent;
}
header.header-general #toggle-menu.active span:before, header.header-general #toggle-menu.active span:after {
  top: 0;
  background: #FFF;
}
header.header-general #toggle-menu.active span:before {
  transform: rotate(45deg);
}
header.header-general #toggle-menu.active span:after {
  transform: rotate(-45deg);
}
header .wrapper {
  position: relative;
  font-size: 0;
}
header .top-wrap {
  margin: 0;
  display: inline-block;
}
header.fixed {
  background: #005A81;
  position: fixed;
  top: -75px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
header.fixed span {
  display: none;
}
header.fixed .logo {
  box-shadow: none;
}
header.fixed .main-menu > ul > li a {
  color: #000;
}
header.fixed .main-menu > ul > li:hover {
  border-bottom: 3px solid #000;
}
header.fixed .main-menu > ul > li ul,
header.fixed .main-menu > ul > li:hover ul {
  background: #000;
}
header.fixed .main-menu > ul > li ul li a,
header.fixed .main-menu > ul > li:hover ul li a {
  color: #005A81;
}
header.fixed .main-menu > ul > li ul li a:hover,
header.fixed .main-menu > ul > li:hover ul li a:hover {
  background: #005A81;
  color: #fff;
}
header.fixed-animated {
  background-color: rgba(24, 80, 127, 0.9);
  padding-bottom: 0;
  top: 0;
  transform: transition(top 0.25s ease-out);
}
header.fixed-animated .header-border {
  border: none !important;
}
header.fixed-animated .wrapper {
  border-bottom: none;
}
header.fixed-animated .main-menu, header.fixed-animated .main-menu.general {
  padding-top: 2px;
}
header.fixed-animated .main-menu li, header.fixed-animated .main-menu.general li {
  margin-bottom: 0;
  padding: 0px;
}
header.fixed-animated .main-menu > ul > li a, header.fixed-animated .main-menu.general > ul > li a {
  color: #005A81;
}
header.fixed-animated .main-menu > ul > li a:hover, header.fixed-animated .main-menu.general > ul > li a:hover {
  color: #1988B8;
}
header.fixed-animated .main-menu > ul > li:hover, header.fixed-animated .main-menu.general > ul > li:hover {
  border-bottom: 3px solid #005A81;
}
header.fixed-animated .main-menu > ul > li ul,
header.fixed-animated .main-menu > ul > li:hover ul, header.fixed-animated .main-menu.general > ul > li ul,
header.fixed-animated .main-menu.general > ul > li:hover ul {
  background: #FFF;
}
header.fixed-animated .main-menu > ul > li ul li a,
header.fixed-animated .main-menu > ul > li:hover ul li a, header.fixed-animated .main-menu.general > ul > li ul li a,
header.fixed-animated .main-menu.general > ul > li:hover ul li a {
  color: #FFF;
  font-weight: 300;
  text-transform: none;
}
header.fixed-animated .main-menu > ul > li ul li a:hover,
header.fixed-animated .main-menu > ul > li:hover ul li a:hover, header.fixed-animated .main-menu.general > ul > li ul li a:hover,
header.fixed-animated .main-menu.general > ul > li:hover ul li a:hover {
  background: #005A81;
  color: #FFF;
}
header .logo {
  display: inline-block;
  padding: 10px 0px;
  box-sizing: border-box;
  opacity: 1;
  z-index: 999;
  position: relative;
}
header .logo svg {
  fill: #FFF;
  position: relative;
  top: 0;
  left: 0;
  max-width: 240px;
  width: 100%;
  height: 22px;
  display: block;
}
header .mobile-wrap,
header .nav-toggle {
  display: none;
}
header .nav-toggle {
  background: none;
}
header #toggle-menu {
  float: right;
  margin-top: 15px;
  width: 21px;
  height: 21px;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
header #toggle-menu span,
header #toggle-menu span:before,
header #toggle-menu span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 21px;
  background: #FFF;
  position: absolute;
  display: block;
  content: "";
}
header #toggle-menu.general span,
header #toggle-menu.general span:before,
header #toggle-menu.general span:after {
  background: #FFF;
}
header #toggle-menu span:before {
  top: -6px;
}
header #toggle-menu span:after {
  bottom: -6px;
}
header #toggle-menu span,
header #toggle-menu span:before,
header #toggle-menu span:after {
  transform: transition(all, 0.25s ease-out);
}
header #toggle-menu.active span {
  background-color: transparent;
}
header #toggle-menu.active span:before, header #toggle-menu.active span:after {
  top: 0;
  background: #FFF;
}
header #toggle-menu.active span:before {
  transform: rotate(45deg);
}
header #toggle-menu.active span:after {
  transform: rotate(-45deg);
}
header .main-menu {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  float: right;
}
header .main-menu > ul {
  font-size: 0;
}
header .main-menu > ul > li {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  z-index: 3;
  margin-top: 5px;
}
header .main-menu > ul > li a {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 8px 11px;
  box-sizing: border-box;
  line-height: 1.5;
}
header .main-menu > ul > li.btn {
  margin-left: 40px;
}
header .main-menu > ul > li.btn > a {
  background-color: #1c87b5;
  text-transform: none;
  padding: 7px 14px 9px;
  line-height: 1.25em;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
}
header .main-menu > ul > li.btn > a:hover {
  background-color: #1988B8;
  color: #fff;
}
header .main-menu > ul > li > ul {
  display: none;
  position: absolute;
  background: #FFF;
  min-width: 150px;
  left: 0;
  top: 33px;
  color: #FFF;
}
header .main-menu > ul > li > ul li {
  position: relative;
}
header .main-menu > ul > li > ul ul {
  background: #FFF;
  min-width: 150px;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  box-shadow: inset 15px 0 15px -15px rgba(0, 0, 0, 0.2);
}
header .main-menu > ul > li > ul li:hover ul {
  display: block;
}
header .main-menu > ul > li:hover {
  background-color: #FFF;
  border-radius: 2px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
header .main-menu > ul > li:hover a {
  color: #1988B8;
}
header .main-menu > ul > li:hover > ul {
  display: block;
  border-radius: 2px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
header .main-menu > ul > li:hover > ul li {
  width: 100%;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  margin-bottom: 0;
}
header .main-menu > ul > li:hover > ul li a {
  color: #1988B8;
  padding: 10px 16px 10px;
  text-transform: none;
  font-weight: 300;
}
header .main-menu > ul > li:hover > ul li a:hover {
  background: #005A81;
  color: #FFF;
  border-radius: 2px;
}
header .main-menu > ul > li:hover > ul li:last-child {
  border-bottom: none;
  padding: 0 0;
}
header .mobile-wrap {
  width: 100%;
}
header .mobile-wrap.open {
  display: none;
}
header .mobile-wrap .mobile-menu ul#mobile-nav {
  padding-bottom: 15px;
}
header .mobile-wrap .mobile-menu > ul > li {
  display: block;
  margin-bottom: 0;
  position: relative;
}
header .mobile-wrap .mobile-menu > ul > li > a {
  padding: 10px 20px 6px;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  position: relative;
  letter-spacing: 1px;
  width: 25%;
}
header .mobile-wrap .mobile-menu > ul > li:last-child a {
  border-bottom: none;
}
header .mobile-wrap .mobile-menu > ul > li.menu-item-has-children span {
  font-family: "denham";
  text-transform: lowercase;
  color: #4889A6;
  font-size: 15px;
  position: absolute;
  right: 22px;
  top: 4px;
}
header .mobile-wrap .mobile-menu > ul > li.menu-item-has-children span:before {
  content: "c";
}
header .mobile-wrap .mobile-menu > ul > li.menu-item-has-children span.active {
  color: #FFF;
}
header .mobile-wrap .mobile-menu > ul > li.menu-item-has-children span.active:before {
  content: "d";
}
header .mobile-wrap .mobile-menu > ul > li > ul {
  display: none;
}
header .mobile-wrap .mobile-menu > ul > li > ul.open {
  display: block;
}
header .mobile-wrap .mobile-menu > ul > li > ul li {
  margin-bottom: 0;
}
header .mobile-wrap .mobile-menu > ul > li > ul li a {
  padding: 8px 20px 6px;
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #8DDDFF;
}
header .mobile-wrap .mobile-menu > ul > li > ul li a:hover {
  color: #FFF;
}
header .mobile-wrap .mobile-menu > ul > li > ul ul {
  margin-left: 20px;
  border-left: 1px solid #1c87b5;
}
header .mobile-wrap .mobile-menu > ul > li > ul ul li a {
  padding-left: 10px;
}
header .mobile-wrap .mobile-menu .search-mobile {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
header .mobile-wrap .mobile-menu .search-mobile li {
  display: inline-block;
  position: relative;
  width: 49%;
  vertical-align: middle;
}
header .mobile-wrap .mobile-menu .search-mobile li a {
  font-size: 15px;
  padding: 20px;
  box-sizing: border-box;
  text-transform: none;
}
header .mobile-wrap .mobile-menu .search-mobile li form {
  float: right;
  padding-right: 12px;
}
header .mobile-wrap .mobile-menu .search-mobile input[type=text] {
  font-weight: 300;
  width: 150px;
  border: none;
  background: #004b6e;
  color: #fff;
  padding: 7px 15px;
  border-radius: 0px;
}
header .mobile-wrap .mobile-menu .search-mobile label {
  display: none;
}
header .mobile-wrap .mobile-menu .search-mobile button {
  height: 38px;
  width: 38px;
  background: #fff;
  float: left;
  line-height: 36px;
}
header .search-wrap {
  float: right;
  position: relative;
  margin-top: 5px;
}
header .search-wrap li {
  display: inline-block;
  vertical-align: middle;
}
header .search-wrap li a {
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  padding: 8px 16px;
  box-sizing: border-box;
  border-radius: 2px;
}
header .search-wrap li:hover {
  border-radius: 2px;
}
header .search-wrap li:hover a {
  background-color: #FFF;
  color: #005A81;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
header .search-wrap form {
  position: relative;
  z-index: 999;
  width: 100%;
  display: block;
  width: 150px;
}
header .search-wrap input[type=text] {
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 9px 12px;
  width: 100%;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
}
header .search-wrap label {
  display: none;
}
header #search-toggle {
  background: transparent;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0;
  height: 25px;
  width: 25px;
}
header #search-toggle svg {
  width: 20px;
  height: 20px;
  fill: rgba(255, 255, 255, 0.7);
}
header #search-toggle svg:hover {
  fill: #FFF;
}
header #x-nav-mobile #search-toggle {
  right: 15px;
}

.page-template-default header .search-wrap input, .page-template-template-contact header .search-wrap input {
  background-color: rgba(0, 0, 0, 0.2);
}

.safari #search-toggle {
  top: 7px;
}

/* ========================================================================= */
/* !MEDIA QUERIES */
/* ========================================================================= */
/* @media screen and (max-width: XXXpx) {  } */
@media screen and (max-width: 1060px) {
  header .login {
    margin-right: 32px;
  }
  header .main-menu > ul > li:hover > ul > li > a {
    padding: 10px 12px 10px;
  }
  header .main-menu > ul > li a {
    padding: 8px 12px;
  }
  header .search-wrap li a {
    padding: 5px 12px 6px;
  }
  header .search-wrap li form {
    width: 124px;
  }
}
@media screen and (max-width: 960px) {
  header .main-menu {
    margin-left: 15px;
  }
  header .logo svg {
    max-width: 200px;
    height: 18px;
  }
  header .main-menu > ul > li a {
    font-size: 11px;
    padding: 8px 8px 6px;
  }
  header .main-menu > ul > li ul {
    top: 28px;
  }
  header .main-menu > ul > li:hover > ul > li > a {
    padding: 10px 9px 10px;
  }
  header .main-menu > ul > li {
    margin-top: 6px;
  }
  header .search-wrap {
    margin-top: 4px;
  }
  header .search-wrap > ul > li > a {
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) {
  header .search-wrap {
    margin-top: 0px;
  }
  header .logo svg {
    max-width: 150px;
    height: 13px;
  }
  header .main-menu > ul > li {
    padding: 0;
    margin-top: 2px;
  }
  header .main-menu > ul > li:hover ul li a {
    padding: 10px 9px 10px;
  }
}
@media screen and (max-width: 768px) {
  header .wrapper {
    border-bottom: none;
  }
  header .top-wrap {
    display: block;
  }
  header .search-wrap {
    display: none;
  }
  header .logo {
    padding-left: 0;
  }
  header .logo svg {
    max-width: 220px;
    height: 20px;
  }
  header .main-menu {
    display: none;
  }
  header .mobile-wrap {
    margin-top: -1px;
  }
  header .nav-toggle {
    display: inline-block;
    float: right;
  }
  header #toggle-menu {
    margin-top: 8px;
  }
  header.fixed {
    position: absolute;
    background: #f01;
  }
  header.fixed .main-menu > ul > li a {
    font-size: 11px;
    color: #fff;
  }
  header.active {
    background-color: #005A81;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #d9d9d9;
  opacity: 0.2;
}

.mfp-bg-sector {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(255, 255, 255, 0.65);
  opacity: 1;
}

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

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

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

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

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  top: 20px;
  width: 80%;
}
.mfp-content .content-info {
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
  top: 20px;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}
.mfp-content .content-info.active {
  display: block;
  max-height: 700px;
  margin-bottom: 10px;
  opacity: 1;
}
.mfp-content .content-info.hidden {
  display: none;
}
.mfp-content .content-info button {
  display: inline-block;
  float: right;
  position: absolute;
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: visible;
  transition: all 0.2s ease-in-out;
  z-index: 100;
  right: 10px;
  top: 5px;
}
.mfp-content .content-info button:before {
  border-radius: 1px;
  height: 2px;
  width: 20px;
  background: #1A88B7;
  position: absolute;
  display: block;
  content: "";
  transform: rotate(45deg);
  top: 17px;
  right: 10px;
  transition: all 0.2s ease-in-out;
}
.mfp-content .content-info button:after {
  border-radius: 1px;
  height: 2px;
  width: 20px;
  background: #1A88B7;
  position: absolute;
  display: block;
  content: "";
  transform: rotate(-45deg);
  top: 17px;
  right: 10px;
  transition: all 0.2s ease-in-out;
}
.mfp-content .content-info button:hover {
  transform: scale(1.2);
}
.mfp-content .content-info button:hover:before, .mfp-content .content-info button:hover:after {
  background: #8DDDFF;
}
.mfp-content .content-info button:hover:before {
  transform: rotate(-45deg);
}
.mfp-content .content-info button:hover:after {
  transform: rotate(45deg);
}
.mfp-content .content-info button.mfp-close {
  color: transparent;
}
.mfp-content .content-info button.mfp-close:hover {
  color: transparent;
}
.mfp-content .content-info .wrap {
  padding: 64px;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  gap: 40px 0;
  flex-wrap: wrap;
}
@media (max-width: 1040px) {
  .mfp-content .content-info .wrap {
    padding: 0;
  }
}
@media (max-width: 820px) {
  .mfp-content .content-info .wrap {
    flex-direction: column;
  }
  .mfp-content .content-info .wrap .c-right {
    padding-right: 0;
    border-right: none;
  }
  .mfp-content .content-info .wrap .c-right ul li span {
    text-align: left;
  }
  .mfp-content .content-info .wrap .c-left {
    padding-left: 0;
  }
}
.mfp-content .content-info .wrap h3 {
  display: block;
  font-size: 26px;
  text-align: left;
  text-transform: none;
  font-size: 20px;
  font-weight: 400;
  color: #005A81;
  line-height: 1;
  margin-bottom: 18px;
}
.mfp-content .content-info .wrap .mfp-close {
  position: absolute;
  top: 0;
  right: 0;
}
.mfp-content .content-info .c-logo {
  flex-basis: 100%;
}
.mfp-content .content-info .c-logo img {
  display: block;
  margin: 0 auto;
  max-width: 265px;
  max-height: 110px;
}
.mfp-content .content-info .c-left {
  flex-basis: 50%;
  padding-left: 7.9365079365%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.mfp-content .content-info .c-left p {
  display: block;
  font-weight: 300;
  text-align: left;
  color: #505050;
}
.mfp-content .content-info .c-right {
  flex-basis: 50%;
  padding-right: 7.9365079365%;
  vertical-align: top;
  position: relative;
  z-index: 1;
  border-right: 1px solid #DCDCDC;
}
.mfp-content .content-info .c-right ul {
  font-size: 0;
}
.mfp-content .content-info .c-right ul li {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 0px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(97, 98, 94, 0.11);
}
.mfp-content .content-info .c-right ul li:last-of-type {
  border-bottom: 0;
}
.mfp-content .content-info .c-right ul li h4 {
  display: inline-block;
  width: 120px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #005A81;
  margin-bottom: 0;
  vertical-align: top;
}
.mfp-content .content-info .c-right ul li span {
  display: inline-block;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 300;
  color: #505050;
  vertical-align: top;
  width: calc(100% - 120px);
}
.mfp-content .content-info .c-right ul li span a {
  display: inline-block;
  color: #1A88B7;
  font-size: 14px;
  font-weight: 300;
}
.mfp-content .content-info .c-right ul li span a:hover {
  color: #005A81;
}

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

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

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

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

.mfp-auto-cursor .mfp-content {
  max-width: 1070px;
  cursor: auto;
}

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

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

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

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

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

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

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

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

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

button.mfp-close {
  width: 35px;
  height: 35px;
  line-height: 44px;
  position: relative;
  margin-bottom: 0px;
  right: -15px;
  float: right;
  top: -17px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  margin-right: -10px;
  color: #868686;
  font-style: normal;
  font-weight: 100;
  font-size: 32px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  /* opacity: 1; */
  color: #1988B8;
}

/*.mfp-close:active {
  top: 1px; }*/
/*.mfp-close-btn-in .mfp-close {
  color: #333; }*/
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

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

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 960px) {
  .mfp-content .content-info .c-right ul li span {
    text-align: center;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 768px) {
  .mfp-content {
    width: 400px;
  }
  .mfp-content .content-info .c-left {
    width: 100%;
    padding: 0px;
  }
  .mfp-content .content-info .c-right {
    width: 100%;
    padding: 0px;
    display: block;
    float: none;
  }
  .mfp-content .content-info .c-right ul li span {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .mfp-content {
    width: 100%;
  }
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  /*overflow: hidden;*/
  position: relative;
  width: auto;
}

.jspPane {
  position: absolute;
  width: auto;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #F0F5F7;
  position: relative;
}

.jspDrag {
  background: #5381AC;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider {
  position: relative;
}

.slick-next {
  position: absolute;
  right: 0px;
  top: 35%;
  z-index: 10;
  background: transparent;
  padding: 20px;
  border-radius: 50px;
}
.slick-next:after {
  position: absolute;
  font-family: "denham";
  text-transform: lowercase;
  content: "b";
  font-size: 24px;
  display: block;
  top: 5px;
  right: 0px;
  color: #C9C9C9;
  transition: all 0.2s ease-in-out;
}
.slick-next:hover:after {
  transform: scale(1.2);
  color: #1988B8;
}

.slick-prev {
  position: absolute;
  left: 0px;
  top: 35%;
  z-index: 10;
  background: transparent;
  padding: 20px;
  border-radius: 50px;
}
.slick-prev:before {
  position: absolute;
  font-family: "denham";
  text-transform: lowercase;
  content: "f";
  font-size: 24px;
  display: block;
  top: 5px;
  left: 0px;
  color: #C9C9C9;
  transition: all 0.2s ease-in-out;
}
.slick-prev:hover:before {
  transform: scale(1.2);
  color: #1988B8;
}

/* ========================================================================= */
/* !STYLES */
/* ========================================================================= */
a.btn, button.btn, div.btn > a, span.btn > a {
  display: inline-block;
  box-sizing: border-box;
  background-color: #1c87b5;
  text-transform: none;
  padding: 7px 14px 9px;
  line-height: 1.25em;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
a.btn:has(a), button.btn:has(a), div.btn > a:has(a), span.btn > a:has(a) {
  padding: 0;
}
a.btn:hover, button.btn:hover, div.btn > a:hover, span.btn > a:hover {
  background-color: #19779f;
  color: #fff;
}

#hero {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#hero.hero-image {
  height: 766px;
}
#hero.interior-banner {
  overflow: hidden;
}
#hero.interior-banner.with .banner {
  position: absolute;
  bottom: 0;
  top: auto;
  left: auto;
  transform: none;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 60px;
  z-index: 2;
}
#hero.interior-banner.with .banner .wrap:before, #hero.interior-banner.with .banner .wrap:after {
  content: none;
}
#hero.interior-banner.with .banner .page-title {
  width: 100%;
  float: none;
  padding: 25px 0;
}
#hero.interior-banner.with .banner .page-title h1 {
  font-size: 60px;
  text-align: center;
  font-weight: 500;
}
#hero.interior-banner.with.image {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#hero.interior-banner.with.no-image {
  min-height: 175px;
  background: none;
  background-color: #1988B8;
}
#hero.interior-banner.with.no-image .banner {
  background: none;
  position: relative;
  margin: 50px 0 0;
}
#hero.interior-banner.with.no-image:before {
  height: 100%;
}
#hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #303334;
  opacity: 0.55;
  mix-blend-mode: multiply;
}
#hero .banner {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 70%;
  left: 50%;
  text-align: center;
  display: block;
  width: 100%;
}
#hero .banner .wrap {
  display: flex;
}
#hero .banner .wrap:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin-left: -50%;
  background-color: rgba(0, 0, 0, 0.5);
}
#hero .banner .wrap:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  height: 100%;
  flex: 1;
  width: calc(50% - 611px);
  background-color: rgba(0, 0, 0, 0.5);
}
#hero .banner .welcome-text {
  width: 50%;
  float: left;
  padding: 50px 25px 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}
#hero .banner .welcome-text h1 {
  font-size: 25px;
  color: #FFF;
  text-align: left;
  line-height: 35px;
}
#hero .banner .sectors {
  width: 50%;
  display: flex;
  flex-direction: column;
  position: relative;
}
#hero .banner .sectors ul {
  font-size: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  position: absolute;
}
#hero .banner .sectors ul li {
  display: flex;
  width: 30%;
  vertical-align: middle;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 1px;
}
#hero .banner .sectors ul li a {
  display: block;
  box-sizing: border-box;
}
#hero .banner .sectors ul li a span {
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
}
#hero .banner .sectors ul li a h4 {
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 0px;
}
@media screen and (max-width: 1090px) {
  #hero .banner .sectors ul li a h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 830px) {
  #hero .banner .sectors ul li a h4 {
    font-size: 12px;
  }
}
#hero .banner .sectors ul li:hover {
  background: rgb(255, 255, 255);
}
#hero .banner .sectors ul li:hover span {
  color: #868686;
}
#hero .banner .sectors ul li:hover h4 {
  color: #005A81;
}
#hero .sectors.tablet {
  display: none;
}
#hero .sectors.mobile {
  display: none;
}
#hero.error404 {
  height: 766px;
  z-index: 2;
}
#hero.error404 .banner {
  top: 30%;
  left: auto;
  transform: none;
  position: relative;
}
#hero.error404 .banner .wrap:before, #hero.error404 .banner .wrap:after {
  content: none;
}
#hero.error404 .banner .welcome-text {
  width: 60%;
  float: none;
  margin: 0 auto;
  padding: 60px 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}
#hero.error404 .banner .welcome-text h1 {
  color: #FFF;
  text-align: center;
  margin-bottom: 15px;
}
#hero.error404 .banner .welcome-text form {
  position: relative;
  z-index: 999;
  display: block;
  width: 50%;
  margin: 0 auto;
}
#hero.error404 .banner .welcome-text form input[type=text] {
  border: 1px solid white;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 8px 12px;
  width: 100%;
  height: 40px;
  color: #fff;
  font-weight: 200;
  font-size: 12px;
}
#hero.error404 .banner .welcome-text form .search-switch {
  background: transparent;
  position: absolute;
  top: 6px;
  right: 7px;
  padding: 0;
  height: 30px;
  width: 30px;
}
#hero.error404 .banner .welcome-text form .search-switch svg {
  width: 25px;
  height: 25px;
  fill: rgba(255, 255, 255, 0.7);
}
#hero.error404 .banner .welcome-text form .search-switch svg:hover {
  fill: #FFF;
}

#hero-2023 {
  background-size: cover;
  position: relative;
}
#hero-2023 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hero-2023 .wrap {
  position: relative;
  z-index: 2;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#hero-2023 h2 {
  color: #FFF;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1333333333em;
  text-wrap: balance;
  max-width: 1050px;
  margin-bottom: 0;
}
#hero-2023 h3 {
  color: #FFF;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1333333333em;
  text-wrap: balance;
  max-width: 1050px;
  margin-bottom: 0;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  #hero-2023 .wrap {
    min-height: 350px;
    justify-content: flex-end;
  }
  #hero-2023 h2 {
    font-size: 40px;
    text-align: left;
    padding: 30px 0 4px;
    width: 100%;
  }
  #hero-2023 h3 {
    text-align: left;
    padding-bottom: 44px;
    font-size: 20px;
    width: 100%;
    line-height: 1.5em;
  }
}

.gform_wrapper ul.gform_fields li.gfield select {
  margin-left: 1px;
  border-color: rgba(0, 0, 0, 0.12);
  font-weight: 300;
  width: 100%;
  padding: 10px;
}

.error404 #footer {
  margin-top: -2px;
  z-index: 1;
}

.int-page-intro {
  text-align: center;
  max-width: 900px;
  margin: 60px auto 70px;
  font-size: 22px;
  line-height: 1.3181818182em;
  padding: 0 20px;
}

.by-the-numbers {
  display: flex;
  gap: 54px;
  flex-wrap: wrap;
  align-items: stretch;
  padding-bottom: 70px;
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 70px;
}
.by-the-numbers .number {
  flex-basis: calc(33.33% - 36px);
  box-shadow: inset 2px 0 0 #005A81;
  padding: 0 0 0 30px;
}
.by-the-numbers .number h3 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: #005A81;
}
.by-the-numbers .number h3 small {
  margin-top: 13px;
  display: block;
  text-wrap: balance;
  font-size: 12px;
  font-weight: 400;
  color: #505050;
  text-transform: uppercase;
  line-height: 1.3333333333em;
}
@media (max-width: 850px) {
  .by-the-numbers .number {
    flex-basis: calc(50% - 27px);
  }
}
@media (max-width: 540px) {
  .by-the-numbers {
    gap: 24px;
  }
  .by-the-numbers .number {
    flex-basis: 100%;
  }
}

.centered-content h2 {
  text-align: center;
  font-weight: 500;
}

.affiliation-module .centered-content {
  margin: 60px auto;
}

.affiliations {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 24px;
  flex-wrap: wrap;
}
.affiliations .affiliation {
  flex-basis: calc(25% - 23px);
  padding: 20px 15px;
  border: 1px solid #C9C9C9;
}
.affiliations .affiliation .affiliated-logo {
  height: 116px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.affiliations .affiliation .affiliated-logo img {
  max-width: 75%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto 25px;
}
.affiliations .affiliation p {
  font-size: 14px;
  color: #005A81;
  line-height: 1.2142857143em;
  text-align: center;
  margin: 0;
  text-wrap: balance;
  font-weight: 400;
}
@media screen and (max-width: 950px) {
  .affiliations .affiliation {
    flex-basis: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .affiliations .affiliation {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 375px) {
  .affiliations .affiliation {
    flex-basis: 100%;
  }
}

.page-boxes {
  display: flex;
  gap: 30px 0;
  flex-wrap: wrap;
  margin-top: 70px;
  margin-bottom: 70px;
}
.page-boxes .box {
  flex-basis: 50%;
}
.page-boxes .box:nth-child(odd) {
  padding-right: 6.5789473684%;
  border-right: 1px solid #C9C9C9;
}
.page-boxes .box:nth-child(even) {
  padding-left: 6.5789473684%;
}
.page-boxes .box h3 {
  font-size: 30px;
  line-height: 36px;
  margin: 22px 0;
  font-weight: 500;
}
.page-boxes .box img {
  display: block;
  aspect-ratio: 464/232;
}
.page-boxes .box p, .page-boxes .box li {
  font-size: 16px;
  font-weight: 300;
  color: #505050;
  line-height: 24px;
}
.page-boxes .box ul {
  margin-bottom: 20px;
}
.page-boxes .box li {
  padding-left: 25px;
  position: relative;
}
.page-boxes .box li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 10px;
}
.page-boxes .box li + li {
  margin-top: 15px;
}
.page-boxes.col-3 {
  gap: 28px 25px;
}
.page-boxes.col-3 .box {
  flex-basis: calc(33.3333333333% - 17px);
  padding: 0;
  border: none;
}
.page-boxes.col-3 .box img {
  display: block;
  aspect-ratio: 340/170;
}
.page-boxes.col-3 .box h3 {
  font-size: 24px;
  margin: 10px 0 22px;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .page-boxes.col-3 .box {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 500px) {
  .page-boxes.col-3 .box {
    flex-basis: 100%;
  }
}
.page-boxes.col-2_small {
  gap: 28px 25px;
  width: 750px;
  margin: 0 auto;
}
.page-boxes.col-2_small .box {
  flex: 0 0 calc(50% - 15px);
  padding: 0;
  border: none;
}
.page-boxes.col-2_small .box img {
  display: block;
  aspect-ratio: 340/170;
}
.page-boxes.col-2_small .box h3 {
  font-size: 24px;
  margin: 10px 0 22px;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .page-boxes.col-2_small .box {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 500px) {
  .page-boxes.col-2_small .box {
    flex-basis: 100%;
  }
}
@media (max-width: 640px) {
  .page-boxes .box {
    flex-basis: 100%;
    padding: 0 !important;
    border: none !important;
  }
}

.mod-divider {
  margin: 45px auto;
}
.mod-divider hr {
  margin: 0;
}

.mod-icons {
  margin: 45px auto;
}
.mod-icons .icon-groups {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.mod-icons .icon-groups .icon-group-single {
  flex-basis: calc(50% - 15px);
  border: 1px solid #C9C9C9;
  padding: 30px;
}
.mod-icons .icon-groups .icon-group-single h3 {
  margin-bottom: 30px;
  font-weight: 500;
}
.mod-icons .icon-groups .icon-group-single .icons {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
.mod-icons .icon-groups .icon-group-single .icons .icon-single {
  flex-basis: calc(50% - 8px);
  display: flex;
  align-items: center;
  gap: 10px;
}
.mod-icons .icon-groups .icon-group-single .icons .icon-single img {
  max-width: 60px;
  max-height: 60px;
}
.mod-icons .icon-groups .icon-group-single .icons .icon-single p {
  line-height: 1.5em;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  font-family: "libre-franklin", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 900px) {
  .mod-icons .icon-groups .icon-group-single .icons {
    flex-direction: column;
  }
}
@media screen and (max-width: 650px) {
  .mod-icons .icon-groups {
    flex-direction: column;
  }
  .mod-icons .icon-groups .icon-group-single .icons {
    flex-direction: row;
  }
}
@media screen and (max-width: 450px) {
  .mod-icons .icon-groups .icon-group-single .icons {
    flex-direction: column;
  }
}

#text-module {
  position: relative;
  margin-bottom: 40px;
}
#text-module .notch {
  position: absolute;
  z-index: 5;
  left: 0;
  display: inline-block;
}
#text-module .notch img {
  width: 30%;
}
#text-module .text {
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
#text-module .text .text-boxes {
  width: 100%;
  margin-left: -20px;
  font-size: 0;
}
#text-module .text .text-boxes div {
  display: inline-block;
  vertical-align: top;
}
#text-module .text .text-boxes .text-left {
  width: 36.5%;
  padding-left: 20px;
}
#text-module .text .text-boxes .text-left h2 {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}
#text-module .text .text-boxes .text-right {
  width: 62%;
  padding-left: 40px;
  display: inline-block;
}
#text-module .text .text-boxes .text-right p {
  font-size: 18.5px;
  font-weight: 100;
  line-height: 28px;
}
#text-module.interior {
  background-color: #F1F1F1;
}
#text-module.interior .sub-header-box {
  padding: 50px 0 0;
  width: 100%;
  margin: 0 auto;
  max-width: 750px;
}
#text-module.interior .sub-header-box p {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-align: center;
}
#text-module.interior .sub-header-box.search-output {
  padding: 25px 0;
}
#text-module.interior .sub-header-box.search-output p {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  color: #005A81;
  line-height: 27px;
}
#text-module.interior.no-sub-header-box .sub-header-filter {
  padding: 30px 0px 30px 0px;
}
#text-module.interior .sub-header-filter {
  padding: 30px 0px 30px 0;
  text-align: center;
}
#text-module.interior .sub-header-filter ul li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #005A81;
}
#text-module.interior .select-menu {
  width: 280px;
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 10px;
}
#text-module.interior .select-menu text- div {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}
#text-module.interior .select-menu div:hover {
  border-color: #AAAAAA;
}
#text-module.interior .select-menu div select {
  text-transform: none;
  padding: 3px 10px;
  color: #5f5f5f;
  font-size: 15px;
  font-weight: 300;
  background: transparent;
  display: block;
  width: 100%;
  line-height: 32px;
  height: 36px;
  border: 0;
  border-radius: 0;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  position: relaive;
  z-index: 1;
}
#text-module.interior .select-menu div select::-ms-expand {
  display: none;
}
#text-module.interior .select-menu div select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #707070;
}

.centered-content {
  width: 940px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.centered-content p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}
.centered-content .link {
  margin: 20px auto 0;
  display: block;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .centered-content h2.section-heading, .centered-content p {
    text-align: left;
  }
  .centered-content .link {
    margin-left: 0;
  }
}

hr.wrap {
  border: none;
  border-bottom: 1px solid #C9C9C9;
  width: 1070px;
  padding: 0;
}

.section-heading, #flex-portfolio .text-box h3, .news-extended .text-box h3, #grid.team .text-box h3 {
  color: #005A81;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 1em;
}

.home-intro {
  padding-top: 50px;
  padding-bottom: 60px;
  width: 940px;
}
.home-intro h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3181818182em;
  margin-bottom: 15px;
  text-align: center;
}
.home-intro p {
  text-align: center;
  max-width: 885px;
  margin: 0 0 40px;
}
.home-intro--numbers {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.home-intro--number {
  display: flex;
  align-items: center;
  gap: 25px;
}
.home-intro--number img {
  width: 75px;
  height: 62px;
  object-fit: contain;
}
.home-intro--number h3 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.home-intro--number h3 small {
  color: #505050;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-top: 4px;
}
@media screen and (max-width: 800px) {
  .home-intro h2 {
    font-size: 20px;
  }
  .home-intro--number {
    gap: 10px;
  }
  .home-intro--number img {
    width: 60px;
    height: 50px;
  }
  .home-intro--number h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 640px) {
  .home-intro--numbers {
    width: fit-content;
    margin: 0 auto;
    flex-direction: column;
    gap: 40px;
  }
}

.our-sectors {
  padding-top: 60px;
  padding-bottom: 60px;
}
.our-sectors--grid {
  margin-top: 23px;
  display: flex;
  gap: 30px;
}
.our-sectors--sector {
  flex-basis: calc(33% - 20px);
}
.our-sectors--sector img {
  width: 100%;
  aspect-ratio: 340/195;
  object-fit: cover;
  display: block;
  margin-bottom: 24px;
}
.our-sectors--sector h3 {
  color: #005A81;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.0909090909em;
  margin-bottom: 17px;
}
.our-sectors--sector p {
  font-size: 14px;
  line-height: 1.4285714286em;
}
@media screen and (max-width: 850px) {
  .our-sectors--grid {
    flex-wrap: wrap;
    justify-content: center;
  }
  .our-sectors--sector {
    flex-basis: min(540px, 100%);
  }
}

.featured-content {
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
}
.featured-content img, .featured-content iframe {
  flex: 0 0 51.5887850467%;
}
.featured-content img {
  aspect-ratio: 552/355;
  object-fit: cover;
}
.featured-content--text {
  align-self: center;
  flex: 0 0 48.4112149533%;
  padding-left: 8.5046728972%;
}
.featured-content--text h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
}
@media screen and (max-width: 675px) {
  .featured-content {
    flex-direction: column;
    gap: 20px;
  }
  .featured-content--text {
    padding-left: 0;
  }
}

#grid.team {
  width: 100%;
  margin-bottom: 75px;
}
#grid.team.with.border .team-wrapper {
  margin-bottom: 50px;
  padding-bottom: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #C9C9C9;
}
#grid.team.with.border .team-wrapper a {
  text-align: center;
  display: block;
}
#grid.team ul {
  margin-left: -3%;
  text-align: center;
  font-size: 0;
}
#grid.team ul li {
  display: inline-block;
  vertical-align: top;
  width: 16.6%;
  padding-left: 3%;
  margin-bottom: 30px;
}
#grid.team ul li.mix {
  display: none;
}
#grid.team ul li a {
  display: block;
  cursor: pointer;
}
#grid.team ul li a .team-image-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
#grid.team ul li a .team-image-wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%);
}
#grid.team ul li a .team-image-wrap .view-box {
  position: absolute;
  display: block;
  width: 100%;
  background: rgba(0, 90, 129, 0.9);
  transition: ease-in-out 0.3s;
  padding: 15px 0;
  box-sizing: border-box;
  bottom: -60px;
}
#grid.team ul li a .team-image-wrap .view-box span {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
#grid.team ul li a .team-image-wrap .view-box span svg {
  position: relative;
  fill: #FFF;
  top: -2px;
  right: 0px;
  transition: right ease-in-out 0.2s;
}
#grid.team ul li a .team-image-wrap .view-box:hover svg {
  right: -7px;
}
#grid.team ul li a:hover .view-box {
  bottom: 0px;
}
#grid.team ul li a h3 {
  font-size: 16px;
  margin-bottom: 0px;
  text-transform: none;
  font-weight: 400;
}
#grid.team ul li a span {
  color: #505050;
  font-size: 12px;
  font-weight: 300;
}
#grid.portfolio {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto 75px;
  overflow: hidden;
}
#grid.portfolio ul {
  margin-left: -3%;
  font-size: 0;
}
#grid.portfolio ul li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-left: 3%;
  margin-bottom: 30px;
}
#grid.portfolio ul li.mix {
  display: none;
}
#grid.portfolio ul li a {
  display: block;
  cursor: pointer;
}
#grid.portfolio ul li a:hover .p-image .view-box {
  bottom: 0px;
}
#grid.portfolio ul li a .p-image {
  border-top: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
  border-left: 1px solid #C9C9C9;
  border-bottom: 2px solid #005A81;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  padding: 71% 0 0 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#grid.portfolio ul li a .p-image img {
  max-width: 63%;
  width: auto;
  height: auto;
  max-height: 100px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
#grid.portfolio ul li a .p-image .view-box {
  position: absolute;
  display: block;
  width: 100%;
  background: rgba(0, 90, 129, 0.9);
  transition: ease-in-out 0.3s;
  padding: 15px 0;
  box-sizing: border-box;
  bottom: -65px;
  text-align: center;
}
#grid.portfolio ul li a .p-image .view-box span {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
#grid.portfolio ul li a .p-image .view-box span svg {
  position: relative;
  fill: #FFF;
  top: -2px;
  right: 0px;
  transition: right ease-in-out 0.2s;
}
#grid.portfolio ul li a .p-image .view-box:hover svg {
  right: -7px;
}
#grid.portfolio ul li a .p-image:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #005A81;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: -32px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
#grid.portfolio ul li a .p-image.active {
  position: relative;
}
#grid.portfolio ul li a .p-image.active.active:after {
  opacity: 1;
}
#grid.portfolio ul li .content-info {
  width: 100%;
  font-size: 0;
  background-color: #005A81;
  position: relative;
  z-index: 1;
  top: 20px;
  overflow: hidden;
  max-height: 0;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
#grid.portfolio ul li .content-info.active {
  display: block;
  max-height: 700px;
  margin-bottom: 10px;
  opacity: 1;
}
#grid.portfolio ul li .content-info.hidden {
  display: none;
}
#grid.portfolio ul li .content-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  background: linear-gradient(-65deg, rgb(0, 90, 129) 0, rgba(0, 0, 0, 0.15) 55%, rgb(0, 90, 129) 0);
  opacity: 0.35;
}
#grid.portfolio ul li .content-info button {
  display: inline-block;
  float: right;
  position: relative;
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: visible;
  transition: all 0.2s ease-in-out;
  z-index: 100;
  right: 10px;
  top: 5px;
}
#grid.portfolio ul li .content-info button:before {
  border-radius: 1px;
  height: 2px;
  width: 20px;
  background: #FFF;
  position: absolute;
  display: block;
  content: "";
  transform: rotate(45deg);
  top: 17px;
  right: 10px;
  transition: all 0.2s ease-in-out;
}
#grid.portfolio ul li .content-info button:after {
  border-radius: 1px;
  height: 2px;
  width: 20px;
  background: #FFF;
  position: absolute;
  display: block;
  content: "";
  transform: rotate(-45deg);
  top: 17px;
  right: 10px;
  transition: all 0.2s ease-in-out;
}
#grid.portfolio ul li .content-info button:hover {
  transform: scale(1.2);
}
#grid.portfolio ul li .content-info button:hover:before, #grid.portfolio ul li .content-info button:hover:after {
  background: #8DDDFF;
}
#grid.portfolio ul li .content-info button:hover:before {
  transform: rotate(-45deg);
}
#grid.portfolio ul li .content-info button:hover:after {
  transform: rotate(45deg);
}
#grid.portfolio ul li .content-info .wrap {
  padding: 30px 20px 20px;
  box-sizing: border-box;
}
#grid.portfolio ul li .content-info .c-left {
  width: 43%;
  padding-left: 1%;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  z-index: 1;
}
#grid.portfolio ul li .content-info .c-left h3 {
  display: block;
  font-size: 26px;
  text-align: left;
  text-transform: uppercase;
  color: #FFF;
  line-height: 1;
}
#grid.portfolio ul li .content-info .c-left p {
  display: block;
  font-weight: 300;
  text-align: left;
  color: #FFF;
}
#grid.portfolio ul li .content-info .c-right {
  width: 50%;
  padding-left: 5%;
  vertical-align: top;
  position: relative;
  z-index: 1;
  text-align: right;
  float: right;
}
#grid.portfolio ul li .content-info .c-right ul {
  font-size: 0;
}
#grid.portfolio ul li .content-info .c-right ul li {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 0px;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#grid.portfolio ul li .content-info .c-right ul li:last-of-type {
  border-bottom: 0;
}
#grid.portfolio ul li .content-info .c-right ul li h4 {
  display: inline-block;
  width: 33%;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #8DDDFF;
  margin-bottom: 0;
  vertical-align: top;
}
#grid.portfolio ul li .content-info .c-right ul li span {
  display: inline-block;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 300;
  color: #FFF;
  vertical-align: top;
  width: 67%;
}
#grid.portfolio ul li .content-info .c-right ul li span a {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
}
#grid.portfolio ul li .content-info .c-right ul li span a:hover {
  color: #8DDDFF;
}
#grid.containers {
  width: 100%;
  padding-bottom: 25px;
  box-sizing: border-box;
}
#grid.containers ul {
  margin-left: -3%;
  text-align: center;
  font-size: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #grid.containers ul {
    margin-left: 0;
  }
}
#grid.containers ul:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  background-color: #fff;
  z-index: 4;
}
#grid.containers ul li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 3%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #grid.containers ul li {
    width: 100%;
    padding-left: 0;
  }
}
#grid.containers ul li.mix {
  display: none;
}
#grid.containers ul li a {
  display: block;
  cursor: pointer;
  background-color: #FFF;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
  text-align: left;
  text-transform: none;
}
#grid.containers ul li a .view-box {
  position: absolute;
  display: block;
  width: 100%;
  background: rgba(0, 90, 129, 0.9);
  transition: ease-in-out 0.3s;
  padding: 12px 20px;
  box-sizing: border-box;
  bottom: -60px;
  left: 0;
}
#grid.containers ul li a .view-box span {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  display: block;
}
#grid.containers ul li a .view-box span svg {
  position: relative;
  fill: #FFF;
  top: -2px;
  right: 0px;
  transition: right ease-in-out 0.2s;
}
#grid.containers ul li a .view-box:hover svg {
  right: -7px;
}
#grid.containers ul li a:hover .view-box {
  bottom: 0px;
}
#grid.containers ul li a .preview-box {
  text-align: left;
  margin-bottom: 15px;
}
#grid.containers ul li a .preview-box h3 {
  font-size: 18.5px;
  font-weight: 500;
  line-height: 27px;
  color: #2A2A2A;
  margin-bottom: 6px;
  text-transform: none;
}
#grid.containers ul li a .preview-box time {
  color: #868686;
  font-weight: 500;
  font-size: 12px;
  margin-right: 5px;
}
#grid.containers ul li a .preview-box span {
  color: #868686;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
#grid.containers ul li a .preview-box span > span {
  margin-left: 5px;
}
#grid.containers ul li a p {
  font-size: 14px;
  line-height: 18px;
}
#grid.containers .loading-more {
  text-align: center;
}
#grid #infscr-loading {
  text-align: center;
  z-index: 1;
  position: relative;
  background: #FFF;
  padding: 10px 20px;
  width: 100%;
  border-radius: 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
#grid #infscr-loading img {
  position: absolute;
}
#grid #infscr-loading em {
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

.bio-modal {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #FFF;
  box-sizing: border-box;
  padding: 40px 62px;
}
.bio-modal .notch {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.bio-modal .notch img {
  width: 20%;
}
.bio-modal .bio-image {
  font-size: 0;
  float: right;
  clear: both;
  width: 30%;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.bio-modal .bio-image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  position: relative;
  top: -15px;
  filter: grayscale(100%);
}
.bio-modal .bio-image .notch-mobile {
  display: none;
}
.bio-modal .bio-head {
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.bio-modal .bio-head h3 {
  font-size: 26.5px;
  font-weight: 300;
  color: #005A81;
  margin-bottom: 5px;
  line-height: 0.9;
}
.bio-modal .bio-head span {
  display: block;
  font-size: 14px;
  font-weight: 200;
  color: #505050;
}
.bio-modal .bio-contents-wrap {
  background: #FFF;
  color: #505050;
  padding: 20px 0 0px 0px;
  box-sizing: border-box;
  width: 70%;
  height: 480px;
  overflow: auto;
}
.bio-modal .bio-contents p {
  font-size: 16px;
  font-weight: 300;
}

.single-news-article #content article {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  display: block;
  padding-top: 40px;
}

.notch {
  display: none !important;
}

#content {
  position: relative;
  margin-bottom: 50px;
  box-sizing: border-box;
}
#content .notch {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
#content .notch img {
  width: 3.25vw;
}
#content article {
  width: 60%;
  display: inline-block;
  margin-top: 40px;
}
#content article.full-width {
  width: 100%;
  max-width: 850px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 40px;
}
#content article h2 {
  margin-bottom: 5px;
  font-weight: 500;
}
#content article strong {
  font-weight: 500;
  font-size: 16.5px;
}
#content article ul > li {
  position: relative;
  padding-left: 40px;
  font-weight: 300;
  color: #505050;
  margin-bottom: 10px;
}
#content article ul > li:before {
  content: "•";
  position: absolute;
  left: 10px;
  font-weight: 300;
  color: #505050;
}
#content article ol {
  counter-reset: li;
  display: block;
  margin: 25px 0;
}
#content article ol > li {
  position: relative;
  padding-left: 40px;
  font-weight: 300;
  color: #505050;
  margin-bottom: 15px;
}
#content article ol > li:before {
  content: counter(li) ". ";
  counter-increment: li;
  position: absolute;
  left: 10px;
  font-weight: 300;
  color: #505050;
}
#content article .heading {
  margin-bottom: 25px;
}
#content article .heading h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 5px;
  text-transform: normal;
}
#content article .heading time {
  color: #505050;
  font-weight: 400;
  font-size: 12px;
  margin-right: 5px;
}
#content article .heading span {
  color: #505050;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
#content article .heading span > span {
  margin-left: 5px;
}
#content article .intro-text {
  color: #005A81;
  font-size: 20.5px;
  font-weight: 500;
  margin-bottom: 10px;
}
#content article .subtext {
  color: #1988B8;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 25px;
}
#content article .media-contact strong {
  font-weight: 600;
}
#content article .media-contact p {
  margin-bottom: 0;
}
#content article h3 {
  padding-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}
#content aside {
  width: 30%;
  float: right;
  margin-top: 40px;
}
#content aside h3 {
  color: #005A81;
  font-size: 22px;
  font-weight: 500;
}
#content aside ul {
  font-size: 0;
}
#content aside ul li {
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid #C9C9C9;
}
#content aside ul li a {
  display: block;
  box-sizing: border-box;
  padding-bottom: 20px;
}
#content aside ul li a h4 {
  font-size: 18.5px;
  font-weight: 500;
  color: #2A2A2A;
  margin-bottom: 5px;
  line-height: 27px;
}
#content aside ul li a time {
  color: #868686;
  font-weight: 500;
  font-size: 12px;
}
#content aside ul li a:hover h4 {
  color: #1988B8;
}
#content aside ul li:last-of-type {
  border-bottom: none;
}
#content aside .link-menu {
  display: block;
  margin-bottom: 25px;
}
#content aside .link-menu li {
  padding: 0;
  margin-bottom: 8px;
}
#content aside .link-menu li a {
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 8px;
  box-sizing: border-box;
}
#content aside .news-clip h4 {
  font-weight: 500;
  margin-bottom: 5px;
}
#content aside .news-clip time {
  color: #868686;
  font-weight: 500;
  font-size: 12px;
  margin-right: 5px;
}
#content aside .news-clip span {
  color: #868686;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
#content aside .news-clip span > span {
  margin-left: 5px;
}
#content aside .news-clip p {
  font-size: 14px;
}

#contact {
  position: relative;
  padding: 50px 0;
  box-sizing: border-box;
}
#contact .notch {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
#contact .notch img {
  width: 40%;
}
#contact h5 {
  font-size: 20px;
  font-weight: 300;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 35px;
}

#columns {
  position: relative;
  top: 2px;
  z-index: 1;
}
#columns ul {
  text-align: center;
  font-size: 0;
  margin-left: -1px;
}
#columns ul li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding-left: 1px;
  overflow: hidden;
}
#columns ul li .city-image {
  position: relative;
}
#columns ul li .city-image img {
  max-width: 100%;
  height: auto;
  width: 100%;
  aspect-ratio: 246/295;
  object-fit: cover;
}
#columns ul li .city-image .view-box {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  transition: ease-in-out 0.3s;
  padding: 0px 0;
  box-sizing: border-box;
  bottom: -60%;
}
#columns ul li .city-image .view-box:before {
  content: "";
  position: absolute;
  top: -8%;
  left: 0;
  width: 100%;
  height: 8%;
  z-index: 1;
  background-color: #FFF;
  background: linear-gradient(to top, #000 0, transparent 100%);
  opacity: 0.35;
}
#columns ul li .city-image .view-box .top {
  position: relative;
  padding-top: 25%;
  box-sizing: border-box;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
#columns ul li .city-image .view-box .top h3 {
  font-size: 31px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#columns ul li .city-image .view-box .top span.phone, #columns ul li .city-image .view-box .top span.title {
  transition: ease-in-out 0.3s;
  opacity: 0;
  color: #8DDDFF;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  display: block;
}
#columns ul li .city-image .view-box .top h5 {
  transition: ease-in-out 0.3s;
  opacity: 0;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 3px;
}
#columns ul li .city-image .view-box .top a.team {
  transition: ease-in-out 0.3s;
  opacity: 0;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
#columns ul li .city-image .view-box .top a.team svg {
  fill: #FFF;
  position: relative;
  top: -2px;
  right: 0px;
  transition: right ease-in-out 0.2s;
}
#columns ul li .city-image .view-box .top a.team:hover svg {
  right: -7px;
  fill: #8DDDFF;
}
#columns ul li .city-image .view-box .top a.team:hover {
  color: #8DDDFF;
}
#columns ul li .city-image .view-box .bottom {
  position: relative;
}
#columns ul li .city-image .view-box .bottom address {
  transition: ease-in-out 0.3s;
  opacity: 0;
  color: #8DDDFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  display: block;
  margin-bottom: 20px;
}
#columns ul li .city-image .view-box .bottom a.map {
  transition: ease-in-out 0.3s;
  opacity: 0;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
#columns ul li .city-image .view-box .bottom a.map svg {
  fill: #FFF;
  position: relative;
  top: -2px;
  right: 0px;
  transition: right ease-in-out 0.2s;
}
#columns ul li .city-image .view-box .bottom a.map:hover svg {
  right: -7px;
  fill: #8DDDFF;
}
#columns ul li .city-image .view-box .bottom a.map:hover {
  color: #8DDDFF;
}
#columns ul li:hover .view-box {
  background: rgba(0, 90, 129, 0.9);
  bottom: 0px;
}
#columns ul li:hover .view-box .top {
  padding-top: 40%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#columns ul li:hover .view-box .top span.phone, #columns ul li:hover .view-box .top span.title, #columns ul li:hover .view-box .top h5, #columns ul li:hover .view-box .top a.team {
  opacity: 1;
}
#columns ul li:hover .view-box .bottom address, #columns ul li:hover .view-box .bottom a.map {
  opacity: 1;
}

#contact-columns ul {
  border-top: 1px solid #C9C9C9;
  padding-top: 60px;
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}
#contact-columns ul li {
  flex-basis: calc(25% - 22.5px);
}
#contact-columns ul li img {
  display: block;
  aspect-ratio: 246/295;
  object-fit: cover;
  margin-bottom: 14px;
}
#contact-columns ul li h3 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
#contact-columns ul li .phone {
  display: block;
  color: #1988B8;
  margin: 16px 0;
  font-weight: 500;
}
#contact-columns ul li address {
  font-weight: 300;
  line-height: 24px;
}
#contact-columns ul li .link {
  display: block;
  width: fit-content;
  margin-top: 10px;
}
#contact-columns ul li .link + .link {
  margin-top: 20px;
}
@media (max-width: 768px) {
  #contact-columns ul {
    flex-wrap: wrap;
  }
  #contact-columns ul li {
    flex-basis: calc(50% - 15px);
  }
}

#news {
  position: relative;
  padding: 50px 0 0;
  box-sizing: border-box;
}
#news .notch {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
#news .notch img {
  width: 60%;
}
#news h5 {
  font-size: 20px;
  font-weight: 300;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 35px;
}

.news-extended {
  margin-bottom: 50px;
}
.news-extended .news-module {
  display: block;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.news-extended .news-module ul {
  display: flex;
  gap: 40.5px;
  flex-wrap: wrap;
}
.news-extended .news-module ul.full-col li {
  flex-basis: 100%;
  display: none;
}
.news-extended .news-module ul li {
  flex-basis: calc(33.33% - 27px);
  box-sizing: border-box;
  background-color: #FFF;
}
.news-extended .news-module ul li h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 18px;
  color: #005A81;
}
.news-extended .news-module ul li time {
  font-size: 12px;
  font-weight: 300;
  line-height: 29px;
  color: #868686;
  margin-bottom: 4px;
}
.news-extended .news-module ul li a {
  display: block;
  text-align: left;
}
@media (max-width: 640px) {
  .news-extended .news-module ul {
    flex-wrap: wrap;
    gap: 10px;
  }
  .news-extended .news-module ul li {
    flex-basis: 100%;
  }
}
.news-extended a {
  display: block;
  text-align: center;
}

.section-overview {
  padding-bottom: 30px;
  box-sizing: border-box;
  margin-bottom: 2em;
  border-bottom: 1px solid #C9C9C9;
}
.section-overview h2 {
  color: #005A81;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 30px;
}
.section-overview .box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.section-overview .box span {
  font-size: 20px;
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
  color: #005A81;
}
.section-overview .box p {
  font-size: 16.5px;
  margin: 0;
  line-height: 1.4;
}

/* tabs styling*/
.tabs {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
  box-sizing: border-box;
  margin: 0 0 2em;
  font-weight: 300;
  border-bottom: 3px solid #C9C9C9;
}

/* Nav */
.tabs nav {
  text-align: center;
}

.tabs nav ul {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
  display: inline-block;
}
.tabs nav ul li {
  margin: 0 0.25em;
  display: block;
  float: left;
  padding: 10px 20px 8px;
  box-sizing: border-box;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.tabs nav ul li:last-of-type {
  padding: 10px 15px 8px;
  border-right: none;
}

.tabs nav li.tab-current {
  z-index: 100;
}

.tabs nav a {
  color: #C9C9C9;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  font-size: 20.5px;
  line-height: 36px;
  white-space: nowrap;
}

.tabs nav a:hover {
  color: #1988B8;
}

.tabs nav li.tab-current a {
  color: #005A81;
}

/* Content */
.content section {
  display: block;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  transition: 0.3s all cubic-bezier(0.2, 0, 1, 1);
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}

.content section:before,
.content section:after {
  content: "";
  display: table;
}

.content section:after {
  clear: both;
}

/* Fallback example */
.no-js .content section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid #47a3da;
}

.content section.content-current {
  opacity: 1;
  position: relative;
  z-index: 100;
}

.mediabox {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.mediabox img.small-image {
  width: 300px;
  margin: 0;
}

.mediabox h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.mediabox p {
  padding: 0 0 1em 0;
  font-size: 16px;
  margin: 0;
  line-height: 1.3;
}

.mediabox ul {
  margin: 20px 0;
  display: block;
}
.mediabox ul li {
  position: relative;
  padding-left: 40px;
  font-weight: 300;
  color: #505050;
  margin-bottom: 10px;
  font-size: 16.5px;
}
.mediabox ul li:before {
  content: "•";
  position: absolute;
  left: 10px;
  font-weight: 300;
  color: #505050;
}
.mediabox ul li ul {
  margin: 10px 0 0;
  display: block;
}
.mediabox ul li ul li:before {
  content: "º";
  position: absolute;
  left: 10px;
  top: 4px;
  font-weight: 300;
  color: #505050;
}

.award-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  margin: 0 0 30px 0;
}
.award-list .award {
  border: 1px solid #C9C9C9;
  padding: 30px 20px;
  text-align: center;
}
.award-list .award .award-img {
  height: 75px;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.award-list .award img {
  width: auto;
  height: auto;
  max-height: 70px;
}
.award-list .award p {
  font-size: 14px;
  line-height: 1.2;
  color: #005A81;
}

#slider {
  padding-bottom: 45px;
  box-sizing: border-box;
}
#slider .text-box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 50px;
  box-sizing: border-box;
}
#slider .text-box h3 {
  color: #005A81;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
}
#slider .text-box p {
  font-size: 16px;
  margin: 0;
  line-height: 1.3;
  text-align: center;
}
#slider .slider-wrapper {
  padding-bottom: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #C9C9C9;
}
#slider .slider-wrapper .slider {
  margin-bottom: 25px;
}
#slider .slider-wrapper .slider .logos {
  border: 1px solid #C9C9C9;
  border-bottom: 2px solid #005A81;
  margin: 0 25px;
  position: relative;
}
#slider .slider-wrapper .slider .logos a {
  padding: 65px 0;
  box-sizing: border-box;
}
#slider .slider-wrapper .slider .logos a img {
  max-width: 63%;
  height: auto;
  max-height: 95px;
  width: auto;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
#slider .slider-wrapper a {
  padding: 0;
  display: block;
  text-align: center;
}

#flex-portfolio {
  padding-bottom: 45px;
  box-sizing: border-box;
}
#flex-portfolio .text-box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 50px;
  box-sizing: border-box;
}
#flex-portfolio .text-box p {
  font-size: 16px;
  margin: 0;
  line-height: 1.3;
  text-align: center;
}
#flex-portfolio .flex-logo-wrapper {
  padding-bottom: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #C9C9C9;
}
#flex-portfolio .flex-logo-wrapper .flex-logo-inner-wrapper {
  margin-bottom: 25px;
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
#flex-portfolio .flex-logo-wrapper .flex-logo-inner-wrapper > div {
  vertical-align: top;
  flex: 0 0 calc(25% - 23px);
  /*                 @media screen and (max-width: 960px) {
                      width: 20%;
                  }
                  @media screen and (max-width: 768px) {
                      width: 25%;
                  }
                  @media screen and (max-width: 600px) {
                      width: 33.333333333333333333%;
                  } */
  /*           @media screen and (max-width: 480px) {
                     width: 50%;
                 }
  */
}
@media screen and (max-width: 700px) {
  #flex-portfolio .flex-logo-wrapper .flex-logo-inner-wrapper {
    gap: 20px;
  }
  #flex-portfolio .flex-logo-wrapper .flex-logo-inner-wrapper > div {
    flex: 0 0 calc(50% - 10px);
  }
}
#flex-portfolio .flex-logo-wrapper .flex-logo-inner-wrapper .logos {
  border-bottom: 2px solid #005A81;
  position: relative;
}
#flex-portfolio .flex-logo-wrapper .flex-logo-inner-wrapper .logos a {
  display: block;
  cursor: pointer;
}
#flex-portfolio .flex-logo-wrapper .flex-logo-inner-wrapper .logos a:hover .p-image .view-box {
  bottom: 0px;
}
#flex-portfolio .flex-logo-wrapper .flex-logo-inner-wrapper .logos a .p-image {
  border-top: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
  border-left: 1px solid #C9C9C9;
  border-bottom: 2px solid #005A81;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  padding: 71% 0 0 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#flex-portfolio .flex-logo-wrapper .flex-logo-inner-wrapper .logos a .p-image img {
  max-width: 63%;
  width: auto;
  height: auto;
  max-height: 100px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
#flex-portfolio .flex-logo-wrapper .flex-logo-inner-wrapper .logos a .p-image .view-box {
  position: absolute;
  display: block;
  width: 100%;
  background: rgba(0, 90, 129, 0.9);
  transition: ease-in-out 0.3s;
  padding: 15px 5px;
  box-sizing: border-box;
  bottom: -80px;
  text-align: center;
}
#flex-portfolio .flex-logo-wrapper .flex-logo-inner-wrapper .logos a .p-image .view-box span {
  color: #FFF;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
#flex-portfolio .flex-logo-wrapper .flex-logo-inner-wrapper .logos a .p-image .view-box span svg {
  position: relative;
  fill: #FFF;
  top: -2px;
  right: 0px;
  transition: right ease-in-out 0.2s;
}
#flex-portfolio .flex-logo-wrapper .flex-logo-inner-wrapper .logos a .p-image .view-box:hover svg {
  right: -7px;
}
#flex-portfolio .flex-logo-wrapper .flex-logo-inner-wrapper .logos a .p-image:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #005A81;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: -32px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
#flex-portfolio .flex-logo-wrapper .flex-logo-inner-wrapper .logos a .p-image.active {
  position: relative;
}
#flex-portfolio .flex-logo-wrapper .flex-logo-inner-wrapper .logos a .p-image.active.active:after {
  opacity: 1;
}
#flex-portfolio .flex-logo-wrapper a {
  padding: 0;
  display: block;
  text-align: center;
}

.scroll-to-top {
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: block;
  z-index: 100;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.scroll-to-top svg {
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  fill: #fff;
  transition: 0.3s all ease-in-out;
  background-color: rgba(0, 90, 129, 0.3);
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.35);
}
.scroll-to-top:hover {
  right: 0px;
}
.scroll-to-top:hover svg {
  border: 1px solid #1988B8;
  background-color: #005a81;
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0);
}

#lightbox .form_wrap,
#popup .form_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#lightbox p,
#popup p {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
  margin-left: 0.5%;
}
#lightbox label,
#popup label {
  color: #fff !important;
}

/*
 == malihu jquery custom scrollbar plugin ==
 Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
 */
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  touch-action: pinch-zoom; /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  touch-action: auto;
}

.mCustomScrollBox { /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
  padding-right: 20px;
}

.mCSB_container { /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 25px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
} /* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container { /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
} /* RTL direction/left-side scrollbar */
.mCSB_scrollTools { /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
} /* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools { /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
} /* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer { /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  height: 100%;
  margin: 0 auto;
  border-radius: 0px;
  background-color: rgb(240, 245, 247);
}

.mCSB_scrollTools .mCSB_dragger { /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px; /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { /* the dragger element */
  position: relative;
  width: 8px;
  height: 100%;
  margin: 0 auto;
  border-radius: 0px;
  text-align: center;
  background-color: #1988B8;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
} /* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
} /* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px; /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px; /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px; /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper { /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/* ========================================================================= */
/* !MEDIA QUERIES */
/* ========================================================================= */
/* @media screen and (max-width: XXXpx) {  } */
@media only screen and (max-width: 530px) {
  #grid.portfolio ul li {
    width: 50%;
  }
  #grid.portfolio ul li .content-info {
    position: absolute;
    width: 100%;
    left: 0;
  }
}
@media only screen and (min-width: 0px) {
  #grid.portfolio ul {
    position: relative;
  }
  #grid.portfolio ul li {
    width: 25%;
  }
  #grid.portfolio ul li .content-info {
    position: absolute;
    width: 100%;
    width: 97%;
    left: 3%;
  }
}
@media screen and (max-width: 1200px) {
  #text-module .notch img {
    width: 20%;
  }
  #content .notch img, #contact .notch img, #news .notch img {
    width: 25%;
  }
}
@media screen and (max-width: 1260px) {
  #hero .banner .sectors {
    position: relative;
  }
  #hero .banner .sectors:after {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% - 1px);
    height: 100%;
    right: -100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #hero .banner .wrap:after {
    display: none;
  }
  #columns ul li:hover .view-box .top {
    padding-top: 15%;
  }
}
@media screen and (max-width: 980px) {
  #hero .banner .welcome-text h1 {
    font-size: 20px;
    line-height: 29px;
  }
  #hero .banner .sectors.desktop ul li a span {
    font-size: 10px;
    margin-bottom: 14px !important;
  }
  .award-list {
    gap: 20px;
  }
}
@media screen and (max-width: 960px) {
  .mediabox h3 {
    font-size: 17px;
  }
  .mediabox p {
    font-size: 15px;
  }
  .mediabox ul li {
    font-size: 15px;
  }
  .tabs nav ul li {
    margin: 0;
    padding: 10px 1em 8px;
  }
  .tabs nav ul li a {
    font-size: 18.5px;
  }
  .tabs nav ul li:last-of-type {
    padding: 10px 1em 8px;
  }
}
@media screen and (max-width: 860px) {
  #text-module .text .text-boxes .text-left h2 {
    font-size: 26.5px;
  }
  #columns ul li .city-image {
    position: relative;
  }
  #columns ul li .city-image .view-box .top {
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
    transition: ease-in-out 0.3s;
  }
  #columns ul li .city-image .view-box .top h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #columns ul li .city-image .view-box .top span.phone, #columns ul li .city-image .view-box .top span.title {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #columns ul li .city-image .view-box .top h5 {
    font-size: 12px;
    margin-bottom: 3px;
  }
  #columns ul li .city-image .view-box .top a.team {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #columns ul li .city-image .view-box .bottom address {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #columns ul li .city-image .view-box .bottom a.map {
    font-size: 12px;
  }
  #columns ul li:hover .view-box {
    background: rgba(0, 90, 129, 0.9);
    bottom: 0px;
  }
  #columns ul li:hover .view-box .top {
    padding-top: 20%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  #columns ul li:hover .view-box .top span.phone, #columns ul li:hover .view-box .top span.title, #columns ul li:hover .view-box .top h5, #columns ul li:hover .view-box .top a.team {
    opacity: 1;
  }
  #columns ul li:hover .view-box .bottom address, #columns ul li:hover .view-box .bottom a.map {
    opacity: 1;
  }
  .award-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #grid.portfolio ul li {
    width: 33%;
  }
  #grid.portfolio ul li .content-info .c-right {
    width: 100%;
    padding: 0 20px;
    display: block;
    float: none;
  }
  #grid.portfolio ul li .content-info .c-right ul li {
    padding-left: 0;
  }
  #grid.portfolio ul li .content-info .c-right ul li span {
    padding-left: 10%;
  }
  #grid.portfolio ul li .content-info .c-left {
    width: 100%;
    display: block;
    margin-bottom: 25px;
  }
  #grid.portfolio ul li .content-info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    background: linear-gradient(0, #005a81 0, rgba(0, 0, 0, 0.15) 55%, #005a81 0);
    opacity: 0.35;
  }
  #hero.error404 .banner .welcome-text {
    padding: 50px 40px;
    width: 100%;
  }
  #text-module {
    margin-bottom: 25px;
  }
  #text-module .notch img {
    width: 15%;
  }
  #text-module .text {
    padding: 40px 0 20px;
  }
  #text-module .text .text-boxes .text-left {
    width: 100%;
    display: block;
  }
  #text-module .text .text-boxes .text-left h2 {
    font-size: 20.5px;
    line-height: 24px;
  }
  #text-module .text .text-boxes .text-right {
    width: 100%;
    display: block;
    padding-left: 20px;
  }
  #text-module .text .text-boxes .text-right p {
    font-size: 14px;
    line-height: 21px;
  }
  #news .notch img {
    width: 15%;
  }
  #content {
    padding-bottom: 0;
  }
  #content .notch img {
    width: 15%;
  }
  #content article {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  #content aside {
    margin-top: 0px;
    float: none;
    width: 100%;
    position: relative;
  }
  #content aside:before {
    position: absolute;
    width: 100%;
    display: block;
    content: "";
    width: 100%;
    border: none;
    background: #C9C9C9;
    height: 2px;
    top: -30px;
    left: 0;
  }
  #contact h5 {
    padding-left: 15px;
  }
  #grid.team ul {
    text-align: center;
    font-size: 0;
  }
  #grid.team ul li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-bottom: 50px;
  }
  #grid.portfolio ul li {
    width: 33%;
  }
  #grid.containers ul li {
    width: 100%;
  }
  .bio-modal {
    padding: 0;
  }
  .bio-modal .notch {
    display: none;
  }
  .bio-modal .bio-image {
    font-size: 0;
    float: none;
    /* clear: both; */
    width: 100%;
    padding: 0;
  }
  .bio-modal .bio-image img {
    top: 0;
  }
  .bio-modal .bio-image .notch-mobile {
    display: block;
    position: absolute;
    left: 0;
    z-index: 100;
  }
  .bio-modal .bio-image .notch-mobile img {
    width: 20%;
  }
  .bio-modal .bio-contents-wrap {
    height: auto;
    width: 100%;
    position: relative;
  }
  .bio-modal .bio-contents-wrap .bio-head {
    padding: 25px 30px 0px 30px;
  }
  .bio-modal .bio-contents-wrap .bio-contents {
    padding: 0px 30px 30px 30px;
  }
  .mCustomScrollBox {
    padding: 0;
  }
  button.mfp-close {
    right: 16px;
    top: -4px;
  }
  .tabs nav ul li {
    width: 50%;
  }
  .tabs nav ul li:nth-child(2) {
    border-right: none;
  }
}
@media screen and (max-width: 700px) {
  #hero .banner {
    top: 50%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #hero .banner .wrap:before, #hero .banner .wrap:after {
    content: none;
  }
  #hero .banner .welcome-text {
    width: 100%;
    padding: 25px 0;
    float: none;
    display: block;
  }
  #hero .banner .welcome-text h1 {
    font-size: 20px;
    line-height: 29px;
    text-align: center;
  }
  #hero.error404 .banner {
    background-color: transparent;
  }
  #hero .sectors.desktop {
    display: none;
  }
  #hero .sectors.tablet {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 80px;
  }
  #hero .sectors.tablet ul {
    font-size: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
  }
  #hero .sectors.tablet ul li {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: 1px;
  }
  #hero .sectors.tablet ul li:first-of-type {
    margin-left: 0;
  }
  #hero .sectors.tablet ul li a {
    display: block;
    padding: 50px 0px;
    box-sizing: border-box;
    text-align: center;
  }
  #hero .sectors.tablet ul li a span {
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
  }
  #hero .sectors.tablet ul li a h4 {
    color: #FFF;
    text-transform: uppercase;
  }
  #hero .sectors.tablet ul li:hover {
    background: rgb(255, 255, 255);
  }
  #hero .sectors.tablet ul li:hover span {
    color: #868686;
  }
  #hero .sectors.tablet ul li:hover h4 {
    color: #005A81;
  }
  #hero .sectors:after {
    content: none;
  }
}
@media screen and (max-width: 680px) {
  #columns ul li .city-image .view-box .top {
    margin-bottom: 8px;
  }
  #columns ul li .city-image .view-box .top h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  #columns ul li .city-image .view-box .top span.phone, #columns ul li .city-image .view-box .top span.title {
    font-size: 12px;
    margin-bottom: 8px;
  }
  #columns ul li .city-image .view-box .top h5 {
    font-size: 12px;
    margin-bottom: 3px;
  }
  #columns ul li .city-image .view-box .top a.team {
    font-size: 12px;
    margin-bottom: 8px;
  }
  #columns ul li .city-image .view-box .bottom address {
    font-size: 12px;
    margin-bottom: 8px;
  }
  #columns ul li .city-image .view-box .bottom a.map {
    font-size: 12px;
  }
  #columns ul li:hover .view-box {
    background: rgba(0, 90, 129, 0.9);
    bottom: 0px;
  }
  #columns ul li:hover .view-box .top {
    padding-top: 10%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  #columns ul li:hover .view-box .top span.phone, #columns ul li:hover .view-box .top span.title, #columns ul li:hover .view-box .top h5, #columns ul li:hover .view-box .top a.team {
    opacity: 1;
  }
  #columns ul li:hover .view-box .bottom address, #columns ul li:hover .view-box .bottom a.map {
    opacity: 1;
  }
}
@media screen and (max-width: 650px) {
  .news-extended .text-box h3 {
    font-size: 20.5px;
  }
  .news-extended .news-module ul {
    margin-left: 0%;
  }
  .news-extended .news-module ul li {
    width: 100%;
    margin-bottom: 20px;
    min-height: auto;
  }
  .news-extended .news-module ul li:last-of-type {
    border: none;
  }
  .tabs nav ul {
    margin-bottom: 15px;
  }
  .tabs nav ul li {
    width: 100%;
    border-right: 0;
  }
  .mediabox {
    padding-top: 30px;
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .mediabox h3 {
    margin-top: 0;
  }
  .award-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 620px) {
  #hero.error404 {
    height: auto;
  }
  #hero.error404 .banner {
    background: none;
    margin-top: 20%;
    margin-bottom: auto;
  }
  #hero.error404 .banner .welcome-text form {
    width: 80%;
  }
  #text-module .sub-header-filter ul li {
    padding: 0 35px;
    width: 30%;
    display: inline-block;
    line-height: 2;
  }
  #grid.team {
    width: 100%;
  }
  #grid.team ul {
    text-align: center;
    margin-left: -5%;
  }
  #grid.team ul li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 5%;
    margin-bottom: 50px;
  }
  #columns {
    position: relative;
  }
  #columns ul {
    margin-left: 0px;
  }
  #columns ul li {
    display: block;
    vertical-align: top;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 1px;
    overflow: hidden;
  }
  #columns ul li .city-image {
    position: relative;
    transition: 0.3s;
    height: 150px;
  }
  #columns ul li .city-image.background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #columns ul li .city-image img {
    display: none;
  }
  #columns ul li .city-image .view-box {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    transition: ease-in-out 0.3s;
    padding: 0px 0;
    box-sizing: border-box;
    bottom: -2%;
  }
  #columns ul li .city-image .view-box .top {
    position: relative;
    padding-top: 15%;
    box-sizing: border-box;
    transition: ease-in-out 0.3s;
  }
  #columns ul li .city-image .view-box .top h3 {
    color: #FFF;
    font-size: 31px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  #columns ul li .city-image .view-box .top span.phone, #columns ul li .city-image .view-box .top span.title {
    transition: ease-in-out 0.3s;
    opacity: 0;
    color: #8DDDFF;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
    display: block;
  }
  #columns ul li .city-image .view-box .top h5 {
    transition: ease-in-out 0.3s;
    opacity: 0;
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
    margin-bottom: 3px;
  }
  #columns ul li .city-image .view-box .top a.team {
    transition: ease-in-out 0.3s;
    opacity: 0;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
  }
  #columns ul li .city-image .view-box .bottom {
    position: relative;
  }
  #columns ul li .city-image .view-box .bottom address {
    transition: ease-in-out 0.3s;
    opacity: 0;
    color: #8DDDFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    display: block;
    margin-bottom: 20px;
  }
  #columns ul li .city-image .view-box .bottom a.map {
    transition: ease-in-out 0.3s;
    opacity: 0;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
    position: relative;
  }
  #columns ul li:hover .city-image {
    height: 500px;
  }
  #columns ul li:hover .view-box {
    background: rgba(0, 90, 129, 0.9);
    bottom: 0px;
  }
  #columns ul li:hover .view-box .top {
    padding-top: 20%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  #columns ul li:hover .view-box .top span.phone, #columns ul li:hover .view-box .top span.title, #columns ul li:hover .view-box .top h5, #columns ul li:hover .view-box .top a.team {
    opacity: 1;
  }
  #columns ul li:hover .view-box .bottom address, #columns ul li:hover .view-box .bottom a.map {
    opacity: 1;
  }
}
@media screen and (max-width: 580px) {
  #hero.interior-banner.with .banner .page-title h1 {
    font-size: 32px;
  }
  #hero.error404 .banner .welcome-text {
    padding: 40px 30px;
    width: 100%;
  }
  #grid.team {
    width: 100%;
  }
  #grid.team .text-box h3 {
    font-size: 20px;
  }
  #grid.team ul {
    text-align: center;
    margin-left: -5%;
  }
  #grid.team ul li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 5%;
    margin-bottom: 50px;
  }
  #content article h2 {
    font-size: 28px;
  }
  #content article .heading h2 {
    font-size: 26px;
  }
  .section-overview h2 {
    font-size: 20.5px;
  }
  #slider .text-box h3 {
    font-size: 20px;
  }
  .tabs nav ul,
  .tabs nav ul li a {
    width: 100%;
    padding: 0;
    font-size: 18.5px;
  }
  .tabs nav ul li {
    display: inline-block;
    margin: 0;
  }
  .tabs nav ul li:last-child {
    border-right: none;
  }
  .tabs nav button span {
    float: none;
    margin: 0 auto;
    max-width: 100%;
  }
  .mediabox h3 {
    margin: 1.25em 0 1em;
    font-size: 17px;
  }
  .mediabox p {
    margin: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  #grid.portfolio ul li {
    width: 50%;
  }
  #grid.portfolio ul li .content-info .c-right {
    width: 100%;
    padding: 0 20px;
    display: block;
  }
  #grid.portfolio ul li .content-info .c-right ul li {
    padding-left: 0;
  }
  #grid.portfolio ul li .content-info .c-right ul li h4 {
    display: block;
    width: 100%;
  }
  #grid.portfolio ul li .content-info .c-right ul li span {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  #grid.portfolio ul li .content-info .c-left {
    width: 100%;
    display: block;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 520px) {
  #hero {
    background-size: 150%;
    background-position: top center;
  }
  #hero.hero-image {
    height: auto;
  }
  #hero .banner {
    position: relative;
    margin-top: 45%;
    transform: translate(0, 0);
    left: auto;
    top: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #hero .banner .wrap:before, #hero .banner .wrap:after {
    content: none;
  }
  #hero .banner .welcome-text {
    width: 100%;
    padding: 15px 0;
  }
  #hero .banner .welcome-text h1 {
    font-size: 18.5px;
    line-height: 24px;
  }
  #hero .sectors.tablet {
    display: none;
  }
  #hero .sectors.mobile {
    display: block;
    width: 100%;
    position: relative;
    bottom: auto;
  }
  #hero .sectors.mobile li {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #2A2A2A;
  }
  #hero .sectors.mobile li a {
    display: block;
    padding: 15px 0;
    box-sizing: border-box;
  }
  #hero .sectors.mobile li span {
    font-size: 10px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
  }
  #hero .sectors.mobile li h4 {
    color: #FFF;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
  }
  #hero .sectors.mobile li:nth-child(even) {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  #hero .sectors.mobile li:hover {
    background: rgb(255, 255, 255);
  }
  #hero .sectors.mobile li:hover span {
    color: #868686;
  }
  #hero .sectors.mobile li:hover h4 {
    color: #005A81;
  }
  .award-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  #contact {
    padding-top: 25px;
  }
  #contact .notch img {
    width: 10%;
  }
  #contact h5 {
    font-size: 17px;
    padding-left: 0px;
  }
  #grid.team {
    width: 100%;
  }
  #grid.team ul {
    margin-left: 0%;
    text-align: center;
  }
  #grid.team ul li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 0%;
    margin-bottom: 25px;
    position: relative;
  }
  #grid.team ul li a {
    position: relative;
  }
  #grid.team ul li a .team-image-wrap {
    width: 30%;
  }
  #grid.team ul li a .team-image-wrap img {
    width: 100%;
  }
  #grid.team ul li a .mobile-container {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    left: 30%;
    top: 50%;
    text-align: left;
    padding: 0 0 0 15px;
    box-sizing: border-box;
  }
  #grid.team ul li a .mobile-container h3 {
    font-size: 14px;
  }
  #grid.team ul li a .mobile-container span {
    font-size: 11px;
  }
  #grid.portfolio {
    width: 100%;
  }
  #grid.portfolio ul {
    margin-left: -5%;
  }
  #grid.portfolio ul li {
    width: 50%;
    padding-left: 5%;
  }
  #grid.portfolio ul li a .p-image img {
    max-height: 80px;
  }
  #grid.containers ul li {
    width: 100%;
  }
  #grid.containers ul li a {
    min-height: auto;
  }
  .bio-modal .bio-image img {
    top: 0;
  }
  .bio-modal .bio-contents-wrap {
    height: auto;
    width: 100%;
    position: relative;
    padding: 0;
  }
  .bio-modal .bio-contents-wrap .bio-head {
    padding: 50px 30px 0px 30px;
    box-sizing: border-box;
  }
  .bio-modal .bio-contents-wrap .bio-contents {
    padding: 0px 30px 30px 30px;
  }
  .mediabox img.small-image {
    width: 100%;
    margin: 0;
  }
  .mCustomScrollBox {
    padding: 0;
  }
  button.mfp-close {
    right: 16px;
  }
}
.page-intro {
  padding: 50px 0;
}
.page-intro .inner-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-intro .inner-wrap .award {
  flex: 0 1 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #C9C9C9;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  margin: 0 0 60px 0;
}
.page-intro .inner-wrap .award .award-img {
  flex: 0 1 280px;
}
.page-intro .inner-wrap .award p {
  flex: 0 1 calc(100% - 330px);
  padding: 20px 0 20px 50px;
  border-left: 1px solid #C9C9C9;
  margin: 0;
  font-size: 22px;
  color: #005A81;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page-intro .inner-wrap {
    display: block;
  }
  .page-intro .inner-wrap .award .award-img {
    flex: 0 1 calc(50% - 30px);
  }
  .page-intro .inner-wrap .award p {
    flex: 0 1 calc(50% - 30px);
    padding: 20px 0 20px 30px;
  }
}
@media screen and (max-width: 600px) {
  .page-intro .inner-wrap .award {
    justify-content: center;
    align-items: flex-start;
  }
  .page-intro .inner-wrap .award .award-img {
    flex: 0 1 280px;
  }
  .page-intro .inner-wrap .award p {
    flex: 0 1 100%;
    padding: 30px 20px 20px 20px;
    margin: 30px 0 0 0;
    text-align: center;
    border-left: none;
    border-top: 1px solid #C9C9C9;
  }
}
.page-intro .inner-wrap .column-one {
  width: calc(35% - 15px);
}
@media screen and (max-width: 768px) {
  .page-intro .inner-wrap .column-one {
    width: 100%;
  }
}
.page-intro .inner-wrap .column-one h4 {
  color: #005A81;
}
.page-intro .inner-wrap .column-two {
  width: calc(65% - 30px);
}
@media screen and (max-width: 768px) {
  .page-intro .inner-wrap .column-two {
    width: 100%;
  }
}

.link-boxes {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .link-boxes {
    flex-direction: column;
  }
}
.link-boxes .box {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 310px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .link-boxes .box {
    flex-basis: calc(50% - 15px);
  }
}
.link-boxes .box .hover-content {
  position: absolute;
  bottom: 0;
  padding: 25px 60px 35px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  transform: translateY(220px);
  transition: all 0.25s ease-in-out;
}
.link-boxes .box h3 {
  text-transform: uppercase;
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  line-height: 36px;
  margin-bottom: 20px;
}
.link-boxes .box p {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}
.link-boxes .box .link {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}
.link-boxes .box .link svg {
  fill: #fff;
  position: relative;
  top: -3px;
}
.link-boxes .box:hover .hover-content {
  transform: translateY(0);
  padding: 60px;
}
.link-boxes .box:hover .hover-content p,
.link-boxes .box:hover .hover-content .link {
  opacity: 1;
  visibility: visible;
}

.esg > div:last-child .wrap {
  padding: 53px 20px 0;
}
.esg > div:last-child .wrap:after {
  content: none;
}
.esg h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.esg .intro {
  font-size: 20px;
  color: #005A81;
  line-height: 30px;
}
.esg .inner-wrap {
  max-width: 810px;
  margin: 0 auto;
}
.esg .wrap {
  padding: 53px 20px;
  position: relative;
}
.esg .wrap:after {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 0;
  border-bottom: 1px solid #C9C9C9;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.esg .content-box p,
.esg .content-box img {
  margin-bottom: 20px;
}

.esg-testimonials h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.esg-testimonials .esg-testimonail-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .esg-testimonials .esg-testimonail-list {
    flex-direction: column;
  }
}
.esg-testimonials .esg-testimonail-list .testimonial {
  width: calc(25% - 19px);
  margin-bottom: 30px;
  border: 1px solid #C9C9C9;
  border-bottom: 2px solid #005A81;
  padding: 30px 40px 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 170px;
}
.esg-testimonials .esg-testimonail-list .testimonial:hover .view-box {
  bottom: 0;
}
.esg-testimonials .esg-testimonail-list .testimonial .view-box {
  position: absolute;
  display: block;
  width: 100%;
  background: rgba(0, 90, 129, 0.9);
  transition: ease-in-out 0.3s;
  padding: 15px;
  box-sizing: border-box;
  bottom: -60px;
  left: 0;
}
.esg-testimonials .esg-testimonail-list .testimonial .view-box span {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.esg-testimonials .esg-testimonail-list .testimonial .view-box span svg {
  position: relative;
  fill: #FFF;
  top: 3px;
  right: 0px;
  transition: right ease-in-out 0.2s;
  height: 15px;
  width: 15px;
}
.esg-testimonials .esg-testimonail-list .testimonial .view-box:hover svg {
  right: -7px;
}
.esg-testimonials .esg-testimonail-list .testimonial a {
  display: block;
  line-height: 1;
}
.esg-testimonials .esg-testimonail-list .testimonial img {
  display: block;
}
@media screen and (max-width: 768px) {
  .esg-testimonials .esg-testimonail-list .testimonial {
    width: calc(50% - 19px);
  }
}
@media screen and (max-width: 480px) {
  .esg-testimonials .esg-testimonail-list .testimonial {
    width: 100%;
  }
}

.testimonial-wrap .inner-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.testimonial-wrap .mfp-close {
  position: absolute;
  top: -7px;
  right: 13px;
}
.testimonial-wrap .mfp-content {
  background-color: #fff;
  padding: 35px 40px;
  max-width: 860px;
}
.testimonial-wrap .mfp-content:before {
  content: "";
  border-bottom: 95px solid transparent;
  border-top: 0 solid transparent;
  border-left: 40px solid #005A81;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial-wrap .mfp-content h3 {
  text-transform: uppercase;
  margin-bottom: 19px;
}
.testimonial-wrap .mfp-content article {
  height: 590px;
  overflow: scroll;
  width: 70.2842377261%;
}
.testimonial-wrap .mfp-content article .content-wrap {
  padding: 0 40px 0 0;
}
.testimonial-wrap .mfp-content article .content-wrap * + * {
  margin-top: 30px;
}
.testimonial-wrap .mfp-content aside.logo {
  width: 25%;
}
.testimonial-wrap .mfp-content aside.logo img {
  margin-top: 50px;
}

.loading-more-no-mix {
  text-align: center;
  margin-top: 40px;
}
/*# sourceMappingURL=style.css.map */