
@import url('https://use.fontawesome.com/releases/v5.3.1/css/all.css');



















































html {
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}

li {
    list-style: none; /* Remove default bullets */
    -webkit-appearance: none; /* Remove the blue checkmark */
}
.body-container .row-fluid{
  position: relative;
  z-index: 1;
}

.interior .body-container{
  position: relative;
  z-index: 1;
}

.interior .hero-section-overlay{
  overflow: hidden;
}

.interior .hs_cos_wrapper_type_rich_text h3{
  color: #393939;
}

.resource-center .resource-header__inner{
  padding: 150px 0;
  position: relative;
  z-index: 1;
}

.resource-center .resource-header__inner .page-center{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.resource-center .resource-header__inner.invert .page-center{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.resource-center .resource-header__inner .featured__content{
  max-width: 450px;
  width: 100%;
}

.resource-center .resource-header__inner .featured__content span{
  margin-bottom: 15px;
  display: block;
}

.resource-center .resource-header__inner .image-wrapper{
  position: relative;
  z-index: 1;
  max-width: 500px;
  width: 100%;
}

.resource-center .resource-header__inner .image-wrapper .featured-image a{
  width: 100%;
}

.resource-center .resource-header__inner .image-wrapper .featured-image{
  box-shadow: 0px 3px 6px #00000029;
  width: 100%;
  height: 280px;
  position: relative;
  z-index: 9;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  object-fit: cover;
}

.resource-center .filter-wrapper{
  background: #eff6f9 !important;
  padding: 50px 0;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
  /*   background: linear-gradient(128deg, #000000 0%, #000000 0%, #ff1010 100%) !important; */
}

.resource-center .filter-wrapper form{
  background-color: unset;
  box-shadow: unset;
  border-radius: unset;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: row;
  justify-content: center;
  max-width: 100%;
}

.resource-center .filter-wrapper .filterBoxSection{
  display: flex;
}

.resource-center .filter-wrapper form select{
  max-width: 175px;
  width: 100%;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  font-weight: 500;
  padding: 0 12px;
  background-image: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 90%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.resource-center .filter-wrapper form select,
.resource-center .filter-wrapper form select option{
  color: #545454;
}

.resource-center .filter-wrapper .search-wrapper{
  position: relative;
}

.resource-center .filter-wrapper .search-wrapper input{
  min-width: 370px;
  border-radius: 10px;
  padding: 12px !important;
  border: 0;
  box-shadow: 3px 3px 5px #00000029;
  border: 1px solid #D9D9D9;
  font-weight: 500 !important;
}

.resource-center h2.centered{
  text-align: center;
  margin-bottom: 0;
  color: var(--primaryColor)
}

.resource-center .resource-index{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; 
  padding-top: 40px;
}

.resource-center .resource-index .resource-card{
  margin-bottom: 48px;
}

.resource-center .resource-index .resource-card.hidden{
  display: none;
}

.resource-center .navigation-area__wrapper{
  position: relative;
  z-index: 1;
}

.resource-center .nav-pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: ;
  margin-bottom: 100px;
}

.resource-center .previous-posts-link,
.resource-center .next-posts-link{
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: {color=#000, opacity=100, rgba=rgba(0, 0, 0, 1), rgb=rgb(0, 0, 0), hex=#000, css=#000000};
  background-color: {color=#fff, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#fff, css=#ffffff};
  text-decoration: none;
  border: 0px solid {color=null, opacity=100, rgba=null, rgb=null, hex=null, css=};
  line-height: 1;
  border-radius: 7px;
  font-weight: 500;
  font-size: 16px;
  align-items: center;
  color: #545454;
  text-transform: uppercase;
}

.resource-center .previous-posts-link{
  text-align: right;
  margin-right: .25rem;
}

.resource-center .next-posts-link{
  text-align: left;
  margin-left: .25rem;
}

.resource-center .next-posts-link--disabled,
.resource-center .previous-posts-link--disabled {
  color: #949494;
  pointer-events: none;
  cursor: default;
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: {color=#000, opacity=100, rgba=rgba(0, 0, 0, 1), rgb=rgb(0, 0, 0), hex=#000, css=#000000};
  background-color: {color=#fff, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#fff, css=#ffffff};
  text-decoration: none;
  border: 0px solid {color=null, opacity=100, rgba=null, rgb=null, hex=null, css=};
  line-height: 1;
  border-radius: 7px;
  font-weight: 500;
  font-size: 16px;
  align-items: center;
  text-transform: uppercase;
}

.resource-center .next-posts-link svg,
.resource-center .previous-posts-link svg {
  fill: {color=#000, opacity=100, rgba=rgba(0, 0, 0, 1), rgb=rgb(0, 0, 0), hex=#000, css=#000000};
  margin: 0 5px;
  height: 12px;
}

.resource-center .next-posts-link--disabled svg,
.resource-center .previous-posts-link--disabled svg {
  fill: #B0C1D4;
  height: 12px;
}

.resource-center .page_numbers{
  display: inline;
}

.resource-center .page_numbers a{
  padding: 0 5px;
}

.resource-center .blog-pagination__number-link:hover,
.resource-center .blog-pagination__number-link:focus {
  color: {color=#000, opacity=100, rgba=rgba(0, 0, 0, 1), rgb=rgb(0, 0, 0), hex=#000, css=#000000};
  background-color: {color=#fff, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#fff, css=#ffffff};
  border: 2px solid {color=#b0c1d4, opacity=100, rgba=rgba(176, 193, 212, 1), rgb=rgb(176, 193, 212), hex=#b0c1d4, css=#b0c1d4};
}

.resource-center .content--details{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 18px 0;
}

.resource-center .resource-card .content--details{
  justify-content: space-around;
}

.resource-center .content--details__date,
.resource-center .content--details__location{
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.resource-center .featured__content .content--details__date,
.resource-center .featured__content.content--details__location{
  padding-right: 20px;
}

.resource-center .content--details__date::before{
  content: '\f073';
  width: 27px;
  height: 20px;
  text-align: left;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  line-height: 20px;
  color: #13bfef;
  font-weight: 500;
}

.resource-center .content--details__location::before{
  content: '\f3c5';
  width: 27px;
  height: 20px;
  text-align: left;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  line-height: 20px;
  color: #13bfef;
  font-weight: 500;
}


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

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }

  .body-container__landing.reverse-on-mobile .span12 .row-fluid,
  .body-container.reverse-on-mobile .span12 .row-fluid{
    display: flex;
    flex-direction: column-reverse;
  }

  .interior .hero-section-overlay::before,
  .interior .hero-section-overlay::after,
  .resource-center .hero-section-overlay::before,
  .resource-center .hero-section-overlay::after{
    display: none;
  }

  .resource-center .resource-header__inner{
    padding: 100px 20px 50px;
  }

  .resource-center .resource-header__inner .page-center{
    flex-direction: column-reverse !important;
  }

  .resource-center .resource-header__inner .image-wrapper{
    margin-bottom: 100px;
  }

  .resource-center .resource-header__inner .image-wrapper .featured-image{
    height: 310px;
  }

  .resource-center .resource-header__inner .featured__content{
    z-index: 2;
  }

  .resource-center .filter-wrapper{
    margin-bottom: 50px;
  }

  .resource-center .filter-wrapper form{
    flex-direction: column;
    align-items: center;
  }

  .resource-center .filter-wrapper form select, 
  .resource-center .filter-wrapper form select option{
    margin-bottom: 24px;
    min-width: 300px;
    width: 300px;
  }

  .resource-center .filter-wrapper .search-wrapper input{
    min-width: 300px;
    width: 300px;
  }

  .resource-center h2.centered{
    margin-bottom: 50px;
  }

  .resource-index .resource-card__image{
    height: 410px;
  }
}

@media (max-width: 500px){
  .resource-center .resource-header__inner .image-wrapper .featured-image{
    height: 200px;
  }

  .resource-index .resource-card__image{
    height: 32vh;
  }
}

@media (max-width: 414px){
  
  .resource-index .resource-card__image{
    height: 27vh;
  }
}

.container-fluid.hero-padding {
  width: 100%;
}


/* THIS IS TO HIDE THE BOTTOM OF THE CARDS UNTIL THEY MAKE A DECISION - 4/25/22 */

.resource-card__bottom,
.location-card__bottom{
  background: unset !important;
  height: 0 !important;
}

html {
  font-size: 14px;
  background-color: #fff
}

body {
  font-family: Open Sans, serif;
  font-size: 1rem;
  color: #666666;
  line-height: 1.75;
    -webkit-font-smoothing: antialiased;
	font-weight: 400;
}

p {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Open Sans, serif;
  line-height: 1.5;
}

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

/* Anchor Links */
a {
    color: #b1060f;
    text-decoration: none;
    transition: color .3s ease-in-out;
}
a:hover, a:focus {
	color: #f25929;
    text-decoration: underline;
    transition: color .3s ease-in-out;
}
a.no-underline {
	text-decoration: none;
}
p a, span a, label a {
    font-size: 1rem;
    text-decoration: underline;
    font-weight: 400;
    line-height: 1.85714286em;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    font-weight: 300;
    font-family: Open Sans, serif;
    color: #252525;
    word-break: break-word;
}

h1 {
    font-size: 2.571rem;
    line-height: 1.3;
}

h1:not(:last-child), .h1:not(:last-child) {
    margin-bottom: 30px;
}

h2 {
  font-size: 2.143rem;;
	line-height: 1.25;
  margin-bottom: 30px;
}

h3 {
    font-size: 1.714rem;
    line-height: 1.25;
}

h4 {
    font-weight: normal;
    font-size: 1.286rem;
    line-height: 1.25;
}

h5 {
    font-size: 1rem;
    line-height: 1.25;
	font-weight: 700;
}

h6 {
    font-size: 0.857rem;
    line-height: 1.25;
	font-weight: 700;
}

strong {
    font-weight: 700;
}

.is--code, code {
    vertical-align: bottom;
    font-family: Source Code Pro,Consolas,Monaco,Courier New,monospace;
    font-weight: 500;
}

code {
	border-radius: .1875rem;
    background-color: #f8fafc;
    padding: .125rem .25rem;
}

pre {
	background-color: #f8fafc;
  border: 1px solid #cbd6e2;
  line-height: 1.5;
  padding: .5rem;
}

.microcopy {
    font-size: 0.857rem;
}

p.lead,
p.lead a {
    font-weight: 400;
    color: #0d0d0d;
    font-size: 1.357rem;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
    font-weight: 300;
    font-style: normal;
    color:#0d0d0d
	margin: 0;
}

blockquote:not(.testimonial) {
    margin: 40px 25px;
    padding: 0 1.6em 0 1em;
    border-left: 5px solid;
	border-color: #e90008;
}

/* Horizontal Rules */
hr {
    border: 0;
    border-top: 1px solid #eeeeee;
	margin: 1.85714286em 0;
	border-color: #ECECEC;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

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



@media all and (max-width: 1024px) {
  html {
    font-size: 14px
  }
}

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

@media (max-width: 480px) {
  html {
    font-size: 11.9px
  }
}
form {
  max-width: 600px;
  font-family: Poppins;
  margin:auto;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  
  text-decoration: none;
  width: 100%;
}

.hs-button:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.hs-button:hover {
  text-decoration: none;
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
}

.hs-button,
.hs-button:active,
.hs-button:visited {
  color: rgba(255, 255, 255,1.0);
  background-color:  rgba(233, 0, 8,1.0);
  border-color: rgba(0, 0, 0,1.0);
}

.hs-button:focus,
.hs-button:hover {
  color: rgba(255, 255, 255,1.0);
  background-color:  rgba(233, 0, 8,1.0);
}

.hubspot-link__container {
  padding-top: 20px;
}

.hs-form label {
  font-size: 1rem;
  
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: {color=#FF0201, opacity=100, rgba=rgba(255, 2, 1, 1), rgb=rgb(255, 2, 1), hex=#FF0201, css=#FF0201};
}

.hs-input, #hs-pwd-widget-password,.hs-search-field__input {
/*   box-shadow: inset 2px 2px 4px #00000080; */
/*   box-shadow: 3px 3px 5px #00000029; */
  -webkit-appearance: none;
  background: #ffffff;
  padding: 0.46428571em;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  display: inline-block;
  width: 100%;
  line-height: 22px;
  color: #33475b;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.hs-input[type=radio],
[type=checkbox]{
  position: relative;
  background: none;
  border: 1px solid #d3d3d3;
  width: 1.857rem !important;
  height: 1.857rem;
  border-radius: 50%;
  margin-right: 0.464rem;
}
.hs-input[type=radio]:hover,
[type=checkbox]:hover {
  border-color: #e90008;
  cursor: pointer;
}
.hs-input[type=radio]:checked {
  background-color: #e90008;
}
.hs-input[type=radio]:checked:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #e90008;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  opacity: 0;
  left: 0;
  top:0;
  animation: pulse .4s ease forwards;
}
.hs-input[type=radio]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 34%;
  top: 32%;
  background-color: #fff;
  border-radius: 50%;
}
[type=checkbox] {
  text-align: center;
  border-radius: 6px;
}
[type=checkbox]:checked {
  border-color: #e90008;
  background: #e90008;
}
[type=checkbox]:checked:before {
  content: '';
  left: 0;
  border-radius: 6px;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #e90008;
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
[type=checkbox]:checked:after {
  content: "L";
  transform: rotateY(180deg) rotateZ(-45deg);
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 2px;
  font-weight: 700;
}
/*.hs-input[type=file] {
background-color: #fff;
padding: initial;
border: initial;
line-height: initial;
box-shadow: none;
}*/

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea, #hs-pwd-widget-password  {
  transition: border 0.2s linear;
}
.hs-input:focus, #hs-pwd-widget-password:focus  {
  outline: none;
  border-color: var(--primaryColor);
}

textarea.hs-input {
  height: 110px;
}

select[multiple].hs-input {
  height: inherit;
}
.hs-fieldtype-select div.input {
  position: relative;
}
.hs-fieldtype-select div.input:after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f039";
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  font-size: 15px;
  pointer-events: none;
  padding: 0 13px;
  border-left: 1px solid #ececec;
  padding-top: 6px;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
  max-width:600px!important;
  margin-right:0px;
}
fieldset.form-columns-1,fieldset.form-columns-2,fieldset.form-columns-3  {
  max-width:600px!important;
  margin-right:0px;}
fieldset.form-columns-1 div.input,fieldset.form-columns-2 div.input,fieldset.form-columns-3 div.input  {
  margin-right:0px!important;}
input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-size: 16px;
  color: red;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #33475b;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #666666;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media (min-width: 400px){
  fieldset.form-columns-1 div.input, 
  fieldset.form-columns-2 div.input, 
  fieldset.form-columns-3 div.input{
    margin-right: 8px !important;
  }
}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

@media (max-width: 399px){
  form input.hs-input{
    width: 100% !important;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Poppins;
}

#hs-pwd-widget-password {padding:10px;height: 42px!important;margin-bottom:10px!important;}

fieldset.form-columns-2 .hs-form-field:last-child, fieldset.form-columns-3 .hs-form-field:last-child  {
  padding-left: 10px;

}
fieldset.form-columns-3 .hs-form-field:first-child  {
  padding-right: 10px;
}

@media screen and (max-width:767px) {
  fieldset.form-columns-2 .hs-form-field {
    width: 100% !important; 
  }
}
.pre-nav {
  display: none;
}
.header--toggle.header__navigation--toggle {
  display: none;
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

/* This is the Header Menu (Style 1) ***********/
.navigation-primary {
  display: inline-block;
}

.navigation-primary a {
  font-family: Lato;
  font-size: 18px;
  font-weight: 300;
  color: #494A52;
  line-height: 40px;
}

.navigation-primary a.active-item {
  font-weight: 600;
  position: relative;
}



.header__row-1 .submenu.level-1 > li{
  padding: 0;
  margin: 0;
}

.header__row-1 .submenu.level-1 > li a{
  padding: 0 20px;
  font-size: 16px;
  color: #1e3d88;
}

.header__row-1 .submenu.level-1 > li:not(:last-of-type) a{
  border-right: 2px solid #1e3d88;
}

.header__row-2 .submenu.level-1 > li:not(:last-of-type){
  padding: 0 10px;
}

.sticky-header__menu{
  font-size: 16px;
}

.navigation-primary .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
}

.triangle {
  display: none;
}

.submenu-toggle {
  display: none;
}

.submenu.level-1 {
  display: inline-block;
  white-space: nowrap;
}

.submenu.level-1 > li {
  display: inline-block;
  padding: 5px 0px;
  text-transform: capitalize;
}

.submenu.level-1 > li.has-submenu {
  position: relative;
}



@media (min-width: 768px) {
  .submenu.level-2 {
    position: absolute;
    min-width: 250px;
    visibility: hidden;
    overflow: hidden;
    white-space: normal;
    opacity: 0;
    text-transform: none;
    font-weight: 500;
    border-radius:px;
    box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
    transition: visibility 0s, opacity 0.3s;
  }
  
}


.submenu.level-2 > li.has-submenu {
  position: relative;
}

.level-2 .has-submenu.menu-item label.menu-arrow {
  position: absolute;
  right: 4px;
  top: 4px;
}

.menu-item:last-child .submenu.level-2 {
  right: 0;
}

.submenu.level-2 > li {
  padding: 0;
  border-bottom: 1px solid #D1D6DC;
}

.submenu.level-2 .menu-item .menu-link {
  display: block;
  padding: 20px 10px;
  background-color: #ffffff;
  transition: background-color 0.3s;
  line-height:1.3rem;
}

.submenu.level-2 > li:nth-child(2) {
  border-radius: px px 0 0;
}

.submenu.level-2 > li:last-child,
.submenu.level-2 > li:last-child .submenu {
  border-bottom: none;
  border-radius: 0 0 px px;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  background-color: #EBEFF3;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submenu.level-3 .menu-item .menu-link {
  padding-left: 30px;
    line-height: 1.1rem;
}

.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s;
  z-index:999
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}


@media (min-width: 768px) and (max-width: 1150px) {
  .navigation-primary a {
    font-size: 20px;
  }

  .submenu.level-1 > li {
    padding: 22px 15px;
  }

  .submenu.level-1 > li:last-child {
    padding-right: 22px;
  }

  .submenu.level-2 {
    left: 0px;
  }
}

@media (max-width: 768px) {
  .pre-nav {
    display: block;
}
.header--toggle.header__navigation--toggle {
  display: block;
}
  .submenu .menu-arrow-bg .fas {display:none;}

  .navigation-primary a {
    font-size: 26px;
  }

  .navigation-primary {
    display: block;
  }
  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    content: none;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    display: none;
  }

  .submenu > li > a {
    display: block;
    width: 100%;
  }

  .submenu.level-1 > li > a {
    display:inline-block;
  } 

  .submenu > .has-submenu {
    position: relative;
  }

  .submenu > .has-submenu > a {
    width: 70%;
  }

  .submenu {
    display: none;
  }

  .submenu.level-1 {
    width: 100%;
    background:#fff;
  }

  .submenu.level-1 > li {
    display: block;
    width: 100%;
    border-top: 2px solid #545454;
    padding: 0;
  }

  .submenu.level-1 > li > a {
    font-weight: 600;
    padding: 7px 30px;
  }

  
  .submenu.level-2 > .has-submenu > .menu-arrow,
  .submenu.level-2 > .has-submenu > .menu-arrow,
  .submenu.level-2 .menu-arrow {
  
    padding: 5px 0;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center right 20px;
    height: 55px;
  }

  /*.submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    height: 20px;
    width: 20px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-top: 16px;
    margin-right: 30px;
    float: right;
    transition: transform 0.4s;
  }*/
  
  .submenu.level-1 > .has-submenu > .menu-arrow-bg::before,
  .submenu > .has-submenu > .menu-arrow-bg::before,
  .submenu .menu-arrow-bg::before {
    font-family: "Font Awesome 5 Free";
    content: "\2b";
    font-size: 24px;
    line-height: 26px;
    color: #545454;
    padding: 10px;
    font-weight: bold;
  }

  .triangle-container.level-2 {
    display: none;
  }

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    transform: rotate(45deg);
    transition: transform 0.4s;
  }

  .submenu.level-2 {
    position: static;
    visibility: visible;
    opacity: 1;
    width: 100%;
    border: none;
    box-shadow: none;
    transform: unset;
  }

  .submenu.level-2 .menu-item {
    background-color: white;
    padding: 0;
    
    border-bottom: none;
  }

  .submenu.level-2 .menu-item .menu-link {
    padding: 12px 30px;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .submenu.level-2 .menu-item .menu-link:hover {
    background-color: inherit;
  }

  .submenu.level-3 {
    width: 100%;
    background-color: inherit;
    padding: 0;
    margin: 0;
  }

  .submenu.level-3 > li {
    padding: 0;
    background-color: inherit;
  }

  .submenu.level-3 .menu-item .menu-link {
    padding: 7px 90px;
  }
}

/* END OF STYLE 1 */
table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

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

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* ==========================================================================
Macros                                                  
========================================================================== */

/** 
* Border Radius 
*
*  
*/






/** 
* Box Shadow  
*
*  
*/




/** 
* Transition
* 
*  
*/




/** 
* Transform
*
*  
*/




/** 
* Background Size
*
*  
*/



/* ==========================================================================
Global Styles                                                  
========================================================================== */
img.img-shadowed.large-shadow  {
  -webkit-box-shadow: 0 23px 40px rgba(0, 0, 0,0.2);
-moz-box-shadow: 0 23px 40px rgba(0, 0, 0,0.2);
-o-box-shadow: 0 23px 40px rgba(0, 0, 0,0.2);
-ms-box-shadow: 0 23px 40px rgba(0, 0, 0,0.2);
box-shadow: 0 23px 40px rgba(0, 0, 0,0.2);;
}
img.img-shadowed.small-shadow {
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0,0.2);
-moz-box-shadow: 0 3px 30px rgba(0, 0, 0,0.2);
-o-box-shadow: 0 3px 30px rgba(0, 0, 0,0.2);
-ms-box-shadow: 0 3px 30px rgba(0, 0, 0,0.2);
box-shadow: 0 3px 30px rgba(0, 0, 0,0.2);;
}
.widget-type-linked_image img, .image img {
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
}

.background-image-holder {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  opacity: 0;
  background: #252525;
}

.background-image-holder:not([class*='span']) {
  width: 100%;
}

.background-image-holder img {
  display: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.label:not([class*='bg--']) {
  background: #31639c;
}

.label {
  position: absolute;
  z-index: 3;
  top: 1.238rem;
  right: 1.238rem;
  display: inline-block;
  height: 26px;
  min-width: 65px;
  padding: 0 10px;
  -webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;;
  font-size: 0.643rem;
  font-weight: 700;
  letter-spacing: .5px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 26px;
}

/* ==========================================================================
Team Member Modules                                                  
========================================================================== */

/* Team Member Globals
========================================================================== */
.team-header,
.card-wrapper {
  position: relative;
}

.team-member .boxshadow {
  -webkit-box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);;
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
}

.team-member h1,
.team-member h2,
.team-member h3,
.team-member h4,
.team-member h5 {
  margin: 0px;
}

.team-member a {
  -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;;
  text-decoration: none;
  color: #666666;
}

.team-member .team-image {
  overflow: hidden;
}

.team-member .team-title .team-position {
  opacity: 0.6;
  margin: 0 0 10px;
}

.team-member .team-description:before {
  content:" ";
  display: block;
  height: 3px;
  width: 40px;
  margin-bottom: 18px;
  background: #e1e1e1;
}

.social-icons a {
  width: 30px !important;
  height: auto !important;
  background: none !important;
}

.social-icons a:hover {
  opacity: 0.6;
  background: none !important;
}

.social-links__icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;;
  margin: 0 5px;
  background-color: #0d1b3b !important;
}

.social-links__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 15px;
  width: auto;
  fill: #fff;
  -webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);;
}

@media (max-width: 767px) {
  .testimonial {
    padding: 20px 0px;
  }
}

/* Team Member Simple
========================================================================== */
.team-member.simple .team-image {
  position: static;
  display: block;
  width: 208px;
  height: 208px;
  margin: 0 auto 30px;
}

.team-member.simple .team-image.circle {
  -webkit-border-radius: 999px;
-moz-border-radius: 999px;
-o-border-radius: 999px;
-ms-border-radius: 999px;
border-radius: 999px;;
}

.team-member.simple .team-image.square {
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
}

.team-member.simple .background-image-holder {
  z-index: 0;
  top: 0;
  left: 0;
  background-position: 50% 50% !important;
  -webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;;
  opacity: 0;
}

.team-member.simple .background-image-holder img {
  display: none;
}

/* Team Member Hover
========================================================================== */
.team-member.hover-details .card-wrapper {
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
  background: #b1060f !important;
  text-align: center;
}

.team-member.hover-details .card-wrapper * {
  color: #fff !important;
}

.team-member.hover-details:hover .team-image {
  opacity: 0.1;
}

.team-member.hover-details .team-image img {
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
  margin: 0 0 -8px;
}

.team-member.hover-details .team-title {
  position: absolute;
  top: 24%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  opacity: 0;
}

.team-member.hover-details:hover .team-title, 
.team-member.hover-details:hover .social-links {
  opacity: 1;
}

.team-member.hover-details .team-title, 
.team-member.hover-details .social-links, 
.team-member.hover-details .team-image {
  -webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;;
}

/* Team Member Hover Social Icons */
.team-member.hover-details .social-links {
  position: absolute;
  bottom: 35px;
  width: 100%;
  padding: 0 15px;
  opacity: 0;
}

.team-member.hover-details .social-icons a {
  text-align: center;
}

.team-member.hover-details .social-links__icon {
  background-color: transparent;
}

/* Team Member Medium
========================================================================== */
.team-member.medium a {
  -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;;
  text-decoration: none;
}

.team-member.medium .team-image img {
  position: static;
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
}

.team-member.medium .team-title {
  margin-top: 15px;
}

.team-member.medium h4 {
  font-weight: 300;
}

/* Team Member Detailed
========================================================================== */
.team-member.detailed .team-image {
  margin-bottom: 20px;
}

.team-member.detailed .team-image img {
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
  margin: 0 0 -8px;
}

.team-member.detailed .team-description {
  margin-top: 20px;
}

/* Team Member Detailed Social Icons */
.team-member.detailed .social-icons a {
  text-align: left;
}

/* Team Member Large
========================================================================== */
.team-member.large .team-image img {
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
  margin-bottom: -8px;
}

.team-member.large .team-header {
  margin: 24px 0px;
}

.team-member.large .team-header h2 {
  margin-bottom: 13px;
  font-weight: 600;
}

.team-member.large .team-header p.team-position{
  font-size: 1.25rem;
}

.team-member.large .team-description {
  font-size: 1rem;
}

/* ==========================================================================
Testimonial Modules                                                  
========================================================================== */

/* Testimonial Globals
========================================================================== */
blockquote.testimonial {
  border-left:0px!important;
  margin: 0 auto;
  padding: 0;
}
blockquote.testimonial q {
  max-width: 850px;
  margin: auto;
  padding: 20px !important;
}
.testimonial footer {
  padding: 15px 0 0 0;
  font-size: 15px;
  font-style: normal !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial .testimonial-name {
  font-weight: 600;
}

.testimonial .testimonial-company {
  margin: 0px;   
  font-weight: 300 !important;
}

.testimonial.slider .lSSlideOuter .lSPager.lSpg,
.testimonial.avatarslider .lSSlideOuter .lSPager.lSpg {
  margin-top: 2rem !important;
}

.testimonial.slider q,
.testimonial.avatarslider q {
  display: inline-block;
  border-left: 0;
  padding: 0;
  margin: 0 0 1rem;
  color: #666666;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2rem;
}

/* Testimonial Simple
========================================================================== */
.testimonial.simple {
  position: relative;
  padding-left: 0;
}

.testimonial.simple img {
  position: absolute;
  width: 85px;
  height: 85px;
  -webkit-border-radius: 85px;
-moz-border-radius: 85px;
-o-border-radius: 85px;
-ms-border-radius: 85px;
border-radius: 85px;;
}

.testimonial.simple q {
  position: relative;
  display: inline-block;
  margin-left: 110px;
  padding: 0 !important;
}

.testimonial.simple footer {
  position: relative;
  left: 110px;
}

@media only screen (max-width: 768px){
  .testimonial.simple footer {
    width: 75%;
  }
}

/* Testimonial Bubble
========================================================================== */
.testimonial.bubble q {
  display: block;
  padding: 20px 20px 35px 20px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px #d3d3d3;
-moz-box-shadow: 0 1px 3px #d3d3d3;
-o-box-shadow: 0 1px 3px #d3d3d3;
-ms-box-shadow: 0 1px 3px #d3d3d3;
box-shadow: 0 1px 3px #d3d3d3;;
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
}

.testimonial.bubble img {
  float: left;
  width: 80px;
  height: 80px;
  padding: 3px;
  margin: -35px 35px 50px 15px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px #d3d3d3;
-moz-box-shadow: 0 1px 3px #d3d3d3;
-o-box-shadow: 0 1px 3px #d3d3d3;
-ms-box-shadow: 0 1px 3px #d3d3d3;
box-shadow: 0 1px 3px #d3d3d3;;
  -webkit-border-radius: 80px;
-moz-border-radius: 80px;
-o-border-radius: 80px;
-ms-border-radius: 80px;
border-radius: 80px;;
}

@media only screen (max-width: 768px){
  .testimonial.bubble img {
    margin-bottom: 35px;
  }
}

/* Testimonial Centered
========================================================================== */
.testimonial.centered q {
  padding: 15px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  display: block;
}

.testimonial.centered footer img {
  width: 140px;
  height: 70px;
  padding: 0;
  margin: 15px 16px 15px 0;
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
}

.testimonial.centered footer .testimonial-info{
  border-left: 1px solid #0af1a7;
  padding: 16px;
  text-align: left;
}

@media (max-width: 767px){
  .testimonial{
    padding: 0px 40px;
  }

  .testimonial.centered footer img{
    margin: 0 16px 0 0;
  }

  .testimonial.centered footer .testimonial-info{
    padding: 10px 16px;
  }
}

/* Testimonial Avatar
========================================================================== */
.testimonial.avatar * {
  color: #666666;
}
.testimonial.avatar img {
  vertical-align: top;
  max-height: 500px;
}

.testimonial.avatar q {
  display: inline-block;
  font-size: 20px;
  font-style: italic;
}

.testimonial.avatar i {
  padding: 50px 0 15px 0;
  color: #e1e1e1;
}

.testimonial.avatar .divider-solid {
  width: 60px;
  border-top: 3px solid #e1e1e1;
}

.testimonial.avatar hr.divider {
  position: relative;
  clear: both;
  height: 0;
  display: block;
  padding: 0;
  margin: 20px 0 -4px;
}

.testimonial.avatar p {
  padding: 1rem 0;
}

/* Testimonial Slider
========================================================================== */
.testimonial.slider q {
  font-style: italic;
}

.testimonial.slider blockquote.testimonial-wrap {
  position: relative;
  overflow: hidden;
  width: 750px;
  margin: 0px auto;
}

@media (max-width: 767px) {
  .testimonial.slider blockquote.testimonial-wrap {
    width: auto;
  }
}

/* Testimonial Avatar Slider
========================================================================== */
.testimonial.avatarslider .image {
  padding: 0 15px;
  margin-left: 77.5px;
}

.testimonial.avatarslider img {
  height: auto;
  width: 165px;
  padding: 0;
  margin: 15px 0 15px 0;
  border-radius: 6em;
}

.testimonial.avatarslider .content {
  padding: 0 15px;
  margin-left: 50px;
}

.testimonial.avatarslider .fas {
  color: #252525;
}

@media (max-width: 767px) {
  .testimonial.avatarslider .testimonial {
    text-align: center;
  }

  .testimonial.avatarslider .testimonial .content,
  .testimonial.avatarslider .testimonial .image {
    padding: 0;
    margin: 0;
  }
}

/* ==========================================================================
Features Small Modules                                                  
========================================================================== */

/* Features Small Globals
========================================================================== */
.boxed {
  position: relative;
  overflow: hidden;
  padding: 1.75rem;
  margin-bottom: 30px;
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
}

.boxed.boxed--lg {
  padding: 2.786rem;
}

.border--round {
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
}

.feature:not(.boxed) {
  margin-bottom: 30px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
}

.feature img + .boxed {
  border-radius: 0 0 6px 6px;
  border-top: none;
}

.feature h4 {
  margin-bottom: 0.342rem;
  font-size: 1.357rem;
  line-height: 1.684rem;
}

.feature h4 + p {
  max-width: 23rem;
}

.feature.text-center h4 + p {
  margin-left: auto;
  margin-right: auto;
}

.feature h5 {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 1.25rem;
}

.feature p:not(:last-of-type){
  margin-bottom: 24px;
}

.feature p a {
  font-size: 1.15rem;
  text-transform: uppercase;
  font-weight: 500;
  transition: color .3s ease-in-out;
}

main p a{
  transition: color .3s ease-in-out;
}

main p a:hover{
  color: #194892 !important;
  transition: color .3s ease-in-out;
}

.feature.feature--featured:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #4a90e2;
}

.feature .icon {
  position: relative;
  left: 1px;
}

.feature .icon:not(.block) {
  display: inline-block;
}

.feature .icon svg {
  fill: #b1060f;
}

.feature-3 .icon svg,
.feature-8 .icon svg {
  fill: #666666;
}

.feature-2 .icon svg,
.feature-3 .icon svg,
.feature-4 .icon svg,
.feature-5 .icon svg,
.feature-6 .icon svg,
.feature-7 .icon svg,
.feature-8 .icon svg {
  width: 54px;
  fill: #0AF1A7;
}

.feature-2 .feature_description,
.feature-5 .feature_description {
  width: 75%;
  float: right;
}

.feature-2 .feature_description p:last-child ,
.feature-5 .feature_description p:last-child {
  margin-bottom: 0px;
}

@media (max-width: 767px){
  .feature img + .boxed{
    text-align: center;
  }
}

/* Features Small
========================================================================== */
.feature-1 p {
  margin: 0;
}

.feature-1 > img:first-child {
  border-radius: 6px 6px 0 0;
  vertical-align: middle;
}

/* Features Icon 1
========================================================================== */
.feature-2 {
  overflow: hidden;
}

.feature-2 .feature_description p {
  margin: 0;
}

/* Features Icon 2
========================================================================== */
.feature-3 svg {
  margin-bottom: 20px;
}

/* Features Icon 3
========================================================================== */
.feature-4 p:first-of-type {
  margin-bottom: 3.714rem;
}

.feature-4 .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  padding: 0.928rem;
  background: #b1060f;
  border-color: #b1060f;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  text-align: center;
}

/* Features Icon 4
========================================================================== */


/* Features Icon 5
========================================================================== */


.feature-6 .icon + h5 {
  margin-top: 1.857rem;
}

/* Features Icon 6
========================================================================== */
.feature-7 .icon {
  text-decoration: none;
  fill: #666666;
}

.feature-7 h5 {
  display: block;
  margin-top: 0.928rem;
  color: #b1060f;
  text-decoration: none;
}

a.block > .feature-7 {
  -webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
-ms-transition: 0.3s ease;
transition: 0.3s ease;;
}

a.block:hover {
  text-decoration: none;
}

a.block:hover > .feature-7 {
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
-o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
-ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);;
}

/* Features Icon 7
========================================================================== */

/* Features Image 1
========================================================================== */

/* Features Image 2
========================================================================== */
.feature-10 img {
  margin-bottom: 1.857rem;
}

/* Features Image 3
========================================================================== */


.feature .lead p:not(:last-child) {
  margin-bottom: 1.368rem;
}

.feature .lead p:last-child {
  margin-bottom: 0 !important;
}

.feature .lead h3 {
  margin-bottom: 1.04rem;
  font-size: 1.785rem;
  line-height: 1.5rem;
  font-weight: 300;
}

/* Features Image 4
========================================================================== */
.feature-12 {
  height: 13em;
}

.feature-12:hover:before {
  opacity: .75;
}

.feature-12:before {
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
  -webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
-ms-transition: 0.3s ease;
transition: 0.3s ease;;
}

.feature-12 .pos-vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);;
  color: #fff;
  z-index: 9;
}

.feature-12 .background-image-holder {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  -webkit-transition: opacity .3s linear;
-moz-transition: opacity .3s linear;
-o-transition: opacity .3s linear;
-ms-transition: opacity .3s linear;
transition: opacity .3s linear;;
  opacity: 0;
  background: #252525;
}

.feature-12 .background-image-holder {
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
}

.imagebg:before {
  position: absolute;
  content: '';
  background: transparent linear-gradient(104deg, #000000 0%, #07152A 29%, #194892 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3;
}

/* ==========================================================================
Features Large Modules                                                  
========================================================================== */

/* Features Large 1
========================================================================== */
.feature-large .lead {
  padding-left: 50px;
}

.feature-large .lead p {
  font-weight: 400;
  color: #808080;
  font-size: 1.357rem;
}

@media (max-width: 767px) {
  .feature-large .lead {
    padding-left: 0;
  }}

/* Features Large 2
========================================================================== */
.imageblock {
  position: relative;
  padding: 0;
}
.imageblock > .container,
.imageblock > div[class*='span']:not(.imageblock__content) {
  padding: 7.428rem 0px;
  float: none;
  overflow: hidden;
}
.imageblock.imageblock--lg > .container,
.imageblock.imageblock--lg > div[class*='span']:not(.imageblock__content) {
  padding: 9.285rem 0px;
  float: none;
  overflow: hidden;
}
.imageblock .imageblock__content {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 2;
  padding: 0;
}
.switchable {
  position: relative;
}
.switchable div[class*='span']:first-child {
  float: left;
  right: auto;
}
.switchable div[class*='span']:first-child:not([class*='pull']):not([class*='push']) {
  left: 0;
}
.switchable div[class*='span']:last-child {
  float: right;
  left: auto;
}
.switchable div[class*='span']:last-child:not([class*='pull']):not([class*='push']) {
  right: 0;
}
.switchable.switchable--switch div[class*='span']:first-child {
  float: right;
  right: 0;
  left: auto;
}
.switchable.switchable--switch div[class*='span']:first-child:not([class*='pull']):not([class*='push']) {
  left: auto;
}
.switchable.switchable--switch div[class*='span']:last-child {
  float: left;
  left: 0;
  right: auto;
}
.switchable .switchable__text {
  margin-top: 3.714rem;
}
.switchable > div[class*='span'] {
  padding: 0;
}

@media all and (max-height: 728px) {
  .imageblock>.container, .imageblock>div[class*='span']:not(.imageblock__content) {
    padding: 3.714rem 0px;
  }
}
@media all and (max-width: 767px) {
  .imageblock[class*='space-'] {
    padding-bottom: 0;
    padding-top: 0;
  }
  .imageblock .imageblock__content {
    position: relative;
    min-height: 18.571rem;
  }
  .imageblock>.container, .imageblock>div[class*='span']:not(.imageblock__content) {
    padding: 2.571rem 15px;
    float: none;
    overflow: hidden;
  }
  .imageblock.imageblock--lg>.container, .imageblock.imageblock--lg>div[class*='span']:not(.imageblock__content) {
    padding: 2.571rem 15px;
    float: none;
    overflow: hidden;
  }
  .switchable .switchable__text {
    margin-top: 1.857rem;
  }
  .switchable .imageblock__content[class*='span'] {
    float: none !important;
  }
  .switchable .row>div[class*='span'] {
    float: none !important;
  }
  .switchable .row>div[class*='span']:last-child:not(:only-child) {
    margin-top: 1.85714286em;
  }
}
@media all and (max-width: 990px) {
  .switchable .switchable__text {
    margin-top: 0;
  }
}

/* ==========================================================================
Pricing Modules                                                  
========================================================================== */

/* Price Global Styles
========================================================================== */
.pricing {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  position: relative;
}
.pricing .label {
  top: 2.785rem;
  right: 2.785rem;
}
.pricing h1 {
  font-size: 4.214rem;
  margin-bottom: 0.929rem;
}
.pricing h1 .pricing__dollar {
  font-size: 2.143rem;
  position: relative;
  bottom: 20px;
}
.pricing h2 {
  margin-bottom: 0.393rem;
}
.pricing h3:first-child {
  margin: 0;
}
.pricing h5 {
  font-weight: 600;
  margin-bottom: 1.857rem;
}
.pricing ul {
  list-style: none;
}
.pricing ul li:not(:last-child) {
  margin-bottom: 0.464rem;
}
.pricing ul li .checkmark + span {
  position: relative;
  bottom: 3px;
}
.pricing:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
}
.pricing .feature-6 p {
  min-height: 5.571rem;
}
.pricing .icon {
  display: inline-block;
  position: relative;
  width: 1.238rem;
  height: 1.238rem;
  border-radius: 50%;
  text-align: center;
  fill: #31639c;
}
.pricing .icon:not(:last-child) {
  margin-right: 13px;
}
.pricing ul li .icon + span {
  position: relative;
  bottom: 3px;
}
.pricing .label {
  top: 2.785rem;
  right: 2.785rem;
}
@media all and (min-width: 768px) {
  .boxed.boxed--emphasis {
    transform: scale(1.075);
    -webkit-transform: scale(1.075);
  }
}

/* Price Card List
========================================================================== */
.pricing-1 .btn:last-child {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 0 0 6px 6px;
  padding: 0.928rem 0;
  margin: 0;
}
.pricing-1 .btn:last-child:hover {
  transform: none !important;
}
.pricing-1 ul {
  margin-bottom: 5.571rem;
}
.pricing-1 p:first-of-type {
  margin: 1.857rem 0px;
}
.pricing-1 p:last-of-type {
  margin-bottom: 5.571rem;
}
.pricing-1 img + p:first-of-type {
  margin-top: 0;
}
body:not(.variant-content) .pricing-1 ul {
  margin-bottom: 0;
  padding: 0;
}

/* Price Card Wide
========================================================================== */
.pricing-2 h1 {
  margin-bottom: 1.857rem;
}

@media all and (min-width: 991px) {
  .pricing-2 ul:first-child {
    margin-top: 4.64285714em;
  }
}
@media all and (max-width: 990px) {
  .pricing-2 {
    text-align: center;
  }
  .pricing-2 ul:first-child {
    margin-top: 1.85714286em;
  }
}

/* Accordian Module
* ======================================================================= */
.ac-container{
  text-align: left;
}
.ac-container:has(input:checked) {
  box-shadow: 1px 2px 4px #00000080;
  border-radius: 6px;
}
.ac-container h2,
.ac-container h3,
.ac-container h4,
.ac-container h5 {
  color: #fdfdfd;
}
.ac-container label{
  padding: 10px 10px 10px 30px;
  position: relative;
  z-index: 20;
  display: block;
  cursor: pointer;
  
  color: #fdfdfd;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s linear;
  -moz-transition: background 0.3s ease-in-out, color 0.3s linear;
  -o-transition: background 0.3s ease-in-out, color 0.3s linear;
  -ms-transition: background 0.3s ease-in-out, color 0.3s linear;
  transition: background 0.3s ease-in-out, color 0.3s linear;
  
}
.ac-container label:hover{
  
  background: #194892 0% 0% no-repeat padding-box;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s linear;
  -moz-transition: background 0.3s ease-in-out, color 0.3s linear;
  -o-transition: background 0.3s ease-in-out, color 0.3s linear;
  -ms-transition: background 0.3s ease-in-out, color 0.3s linear;
  transition: background 0.3s ease-in-out, color 0.3s linear;
  
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
  
  background: #194892 0% 0% no-repeat padding-box;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s linear;
  -moz-transition: background 0.3s ease-in-out, color 0.3s linear;
  -o-transition: background 0.3s ease-in-out, color 0.3s linear;
  -ms-transition: background 0.3s ease-in-out, color 0.3s linear;
  transition: background 0.3s ease-in-out, color 0.3s linear;
}
.ac-container label:after,
.ac-container input[type="checkbox"]:checked + label:after{
  content: '\f067';
  color: #0af1a7;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 4px;
  top: 20%;
  display: flex; 
  justify-content: center;
  align-items: center;
}
.ac-container input + label:hover:after{opacity:1!important}
.ac-container input[type="radio"]:checked + label:after{
  display:none!important;}
.ac-container input[type="checkbox"]:checked + label:after{
  content: '\f00d';
  font-family: "Font Awesome 5 Free"; font-weight: 900;
}
.ac-container input{
  display: none;
}
.ac-container article{
  
  background: transparent linear-gradient(105deg, #000000 0%, #07152A 29%, #194892 100%) 0% 0% no-repeat padding-box;
  margin-top: -1px;
  overflow: hidden;
  max-height: 0px;
  position: relative;
  z-index: 10;
  -webkit-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
  transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
}
.ac-container article .inset-padding{
  padding: 20px;
}
.ac-container input:checked ~ article{
  -webkit-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
}
.ac-container input:checked ~ article.ac-small{
  height: inherit;
  max-height:900px;
  background: transparent linear-gradient(105deg, #000000 0%, #07152A 29%, #194892 100%) 0% 0% no-repeat padding-box;
}

/* Image Gallery Slider Module
* ====================================================================== */

.slider-section-wrap {
  position: relative;
  width: 100%;
  padding: 80px 0px;
  display:flex;
}

.slider-section-wrap .left-container,
.slider-section-wrap .right-container {
  width: 50%;
}

.slider-section-wrap .left-container {
  padding: 0px 40px 0 0;
}

.slider-section-wrap .left-container.right {
  padding: 0;
}

.slider-section-wrap .right-container {
  float: right;
}
/**** Slider - Mobile Styling ****/
@media (max-width: 1080px) {
  .slider-section-wrap {
    padding: 70px 0px;
  }
}

@media (max-width: 767px) {
  .slider-section-wrap {
    padding: 50px 0px !important;
    flex-direction:column;
  }
  .slider-section-wrap .left-container,
  .slider-section-wrap .right-container {
    width:100%;
  }
  .slider-section-wrap .left-container {
    padding: 0px;
  }
}

/* CTA & Button Module
* ======================================================================= */

.widget-type-custom_widget.dnd-module > div {width:100%}

a.btn, .cta-btn a.cta_button {
  position: relative;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  border-radius: 40px;
  padding: 10px 40px;
  font-size: 16px;
  letter-spacing: .075em;
  line-height: 2;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}
.btn[class*='span'] {
  margin-left: 0;
  margin-right: 0;
}
.btn:first-child {
  margin-left: 0;
}
.btn:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.btn:hover {
  text-decoration: none;
  /*transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);*/
}
.btn-wrapper {
  line-height: normal;
  display: flex;
  justify-content: center;
}
body form .hs-button,
.btn-primary,
.btn-primary:active, 
.btn-primary:visited, 
.cta-btn-primary a.cta_button,
.cta-btn-primary a.cta_button:active,
.cta-btn-primary a.cta_button:visited {
  color: #ffffff !important;
  text-transform: uppercase;
  background: var(--primaryColor);
  border: 3px solid var(--primaryColor);
  border-radius: 40px;
  padding: 12px 25px;
  text-decoration: none !important;
  transition: .3s !important;
  line-height: unset !important;
}
.hs-button:hover,
.btn-primary:hover,
.cta-btn-primary a.cta_button:hover {
  color: #fff !important;
  background: var(--secondaryColor);
  border: 3px solid var(--secondaryColor);
  border-radius: 40px;
  transition: .3s;
}

.btn-secondary,
.btn-secondary:active,
.btn-secondary:visited,
.cta-btn-secondary a.cta_button,
.cta-btn-secondary a.cta_button:active,
.cta-btn-secondary a.cta_button:visited {
  color: #fff;
  background: #1e3d88;
  border-color: #1e3d88;
  border: 3px solid #1e3d88;
}
.btn-secondary:hover,
.cta-btn-secondary a.cta_button:hover {
  color: #fff;
  background: #0082a7;
  border-color: #0082a7;
  border: 3px solid #0082a7;
}

.btn-tertiary,
.btn-tertiary:visited,
.cta-btn-tertiary a.cta_button,
.cta-btn-tertiary a.cta_button:visited {
  color: rgba(255, 255, 255,1.0);
  background: transparent;
  border: 4px solid #fff;
}
.btn-tertiary:hover,
.cta-btn-tertiary a.cta_button:hover {
  color: #1e3d88;
  background: #fff;
}


@media(max-width: 767px) {
  .button-container {
    margin-bottom:10px;
    display:flex;
  }
  a.btn, .cta-btn a.cta_button{
    padding: 5px 20px;
    font-size: 16px;
  }
}

/*  Resource Cards  */

.resource-cards{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.resource-card{
  position: relative;
  max-width: 30%;
  width: 100%;
  background: transparent linear-gradient(128deg, #000000 0%, #07152A 29%, #194892 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  box-shadow: 0px 3px 6px #00000029;
  text-align: center;
  transform: scale(1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.resource-card:hover{
  transform: scale(1.025);
  box-shadow: 0px 3px 30px 3px #00000061;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.resource-card__label{
  position: absolute;
  top: 32px;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  background-color: #1e3d88ed;
  font-size: 14px;
  padding: 4px 25px;
  font-weight: 500;
}

.resource-card__image{
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 28px;
}

.resource-card__content{
  padding: 0 24px 88px;
  min-height: 200px;
}
.resource-card__content .btn-wrapper{
  position:absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.resource-card__content a{
  color: #1e3d88;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}

.resource-card__content a:hover{
  color: #0082a7;
  transition: color 0.3s ease-in-out;
}

.resource-card__bottom{
  margin-top: 28px;
  height: 80px;
  width: 100%;
  background: linear-gradient(11deg,#1e3d88 45%,#48bfb8 46%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (max-width: 767px){
  .resource-cards{
    flex-direction: column;
  }

  .resource-card{
    max-width: 100%;
    margin-bottom: 48px;
  }
}

/* MISC */

.hide-desktop{
  display: none;
}

@media (max-width: 767px){
  .hide-desktop{
    display: block;
  }
}

.homepage-template .hero-section-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  position: relative;
}

@keyframes pulse {
  0%, 100% {
    bottom: 5px;
    opacity:.5;
  }
  50% {
    bottom: 10px;
    opacity:.8;
  }
}
.a.push-down-link, a.push-down-link:hover {color: #ffffff;}
.homepage-template .hero-section-overlay a.push-down-link::after {
  content: "\f078";font-size:3.5rem;
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  position: absolute;
  bottom:5px;
  left:48%;
  opacity:.5;
  animation: 
    pulse
    1.5s
    ease-out
    0s
    alternate
    infinite
    none
    running;
    color: #ffffff
}


/*  Mod - Hero Banner Style 3 */

.banner-outer-wrapper .content-wrapper {
  width: 45% !important;
  padding-right: 3rem;
}
.banner-outer-wrapper .image-wrapper {
  width: 55%;
  padding-right: 0 !important;
}

@media (max-width: 767px) {
  .banner-outer-wrapper .image-wrapper {
    display: block !important;
    margin-bottom: 15px !important;
    width: 100% !important;

  }
  .banner-outer-wrapper .content-wrapper {
    padding-right: unset;
  }
}
.hero-section-wrap form h3{
  color: #1e3d88 !important
}

main ul{
  padding-left: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
}

main ul li{
  padding-left: 10px;
  margin-top: 8px;
}


@supports (-webkit-appearance:none) and (stroke-color:transparent) {
  main ul li{
    list-style: none;
    position: relative;
  }

main ul li:not(.hs-form-radio)::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-size: 12px;
    line-height: 16px;
    color: #0af1a7;
    padding: 10px;
    font-weight: bold;
    position: absolute;
    top: -5px;
    left: -20px;
}

main ul li ul li:not(.hs-form-radio)::before{
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-size: 12px;
    line-height: 16px;
    color: #0af1a7;
    padding: 10px;
    font-weight: bold;
    position: absolute;
    top: -5px;
    left: -20px;
  }
  main form ul li::before,
  main form ul li ul li::before {
content: none;
  }
  
}

main ul li::marker{
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-size: 16px;
  line-height: 16px;
  color: var(--primaryColor);
  padding: 10px;
  font-weight: bold;
}

main ul li ul{
  margin-top: 12px !important;
}

main ul li ul li::marker{
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 12px;
  line-height: 16px;
  color: #13bfef;
  padding: 10px;
  font-weight: bold;
}

body form h3,
body .hs_cos_wrapper_type_form h3{
  color: #1e3d88 !important;
  margin-bottom: 40px;
}

body .hs_cos_wrapper_type_form,
body.hs-blog-listing form:not(.search-options form),
body.hs-blog-post form:not(.search-options form){
  background: #eff6f9;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 2.5rem 2.5rem 5rem;
  display: block;
}
body form img {
    display: none;
}

body .hs_cos_wrapper_type_form span, 
body .hs_cos_wrapper_type_form h3, 
body.hs-blog-listing form h3, 
body.hs-blog-post form h3 {
  color: var(--accentColor2) !important;
}
body form .hs_submit,
body form .hs-submit {
  padding-top: 1rem;
}
body form select{
  box-shadow: 3px 3px 5px #00000029;
  border-radius: 10px;
  height: 40.69px;
  background-color: #fff;
}

body form .hs-fieldtype-select div.input::after{
  content: "\f078";
  border-left: unset;
  padding: 12px;
}

@media (max-width: 767px){
  body form{
    padding: 1rem;
  }

  body form .hs-richtext,
  body .hs_cos_wrapper_type_form h3{
    text-align: center;
  }

  fieldset.form-columns-2 .hs-form-field:last-child, 
  fieldset.form-columns-3 .hs-form-field:last-child{
    padding-left: 0px;
  }

  .hs-submit{
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.header {
  background-color: #0d0d0d;
  box-shadow: 0px 3px 6px #00000029;
  min-height: 200px;
}

.header .fa-chevron-down::before{
  font-size: 0.65rem;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 10px;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  font-size: 16px;
}

.header__row-1 {
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header__row-2{
  padding: 40px 0;
}

.header__row-2 .navigation-primary > ul.submenu.level-1 > li.no-submenu.menu-item:last-child > a,
.sticky-header .navigation-primary > ul.submenu.level-1 > li.no-submenu.menu-item:last-child > a{
  display: block;
  color: #fff;
  background: #1e3d88;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 20px;
  line-height: 2;
  font-size: 14px;
  transition: background 0.3s ease-in-out;
}

.header__row-2 .navigation-primary > ul.submenu.level-1 > li.no-submenu.menu-item:last-child > a:hover,
.sticky-header .navigation-primary > ul.submenu.level-1 > li.no-submenu.menu-item:last-child > a:hover{
  background: #0082a7;
  transition: background 0.1s ease-in-out;
}

.header__row-1 ul li a,
.header__row-2 ul li a,
.sticky-header ul li a{
  font-size: 14px;
  font-weight: bold;
  padding: 0;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

.sticky-header{
  box-shadow: 0px 3px 6px 2px #00000029;
}



/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  height: auto;
  margin-left: 0px;
  margin-right: auto;
}

.header__logo img {
  max-width: 120px;
  height: auto;
  border-radius: 0px;
}

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

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

/* Styles for the Search Bar */

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

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #666666;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Open Sans, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.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: white;
}

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

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

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

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

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

/* Styles for the Language Switcher Component */
.header__language-switcher .globe_class {opacity:.6;}
.header__language-switcher .globe_class:hover {opacity:1;}

.header__language-switcher {
  cursor: pointer;
  padding-left:10px;
}

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

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

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}
.header__language-switcher .lang_list_class:after {
  display:none;
}

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

.header__language-switcher .lang_list_class li {
  border: none;
}

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

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

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

.header__language-switcher .lang_list_class li a {
  font-family: Open Sans, serif;
  color: #666666;
}

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

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #666666;
}


.sticky-header .content-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.sticky-header .header__logo img{
  max-width: 100px;
  border-radius: 0px;
}

/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 768px) {
  .header__column {
    width: 100%;
  }

  .header__logo--tablet {
    display: block;
  }
  .pre-nav {
    display: flex!important;
    justify-content: space-between!important;
    padding: 5px!important;
  }
}

/* Mobile Styles */

@media (max-width: 768px) {
  .header{
    min-height: unset;
  }

  .header__container {

  }

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

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

  .header__logo img{
    border-radius: 0px;
    max-width: 130px;
    padding: 20px;
  }

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

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: #0d0d0d;
    z-index: 2;
    padding-left:0px;
  }
  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .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;
  }

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

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

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

  .header__row-2 {
    justify-content: center;
    padding: 20px;
  }

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

  .header__navigation--toggle::before{
    font-family: "Font Awesome 5 Free";
    content: "\f0c9";
    font-size: 24px;
    line-height: 26px;
    color: #1e3d88;
    padding: 10px;
    font-weight: bold;
  }

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

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

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0px;
    width:100%;
    transform:translateX(0%)!important;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
  }
  .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;
  }

  .lang_list_class:after, .lang_list_class:before {display:none;}

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

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

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

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

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

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

  .header__close--toggle.show {
    display: block;
  }
}
/* Sticky Header Styles */
@keyframes stickyshow {
  0%   {opacity: 0;}
  25%  {opacity: 0;}
  50%  {opacity: 0.5;}
  100% {opacity: 1;}
}
.sticky-header {max-height:100px;position:fixed;width:100%;top:0;display:none;opacity:0;
  z-index:99999999;
  animation-name: stickyshow;
  animation-duration: .6s;
  background: #ffffff;
  padding: 3px 10px;}
.sticky-header.stickit {display:flex;opacity:1;align-items:center;justify-content:space-between;}

@media (max-width: 767px){
  .navigation-primary > ul.submenu.level-1 > li.no-submenu.menu-item:last-child {
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1.1;
    position: relative;
    text-align: center;
    transition: all 0.15s linear;
    background-color: #fff;
    border-color: #545454;
    border-radius: 6px;
    border-width: px;
    font-size: .92rem;
    width: fit-content;
    border: unset;
    padding: 10px 25px;

    
  }
  
  .header__row-2 .navigation-primary > ul.submenu.level-1 > li.no-submenu.menu-item:last-child > a{
    padding: 12px 40px;
  }
}


.navigation-primary > ul.submenu.level-1 > li.no-submenu.menu-item:last-child {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #fff;
  border-color: #545454;
  border-radius: 6px;
  border-width: px;
  font-size: .92rem;

  
}
.navigation-primary > ul.submenu.level-1 > li.no-submenu.menu-item:last-child > a {
  color: ;
}

.navigation-primary > ul.submenu.level-1 > li.no-submenu.menu-item:last-child:hover, .navigation-primary > ul.submenu.level-1 > li.no-submenu.menu-item:last-child:focus {
  background-color: rgba(#null, 0.0);
  border-color: rgba(#null, 0.0);
  color: rgba(#null, 0.0);
}

.navigation-primary > ul.submenu.level-1 > li.no-submenu.menu-item:last-child:active {
  background-color: rgba(#null, 0.0);
  border-color: rgba(#null, 0.0);
  color: rgba(#null, 0.0);
}


.footer {
  background-color: #000;
  font-family: 'Lato', sans-serif;
  box-shadow: inset 0px 3px 6px 2px #00000029;
  position: relative;
  z-index: 1;
}

.footer a.btn:hover{
  color: #fff;
}

.footer__container {
  display:flex;
  flex-direction: column;
  max-width: 1290px;
  margin: 0 auto;
  padding: 80px 20px;
}

.footer__body{
  display: flex;
  justify-content: space-between;
}

.footer__body--column{
  width: 250px;
}

.footer__body--column:first-of-type,
.footer__body--column:last-of-type{
  width: 250px;
}

.footer__body--column:not(:last-of-type):not(:first-of-type){
  width: 250px;
}

.footer__body--column:not(:last-of-type):not(:first-of-type) .hs-menu-wrapper ul{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-top: 10px;
}

.footer__body--column:last-of-type{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__body--column__heading{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.footer__body--column ul{
  display: flex;
  flex-direction: column;
}

.footer__body--column ul,
.footer__body--column ul li a,
.footer__bottom--menu ul,
.footer__bottom--menu ul li a{
  padding: 0;
  margin: 0;
}

.footer__body--column ul li a{
  font-size: 20px;
}

.footer__body--column__socials{
  margin-top: 25px;
}

.footer__body--column__socials .social-links__icon{
  width: 25px;
  height: 25px;
}

.footer__mid{
  background-color: #f7f7f7;
}

.footer__mid--logos{
  padding: 30px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.footer .logo-slider img{
  padding: 0 20px;
}

.footer__bottom{
  background-color: var(--secondaryColor);
  color: #fff;
  padding: 10px 20px;
}

.footer__bottom .content-wrapper{
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  justify-content: center;
  padding: 0;
}

.footer__bottom--copyright span{
  font-size: 16px;
  font-weight: 100; 
}

.footer__bottom--menu ul li:not(:last-of-type) a{
  border-right: 2px solid #fff;
}

.footer__bottom--menu ul li a{
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  line-height: 1;
  padding: 0 20px;
}

.footer__bottom--language-selector{
  min-width: 300px;
}

.footer__bottom--language-selector .lang_switcher_class{
  filter: invert(1);
}

.footer__bottom--language-selector .lang_list_class{
  top: unset;
  bottom: 20px;
}

.footer__bottom--language-selector .lang_list_class::before,
.footer__bottom--language-selector .lang_list_class::after{
  display: none;
}


@media(min-width:768px){
  .footer__top--logo img{
    width: 120px !important;
    border-radius: 0px;
  }
}

@media(max-width:767px){
  .footer .logo-slider img{
    padding: 0;
  }

  .footer__container{
    flex-direction: row;
    padding: 24px 36px;
  }

  /*.footer__body{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
}*/

  .footer__body{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer__body--column{
    width: 100% !important;
  }

  .footer__body--column:first-of-type img{
    width: 130px !important;
    border-radius: 0px;
  }

  .footer__body--column:first-of-type,
  .footer__body--column:last-of-type{
    grid-column: 1 / 3;
    text-align: center;
  }

  .footer__body--column:first-of-type,
  .footer__body--column:not(:first-of-type){
    width: unset;
  }

  .footer__body--column:not(:last-of-type):not(:first-of-type) .hs-menu-wrapper ul{
    flex-direction: column;
    align-content: center;
    text-align: center;
  }

  .footer__body--column__heading{
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
  }

  .footer__body--column ul li a{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .footer__bottom .content-wrapper{
    flex-direction: column;
  }

  .footer__bottom--copyright span{
    display: block;
    margin-bottom: 24px;
  }

  .footer__bottom--menu ul{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  .footer__bottom--menu ul li a{
    border: unset !important;
    padding: 0 20px 24px 20px;
  }
}
/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.hs-blog-listing .blog-header,
.hs-blog-post .blog-header{
  margin-top: 0px;
}

@media (max-width: 767px){
  .hs-blog-listing .blog-header,
  .hs-blog-post .blog-header{
    margin-top: 80px;
  }
}

.hs-blog-listing .blog-header__inner{
  padding: 90px 0 70px 0;
}

.hs-blog-listing .hero-section-wrap{
  background-image: url('https://www.inveniolsi.com/hubfs/Theme%202022/banners/AdobeStock_159444165-1.jpeg');
  background-position: center;
}

.hs-blog-listing .hero-section-overlay{
  background-color: rgba(30, 61, 136,0.5) !important 
}

.hs-blog-listing .hero-section-overlay .page-center{
  text-align: center;
}

.hs-blog-listing .featured__content{
  width: 500px;
}

.hs-blog-post .hero-section-overlay{
  overflow: hidden;
}

.hs-blog-post img.featured-image,
.hs-blog-listing img.featured-image{
  width: 450px;
  position:relative;
  z-index: 1;
}

.hs-blog-post .featured-image{
  width: 450px;
  aspect-ratio: 16/9;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.hs-blog-listing .blog-header__inner-listing{
  padding: 100px 0;
}

.hs-blog-listing .blog-header__inner-listing .page-center{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.hs-blog-post .hero-section-overlay .backdrop{
  width: 450px;
  position: relative;
}

.hs-blog-listing .blog-header__inner-listing .page-center .image-wrapper{
  position: relative;
  min-height: 280px;
  width: 500px;
  display: flex;
  align-items: center;
}

.hs-blog-listing .blog-header__inner-listing .page-center .image-wrapper a{
  width: 100%;
}

.hs-blog-listing .blog-header__inner-listing .page-center .image-wrapper .featured-image{
  width: 100%;
  height: 280px;
  position: relative;
  z-index: 9;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

.blog-header__inner h1 {
  color: var(--primaryColor)
}

.hs-blog-listing .content-wrapper{
  padding-left: 0;
  padding-right: 0;
}

.hs-blog-listing .content-wrapper .blog-index .resource-card__content a:first-of-type{
  text-transform: capitalize;
  text-decoration: unset;
}

.hs-blog-listing .search-options{
  background: transparent linear-gradient(#000000 0%, #194892 100%) 0% 0% no-repeat padding-box;
}

.hs-blog-listing .search-options .content-wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}

.hs-blog-listing .search-options .content-wrapper form{
  background-color: unset;
  box-shadow: unset;
  border-radius: unset;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 50%;
}

.hs-blog-listing .search-options .content-wrapper form select{
  max-width: 175px;
  width: 100%;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  font-weight: 500;
  padding: 0 12px;
  background-image: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 90%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.hs-blog-listing .search-options .content-wrapper form select,
.hs-blog-listing .search-options .content-wrapper form select option{
  font-family: 'Lato';
  color: #545454;
}

.hs-blog-listing .search-options .content-wrapper .hs-search-field form{
  width: 100%;
  min-width: 370px;
}

.hs-blog-listing .search-options .content-wrapper .hs-search-field form button,
.resource-center .filter-wrapper form button{
  position: absolute;
  height: 100%;
  cursor: pointer;
  background: unset;
  border: unset;
  padding: 15px;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}

.hs-search-field__bar button svg,
.resource-center .filter-wrapper form button svg{
  height: 12px !important;
  fill: var(--accentColor2);
}
.hs-search-field__bar button:hover svg {
  fill: #194892 !important;
}

.hs-blog-listing .search-options .content-wrapper .hs-search-field--open .hs-search-field__suggestions{
  position: absolute;
  background: #fff;
  font-size: 14px;
  width: 100%;
}

.hs-blog-listing .search-options .content-wrapper  .hs-search-field__suggestions li{
  line-height: 1.4;
}


.hs-blog-listing .search-options .content-wrapper a.btn{
  padding: 5px 40px !important;
}

.hs-blog-listing .blog-header__inner-listing,
.hs-blog-listing .search-options,
.hs-blog-listing .content-wrapper,
.hs-blog-listing .blog-subscribe{
  position: relative;
  z-index: 1;
}

.hs-blog-listing .blog-header__inner-listing {
  background-color: #fff;
}

.hs-blog-post .hero-section-overlay h1{
  max-width: 600px;
  margin-bottom: 0;
  color: var(--primaryColor)
}

.hs-blog-post .blog-header__inner {
  margin: 0 auto;
  padding: 150px 20px;
}

.hs-blog-post .blog-header__inner .page-center{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.hs-blog-post .blog-header__inner.blog_list {
  margin: 0 auto;
  padding: 3.3rem 0 1.3rem 0;
}
.hs-blog-post .blog-header__title {
  font-size: 1.8rem;
  color:var(--primaryColor);
}
.hs-blog-post .blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-avatar {display:inline;border-radius:50px;height:35px!important;width:auto!important;vertical-align: top;margin-right:5px;}

li.hs-blog-social-share-item.hs-blog-social-share-item-twitter {
  padding-top: 7px;
}

.blog-header__form input.hs-button.primary.large {
  background: #fff;
  color: #000;
  border: 0px;
  opacity:.8
}
.blog-header__form input.hs-button.primary.large:hover {
  background: #fff;
  color: #000;
  border: 0px;
  opacity:1;
}
.blog-header__form .hs-form label {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
  .push-rightside {padding-right:5vw;}
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  justify-content: space-between;
}

.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.714rem;
}
.blog-index__post-content p {
  font-family: ;
}
.blog-index__post-content a {
  color: #666666;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: ;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: {color=#000, opacity=100, rgba=rgba(0, 0, 0, 1), rgb=rgb(0, 0, 0), hex=#000, css=#000000};
  background-color: {color=#fff, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#fff, css=#ffffff};
  text-decoration: none;
  border: 0px solid {color=null, opacity=100, rgba=null, rgb=null, hex=null, css=};
  line-height: 1;
  border-radius: 7px;
  font-weight: normal;
  font-size: 16px;
}
.blog-pagination__link--active {
  border: 2px solid {color=#b0c1d4, opacity=100, rgba=rgba(176, 193, 212, 1), rgb=rgb(176, 193, 212), hex=#b0c1d4, css=#b0c1d4};
  text-decoration: underline;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
  color: #545454;
  text-transform: uppercase;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #949494;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: {color=#000, opacity=100, rgba=rgba(0, 0, 0, 1), rgb=rgb(0, 0, 0), hex=#000, css=#000000};
  margin: 0 5px;
  height: 12px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
  height: 12px;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  color: {color=#000, opacity=100, rgba=rgba(0, 0, 0, 1), rgb=rgb(0, 0, 0), hex=#000, css=#000000};
  background-color: {color=#fff, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#fff, css=#ffffff};
  border: 2px solid {color=#b0c1d4, opacity=100, rgba=rgba(176, 193, 212, 1), rgb=rgb(176, 193, 212), hex=#b0c1d4, css=#b0c1d4};
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  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);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #666666;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 0 25px 0;
}
.blog-post h1 {
  font-size: 1.6rem;
   color: var(--primaryColor)
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #666666;
  text-decoration: underline;
}

.blog-meta{
  display: flex;
  flex-direction: row;
}

.blog-meta p{
  margin-right: 74px;
}

.blog-post__tags {
  font-family: ;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.author-block{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-top: 1px solid;
  padding: 50px 0 100px 0;
  max-width: 900px;
  margin: 0 auto;
}

.author-block h2,
.author-block h3{
  z-index: 1;
}

.author-block .author-image{
  position: relative;
  z-index: auto;
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 10px;
  margin-bottom: 24px;
  background-position: center;
  background-size: cover;
}

.author-block .author-image::before{
  content:'';
  position: absolute;
  z-index: -1;
  left: -50%;
  top: -50%;
  transform: translate(10%, 25%);
  width: 302px;
  height: 257px;
  background-position: center;
  background-size: contain;
  background-image: url('//242776868.fs1.hubspotusercontent-na2.net/hubfs/242776868/raw_assets/public/Evolve2/images/Group%20-3.png');
    }

.author-block p{
  margin-bottom: 0px;
}

.blog-subscribe{
  background-color: #eff6f9;
  color: var(--accentColor2);
  padding: 100px 0;
}

.blog-subscribe h2,
.blog-subscribe p{
  color: inherit;
}

.blog-subscribe h3.form-title{
  display: none;
}

.blog-subscribe .content-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-subscribe .subscribe__content{
  width: 50%;
}

.blog-subscribe .subscribe__content h2{ 
 color: var(--primaryColor);
}

.blog-subscribe .subscribe__form{
  width: 40%;
}


.blog-recent-posts .resource-card,
.blog-index .resource-card{
  position: relative;
  max-width: 30%;
  width: 100%;
  background: #fff !important;
  border-radius: 10px;
  box-shadow: 0px 3px 6px #00000029;
  text-align: center;
  transform: scale(1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  color: var(--accentColor2)
}

.blog-index .resource-card{
  margin-bottom: 50px;
}

.blog-recent-posts .resource-card:hover,
.blog-index .resource-card:hover{
  transform: scale(1.025);
  box-shadow: 0px 3px 30px 3px #00000061;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.blog-recent-posts .resource-card__label--blog,
.blog-index .resource-card__label--blog{
  font-size: 18px;
  padding-bottom: 8px;
}

.blog-recent-posts .resource-card__image,
.blog-index .resource-card__image{
  width: 100%;
  height: unset;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 28px;
}

.blog-recent-posts .resource-card__content,
.blog-index .resource-card__content{
  padding: 0 24px;
  min-height: 300px;
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-recent-posts a,
.blog-index a{
  color: #1e3d88;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}

.blog-recent-posts a:hover,
.blog-index a:hover{
  color: #0082a7;
  transition: color 0.3s ease-in-out;
}

.blog-recent-posts .resource-card__bottom,
.blog-index .resource-card__bottom{
  height: 80px;
  width: 100%;
  background: linear-gradient(11deg,#1e3d88 45%,#48bfb8 46%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (max-width: 1140px){
  .blog-recent-posts .resource-card__image,
  .blog-index .resource-card__image{
    width: 100%;
    height: unset;
    aspect-ratio: 16/9;
  }
}

@media (max-width: 1000px){
  .blog-recent-posts .resource-card__content p,
  .blog-index .resource-card__content p{
    min-height: 82px;
  }
}

@media (max-width: 767px){
  .blog-recent-posts .resource-card,
  .blog-index .resource-card{
    max-width: 48%;
    margin-bottom: 48px;
  }

  .blog-recent-posts .resource-card__image,
  .blog-index .resource-card__image{
    height: unset;
    aspect-ratio: 16/9;
  }

  .blog-recent-posts .resource-card__content{
    max-height: unset;
  }
}

@media (max-width: 500px){
  .blog-recent-posts .resource-card,
  .blog-index .resource-card{
    max-width: 100%;
    margin-bottom: 48px;
  }

  .blog-recent-posts .resource-card__image,
  .blog-index .resource-card__image{
    height: unset;
    aspect-ratio: 16/9;
  }

  .hs-blog-listing .resource-card__content{
    min-height: unset !important;
  }
}


.blog-recent-posts {
  padding: 50px 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
  justify-content: space-between;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #666666;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #31639c;
  color: #31639c;
}
.blog-comments .hs-button:hover {
  background-color: #31639c;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #31639c;
}


.blog-post__sidebar {padding: 3.3rem 0;}
.blog-post__sidebar img {max-width:100%;}
.blog-post__sidebar .section-block {margin-bottom:30px;}
.section-block.fillit {
  background: #ffffff;
  color: #000 ;
  padding: 10px;
}
.section-block.fillit a, .section-block.fillit h3, .section-block.fillit .hs-form label {
  color: #000 ;
}

.section-block input.hs-button.primary.large {
  width: 100%;
}



@media (max-width: 1100px){
  .hs-blog-post .blog-header__inner .page-center{
    padding: 0 20px;
  }

  .hs-blog-post .hero-section-overlay h1{
    max-width: 50%;
    position: relative;
    z-index: 1;
  }

  .hs-blog-post .featured-image{
    width: 400px;
  }

  .hs-blog-listing .resource-card__content{
    min-height: 400px;
  }

  .hs-blog-listing .blog-header__inner-listing .page-center{
    padding: 0 20px;
  }

  .hs-blog-listing .blog-header__inner-listing .page-center .image-wrapper,
  .hs-blog-listing .featured__content{
    width: 48%;
    position: relative;
  }
}

@media (max-width: 767px){
  .blog-index{
    padding: 50px 0px;
  }

  .hs-blog-listing .content-wrapper{
    padding-left: 20px;
    padding-right: 20px;
  }

  .hs-blog-listing .blog-header{
    margin-top: 80px;
  }

  .hs-blog-listing .blog-header__inner-listing{
    padding: 25px 0;
  }

  .hs-blog-listing .blog-header__inner-listing .page-center .image-wrapper{
    width: 100%;
  }

  .blog-header__inner{
    padding: 120px 20px 60px 20px;
  }

  .blog-header__inner .page-center,
  .hs-blog-listing .blog-header__inner-listing .page-center{
    flex-direction: column !important;
  }

  .hs-blog-post .hero-section-overlay .page-center::after{
    width: 360px;
    height: 360px;
    top: -120px;
    left: 25%;
    background-position: top center;
    transform: translateX(-12%);
  }

  .hs-blog-listing .blog-header__inner-listing .page-center .image-wrapper::after{
    width: 360px;
    height: 360px;
    left: -35px;
  }

  .hs-blog-listing .blog-header__inner-listing .page-center .image-wrapper .featured-image{
    height: 370px;
  }

  .hs-blog-listing .featured__content{
    width: 100%;
    padding: 20px;
  }

  .hs-blog-post img.featured-image, 
  .hs-blog-listing img.featured-image{
    width: 290px;
  }

  .hs-blog-post .hero-section-overlay .backdrop,
  .hs-blog-post .featured-image{
    width: 100%;
  }

  .hs-blog-post .hero-section-overlay .backdrop::before{
    height: 150%;
    left: 2%;
  }

  .hs-blog-post .hero-section-overlay h1{
    margin-top: 90px;
    font-size: 1.75rem;
    z-index: 1;
    padding: 0 20px;
    max-width: 100%;
  }

  .blog-post{
    padding: 36px 0 25px 0;
  }

  .blog-meta{
    justify-content: space-between;
  }

  .blog-meta p{
    margin-right: 0;
  }

  .hs-blog-listing .search-options .content-wrapper{
    padding: 50px 20px;
  }

  .blog-recent-posts__list{
    flex-wrap: wrap;
  }

  .blog-subscribe .content-wrapper,
  .hs-blog-listing .search-options .content-wrapper,
  .hs-blog-listing .search-options .content-wrapper form{
    flex-direction: column;
  }

  .blog-subscribe .subscribe__content,
  .blog-subscribe .subscribe__form,
  .hs-blog-listing .search-options .content-wrapper form{
    width: 100%;
  }

  .hs-blog-listing .search-options .content-wrapper form{
    align-items: center;
  }

  .hs-blog-listing .search-options .content-wrapper form select,
  .hs-blog-listing .search-options .content-wrapper .hs-search-field form{
    min-width: 300px;
    margin-bottom: 24px;
  }

  .blog-subscribe{
    padding: 50px 0 100px;
  }
}

@media (max-width: 500px){
  .blog-recent-posts__list{
    flex-direction: column;
  }

  .hs-blog-listing .blog-header__inner-listing .page-center .image-wrapper .featured-image{
    height: 150px;
  }

  .blog-recent-posts .resource-card__image, 
  .blog-index .resource-card__image{
    height: unset;
    aspect-ratio: 16/9;
  }

  .hs-blog-post .hero-section-overlay .backdrop::before{
    width: 120%;
    height: 400px;
    left: -10%;
    top: -120px;
  }
}

@media (max-width: 414px){
  .hs-blog-post .hero-section-overlay .page-center::after{
    left: -15%;
    transform: translateX(12%);
  }

  .hs-blog-listing .hero-section-overlay::before,
  .hs-blog-listing .hero-section-overlay::after{
    display: none;
  }

  .blog-recent-posts .resource-card__image, 
  .blog-index .resource-card__image{
    height: unset;
    aspect-ratio: 16/9;
  }
}

@media (max-width: 372px){
  .hs-blog-listing .blog-header__inner-listing .page-center .image-wrapper .featured-image{
    height: 160px;
  }

  .hs-blog-post .hero-section-overlay .page-center::after{
    left: -25%;
    transform: translateX(12%);
  }
}

.blog-pagination__link--active{
  color: #1E3D88 !important;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}

.blog-pagination__link--active:hover{
  color: #0082a7 !important;
  transition: color 0.3s ease-in-out;
}



/* Clean this up upon transfer */
/* FOR BLOG STYLING */
body {
  background: #FFFFFF;
}

/* Resource filter */
.resource-center .filter-wrapper {
  background: transparent linear-gradient(97deg, #000000 0%, #07152A 29%, #194892 100%) 0% 0% no-repeat padding-box;
}

/* Featured Content section */
.featured__content,
.featured__content span {
  color: var(--accentColor2);
}
.featured__content h2 {
  color: var(--primaryColor);
}

/* Card Styling */
.resource-center .resource-index .resource-card {
  background: #eff6f9;
  color: var(--accentColor2);
}

.resource-center .resource-index .resource-card h3 {
  color: var(--accentColor2);
}

.resource-card__label {
  background-color: var(--primaryColor);
}


/* Pagination */
.blog-pagination__link--active,
.blog-pagination a,
.nav-pagination nav a {
  color: var(--primaryColor) !important;
  fill:var((--primaryColor);
}
.blog-pagination a:hover,
.nav-pagination nav a:hover {
  color: var(--secondaryColor)!important;
  fill: var(--secondaryColor)!important;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  font-weight: 900
}




/*on hover make elements green;
white previos and next 500
match next previous. hover green
/* social links */
.hs_cos_wrapper_type_social_sharing svg {
  fill:var( --primaryColor)!important;
}
.hs_cos_wrapper_type_social_sharing svg:hover {
  fill: var(--secondaryColor)!important;
}

 

/* Related Blogs */
.blog-recent-posts {
}
.resource-card {
  background: transparent linear-gradient(#000000 0%, #194892 100%) 0% 0% no-repeat padding-box;
  color: var(--primaryColor);
}
.hs-blog-post .hero-section-overlay .backdrop::before {
  opacity: .5;
}

/* Cross images on blog hero */
.hs-blog-listing .hero-section-overlay::after,
.hs-blog-listing .hero-section-overlay::before {
  opacity: .2;
}
.hs-blog-listing .blog-header__inner-listing .page-center .image-wrapper::after {
  opacity: .2;
}
.hs-blog-listing .search-options {
  background: #eff6f9;
}


.filter-banner .container {
  padding: 5rem 0;
}
.blog-post__body p img {
  background-color: #fff;
  padding: 2rem;
}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: ;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Open Sans, serif;
  font-size: 1.25rem;
  color: #666666;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #666666;
}

.hs-search-field__bar form {
    display: flex;
    margin-bottom: 50px;
    justify-content: center;
    max-width: 100%!Important;
}
@media(max-width: 767px){
  .hs-search-field__bar form {flex-direction:column}
  .hs-search-field__bar button.hs-button {
    max-width: 100%!important;
    margin-left: 0px!important;
    margin-top: 10px;
}
.foot-logo {
  margin: auto;
}
}