@charset "UTF-8";
/***************
 * Legacy Bones
 ***************/
/*********************
COLOR FUNCTIONS
Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************
 * Lengths & Units
 ******************/
/***************
 * Static Files
 ***************/
/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
*********************/
/*********************
BOX SIZING
*********************/
/***************************
 * Bones Normalize/Baseline
 ***************************/
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 08/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 10px;
}

/**
 * Remove default margin.
 */
html body {
  margin: 0;
  font-size: 10px;
}

html body {
  margin: 0;
  font-size: 1.6rem;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
 * Removed all hyphens per client request (DAC: 08/20/21)
*/
p {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

@media (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}

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

.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/*********
FONT FACE
**********/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/** Montserrat Regular **/
@font-face {
  font-family: "Montserrat Regular";
  font-style: normal;
  font-weight: 500 !important;
  src: url("../static/fonts/Montserrat-Regular.woff2") format("woff2"), url("../static/fonts/Montserrat-Regular.woff") format("woff");
  font-display: swap;
}

/** Montserrat Medium **/
@font-face {
  font-family: "Montserrat Medium";
  font-style: normal;
  font-weight: 500 !important;
  src: url("../static/fonts/Montserrat-Medium.woff2") format("woff2"), url("../static/fonts/Montserrat-Medium.woff") format("woff");
  font-display: swap;
}

/** Montserrat SemiBold **/
@font-face {
  font-family: "Montserrat Semi Bold";
  font-weight: 600;
  font-style: normal;
  src: url("../static/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../static/fonts/Montserrat-SemiBold.woff") format("woff");
  font-display: swap;
}

/** Montserrat Bold **/
@font-face {
  font-family: "Montserrat Bold";
  font-weight: 700;
  font-style: normal;
  src: url("../static/fonts/Montserrat-Bold.woff2") format("woff2"), url("../static/fonts/Montserrat-Bold.woff") format("woff");
  font-display: swap;
}

/** Montserrat Extra Bold **/
@font-face {
  font-family: "Montserrat Extra Bold";
  font-style: 700;
  src: url("../static/fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../static/fonts/Montserrat-ExtraBold.woff") format("woff");
  font-display: swap;
}

/** Montserrat Light **/
@font-face {
  font-family: "Montserrat Light";
  font-style: 300;
  src: url("../static/fonts/Montserrat-Light.woff2") format("woff2"), url("../static/fonts/Montserrat-Light.woff") format("woff");
  font-display: swap;
}

/** Montserrat Thin **/
@font-face {
  font-family: "Montserrat Thin";
  font-style: 300;
  src: url("../static/fonts/Montserrat-Thin.woff2") format("woff2"), url("../static/fonts/Montserrat-Thin.woff") format("woff");
  font-display: swap;
}

.text-medium {
  font-family: "Montserrat Medium";
  font-style: normal;
  font-weight: 500 !important;
}

.text-semi-bold {
  font-family: "Montserrat Semi Bold";
  font-style: normal;
  font-weight: 600 !important;
}

.text-bold {
  font-family: "Montserrat Bold";
  font-style: normal;
  font-weight: 700 !important;
}

/* Global Styles */
.wp-block-uagb-column .uagb-column__inner-wrap,
.wp-block-uagb-columns .uagb-columns__inner-wrap {
  max-width: 1140px;
}

.container-lg {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 20px;
  padding-right: 20px;
}

.blue {
  color: #003C71 !important;
}

.black {
  color: #000000;
}

.in-page-link a {
  color: #003C71;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .full-width-on-mobile .wp-block-uagb-columns .uagb-columns__inner-wrap {
    max-width: 100%;
  }
}

.hide {
  display: none;
}

sup {
  font-size: 60%;
  display: inline-block;
}

.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}

/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}

/*****************
 * Bones Modules
 ******************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
BUTTON DEFAULTS
*********************/
.blue-btn {
  display: inline-block;
  position: relative;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  transition: background-color 0.14s ease-in-out;
}

.blue-btn:hover, .blue-btn:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.blue-btn:active {
  top: 1px;
}

.blue-btn {
  background-color: #003C71;
}

.blue-btn:hover, .blue-btn:focus {
  background-color: #00315d;
}

.blue-btn:active {
  background-color: #002e58;
}

.button-outline-orange, .button-solid-green, .button-solid-orange {
  padding: 0.5rem 1rem;
  border: 1px solid #FF6720;
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1rem;
  cursor: pointer;
  text-decoration: none;
  background-color: #FF6720;
  color: #fff;
  border-radius: 0 !important;
  text-align: center !important;
  transition: background-color 15ms ease-in-out;
}

.button-outline-orange:hover, .button-solid-green:hover, .button-solid-orange:hover, .button-outline-orange :focus, .button-solid-green :focus, .button-solid-orange :focus {
  outline: none;
  text-decoration: none;
}

.button-outline-orange {
  background-color: transparent !important;
  border: 1px solid #FF6720 !important;
  color: #FF6720 !important;
  transition: background-color 15ms ease-in-out;
}

.button-outline-orange:hover, .button-outline-orange :focus {
  background-color: #fff !important;
  text-decoration: none !important;
}

.button-solid-green {
  background-color: #7dd667 !important;
}

.button-solid-orange:hover, .button-solid-orange :focus {
  background-color: #003C71 !important;
}

.cta-xs {
  font-size: 1.5rem;
  padding: 0.8rem 1.5rem;
  color: #ffffff !important;
  background-color: #FF6720 !important;
  text-decoration: none;
  border: 1px solid #FF6720 !important;
  white-space: nowrap;
  width: auto !important;
  border-radius: 0 !important;
  cursor: pointer;
  display: inline-flex;
  text-transform: capitalize;
  transition: all 250ms;
  letter-spacing: 0.028rem;
}

.cta-xs:hover {
  text-decoration: none;
  background-color: #ffffff !important;
  color: #FF6720 !important;
}

.cta-sm {
  font-size: 1.4rem;
  padding: 1rem 1.4rem;
  color: #ffffff !important;
  background-color: #FF6720 !important;
  text-decoration: none;
  border: 1px solid #FF6720 !important;
  white-space: nowrap;
  width: auto !important;
  border-radius: 0 !important;
  cursor: pointer;
  display: inline-flex;
  text-transform: capitalize;
  transition: all 250ms;
  letter-spacing: 0.028rem;
}

.cta-sm:hover {
  text-decoration: none;
  background-color: #ffffff !important;
  color: #FF6720 !important;
}

@media (max-width: 767px) {
  .cta-sm {
    font-size: 1.2rem;
    padding: 0.7rem 1rem;
    color: #ffffff !important;
    background-color: #FF6720 !important;
    text-decoration: none;
    border: 1px solid #FF6720 !important;
    white-space: nowrap;
    width: auto !important;
    border-radius: 0 !important;
    cursor: pointer;
    display: inline-flex;
    text-transform: capitalize;
    transition: all 250ms;
  }
  .cta-sm:hover {
    text-decoration: none;
    background-color: #ffffff !important;
    color: #FF6720 !important;
  }
}

.cta-lg {
  font-size: 1.6rem;
  padding: 2rem 3.6rem;
  color: #ffffff !important;
  background-color: #FF6720 !important;
  text-decoration: none;
  border: 1px solid #FF6720 !important;
  white-space: nowrap;
  width: auto !important;
  border-radius: 0 !important;
  cursor: pointer;
  display: inline-flex;
  text-transform: capitalize;
  transition: all 250ms;
  letter-spacing: 0.032rem;
}

.cta-lg:hover {
  text-decoration: none;
  background-color: #ffffff !important;
  color: #FF6720 !important;
}

@media (max-width: 767px) {
  .cta-lg {
    font-size: 1.4rem;
    padding: 1rem 2rem;
    color: #ffffff !important;
    background-color: #FF6720 !important;
    text-decoration: none;
    border: 1px solid #FF6720 !important;
    white-space: nowrap;
    width: auto !important;
    border-radius: 0 !important;
    cursor: pointer;
    display: inline-flex;
    text-transform: capitalize;
    transition: all 250ms;
  }
  .cta-lg:hover {
    text-decoration: none;
    background-color: #ffffff !important;
    color: #FF6720 !important;
  }
}

.cta-align-left {
  justify-content: flex-start;
}

.cta-align-center {
  justify-content: center;
}

.cta-align-right {
  justify-content: flex-end;
}

.cta-fullwidth {
  width: 100% !important;
}

/*****************
 * Forms & Inputs
 *****************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #5c6b80;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Montserrat Regular";
  background-color: #eee;
  transition: background-color 0.24s ease-in-out;
}

input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #f8f8f8;
  outline: none;
}

input[type="text"].error, input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}

input[type="text"].success, input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}

input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #ccc;
  opacity: 0.6;
}

input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

input[type="password"] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

/**
 * Blocks
 **/
/**********************
 * Content & Templates
 **********************/
/***********************
 * Content Integrations
 ***********************/
#onetrust-consent-sdk #onetrust-banner-sdk,
#onetrust-consent-sdk #onetrust-pc-sdk,
#onetrust-consent-sdk #ot-sdk-cookie-policy,
#onetrust-consent-sdk #ot-sync-ntf {
  font-size: 1.6rem;
}

.cookie-banner-controls {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 2147483640;
}

.cookie-banner-controls .cookie-banner-control {
  position: absolute;
  top: 0;
  left: 0;
  height: 5.5rem;
  width: 5.5rem;
  background-color: transparent;
  transition: all 0.1s ease-in-out;
  position: relative;
  z-index: 2147483641;
}

.cookie-banner-controls .cookie-banner-control .cls-1 {
  isolation: isolate;
}

.cookie-banner-controls .cookie-banner-control .cls-2 {
  opacity: 0.6;
}

.cookie-banner-controls .cookie-banner-control .cls-3 {
  opacity: 0.9;
  mix-blend-mode: multiply;
}

.cookie-banner-controls .cookie-banner-control .cls-4 {
  fill: #fff;
}

.cookie-banner-controls .cookie-banner-control .cls-5 {
  fill: #3e6b9d;
}

.cookie-banner-controls #ot-sdk-btn.ot-sdk-show-settings {
  position: absolute;
  top: 0;
  left: 0;
  height: 5.5rem;
  width: 5.5rem;
  border: none 0;
  margin: 0;
  padding: 0;
  background: transparent;
  font: 0/0 a;
  padding-bottom: 100%;
  z-index: 2147483642;
}

.cookie-banner-controls #ot-sdk-btn.ot-sdk-show-settings:focus, .cookie-banner-controls #ot-sdk-btn.ot-sdk-show-settings:hover {
  background: transparent;
}

.cookie-banner-controls #ot-sdk-btn.ot-sdk-show-settings:focus + .cookie-banner-control .cls-4, .cookie-banner-controls #ot-sdk-btn.ot-sdk-show-settings:hover + .cookie-banner-control .cls-4 {
  fill: #3e6b9d;
}

.cookie-banner-controls #ot-sdk-btn.ot-sdk-show-settings:focus + .cookie-banner-control .cls-5, .cookie-banner-controls #ot-sdk-btn.ot-sdk-show-settings:hover + .cookie-banner-control .cls-5 {
  fill: #fff;
}

.hbspt-form {
  width: calc(100% - 3.5rem);
  max-width: 100%;
}

@media (max-width: 767px) {
  .hbspt-form {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.hbspt-form form {
  margin: 0;
  padding: 0;
  width: 100%;
}

.hbspt-form form fieldset {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 100%;
}

@media (max-width: 575px) {
  .hbspt-form form fieldset {
    flex-direction: column;
  }
}

.hbspt-form form fieldset .hs-dependent-field {
  max-width: 100%;
  width: 100% !important;
}

.hbspt-form form fieldset .hs-dependent-field .hs_country_name,
.hbspt-form form fieldset .hs-dependent-field .hs_usa_state,
.hbspt-form form fieldset .hs-dependent-field .hs_city,
.hbspt-form form fieldset .hs-dependent-field .hs_state_or_region,
.hbspt-form form fieldset .hs-dependent-field .hs_can_province_territory,
.hbspt-form form fieldset .hs-dependent-field .hs_br_state,
.hbspt-form form fieldset .hs-dependent-field .hs_mx_state,
.hbspt-form form fieldset .hs-dependent-field .hs_co_state,
.hbspt-form form fieldset .hs-dependent-field .hs_pe_region,
.hbspt-form form fieldset .hs-dependent-field .hs_ec_province,
.hbspt-form form fieldset .hs-dependent-field .hs_cl_state {
  flex-grow: 2;
  flex-basis: 100%;
  max-width: 100% !important;
  width: 100% !important;
}

.hbspt-form form fieldset .hs-dependent-field .hs_country_name .hs-input,
.hbspt-form form fieldset .hs-dependent-field .hs_usa_state .hs-input,
.hbspt-form form fieldset .hs-dependent-field .hs_city .hs-input,
.hbspt-form form fieldset .hs-dependent-field .hs_state_or_region .hs-input,
.hbspt-form form fieldset .hs-dependent-field .hs_can_province_territory .hs-input,
.hbspt-form form fieldset .hs-dependent-field .hs_br_state .hs-input,
.hbspt-form form fieldset .hs-dependent-field .hs_mx_state .hs-input,
.hbspt-form form fieldset .hs-dependent-field .hs_co_state .hs-input,
.hbspt-form form fieldset .hs-dependent-field .hs_pe_region .hs-input,
.hbspt-form form fieldset .hs-dependent-field .hs_ec_province .hs-input,
.hbspt-form form fieldset .hs-dependent-field .hs_cl_state .hs-input {
  max-width: 100%;
}

.hbspt-form form fieldset .hs-form-field {
  flex-basis: calc(50% - 1.5rem);
  position: relative;
  width: auto !important;
  padding: 0 !important;
  margin-bottom: 3rem;
  display: flex;
  height: auto;
  flex-direction: column;
  flex-shrink: 2;
  flex-grow: 0;
}

@media (max-width: 575px) {
  .hbspt-form form fieldset .hs-form-field {
    flex-basis: 100%;
    width: 100% !important;
    max-width: 100%;
  }
}

.hbspt-form form fieldset .hs-form-field label:not(.hs-error-msg) {
  font-size: 1.1rem;
  font-family: 'Montserrat Regular';
  color: #616161;
  position: absolute;
  top: 0.8rem;
  left: 1.2rem;
  z-index: 10;
  line-height: 1.1rem;
  font-weight: 500;
}

.hbspt-form form fieldset .hs-form-field label:not(.hs-error-msg) .hs-form-required {
  color: #FF0000;
  line-height: unset !important;
  margin-left: 0.2rem;
}

.hbspt-form form fieldset .hs-form-field .input {
  padding-right: 0 !important;
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}

.hbspt-form form fieldset .hs-form-field .input .hs-input {
  padding: 2.4rem 1.2rem 1.2rem;
  background-color: #F8F8F8;
  color: #9c9c9c;
  border-bottom: 0.2rem solid #ccc;
  border-radius: 0 !important;
  height: auto;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-family: 'Montserrat Semi Bold';
  background-image: none !important;
  width: 100% !important;
}

@media (max-width: 575px) {
  .hbspt-form form fieldset .hs-form-field .input .hs-input {
    max-width: 100%;
  }
}

.hbspt-form form fieldset .hs-form-field .input .hs-input:focus {
  border-color: #003C71;
  color: #003C71;
}

.hbspt-form form fieldset .hs-form-field .hs-error-msgs {
  background-color: #fff;
  margin: 0 !important;
}

.hbspt-form form fieldset .hs-form-field .hs-error-msgs li {
  color: #FF0000;
  font-size: 1.1rem;
  line-height: 1.1rem;
  padding: 0.8rem 0 0;
}

.hbspt-form form fieldset .legal-consent-container p {
  font-size: 1.4rem;
  color: #000000;
}

.hbspt-form form fieldset .legal-consent-container p a {
  color: #003C71;
  text-decoration: underline;
}

.hbspt-form form fieldset .hs_additional_comments_or_questions_ {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100%;
}

.hbspt-form form .hs-submit .actions .hs-button {
  font-size: 1.6rem;
  padding: 2rem 9.6rem;
  color: #ffffff !important;
  background-color: #FF6720 !important;
  text-decoration: none;
  border: 1px solid #FF6720 !important;
  white-space: nowrap;
  width: auto !important;
  border-radius: 0 !important;
  cursor: pointer;
  display: inline-flex;
  text-transform: capitalize;
  transition: all 250ms;
  font-family: 'Montserrat Semi Bold';
  text-transform: uppercase;
}

.hbspt-form form .hs-submit .actions .hs-button:hover {
  text-decoration: none;
  background-color: #ffffff !important;
  color: #FF6720 !important;
}

/*****************
 * Magnific Popup
 ******************/
.mfp-bg,
.mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
  height: 100%;
  width: 100%;
}

.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
  content: "";
}

.mfp-bg {
  z-index: 99999;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.75;
}

.mfp-wrap {
  z-index: 99999;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

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

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

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

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

.mfp-close,
.mfp-preloader {
  text-align: center;
  position: absolute;
}

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

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

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

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

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

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

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

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

.mfp-preloader {
  color: #ccc;
  top: 50%;
  width: auto;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

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

.mfp-close,
.mfp-preloader a:hover {
  color: #fff;
}

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

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

.mfp-figure:after,
.mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  right: 0;
  top: 0;
  text-decoration: none;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

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

.mfp-close:active {
  top: 1px;
}

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

.mfp-iframe-holder .mfp-close,
.mfp-image-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-figure,
img.mfp-img {
  line-height: 0;
}

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

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

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

.mfp-arrow:after,
.mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: 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-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%;
}

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

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

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  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-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close,
button.mfp-arrow,
button.mfp-close,
.mfp-close-btn-in .mfp-close {
  background: #65a1df;
  width: 30px;
  height: 30px;
  padding: 5px;
  line-height: 20px;
  text-align: center;
  right: 0;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content,
.mfp-content {
  width: 750px;
  background: #fff;
  max-width: 100%;
  padding: 40px 40px 20px;
}

@media all and (max-width: 767px) {
  .mfp-ajax-holder .mfp-content,
  .mfp-inline-holder .mfp-content,
  .mfp-content {
    padding: 20px 20px 0;
  }
}

body.admin-bar .mfp-container {
  padding-top: 4.6rem;
}

@media (min-width: 783px) {
  body.admin-bar .mfp-container {
    padding-top: 3.2rem;
  }
}

/***************
 * Tribe Events
 ***************/
.post-type-archive-tribe_events .heroWrap,
.single-tribe_events .heroWrap {
  background-image: url("../static/images/events-hero.png");
}

#tribe-events-content li:before,
#tribe-events-content-wrapper li:before {
  display: none;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background: #65a1e0;
  transition: all 0.2s;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
  opacity: 0.75;
}

#tribe-events-content a,
.tribe-events-adv-list-widget .tribe-events-widget-link a,
.tribe-events-back a,
.tribe-events-event-meta a,
.tribe-events-list-widget .tribe-events-widget-link a,
ul.tribe-events-sub-nav a {
  color: #003d74;
  opacity: 1;
}

.tribe-events-othermonth .tribe-events-month-event-title,
.tribe-events-othermonth div[id*="tribe-events-daynum-"] {
  opacity: 1;
}

.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,
.tribe-events-back a:hover,
.tribe-events-list-widget .tribe-events-widget-link a:hover,
ul.tribe-events-sub-nav a:hover {
  color: #363636;
}

.tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
.tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a {
  color: #acacac;
}

.post-type-archive-tribe_events .hentry {
  background: transparent;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover {
  background: #65a1e0;
}

#tribe_events_filters_wrapper input[type="submit"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
  background: #003d74;
}

#tribe-events-content .tribe-events-tooltip {
  padding-bottom: 30px;
}

#tribe-events-content .tribe-events-tooltip h4 {
  color: #003d74;
}

/***************
 * Slick Slider
 ***************/
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: hand;
}

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

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-slider {
  padding: 60px 100px;
  position: relative;
}

.slick-arrow {
  width: 67px;
  height: 105px;
  font-size: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  background-size: cover;
  background: #65a1df center center;
  position: absolute;
  top: calc(50% - 52.5px);
}

.slick-arrow.slick-prev {
  background-image: url("../static/images//slide-prev.png");
  left: 0;
}

.slick-arrow.slick-next {
  background-image: url("../static/images//slide-next.png");
  right: 0;
}

@media all and (max-width: 767px) {
  .slick-slider {
    padding: 60px 50px;
  }
  .slick-arrow {
    height: 52px;
    width: 33px;
  }
}

/***********************
 * Core Layout Registry
 ***********************/
html {
  font-size: 10px;
}

body {
  font-family: "Montserrat Regular";
  font-size: 1.6rem;
  line-height: 1.35em;
  color: #000000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

body.mobile-nav-active, body.search-open {
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
}

.wrap {
  width: 96%;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .wrap {
    width: 1140px;
    max-width: 100%;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/***********
 * Headings
 ***********/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  margin: 0 0 20px;
}

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

h1,
.h1 {
  font-size: 4.6rem;
  line-height: 4.2rem;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 2.8rem;
  line-height: 2.6rem;
  font-family: 'Montserrat Light';
  color: #003C71;
  font-weight: 600;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}

h3,
.h3 {
  font-size: 1.8rem;
  line-height: 1.8em;
  font-weight: 500;
  color: #003C71;
}

h4,
.h4 {
  font-size: 1.2rem;
  font-weight: 700;
}

h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/************
 * Base Tags
 ************/
p {
  margin: 0 0 20px;
  line-height: 1.75em;
}

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

.nav-link,
a,
a:visited {
  color: #003C71;
  text-decoration: none;
  line-height: 1.5;
}

.nav-link:hover, .nav-link:focus,
a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
  color: #363636;
}

.nav-link:link,
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

a.btn,
#malinky-ajax-pagination-button {
  border: 1px solid #FF6720;
  display: inline-block;
  margin: 0 0 20px;
  padding: 1rem 2em;
  font-size: 0.95em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s;
  background: #FF6720;
  border-radius: 0 !important;
  height: auto !important;
}

a.btn:hover,
a.btn:active,
#malinky-ajax-pagination-button:hover,
#malinky-ajax-pagination-button:active {
  color: #FF6720;
  background-color: #fff;
}

.content-section {
  padding: 80px 0 60px;
  overflow: hidden;
}

.gray-box {
  background: #f4f4f4;
  border: 1px solid #acacac;
  border-top: 5px solid #003d74;
  padding: 30px;
  margin: 0 0 20px;
  position: relative;
}

.gray-box ul {
  font-size: 0.94em;
}

.gray-box ul li {
  margin: 0 0 10px;
}

.darkBg {
  background-color: #192728;
  color: #fff;
}

.darkBg h2,
.darkBg .h2,
.darkBg a.btn {
  color: #fff;
}

/**************
 * Site Header
 **************/
header.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

@media (min-width: 768px) {
  header.header {
    background-color: #fff;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
  }
}

.sticky-header header.header {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .sticky-header header.header {
    top: -30px;
  }
}

/***** Animated Hamburger *****/
/* Icon 1 */
.nav-icon1,
.nav-icon2,
.nav-icon3 {
  width: 38px;
  height: 20px;
  margin: 0 auto;
  cursor: pointer;
}

.nav-icon1 span,
.nav-icon2 span,
.nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  will-change: transform;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.nav-icon1 span:nth-child(1),
.nav-icon2 span:nth-child(1),
.nav-icon3 span:nth-child(1) {
  top: 0px;
}

.nav-icon1 span:nth-child(2),
.nav-icon2 span:nth-child(2),
.nav-icon3 span:nth-child(2) {
  top: 8px;
}

.nav-icon1 span:nth-child(3) {
  top: 16px;
}

.nav-icon2 span:nth-child(3) {
  top: 8px;
}

.nav-icon3 span:nth-child(3) {
  top: 8px;
}

.nav-icon2 span:nth-child(4),
.nav-icon3 span:nth-child(4) {
  top: 16px;
}

.nav-icon1.open span:nth-child(1) {
  top: 8px;
  will-change: transform;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.nav-icon1.open span:nth-child(3) {
  top: 8px;
  will-change: transform;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nav-icon2.open span:nth-child(1),
.nav-icon3.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.nav-icon2.open span:nth-child(2),
.nav-icon3.open span:nth-child(2) {
  will-change: transform;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon2.open span:nth-child(3),
.nav-icon3.open span:nth-child(3) {
  will-change: transform;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon2.open span:nth-child(4),
.nav-icon3.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#wpadminbar li#wp-admin-bar-comments,
#wpadminbar li#wp-admin-bar-new_draft,
#wpadminbar li#wp-admin-bar-new-content {
  display: none;
}

.admin-bar header.mobile-header {
  margin-top: 4.6rem;
  display: none;
}

.admin-bar header.mobile-header .mobileNav {
  top: 12.4rem;
}

@media (min-width: 783px) {
  .admin-bar header.mobile-header {
    margin-top: 3.2rem;
  }
  .admin-bar header.mobile-header .mobileNav {
    top: 11rem;
  }
}

.admin-bar header.mobile-header.fixed {
  margin-top: 0;
}

.admin-bar header.mobile-header.fixed .mobileNav {
  top: 7.8rem;
}

@media all and (min-width: 601px) {
  .admin-bar header.mobile-header.fixed {
    margin-top: 4.6rem;
  }
}

@media all and (min-width: 783px) {
  .admin-bar header.mobile-header.fixed {
    margin-top: 3.2rem;
  }
}

@media all and (min-width: 992px) {
  .admin-bar header.desktop-header.fixed {
    margin-top: 3.2rem;
  }
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: #f1f1f1;
  width: 100vw;
  height: 100vh;
  padding-top: 65px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .mobile-nav {
    padding-top: 140px;
  }
  .sticky-header .mobile-nav {
    padding-top: 68px;
  }
}

.mobile-nav-active .mobile-nav {
  z-index: 7999;
  opacity: 1;
}

.mobile-nav .mobile-navigation-wrapper {
  border-top: 1px solid #c7c7c7;
  padding: 0 0 20px 0;
}

@media (min-width: 768px) {
  .mobile-nav .mobile-navigation-wrapper {
    border: none;
  }
}

.mobile-nav .mobile-navigation-wrapper .mobile-navigation {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobileMainNav {
  padding: 0;
}

.mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobileMainNav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobileMainNav > ul > li {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 50%;
  -ms-flexbox: 0 0 50%;
  flex: 0 0 50%;
  margin: 0;
}

.mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobileMainNav > ul > li > a {
  position: relative;
  display: inline-block;
  font-family: "Montserrat Semi Bold";
  text-transform: uppercase;
  padding: 10px 20px 10px 30px;
  font-size: 1.4rem;
}

.mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobileMainNav > ul > li.mobile-dropdown {
  margin: 0;
}

.mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobileMainNav > ul > li.mobile-dropdown a:after {
  border-top: 2px solid #FF6720;
  border-right: 2px solid #FF6720;
  border-bottom: 0;
  border-left: 0;
  will-change: transform;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 0.6rem;
  transition: 0.25s ease-in-out;
  top: 17px;
  position: absolute;
}

.mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobileMainNav > ul > li.mobile-dropdown .mobile-dropdown-menu {
  position: absolute;
  top: 0;
  left: 0;
  background: #f1f1f1;
  margin-top: 85px;
  opacity: 0;
  z-index: -1;
  width: 100%;
  transition: 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobileMainNav > ul > li.mobile-dropdown .mobile-dropdown-menu {
    border: none;
  }
}

@media (min-width: 768px) {
  .mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobileMainNav > ul > li.mobile-dropdown .mobile-dropdown-menu {
    margin-top: 130px;
  }
  .sticky-header .mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobileMainNav > ul > li.mobile-dropdown .mobile-dropdown-menu {
    margin-top: 90px;
  }
}

@media (min-width: 992px) {
  .sticky-header .mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobileMainNav > ul > li.mobile-dropdown .mobile-dropdown-menu {
    margin-top: 110px;
  }
}

.mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobileMainNav > ul > li.mobile-dropdown .mobile-dropdown-menu.active {
  z-index: 8000;
  opacity: 1;
}

.mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobileMainNav > ul > li.mobile-dropdown .mobile-dropdown-menu .dropdown-menu-inner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  max-height: calc(100vh - 95px);
  overflow-y: scroll;
}

.mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobileMainNav > ul > li.mobile-dropdown .mobile-dropdown-menu .dropdown-menu-inner .dropdown-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 2rem;
}

.mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobileMainNav > ul > li.mobile-dropdown .mobile-dropdown-menu .dropdown-menu-inner .dropdown-content .title {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 100%;
  -ms-flexbox: 0 0 100%;
  flex: 0 0 100%;
  text-transform: uppercase;
  font-weight: 700;
  color: #003C71;
  font-family: "Montserrat Semi Bold";
  margin-bottom: 2rem;
}

.mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobileMainNav > ul > li.mobile-dropdown .mobile-dropdown-menu .dropdown-menu-inner .dropdown-content a {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 100%;
  -ms-flexbox: 0 0 100%;
  flex: 0 0 100%;
  white-space: normal;
  color: #003C71;
  font-family: "Montserrat Semi Bold";
  padding-left: 0;
  font-size: 1.2rem;
}

@media (min-width: 480px) {
  .mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobileMainNav > ul > li.mobile-dropdown .mobile-dropdown-menu .dropdown-menu-inner .dropdown-content a {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 calc(50% - 2rem);
    -ms-flexbox: 0 0 calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
    max-width: 50%;
    margin-right: 2rem;
  }
}

.mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobileMainNav > ul > li.mobile-dropdown .mobile-dropdown-menu .dropdown-menu-inner .dropdown-content a:hover {
  background-color: inherit !important;
  text-decoration: underline;
}

.mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobileMainNav > ul > li.mobile-dropdown .mobile-dropdown-menu .dropdown-menu-inner .all {
  padding: 1rem 2rem 0.8rem;
  border: 0.1rem solid #FF6720;
  color: #FF6720;
  display: flex;
  -ms-grid-row-align: center;
      align-self: center;
  justify-content: center;
  margin-bottom: 30px;
  max-width: 25rem;
  margin: 0 auto 3rem;
}

.mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobileMainNav > ul > li.mobile-dropdown .mobile-dropdown-menu .dropdown-menu-inner .all:hover {
  text-decoration: none;
  background-color: #fff;
}

.mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobileMainNav > ul > li.mobile-dropdown .mobile-dropdown-menu .dropdown-menu-inner .dropdown-more-content {
  padding-top: 20px;
  border-top: 1px solid #c7c7c7;
}

.mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobileMainNav > ul > li.mobile-dropdown .mobile-dropdown-menu .dropdown-menu-inner .dropdown-more-content .card {
  max-width: 348px;
  margin: 0 auto;
  background-color: transparent;
  border: none;
}

.mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobileMainNav > ul > li.mobile-dropdown .mobile-dropdown-menu .dropdown-menu-inner .dropdown-more-content .card .card-title {
  font-family: "Montserrat Semi Bold";
}

.mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobile-utility-nav > li {
  padding: 0;
  border-top: 1px solid #C7C7C7;
}

.mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobile-utility-nav > li:last-child {
  border-bottom: 1px solid #C7C7C7;
}

.mobile-nav .mobile-navigation-wrapper .mobile-navigation .mobile-utility-nav > li a {
  padding: 20px 30px;
}

.mobile-nav .language-selector .selector-wrap {
  display: flex;
  justify-content: flex-start;
}

.mobile-nav .language-selector .selector-wrap .selector {
  padding: 15px 30px;
}

.mobile-nav .language-selector .selector-wrap .selector .name {
  font-size: 1.6rem;
}

.mobile-nav .language-selector .selector-wrap .selector .name:before {
  display: none;
}

.mobile-nav .language-selector .regions {
  position: relative;
  height: 0;
  width: 100%;
  display: block;
  background: #eee;
  margin: 0;
  max-height: 0;
  padding: 0 20px;
  overflow: hidden;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.mobile-nav .language-selector .regions:before {
  display: none;
}

.mobile-nav .language-selector .regions .languages {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  margin: 0;
}

.mobile-nav .language-selector .regions .languages li.regional-language a {
  display: block;
  padding: 10px 0;
}

.mobile-nav .language-selector .regions .region {
  margin: 0;
}

.mobile-nav .language-selector .regions .region.region {
  margin: 0;
}

.mobile-nav .language-selector.open .regions {
  height: auto;
  width: 100%;
  max-height: 1000px;
}

.subclose-wrap {
  position: absolute;
  top: 5px;
  left: 0;
  padding-left: 15px;
  height: 90%;
  width: 180px;
  background: #f1f1f1;
  opacity: 0;
  z-index: -1;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .subclose-wrap {
    background: #fff;
    top: 14px;
    height: 70%;
    width: 280px;
  }
  .sticky-header .subclose-wrap {
    height: 60%;
  }
}

.mobile-subnav-active .subclose-wrap {
  opacity: 1;
  z-index: 100;
}

.subclose-wrap a {
  color: #FF6720;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}

.subclose-wrap a:hover {
  color: #FF6720;
  text-decoration: none;
}

.subclose-wrap a:before {
  content: "";
  border-top: 2px solid #FF6720;
  border-right: 2px solid #FF6720;
  border-bottom: 0;
  border-left: 0;
  will-change: transform;
  -webkit-transform: rotate(-130deg);
          transform: rotate(-130deg);
  width: 8px;
  height: 8px;
  margin-left: 0.6rem;
  transition: 0.25s ease-in-out;
  top: 6px;
  left: 0;
  position: absolute;
}

.sticky-header .subclose-wrap {
  background: #fff;
}

@media (max-width: 991px) {
  .form-wrap {
    position: absolute;
    top: 0;
    left: 0;
    background: #f1f1f1;
    padding-top: 65px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    width: 100%;
    height: 100vh;
  }
  .form-wrap form {
    border-bottom: none !important;
    border-top: 1px solid #c7c7c7;
    padding: 20px;
    position: relative;
  }
  .form-wrap form input[type="search"] {
    display: block;
    width: 100%;
    border: 1px solid #c7c7c7 !important;
    max-width: 100%;
    padding: 10px 20px !important;
  }
  .form-wrap form button {
    border: none;
    color: #fff;
    background-color: #FF6720;
    text-transform: uppercase;
    font-family: "Montserrat Semi Bold";
    padding: 8px 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 40px;
  }
  .form-wrap form button svg {
    display: none;
  }
}

.search-open .form-wrap {
  opacity: 1;
  z-index: 0;
  visibility: visible;
}

#inner-header {
  height: 8rem;
  width: 100%;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "logo menu language";
  -ms-grid-columns: 21rem 1fr auto;
  grid-template-columns: 21rem 1fr auto;
  margin: 0 auto;
  max-width: 1140px;
}

#inner-header #logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
}

#inner-header .mainNav {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: menu;
  display: flex;
}

#inner-header .language-search {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: language;
}

#inner-header .language-search {
  display: flex;
  flex-direction: row;
  position: relative;
}

#inner-header .language-search .language-selector {
  display: flex;
  border-bottom: solid 0.5rem transparent;
  border-top: solid 0.5rem transparent;
  align-items: center;
}

#inner-header .language-search .language-selector:focus-within {
  border-bottom: solid 0.5rem #616161;
}

#inner-header .language-search .language-selector.open {
  border-bottom: solid 0.5rem #FF0000;
}

#inner-header .language-search .language-selector.open .regions {
  height: auto;
  width: 100%;
  opacity: 1;
  z-index: 1000;
}

#inner-header .language-search .language-selector.open .regions .languages {
  display: -ms-grid;
  display: grid;
}

#inner-header .language-search .language-selector.closing.open .regions {
  opacity: 0;
}

#inner-header .language-search .language-selector .selector {
  padding: 0 1rem 0 0;
}

#inner-header .language-search .language-selector .selector:after {
  display: none;
}

#inner-header .language-search .language-selector .regions {
  position: absolute;
  top: 100%;
  left: 0;
  height: 0;
  width: 100%;
  display: block;
  background: #eee;
  margin: 0;
  opacity: 0;
  transition: opacity 500ms;
}

#inner-header .language-search .language-selector .regions .languages {
  display: none;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  margin: 0.6rem 2rem;
}

#inner-header .language-search .language-selector .regions .region {
  margin: 0;
  text-align: left;
}

#inner-header .language-search .language-selector .regions .region.region {
  margin: 0;
}

#inner-header .language-search .language-selector .regions .region .language .text {
  font-family: "Montserrat Regular";
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 2.5rem;
}

html[lang="es"] #inner-header .language-search .selector .name {
  display: none;
}

html[lang="es"] #inner-header .language-search .language-selector .regions {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  width: auto;
  white-space: nowrap;
}

#inner-header .search-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 1rem 0 0;
}

#inner-header .search-wrap #searchBox {
  flex: 1 0 92%;
  font-size: 1.3rem !important;
  margin: 0;
  border-radius: 3px 0 0 3px !important;
}

#inner-header .search-wrap #ss360SearchButton {
  flex: 1 0 8%;
  height: 40px;
  min-width: 1px !important;
  padding: 0 !important;
  background: #f4f4f4;
  border-radius: 0 3px 3px 0 !important;
}

#inner-header .search-wrap #ss360SearchButton img {
  margin-top: 5px;
}

html[lang^="es"] #inner-header .language-search .selector .name {
  display: none;
}

.desktop-header .main-nav {
  display: flex;
}

@media (max-width: 767px) {
  .desktop-header .main-nav {
    border-top: 4px solid #789D4A;
  }
}

@media (max-width: 991px) {
  .desktop-header .main-nav {
    padding: 1.2rem 2rem;
  }
}

.desktop-header .main-nav .desktop-navigation {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 2rem;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .desktop-header .main-nav .desktop-navigation {
    padding-right: 0;
    padding-left: 0;
  }
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav {
  justify-content: space-between;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flexbox: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 40px;
}

@media (max-width: 991px) {
  .desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav {
    display: none !important;
  }
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item {
  width: auto;
  padding: 0;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item.dropdown {
  width: auto;
  margin: 0;
  font-size: inherit;
  position: unset;
  z-index: 1001;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  left: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s ease-in-out;
  border: 0 !important;
  border-radius: 0;
  width: 100%;
  padding: 0;
  background-color: #eee;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 40px 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-content {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flexbox: 1 1 auto;
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  padding-right: 45px;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-content .dropdown-item {
  white-space: normal;
  padding: 0 40px 5px 0;
  display: block;
  font-family: "Montserrat Semi Bold";
  line-height: 1.5;
  color: #003C71;
  font-size: 1.2rem;
  margin-top: 12px;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 33.333%;
  -ms-flexbox: 1 1 33.333%;
  flex: 1 1 33.333%;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-content .dropdown-item:hover,
.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-content .dropdown-item :focus {
  background-color: #eee;
  color: #FF6720;
  text-decoration: underline;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-content.solutions .dropdown-item:last-child {
  padding: 10px 20px 8px;
  border: 1px solid #FF6720;
  color: #FF6720;
  text-transform: uppercase;
  display: flex;
  align-self: flex-start;
  justify-content: center;
  max-width: 36rem;
  position: absolute;
  bottom: 3rem;
  right: 50%;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-content.solutions .dropdown-item:last-child:hover {
  text-decoration: none;
  background-color: #fff;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-more-content {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 300px;
  -ms-flexbox: 0 0 300px;
  flex: 0 0 300px;
  padding-left: 75px;
  border-left: 2px solid #ccc;
}

.solutions-dropdown-menu .dropdown-more-content {
  padding-left: 45px !important;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-more-content .card {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding-top: 12px;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-more-content .card img {
  margin-bottom: 15px;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-more-content .card .card-body {
  padding: 0 0 12px;
  color: #000;
  font-size: 1.2rem;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-more-content .card .card-body .card-title {
  font-family: "Montserrat Bold";
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-more-content .card .card-body .card-ctas a {
  font-family: "Montserrat Semi Bold";
  line-height: 1.5;
  color: #003C71;
  font-size: 1.2rem;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-more-content .card .card-body .card-ctas a:hover {
  color: #FF6720;
  text-decoration: underline;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.about-dropdown-menu .dropdown-menu-inner {
  padding: 40px 100px 30px;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.about-dropdown-menu .dropdown-menu-inner .dropdown-content {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 1 50%;
  -ms-flexbox: 0 1 50%;
  flex: 0 1 50%;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.about-dropdown-menu .dropdown-menu-inner .dropdown-content .dropdown-item {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 50%;
  -ms-flexbox: 1 1 50%;
  flex: 1 1 50%;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.about-dropdown-menu .dropdown-menu-inner .dropdown-more-content {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 50%;
  -ms-flexbox: 1 1 50%;
  flex: 1 1 50%;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.about-dropdown-menu .dropdown-more-content .card .card-body .card-ctas a {
  flex-basis: 50%;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05) inset;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link:after {
  border: none;
  content: "";
  width: 13px;
  height: 8px;
  background-image: url("../static/images/svg/arrow-down-orange.svg");
  background-repeat: no-repeat;
  margin-left: 8px;
  transition: 0.25s ease-in-out;
  top: 50%;
  will-change: transform;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 1.2rem;
  position: relative;
  font-weight: 500;
  color: #003C71;
  font-family: "Montserrat Semi Bold";
  padding: 30px 0;
  transition: 0.3s ease-in-out;
}

.sticky-header .desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 18px 0;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item .nav-link:before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ff6720;
  z-index: 1;
  display: block;
  opacity: 0;
  transition: all .25s ease-in-out;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item:hover .nav-link:before,
.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item .active .nav-link:before {
  opacity: 1;
}

.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item:hover .nav-link:after,
.desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item .active .nav-link:after {
  top: 45%;
  will-change: transform;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

body:not(.page-contact-us):not(.page-id-173686) .desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item .contact-nav-link {
  margin: 0;
  border: 0;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
  background: none;
  background-color: #FF6720;
  border: 1px solid #FF6720;
  color: #fff;
  font-weight: normal;
  max-width: 125px;
}

body:not(.page-contact-us):not(.page-id-173686) .desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item .contact-nav-link:hover {
  color: #FF6720;
  background-color: #fff;
}

body:not(.page-contact-us):not(.page-id-173686) .desktop-header .main-nav .desktop-navigation .navbar-collapse .navbar-nav .nav-item .contact-nav-link::before {
  display: none;
}

@media (min-width: 992px) {
  .desktop-header .main-nav .desktop-navigation .navbar-collapse .form-wrap {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 269px;
    -ms-flexbox: 0 0 269px;
    flex: 0 0 269px;
  }
  .desktop-header .main-nav .desktop-navigation .navbar-collapse .form-wrap form {
    display: flex;
    align-items: center;
  }
  .desktop-header .main-nav .desktop-navigation .navbar-collapse .form-wrap form input {
    outline: none;
    height: auto;
    line-height: 1rem;
    font-size: 1.2rem !important;
    width: 228px;
    display: block;
    box-sizing: border-box;
    transition: 0.3s ease-in-out;
  }
  .desktop-header .main-nav .desktop-navigation .navbar-collapse .form-wrap form input:focus {
    outline: none;
  }
  .desktop-header .main-nav .desktop-navigation .navbar-collapse .form-wrap form button {
    font-size: 0;
    height: auto;
    line-height: 1rem;
    border: none !important;
    width: 24px;
    height: 24px;
    border-radius: 0 !important;
    background-color: transparent !important;
    border: none !important;
  }
  .desktop-header .main-nav .desktop-navigation .navbar-collapse .form-wrap form button:hover {
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
  }
  .desktop-header .main-nav .desktop-navigation .navbar-collapse .form-wrap form button svg g,
  .desktop-header .main-nav .desktop-navigation .navbar-collapse .form-wrap form button svg line {
    transition: 0.3s ease-in-out;
  }
  .desktop-header .main-nav .desktop-navigation .navbar-collapse .form-wrap form button.cancelSearch {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("../static/images/svg/icon-cancel-search.svg");
    position: absolute;
    top: 12px;
    left: 5px;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .desktop-header .main-nav .desktop-navigation .navbar-collapse .form-wrap form.active input {
    padding-left: 25px !important;
  }
  .desktop-header .main-nav .desktop-navigation .navbar-collapse .form-wrap form.active button svg g,
  .desktop-header .main-nav .desktop-navigation .navbar-collapse .form-wrap form.active button svg line {
    stroke: #FF6720;
  }
  .desktop-header .main-nav .desktop-navigation .navbar-collapse .form-wrap form.active button.cancelSearch {
    opacity: 1;
    visibility: visible;
  }
}

.desktop-header .main-nav .desktop-navigation .logo {
  width: 104px;
  height: 35px;
  transition: 0.3s ease-in-out;
  margin-right: 40px;
  position: relative;
  z-index: 2;
}

.desktop-header .main-nav .desktop-navigation .logo svg path {
  transition: 0.3s ease-in-out;
  fill: #fff;
}

@media (min-width: 768px) {
  .desktop-header .main-nav .desktop-navigation .logo {
    width: 168px;
    height: 56px;
  }
  .desktop-header .main-nav .desktop-navigation .logo svg path {
    fill: #003C71;
  }
}

.sticky-header .desktop-header .main-nav .desktop-navigation .logo svg path,
.search-open .desktop-header .main-nav .desktop-navigation .logo svg path {
  fill: #003C71;
}

@media (min-width: 768px) {
  .sticky-header .desktop-header .main-nav .desktop-navigation .logo,
  .search-open .desktop-header .main-nav .desktop-navigation .logo {
    width: 120px;
    height: 40px;
    margin-right: 88px;
  }
}

.mobile-nav-active .desktop-header .main-nav .desktop-navigation .logo svg path {
  fill: #003C71;
}

.desktop-header .main-nav .mobile-header-nav {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .desktop-header .main-nav .mobile-header-nav {
    display: none;
  }
}

@media (max-width: 575px) {
  .desktop-header .main-nav .mobile-header-nav .contact-nav-link {
    font-size: 0.9rem !important;
    padding: 0.6rem 1rem !important;
  }
}

.desktop-header .main-nav .mobile-header-nav .search-toggle {
  transition: 0.3s ease-in-out;
  margin: 0 0 0 20px;
}

.desktop-header .main-nav .mobile-header-nav .search-toggle svg g,
.desktop-header .main-nav .mobile-header-nav .search-toggle svg line {
  transition: 0.3s ease-in-out;
}

.desktop-header .main-nav .mobile-header-nav .divider {
  width: 1px;
  height: 100%;
  background-color: #fff;
  margin: 0 20px;
  opacity: 0.5;
}

.desktop-header .main-nav .mobile-header-nav .nav-trigger {
  position: relative;
}

@media (min-width: 768px) {
  .desktop-header .main-nav .mobile-header-nav .search-toggle svg g,
  .desktop-header .main-nav .mobile-header-nav .search-toggle svg line {
    stroke: #003C71;
  }
  .desktop-header .main-nav .mobile-header-nav .divider {
    width: 1px;
    height: 100%;
    background-color: #003C71;
    margin: 0 20px;
    opacity: 1;
  }
  .desktop-header .main-nav .mobile-header-nav .nav-trigger span {
    background-color: #003C71;
  }
}

.sticky-header .desktop-header .main-nav .mobile-header-nav .search-toggle svg g,
.sticky-header .desktop-header .main-nav .mobile-header-nav .search-toggle svg line,
.mobile-nav-active .desktop-header .main-nav .mobile-header-nav .search-toggle svg g,
.mobile-nav-active .desktop-header .main-nav .mobile-header-nav .search-toggle svg line,
.search-open .desktop-header .main-nav .mobile-header-nav .search-toggle svg g,
.search-open .desktop-header .main-nav .mobile-header-nav .search-toggle svg line {
  stroke: #003C71;
}

.sticky-header .desktop-header .main-nav .mobile-header-nav .divider,
.mobile-nav-active .desktop-header .main-nav .mobile-header-nav .divider,
.search-open .desktop-header .main-nav .mobile-header-nav .divider {
  width: 1px;
  height: 100%;
  background-color: #003C71;
  margin: 0 20px;
  opacity: 1;
}

.sticky-header .desktop-header .main-nav .mobile-header-nav .nav-trigger span,
.mobile-nav-active .desktop-header .main-nav .mobile-header-nav .nav-trigger span,
.search-open .desktop-header .main-nav .mobile-header-nav .nav-trigger span {
  background-color: #003C71;
}

.mobile-nav-active .desktop-header .main-nav .mobile-header-nav .search-toggle,
.mobile-nav-active .desktop-header .main-nav .mobile-header-nav .divider,
.search-open .desktop-header .main-nav .mobile-header-nav .search-toggle,
.search-open .desktop-header .main-nav .mobile-header-nav .divider {
  opacity: 0;
  visibility: hidden;
}

.search-open .desktop-header .main-nav .mobile-header-nav .contact-cta {
  visibility: hidden;
}

.desktop-header .utility-navigation {
  position: relative;
  z-index: 1022;
}

@media (max-width: 991px) {
  .desktop-header .utility-navigation {
    display: none;
  }
}

.desktop-header .utility-navigation .utility-nav {
  margin: 0;
}

.desktop-header .utility-navigation .utility-nav .nav-item {
  margin: 0 20px;
  padding: 0;
}

.desktop-header .utility-navigation .utility-nav .nav-item:last-child {
  margin-right: 0;
}

.desktop-header .utility-navigation .utility-nav .nav-item .nav-link {
  font-size: 1.2rem;
  color: #003C71;
  position: relative;
  padding: 5px 0;
  text-transform: uppercase;
}

.desktop-header .utility-navigation .utility-nav .nav-item .nav-link:before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #789D4A;
  z-index: 1;
  display: block;
  opacity: 0;
  transition: all .25s ease-in-out;
}

.desktop-header .utility-navigation .utility-nav .nav-item .nav-link:after {
  display: none;
}

.desktop-header .utility-navigation .utility-nav .nav-item .nav-link.show:before {
  opacity: 1;
}

.desktop-header .utility-navigation .utility-nav .nav-item.dropdown {
  width: auto !important;
}

.desktop-header .utility-navigation .utility-nav .nav-item.dropdown .nav-link span.globe {
  padding-left: 8px;
}

.desktop-header .utility-navigation .utility-nav .nav-item.dropdown .nav-link:before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 3px;
  background-color: #789D4A;
  z-index: 1;
  display: block;
  opacity: 0;
  transition: all .25s ease-in-out;
}

.desktop-header .utility-navigation .utility-nav .nav-item.dropdown .nav-link.show span svg path {
  fill: #789D4A;
}

.desktop-header .utility-navigation .utility-nav .nav-item:hover .nav-link:before,
.desktop-header .utility-navigation .utility-nav .nav-item .active .nav-link:before {
  opacity: 1;
}

.carousel-wrapper {
  position: relative;
  background-image: url("../static/images/carousel-slide-01.jpg");
  height: 79rem;
  background-position: right top;
  background-size: cover;
}

.carousel-wrapper .owl-carousel {
  position: relative;
}

.carousel-wrapper .owl-carousel .owl-stage {
  display: flex;
}

.carousel-wrapper .owl-carousel .owl-stage .carousel-slide {
  height: 100%;
  min-height: 790px;
  background-position: right top;
  background-size: cover;
  justify-content: center;
  display: flex;
}

@media (min-width: 992px) {
  .carousel-wrapper .owl-carousel .owl-stage .carousel-slide {
    position: relative;
  }
  .carousel-wrapper .owl-carousel .owl-stage .carousel-slide:before {
    display: block;
    content: " ";
    width: 100%;
    padding-bottom: 46.35417%;
  }
}

.carousel-wrapper .owl-carousel .owl-stage .carousel-slide .blue-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 97;
  opacity: 0.9;
  background-image: -ms-linear-gradient(180deg, #003C71 0%, transparent 100%);
  background: linear-gradient(180deg, #003C71 0%, transparent 100%);
}

.carousel-wrapper .owl-carousel .owl-stage .carousel-slide .container-lg {
  min-height: 100%;
  position: relative;
  z-index: 300;
}

@media (min-width: 992px) {
  .carousel-wrapper .owl-carousel .owl-stage .carousel-slide .container-lg {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 101;
    display: flex;
  }
}

.carousel-wrapper .owl-carousel .owl-stage .carousel-slide .container-lg .slide-cta {
  margin-bottom: 190px;
  z-index: 100;
  color: #fff;
  max-width: 80%;
  padding-top: 190px;
}

@media (min-width: 768px) {
  .carousel-wrapper .owl-carousel .owl-stage .carousel-slide .container-lg .slide-cta {
    padding-top: 200px;
  }
}

@media (min-width: 992px) {
  .carousel-wrapper .owl-carousel .owl-stage .carousel-slide .container-lg .slide-cta {
    padding-top: 220px;
  }
}

@media (min-width: 1200px) {
  .carousel-wrapper .owl-carousel .owl-stage .carousel-slide .container-lg .slide-cta {
    padding-top: 240px;
  }
}

@media (max-width: 767px) {
  .carousel-wrapper .owl-carousel .owl-stage .carousel-slide .container-lg .slide-cta {
    padding: 150px 0 50px;
    width: 100%;
    max-width: 100%;
  }
}

.carousel-wrapper .owl-carousel .owl-stage .carousel-slide .container-lg .slide-cta h1.cta-title {
  font-size: 2.1rem;
  line-height: 2.5rem;
  font-family: 'Montserrat Thin';
}

@media (min-width: 992px) {
  .carousel-wrapper .owl-carousel .owl-stage .carousel-slide .container-lg .slide-cta h1.cta-title {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}

@media (min-width: 1200px) {
  .carousel-wrapper .owl-carousel .owl-stage .carousel-slide .container-lg .slide-cta h1.cta-title {
    font-size: 4.6rem;
    line-height: 6rem;
  }
}

.carousel-wrapper .owl-carousel .owl-stage .carousel-slide .container-lg .slide-cta p {
  font-size: 1.4rem;
}

.carousel-wrapper .owl-carousel .owl-stage .carousel-slide .container-lg .slide-cta p:nth-last-of-type(1) {
  margin-bottom: 4.5rem;
}

@media (min-width: 992px) {
  .carousel-wrapper .owl-carousel .owl-stage .carousel-slide .container-lg .slide-cta p {
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .carousel-wrapper .owl-carousel .owl-stage .carousel-slide .container-lg .slide-cta p {
    font-size: 2.2rem;
  }
}

.carousel-wrapper .owl-carousel .owl-dots {
  position: absolute;
  top: 140px;
  left: 10px;
  z-index: 10;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: auto;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .carousel-wrapper .owl-carousel .owl-dots {
    max-width: 768px;
    left: 390px;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  .carousel-wrapper .owl-carousel .owl-dots {
    max-width: 960px;
    top: 160px;
    left: 490px;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  .carousel-wrapper .owl-carousel .owl-dots {
    top: 180px;
    max-width: 1140px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .carousel-wrapper .owl-carousel .owl-dots {
    top: 100px;
    left: 5px;
  }
}

.carousel-wrapper .owl-carousel .owl-dots .owl-dot {
  width: 60px;
  height: 8px;
  border: 1px solid #fff;
  margin: 0 1rem 0 0;
}

@media (min-width: 992px) {
  .carousel-wrapper .owl-carousel .owl-dots .owl-dot {
    width: 80px;
  }
}

.carousel-wrapper .owl-carousel .owl-dots .owl-dot:hover, .carousel-wrapper .owl-carousel .owl-dots .owl-dot.active {
  background-color: transparent;
  outline: none;
  border: 1px solid #789D4A;
  background-color: #789D4A;
}

.carousel-wrapper .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}

.carousel-wrapper .swoosh {
  position: absolute !important;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 98;
  position: relative;
  background-image: url("../static/images/svg/art-swoosh.svg");
  background-size: cover;
  background-position: center;
}

.carousel-wrapper .swoosh:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 18.54167%;
}

.carousel-wrapper .main-content-button {
  position: absolute;
  z-index: 110;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.common-first-read {
  margin: 0;
  padding: 8rem 0 5rem;
  color: #fff;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 20rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .common-first-read {
    min-height: 36rem;
    padding: 13rem 0 7rem;
  }
}

@media (min-width: 992px) {
  .common-first-read {
    min-height: 50rem;
    padding: 14rem 0 2rem;
  }
}

@media (min-width: 1200px) {
  .common-first-read {
    padding: 18rem 0 2rem;
  }
}

.common-first-read::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.9;
  background-image: -ms-linear-gradient(180deg, #003C71 0%, transparent 100%);
  background: linear-gradient(180deg, #003C71 0%, transparent 100%);
}

.common-first-read .first-read-title {
  z-index: 5;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.common-first-read .first-read-title h1,
.common-first-read .first-read-title .h1 {
  font-size: 2.1rem;
  line-height: 2.1rem !important;
  font-family: "Montserrat Regular";
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .common-first-read .first-read-title h1,
  .common-first-read .first-read-title .h1 {
    font-size: 2.4rem;
    line-height: 2.4rem !important;
  }
}

@media (min-width: 992px) {
  .common-first-read .first-read-title h1,
  .common-first-read .first-read-title .h1 {
    font-size: 4.6rem;
    line-height: 4.6rem !important;
  }
}

.common-first-read::after {
  content: "";
  width: 100%;
  height: 80%;
  background-image: url("../static/images/svg/art-swoosh.svg");
  background-position: center 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

/**************
 * Site Hero
 **************/
.heroWrap {
  margin: 0;
  padding: 80px 0 50px;
  color: #fff;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 200px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .heroWrap {
    min-height: 360px;
    padding: 130px 0 70px;
  }
}

@media (min-width: 992px) {
  .heroWrap {
    min-height: 500px;
    padding: 140px 0 20px;
  }
}

@media (min-width: 1200px) {
  .heroWrap {
    padding: 18rem 0 20px;
  }
}

.heroWrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.9;
  background-image: -ms-linear-gradient(180deg, #003C71 0%, transparent 100%);
  background: linear-gradient(180deg, #003C71 0%, transparent 100%);
}

.heroWrap .wrap {
  z-index: 5;
  position: relative;
}

@media (min-width: 768px) {
  .heroWrap .wrap:not(.with-cta) {
    display: flex;
    justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .heroWrap .wrap.with-cta h1,
  .heroWrap .wrap.with-cta p {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 30%;
    -ms-flexbox: 1 1 30%;
    flex: 1 1 30%;
  }
  .heroWrap .wrap.with-cta h1 {
    text-align: left;
  }
}

.heroWrap .wrap h1,
.heroWrap .wrap .h1 {
  font-size: 2.1rem;
  line-height: 2.1rem !important;
  font-family: "Montserrat Regular";
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .heroWrap .wrap h1,
  .heroWrap .wrap .h1 {
    font-size: 2.4rem;
    line-height: 2.4rem !important;
  }
}

@media (min-width: 992px) {
  .heroWrap .wrap h1,
  .heroWrap .wrap .h1 {
    font-size: 4.6rem;
    line-height: 4.6rem !important;
  }
}

.heroWrap .wrap .btn {
  word-break: keep-all;
  white-space: nowrap;
}

.heroWrap::after {
  content: "";
  width: 100%;
  height: 80%;
  background-image: url("../static/images/svg/art-swoosh.svg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.language-selector {
  position: relative;
}

.language-selector .selector-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.language-selector .selector {
  border: none 0;
  margin: 0;
  padding: 0;
  align-items: center;
  background: transparent;
  display: flex;
  outline: none 0;
}

.language-selector .selector .name {
  font-size: 1.2rem;
  color: #003C71;
  position: relative;
  padding: 7px 0;
  text-transform: uppercase;
}

.language-selector .selector .name:before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #789D4A;
  z-index: 1;
  display: block;
  opacity: 0;
  transition: all .25s ease-in-out;
}

.language-selector .selector .globe {
  padding-left: 8px;
}

.language-selector .selector:hover .name:before {
  opacity: 1;
}

.language-selector .regions {
  transition: 0.3s ease-in-out;
  position: absolute;
  overflow: hidden;
  top: 100%;
  z-index: 3000;
  background-color: #F8F8F8;
  width: 330px;
  padding-bottom: 10px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

@media (max-width: 1239px) {
  .language-selector .regions {
    right: 0;
  }
}

@media (min-width: 1240px) {
  .language-selector .regions {
    left: 0;
  }
}

.language-selector .regions:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -10px;
  right: -10px;
  margin: 0 auto;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
  height: 1px;
}

.language-selector .regions .languages {
  display: flex;
  justify-content: space-around;
}

.language-selector .regions .languages .region {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 132px;
  -ms-flexbox: 0 0 132px;
  flex: 0 0 132px;
}

.language-selector .regions .languages .region > .text {
  text-transform: uppercase;
  font-family: "Montserrat Bold";
  font-size: 1rem;
  color: #000;
}

.language-selector .regions .languages .region .regional-languages {
  border-top: solid 1px #C1D3D6;
  margin: 0;
  padding: 0.4rem 0;
}

.language-selector .regions .languages .region .regional-languages .language {
  font-size: 1rem;
  color: #003C71;
  padding: 3px 0;
  font-family: "Montserrat Semi Bold";
}

.language-selector .regions .languages .region .regional-languages .language:hover {
  color: #789D4A;
  text-decoration: underline;
  background-color: transparent;
}

.language-selector.open .selector .name:before {
  opacity: 1;
}

.language-selector.open .selector .globe svg path {
  fill: #789D4A;
}

.language-selector.open .regions {
  opacity: 1;
  max-height: 2000px;
}

/******************
 * Posts & Content
 ******************/
#main {
  padding: 60px 0;
  overflow: hidden;
}

.hentry {
  background-color: white;
  margin-bottom: 1.5em;
}

.hentry header {
  border: 0;
  padding: 0;
  margin: 30px 0 0;
}

.hentry header h1 {
  color: #003d74;
  font-size: 2.25em;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0;
}

.hentry footer {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}

.hentry footer p {
  margin: 0;
}

.single-title,
.page-title,
.entry-title {
  margin: 0;
}

.byline {
  font-size: 0.84em;
  padding: 0;
  text-transform: uppercase;
  color: #363636;
  margin: 0;
  font-weight: 700;
}

.byline a {
  color: #e31b23;
}

.entry-content {
  padding: 1em 0 0;
  clear: both;
}

.entry-content a:not(.btn) {
  color: #003C71;
  transition: all 0.2s;
  text-decoration: none;
  font-family: "Montserrat Medium";
}

.entry-content a:not(.btn):hover,
.anchors-wrap ul li.active a:not(.btn) {
  color: #003C71 !important;
  text-decoration: underline;
}

.entry-content h1,
.entry-content .h1 {
  color: #003d74;
  font-size: 2.25em;
  line-height: 1.1em;
  text-transform: uppercase;
}

.entry-content h2,
.entry-content .h2 {
  color: #003d74;
  font-size: 1.71em;
  line-height: 1.1em;
}

.entry-content h3,
.entry-content .h3 {
  font-size: 1.12em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.entry-content ul {
  padding: 0;
  margin: 0.5em 0 2em;
}

.entry-content ul.responsive-tabs__list li {
  color: #FF6720;
}

.entry-content ul li {
  position: relative;
  padding: 0 0 0 1em;
  margin: 0 0 0.5em;
  line-height: 1.5em;
  font-size: 0.94em;
}

.entry-content ul:not(.responsive-tabs__list) li:before {
  content: "•";
  font-size: 1.25em;
  color: #e31b23;
  left: 0;
  position: absolute;
}

.entry-content p {
  margin: 0 0 2em;
  font-size: 0.94em;
}

.entry-content .btn + .btn {
  margin-left: 20px;
  background: #9cb2c7;
  border-color: #9cb2c7;
  color: #fff;
}

.entry-content table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}

.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.entry-content tr {
  border-bottom: 1px solid #eaedf2;
}

.entry-content tr:nth-child(even) {
  background-color: #f8f9fa;
}

.entry-content td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}

.entry-content td:last-child {
  border-right: 0;
}

.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}

.entry-content th:last-child {
  border-right: 0;
}

.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #9fa6b4;
}

.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}

.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}

@media (min-width: 481px) {
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: table;
    clear: both;
  }
}

.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #323944;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

.tags {
  margin: 0;
}

.ctaSection {
  background: transparent;
  position: relative;
  overflow: visible;
  padding: 200px 0 180px;
}

.ctaSection.withImage {
  padding: 140px 0 120px;
}

.ctaSection .background {
  background-color: #003067;
  background-image: url("../static/images/page-cta-bar-bg.jpg");
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

.ctaSection.withImage .background {
  width: calc(100% - 350px);
}

.ctaSection .wrap {
  position: relative;
  z-index: 1;
}

.ctaSection a:not(.btn) {
  color: #3bc7e5;
  font-weight: 700;
  transition: all 0.2s;
}

.ctaSection a:not(.btn):hover {
  color: #fff;
}

.ctaSection .cta-image {
  position: absolute;
  width: 640px;
  right: 20px;
  bottom: -50px;
}

.ctaSection.withImage + .content-section {
  padding-top: 110px;
}

.page-feed {
  border-bottom: 1px solid #dfdfdf;
}

@media all and (max-width: 1600px) {
  .ctaSection .cta-image {
    width: 550px;
  }
}

@media all and (max-width: 1360px) {
  .ctaSection .cta-image {
    width: 450px;
  }
}

@media all and (max-width: 1180px) {
  .ctaSection .cta-image {
    width: 450px;
    max-width: 100%;
    position: relative;
    margin: 20px auto 0;
    bottom: auto;
    right: auto;
  }
  .ctaSection,
  .ctaSection.withImage {
    padding: 80px 0 60px;
  }
  .ctaSection.withImage .background {
    width: 100%;
  }
  .ctaSection .m-all.t-all.d-4of7.last-col {
    width: 100%;
    float: none;
  }
}

@media all and (max-width: 767px) {
  .content-wrap {
    float: none;
  }
  .entry-content h1,
  .entry-content .h1 {
    font-size: 2em;
  }
  .entry-content h2,
  .entry-content .h2 {
    font-size: 1.5em;
  }
  .entry-content h3,
  .entry-content .h3 {
    font-size: 1em;
  }
  .entry-content .btn,
  .entry-content .btn + .btn {
    display: block;
    text-align: center;
    margin: 0 auto 20px;
  }
  .wrap {
    width: 90%;
  }
}

/******************
 * Page Navigation
 ******************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}

.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}

.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eee;
}

.pagination a,
.pagination span {
  margin: 0;
  text-decoration: none;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #003C71;
}

.pagination a:hover, .pagination a:focus,
.pagination span:hover,
.pagination span:focus {
  background-color: #003C71;
  color: #fff;
}

.pagination .current {
  cursor: default;
  color: #5c6b80;
}

.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #5c6b80;
}

.wp-prev-next .prev-link {
  float: left;
}

.wp-prev-next .next-link {
  float: right;
}

/**********
 * Sidebar
 **********/
.sidebar {
  padding: 0 0 0 30px;
}

.sidebar .sidebar-widget {
  margin: 0 0 20px;
  width: 100%;
}

.sidebar .sidebar-widget a {
  display: block;
}

.sidebar .sidebar-widget a img {
  width: 100%;
  height: auto;
}

.sidebar .sidebar-widget.additional-resources h3 {
  color: #003e74;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  padding: 0 0 0 35px;
  background: url("../static/images/icon-additional-resources.png") no-repeat left top transparent;
  background-size: 25px auto;
  min-height: 25px;
}

.sidebar .gray-box {
  border: 0;
  border-top: 5px solid #003d74;
  padding: 20px;
}

.sidebar .sidebar-widget.additional-resources ul,
.sidebar .gray-box ul {
  margin: 0;
  padding: 0;
}

.sidebar .sidebar-widget.additional-resources ul li,
.sidebar .gray-box ul li {
  position: relative;
  padding: 0 0 0 1em;
  margin: 5px 0 15px;
  font-size: 0.94em;
  line-height: 1em;
}

.sidebar .sidebar-widget.additional-resources ul li:before,
.sidebar .gray-box ul li:before {
  content: "►";
  color: #e31b23;
  position: absolute;
  left: 0;
  font-size: 0.5em;
}

.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

@media all and (max-width: 767px) {
  .sidebar {
    padding: 0;
    margin: 0 auto 40px;
    width: 260px;
    float: none;
    clear: both;
  }
}

/**************
 * Site Footer
 **************/
/**************
 * Site Footer
 **************/
.be-ix-link-block {
  background-color: #003C71 !important;
  width: 100%;
}

.be-ix-link-block .be-related-link-container {
  padding: 2rem 0 0 !important;
}

.be-ix-link-block .be-related-link-container.wrap {
  width: 100% !important;
}

.be-ix-link-block .be-related-link-container .be-list .be-list-item a:hover {
  text-decoration: underline;
}

.pre-footer {
  border-top: 1px solid #d6d6d6;
  background-color: #f1f1f1;
}

.pre-footer .container {
  font-size: 1.8rem;
  color: #003C71;
  font-family: "Montserrat Medium";
  padding: 15px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pre-footer .container span.question-icon {
  display: block;
  width: 35px;
  height: 40px;
}

@media (min-width: 992px) {
  .pre-footer .container span.question-icon {
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .pre-footer .container span.text {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 100%;
    -ms-flexbox: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 20px;
    text-align: center;
  }
}

.pre-footer .container span.text a {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .pre-footer .container {
    font-size: 2.4rem;
    flex-wrap: nowrap;
  }
}

footer#footer-main {
  border-top: 4px solid #789D4A;
  background-color: #003C71;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
}

footer#footer-main .footer-main {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  footer#footer-main .footer-main {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

footer#footer-main .footer-main .footer-brand-col {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 100%;
  -ms-flexbox: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
}

@media (min-width: 992px) {
  footer#footer-main .footer-main .footer-brand-col {
    text-align: left;
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 270px;
    -ms-flexbox: 0 0 270px;
    flex: 0 0 270px;
    margin-right: 100px;
  }
}

footer#footer-main .footer-main .footer-brand-col .logo {
  display: inline-block;
  width: 179px;
  height: 55px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  footer#footer-main .footer-main .footer-brand-col .logo {
    margin-bottom: 0;
    width: 270px;
    height: 82px;
  }
}

footer#footer-main .footer-main .footer-brand-col .logo svg tspan {
  font-family: 'Montserrat Light';
}

footer#footer-main .footer-main .footer-nav {
  display: flex;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 100%;
  -ms-flexbox: 1 1 100%;
  flex: 1 1 100%;
  flex-wrap: wrap;
}

footer#footer-main .footer-main .footer-nav .nav-1,
footer#footer-main .footer-main .footer-nav .nav-2 {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 100%;
  -ms-flexbox: 0 0 100%;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 375px) {
  footer#footer-main .footer-main .footer-nav .nav-1,
  footer#footer-main .footer-main .footer-nav .nav-2 {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 50%;
    -ms-flexbox: 1 1 50%;
    flex: 1 1 50%;
    flex-direction: row;
    justify-content: space-between;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  footer#footer-main .footer-main .footer-nav .nav-1,
  footer#footer-main .footer-main .footer-nav .nav-2 {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 50%;
    -ms-flexbox: 1 1 50%;
    flex: 1 1 50%;
    flex-direction: row;
  }
}

footer#footer-main .footer-main .footer-nav .nav-1 .widget,
footer#footer-main .footer-main .footer-nav .nav-2 .widget {
  display: flex;
  flex-direction: column;
}

@media (min-width: 375px) {
  footer#footer-main .footer-main .footer-nav .nav-1 .widget,
  footer#footer-main .footer-main .footer-nav .nav-2 .widget {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 100%;
    -ms-flexbox: 1 1 100%;
    flex: 1 1 100%;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  footer#footer-main .footer-main .footer-nav .nav-1 .widget,
  footer#footer-main .footer-main .footer-nav .nav-2 .widget {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 50%;
    -ms-flexbox: 1 1 50%;
    flex: 1 1 50%;
  }
}

@media (min-width: 768px) {
  footer#footer-main .footer-main .footer-nav .nav-1 .widget.widget_custom_html, footer#footer-main .footer-main .footer-nav .nav-1 .widget.widget_block,
  footer#footer-main .footer-main .footer-nav .nav-2 .widget.widget_custom_html,
  footer#footer-main .footer-main .footer-nav .nav-2 .widget.widget_block {
    justify-content: flex-end;
  }
}

footer#footer-main .footer-main .footer-nav .nav-1 .widget.widget_custom_html .connect-wrap, footer#footer-main .footer-main .footer-nav .nav-1 .widget.widget_block .connect-wrap,
footer#footer-main .footer-main .footer-nav .nav-2 .widget.widget_custom_html .connect-wrap,
footer#footer-main .footer-main .footer-nav .nav-2 .widget.widget_block .connect-wrap {
  max-width: 126px;
}

footer#footer-main .footer-main .footer-nav .nav-1 .widget.widget_custom_html .connect-wrap .footer-cta, footer#footer-main .footer-main .footer-nav .nav-1 .widget.widget_block .connect-wrap .footer-cta,
footer#footer-main .footer-main .footer-nav .nav-2 .widget.widget_custom_html .connect-wrap .footer-cta,
footer#footer-main .footer-main .footer-nav .nav-2 .widget.widget_block .connect-wrap .footer-cta {
  margin-top: 20px;
}

@media (min-width: 768px) {
  footer#footer-main .footer-main .footer-nav .nav-1 .widget.widget_custom_html .connect-wrap .footer-cta, footer#footer-main .footer-main .footer-nav .nav-1 .widget.widget_block .connect-wrap .footer-cta,
  footer#footer-main .footer-main .footer-nav .nav-2 .widget.widget_custom_html .connect-wrap .footer-cta,
  footer#footer-main .footer-main .footer-nav .nav-2 .widget.widget_block .connect-wrap .footer-cta {
    margin-bottom: 20px;
  }
}

footer#footer-main .footer-main .footer-nav .nav-1 .widget.widget_custom_html .connect-wrap .footer-cta .cta-xs, footer#footer-main .footer-main .footer-nav .nav-1 .widget.widget_block .connect-wrap .footer-cta .cta-xs,
footer#footer-main .footer-main .footer-nav .nav-2 .widget.widget_custom_html .connect-wrap .footer-cta .cta-xs,
footer#footer-main .footer-main .footer-nav .nav-2 .widget.widget_block .connect-wrap .footer-cta .cta-xs {
  font-family: "Montserrat Semi Bold";
  text-transform: uppercase;
}

footer#footer-main .footer-main .footer-nav .nav-1 .widget.widget_custom_html .connect-wrap .footer-social ul, footer#footer-main .footer-main .footer-nav .nav-1 .widget.widget_block .connect-wrap .footer-social ul,
footer#footer-main .footer-main .footer-nav .nav-2 .widget.widget_custom_html .connect-wrap .footer-social ul,
footer#footer-main .footer-main .footer-nav .nav-2 .widget.widget_block .connect-wrap .footer-social ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

footer#footer-main .footer-main .footer-nav .nav-1 .widget.widget_custom_html .connect-wrap .footer-social ul li, footer#footer-main .footer-main .footer-nav .nav-1 .widget.widget_block .connect-wrap .footer-social ul li,
footer#footer-main .footer-main .footer-nav .nav-2 .widget.widget_custom_html .connect-wrap .footer-social ul li,
footer#footer-main .footer-main .footer-nav .nav-2 .widget.widget_block .connect-wrap .footer-social ul li {
  margin: 10px 0 0;
  display: inline-block;
}

footer#footer-main .footer-main .footer-nav .nav-1 .widget.widget_custom_html .connect-wrap .footer-social ul li a, footer#footer-main .footer-main .footer-nav .nav-1 .widget.widget_block .connect-wrap .footer-social ul li a,
footer#footer-main .footer-main .footer-nav .nav-2 .widget.widget_custom_html .connect-wrap .footer-social ul li a,
footer#footer-main .footer-main .footer-nav .nav-2 .widget.widget_block .connect-wrap .footer-social ul li a {
  display: block;
  width: 17px;
  height: 17px;
  font-size: 0;
}

@media (min-width: 768px) {
  footer#footer-main .footer-main .footer-nav .nav-1 .widget.widget_custom_html .connect-wrap .footer-social ul li a, footer#footer-main .footer-main .footer-nav .nav-1 .widget.widget_block .connect-wrap .footer-social ul li a,
  footer#footer-main .footer-main .footer-nav .nav-2 .widget.widget_custom_html .connect-wrap .footer-social ul li a,
  footer#footer-main .footer-main .footer-nav .nav-2 .widget.widget_block .connect-wrap .footer-social ul li a {
    width: 26px;
    height: 26px;
  }
}

footer#footer-main .footer-main .footer-nav .nav-1 .widget ul,
footer#footer-main .footer-main .footer-nav .nav-2 .widget ul {
  margin: 0;
  padding-right: 40px;
}

footer#footer-main .footer-main .footer-nav .nav-1 .widget ul li,
footer#footer-main .footer-main .footer-nav .nav-2 .widget ul li {
  margin: 25px 0;
}

footer#footer-main .footer-main .footer-nav .nav-1 .widget ul li a,
footer#footer-main .footer-main .footer-nav .nav-2 .widget ul li a {
  color: #fff !important;
  text-transform: uppercase;
  font-family: "Montserrat Semi Bold";
  font-size: 1.4rem;
}

footer#footer-main .footer-main .footer-nav .nav-1 .widget ul li a:hover,
footer#footer-main .footer-main .footer-nav .nav-2 .widget ul li a:hover {
  color: #C1D3D6 !important;
}

footer#footer-utility {
  background-color: #789D4A;
  font-size: 1.2rem !important;
  color: #fff;
}

footer#footer-utility .copyright-col {
  padding-top: 20px;
  text-align: center;
}

@media (min-width: 992px) {
  footer#footer-utility .copyright-col {
    text-align: left;
  }
}

footer#footer-utility .menu-footer-utility-container ul {
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  footer#footer-utility .menu-footer-utility-container ul {
    justify-content: flex-end;
  }
}

footer#footer-utility .menu-footer-utility-container ul li {
  border-right: 1px solid #a7c87f;
  padding: 8px 20px;
}

footer#footer-utility .menu-footer-utility-container ul li:last-child {
  border: none;
  padding-right: 0;
}

footer#footer-utility .menu-footer-utility-container ul li a {
  color: #fff !important;
  text-transform: uppercase;
}

footer#footer-utility .menu-footer-utility-container ul li a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.leadership-group {
  overflow-x: hidden;
}

.leadership-group .items-outer {
  position: relative;
}

.leadership-group .items-outer .items-wrapper {
  width: 965px;
  margin: 0 auto;
  width: 965px;
  position: absolute;
  top: 0;
  left: 50%;
  will-change: transform;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .leadership-group .items-outer .items-wrapper {
    width: 1500px;
  }
}

.leadership-group .items-outer .items-wrapper .owl-carousel {
  position: relative;
}

.leadership-group .items-outer .items-wrapper .owl-carousel .owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
}

.leadership-group .items-outer .items-wrapper .owl-carousel .owl-stage .owl-item {
  transition: 0.3s ease-in-out;
  opacity: 0.15;
}

.leadership-group .items-outer .items-wrapper .owl-carousel .owl-stage .owl-item .item {
  transition: 0.3s ease-in-out;
  text-align: center;
  width: 269px;
  padding: 0;
  margin: 0 auto;
}

.leadership-group .items-outer .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .item-image {
  position: relative;
  transition: 0.3s ease-in-out;
  background-size: cover;
  position: relative;
  margin: 0 auto;
}

.leadership-group .items-outer .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .item-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 100%;
}

.leadership-group .items-outer .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .item-image:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4px solid #FF6720;
}

.leadership-group .items-outer .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .member-details {
  margin-top: 20px;
  height: 120px;
}

.leadership-group .items-outer .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .member-details .member-name {
  text-transform: uppercase;
  color: #003C71;
  font-family: "Montserrat Semi Bold";
  padding-bottom: 3px;
  margin-bottom: 12px;
  position: relative;
}

.leadership-group .items-outer .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .member-details .member-name:after {
  content: "";
  border-top: 1px solid #ff6720;
  border-right: 1px solid #ff6720;
  border-bottom: 0;
  border-left: 0;
  will-change: transform;
  -webkit-transform: rotate(135deg) translatey(-50%);
          transform: rotate(135deg) translatey(-50%);
  width: 6px;
  height: 6px;
  top: 100%;
  left: 50%;
  position: absolute;
}

.leadership-group .items-outer .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .member-details .member-title {
  font-style: italic;
  font-size: 1.2rem;
}

.leadership-group .items-outer .items-wrapper .owl-carousel .owl-stage.ready .owl-item {
  transition: 0.3s ease-in-out;
  opacity: 0.15;
  display: flex;
  align-items: center;
}

.leadership-group .items-outer .items-wrapper .owl-carousel .owl-stage.ready .owl-item .item {
  transition: 0.3s ease-in-out;
  text-align: center;
  margin: 0 auto;
}

.leadership-group .items-outer .items-wrapper .owl-carousel .owl-stage.ready .owl-item .item .item-container .item-content .item-image {
  position: relative;
  background-size: cover;
  position: relative;
  width: 185px;
}

.leadership-group .items-outer .items-wrapper .owl-carousel .owl-stage.ready .owl-item .item .item-container .item-content .item-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 100%;
}

.leadership-group .items-outer .items-wrapper .owl-carousel .owl-stage.ready .owl-item .item .item-container .item-content .item-image:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4px solid #FF6720;
}

.leadership-group .items-outer .items-wrapper .owl-carousel .owl-stage.ready .owl-item.prev, .leadership-group .items-outer .items-wrapper .owl-carousel .owl-stage.ready .owl-item.next {
  opacity: 0.35;
}

.leadership-group .items-outer .items-wrapper .owl-carousel .owl-stage.ready .owl-item.prev .item .item-container .item-content .item-image, .leadership-group .items-outer .items-wrapper .owl-carousel .owl-stage.ready .owl-item.next .item .item-container .item-content .item-image {
  width: 227px;
}

.leadership-group .items-outer .items-wrapper .owl-carousel .owl-stage.ready .owl-item.center {
  opacity: 1;
}

.leadership-group .items-outer .items-wrapper .owl-carousel .owl-stage.ready .owl-item.center .item .item-container .item-content .item-image {
  width: 269px;
}

@media (min-width: 1200px) {
  .leadership-group .items-outer .items-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300px;
    z-index: 3;
    background-image: -ms-linear-gradient(90deg, #fff 0%, transparent 100%);
    background: linear-gradient(90deg, #fff 0%, transparent 100%);
  }
  .leadership-group .items-outer .items-wrapper:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 300px;
    z-index: 3;
    background-image: -ms-linear-gradient(260deg, #fff 0%, transparent 100%);
    background: linear-gradient(260deg, #fff 0%, transparent 100%);
  }
}

.leadership-group .items-outer .owl-nav {
  position: absolute;
  top: 114px;
  width: 95%;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

@media (min-width: 768px) {
  .leadership-group .items-outer .owl-nav {
    width: 86%;
  }
}

@media (min-width: 1200px) {
  .leadership-group .items-outer .owl-nav {
    width: 76%;
  }
}

.leadership-group .items-outer .owl-nav button {
  display: block;
  width: 90px;
  height: 90px;
  position: relative;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='90' height='90' viewBox='0 0 90 90'%3E%3Cdefs%3E%3Cfilter id='Path_49' x='0' y='0' width='90' height='90' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='5' result='blur'/%3E%3CfeFlood flood-opacity='0.702'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Group_337' data-name='Group 337' transform='translate(75 15) rotate(90)'%3E%3Cg transform='matrix(0, -1, 1, 0, -15, 75)' filter='url(%23Path_49)'%3E%3Cg id='Path_49-2' data-name='Path 49' transform='translate(75 15) rotate(90)' fill='%23fff'%3E%3Cpath d='M 30 59.5 C 26.01730918884277 59.5 22.15401077270508 58.72008895874023 18.51741981506348 57.18194961547852 C 15.00463962554932 55.69617080688477 11.84974002838135 53.56903839111328 9.140350341796875 50.85964965820313 C 6.430960178375244 48.15026092529297 4.303830146789551 44.995361328125 2.818049907684326 41.48257827758789 C 1.27990996837616 37.84598922729492 0.5 33.98268890380859 0.5 30 C 0.5 26.01730918884277 1.27990996837616 22.15401077270508 2.818049907684326 18.51741981506348 C 4.303830146789551 15.00463962554932 6.430960178375244 11.84974002838135 9.140350341796875 9.140350341796875 C 11.84974002838135 6.430960178375244 15.00463962554932 4.303830146789551 18.51741981506348 2.818049907684326 C 22.15401077270508 1.27990996837616 26.01730918884277 0.5 30 0.5 C 33.98268890380859 0.5 37.84598922729492 1.27990996837616 41.48257827758789 2.818049907684326 C 44.995361328125 4.303830146789551 48.15026092529297 6.430960178375244 50.85964965820313 9.140350341796875 C 53.56903839111328 11.84974002838135 55.69617080688477 15.00463962554932 57.18194961547852 18.51741981506348 C 58.72008895874023 22.15401077270508 59.5 26.01730918884277 59.5 30 C 59.5 33.98268890380859 58.72008895874023 37.84598922729492 57.18194961547852 41.48257827758789 C 55.69617080688477 44.995361328125 53.56903839111328 48.15026092529297 50.85964965820313 50.85964965820313 C 48.15026092529297 53.56903839111328 44.995361328125 55.69617080688477 41.48257827758789 57.18194961547852 C 37.84598922729492 58.72008895874023 33.98268890380859 59.5 30 59.5 Z' stroke='none'/%3E%3Cpath d='M 30 59 C 33.91542053222656 59 37.71318054199219 58.23337936401367 41.28779983520508 56.72145080566406 C 44.7409782409668 55.26087188720703 47.84246063232422 53.16973114013672 50.50609970092773 50.50609970092773 C 53.16973114013672 47.84246063232422 55.26087188720703 44.7409782409668 56.72145080566406 41.28779983520508 C 58.23337936401367 37.71318054199219 59 33.91542053222656 59 30 C 59 26.08457946777344 58.23337936401367 22.28681945800781 56.72145080566406 18.71220016479492 C 55.26087188720703 15.25901985168457 53.16973114013672 12.1575403213501 50.50609970092773 9.493900299072266 C 47.84246063232422 6.830269813537598 44.7409782409668 4.739130020141602 41.28779983520508 3.278549909591675 C 37.71318054199219 1.76662003993988 33.91542053222656 1 30 1 C 26.08457946777344 1 22.28681945800781 1.76662003993988 18.71220016479492 3.278549909591675 C 15.25901985168457 4.739130020141602 12.1575403213501 6.830269813537598 9.493900299072266 9.493900299072266 C 6.830269813537598 12.1575403213501 4.739130020141602 15.25901985168457 3.278549909591675 18.71220016479492 C 1.76662003993988 22.28681945800781 1 26.08457946777344 1 30 C 1 33.91542053222656 1.76662003993988 37.71318054199219 3.278549909591675 41.28779983520508 C 4.739130020141602 44.7409782409668 6.830269813537598 47.84246063232422 9.493900299072266 50.50609970092773 C 12.1575403213501 53.16973114013672 15.25901985168457 55.26087188720703 18.71220016479492 56.72145080566406 C 22.28681945800781 58.23337936401367 26.08457946777344 59 30 59 M 30 60 C 13.4314603805542 60 -3.552713678800501e-15 46.56853866577148 -3.552713678800501e-15 30 C -3.552713678800501e-15 13.4314603805542 13.4314603805542 -3.552713678800501e-15 30 -3.552713678800501e-15 C 46.56853866577148 -3.552713678800501e-15 60 13.4314603805542 60 30 C 60 46.56853866577148 46.56853866577148 60 30 60 Z' stroke='none' fill='%23ff6720'/%3E%3C/g%3E%3C/g%3E%3Cpath id='Path_45' data-name='Path 45' d='M0,12,12,0,24,12' transform='translate(18.5 20.5)' fill='none' stroke='%23ff6720' stroke-linecap='round' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.leadership-group .items-outer .owl-nav button.owl-prev {
  will-change: transform;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.leadership-group .items-outer .owl-nav button span {
  font-size: 0;
}

/********
HOMEPAGE
*********/
.home .heroWrap {
  margin: 0;
  padding: 170px 0;
  color: #fff;
  overflow: hidden;
  position: relative;
  background-color: #003C71;
  background-image: none;
  background-position: top center;
  background-size: cover;
}

.home .heroWrap p {
  font-size: 1.06em;
  margin-bottom: 30px;
}

.home .heroWrap .btn {
  background: #65a1df;
  border-color: #65a1df;
  color: #fff;
}

.home .heroWrap .btn.first-btn {
  background: #9cb2c7;
  border-color: #9cb2c7;
  margin-right: 20px;
}

.home .heroWrap .floating {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  font-size: 13px;
  text-align: center;
  padding: 0 20px;
  font-weight: 600;
  height: 70px;
}

.home .heroWrap .floating .blue-quote {
  font-weight: 800;
  font-size: 1.692307692307692em;
  display: inline-block;
  color: #3bc7e5;
  vertical-align: middle;
  position: relative;
  bottom: 4px;
  margin: 0 5px;
}

.home .heroWrap .floating:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 17px;
  background: url("../static/images/floating-arrows.png") no-repeat center bottom 0;
  bottom: 20px;
  -webkit-animation: MoveUpDown 1s linear infinite;
          animation: MoveUpDown 1s linear infinite;
}

@-webkit-keyframes MoveUpDown {
  0%, 100% {
    bottom: 20px;
  }
  50% {
    bottom: 10px;
  }
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 20px;
  }
  50% {
    bottom: 10px;
  }
}

.home #main {
  padding: 0;
}

.home-industries {
  border-bottom: 1px solid #c8c8c8;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 50%, #c8c8c8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c8c8c8', GradientType=0);
}

.home-industries .tabs {
  display: table;
  width: 100%;
  background: #003d74;
  margin: 0;
  padding: 0;
  font-size: 12px;
  table-layout: fixed;
  text-align: center;
}

.home-industries .tabs li {
  display: table-cell;
  color: #78a3ca;
  padding: 20px 0;
  text-align: center;
  line-height: 1.25em;
  text-transform: uppercase;
  vertical-align: top;
  cursor: pointer;
}

.home-industries .tabs li img {
  display: block;
  margin: 0 auto 10px;
  height: 25px;
  width: auto;
  opacity: 0.5;
  transition: all 0.2s;
}

.home-industries .tabs li span {
  padding: 0 10px;
  display: block;
}

.home-industries .tabs li.active {
  color: #fff;
  font-weight: 700;
}

.home-industries .tabs li:hover {
  color: #fff;
}

.home-industries .tabs li:hover img, .home-industries .tabs li.active img {
  opacity: 1;
  filter: brightness(1000%);
  -moz-filter: brightness(1000%);
  -webkit-filter: brightness(1000%);
}

.home-industries .tab-content {
  /*padding: 100px 0 80px;*/
}

.home .sustainability {
  padding: 100px 0 200px;
  background-size: 100% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
}

.home .sustainability .logos-wrap {
  text-align: center;
  padding: 20px 0 40px;
}

.home .sustainability .logos-wrap .img-wrap {
  width: 98px;
  height: 98px;
  display: inline-block;
  border: 8px solid #e1e1e1;
  border-radius: 50%;
  background: #4a4a4a;
  vertical-align: middle;
  padding: 5px;
  line-height: 68px;
  transition: all 0.2s;
  cursor: pointer;
}

.home .sustainability .logos-wrap .img-wrap:hover, .home .sustainability .logos-wrap .img-wrap.active {
  background: #003d74;
}

.home .sustainability .logos-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.home .sustainability .logos-wrap span.separator {
  width: 85px;
  height: 2px;
  background: #d1d1d1;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

.home .applications {
  padding: 160px 0 140px;
  background-size: cover;
  background-position: bottom right;
}

.home .applications .logos-wrap {
  display: table;
  padding: 0 30px 0 0;
  vertical-align: middle;
  border-spacing: 15px;
  width: 100%;
}

.home .applications .logos-wrap .logo-row {
  display: table-row;
  vertical-align: middle;
}

.home .applications .logos-wrap .logo-cell {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.home .applications .logos-wrap .logo-cell img {
  transition: all 0.2s;
}

.home .applications .logos-wrap .logo-cell:hover img {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));
  -moz-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));
}

.home .applications .logos-wrap .logo-cell .image-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  text-align: center;
}

.home .applications .logos-wrap .logo-cell span {
  display: inline-block;
  width: calc(100% - 65px);
  vertical-align: middle;
  margin-left: 10px;
  font-weight: 400;
  transition: all 0.2s;
}

.home .applications .logos-wrap .logo-cell:hover span {
  text-shadow: 0 0 5px #fff;
  font-weight: 400;
}

span.featured-tag {
  font-size: 1.12em;
  margin: 0 0 -20px;
  color: #3bc7e5;
  display: block;
  line-height: 1em;
  font-weight: 600;
}

.featured-wrap {
  padding: 40px 0;
}

.home-featured .featured-box {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .home-featured .featured-box {
    margin: 0 0 40px;
  }
}

.home-featured .boxes {
  margin-top: 30px;
}

.home-featured .featured-box .inner {
  border: 1px solid #acacac;
}

.home-featured .featured-image {
  height: 192px;
  border-bottom: 5px solid #e31b23;
}

.featured-box h3 {
  font-size: 16px;
  margin: 0 0 8px;
}

.featured-box p {
  margin: 0;
  line-height: 1.3em;
}

.featured-box p a {
  display: none;
}

.featured-box h3 a {
  font-weight: 700;
}

.home-featured .featured-bottom {
  box-sizing: border-box;
  padding: 22px 14px;
}

.home-featured .bottom-btn {
  margin: 80px 0 0;
}

.ctaBar {
  background-size: cover;
  background-position: bottom left;
  border-left: 10px solid #e31b23;
}

.ctaBar .cta-bar-image {
  text-align: center;
  padding: 0 0 30px;
}

.bottomForm {
  background: #f4f4f4;
  clear: both;
}

.bottomForm .formWrap {
  padding: 40px 0 0;
}

@media all and (max-width: 1280px) {
  .home-industries .tabs {
    font-size: 10px;
  }
}

@media all and (max-width: 1140px) {
  .home-industries .tabs {
    font-size: 8px;
  }
}

@media all and (max-width: 991px) {
  .home .heroWrap {
    padding: 100px 0 80px;
  }
  .home .heroWrap h1 {
    font-size: 2.5em;
  }
  .home .heroWrap .floating, .home-industries {
    display: none;
  }
  .home .sustainability .logos-wrap span.separator {
    width: 35px;
    margin: 0 5px;
  }
}

@media all and (max-width: 767px) {
  .home .sustainability .wrap {
    position: relative;
    padding-right: 120px;
  }
  .home .sustainability .wrap *:not(.logos-wrap) {
    text-align: left !important;
  }
  .home .sustainability .logos-wrap {
    position: absolute;
    width: 110px;
    right: 0;
    top: 0;
    padding: 0;
  }
  .home .sustainability .logos-wrap .img-wrap {
    width: 70px;
    height: 70px;
    border-width: 5px;
    text-align: center !important;
    padding: 0;
    line-height: 60px;
  }
  .home .sustainability .logos-wrap span.separator {
    width: 2px;
    height: 20px;
    display: block;
    margin: 5px auto;
  }
  .home .applications {
    padding: 60px 0 40px;
  }
  .home .applications .logos-wrap {
    padding: 0;
  }
  .ctaBar {
    border-left: 0;
    border-top: 10px solid #e31b23;
  }
}

@media all and (max-width: 480px) {
  .home .sustainability {
    padding: 40px 0 100px;
    background-size: 150% auto;
    background-position: bottom right;
  }
  .home .heroWrap {
    padding: 60px 0 40px;
  }
}

/********
INDUSTRY
*********/
.post-type-archive-industries article {
  font-size: 0.82em;
}

.post-type-archive-industries article .industry {
  border: 1px solid #acacac;
  height: 100%;
}

.post-type-archive-industries article .image {
  height: 150px;
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
  line-height: 150px;
  display: block;
  border-bottom: 5px solid #789D4A;
}

.post-type-archive-industries article .image .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  margin: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: all 0.2s;
}

.post-type-archive-industries article .image:hover .overlay {
  opacity: 1;
}

.post-type-archive-industries article .entry-content {
  padding: 15px 15px 20px;
}

.post-type-archive-industries article p {
  margin: 0;
  padding: 0;
}

.post-type-archive-industries article h2 {
  font-size: 1em;
  line-height: 1.25em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 5px;
  padding: 0;
}

.post-type-archive-industries article h2 a:not(.btn) {
  color: #003e74;
  font-weight: 700;
}

.post-type-archive-industries article h2 a:not(.btn):hover {
  color: #363636;
}

.post-type-archive-industries article:nth-child(4n) {
  padding-right: 0 !important;
}

@media all and (max-width: 1029px) {
  .post-type-archive-industries article:nth-child(4n) {
    padding-right: .75em !important;
  }
  .post-type-archive-industries article:nth-child(3n) {
    padding-right: 0 !important;
  }
}

@media all and (max-width: 767px) {
  .post-type-archive-industries article:nth-child(3n) {
    padding-right: .75em !important;
  }
  .post-type-archive-industries article:nth-child(2n) {
    padding-right: 0 !important;
  }
}

.single-industries #main {
  padding: 0;
  margin: 0;
}

.single-industries .entry-content {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
}

.ind-section .ind-section-intro {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-color: #f4f4f4;
  border-top: 5px solid #789D4A;
  border-bottom: 1px solid #c8c8c8;
  overflow: hidden;
}

.ind-section .ind-section-intro .copy {
  padding: 80px 0;
  line-height: 1.75em;
}

.ind-section .section-content {
  padding-top: 60px;
  padding-bottom: 10px;
  overflow: hidden;
}

.single-industries .sidebar {
  padding: 0 0 40px;
}

.single-industries .sidebar .sidebar-widget.additional-resources ul {
  margin-left: 35px;
}

.single-industries .sidebar .sidebar-widget.additional-resources ul li {
  margin: 10px 0;
}

.single-industries .sidebar .gray-box ul li {
  margin: 10px 0;
}

.single-industries .sidebar .sidebar-widget.additional-resources ul li a, .single-industries .sidebar .gray-box ul li a {
  color: #003d74;
}

.single-industries .sidebar .sidebar-widget.additional-resources ul li a:hover, .single-industries .sidebar .gray-box ul li a:hover {
  color: #e31b23;
}

@media all and (max-width: 1029px) {
  .ind-section .ind-section-intro {
    background-size: 60% auto;
  }
  .ind-section .ind-section-intro .copy {
    padding: 40px 0;
  }
}

@media all and (max-width: 991px) {
  .single-industries .anchors-wrap.fixed {
    top: 72px;
  }
}

@media all and (max-width: 767px) {
  .ind-section .ind-section-intro {
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .ind-section .ind-section-intro:before {
    content: '';
    background: rgba(255, 255, 255, 0.75);
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
  }
  .ind-section .ind-section-intro .spacer {
    display: none;
  }
  .ind-section .ind-section-intro .wrap {
    position: relative;
  }
  .single-industries .anchors-wrap {
    display: none;
  }
}

/********
Application
*********/
.post-type-archive-applications article {
  font-size: 0.82em;
}

.post-type-archive-applications article .industry {
  border: 1px solid #acacac;
  height: 100%;
}

.post-type-archive-applications article .image {
  height: 150px;
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
  line-height: 150px;
  display: block;
  border-bottom: 5px solid #789D4A;
}

.post-type-archive-applications article .image .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  margin: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: all 0.2s;
}

.post-type-archive-applications article .image:hover .overlay {
  opacity: 1;
}

.post-type-archive-applications article .entry-content {
  padding: 15px 15px 20px;
}

.post-type-archive-applications article p {
  margin: 0;
  padding: 0;
}

.post-type-archive-applications article h2 {
  font-size: 1em;
  line-height: 1.25em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 5px;
  padding: 0;
}

.post-type-archive-applications article h2 a:not(.btn) {
  color: #003e74;
  font-weight: 700;
}

.post-type-archive-applications article h2 a:not(.btn):hover {
  color: #363636;
}

.post-type-archive-applications article:nth-child(4n) {
  padding-right: 0 !important;
}

@media all and (max-width: 1029px) {
  .post-type-archive-applications article:nth-child(4n) {
    padding-right: 0.75em !important;
  }
  .post-type-archive-applications article:nth-child(3n) {
    padding-right: 0 !important;
  }
}

@media all and (max-width: 767px) {
  .post-type-archive-applications article:nth-child(3n) {
    padding-right: 0.75em !important;
  }
  .post-type-archive-applications article:nth-child(2n) {
    padding-right: 0 !important;
  }
}

.single-applications #main,
.single-applications .entry-content {
  padding: 0;
  margin: 0;
}

.single-applications .entry-content {
  border-bottom: 1px solid #dfdfdf;
}

.ind-section .ind-section-intro {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-color: #f4f4f4;
  border-top: 5px solid #e31b23;
  border-bottom: 1px solid #c8c8c8;
  overflow: hidden;
}

.ind-section .ind-section-intro .copy {
  padding: 80px 0;
  line-height: 1.75em;
}

.ind-section .section-content {
  padding-top: 60px;
  padding-bottom: 10px;
  overflow: hidden;
}

.single-applications .sidebar {
  padding: 0 0 40px;
}

.single-applications .sidebar .sidebar-widget.additional-resources ul {
  margin-left: 35px;
}

.single-applications .sidebar .sidebar-widget.additional-resources ul li,
.single-applications .sidebar .gray-box ul li {
  margin: 10px 0;
}

.single-applications .sidebar .sidebar-widget.additional-resources ul li a,
.single-applications .sidebar .gray-box ul li a {
  color: #003d74;
}

.single-applications .sidebar .sidebar-widget.additional-resources ul li a:hover,
.single-applications .sidebar .gray-box ul li a:hover {
  color: #e31b23;
}

@media all and (max-width: 1029px) {
  .ind-section .ind-section-intro {
    background-size: 60% auto;
  }
  .ind-section .ind-section-intro .copy {
    padding: 40px 0;
  }
}

@media all and (max-width: 991px) {
  .single-applications .anchors-wrap.fixed {
    top: 72px;
  }
}

@media all and (max-width: 767px) {
  .ind-section .ind-section-intro {
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .ind-section .ind-section-intro:before {
    content: "";
    background: rgba(255, 255, 255, 0.75);
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
  }
  .ind-section .ind-section-intro .spacer {
    display: none;
  }
  .ind-section .ind-section-intro .wrap {
    position: relative;
  }
  .single-applications .anchors-wrap {
    display: none;
  }
}

/********
Solution
*********/
.post-type-archive-solutions main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .post-type-archive-solutions main {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1030px) {
  .post-type-archive-solutions main {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.post-type-archive-solutions article {
  height: 100%;
  width: 100%;
  display: block;
  vertical-align: top;
  font-size: 0.82em;
}

.post-type-archive-solutions article .industry {
  border: solid 0.1rem #acacac;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.post-type-archive-solutions article .image {
  height: 15rem;
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
  line-height: 150px;
  display: block;
  border-bottom: 5px solid #789D4A;
}

.post-type-archive-solutions article .image .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  margin: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: all 0.2s;
}

.post-type-archive-solutions article .image:hover .overlay {
  opacity: 1;
}

.post-type-archive-solutions article .entry-content {
  flex: 2 0 auto;
  padding: 1.5rem;
}

.post-type-archive-solutions article p {
  margin: 0;
  padding: 0;
}

.post-type-archive-solutions article h2 {
  font-size: 1em;
  line-height: 1.25em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 5px;
  padding: 0;
}

.post-type-archive-solutions article h2 a:not(.btn) {
  color: #003C71;
  font-weight: 700;
}

.post-type-archive-solutions article h2 a:not(.btn):hover {
  color: #363636;
}

.single-solutions #main,
.single-solutions .entry-content {
  padding: 0;
  margin: 0;
}

.single-solutions .entry-content {
  border-bottom: 1px solid #dfdfdf;
}

.single-solutions .sidebar {
  padding: 0 0 40px;
}

.single-solutions .sidebar .sidebar-widget.additional-resources ul {
  margin-left: 35px;
}

.single-solutions .sidebar .sidebar-widget.additional-resources ul li,
.single-solutions .sidebar .gray-box ul li {
  margin: 10px 0;
}

.single-solutions .sidebar .sidebar-widget.additional-resources ul li a,
.single-solutions .sidebar .gray-box ul li a {
  color: #003d74;
}

.single-solutions .sidebar .sidebar-widget.additional-resources ul li a:hover,
.single-solutions .sidebar .gray-box ul li a:hover {
  color: #e31b23;
}

.single-solutions.postid-12367 .anchors-wrap ul > li:first-child,
.single-solutions.postid-12367 #overview {
  display: none;
}

@media all and (max-width: 991px) {
  .single-solutions .anchors-wrap.fixed {
    top: 72px;
  }
}

@media all and (max-width: 767px) {
  .single-solutions .anchors-wrap {
    display: none;
  }
}

.ind-section .section-content {
  padding-top: 60px;
  padding-bottom: 10px;
  overflow: hidden;
}

.ind-section .ind-section-intro {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-color: #f4f4f4;
  border-top: 5px solid #789D4A;
  border-bottom: 1px solid #c8c8c8;
  overflow: hidden;
}

.ind-section .ind-section-intro .copy {
  padding: 80px 0;
  line-height: 1.75em;
}

@media all and (max-width: 1029px) {
  .ind-section .ind-section-intro {
    background-size: 60% auto;
  }
  .ind-section .ind-section-intro .copy {
    padding: 40px 0;
  }
}

@media all and (max-width: 767px) {
  .ind-section .ind-section-intro {
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .ind-section .ind-section-intro:before {
    content: "";
    background: rgba(255, 255, 255, 0.75);
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
  }
  .ind-section .ind-section-intro .spacer {
    display: none;
  }
  .ind-section .ind-section-intro .wrap {
    position: relative;
  }
}

/**********
ABOUT PAGE
***********/
.about-story-section .uagb-column__inner-wrap {
  min-height: 360px;
}

.about-story-section .uagb-column__inner-wrap h2 {
  margin-bottom: 14rem !important;
}

.about-story-section .video-play-btn {
  position: absolute;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

.about-story-section .video-play-btn figure a img {
  width: 15.4rem;
  transition: all 250ms ease-in-out;
}

.about-story-section .video-play-btn figure a:hover {
  outline: none;
}

.about-story-section .video-play-btn figure a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.about-story-section .video-play-btn figure a:focus {
  outline: none;
}

.about-partner-banner .uagb-columns__inner-wrap {
  justify-content: space-between !important;
  flex-wrap: wrap;
  max-width: 100%;
}

@media (max-width: 991px) {
  .about-partner-banner .uagb-columns__inner-wrap .uagb-column__wrap {
    width: 33%;
  }
}

@media (max-width: 767px) {
  .about-partner-banner .uagb-columns__inner-wrap .uagb-column__wrap {
    width: 50%;
  }
}

.about-partner-banner .uagb-columns__inner-wrap .uagb-column__wrap .uagb-column__inner-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-partner-banner .uagb-columns__inner-wrap .uagb-column__wrap .uagb-column__inner-wrap .wp-block-image {
  margin: 0;
}

.about-partner-banner .uagb-columns__inner-wrap .uagb-column__wrap .uagb-column__inner-wrap .wp-block-image figure {
  margin: 0;
}

@media (max-width: 767px) {
  .about-customer-promise-section {
    background-position: 60% center !important;
  }
}

.about-customer-promise-section .customer-promise .uagb-columns__inner-wrap {
  border-width: 0.1rem 0;
  border-color: #fff;
  border-style: solid;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .about-customer-promise-section .customer-promise .uagb-columns__inner-wrap {
    border-width: 0 !important;
  }
}

.about-customer-promise-section .customer-promise .uagb-columns__inner-wrap .uagb-column__wrap:first-child .uagb-column__inner-wrap {
  padding-left: 0 !important;
}

.about-customer-promise-section .customer-promise .uagb-columns__inner-wrap .uagb-column__wrap:last-child .uagb-column__inner-wrap {
  padding-right: 0 !important;
}

.about-customer-promise-section .customer-promise .uagb-columns__inner-wrap .uagb-column__wrap:nth-child(2) .uagb-column__inner-wrap {
  border-width: 0 0.1rem;
  border-color: #fff;
  border-style: solid;
}

.about-customer-promise-section .customer-promise .uagb-columns__inner-wrap .uagb-column__wrap .uagb-column__inner-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.about-customer-promise-section .customer-promise .uagb-columns__inner-wrap .uagb-column__wrap .uagb-column__inner-wrap p {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .about-customer-promise-section .customer-promise .uagb-columns__inner-wrap .uagb-column__wrap {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .about-customer-promise-section .customer-promise .uagb-columns__inner-wrap .uagb-column__wrap .uagb-column__inner-wrap {
    padding: 3rem 0 !important;
    border-width: 0.1rem 0 0 !important;
    border-color: #fff;
    border-style: solid;
  }
}

.about-customer-promise-section .about-customer-promise-media {
  color: red;
}

@media (max-width: 767px) {
  .about-customer-promise-section .about-customer-promise-media .customer-promise-media {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .about-customer-promise-section .about-customer-promise-media .customer-promise-media .wp-block-media-text__media {
    -ms-grid-row-align: center;
        align-self: center;
  }
  .about-customer-promise-section .about-customer-promise-media .customer-promise-media .wp-block-media-text__content {
    padding: 0 !important;
    margin-top: 3.6rem;
  }
}

/****
BLOG
*****/
.blog #container {
  background: #f4f4f4;
}

@media (min-width: 768px) {
  .blog .heroWrap .wrap {
    justify-content: space-between;
  }
}

#posts {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden !important;
}

#posts article {
  width: 30.33%;
  display: inline-block;
  float: left;
  margin: 0 0 40px;
  border: 1px solid #acacac;
  padding: 0;
  background: #fff;
  position: relative;
}

#posts article:nth-child(3n + 1) {
  margin-right: 3%;
}

#posts article:nth-child(3n + 2) {
  margin-right: 1.5%;
  margin-left: 1.5%;
}

#posts article:nth-child(3n + 3) {
  margin-left: 3%;
  flex: none;
}

#posts article .thumbnail {
  height: 225px;
  display: block;
  border-bottom: 7px solid #789D4A;
  background: url("../static/images/svg/logo-ChemTreat.svg") no-repeat center center rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

#posts article .thumbnail span {
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}

#posts article .thumbnail:hover span {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#posts article .post-snippet {
  padding: 15px;
}

#posts article .category, #posts article time {
  font-size: 0.82em;
}

#posts article .category {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

#posts article .category a {
  color: #003e74;
}

#posts article h2 {
  margin: 0 0 10px;
  font-family: "Montserrat Regular";
  font-size: 0.82em;
  font-weight: 600;
}

#posts article h2 a {
  color: #363636;
  line-height: 1.5;
}

#posts article time {
  font-weight: 700;
}

.paging a.btn:not(:last-child) {
  margin-right: 15px;
}

a.btn.all-post {
  background: #9cb2c7;
  border-color: #9cb2c7;
}

.ct-blog-listing .calendarTitle {
  display: none;
}

/* Load More Button */
.ct_posts .nav-links, .nav-link--archive {
  text-align: center;
}

.ct_posts .nav-links .blog-loading img, .nav-link--archive .blog-loading img {
  width: 100px;
  padding: 15px;
}

.ct_posts .nav-links a.next, .nav-link--archive a.next {
  border: 1px solid #FF6720;
  display: inline-block;
  margin: 0 0 20px;
  padding: 0.75em 2em;
  font-size: 0.95em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s;
  background: #FF6720;
}

.ct_posts .nav-links a.next:hover, .nav-link--archive a.next:hover {
  color: #FF6720;
  background: #fff;
}

/* Subscribe Form */
.es_subscription_form > label > input {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
}

.single .sub-hero .sub-box > div:first-child, .ct-blog-listing .sub-hero .sub-box > div:first-child {
  margin-left: 10px;
}

.single .es_subscription_form label br, .ct-blog-listing .es_subscription_form label br {
  display: none;
}

.single .sub-hero .sub-box .es_shortcode_form > div, .ct-blog-listing .sub-hero .sub-box .es_shortcode_form > div {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.single .sub-hero .sub-box .es_shortcode_form label, .ct-blog-listing .sub-hero .sub-box .es_shortcode_form label {
  font-size: 0;
}

.single .sub-hero .sub-box .es_shortcode_form .es_textbox, .ct-blog-listing .sub-hero .sub-box .es_shortcode_form .es_textbox {
  margin: 0;
  padding: 0;
  width: calc(100% - 130px);
}

.single .sub-hero .sub-box .es_shortcode_form input, .ct-blog-listing .sub-hero .sub-box .es_shortcode_form input {
  display: inline-block;
  max-width: none;
  width: calc(100% - 10px);
  width: 215px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-family: inherit;
  font-weight: 800;
  font-size: 16px;
  height: auto;
  line-height: 1em;
  padding: 10px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 32px;
}

@media (min-width: 992px) and (max-width: 1103px) {
  .single .sub-hero .sub-box .es_shortcode_form input, .ct-blog-listing .sub-hero .sub-box .es_shortcode_form input {
    width: 100px;
  }
}

.single .sub-hero .sub-box .es_shortcode_form .es_submit_button, .ct-blog-listing .sub-hero .sub-box .es_shortcode_form .es_submit_button {
  width: 120px;
}

.single .sub-hero .sub-box .es_shortcode_form .es_submit_button, .ct-blog-listing .sub-hero .sub-box .es_shortcode_form .es_submit_button {
  display: inline-block;
  height: 32px;
  border-radius: 0;
  color: #fff;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.74em;
  height: auto;
  line-height: 1em;
  padding: 10px 20px;
  margin: 0;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #FF6720;
  border: 1px solid #FF6720;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.single .sub-hero .sub-box .es_shortcode_form .es_submit_button:hover, .ct-blog-listing .sub-hero .sub-box .es_shortcode_form .es_submit_button:hover {
  color: #FF6720;
  background: #fff;
}

@media (max-width: 470px) {
  .single .sub-hero .sub-box .es_shortcode_form .es_submit_button, .ct-blog-listing .sub-hero .sub-box .es_shortcode_form .es_submit_button {
    margin-top: 10px;
  }
}

@media (max-width: 664px) {
  .single .sub-hero .sub-box .es_shortcode_form .es_submit_button {
    margin-top: 10px;
  }
  .ct-blog-listing .sub-hero .sub-box .es_shortcode_form .es_submit_button {
    margin-top: 10px;
  }
  .ct-blog-listing .sub-hero .sub-box .es_shortcode_form input {
    width: 100%;
  }
  .single .sub-hero .sub-box .es_shortcode_form > div, .ct-blog-listing .sub-hero .sub-box .es_shortcode_form > div {
    width: 100%;
  }
  .single .sub-hero .sub-box .emaillist {
    display: block;
    float: left;
    width: 100%;
  }
  .ct-blog-listing .sub-hero .sub-box .emaillist, .ct-blog-listing form.es_subscription_form.es_shortcode_form {
    display: block;
    float: left;
    width: 100%;
  }
  .single .sub-hero .sub-box, .ct-blog-listing .sub-hero .sub-box {
    text-align: center;
  }
  .single .sub-hero .sub-box .es_shortcode_form label, .ct-blog-listing .sub-hero .sub-box .es_shortcode_form label {
    font-size: 16px;
  }
  .single .sub-hero .sub-box > div:first-child, .ct-blog-listing .sub-hero .sub-box > div:first-child {
    margin-left: 0;
  }
}

/*********
RESOURCES
*********/
#posts.resources article {
  width: 23%;
  margin: 0 1% 2%;
}

#posts.resources article .thumbnail {
  height: 163px;
}

#posts.resources article .post-snippet {
  padding-bottom: 40px;
}

#posts.resources article .category {
  color: #003d74;
  display: block;
  margin: 0 0 5px;
}

#posts.resources article h2 {
  font-size: 0.82em;
  margin: 0;
  color: #363636;
  font-weight: 600;
}

#posts.resources article .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 20px;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.2s;
}

#posts.resources article:hover .overlay {
  opacity: 1;
}

#posts.resources article .overlay a.btn {
  font-size: 0.75em;
  padding: 0.5em 2em;
  margin: 0 auto;
  position: absolute;
  width: calc(100% - 50px);
  height: 40px;
  box-sizing: border-box;
  top: calc(50% - 20px);
  left: 25px;
}

.sub-hero.resources {
  text-align: center;
}

.sub-hero.resources select {
  margin: 0 0 0 10px;
}

.single-resources .heroWrap,
.page-template-cp .heroWrap {
  background-image: url("../static/images/resource-hero.jpg");
}

.single-resources .heroWrap span.featured-tag {
  margin: 0;
  text-transform: uppercase;
}

.single-resources .entry-content ul li:before {
  content: "►";
  font-size: 0.65em;
}

.heroWrap.withDropdown,
.heroWrap.withDropdown .wrap {
  overflow: visible;
  z-index: 9;
}

.dropdown {
  margin: 20px auto 40px;
  width: 350px;
  position: relative;
  z-index: 9;
  font-size: 0.94em;
}

.dropdown dd,
.dropdown dt,
.dropdown ul {
  margin: 0px;
  padding: 0px;
}

.dropdown dd {
  position: relative;
}

.dropdown dt a,
.dropdown dt a:link,
.dropdown dt a.link:active,
.dropdown dt a:hover,
.dropdown dt a:visited {
  background: #65a1df;
  color: #fff;
  display: block;
  padding: 10px 30px 10px 10px;
  border: 2px solid #65a1df;
  width: 100%;
  position: relative;
  outline: 0;
  font-weight: 700;
}

.dropdown dt a:after {
  content: "▾";
  position: absolute;
  right: 15px;
  color: #fff;
  top: 15px;
}

.dropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 5px;
}

.dropdown dd ul {
  background: #fff;
  display: none;
  list-style: none;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border: 2px solid #65a1df;
  color: #363636;
}

.dropdown span.value {
  display: none;
}

.dropdown dd ul li a {
  padding: 5px 20px;
  display: block;
  color: #363636;
}

.dropdown dd ul li a.all {
  padding: 10px 20px;
}

.dropdown dd ul li:not(.region-header) a:hover,
.dropdown dd ul li:not(.region-header):hover a {
  background: #65a1df;
  color: #fff;
}

.dropdown dd ul li:not(.region-header) a.active {
  background: #65a1df;
  color: #fff;
  text-decoration: none;
}

.dropdown dd ul li.region-header {
  padding: 10px 10px 5px;
  color: #003e74;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}

.location {
  width: calc(50% - 20px);
  margin: 0 20px 20px 0;
  float: left;
  background: #fcfcfc;
  border: 1px solid #d8d8d8;
  padding: 0;
  font-size: 0.82em;
}

.location span.h3 {
  font-size: 1em;
  color: #003d74;
  font-weight: 700;
  text-transform: uppercase;
}

.location h2 {
  font-size: 1.36em;
  margin: 0 0 5px;
  font-weight: 700;
}

.location p {
  margin: 0;
  line-height: 1.5em;
}

.location .copy {
  padding: 15px;
}

.location .links {
  padding: 5px 15px;
  border-top: 1px solid #d8d8d8;
  overflow: hidden;
}

.location .links .website a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.86em;
  text-transform: uppercase;
  color: #003d74;
  background: url("../static/images/location-website.png") left center no-repeat;
  background-size: 14px 12px;
  font-weight: 700;
  padding-left: 16px;
}

.location .links .social-media {
  text-align: right;
}

.location .links .social-media a {
  font-size: 0;
  color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}

.location .links .social-media a.linkedin {
  background-image: url("../static/images/location-linkedin.png");
}

.location .links .social-media a.facebook {
  background-image: url("../static/images/location-facebook.png");
}

.location .links .social-media a.twitter {
  background-image: url("../static/images/location-twitter.png");
}

.location .links .social-media a.youtube {
  background-image: url("../static/images/location-youtube.png");
}

.customer-services {
  padding: 40px 0 20px;
}

.customer-services .location {
  width: 49%;
  font-size: 0.75em;
  padding: 15px 10px 15px;
  background: #e7eaeb;
  border-color: #d8d8d8;
}

.customer-services .location:first-child {
  margin: 0 1% 20px 0;
}

.customer-services .location:last-child {
  margin: 0 0 20px 1%;
}

.customer-services .location h3 {
  padding: 0 0 10px;
  border-bottom: 1px solid #c5d0d9;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.customer-services .location p {
  line-height: 1.75em;
  margin-bottom: 10px;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 0;
  position: relative;
  z-index: 8;
}

.acf-map img {
  max-width: inherit !important;
}

p.links {
  margin: 0;
}

p.links a {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  color: transparent;
  vertical-align: middle;
  line-height: 1em;
}

p.links a:not(:last-child) {
  margin-left: 10px;
}

p.links a.website {
  background-image: url("../static/images/location-website.png");
  font-size: 0.75em;
  color: #363636;
  width: auto;
  padding-left: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

p.links a.linkedin {
  background-image: url("../static/images/location-linkedin.png");
}

p.links a.facebook {
  background-image: url("../static/images/location-facebook.png");
}

p.links a.twitter {
  background-image: url("../static/images/location-twitter.png");
}

p.links a.youtube {
  background-image: url("../static/images/location-youtube.png");
}

.gray-box .wrap {
  padding: 0;
}

.bottomForm .formWrap .hbspt-form {
  text-align: center;
}

.bottomForm .formWrap .hbspt-form form fieldset {
  margin: 0 auto;
  text-align: left;
}

.bottomForm .formWrap .hbspt-form form input[type="submit"] {
  max-width: 200px;
  margin: 0 auto !important;
}

.bottomForm .formWrap .hbspt-form form fieldset.form-columns-2 > div {
  width: 49%;
}

.bottomForm .formWrap .hbspt-form form fieldset.form-columns-2 > div:first-child {
  float: left;
}

.bottomForm .formWrap .hbspt-form form fieldset.form-columns-2 > div:last-child {
  float: right;
}

.bottomForm .formWrap .hbspt-form .field .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  padding-top: 0 !important;
}

.post-type-archive-industries main,
.post-type-archive-applications main {
  text-align: center;
}

.post-type-archive-industries main article,
.post-type-archive-applications main article {
  float: none;
  display: inline-block;
  vertical-align: top;
}

/*.member-popup { display: none; }*/
.contact-form-wrap {
  text-align: center;
  width: 100%;
  float: left;
}

.contact-form-wrap .hbspt-form form fieldset {
  margin: 0 auto;
  text-align: left;
  max-width: 100%;
}

.contact-form-wrap .hbspt-form form input[type="submit"] {
  max-width: 200px;
  margin: 0 auto !important;
}

.contact-form-wrap .hbspt-form form fieldset.form-columns-2 > div {
  width: 49%;
}

.contact-form-wrap .hbspt-form form fieldset.form-columns-2 > div:first-child {
  float: left;
}

.contact-form-wrap .hbspt-form form fieldset.form-columns-2 > div:last-child {
  float: right;
}

.contact-form-wrap .hbspt-form .field .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  padding-top: 0 !important;
}

.mfp-inline-holder .mfp-content,
.mfp-content {
  width: 1000px;
}

.member-popup h2 {
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  margin: 0 0 5px !important;
}

.member-popup .info-wrap {
  width: 33.33%;
  float: left;
  margin: 0 auto !important;
}

.member-popup .info-wrap h4 {
  font-size: 18px;
  line-height: 30px;
  color: #003d74;
}

.member-popup .info-wrap p strong {
  display: block;
}

.member-popup .info-wrap p strong span {
  display: block;
  font-size: 12px;
  line-height: 15px;
}

.member-popup .info-wrap:nth-child(4) h4 {
  opacity: 0;
  visibility: hidden;
}

.leadership-group .member > a {
  cursor: default;
}

@media all and (max-width: 1029px) {
  .single-resources .sidebar {
    width: 650px;
    padding: 0;
    margin: 20px auto 40px;
    max-width: 100%;
    float: none;
    clear: both;
  }
}

@media all and (max-width: 991px) {
  .sub-hero .wrap {
    width: 100%;
  }
  .sub-hero .widget {
    float: none;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .sub-hero .widget:first-child {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .sub-hero select.categories {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
  .sub-hero .sub-box {
    text-align: center;
    padding: 0 6px 0 0;
  }
  .sub-hero .sub-box > div:first-child {
    width: calc(100% - 200px);
  }
  #posts article {
    width: 31.25%;
  }
  #posts article:nth-child(3n + 1) {
    margin-right: 2%;
  }
  #posts article:nth-child(3n + 2) {
    margin-right: 1%;
    margin-left: 1%;
  }
  #posts article:nth-child(3n + 3) {
    margin-left: 2%;
    flex: none;
  }
  .paging a.btn {
    padding: 0.75em 1.5em;
  }
  .paging a.btn:not(:last-child) {
    margin-right: 10px;
  }
  .sub-hero.resources .widget:first-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  #posts.resources article {
    width: 31.25%;
    margin: 0 1% 2%;
  }
  .member-popup .info-wrap {
    width: 100%;
    margin-top: 0;
  }
  .member-popup .info-wrap:nth-child(4) h4 {
    display: none;
  }
}

@media all and (max-width: 824px) {
  #posts article {
    width: 48%;
    margin-bottom: 2%;
  }
  #posts article:nth-child(3n + 1) {
    margin-right: 0;
  }
  #posts article:nth-child(3n + 2) {
    margin-right: 0;
    margin-left: 0;
  }
  #posts article:nth-child(3n + 3) {
    margin-left: 0;
    flex: none;
  }
  #posts article:nth-child(2n + 1) {
    margin-left: 1%;
    margin-right: 1%;
  }
  #posts article:nth-child(2n + 2) {
    margin-left: 1%;
    margin-right: 1%;
  }
  .paging a.btn,
  .paging a.btn:not(:last-child) {
    clear: right;
    margin-right: 0;
  }
}

@media all and (max-width: 767px) {
  .paging {
    text-align: center;
    padding: 0 0 40px;
  }
  .paging a.btn {
    padding: 0.25em 0.5em;
  }
  .single-post .sidebar {
    width: 100%;
  }
  .single-post .sidebar .sidebar-widget {
    width: 260px;
    margin: 0 auto 20px;
  }
  .sub-hero.resources select {
    display: block;
    width: 350px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .sub-hero.resources select:not(:last-child) {
    border-bottom: 0;
  }
  .sub-hero.resources select:last-child {
    margin-bottom: 10px;
  }
  #posts.resources article {
    width: 48%;
    margin: 0 1% 2%;
  }
  .bottomForm .formWrap .hbspt-form form fieldset.form-columns-2 > div {
    width: 100%;
  }
  .bottomForm .formWrap .hbspt-form form fieldset.form-columns-2 > div:last-child {
    float: left;
  }
  .contact-form-wrap .hbspt-form form fieldset.form-columns-2 > div {
    width: 100%;
  }
  .contact-form-wrap .hbspt-form form fieldset.form-columns-2 > div:last-child {
    float: left;
  }
}

@media all and (max-width: 580px) {
  #posts article {
    width: 100%;
    margin-bottom: 20px;
  }
  #posts article:nth-child(2n + 1),
  #posts article:nth-child(2n + 2) {
    margin-left: 0;
    margin-right: 0;
  }
  #posts.resources article {
    width: 100%;
    margin: 0 0 20px;
  }
}

@media all and (max-width: 480px) {
  .sub-hero .widget:first-child {
    margin-bottom: 0;
  }
  .sub-hero .sub-box > div:first-child {
    width: 100%;
  }
  .sub-hero .sub-box {
    padding: 0 6px;
  }
}

.uagb-columns__stack-mobile > .uagb-columns__columns-2 > .uagb-column__wrap.contact-us-customer-support-container {
  border-left: 1px solid #d5d5d5;
}

@media (max-width: 767px) {
  .uagb-columns__stack-mobile > .uagb-columns__columns-2 > .uagb-column__wrap.contact-us-customer-support-container {
    border-left: none;
    background-color: #F8F8F8;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem) !important;
  }
}

.uagb-columns__stack-mobile > .uagb-columns__columns-2 > .uagb-column__wrap.contact-us-customer-support-container .uagb-column__inner-wrap {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .uagb-columns__stack-mobile > .uagb-columns__columns-2 > .uagb-column__wrap.contact-us-customer-support-container .uagb-column__inner-wrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.uagb-columns__stack-mobile > .uagb-columns__columns-2 > .uagb-column__wrap.contact-us-customer-support-container .uagb-column__inner-wrap .contact-us-customer-support, .uagb-columns__stack-mobile > .uagb-columns__columns-2 > .uagb-column__wrap.contact-us-customer-support-container .uagb-column__inner-wrap .localized-container {
  width: calc(100% - 3.5rem);
  margin-left: unset;
  margin-right: unset;
}

@media (max-width: 767px) {
  .uagb-columns__stack-mobile > .uagb-columns__columns-2 > .uagb-column__wrap.contact-us-customer-support-container .uagb-column__inner-wrap .contact-us-customer-support, .uagb-columns__stack-mobile > .uagb-columns__columns-2 > .uagb-column__wrap.contact-us-customer-support-container .uagb-column__inner-wrap .localized-container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .uagb-columns__stack-mobile > .uagb-columns__columns-2 > .uagb-column__wrap.contact-us-customer-support-container .uagb-column__inner-wrap .contact-us-customer-support {
    margin-top: 4rem;
  }
}

.uagb-columns__stack-mobile > .uagb-columns__columns-2 > .uagb-column__wrap.contact-us-customer-support-container .uagb-column__inner-wrap .localized-container {
  margin-bottom: 2rem;
}

.uagb-columns__stack-mobile > .uagb-columns__columns-2 > .uagb-column__wrap.contact-us-customer-support-container .uagb-column__inner-wrap .component.fancy-cta-component:last-child {
  margin-bottom: 0;
}

.contact-form-heading, .contact-form-instructions {
  width: calc(100% - 3.5rem);
}

@media (max-width: 767px) {
  .contact-form-heading, .contact-form-instructions {
    width: 100%;
  }
}

.locations-archive-content-container,
.taxonomy-countries-content-container {
  padding-top: 10rem;
}

.post-type-archive-locations .component.fancy-page-heading-component, .tax-countries .component.fancy-page-heading-component {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.post-type-archive-locations .component.fancy-page-heading-component .fancy-heading, .tax-countries .component.fancy-page-heading-component .fancy-heading {
  font-size: 4.6rem;
  line-height: 4.6rem;
  color: #003C71;
  font-family: 'Montserrat Regular';
  font-weight: 300;
  text-align: center;
  margin: 0 0 2.5rem;
}

.post-type-archive-locations .component.fancy-page-heading-component .fancy-subheading, .tax-countries .component.fancy-page-heading-component .fancy-subheading {
  font-size: 2.8rem;
  color: #003C71 !important;
  font-family: 'Montserrat Regular';
  text-align: center;
  margin: 0 0 2.5rem;
  font-weight: 900;
}

.post-type-archive-locations .component.fancy-page-heading-component .fancy-heading-graphic-container, .tax-countries .component.fancy-page-heading-component .fancy-heading-graphic-container {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 0 2.5rem;
}

.post-type-archive-locations .component.fancy-page-heading-component .fancy-heading-graphic-container .fancy-heading-rule, .tax-countries .component.fancy-page-heading-component .fancy-heading-graphic-container .fancy-heading-rule {
  flex-basis: 45%;
}

@media (max-width: 767px) {
  .post-type-archive-locations .component.fancy-page-heading-component .fancy-heading-graphic-container .fancy-heading-rule, .tax-countries .component.fancy-page-heading-component .fancy-heading-graphic-container .fancy-heading-rule {
    flex-basis: 40%;
  }
}

.post-type-archive-locations .component.fancy-page-heading-component .fancy-heading-graphic-container .fancy-heading-rule hr, .tax-countries .component.fancy-page-heading-component .fancy-heading-graphic-container .fancy-heading-rule hr {
  height: 0.2rem;
  background-color: #FF6720;
  color: #FF6720;
  opacity: 1;
}

.post-type-archive-locations .component.fancy-page-heading-component .fancy-heading-icon, .tax-countries .component.fancy-page-heading-component .fancy-heading-icon {
  flex-basis: 10%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .post-type-archive-locations .component.fancy-page-heading-component .fancy-heading-icon, .tax-countries .component.fancy-page-heading-component .fancy-heading-icon {
    flex-basis: 20%;
  }
}

.post-type-archive-locations .component.fancy-page-heading-component p, .tax-countries .component.fancy-page-heading-component p {
  margin: 0 auto 2rem !important;
  width: 85%;
  text-align: center;
}

.post-type-archive-locations .component.fancy-page-heading-component p:last-child, .tax-countries .component.fancy-page-heading-component p:last-child {
  margin: 0 auto;
  text-align: center;
}

.post-type-archive-locations .locations-wrapper, .tax-countries .locations-wrapper {
  gap: 5rem;
  padding-bottom: 10rem;
}

@media (max-width: 991px) {
  .post-type-archive-locations .locations-wrapper, .tax-countries .locations-wrapper {
    flex-direction: column;
  }
}

.post-type-archive-locations .locations-wrapper .col:first-child, .tax-countries .locations-wrapper .col:first-child {
  flex: 1 2 50%;
}

.post-type-archive-locations .locations-wrapper .col:last-child, .tax-countries .locations-wrapper .col:last-child {
  flex: 1 2 45%;
}

@media (max-width: 991px) {
  .post-type-archive-locations .locations-wrapper .col, .tax-countries .locations-wrapper .col {
    flex: 1 2 100% !important;
  }
}

.post-type-archive-locations .locations-wrapper dl.dropdown, .tax-countries .locations-wrapper dl.dropdown {
  width: 100%;
  border-bottom: 0.1rem solid #003C71;
  background-color: #F8F8F8;
  padding: 0.9rem 1.2rem;
  position: relative;
  margin-top: 0;
}

.post-type-archive-locations .locations-wrapper dl.dropdown label, .tax-countries .locations-wrapper dl.dropdown label {
  padding: 0;
  font-size: 1.1rem;
  color: #616161;
}

.post-type-archive-locations .locations-wrapper dl.dropdown dt a, .tax-countries .locations-wrapper dl.dropdown dt a {
  background-color: #F8F8F8;
  color: #003C71;
  padding: 0;
  border: none;
  position: unset;
}

.post-type-archive-locations .locations-wrapper dl.dropdown dt a::after, .tax-countries .locations-wrapper dl.dropdown dt a::after {
  content: '';
  width: 1.4rem;
  height: 1rem;
  z-index: 1;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url("/wp-content/uploads/2021/10/icon-arrow-menu-2.png");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}

.post-type-archive-locations .locations-wrapper dl.dropdown dt a:hover,
.post-type-archive-locations .locations-wrapper dl.dropdown dt a .active, .tax-countries .locations-wrapper dl.dropdown dt a:hover,
.tax-countries .locations-wrapper dl.dropdown dt a .active {
  background: #F8F8F8;
  color: #003C71;
  display: block;
  padding: 0;
  border: none;
  width: auto;
  position: unset;
  outline: 0;
  font-weight: normal;
}

.post-type-archive-locations .locations-wrapper dl.dropdown dt a span, .tax-countries .locations-wrapper dl.dropdown dt a span {
  color: #003C71;
  padding: 0;
}

.post-type-archive-locations .locations-wrapper .locations-container, .tax-countries .locations-wrapper .locations-container {
  display: flex;
  gap: 2rem;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

@media (max-width: 767px) {
  .post-type-archive-locations .locations-wrapper .locations-container, .tax-countries .locations-wrapper .locations-container {
    flex-direction: column;
  }
}

.post-type-archive-locations .locations-wrapper .locations-container .location, .tax-countries .locations-wrapper .locations-container .location {
  width: calc(50% - 10px);
  margin: 0;
  float: none;
  background: #fff;
  border: none;
  border-width: 0.6rem 0.1rem 0.1rem;
  border-color: #d6d6d6;
  border-top-color: #789D4A;
  border-style: solid;
  padding: 0;
  font-size: inherit;
}

@media (max-width: 767px) {
  .post-type-archive-locations .locations-wrapper .locations-container .location, .tax-countries .locations-wrapper .locations-container .location {
    width: 100%;
  }
}

.post-type-archive-locations .locations-wrapper .locations-container .location .copy, .tax-countries .locations-wrapper .locations-container .location .copy {
  padding: 2.5rem;
}

.post-type-archive-locations .locations-wrapper .locations-container .location .copy .h3, .tax-countries .locations-wrapper .locations-container .location .copy .h3 {
  color: #FF6720;
  font-size: 1.4rem;
}

.post-type-archive-locations .locations-wrapper .locations-container .location .copy h2, .tax-countries .locations-wrapper .locations-container .location .copy h2 {
  font-size: 2rem;
  font-family: 'Montserrat Semi Bold';
  color: #000000;
}

.post-type-archive-locations .locations-wrapper .locations-container .location .links, .tax-countries .locations-wrapper .locations-container .location .links {
  border-top: none;
  overflow: hidden;
  padding: 0 2.5rem 2.5rem;
}

.post-type-archive-locations .locations-wrapper .locations-container .location .links .website, .tax-countries .locations-wrapper .locations-container .location .links .website {
  flex-basis: 100%;
  flex-shrink: 2;
  flex-grow: 3;
  width: auto;
  padding-right: 0;
  float: none;
}

.post-type-archive-locations .locations-wrapper .locations-container .location .links .website a, .tax-countries .locations-wrapper .locations-container .location .links .website a {
  color: #003C71;
  font-size: 1.4rem;
  text-transform: uppercase;
  background: none;
  padding-left: 0;
}

.post-type-archive-locations .locations-wrapper .locations-container .location .links .website a:hover, .tax-countries .locations-wrapper .locations-container .location .links .website a:hover {
  text-decoration: underline;
}

.post-type-archive-locations .locations-wrapper .locations-container .location .links .social-media, .tax-countries .locations-wrapper .locations-container .location .links .social-media {
  flex-basis: 100%;
  flex-shrink: 2;
  flex-grow: 2;
  width: auto;
}

.post-type-archive-locations .locations-wrapper .customer-services, .tax-countries .locations-wrapper .customer-services {
  padding: 3.2rem 0 0;
  display: flex;
  flex-direction: column;
}

.post-type-archive-locations .locations-wrapper .customer-services .location, .tax-countries .locations-wrapper .customer-services .location {
  width: 100%;
  background: none;
  border: none;
  background-color: #fff;
  margin: 0;
}

.post-type-archive-locations .locations-wrapper .customer-services .location:first-child, .tax-countries .locations-wrapper .customer-services .location:first-child {
  margin-bottom: 3rem;
}

.post-type-archive-locations .locations-wrapper .customer-services .location .card-title, .tax-countries .locations-wrapper .customer-services .location .card-title {
  border-bottom: none;
  color: #003C71;
  font-size: 2rem;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .post-type-archive-locations .locations-wrapper .customer-services .location .card-title, .tax-countries .locations-wrapper .customer-services .location .card-title {
    font-size: 2.4rem;
  }
}

@media (min-width: 1200px) {
  .post-type-archive-locations .locations-wrapper .customer-services .location .card-title, .tax-countries .locations-wrapper .customer-services .location .card-title {
    font-size: 2.8rem;
  }
}

.post-type-archive-locations .locations-wrapper .customer-services .location .card-title .h3, .tax-countries .locations-wrapper .customer-services .location .card-title .h3 {
  font-size: 1.6rem;
  line-height: 1;
  color: #000000;
  font-family: 'Montserrat Bold';
  text-transform: none;
}

.post-type-archive-locations .locations-wrapper .customer-services .location .card-text, .tax-countries .locations-wrapper .customer-services .location .card-text {
  color: #000000;
  font-size: 1.6rem;
}

.post-type-archive-locations .locations-wrapper .customer-services .location .card-text .email, .tax-countries .locations-wrapper .customer-services .location .card-text .email {
  text-decoration: underline;
}

.post-type-archive-locations .locations-wrapper .customer-services .location .card-text strong, .tax-countries .locations-wrapper .customer-services .location .card-text strong {
  font-family: 'Montserrat Bold';
}

.anchors-wrap {
  background: #C1D3D6;
  padding: 10px;
  text-align: center;
  overflow: hidden;
  width: 100%;
  position: relative;
  left: 0;
  z-index: 9;
}

.anchors-wrap.fixed {
  position: fixed;
  top: 54px;
}

.anchors-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.anchors-wrap ul li {
  display: inline-block;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

.anchors-wrap ul li:not(:last-child):after {
  content: "/";
  display: inline-block;
  padding: 0 10px;
  color: #fff;
}

.anchors-wrap ul li:before {
  display: none;
}

.anchors-wrap ul li a {
  color: #003C71;
  transition: all 0.2s;
}

.anchors-wrap ul li.active a, .anchors-wrap ul li a:hover {
  color: #fff !important;
}

.sub-hero {
  background: #C1D3D6;
  padding: 10px 0;
  color: #003C71;
  font-size: 1em;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  overflow: hidden;
}

.sub-hero * {
  vertical-align: middle;
}

.sub-hero a {
  color: #003C71;
}

.sub-hero a:hover {
  color: #fff !important;
}

.sub-hero select {
  display: inline-block;
  width: 200px;
  max-width: 100%;
  border-radius: 0;
  background: url("../static/images/dropdown-icon.png") no-repeat right 10px center;
  background-size: 9px 13px;
  border: 1px solid #fff;
  color: #003C71;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.74em;
  line-height: 1em;
  padding: 10px;
  margin: 0 10px;
  text-transform: uppercase;
  outline: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 32px;
}

.sub-hero select.categories option {
  background: #fff;
  color: #363636;
}

.sub-hero .sub-box {
  text-align: right;
}

.sub-hero .sub-box > div:first-child {
  float: right;
}

.sub-hero .sub-box .es_shortcode_form > div {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.sub-hero .sub-box .es_shortcode_form .es_lablebox {
  display: none;
}

.sub-hero .sub-box .es_shortcode_form .es_textbox {
  margin: 0;
  padding: 0;
  width: calc(100% - 130px);
}

.sub-hero .sub-box .es_shortcode_form .es_textbox input {
  display: inline-block;
  max-width: none;
  width: calc(100% - 10px);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.74em;
  height: auto;
  line-height: 1em;
  padding: 10px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 32px;
}

.sub-hero .sub-box .es_shortcode_form .es_button {
  width: 120px;
}

.sub-hero .sub-box .es_shortcode_form .es_button input {
  display: inline-block;
  width: 100%;
  border-radius: 0;
  color: #fff;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.74em;
  height: auto;
  line-height: 1em;
  padding: 10px 20px;
  margin: 0;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #65a1df;
  cursor: pointer;
}

.sub-hero .sub-box .es_shortcode_form .es_button input:hover, .sub-hero .sub-box .es_shortcode_form .es_button input:active {
  color: #fff;
  opacity: 0.85;
}

/*************
 * Print View
 *************/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}


/*# sourceMappingURL=theme.css.map*/