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

:root {
  --black-color: #101820;
  --coastal-color: #C8C3B1;
  --due-white-color: #FFE8BC;
  --eastern-blue-color: #008EAA;
  --islamic-green-color: #29997D;
  --main-blue-color: #136476;
  --main-red-color: #F45336;
  --main-red-color-light: #F76E3C;
  --ozark-gray-color: #B7B4AF;
  --shuttle-grey-color: #5B6770;
  --shuttle-grey-60-color: #9DA4A9;
  --shuttle-grey-80-color: #7C858D;
  --tint-60-color: #6683B7;
  --tint-80-color: #33599F;
  --text-color: #101820;
  --white-color: #FFFFFF;
  --whiteV2-color: #EDEBE1;
	--cream-color: #FDE8BC;
}


hr {
  background-color: var(--due-white-color);
  border: 0;
  color: var(--due-white-color);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}

.hs-landing-page .row-depth-1 .row-fluid  {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media (min-width: 768px) {
    .hs-landing-page .row-depth-1 .row-fluid  {
        max-width: 1240px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

.dnd-section .dnd-column {
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* Fonts */
@font-face {
  font-family: 'Montserrat-Light';
  src: url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Light.eot');
  src: url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Light.eot#iefix') format('embedded-opentype'),
  url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Light.woff2') format('woff2'),
  url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Light.woff') format('woff'),
  url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Light.ttf') format('truetype'),
  url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Regular.eot');
  src: url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Regular.eot#iefix') format('embedded-opentype'),
  url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Regular.woff2') format('woff2'),
  url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Regular.woff') format('woff'),
  url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Regular.ttf') format('truetype'),
  url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Medium.eot');
  src: url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Medium.eot#iefix') format('embedded-opentype'),
  url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Medium.woff2') format('woff2'),
  url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Medium.woff') format('woff'),
  url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Medium.ttf') format('truetype'),
  url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Bold.eot');
  src: url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Bold.eot#iefix') format('embedded-opentype'),
  url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Bold.woff2') format('woff2'),
  url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Bold.woff') format('woff'),
  url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Bold.ttf') format('truetype'),
  url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-SemiBold.eot');
  src: url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-SemiBold.eot#iefix') format('embedded-opentype'),
  url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-SemiBold.woff2') format('woff2'),
  url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-SemiBold.woff') format('woff'),
  url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-SemiBold.ttf') format('truetype'),
  url('https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Effra Font  */
@import url('https://use.typekit.net/xbz7nkp.css');

html {
  font-size: 24px;
}

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: var(--text-color);
  /*font-family: Lato, sans-serif;*/
  font-family: 'Effra';
  line-height: 1.4;
  word-break: break-word;
  overflow-x: hidden !important;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  color: var(--shuttle-grey-color);
  font-family: 'Effra' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 1rem;
}

strong {
/*   font-family: 'Montserrat-Bold'; */
	font-family: 'Effra';
  font-weight: bold;
}

/* Anchors */

a {
  color: var(--main-red-color);
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-color) !important;
  /*font-family: Merriweather, serif;*/
	font-family:Roboto ;
  font-weight: normal;
  margin: 0 0 24px;
}

h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty{
  display: none;
}

h1 {
  font-size: 2.1rem;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.5px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: "Effra", sans-serif;
/*   font-family: 'Montserrat-Medium'; */
  font-size: 1.175rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
  line-height: 24px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

h6.uppercase {
  color: var(--main-blue-color) !important;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 16px;
  text-transform: uppercase;
	font-weight:bold;
}


.text-center {
  text-align: center;
}

figure {
  margin: 0;
}


@media (min-width: 1200px) {
  h1 {
/* 		font-family: Roboto!important; */
    font-family: 'Effra';
		font-size: 62px !important;
    line-height: 70px !important;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
  }



  h2 {
/* 		font-family: Roboto !important; */
   font-family: 'Effra';
		font-size: 60px !important;
    line-height: 72px !important;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
  }

  h1.title-large,
  h2.title-large {
    font-size: 60px !important;
    line-height: 72px !important;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
  }


  h2.title-medium {
    font-size: 54px !important;
    line-height: 68px !important;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
  }

  h2.title-small {
    font-size: 46px !important;
    line-height: 54px !important;
    margin-bottom: 24px;
  }

  h3 {
/* 		font-family: Roboto !important; */
		font-family: 'Effra';
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 48px !important;
    line-height: 59px;
    margin-bottom: 16px;
  }

  h4 {
    font-size: 34px !important;
    line-height: 41px !important;
    letter-spacing: 0.25px;
    margin-bottom: 16px;
  }

}

@media (min-width: 768px) and (max-width: 992px) {
  h2 {
    font-size: 32px !important;
  }
  div.headline-5 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 42px !important;
    line-height: 52px !important;
  }
  
  h2 {
    font-size: 38px !important;
    line-height: 46px !important;
  }

  h1.title-large,
  h2.title-large {
    font-size: 38px !important;
    line-height: 46px !important;
  }

  h2.title-medium {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  h2.title-small {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  div.headline-5 {
    font-size: 17px !important;
    line-height: 21px !important;
  }
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

*:focus:not(:hover) {
  outline: auto green;
  outline: -webkit-focus-ring-color auto!important;
}

:focus:not(:focus-visible) {
  outline: 0!important;
}

.disable-focus-styles :focus {
  outline: none;
}

/* Style Guide */
.palette {
  display: table;
  clear: both;
  width: 100%;
  content: "";
  margin-bottom: 40px;
}
.palette .swatch {
  display: block;
  float: left;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 90px;
  min-height: 70px;
}
.palette .swatch::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  float: left;
  background-color: #eaeaea;
  width: 70px;
  height: 70px;
  border-radius: 10px;
}
.palette .swatch--primary-color::before{
  background-color: #003087;
}
.palette .swatch--secondary-color::before{
  background-color: #E4002B;
}
.palette .swatch--blue-color::before{
  background-color: #003087;
}
.palette .swatch--80-tint-color::before{
  background-color: #33599F;
}
.palette .swatch--60-tint-color::before{
  background-color: #6683B7;
}
.palette .swatch--red-color::before{
  background-color: #E4002B;
}
.palette .swatch--eastern-blue-color::before{
  background-color: #008EAA;
}
.palette .swatch-islamic-green-color::before{
  background-color: #009A17;
}
.palette .swatch--shuttle-green-color::before{
  background-color: #5B6770;
}
.palette .swatch--shuttle-green-80-color::before{
  background-color: #7C858D;
}
.palette .swatch--shuttle-green-60-color::before{
  background-color: #9DA4A9;
}
.palette .swatch--text-color::before{
  background-color: #101820;
}
.palette .swatch--white-color::before{
  background-color: #FFFFFF;
  box-shadow: 0px 0px 4px #999;
}
.palette .swatch--ozark-shadows-color::before{
  background-color: #B7B4AF;
}
.palette .swatch--black-color::before{
  background-color: #000000;
}
.palette .swatch--coastal-fog-color::before{
  background-color: #C8C3B1;
}
.palette .swatch--dune-white-color::before{
  background-color: #EDEBE1;
}

.palette .swatch .swatch__title {
  font-size: 19px;
  line-height: 26px;
}
.palette .swatch em {
  display: block;
  clear: both;
}

.txt-white {
  color: #FFFFFF;
}


main.body-container-wrapper p {
  color: var(--shuttle-grey-color);
/* 	font-family: Roboto !important; */
	font-family: 'effra' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.444444px;
  margin: 0 0 1rem;
}

main.body-container-wrapper p a {
  color: var(--main-blue-color);
}

main.body-container-wrapper p a:hover {
  color: var(--main-red-color);
}

main.body-container-wrapper li {
  color: var(--text-color);
/* 	font-family: Roboto !important; */
	font-family: 'effra' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

main.body-container-wrapper ul.list-group-actions,
main.body-container-wrapper ul.list-group {
  list-style: none;
  padding-left: 0;
}

main.body-container-wrapper ul.list-group li {
  background-color: var(--white-color);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  list-style: none;
  margin-bottom: 16px;
  padding: 16px 32px 16px 62px;
  position: relative;
}

main.body-container-wrapper ul.list-group-actions li {
  margin-bottom: 16px;
}

main.body-container-wrapper ul.list-group-actions li a {
  background-color: var(--white-color);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  color: var(--text-color);
  display: block;
  list-style: none;
  padding: 16px 32px 16px 62px;
  position: relative;
  text-decoration: none;
}

main.body-container-wrapper ul.list-group-actions li .icon_wrapper,
main.body-container-wrapper ul.list-group li .icon_wrapper {
  width: 32px;
  height: 32px;
  left: 14px;
  position: absolute;
  top: 12px;
  width: 32px;
}

/* List group active */
main.body-container-wrapper ul.list-group-actions li:focus a,
main.body-container-wrapper ul.list-group-actions li:hover a,
main.body-container-wrapper ul.list-group-actions li.active a {
  background-color: var(--main-red-color);
  color: var(--white-color);
}

main.body-container-wrapper ol.list-order {
  list-style: none;
  padding-left: 30px;
}

main.body-container-wrapper ol.list-order li {
  counter-increment: list;
  list-style-type: none;
  margin-bottom: 16px;
  position: relative;

}

main.body-container-wrapper ol.list-order li:before {
  color: var(--main-blue-color);
  content: counter(list, decimal-leading-zero) ".";
  left: -32px;
  position: absolute;
  text-align: right;
  width: 26px;
}


.body-container .wrap-content-lp ul {
  list-style: none;
  padding-left: 20px;
}

.body-container .wrap-content-lp ul li {
  color: var(--shuttle-grey-color);
/* 	font-family: Roboto !important; */
	font-family: 'effra' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 24px;
  list-style: none;
  margin-bottom: 16px;
  position: relative;
}

.body-container .wrap-content-lp ul li::before {
  background-color: var(--main-blue-color);
  border-radius: 100%;
  content: "";
  display: block;
  height: 8px;
  left: -20px;
  position: absolute;
  top: 8px;
  width: 8px;
}

.body-container .wrap-content-lp ul li a {
  color: var(--main-blue-color);
  text-decoration: none;
}

.body-container .wrap-content-lp ul li a:hover {
  color: var(--main-red-color);
  text-decoration: underline;
}

.blockquote,
blockquote {
  background-color: #f1f1f1;
  color: var(--shuttle-grey-color);
/* 	font-family: Roboto !important; */
	font-family: 'effra' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 24px;
  margin-bottom: 24px;
  padding: 16px;
}


/* Mobile xs */
@media (max-width: 480px) {
  main.body-container-wrapper ul.list-group li {
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0.25px;
    min-height: 58px;
    padding: 10px 24px 10px 62px !important;
  }
  main.body-container-wrapper ul.list-group-actions li {
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0.25px;
  }
  main.body-container-wrapper ul.list-group-actions li a,
  main.body-container-wrapper ul.list-group-actions li a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
}




div.subtitle-1 {
/* 	font-family: Roboto !important; */
	font-family: 'Effra';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 16px;
}

div.subtitle-2 {
/* 	font-family: Roboto !important; */
  font-family: 'Effra';
	font-weight: 500 !important;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.1px;
  margin-bottom: 11px;
}

.headline-3,
div.headline-3 {
/* 	font-family: Roboto!important; */
  font-family: 'Effra';
	font-style: normal !important;
  font-weight: 500 !important;
  font-size: 48px;
  line-height: 59px;
}

.headline-5,
div.headline-5 {
/* 	font-family: Roboto !important; */
  font-family: 'Effra';
	font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 12px;
}


.headline-6,
div.headline-6 {
/* 	font-family: Roboto !important; */
  font-family: 'Effra';
	font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.15px;
}

div.body-1 {
  color: var(--main-blue-color);
/* 	font-family: Roboto; */
	font-family: 'Effra';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.444444px;
  margin-bottom: 24px;
}

div.body-2 {
  color: var(--shuttle-grey-color);
/* 	font-family: Roboto; */
  font-family: 'Effra';
	font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin-bottom: 0;
}

div.caption {
/* 	font-family: Roboto; */
  font-family: 'Effra';
	font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
}

.overline,
div.overline {
/* 	font-family: Roboto; */
  font-family: 'Effra';
	font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* Style headline with line blue */
h6.float-line-left {
  position: relative;
}
h6.float-line-left::before {
  background-color: var(--main-blue-color);
  content: "";
  display: block;
  height: 1px;
  top: 12px;
  left: -125px;
  position: absolute;
  width: 109px;
}

/* Link More */
.linto-page {
  clear: both;
  width: 100%;
}

.linto-page a.linkto-rm {
  color: var(--text-color);
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}

.linto-page a.linkto-rm:focus,
.linto-page a.linkto-rm:hover {
  color: var(--main-blue-color);
}

.linto-page a.linkto-rm::before {
  background-color: var(--main-red-color);
  bottom: 2px;
  content: "";
  height: 2px;
  left: -5px;
  position: absolute;
  top: auto;
  width: 24px;
  z-index: -1;
}

/* Style two */
.more-cta {
  display: block;
}
.more-cta.txt-white a.btn-link {
  color: var(--white-color);
  display: inline-block !important;
	font-family: 'Effra';
/* 	font-family: Roboto; */
  font-size: 14px;
  line-height: 16px;
  position: relative;
  text-transform: uppercase;
}

.more-cta.txt-black a.btn-link {
  color: var(--text-color);
  display: inline-block !important;
	font-family: 'Effra';
/* 	font-family: Roboto; */
  font-size: 14px;
  line-height: 16px;
  position: relative;
  text-transform: uppercase;
}

.more-cta.txt-black a.btn-link:focus,
.more-cta.txt-black a.btn-link:hover {
  color: var(--main-blue-color) !important;
}

.more-cta.txt-black a.btn-link:focus {
  outline: auto;
  outline-color: green;
}

.more-cta a.btn-link:hover,
.more-cta a.btn-link:focus {
  text-decoration: none;
}

.more-cta a.btn-link::after {
  background-color: var(--main-red-color);
  content: "";
  height: 2px;
  display: block;
  width: 100%;
}

/* Icon style */
.wrap-icon-block {
  clear: both;
  margin-bottom: 16px;
  width: 100%;
}

.wrap-icon-block .cap-level-1 {
  background: transparent url("https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/polygon-level-1.png") no-repeat center center / contain;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 56px;
}

.wrap-icon-block figure.cap-level-2 {
  background: transparent url("https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/polygon-level-2-47x47.png") no-repeat -3px -6px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
}

.wrap-icon-block figure img {
  margin-top: 8px;
  margin-left: 4px;
}

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

.hide {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.visually-hidden.focusable:focus {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}

@media (min-width: 768px) {
  .hide-desk-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }
  .hide-small-only {
    display: none !important;
  }
  h6.float-line-left::before {
    left: -118px !important;
  }
  div.subtitle-1 {
/* 		font-family: Roboto !important; */
    font-family: 'Effra';
		font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.1px;
  }
}
.acu_anchor {
  position: absolute;
  display: block;
  height: 1px;
  top: -150px;
  left: 0;
  width: 100%;
}

@media (max-width: 992px) {
  .acu_anchor {
    position: absolute;
    display: block;
    height: 1px;
    top: -105px;
    left: 0;
    width: 100%;
  }
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
	font-family:'effra';
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}




/* Style buttons */
.wrap-btns {
  display: table;
  clear: both;
  width: 100%;
  content: "";
  margin-bottom: 0;
}
.wrap-btns .wrap-btn-col {
  display: block;
  float: left;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 0px;
  min-height: 70px;
}

.cont-cta {
  clear: both;
  display: block;
  width: 100%;
}
.cont-cta.hide {
  clear: both;
  display: none;
  width: 100%;
}
.cont-cta.text-center {
  text-align: center;
}
.cont-cta.text-center a {
  margin: 0 auto !important;
}
.cont-cta a.btn-link,
.cont-cta a.primary-cta {
  align-items: center;
  background-color: var(--white-color);
  background-image: url("https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/icon-for-input-submit.png");
  background-repeat: no-repeat;
  background-position: 96% center;
  border-radius: 60px;
  border: 1px solid #E4002B;
  box-sizing: border-box;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  color: var(--main-red-color);
  display: flex;
  font-weight: bold;
  font-size: 20px;
	font-family:'effra';
  justify-content: center;
  line-height: 16px;
  height: 52px;
  overflow: hidden;
  padding: 6px 61px 6px 8px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none !important;
  /* Size default */
  min-width: 257px;
  max-width: 257px;
}




.cont-cta a.btn-link:hover,
.cont-cta a.primary-cta:hover,
.cont-cta a.btn-link:focus,
.cont-cta a.primary-cta:focus {
/*   background-image: url("https://8034506.fs1.hubspotusercontent-na1.net/hubfs/8034506/button_icon_hover.png"); */
}

.cont-cta.sm-btn a.primary-cta {
  min-width: 192px !important;
  max-width: 192px !important;
}

.cont-cta.md-btn a.primary-cta {
  min-width: 230px !important;
  max-width: 230px !important;
}

.cont-cta.lg-btn a.primary-cta {
  min-width: 282px !important;
  max-width: 282px !important;
}


.primary-cta span .arrow:hover{
	background-color: var(--main-red-color) !important;
}

.cont-cta.full-btn a {
  min-width: 100% !important;
  max-width: 100% !important;
}

.cont-cta a span.arrow {
  background-color: var(--white-color);
  background-image: url("https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/Icon-Arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  display: inline-block;
  height: 40px;
  padding: 10px 17px;
  position: absolute;
  right: 8px;
  top: 5px;
  width: 54px;
  z-index: 1;
}

/* .cont-cta a:hover span.arrow {
  background-image: url("https://8034506.fs1.hubspotusercontent-na1.net/hubfs/8034506/Icon-Arrow-hover.png");
} */

.cont-cta a span.arrow.lock {
  background-image: url("https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/ic_baseline-lock-1.png") !important;
}

.cont-cta.btn-red a.simple-link {
  display: flex;
  align-items: center;
/*   font-family: 'Montserrat-Bold'; */
	font-family: 'Effra' !important;
  font-size: 14px;
  line-height: 16px;
  mix-blend-mode: normal;
}

/* btn red style */
.cont-cta.btn-red a {
  background-color: var(--main-red-color);
  color: var(--white-color);
}

.cont-cta.btn-red a:focus,
.cont-cta.btn-red a:hover {
  background-color: #FF5D44 ;
  border: 1px solid #FF5D44;
  color: var(--white-color);
}
.cont-cta.btn-red a:focus span.arrow,
.cont-cta.btn-red a:hover span.arrow {
  background-color: var(--white-color);
  box-shadow: 0 0 0 !important;
}

.cont-cta.btn-red.hovered-line a:focus,
.cont-cta.btn-red.hovered-line a:hover {
  background-color: var(--main-blue-color);
  border: 1px solid var(--white-color);
  color: var(--white-color);
}

.cont-cta.box-shadow a:focus,
.cont-cta.box-shadow a:hover {
  box-shadow: 0 0 8px var(--shuttle-grey-color);
}

/* btn blue style */
.cont-cta.btn-blue a {
  background-color: var(--main-blue-color);
  border: 1px solid var(--main-blue-color);
  color: var(--white-color);
}
.cont-cta.btn-blue a span.arrow {
  background-color: var(--white-color);
}

.cont-cta.btn-blue a:focus,
.cont-cta.btn-blue a:hover {
  background-color: var(--main-red-color);
  border: 1px solid var(--main-red-color);
  color: var(--white-color);
}
.cont-cta.btn-blue a:focus span.arrow,
.cont-cta.btn-blue a:hover span.arrow {
  background-color: var(--white-color);
  box-shadow: 0 0 0 !important;
}

/* btn white style */
.cont-cta.btn-white a {
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  box-shadow: 0 0 1px #333;
  color: var(--main-blue-color);
}

.cont-cta.btn-white a span.arrow {
  background-color: var(--main-blue-color);
}

.cont-cta.btn-white a:focus,
.cont-cta.btn-white a:hover {
  background-color: var(--main-red-color);
  border: 1px solid var(--main-red-color);
  color: var(--white-color);
}
.cont-cta.btn-white a:focus span.arrow,
.cont-cta.btn-white a:hover span.arrow {
  background-color: var(--white-color);
  box-shadow: 0 0 0 !important;
}

/* btn transparent style */
.cont-cta.btn-trans a {
  background-color: transparent;
  border: 1px solid var(--main-red-color);
  color: var(--main-red-color);
}

.cont-cta.btn-trans a span.arrow {
  background-color: var(--white-color);
  box-shadow: -5px 5px 20px #cdcdcd !important;
}

.cont-cta.btn-trans a:focus,
.cont-cta.btn-trans a:hover {
  background-color: var(--main-red-color);
  border: 1px solid var(--main-red-color);
  color: var(--white-color);
}
.cont-cta.btn-trans a:focus span.arrow,
.cont-cta.btn-trans a:hover span.arrow {
  background-color: var(--white-color);
  box-shadow: 0 0 0 !important;
}

/* btn transparent blue style */
.cont-cta.btn-trans-blue a {
  background-color: transparent;
  border: 1px solid var(--main-blue-color);
  color: var(--main-blue-color);
}

.cont-cta.btn-trans-blue a span.arrow {
  background-color: var(--white-color);
  box-shadow: -5px 5px 20px #cdcdcd !important;
}

.cont-cta.btn-trans-blue a:focus,
.cont-cta.btn-trans-blue a:hover {
  background-color: var(--main-blue-color);
  border: 1px solid var(--main-blue-color);
  color: var(--white-color);
}
.cont-cta.btn-trans-blue a:focus span.arrow,
.cont-cta.btn-trans-blue a:hover span.arrow {
  background-color: var(--white-color);
  box-shadow: 0 0 0 !important;
}

form input[type="submit"].btn-submit {
  border: none;
  background: #003087;
  border-radius: 2px;
}

form input[type="submit"].btn-submit:focus,
form input[type="submit"].btn-submit:hover {
  background: var(--main-red-color);
}


/* Mobile */
@media (max-width: 767px) {
  .cards-h .wrap-cards-h {
    flex-flow: column;
    -moz-flex-flow: column;
    -webkit-flex-flow: column;
  }
  .cards-h .wrap-cards-h > div {
    flex-basis: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .cards-h .wrap-cards-h .card-item {
    padding: 20px 20px 0 !important;
  }
  .cards-h .wrap-cards-h .card-cta {
    background-color: var(--white-color) !important;
  }
}
/* CARDs Horizontal */
.cards-h {
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(16, 24, 32, 0.16);
    border-radius: 4px;
    clear: both;
    position: relative;
    z-index: 2;
    width: 100%;
}

.cards-h .wrap-cards-h {
    align-items: stretch;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    display: flex;
}

.cards-h .wrap-cards-h > div {
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    padding: 20px 24px;
    position: relative;
    width: 25%;
}


.cards-h .wrap-cards-h .card-item::after {
    background-color: #EDEBE1;
    content: "";
    height: 78%;
    left: 0;
    position: absolute;
    top: 12%;
    width: 1px;
}

.cards-h .wrap-cards-h .card-item:first-child::after {
    display: none !important;
}

.cards-h .wrap-cards-h > div h6 {
    margin-bottom: 8px;
}
.cards-h .wrap-cards-h > div p {
    margin-bottom: 0;
}

.cards-h .wrap-cards-h .card-cta {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    background-color: var(--main-red-color);
    display: flex;
}



/* Scrolling Rates Boxes */

#rate-boxes .slick-list {
    overflow: visible;
}


#rate-boxes .item-rate-box {
    background: var(--white-color);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.24);
    border-radius: 4px;
    margin: 16px 8px;
}
#rate-boxes .item-rate-box a {
    text-decoration: none !important;
}
#rate-boxes .item-rate-box:focus a,
#rate-boxes .item-rate-box:hover a,
#rate-boxes .item-rate-box a:focus,
#rate-boxes .item-rate-box a:hover {
    text-decoration: none !important;
}

#rate-boxes .item-rate-box .wrap-card {
    padding: 20px 20px 16px;
}

#rate-boxes .wrap-card {
    display: flex;
}
/* Icon card */
#rate-boxes .icon-card {
    margin-right: 16px;
}
#rate-boxes .icon-card .wrap-icon {
    background: transparent url("https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/polygon-level-1-gray.png") no-repeat center center / contain;
    height: 40px;
    padding: 5px 4px 4px 6px;
    width: 40px;
}

#rate-boxes .icon-card .wrap-icon figure {
    background: transparent none no-repeat 0 0;
    height: 32px;
    margin: 0;
    padding: 5px 4px 4px;
    width: 32px;
}
#rate-boxes .item-rate-box:focus .icon-card .wrap-icon figure,
#rate-boxes .item-rate-box:hover .icon-card .wrap-icon figure {
    background: transparent url("https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/polygon-level-2-32x32.png") no-repeat 0 0 / cover;
}
#rate-boxes .icon-card .wrap-icon figure svg {
    margin-top: -1px;
    display: block;
}

#rate-boxes .item-rate-box:hover .icon-card .wrap-icon figure svg path,
#rate-boxes .item-rate-box:focus .icon-card .wrap-icon figure svg path {
    fill: #ffffff !important;
}

#rate-boxes .item-rate-box:hover .icon-card .wrap-icon figure svg rect[y="4.16675"],
#rate-boxes .item-rate-box:focus .icon-card .wrap-icon figure svg rect[y="4.16675"] {
    fill: #ffffff !important;
}

#rate-boxes .item-rate-box:hover .icon-card .wrap-icon figure svg rect[y="10"],
#rate-boxes .item-rate-box:focus .icon-card .wrap-icon figure svg rect[y="10"] {
    fill: #003087 !important;
}

#rate-boxes .item-rate-box:hover .icon-card .wrap-icon figure svg rect[y="6.66675"],
#rate-boxes .item-rate-box:focus .icon-card .wrap-icon figure svg rect[y="6.66675"] {
    fill: #003087 !important;
}

/* Content card */
#rate-boxes .wrap-card .title-card {
    color: var(--text-color);
/*     font-family: 'Montserrat-Medium'; */
	font-family: 'Effra' !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 0;
}
#rate-boxes .item-rate-box:focus .wrap-card .title-card,
#rate-boxes .item-rate-box:hover .wrap-card .title-card {
    color: var(--main-blue-color);
}

#rate-boxes .wrap-card .subtitle-card {
    color: var(--shuttle-grey-color);
/*     font-family: 'Montserrat-Light'; */
	font-family: 'Effra' !important;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.444444px;
    margin-bottom: 8px;
}

#rate-boxes .wrap-card .rate-card {
    color: var(--text-color);
/*     font-family: 'Montserrat-Medium'; */
	font-family: 'Effra' !important;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 0;
}

#rate-boxes .item-rate-box:focus .wrap-card .rate-card,
#rate-boxes .item-rate-box:hover .wrap-card .rate-card {
    color: var(--main-blue-color);
}


@media (min-width: 768px) {
    .cards-h.type-module {
        margin-top: -25px;
        margin-bottom: -50px;
    }

    .cards-h.type-module-attachment {
        margin-bottom: -24px !important;
    }

    .cards-h .wrap-cards-h > div.card-cta {
        border-radius: 0 4px 4px 0;
    }

}

@media (max-width: 767px) {

    .cards-h.type-module-attachment {
        border: none;
        border-radius: 0;
        box-shadow: 0 0 0;
        margin-left: -12px;
        margin-right: -12px;
        margin-bottom: 0px;
        padding: 32px 24px;
        width: 104%;
    }

    .cards-h.type-module {
        background: var(--white-color);
        border-radius: 0;
        box-shadow: 0 0 0;
        padding: 32px 24px !important;
    }

    .cards-h .wrap-cards-h {
        background: var(--white-color);
        box-shadow: 0px 4px 16px rgba(16,24,32,0.16) !important;
        border-radius: 4px !important;
    }

    .cards-h .card-item h6 {
        font-size: 20px !important;
        line-height: 24px !important;
        letter-spacing: 0.15px;
        mix-blend-mode: normal;
    }
}

@media (max-width: 525px) {
    .cards-h.type-module-attachment {
        width: 107% !important;
    }
    .cards-h .card-cta .cont-cta a {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .cards-h .card-cta .cont-cta a span {
        display: none !important;
    }


}
/* Form */

form {
  font-family: Lato, sans-serif;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
	font-family:'effra';
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EB0000;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
/**/
  text-decoration: none;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

@media (min-width: 768px) {
  form input[type=submit],
  form .hs-button {
    transition: all 0.15s linear;
  }
}



form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;
/**/
  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;
/**/
  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Style ACU theme */



.wrap-float-form #desk-login-form {
  font-family: 'Montserrat-Regular' !important;
}
.wrap-float-form #desk-login-form .hs-form-required {
  color: var(--main-red-color) !important;
  font-weight: normal !important;
}

.wrap-float-form #desk-login-form .hs-form-field label span {
  font-family: 'Montserrat-Regular' !important;
  color: var(--text-color);
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.wrap-float-form #desk-login-form ul.bot-info {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 24px;
  padding: 0;
}

.wrap-float-form #desk-login-form ul.bot-info li {
  margin-bottom: 0;
}

.wrap-float-form #desk-login-form ul.bot-info li a {
  font-size: 14px;
  line-height: 20px;
}

.wrap-float-form #desk-login-form ul.bot-info li.for-pass,
.wrap-float-form #desk-login-form ul.bot-info li.for-pass a {
  font-family: 'Montserrat-Regular' !important;
  color: var(--main-blue-color);
}


.wrap-float-form #desk-login-form ul.bot-info li.ssl-secu,
.wrap-float-form #desk-login-form ul.bot-info li.ssl-secu a {
  color: var(--shuttle-grey-color);
}

.wrap-float-form #desk-login-form div.input input:focus,
.wrap-float-form #desk-login-form div.input input {
  background: var(--white-color) !important;
  border: 1px solid var(--main-blue-color) !important;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 4px !important;
  height: 48px;
  outline: none;
}

.wrap-float-form #desk-login-form .hs-form-field label span {
  font-family: 'Montserrat-Regular' !important;
  color: var(--text-color);
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.wrap-float-form .bot-info-form {
  font-family: 'Montserrat-Regular' !important;
  margin-top: 24px;
}

.wrap-float-form .bot-info-form p {
  margin-bottom: 0 !important;
}


.field-icon {
  float: right;
  margin-left: -40px;
  margin-right: 16px;
  margin-top: 8px;
  position: relative;
  z-index: 2;
}

.form-actions {
  margin-top: 32px;

}


/* Page resources */
#app-resource-listing li .container,
#app-resource-listing .resource-filters_list li .container {
  padding-top: 0 !important;
}
#app-resource-listing .v-input--selection-controls,
#app-resource-listing .container .v-input--selection-controls {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
#app-resource-listing .container .v-input__control .v-input__slot {
  margin-bottom: 0px !important;
}

#app-resource-listing .v-input--selection-controls__input {
  height: 20px !important;
  margin-right: 5px !important;
  width: 20px !important;
}
#app-resource-listing .v-input--selection-controls__input input[role=checkbox] {
  min-height: 22px !important;
}
#app-resource-listing .v-input--selection-controls__input input[role=checkbox],
#app-resource-listing .v-input--selection-controls__input input[role=radio],
#app-resource-listing .v-input--selection-controls__input input[role=switch] {
  opacity: 1 !important;
}

#app-resource-listing .theme--light.v-input {
  color: transparent !important;
}
.modal-outer {
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1000;
    visibility: hidden;
    -webkit-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
}
.modal-outer.visible {
    opacity: 1;
    visibility: visible;
    z-index: 10000;
}
.modal {
    padding: 40px;
    margin: 20px;
    border-radius: 4px;
    background: var(--white-color);
    max-width: 500px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.modal,
.modal.form {
    width: 100%;
    max-width: 400px;
    padding: 24px;
}
.visible .modal {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease, opacity 100ms ease;
    transition: all 300ms ease, opacity 100ms ease;
}

.modal #close-mbl,
.modal #close {
    align-items: center;
    background-color: var(--main-blue-color);
    box-shadow: 2px 2px 3px rgba(20,17,18,0.25);
    border-radius: 10px !important;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 24px;
    top: 16px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    height: 40px;
    width: 40px;
}

.modal h6 {
    font-size: 20px;
    line-height: 24px;
}

.modal iframe,
.modal video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Form Modal */
.hs-form-field {
    margin-bottom: 16px;
}
.wrap-float-form #desk-login-form,
.modal #login-form {
    font-family: 'Montserrat-Regular' !important;
}
.wrap-float-form #desk-login-form .hs-form-required,
.modal #login-form .hs-form-required {
    color: var(--main-red-color) !important;
    font-weight: normal !important;
}

.wrap-float-form #desk-login-form .hs-form-field label span,
.modal #login-form .hs-form-field label span {
    font-family: 'Montserrat-Regular' !important;
    color: var(--text-color);
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
}

.wrap-float-form #desk-login-form ul.bot-info,
.modal #login-form ul.bot-info {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 24px;
    padding: 0;
}

.wrap-float-form #desk-login-form ul.bot-info li,
.modal #login-form ul.bot-info li {
    margin-bottom: 0;
}

.wrap-float-form #desk-login-form ul.bot-info li a,
.modal #login-form ul.bot-info li a {
    font-size: 14px;
    line-height: 20px;
}

.wrap-float-form #desk-login-form ul.bot-info li.for-pass,
.wrap-float-form #desk-login-form ul.bot-info li.for-pass a,
.modal #login-form ul.bot-info li.for-pass,
.modal #login-form ul.bot-info li.for-pass a {
    font-family: 'Montserrat-Regular' !important;
    color: var(--main-blue-color);
}


.wrap-float-form #desk-login-form ul.bot-info li.ssl-secu,
.wrap-float-form #desk-login-form ul.bot-info li.ssl-secu a,
.modal #login-form ul.bot-info li.ssl-secu,
.modal #login-form ul.bot-info li.ssl-secu a {
    color: var(--shuttle-grey-color);
}

.wrap-float-form #desk-login-form div.input input:focus,
.wrap-float-form #desk-login-form div.input input,
.modal #login-form div.input input:focus,
.modal #login-form div.input input {
    background: var(--white-color) !important;
    border: 1px solid var(--main-blue-color) !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
    border-radius: 4px !important;
    height: 48px;
    outline: none;
}

.wrap-float-form .bot-info-form,
.modal .bot-info-form  {
    font-family: 'Montserrat-Regular' !important;
    margin-top: 0;
}

.wrap-float-form .bot-info-form p,
.modal .bot-info-form p {
    margin-bottom: 0 !important;
}

.bot-info-form .linto-page a.linkto-rm::before {
    z-index: 0 !important;
}

.field-icon {
    float: right;
    margin-left: -40px;
    margin-right: 16px;
    margin-top: 8px;
    position: relative;
    z-index: 2;
}


@media (max-width: 767px) {
    .wrap-float-form #desk-login-form,
    .modal #login-form {
        text-align: center;
    }

    .modal iframe,
    .modal video {
        position: relative !important;
    }
    #login-acu.modal-outer.visible .modal {
        padding: 72px 20px 80px !important;
    }
    #login-acu .bot-info-form {
        display: block !important;
    }
    .wrap-float-form .bot-info-form p,
    .modal .bot-info-form p {
        margin-bottom: 0 !important;
        display: block;
        width: 100%;
    }
    .more-cta {
        display: block !important;
        width: 100% !important;
    }
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
/* Header container */
#sticky-wrapper {
  z-index: 999;
  position: relative;
}
.header {
  background-color: #F8FAFC;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 250px;
  overflow: hidden;
}

.header.header--no-navigation .header__logo {
  margin: 0 auto !important;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input,
.header__search .hs-search-field__input:hover,
.header__search .hs-search-field__input:focus {
  border: 1px solid #003087;
  box-sizing: border-box;
  border-radius: 4px;
  height: 32px;
  color: #2a2a2a;
  line-height: 18px;
  font-size: 14px;
  font-weight: 300;
  outline: none !important;
  padding: 0 15px;
  min-height: auto;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFFFFF;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 0;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  font-family: Lato, serif;
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class, .header__language-switcher:focus-within .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D1D6DC;
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: Lato, serif;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494A52;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

li.no-submenu .menu-item{
	color: #fff !important;
}

@media (min-width: 768px) {
  header.header {
    border-bottom: 2px solid var(--main-blue-color);
  }

  .header__language-switcher .globe_class {
    background: none !important;
    width: 0 !important;
    height: 0 !important;
  }


}

/* Tablet styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .header__language-switcher--label-current {
    display: none !important;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }
  .header__language-switcher .lang_list_class::before,
  .header__language-switcher .lang_list_class::after {
    content: none;
  }
  .header__language-switcher {
    display: block !important;
    padding: 0 !important;
    width: 100%;
  }
}

/* Mobile styles */

@media (max-width: 767px) {
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    margin: 0 auto;
    width: 100%;
  }

  .header__navigation,
  .header__search {
    display: none;
    width: 100%;
  }

  .wrap-nav-mobile .header__search {
    display: block;
  }

  .wrap-nav-mobile .wrap-search-top {
    background: #FFFFFF;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 73px;
    z-index: 1000;
    display: flex;
    border-bottom: 1px solid #2a2a2a;
    box-shadow: 20px 10px 5px -10px rgba(0,0,0,0.75);
    transition: width .5s;
    animation: none;
    padding: 0 22px;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}




/* News Style */
.body-wrapper main {
  min-height: 100px;
}
header.header {
	background-color: #fff !important;
  box-shadow: 0 0 5px #999;
  position: relative;
  z-index: 999;
}

.header__logo.header__logo--main {
  min-width: 205px;
}

@media (min-width: 1010px) and (max-width: 1100px) {
  .header__logo.header__logo--main {
    min-width: 160px !important;
  }
}

header .header__row-1 {
  display: block !important;
}

#top-utility {
  border-bottom: 1px solid #14596B;
  padding-bottom: 8px;
  display: flex;
  justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}
.header__search {
  padding: 0;
  width: auto;
}

.header__search a.open-search {
  height: 24px;
  width: 24px;
  display: block;
}
.header__search a.open-search svg {
  height: 24px;
  width: 24px;
  display: block;
}
header .header__row-1 .submenu li.menu-item {
  padding: 0 10px !important;
	color: #fff !important;
}
@media (min-width: 992px) and (max-width: 1049px) {
  header .header__row-1 .submenu li.menu-item {
    padding: 0 3px !important;
  }
  header .header__laguanges {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
}

header .header__row-1 .submenu a.menu-link {
/*   font-family: 'Montserrat-Regular' !important; */
	font-family: 'effra' !important;
  color: #14596B;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-transform: capitalize;
}

header .header__row-1 .submenu a.menu-link span {
/*   color: var(--main-red-color); */
}

header .header__row-1 .submenu a.menu-link:hover,
header .header__row-1 .submenu a.menu-link:focus {
/*   color: var(--main-red-color); */
}

/* languages */

[lang="en"] header .header__laguanges a.l-en,
[lang="en"] a.l-en {
  display: none;
}

[lang="es"] header .header__laguanges a.l-es,
[lang="es"] a.l-es {
  display: none;
}

header .header__laguanges {
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 8px;
  text-align: center;
  width: 85px;
  /*opacity: 0 !important;*/
}
header .header__laguanges p {
  color: var(--main-blue-color);
  margin-bottom: 0;
  font-size: 14px !important;
  line-height: 1;
}

header .header__laguanges p a {
  color: var(--main-blue-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.1px;
  text-transform: capitalize;
}

header .header__laguanges p a:focus,
header .header__laguanges p a:hover {
  color: var(--main-red-color);
}

body .header__language-switcher .lang_list_class {
  border-color: #edebe1 !important;
}
body .header__language-switcher .lang_list_class::before {
  border-bottom-color: #edebe1 !important;
}

.header__language-switcher .lang_list_class li {
/*   font-family: 'Montserrat-Regular' !important; */
	font-family: 'effra' !important;
  font-weight: normal;
  font-size: 14px !important;
  padding: 10px 15px !important;
}
.header__language-switcher .lang_list_class li a {
/*   font-family: 'Montserrat-Regular' !important; */
	font-family: 'effra' !important;
  font-weight: normal !important;
  color: var(--main-blue-color) !important;
}
.header__language-switcher .lang_list_class li a:hover {
  color: var(--main-red-color) !important;
}

/* Search */
header .header__row-1 {
  position: relative;
}

@keyframes search-grow {
  from {
    height: 0;
    opacity: 0; }
  to {
    height: 50px;
    opacity: 1; } }

@keyframes search-reduce {
  from {
    height: 50px;
    opacity: 1; }
  to {
    height: 0;
    opacity: 0; } }

.wrap-search-top {
  position: absolute;
  top: 63px;
  right: 0;
  box-shadow: 0px 3px 2px #cdcdcd;
  z-index: 8;
  min-width: 300px;
  height: 50px;
  padding: 0 22px;
  animation: search-grow .5s;
  -moz-animation: search-grow .5s;
  -webkit-animation: search-grow .5s;
  animation-fill-mode: forwards;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#search-up.hide {
  animation: search-reduce 3s;
  animation-fill-mode: forwards;
}

#hs_cos_wrapper_site_search {
  margin-right: 22px;
  width: 100%;
}

.header__search .close svg {
  width: 20px;
  height: 20px;
}

/* Main Navegation - header__row-2 */
.submenu.level-1 > .has-submenu > .menu-arrow {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3e%3cpath d='M9 1L5 5L1 1' stroke='%2314596B' stroke-width='2.03092'/%3e%3c/svg%3e"); no-repeat center center !important;
  border: none !important;
	background-repeat: no-repeat !important;
  display: block !important;
  height: 8px !important;
  right: 20px !important;
  top: 38px !important;
  width: 13px !important;
}

@media (max-width: 1150px) {
  header .header__navigation .submenu.level-1 > .has-submenu > .menu-arrow {
    top: 39px !important;
  }
}

.header__row-2 .header__navigation {
  display: flex;

  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;

  justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  width: 100%;
}
header .header__row-2 .submenu.level-1 > li.menu-item {
  position: relative;
}

header .header__row-2 nav.navigation-primary .submenu.level-1 > li.menu-item a.hovered::after,
header .header__row-2 nav.navigation-primary .submenu.level-1 > li.menu-item a:hover::after {
  opacity: 1;
}
header .header__row-2 nav.navigation-primary .submenu.level-1 > li.menu-item a::after {
  background-color: var(--main-blue-color);
  bottom: -3px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  opacity: 0;
  z-index: 99999;
}

.header__row-2 .header__navigation ul li a {
/*   font-family: 'Montserrat-SemiBold' !important; */
  color: #19596B;
/*   font-family: 'Montserrat-Medium'; */
	font-family: 'effra' !important;
  font-weight: 500;
  font-size: 19px;
  line-height: 120%;
  letter-spacing: 0.1px;
  padding-right: 20px;
  margin-left: -20px;
}

.header__row-2 .header__navigation ul li a:focus,
.header__row-2 .header__navigation ul li a:hover {
  color: #F2492F;
}

.header__row-2 .header__navigation #btn-login {
  margin-left: 1.2rem;
  position: relative;
}

.header__row-2 .header__navigation #btn-login a#active-form-login {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
  border-radius: 60px;
  color: #19596B;
  font-weight: bold;
  font-size: 14px;
	font-family:'effra';
  line-height: 16px;
  padding: 5px 21px;
	border-radius: 43.348px;
  border: 2px solid #FFE4B4;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  width: 99px;
/*   background-color: #E4002B;
  background-image: url("https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/ic_baseline-lock.png");
  background-repeat: no-repeat;
  background-position: 85% center; */
}

.header__row-2 .header__navigation #btn-login a#active-form-login:hover,
.header__row-2 .header__navigation #btn-login a#active-form-login:focus {
  background-color: #FFE4B4 !important;
  color: #14596B !important;
  text-decoration: none;
}

.header__navigation #btn-login .wrap-float-form {
  position: absolute;
  top: -1px;
  right: 0;
  max-width: 298px;
  min-width: 298px;
}

.header__navigation #btn-login .wrap-float-form.active-form {
  display: block !important;
}

.wrap-float-form #desk-login-form {
  background: #FFFFFF !important;
  border-radius: 4px 0px 4px 4px !important;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16) !important;
  margin-top: 16px;
  padding: 32px 24px !important;
  z-index: 500;
}

.wrap-float-form .head-block-form {
  text-align: right;
}

.wrap-float-form .head-block-form a#close-form-login {
  background: #FFFFFF url("https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/ic_baseline-lock-3.png") no-repeat 85% 8px;
  box-shadow: 0px -12px 20px rgba(16,24,32,0.16);
  border-radius: 16px 16px 0 0 !important;
  color: #E4002B;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 32px 31px 16px;
  text-transform: uppercase;
  text-decoration: none;
}


/* Responsive css */
@media (min-width: 992px) {
  .header__logo.header__logo--main #btn-open-nav-mobile {
    display: none !important;
  }

  nav.side-nav,
  nav.side-nav.show-nav {
    opacity: 0 !important;
    display: none !important;
  }

}
@media (max-width: 991px) {
  .wrap-navegation {
    display: none !important;
  }
  .header__logo.header__logo--main {
    display: flex;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0;
    min-width: 100% !important;
    width: 100% !important;
  }

  header .header__container.content-wrapper {
    margin-top: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: white;
  }

  header #hs_cos_wrapper_main_logo {
    margin-left: 20px;
    max-width: 200px;
    width: 50%;
  }

  .header.header--no-navigation #hs_cos_wrapper_main_logo {
    width: auto !important;
  }

  /* Icon active menu */
  header #btn-open-nav-mobile {
    background-color: var(--main-blue-color);
    box-shadow: 2px 2px 3px rgba(20, 17, 18, 0.25);
    border-radius: 10px;
    height: 40px;
    overflow: hidden;
    width: 40px;
    margin-right: 24px;
  }

  @media (min-width: 768px) and (max-width: 992px) {
    header #btn-open-nav-mobile {
      margin-right: 4px !important;
    }
  }

  header #btn-open-nav-mobile span {
    font-size: 40px;
    cursor: pointer;
    color: white;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  header #btn-open-nav-mobile.show-nav span.ambuerguer {
    display: none !important;
  }
  header #btn-open-nav-mobile span.close {
    display: none;
  }
  header #btn-open-nav-mobile.show-nav span.close {
    display: block;
  }

}


/* Side Nav  Mobile */
nav.side-nav {
  background-color: rgba(0, 0, 0, 0.45);
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  z-index: 999;
  width: 100% !important;
}

nav.side-nav.show-nav {
  display: block;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}

nav.side-nav .wrap-nav-mobile {
  background-color: white;
  float: right;
  max-width: 450px;
  min-width: 100%;
  min-height: 100vh;
  padding: 28px 24px 16px;
  transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;

  position: absolute;
  opacity: 0;
  right: -300px;
  top: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  nav.side-nav .wrap-nav-mobile {
    padding-top: 31px !important;
  }
}
@media (min-width: 381px) and (max-width: 767px) {
  nav.side-nav .wrap-nav-mobile {
    padding-top: 30px !important;
  }
}
@media (min-width: 320px) and (max-width: 380px) {
  nav.side-nav .wrap-nav-mobile {
    padding-top: 24px !important;
  }
}

nav.side-nav.show-nav .wrap-nav-mobile {
  transition: all 1s  ease-out;
  -moz-transition: all 1s  ease-out;
  -webkit-transition: all 1s  ease-out;
  opacity: 1 !important;
  right: 0 !important;
}

nav.side-nav .wrap-nav-mobile .head-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

nav.side-nav .wrap-nav-mobile .open-search,
nav.side-nav .wrap-nav-mobile .open-search svg {
  height: 24px;
  width: 24px;
}

/* buttons */
nav.side-nav .head-nav {
  margin-bottom: 24px;
}
nav.side-nav .head-nav .btn-mbl {
  align-items: center;
  background-color: var(--main-blue-color);
  box-shadow: 2px 2px 3px rgba(20, 17, 18, 0.25);
  border-radius: 10px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  height: 40px;
  overflow: hidden;
  width: 40px;
}

nav.side-nav .head-nav .btn-mbl svg path {
  fill: #FFFFFF !important;
}
nav.side-nav .head-nav #btn-login-mobile {
  width: 97px;
}

nav.side-nav .head-nav #btn-login-mobile a {
  background: var(--main-red-color) url("https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/ic_baseline-lock.png") no-repeat 86% center;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
  border-radius: 60px;
  color: var(--white-color);
  display: block;
  font-weight: bold;
  font-size: 14px;
  height: 32px;
  line-height: 16px;
  padding: 7px 32px 8px 16px;
  text-transform: uppercase;
  text-decoration: none;
  width: 97px;
}

nav.side-nav .head-nav #btn-login-mobile a:hover,
nav.side-nav .head-nav #btn-login-mobile a:focus {
  background-color: var(--main-blue-color) !important;
  color: #FFFFFF !important;
  text-decoration: none;
}

/* Menus mobile */
nav.side-nav nav.navigation-primary {
  width: 100%;
}
nav.side-nav .submenu.level-1 {
  display: block !important;
  white-space: normal !important;
}
nav.side-nav .main-menu.first-column .submenu.level-2 {
  display: none !important;
}

nav.side-nav .submenu.level-1 > li {
  border: none !important;
  display: block !important;
  padding: 0 !important;
  width: 100% !important;
}

nav.side-nav .main-menu.first-column .submenu.level-1 > li {
  border: none !important;
  display: block !important;
}

nav.side-nav .submenu.level-1 > li a {
/*   font-family: 'Montserrat-SemiBold' !important; */
	font-family: 'effra' !important;
  color: var(--text-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.1px;
  padding-left: 0 !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  text-transform: capitalize;
}

nav.side-nav .bottom-menu .submenu.level-1 > li a {
/*   font-family: 'Montserrat-Regular' !important; */
	font-family: 'effra' !important;
  color: var(--shuttle-grey-color);
}

nav.side-nav .submenu.level-1 > li a:focus,
nav.side-nav .submenu.level-1 > li a:hover,
nav.side-nav .bottom-menu .submenu.level-1 li a span {
  color: var(--main-red-color);
}

nav.side-nav .submenu.level-1 > .has-submenu > .menu-arrow {
  background: transparent url("https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/ACU-2020/Vector.png") no-repeat center center !important;
  border: none !important;
  cursor: pointer;
  display: block !important;
  height: 8px !important;
  padding: 15px !important;
  top: 3px !important;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  width: 32px !important;
}

nav.side-nav .main-menu.first-column .submenu.level-1 > .has-submenu > .menu-arrow {
  right: 1px !important;
}
nav.side-nav #mobile-box .submenu.level-1 > .has-submenu > .menu-arrow {
  right: 10px !important;
}

nav.side-nav .menu-arrow .menu-arrow-bg {
  display: none !important;
}

/* languages mobile */
nav.side-nav .languages-options p {
  margin-bottom: 0;
  margin-top: 10px;
}

nav.side-nav .languages-options p a {
  color: var(--main-blue-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.1px;
  text-transform: capitalize;
}

nav.side-nav .languages-options p a:focus,
nav.side-nav .languages-options p a:hover {
  color: var(--main-red-color);
}



/* Menu Mobile Level Two */
nav.side-nav #mobile-box {
  background: #FFFFFF;
  height: 100%;
  position: absolute;
  padding: 20px;
  top: 0;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  z-index: 999;
  width: 100%;
}

nav.side-nav #mobile-box.inactive {
  right: -100%;
}

nav.side-nav #mobile-box.active {
  right: 0;
}

nav.side-nav #mobile-box.show-nav-l-2 {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  left: 0px;
}

nav.side-nav #mobile-box .btn-close-l-2 {
  color: #003087;
  position: relative;
  margin-left: 15px;
  max-width: 80%;
  padding-bottom: 6px;
}

nav.side-nav #mobile-box .btn-close-l-2  i {
  font-size: 14px;
}

nav.side-nav #mobile-box .btn-close-l-2 span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.1px;
/*   font-family: 'Montserrat-Regular' !important; */
	font-family: 'effra' !important;
}

nav.side-nav #mobile-box .btn-close-l-2::after {
  background: #EDEBE1;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

nav.side-nav #mobile-box .btn-close-l-2 .btn-mbl {
  color: #FFFFFF;
  margin-top: 9px;
}

nav.side-nav #mobile-box .content {
  margin-top: 16px;
}

#mega-menu-mobile {
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 99999;
  position: absolute;
  right: 0;
  transition: width 0.3 ease-in;
}

#mega-menu-mobile #mega-menu {
  opacity: 1;
  z-index: 999;
}

#mega-menu-mobile #mega-menu .box-one,
#mega-menu-mobile #mega-menu .box-three {
  display: none !important;
}

#mega-menu-mobile #mega-menu .box-two-col-left,
#mega-menu-mobile #mega-menu .box-two-col-right {
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

#mega-menu-mobile #mega-menu .box-two {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-flow: row wrap;
}

#mega-menu-mobile #mega-menu .box-two::after {
  display: none;
}

#mega-menu-mobile #mega-menu .wrap-container-mega-menu {
  padding: 0 0;
}

#mega-menu-mobile .content  #mega-menu ul.submenu-list li a i {
  font-size: 14px;
  color: #B7B4AF
}
@media (min-width: 768px) {
  header .header__logo #hs_cos_wrapper_main_logo a img {
    width: 205px;
  }
}

@media (max-width: 767px) {
  nav.side-nav .submenu.level-1 > li a {
    padding: 13px 50px 10px 0 !important;
    width: 100%;
  }
  header #hs_cos_wrapper_main_logo {
    margin-left: 20px;
    max-width: 200px;
    width: 50%;
  }
  .header.header--no-navigation #hs_cos_wrapper_main_logo {
    width: auto !important;
  }
  header .header__logo #hs_cos_wrapper_main_logo a img {
    width: 100% !important;
  }
}

/* login */
form#Login table,
form#Login table td,
form#Login table tr
form#Login table th
{
  border: none;
  padding: 0;
  width: 100%;
  margin: 0 0;
}

form#Login table td{
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 0.3em 0;
}
form#Login table tbody,
form#Login table tbody tr {
  display: flex;
  flex-direction: column;
}

form#Login input[type=submit] {
  margin: auto;
  background-color: var(--main-blue-color);
  border: 1px solid var(--main-blue-color);
  text-transform: uppercase;
}

form#Login .submit-lock{
  background-color: #FFFFFF;
  width: 20px;
  height: 20px;
}

form#Login .reset-password  {
  margin-bottom: 25px;
}
form#Login .reset-password  .more-cta.txt-black a.btn-link {
  font-size: 12px;
}

@media (min-width: 768px) {
  #login-acu .bot-info-form {
    display: block !important;
  }
}



body.login-modal-open  #hubspot-messages-iframe-container {
  z-index: 200 !important;
}

body.login-modal-open #ae_app {
  z-index: 200 !important;
}
.footer {
  background-color: #FFFFFF !important;
  text-align: left;
  position: relative;
}

footer.footer.simple-footer {
  color: #fff !important;
  background-color: #003087 !important;
  padding: 10px 16px;
  overflow: hidden;
}

.footer::after {
  background-color: var(--main-blue-color);
  content: "";
  display: block;
  height: 100%;
  left: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  z-index: 0;
}

footer.footer.simple-footer::after {
  display: none !important;
}

.footer__container.content-wrapper {
  padding: 0 0 !important;
}

.footer__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
}

.footer .wrap-footer {
  display: flex;
  position: relative;
}

.footer .cont-middle-footer .submenu.level-1 > .has-submenu > .menu-arrow {
  position: relative !important;
}

.footer .cont-middle-footer,
.footer .cont-middle-footer .navigation-primary,
.footer .cont-middle-footer .navigation-primary .submenu.level-1 {
  width: 100% !important;
  max-width: 100% !important;
}

.footer .cont-middle-footer .submenu.level-2 {
  background: none !important;
  border: none !important;
  box-shadow: 0 0 0 !important;
  opacity: 1 !important;
  position: initial !important;
}

.footer .col-left-footer .submenu.level-1 {
  display: block !important;
  white-space: normal !important;
}
.footer .col-right-footer .submenu.level-1 > li {
  display: inline-block;
  padding: 0 !important;
  text-transform: uppercase;
}

/* Col left */
.footer .wrap-footer .col-left-footer {
  background-color: var(--white-color);
  max-width: 298px;
  padding-right: 32px;
  padding-top: 112px;
  padding-bottom: 100px;
  min-width: 298px;
  position: relative;
  z-index: 2;
}

.footer .footer-info i.fa-phone,
.footer .footer-info p i.fa-phone {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  margin-right: 6px;
}

.footer .col-left-footer p {
  color: var(--text-color);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 23px;
}
.footer .col-left-footer p a {
  color: var(--main-red-color);
  font-size: 14px;
  line-height: 20px;
}
.footer .col-left-footer p a:hover {
  text-decoration: underline;
}

.footer .col-left-footer .sutitle-2 {
  color: var(--text-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.1px;
  margin-bottom: 11px;
}

.nav-footer-left .submenu li.menu-item {
  display: block !important;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0 !important;
  text-transform: capitalize;
}

.nav-footer-left .submenu li.menu-item:last-child {
  margin-bottom: 8px;
}

.nav-footer-left li.menu-item a {
  color: var(--text-color);
  font-family: 'Montserrat-SemiBold';
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.1px;
  text-transform: capitalize;
}
.nav-footer-left li.menu-item a:focus,
.nav-footer-left li.menu-item a:hover {
  color: var(--main-red-color);
  text-decoration: underline;
}

.footer__copyrig div,
.footer__copyright span,
.footer__copyright {
  color: var(--shuttle-grey-color);
  font-family: 'Montserrat-Regular';
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

footer.footer.simple-footer div,
footer.footer.simple-footer span {
  color: var(--white-color);
  font-family: 'Montserrat-Regular';
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}


/* Col Right */
.footer .wrap-footer .col-right-footer {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.footer .col-right-footer {
  background-color: var(--main-blue-color);
  padding-left: 120px;
  padding-top: 72px;
}



/* Col Right - cont-top-footer */
.col-right-footer .cont-top-footer {
  margin-bottom: 78px;
}

.col-right-footer .cont-top-footer .signup-email .input {
  background-color: #fff;
  border-radius: 4px 50px 50px 4px;
  display: flex;
  overflow: hidden;
  padding: 4px 2px;
}

.col-right-footer .cont-top-footer .signup-email .input input#signup-email:focus,
.col-right-footer .cont-top-footer .signup-email .input input#signup-email:hover,
.col-right-footer .cont-top-footer .signup-email .input input#signup-email {
  color: var(--text-color);
  background: none !important;
  border: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 16px;
  line-height: 24px;
  outline: none !important;
}


.col-right-footer .cont-top-footer .signup-email .input input#signup-email::placeholder {
  color: #7C858D;
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
}


.col-right-footer .cont-top-footer .signup-email .input .wrap-btn-submit {
  background-color: var(--main-blue-color);
  border-radius: 50px;
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  min-width: 192px;
  max-width: 192px;
}

.col-right-footer .cont-top-footer .signup-email .input .wrap-btn-submit span {
  color: var(--white-color);
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin-right: 24px;
  text-transform: uppercase;
}

.col-right-footer .wrap-btn-submit input[type="button"] {
  background: white url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='22' viewBox='0 0 14 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2L11 11L2 20' stroke='%23F2492F' stroke-width='3'/%3e%3c/svg%3e") no-repeat center center;
  border: none !important;
  border-radius: 54px;
  height: 40px;
  margin-right: 8px;
  text-indent: -99999px;
  width: 54px;
}

.col-right-footer .wrap-btn-submit:hover input[type="button"] {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='22' viewBox='0 0 14 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2L11 11L2 20' stroke='%23F2492F' stroke-width='3'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}


/* Col Right - Menus */
.footer .col-right-footer .submenu.level-1 {
  display: flex !important;
  flex-wrap: wrap;
  white-space: normal !important;
}
.footer .col-right-footer .submenu.level-1 > li span.menu-arrow {
  display: none !important;
}
.footer .col-right-footer .submenu.level-1 > li {
  line-height: 1;
  margin-bottom: 32px;
}
.footer .col-right-footer .submenu.level-1 > li > a {
  color: var(--white-color);
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.1px;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.footer .col-right-footer .submenu.level-1 > li > a:focus,
.footer .col-right-footer .submenu.level-1 > li > a:hover {
  color: var(--main-red-color-light);
}
.footer .col-right-footer .submenu.level-2 {
  border-radius: 0;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.footer .col-right-footer .submenu.level-2 > li:first-child::before {
  display: none !important;
}
.footer .col-right-footer .submenu.level-2 li {
  border-bottom: none !important;
  background: none !important;
  padding: 0 !important;
}
.footer .col-right-footer .submenu.level-2 li {
  line-height: 1;
  margin-bottom: 8px;
}
.footer .col-right-footer .submenu.level-2 li a.menu-link {
  border-radius: 0;
  border-bottom: none;
  background: none;
  color: var(--white-color);
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.8;
  padding: 0;
  text-decoration: none;
}
.footer .col-right-footer .submenu.level-2 li a.menu-link:focus,
.footer .col-right-footer .submenu.level-2 li a.menu-link:hover {
  color: var(--main-red-color-light);
  opacity: 1;
  text-decoration: none;
}

.footer .col-right-footer .submenu.level-2 li.has-submenu > a.menu-link::after {
  background-color: transparent;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='22' viewBox='0 0 14 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2L11 11L2 20' stroke='%23F2492F' stroke-width='3'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
  background-position: 0 0;
  content: "";
  display: inline-block;
  margin-left: 5px;
  height: 8px;
  text-align: center;
  width: 12px;
}



.footer .col-right-footer .submenu.level-2 li.has-submenu > a.menu-link:focus::after,
.footer .col-right-footer .submenu.level-2 li.has-submenu > a.menu-link:hover::after {
  background-position: 0 -12px !important;
}

.footer .col-right-footer .submenu.level-2 li.has-submenu > a.menu-link.show-submenu {
  font-weight: bold !important;
}

.footer .external_link_text {
  color: var(--white-color);
  font-size: 16px;
}

.footer .col-right-footer .submenu.level-2 li ul.submenu.level-3 {
  margin-top: 5px;
  margin-bottom: 20px;
}

/* Col Right - Footer bottom */
.col-right-footer .cont-bot-footer {
  display: flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}

.col-right-footer .cont-bot-footer .languages-options {
  color: var(--white-color);
  font-size: 14px;
  line-height: 120%;
}
.col-right-footer .cont-bot-footer .languages-options p {
  color: var(--white-color);
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 0;
}

.col-right-footer .cont-bot-footer .languages-options p span.div-lang {
  color: var(--white-color);
}

.col-right-footer .cont-bot-footer .languages-options a {
  color: var(--white-color);
  font-size: 14px;
  line-height: 120%;
  text-transform: capitalize;
}

.col-right-footer .cont-bot-footer .languages-options a:focus,
.col-right-footer .cont-bot-footer .languages-options a:hover {
  color: var(--main-red-color-light);
  text-decoration: none;
}

/* social media */
.col-right-footer a.l-en {
  font-family: 'Montserrat-SemiBold';
  font-weight: normal;
  display: inline-block !important;
  margin-right: 6px;
}
.col-right-footer a.l-es {
  font-family: 'Montserrat-SemiBold';
  font-weight: normal;
     display: inline-block !important;
  /*display: none;*/
  margin-left: 6px;
}

.col-right-footer .social-media {
  margin-top: -10px;
}
.col-right-footer .social-links__icon {
  background-color: transparent;
}
.col-right-footer .social-links__icon:hover {
  background-color: var(--main-red-color);
}
.col-right-footer .social-links__icon svg {
  height: 20px !important;
}



/* ***************** Responsive Style ********************** */




@media (max-width: 1299px) {
  .footer .wrap-footer .col-left-footer {
    padding-left: 16px;
  }
  .footer .wrap-footer .col-right-footer {
    padding-right: 16px;
  }
}

@media (min-width: 1024px) {
  .footer .col-right-footer .submenu.level-1 > li {
    max-width: 33.3% !important;
    min-width: 33.3% !important;
    width: 33.3% !important;
    flex-basis: 33.3% !important;
  }
  .footer .col-right-footer .submenu.level-2 {
    width: 100% !important;
  }
}

@media (max-width: 1023px) {
  .footer .col-right-footer .submenu.level-1 {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .footer .col-right-footer {
    padding-left: 5%;
  }
}


/* footer form css */



/* End Footer Form */

@media (min-width: 992px) and (max-width: 1023px) {
  .footer .col-right-footer .submenu.level-1 > li {
    max-width: 46%;
    min-width: 46%;
  }
  .footer .col-right-footer .submenu.level-2 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .footer .wrap-footer .col-left-footer {
    margin-top: -40px;
    box-shadow: 21px 8px 24px rgba(0, 0, 0, 0.16);
    position: relative;
  }
  .footer .wrap-footer .col-left-footer::before {
    background-color: var(--white-color);
    content: "";
    height: 60px;
    left: -300%;
    position: absolute;
    top: 0;
    width: 300%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer .wrap-footer .col-left-footer {
    padding-top: 72px !important;
  }

  .footer .col-right-footer .submenu.level-1 > li {
    max-width: 46%;
    min-width: 46%;
  }

  .footer .col-right-footer .submenu.level-2 {
    width: 100% !important;
  }

}

/* mobile */
@media (max-width: 767px) {
  .footer .submenu.level-2 {
    display: block !important;
  }
  .footer .col-left-footer .submenu.level-1 > li > a {
    padding: 0 !important;
  }
  .footer .col-left-footer .submenu.level-1 li {
    border: none !important;
    border-radius: 0 !important;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .footer .wrap-footer .col-right-footer {
    padding-right: 16px;
    padding-left: 16px !important;
    padding-top: 20px !important;
  }
  .col-right-footer .cont-top-footer {
    display: none !important;
  }
  .footer .col-right-footer .submenu.level-1 > li > a {
    padding: 0;
  }
  .footer .col-right-footer .submenu.level-1 li {
    border: none !important;
    border-radius: 0 !important;
  }
  /* bottom*/
  .col-right-footer .cont-bot-footer {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;

    flex-flow: column;
    -moz-flex-flow: column;
    -webkit-flex-flow: column;
  }
  .col-right-footer .cont-bot-footer .languages-options p {
    text-align: center;
    margin-bottom: 24px;
  }
  .col-right-footer .social-media {
    margin-top: 0px !important;
  }
}

@media (max-width: 500px) {
  .footer::after {
    display: none !important;
  }
  .footer .wrap-footer .col-right-footer {
    display: none !important;
  }

  .footer .wrap-footer .col-left-footer {
    margin: 0 auto !important;
    padding: 26px 8px 40px !important;
  }

}

.footer .external_link_text p,
.footer .external_link_text span,
.footer .external_link_text {
  color: #fff;
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

.white-gold-r{
	background-image:url('https://allegiancecu.org/hubfs/right-gold-bars.svg'), url('/hubfs/raw_assets/public/Alianza-theme/images/bg-white_left.png');
	background-position: top right, left center;
	background-size:auto,contain;
  background-repeat: no-repeat
}

.white-gold-l{
	background-image: url('https://allegiancecu.org/hubfs/gold-bars.svg'), url('/hubfs/raw_assets/public/Alianza-theme/images/bg-white_right.png');
	background-position: top left, right center;
	background-size:auto, contain;
	background-repeat: no-repeat;
}

.white-bg-l{
  background-image:url('/hubfs/raw_assets/public/Alianza-theme/images/bg-white_left.png');
  background-position:left center;
  background-size: contain;
  background-repeat: no-repeat
}
.white-bg-r{
  background-image:url('/hubfs/raw_assets/public/Alianza-theme/images/bg-white_right.png');
  background-position:right center;
  background-size:contain;
  background-repeat: no-repeat
}
.beige-bg-l{
  background: url('/hubfs/raw_assets/public/Alianza-theme/images/bg-beige_left.png'),linear-gradient(90deg, #FDC393 0%, #FFE4B4 40%);
  background-position:left bottom;
  background-size:contain;
  background-repeat: no-repeat;
}
.beige-bg-r{
  background: url('/hubfs/raw_assets/public/Alianza-theme/images/bg-beige.png'),linear-gradient(90deg, #FFE4B4 40% ,#FDC393);
  background-position:right bottom;
  background-size:contain;
  background-repeat: no-repeat;
}
.blue-bg-l{
  background-color:#14596B;
  background-image:url('/hubfs/raw_assets/public/Alianza-theme/images/bg-blue.png');
  background-position:left top;
  background-size:contain;
      background-repeat: no-repeat;
}
.blue-bg-r{
  background-color:#14596B;
  background-image:url('/hubfs/raw_assets/public/Alianza-theme/images/bg-blue_right.png');
  background-position:right top;
  background-size:contain;
    background-repeat: no-repeat;
}
.green-bg-l{
  background-color:#258E72;
  background-image:url('/hubfs/raw_assets/public/Alianza-theme/images/bg-clear.png');
  background-position:left bottom;
  background-size:contain;
    background-repeat: no-repeat;
}
.green-bg-r{
  background-color:#258E72;
  background-image:url('/hubfs/raw_assets/public/Alianza-theme/images/bg-clear_right.png');
  background-position:right bottom;
  background-size:contain;
    background-repeat: no-repeat;
}
/* Blog header */

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem 0 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494A52;
}

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

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}

.blog-banner-cta__wrapper {
  padding-top: 70px;
  padding-bottom: 120px;
}

.blog-rich-text-module {
  max-width: 768px;
  margin: 0 auto;
  padding-top: 60px;
}

.blog-rich-text-module img {
  display: block;
}

.blog-subscription-module {
  max-width: 768px;
  margin: 0 auto;
}

.blog-rich-text-module h1 {
  font-size: 36px !important;
  line-height: 36px !important;
}

.blog-rich-text-module h2 {
  font-size: 34px !important;
  line-height: 34px !important;
}

.blog-rich-text-module h3 {
  font-size: 28px !important;
  line-height: 28px !important;
}

.blog-rich-text-module h4 {
  font-size: 24px !important;
  line-height: 24px !important;
}


@media (max-width: 767px) {
  .blog-rich-text-module {
    padding-top: 24px;
  }

  .blog-rich-text-module .hs_cos_wrapper_type_rich_text > * {
    padding: 0 24px;
  }

  .blog-rich-text-module .hs_cos_wrapper_type_rich_text > img {
    padding: 0;
  }

  .blog-subscription-module {
    padding: 0 24px;
  }
}



.blog-hero-w-social-bar__inner {
  display: flex;
}

.blog-hero-w-social-bar__left {
  padding: 48px 100px 0 100px;
  flex-basis: 50%;
}

.body-container--blog-index h1,
.blog-hero-w-social-bar h1 {
  font-family: 'Montserrat-Medium' !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 48px !important;
  line-height: 59px;
  margin-bottom: 0;
}

.body-container--blog-index h2,
.blog-content h2,
.blog-hero-w-social-bar__subheading {
  font-family: 'Montserrat-Regular';
  font-size: 23px !important;
  line-height: 1.2 !important;
  font-feature-settings: 'liga' off;
  color: var(--shuttle-grey-color);
  mix-blend-mode: normal;
}

.body-container--blog-index h3,
.blog-content h3 {
  font-family: 'Montserrat-Regular';
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-feature-settings: 'liga' off;
  color: var(--shuttle-grey-color);
}

.blog-hero-w-social-bar__words {
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.1px;
  color: var(--shuttle-grey-color);
}

.blog-hero-w-social-bar__author_name {
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.1px;
  color: var(--text-color);
}

.blog-hero-w-social-bar__tag-link {
  background: rgba(102, 131, 183, 0.5);
  border-radius: 14px;
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.25px;
  color: var(--main-blue-color) !important;
  padding: 3px 8px;
  margin: 0 8px 8px 0;
  white-space: nowrap;
}

.blog-hero-w-social-bar__info {
  display: flex;
}

.blog-hero-w-social-bar__author {
  flex-basis: 50%;
}

.blog-hero-w-social-bar__tags {
  flex-basis: 50%;
}

.blog-hero-w-social-bar__author_divider {
  width: 32px;
  height: 3px;
  background: #C8C3B1;
  margin: 16px 0;
}

.blog-hero-w-social-bar__timestamp {
  margin-bottom: 13px !important;
  color: var(--text-color) !important;
}

.blog-hero-w-social-bar__minutes_read {
  margin-bottom: 13px !important;
  color: var(--text-color) !important;
}

.blog-hero-w-social-bar__social_bar {
  margin-top: 40px;
}

.blog-hero-w-social-bar__social_bar_label {
  color: var(--text-color) !important;
}

.blog-hero-w-social-bar__social_link {
  margin-right: 24px;
  margin-top: 8px;
  width: 24px;
  height: 24px;
  display: block;
  float: left;
}

.blog-hero-w-social-bar__social_link img {
  width: 24px;
  height: 24px;
}

.blog-hero-w-social-bar__social_link:hover,
.blog-hero-w-social-bar__social_link:focus,
.blog-hero-w-social-bar__social_link:active {
  text-decoration: none;
}

.blog-hero-w-social-bar__right {
  flex-basis: 50%;
}

.blog-hero-w-social-bar__right img {
  width: 100%;
}

.hide_on_desktop {
  display: none;
}

.hide_on_mobile {
  display: block;
}

/* Desktop xl */
@media (min-width: 1400px) {
}

/* Desk */
@media (max-width: 1240px) {
  .blog-hero-w-social-bar__left {
    padding: 48px 80px 48px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

}


@media (max-width: 992px) {

}


/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Mobile */
@media (max-width: 767px) {
  .blog-hero-w-social-bar__inner {
    flex-direction: column;
  }

  .blog-hero-w-social-bar__left {
    padding: 24px;
  }

  .blog-hero-w-social-bar__tags {
    flex-basis: 100%;
  }

  .hide_on_desktop {
    display: block;
  }

  .hide_on_mobile {
    display: none;
  }

  .blog-hero-w-social-bar__author.hide_on_desktop {
    margin-bottom: 10px;
  }

  .blog-hero-w-social-bar__author.hide_on_desktop .blog-hero-w-social-bar__timestamp {
    margin-bottom: 10px !important;
  }

  .blog-hero-w-social-bar__info {
    margin-top: 32px;
  }

  .blog-hero-w-social-bar__social_bar {
    margin-top: 32px;
  }
}

/* Mobile xs */
@media (max-width: 480px) {

}


.body-container.body-container--blog-post.single-post {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}



@media (min-width: 768px) {
  .body-container.body-container--blog-post.single-post .featured-image {
    float: left;
    margin-right: 16px;
  }
}



.body-container.body-container--blog-post.single-post .wrap-post-content {
  overflow: hidden;
  margin-bottom: 12px;
}

a.btn-link {
    color: #101820;
    display: inline-block !important;
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    line-height: 16px;
    position: relative;
    text-transform: uppercase;
    text-decoration:none;
}
a.btn-link:hover {
    color: #003087;
}
a.btn-link::after {
    background-color: #e4002b;
    content: "";
    height: 2px;
    display: block;
    width: 100%;
}
.categories-filter{
  display:flex;
  justify-content: right;
  padding-top: 1em!important;
}

select#tag-select {
    border-radius: 14px;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: .25px;
    color: #003087 !important;
    padding: 3px 8px;
    margin: 0 8px 8px 0;
    white-space: nowrap;
}
select#tag-select option:hover{
    background: rgba(102,131,183,0.5);
}

@media(min-width:1024px){
  .blog_header_hero{
    display:grid;
    grid-template-columns:1fr 1fr;
    background-color:#003087;
  }
  
  .blog-header__inner_bg{
    background-color:#003087;
    margin:20px auto;
    padding:30px;
  }

  .image_hero{
     height:100%;
     background: url(https://6272057.fs1.hubspotusercontent-na1.net/hubfs/6272057/shutterstock_1575539170-1.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;

  }
}

.blog-header__title--white,
.blog-header__subtitle--white{
  color:white !important;
}

.blog-header__form form label{
  color:white !important;
}

 .blog-header__inner_bg{
    background-color:#003087;
    margin:20px auto;
    padding:30px;
  }
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}


/* ICONS */
.icon-box {
  position: relative;
  width: 62px;
  height: 62px;
}

.icon-box  i {
  position: absolute;
  top: 17px;
  left: 18px;
  color: #fff;
}

/* Browser Detection */
.buorg .update_button {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
  padding: 1px 10px;
  border-radius: 4px;
  font-weight: normal;
  background: #5ab400;
  white-space: nowrap;
  margin: 0 2px;
  display: inline-block;
}

#buorgul {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
  padding: 1px 10px;
  border-radius: 4px;
  font-weight: normal;
  background: #5ab400;
  white-space: nowrap;
  margin: 0 2px;
  display: none !important;
}

.search-results-wrapper {
  margin: 48px 0 100px 0;
}

.search-results-wrapper .hs-search-results__title {
  color: var(--main-blue-color);
  text-decoration: none;
}

.search-results-wrapper .hs-search-results__title:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .search-results-wrapper {
    margin: 24px 0;
  }
}

.widget-type-email_subscriptions,
.backup-unsubscribe {
  padding-bottom: 100px;
}

@media screen and (min-width: 1025px) {
  .widget-type-email_subscriptions_confirmation,
  .widget-type-email_subscriptions,
  .backup-unsubscribe {
    padding-bottom: 100px;
  }
  .widget-type-email_subscriptions_confirmation h1,
  .widget-type-email_subscriptions h1,
  .backup-unsubscribe h1 {
    font-size: 40px !important;
    margin-bottom: 0;
  }
  .widget-type-email_subscriptions_confirmation h2,
  .widget-type-email_subscriptions h2,
  .backup-unsubscribe h2 {
    font-size: 28px !important;
  }
}





.marketing-email  .subscribe-options label,
.marketing-email .fakelabel span {
  font-size: 20px !important;

}


@media screen and (max-width: 1024px) {

  .marketing-email h1 {
    font-size: 22px !important;
    line-height: 1.4 !important;
  }

  .marketing-email h2 {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  .marketing-email h3 {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }
  .marketing-email  .subscribe-options label,
  .marketing-email .fakelabel span {
    font-size: 16px !important;
    font-weight: bold;
  }
  .marketing-email form input[type=submit] {
    padding: 0 20px;
    font-size: 13px !important;
  }

  .marketing-email .page-header {
    font-size: 16px;
  }




}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.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-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */
@charset 'UTF-8';

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

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

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

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

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

    content: '';
}

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

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

.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-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

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

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 4px;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 8px;
    height: 8px;

    cursor: pointer;

    outline: none;
    color: black;
    background: #C8C3B1;
    border: 0;
    border-radius: 50%;
    padding: 0;

}

.slick-dots li button::before {
    display: none !important;
}

.slick-dots li.slick-active button {
    background: #003087;
    color: #FFF;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }