/* Theme base styles */

/* INCLUDE THE VARIABLES AT THE TOP OF THE FILE, AS IT'S USED IN ALL STYLESHEETS BELOW */


/* Generic
This is where reset, normalize & box-sizing styles go.
*/
/*! 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;
}
*, *:before, *:after {
  box-sizing: border-box;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/
.bg-primary,
.bg-primary-hover:hover,
.bg-primary-active.active,
.icon-bg-primary svg {
  background-color: #668aba;
}

.bg-secondary,
.bg-secondary-hover:hover,
.bg-secondary-active.active,
.icon-bg-secondary svg {
  background-color: #009ee3;
}

.bg-light,
.bg-light-hover:hover,
.bg-light-active.active,
.icon-bg-light svg {
  background-color: #f2f7fc;
}

.bg-white,
.bg-white-hover:hover,
.bg-white-active.active,
.icon-bg-white svg {
  background-color: #ffffff;
}

.text-primary,
.text-primary-hover:hover,
.text-primary-hover:hover h1,
.text-primary-hover:hover h2,
.text-primary-hover:hover h3,
.text-primary-hover:hover h4,
.text-primary-hover:hover h5,
.text-primary-hover:hover h6,
.text-primary-hover:hover p,
.text-primary-hover:hover ul,
.text-primary-hover:hover li,
.text-primary-hover:hover a,
.text-primary-hover:hover i,
.text-primary-active.active,
.text-primary-active.active h1,
.text-primary-active.active h2,
.text-primary-active.active h3,
.text-primary-active.active h4,
.text-primary-active.active h5,
.text-primary-active.active h6,
.text-primary-active.active p,
.text-primary-active.active ul,
.text-primary-active.active li,
.text-primary-active.active a,
.text-primary-active.active i,
.text-primary h1,
.text-primary h2,
.text-primary h3,
.text-primary h4,
.text-primary h5,
.text-primary h6,
.text-primary p,
.text-primary ul,
.text-primary li,
.text-primary a,
.text-primary i,
h1.text-primary,
h2.text-primary,
h3.text-primary,
h4.text-primary,
h5.text-primary,
h6.text-primary,
p.text-primary,
ul.text-primary,
li.text-primary,
a.text-primary,
i.text-primary {
  color: #668aba;
}

.text-primary svg,
.text-primary-hover:hover svg,
.text-primary-active.active svg,
svg.text-primary {
  fill: #668aba;
}

.text-secondary,
.text-secondary-hover:hover,
.text-secondary-hover:hover h1,
.text-secondary-hover:hover h2,
.text-secondary-hover:hover h3,
.text-secondary-hover:hover h4,
.text-secondary-hover:hover h5,
.text-secondary-hover:hover h6,
.text-secondary-hover:hover p,
.text-secondary-hover:hover ul,
.text-secondary-hover:hover li,
.text-secondary-hover:hover a,
.text-secondary-hover:hover i,
.text-secondary-active.active,
.text-secondary-active.active h1,
.text-secondary-active.active h2,
.text-secondary-active.active h3,
.text-secondary-active.active h4,
.text-secondary-active.active h5,
.text-secondary-active.active h6,
.text-secondary-active.active p,
.text-secondary-active.active ul,
.text-secondary-active.active li,
.text-secondary-active.active a,
.text-secondary-active.active i,
.text-secondary h1,
.text-secondary h2,
.text-secondary h3,
.text-secondary h4,
.text-secondary h5,
.text-secondary h6,
.text-secondary p,
.text-secondary ul,
.text-secondary li,
.text-secondary a,
.text-secondary i,
h1.text-secondary,
h2.text-secondary,
h3.text-secondary,
h4.text-secondary,
h5.text-secondary,
h6.text-secondary,
p.text-secondary,
ul.text-secondary,
li.text-secondary,
a.text-secondary,
i.text-secondary {
  color: #009ee3;
}

.text-secondary svg,
.text-secondary-hover:hover svg,
.text-secondary-active.active svg,
svg.text-secondary {
  fill: #009ee3;
}

.text-light,
.text-light-hover:hover,
.text-light-hover:hover h1,
.text-light-hover:hover h2,
.text-light-hover:hover h3,
.text-light-hover:hover h4,
.text-light-hover:hover h5,
.text-light-hover:hover h6,
.text-light-hover:hover p,
.text-light-hover:hover ul,
.text-light-hover:hover li,
.text-light-hover:hover a,
.text-light-hover:hover i,
.text-light-active.active,
.text-light-active.active h1,
.text-light-active.active h2,
.text-light-active.active h3,
.text-light-active.active h4,
.text-light-active.active h5,
.text-light-active.active h6,
.text-light-active.active p,
.text-light-active.active ul,
.text-light-active.active li,
.text-light-active.active a,
.text-light-active.active i,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light ul,
.text-light li,
.text-light a,
.text-light i,
h1.text-light,
h2.text-light,
h3.text-light,
h4.text-light,
h5.text-light,
h6.text-light,
p.text-light,
ul.text-light,
li.text-light,
a.text-light,
i.text-light {
  color: #f2f7fc;
}

.text-light svg,
.text-light-hover:hover svg,
.text-light-active.active svg,
svg.text-light {
  fill: #f2f7fc;
}

.text-white,
.text-white-hover:hover,
.text-white-hover:hover h1,
.text-white-hover:hover h2,
.text-white-hover:hover h3,
.text-white-hover:hover h4,
.text-white-hover:hover h5,
.text-white-hover:hover h6,
.text-white-hover:hover p,
.text-white-hover:hover ul,
.text-white-hover:hover li,
.text-white-hover:hover a,
.text-white-hover:hover i,
.text-white-active.active,
.text-white-active.active h1,
.text-white-active.active h2,
.text-white-active.active h3,
.text-white-active.active h4,
.text-white-active.active h5,
.text-white-active.active h6,
.text-white-active.active p,
.text-white-active.active ul,
.text-white-active.active li,
.text-white-active.active a,
.text-white-active.active i,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white ul,
.text-white li,
.text-white a,
.text-white i,
h1.text-white,
h2.text-white,
h3.text-white,
h4.text-white,
h5.text-white,
h6.text-white,
p.text-white,
ul.text-white,
li.text-white,
a.text-white,
i.text-white {
  color: #ffffff;
}

.text-white a:hover,
a.text-white:hover {
  color: #009ee3;
}

.text-white svg,
.text-white-hover:hover svg,
.text-white-active.active svg,
svg.text-white {
  fill: #ffffff;
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

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

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

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

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

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

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

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

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

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* In-page editor UI */

.in-editor-ui-label {
  background: #fff;
  border: 1px dotted blue;
  color: #668aba !important;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 300;
  padding: 10px 15px;
}

/* Tools/Utility classes */

.negative-scroll-position,
a[data-hs-anchor="true"] {
  display: block;
  height: 1px;
  position: relative;
  top: -150px;
  width: 1px;
  z-index: -9999;
}
.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

.footer .dnd-section {
  padding-bottom: 4em;
  padding-top: 4em;
}

.footer .button-wrapper {
  padding-top: 0;
}

.footer-columns {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 4em;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 4em;
  width: 100%;
}

.footer-columns--column .column-inner {
  display: flex;
  height: 100%;
  width: 100%;
}

.footer-columns--column.col-1,
.footer-columns--column.col-2,
.footer-columns--column.col-4 {
  width: 22%;
}

.footer-columns--column.col-3 {
  width: 34%;
}

.footer-columns--column.col-1 .column-inner {
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.footer-columns--column.col-2 .column-inner {
  justify-content: center;
}

.footer-columns--column.col-2 .column-inner .footer-social-icon {
  padding: 0 1em;
}

.footer-columns--column.col-3 .column-inner {
  justify-content: flex-end;
}

.footer.no-nav .footer-columns--column.col-3 .column-inner {
  justify-content: center;
}

.footer-columns--column.col-3 .column-inner .footer-menu {
  padding: 0 2%;
  width: 40%;
}

.footer-columns--column.col-4 .column-inner {
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.footer-copyright {
  text-align: right;
}

.footer-accreditations {
  display: flex;
  gap: 2em;
  padding-bottom: .5em;
  flex-wrap: wrap;
  padding-top: 2em;
}

.footer-accreditations img {
  max-height: 80px;
  width: auto !important;
}

/* Footer Content */
.footer p,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #000000;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color: #668aba;
}

.footer p,
.footer li {
  font-size: .9em;
}

.footer p {
  margin: 0 0 .9em 0;
}

.footer a {
  color: #000000;
  text-decoration: none;
}

.footer a:hover,
.footer a:focus,
.footer a:active {
  text-decoration: none;
}

/* Footer final column */
.footer .span2:not(:first-child) {
  margin-left: 1% !important;
  width: 16% !important;
}

/* Footer icons */
.footer .icon-wrapper {
  margin-bottom: 1.25em;
}

.footer .icon-wrapper svg {
  padding: 0 !important;
}

/* Footer Navigation */
.footer .hs-menu-wrapper ul {
  justify-content: center;
  margin-bottom: .65em;
}

.footer .hs-menu-wrapper ul li.hs-menu-item {
  margin: 0 1.25em .65em 0;
  max-width: 160px;
  padding: 0;
}

.footer ul.hs-menu-children-wrapper {
  margin: .65em 0;
}

.footer .hs-menu-wrapper ul li.hs-menu-item a {
  color: #000000;
  font-family: Raleway, sans-serif;
  text-decoration: none;
}

.footer .hs-menu-wrapper ul li.hs-menu-item a:hover,
.footer .hs-menu-wrapper ul li.hs-menu-item a:focus {
  text-decoration: none;
  color: #668aba;
}

@media (min-width: 1441px) {
  .footer .content-wrapper,
  .footer .dnd-section>.row-fluid {
    max-width: 1600px;
  }

  body.body-2025 .footer .content-wrapper, 
  body.body-2025 .footer .dnd-section>.row-fluid {
    max-width: 1240px;
  }

  .footer .hs-menu-wrapper ul li.hs-menu-item {
    margin-right: 1.75em;
  }
}

@media (max-width: 820px) {
  .footer-columns--column.col-1,
  .footer-columns--column.col-2,
  .footer-columns--column.col-3,
  .footer-columns--column.col-4 {
    margin-bottom: 3em;
    width: 50%;
  }

  .footer-columns--column.col-3 .column-inner {
    justify-content: flex-start;
  }

  .footer-columns--column.col-2 .column-inner {
    justify-content: flex-end;
  }

  .footer-logo {
    margin-bottom: 1.5em;
  }

  .footer .icon-wrapper {
    text-align: center !important;
    width: 100%;
  }

  .footer .hs-menu-wrapper ul {
    display: block;
  }

  .footer .hs-menu-wrapper ul li.hs-menu-item {
    margin: 0;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .footer-columns--column.col-1,
  .footer-columns--column.col-2,
  .footer-columns--column.col-3,
  .footer-columns--column.col-4 {
    width: 100%;
  }

  .footer-columns--column.col-1 .column-inner,
  .footer-columns--column.col-4 .column-inner {
    align-items: center;
  }

  .footer-columns--column.col-2 .column-inner,
  .footer-columns--column.col-3 .column-inner {
    justify-content: center;
  }

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

  .footer-accreditations {
    justify-content: center;
  }

}

/* Style 2025 */
.footer.footer-2025{
  background-color: #668ABA;
  color: white;
}
.footer.footer-2025 h1,
.footer.footer-2025 h2,
.footer.footer-2025 h3,
.footer.footer-2025 h4,
.footer.footer-2025 h5,
.footer.footer-2025 h6,
.footer.footer-2025 ul,
.footer.footer-2025 li,
.footer.footer-2025 a,
.footer.footer-2025 span,
.footer.footer-2025 .hs-menu-wrapper ul li.hs-menu-item a{
  color: inherit;
}
.footer.footer-2025 .hs-menu-wrapper ul li.hs-menu-item{
  max-width: none;
}
.footer.footer-2025 .hs-menu-wrapper ul li.hs-menu-item a{
  max-width: none;
  color: #FFF;
  font-family: "Barlow Semi Condensed";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
}
.footer.footer-2025 .hs-menu-wrapper ul {
  justify-content: flex-start;
  margin-bottom: unset;
}
.footer.footer-2025 .hs-menu-flow-horizontal.hs-menu-wrapper ul li.hs-menu-item {
  margin-bottom: unset;
} 

.footer.footer-2025 .span2:not(:first-child){
  width: 14.89361702% !important;
}

@media(max-width: 992px) and (min-width: 768px){
  .footer.footer-2025 .row-fluid{
    flex-wrap: wrap;
  }
  .cell_1745401042604-vertical-alignment,
  .cell_17454010426052-vertical-alignment,
  .cell_1745401609590-vertical-alignment{
    flex: 1;
  }
  .cell_1745401612285-vertical-alignment{
    width: 100% !important;
    margin: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .footer.footer-2025 .span2:not(:first-child){
    width: 100% !important;
  }
}

@media (min-width: 1600px) {
  body.body-2025 .footer .content-wrapper, 
  body.body-2025 .footer .dnd-section>.row-fluid {
    max-width: 1528px;
  }
}
body.no-scroll {
  overflow: hidden;
}

/*
.body-container {
  padding-top: 120px;
}

@media (max-width: 1180px) {
  .body-container {
    padding-top: 80px;
  }
}
@media (max-width: 992px) {
  .body-container {
    padding-top: 60px;
  }
}
*/

.header {
  display: flex;
  flex-direction: row;
  height: 120px;
  justify-content: center;
  max-width: 100vw;
  position: relative;
  transition: all .5s ease;
  width: 100%;
  z-index: 999;
}

.header-sticky {
  position: fixed;
}

.header.solid,
.header.scrolled {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.9)

;
}

.header-transparent {
  background-color: transparent;
}

.header-transparent .scrolled {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.9)

;
}

.header.scrolled {
  height: 80px;
}

.header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
}

.header-inner .logo-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-top: 8px;
  position: relative;
  width: 25%;
}

.logo-container .large-logo,
.logo-container .small-logo {
  position: absolute;
}

.large-logo--white,
.large-logo--color {
  display: none;
}

.transparent-white .large-logo--white {
  display: block;
}

.transparent-color .large-logo--color,
.solid .large-logo--color {
  display: block;
}

.logo-container .large-logo img,
.logo-container .large-logo svg {
  height: 60px;
  width: auto !important;
}

.logo-container .small-logo img,
.logo-container .small-logo svg {
  height: 45px;
  opacity: 0;
  width: auto !important;
}

@media (max-width: 1180px) {
  .logo-container .large-logo img,
  .logo-container .large-logo svg {
    height: 40px;
  }

  .logo-container .small-logo img,
  .logo-container .small-logo svg {
    height: 40px;
  }
}

@media (max-width: 819px) {
  .logo-container .large-logo img,
  .logo-container .large-logo svg {
    height: 30px;
  }

  .logo-container .small-logo img,
  .logo-container .small-logo svg {
    height: 30px;
  }
}

.logo-container img,
.logo-container svg {
  transition: all .3s ease-in-out;
}

.logo-container .large-logo img,
.logo-container .large-logo svg,
.scrolled .logo-container .small-logo img,
.scrolled .logo-container .small-logo svg {
  opacity: 1;
}

.logo-container .small-logo img,
.logo-container .small-logo svg,
.scrolled .logo-container .large-logo img,
.scrolled .logo-container .large-logo svg,
.scrolled .logo-container .large-logo .large-logo--white img,
.scrolled .logo-container .large-logo .large-logo--white svg {
  opacity: 0;
}

.header-inner .menu-container {
  width: 75%;
  z-index: 1;
}

.header-inner .menu-container--inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}

.menu-container--cta {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.header-inner .mobile-menu-icon {
  align-items: center;
  display: flex;
  font-size: 1.75em;
  justify-content: flex-end;
  margin-left: .5em;
  z-index: 1;
}

.header.solid .header-inner .mobile-menu-icon {
  color: #009ee3;
}

#mobile-menu-icon-open,
#mobile-menu-icon-close {
  cursor: pointer;
}

#mobile-menu-icon-open {
  color: #668aba;
  display: block;
}

.transparent-white #mobile-menu-icon-open {
  color: #ffffff;
}

.scrolled #mobile-menu-icon-open {
  color: #668aba;
}

#mobile-menu-icon-close {
  color: #ffffff;
  display: none;
}

.header-inner .header-cta {
  margin: 0 1.75em 0 1em;
}

/* Burger Menu */
.mobile-menu {
  background-color: rgba(102, 138, 186,1);
  bottom: 0;
  display: none;
  left: 0;
  overflow: hidden scroll;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}

.mobile-menu-inner {
  height: 100%;
  margin: 0 auto;
  max-width: 1600px;
  padding: 90px 20px;
  width: 100%;
}

.scrolled .mobile-menu-inner {
  padding-top: 1em;
}

.mobile-menu-inner--menu {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  overflow: hidden scroll;
  padding-top: 6em;
  text-align: center;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.mobile-menu-inner--menu::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}
.mobile-menu-inner--menu .submenu.level-1,
.mobile-menu-inner--menu .submenu.level-1>li {
  display: block;
}

.mobile-menu-inner--menu a {
  white-space: normal;
}

.mobile-menu-inner--menu .submenu.level-1 > .menu-item > .menu-link {
  font-size: 2.25em;
  font-weight: 300;
  line-height: 1.2;
}

.mobile-menu-inner--menu .submenu.level-2 .menu-item .menu-link {
  font-size: 1.2em;
  line-height: 1.2;
  padding: 0.75em 1em 0.5em 1em;
}

.mobile-menu-inner--menu .submenu > .has-submenu > a {
  width: 100%;
}

.mobile-menu-inner--menu .submenu .menu-arrow,
.mobile-menu-inner--menu .submenu.level-1>.has-submenu>.menu-arrow,
.mobile-menu-inner--menu .submenu>.has-submenu>.menu-arrow {
  color: #ffffff;
  top: 10px;
}

.mobile-menu-inner--menu .submenu .menu-arrow-bg,
.mobile-menu-inner--menu .submenu.level-1>.has-submenu>.menu-arrow-bg,
.mobile-menu-inner--menu .submenu>.has-submenu>.menu-arrow-bg {
  margin-right: 0;
}
/****************************/
/****************************/
/****************************/
/****************************/

.mobile-menu-inner--menu .navigation-primary a {
  color: #ffffff !important;
}

.mobile-menu-inner--menu .navigation-primary li:active a,
.mobile-menu-inner--menu .navigation-primary li:hover a,
.mobile-menu-inner--menu .navigation-primary li:focus a {
  color: #e1e1e1 !important;
}


.mobile-menu-inner--menu .navigation-primary .submenu.level-1 > li > a.active-item:after {
  content: none;
}

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

.mobile-menu-inner--menu .submenu > li > a {
  display: block;
  width: 100%;
}

.mobile-menu-inner--menu .submenu > .has-submenu {
  position: relative;
}

.mobile-menu-inner--menu .submenu {
  display: none;
}

.mobile-menu-inner--menu .submenu.level-1>.has-submenu>.menu-arrow-bg, 
.mobile-menu-inner--menu .submenu>.has-submenu>.menu-arrow-bg, 
.mobile-menu-inner--menu .submenu .menu-arrow-bg:after {
  content: '\f078';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
}

input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg:after {
  content: '\f077';
}

li.has-submenu.js-is-active .menu-arrow {
  transform: rotate(180deg);
}

.mobile-menu-inner--menu .submenu.level-1 > .has-submenu > .menu-arrow,
.mobile-menu-inner--menu .submenu > .has-submenu > .menu-arrow,
.mobile-menu-inner--menu .submenu .menu-arrow {
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 55px;
  position: absolute;
  right: 0;
  top: -3px;
  width: 10%;
}

.mobile-menu-inner--menu .submenu.level-1 > .has-submenu > .menu-arrow-bg,
.mobile-menu-inner--menu .submenu > .has-submenu > .menu-arrow-bg,
.mobile-menu-inner--menu .submenu .menu-arrow-bg {
  background-repeat: no-repeat;
  display: block;
  font-size: 1.25em;
  height: 1.25em;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: 1em;
  transition: transform 0.4s;
  width: auto;
}

.mobile-menu-inner--menu .submenu.level-2 .menu-arrow-bg {
  margin-right: 0;
}

.mobile-menu-inner--menu .submenu.level-2 {
  background-color: transparent;
  border: none;
  box-shadow: none;
  opacity: 1;
  position: static;
  transform: unset;
  visibility: visible;
  width: 100%;
  z-index: 2;
}

.mobile-menu-inner--menu .submenu.level-2>li,
.mobile-menu-inner--menu .submenu.level-3>li {
  border-bottom: none;
}

.mobile-menu-inner--menu .submenu.level-2 > li:first-child:before {
  content: none;
  transition: none;
}

.mobile-menu-inner--menu .submenu.level-2 > li:first-child:hover:before,
.mobile-menu-inner--menu .submenu.level-2 > li:first-child.focus:before {
  transition: none;
}

.mobile-menu-inner--menu .submenu.level-2 .menu-item .menu-link {
  background-color: unset;
  transition: none;
}

.mobile-menu-inner--menu .header-inner .menu-container .navigation-primary .submenu.level-2 li {
  padding: .5em 0;
}

.mobile-menu-inner--menu .submenu.level-2 .has-submenu>.menu-link:after {
  display: none;
}

.mobile-menu-inner--menu .submenu.level-2 .menu-item .menu-link:hover,
.mobile-menu-inner--menu .submenu.level-2 .menu-item .menu-link:focus {
  transition: none;
}

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

.mobile-menu-inner--menu .submenu.level-3 {
  background-color: transparent;
  position: relative;
  left: 0 !important;
  margin: 0 !important;
  padding: .5em 0 .5em 0;
  width: 100%;
  box-shadow: unset;
}

.mobile-menu-inner--menu .submenu.level-2 > li.has-submenu:hover .submenu.level-3, 
.mobile-menu-inner--menu .submenu.level-2 > li.has-submenu.focus .submenu.level-3,
.mobile-menu-inner--menu .submenu.level-3 {
  top: 0;
}

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

.mobile-menu-inner--menu .submenu.level-3>li:first-child {
  font-weight: normal;
}

.mobile-menu-inner--menu .submenu.level-3 li:first-child a:after {
  display: none;
}

.mobile-menu-inner--menu .submenu.level-3 .menu-item .menu-link {
  padding: 7px 50px;
}

.mobile-menu-inner--menu .submenu.level-2 a,
.mobile-menu-inner--menu .submenu.level-3 a {
  color: #ffffff;
}

.mobile-menu-inner--menu nav.navigation-primary ul.level-2 {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-inner--menu nav.navigation-primary ul.level-1 > li:hover ul.level-2 > li,
.mobile-menu-inner--menu nav.navigation-primary ul.level-2 > li:hover ul.level-3 > li {
  -webkit-animation-name: unset;
          animation-name: unset;
}

/****************************/
/****************************/
/****************************/
/****************************/

@media (min-width: 1180px) {
  .mobile-menu-inner--menu .submenu.level-1,
  .mobile-menu-inner--menu .submenu.level-1>li {
    margin: 0 auto;
    width: 75%;
  }
}

@media (max-width: 1180px) {
  .mobile-menu-inner {
    padding-top: 1em;
  }

  .mobile-menu-inner--menu {
    justify-content: flex-start;
    padding: 4em 0;
    text-align: left;
  }
}



/* Navigation skipper */
.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Search bar */
.header-search {
  margin-bottom: 3px;
}

.header-search i {
  color: #ffffff;
  font-size: .8em;
  margin-right: 1em;
}

#site-search-modal {
  border-radius: 6px !important;
  margin-top: 150px;
  max-width: 960px;
  vertical-align: top;
}

#site-search-modal .site-search-modal__inner {
  padding: 2em;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: none !important;
  padding-top: .5em;
}

.hs-search-field__suggestions #results-for,
.hs-search-field__suggestions a {
  padding: 0.25rem 0.7rem;
}

/* Navigation */
.navigation-primary {
  display: flex;
  justify-content: center;
  width: 100%;
}

.navigation-primary a {
  font-family: Raleway, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.navigation-primary a,
.scrolled.transparent-white .navigation-primary a {
  color: #000000;
}

.transparent-white .navigation-primary a {
  color: #ffffff;
}

.navigation-primary a:hover,
.navigation-primary a:focus,
.navigation-primary a:active,
.navigation-primary a.active-item {
  color: #009ee3;
  position: relative;
}


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

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

.submenu-toggle {
  display: none;
}

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

.submenu.level-1 > li {
  display: inline-block;
  margin-bottom: unset;
  padding: 15px 20px;
}

.header.transparent-white .submenu.level-1 > li {
  color: #ffffff;
}

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

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

.header.transparent-white .submenu.level-1 > li > a {
  color: #ffffff;
}

.header.scrolled .submenu.level-1 > li > a {
  color: #000000;
}

.submenu.level-1 > li:hover > a,
.header.transparent-white .submenu.level-1 > li:hover > a,
.header.transparent-color .submenu.level-1 > li:hover > a,
.header.solid .submenu.level-1 > li:hover > a,
.header.scrolled .submenu.level-1 > li:hover > a {
  color: #009ee3;
}


.submenu.level-1 > .has-submenu > .menu-arrow {
  color: #000000;
  display: none;
  height: 0;
  margin-left: 1px;
  position: absolute;
  right: 5px;
  top: 30px;
  width: 0;
}

.submenu.level-2 > .has-submenu > .menu-arrow {
  color: #000000;
}

.submenu.level-2 .has-submenu>.menu-link:after {
  color: #000000;
  content: "\f054";
  font-family: "FontAwesome";
  float: right;
  margin-right: -28px;
  width: 15px;
  height: 15px;
  transform: scale(.8);
  transition: all .3s ease-in-out !important;
}

.submenu.level-2 .has-submenu:hover > .menu-link:after {
  color: #009ee3;
}

.submenu.level-2,
.submenu.level-3 {
  border-radius: 0;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  font-weight: 500;
  left: -9999px;
  opacity: 0;
  padding: .5em 0;
  position: absolute;
  text-transform: none;
  top: calc(100% + 5px);
  transform: translateX(-50%);
  width: auto;
}

.submenu.level-2 {
  background-color: #ffffff;
}

.submenu.level-3 {
  background-color: #ffffff;
}

.submenu.level-2 a,
.scrolled.transparent-white .submenu.level-2 a {
  color: #000000;
}

.submenu.level-3 a,
.scrolled.transparent-white .submenu.level-3 a {
  color: #000000;
}

.submenu.level-3 > li:first-child {
  font-weight: bold;
}

.submenu.level-2 > li:first-child > a, 
.submenu.level-3 > li:first-child > a {
  position: relative;
  z-index: 2;
}

.submenu.level-2 > li:first-child:before,
.submenu.level-3 > li:first-child:before {
  background-color: #FFF;
  border-radius: 0;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  content: '';
  display: none;
  height: 30px;
  margin-left: 20px;
  overflow: hidden;
  position: absolute;
  transform: rotate(45deg);
  transition: background-color 0.3s;
  width: 30px;
  z-index: 1;
}

.submenu.level-2 > li:first-child:before {
  display: none;
  top: -12px;
  left: calc(50% - 30px);
}

.submenu.level-3 > li:first-child:before {
  left: -30px;
  top: 15px;
}

.submenu.level-3 li:first-child a:after {
  content: "";
  display: block;
  position: relative;
  top: .7em;
  height: 2px;
  width: 100%;
  border-bottom: 2px solid #009ee3;
}

.submenu.level-2 > li:first-child:hover:before,
.submenu.level-2 > li:first-child.focus:before {
  background-color: rgba(208, 210, 212, 1.0);
  transition: background-color 0.3s;
}

.submenu.level-2 > li,
.submenu.level-3 > li {
  margin-bottom: 0;
  padding: 0;
}

.submenu.level-2 .menu-item .menu-link {
  display: block;
  font-size: 1em;
  padding: 0.75em 2em 0.75em 1em;
  transition: background-color 0.3s;
}

.submenu.level-2 .menu-item:first-of-type,
.submenu.level-2 .menu-item:first-of-type .menu-link {
  border-radius: 0;
}

.submenu.level-2 .menu-item:last-of-type,
.submenu.level-2 .menu-item:last-of-type .menu-link {
  border-radius: 0;
}

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

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

.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  left: 50%;
  opacity: 1;
  z-index: 3;
}

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

.submenu.level-2 > li.has-submenu:hover .submenu.level-3,
.submenu.level-2 > li.has-submenu.focus .submenu.level-3 {
  left: 100%;
  opacity: 1;
  top: -.5em;
  transform: translateX(0);
  z-index: 2;
}

/* Animate dropdown menu */

nav.navigation-primary ul.level-1 > li:hover ul.level-2 {
  visibility: visible;
  opacity: 1;
  z-index: 0;
}
nav.navigation-primary ul.level-1 > li:hover ul.level-2 > li,
nav.navigation-primary ul.level-2 > li:hover ul.level-3 > li {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

nav.navigation-primary ul.level-2 {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translate(-25%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    transform: translate(-25%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/* 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;
}

#nav-toggle {
  display: none;
}

/* Header Button / CTA */
.header__btn{
  margin-left:50px;
}

.header__btn button:hover{
  background-color: #009ee3;
}

.hs_cos_wrapper_type_cta {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

/*****************************************************************************/
/*****************************************************************************/
/***********************    MOBILE STYLES   **********************************/
/*****************************************************************************/
/*****************************************************************************/

@media (min-width: 1441px) {
  .header-inner {
    max-width: 1600px;
  }

  body.body-2025 .header-inner {
    max-width: 1240px;
  }
}

@media (min-width: 1600px) {
  body.body-2025 .header-inner {
    max-width: 1528px;
  }
}

/*--------------------------------------------------*/
/*------------------    1180px    ------------------*/
/*--------------------------------------------------*/

@media (max-width: 1180px) {
  .header {
    height: 80px;
  }

  .header-inner {
    padding: 1em;
    max-width: 100vw;
  }

  .header-inner .menu-container {
    background-color: rgba(255,255,255,0.95);
    display: none;
    height: 100vh;
    overflow: scroll;
    position: absolute;
    right: 0;
    top: 0;
  }

  .header-inner .menu-container--inner {
    display: block;
    height: 100vh;
    padding-top: 1.1em;
  }

  .header-inner .menu-container.show {
    display: block;
  }

  .header-inner .menu-container .navigation-primary {
    display: block;
  }

  .header-inner .menu-container--menu,
  .header-inner .menu-container--cta {
    width: 100%;
  }

  .header-inner .menu-container--cta {
    justify-content: flex-start;
    padding: 0 0.5em 1.2em 0.5em;
  }

  .header-cta .button-wrapper {
    padding: 0;
  }

  #site-search-modal {
    margin-top: 75px;
  }

  .navigation-primary {
    display: block;
  }

  .navigation-primary a {
    color: #000000 !important;
  }

  .header-inner .menu-container .navigation-primary .submenu.level-1 {
    width: 100%;
  }

  .header-inner .menu-container .submenu.level-1>li {
    display: block;
  }
  .header-inner .menu-container .navigation-primary .submenu.level-1 li {
    display: block;
    padding: 0.5em 1.5em;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1180px) {
  .header-inner .menu-container {
    width: 50vw;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  #site-search-modal .site-search-modal__inner {
    padding: 1em .5em;
  }

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

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

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

  .submenu.level-1 > .has-submenu > .menu-arrow {
    right: 30px;
    top: 15px;
  }

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


/*--------------------------------------------------*/
/*------------------    1024px    ------------------*/
/*--------------------------------------------------*/
@media (max-width: 1024px) {

}

/*--------------------------------------------------*/
/*------------------     819px    ------------------*/
/*--------------------------------------------------*/
@media (max-width: 819px) {
  .header,
  .header.scrolled {
    height: 60px;
  }

  .header-inner {
    padding: 1em;

  }

  .header-inner .menu-container {
    width: 100vw;
  }

  .header-inner .menu-container--cta {
    padding-top: 1.3em;
  }

  .header .cta_button,
  .header.scrolled .cta_button {
    font-size: 12px !important;
  }

  .submenu.level-1>.has-submenu>.menu-arrow {
    display: block;
  }

  #site-search-modal .site-search-modal__inner {
    padding: 0;
  }
}

/*--------------------------------------------------*/
/*------------------     767px    ------------------*/
/*--------------------------------------------------*/
@media (max-width: 767px) {
  .menu-arrow svg {
    fill: #000000;
  }
}


/* Header 2025 */
header.header-2025.scrolled .logo-container .large-logo .large-logo--color svg,
header.header-2025.scrolled .logo-container .large-logo .large-logo--color img {
  opacity: 1;
}
header.header-2025.solid{
  background-color: #fff;
}
header.header-2025 .navigation-primary a{
  color: #000;
  font-feature-settings: 'calt' off;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
}

@media(min-width: 1170px){

nav.navigation-primary ul.level-1 > li {
  border-bottom: solid 5px transparent;
}

nav.navigation-primary ul.level-1 > li:hover, nav.navigation-primary ul.level-1 > li:active, nav.navigation-primary ul.level-1 > li:focus {
  border-bottom: solid 5px #009ee3;
}

  .header.header-2025.solid .header-inner .mobile-menu-icon{
    display: none;
  }

  .submenu.level-1 > li {
    line-height: 115px;
    padding: 0 20px;
  }

  .header.scrolled .submenu.level-1 > li {
    line-height: 80px;
  }



  .submenu.level-2, .submenu.level-3 {
    border-radius: 0px 0px 10px 10px;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/
button,
.button {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  background-color: 

  
  
    
  


  rgba(0, 158, 227, 0.0)

;
  border: 2px solid #009ee3;
  border-radius: 50px;
  color: #009ee3;
  padding: 10px 15px;
  width: auto;
  max-width: ;
}

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

button:active,
button:hover,
button:focus,
.button:active,
.button:hover,
.button:focus {
  text-decoration: none;
  background-color: #0080c5;
  border-color: #0080c5;
  color: #fff;
}

/* 
  Custom Button Sytles 
*/
.button-item {
  border-radius: 50px;
  overflow: hidden;
}

.button::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  margin-left: .3em;
  position: relative;
  top: 1px;
}

.button:hover::after {
  content: "\f101";
}

button.large,
.button.large {
  font-size: 1.25em;
  line-height: 1.2;
  max-width: 100%;
  padding: 1em 2em;
}

button.medium,
.button.medium {
  font-size: 1em;
  line-height: 1.2;
  padding: .75em 1.5em;
}

button.small,
.button.small {
  font-size: 0.75em;
  line-height: 1.2;
  padding: .5em 1em;
}

button.solid.primary,
.button.solid.primary {
  background-color: #668aba;
  border-color: #668aba;
  color: #ffffff;
}

button.outline.primary,
.button.outline.primary {
  background-color: transparent;
  border-color: #668aba;
  color: #668aba;
}

button.solid.secondary,
.button.solid.secondary {
  background-color: #009ee3;
  border-color: #009ee3;
  color: #ffffff;
}

button.outline.secondary,
.button.outline.secondary {
  background-color: transparent;
  border-color: #009ee3;
  color: #009ee3;
}

button.solid.white,
.button.solid.white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #009ee3;
}

button.outline.white,
.button.outline.white {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

/* Hover states */
button.solid.primary:active,
.button.solid.primary:active,
button.solid.primary:hover, 
.button.solid.primary:hover,
button.solid.primary:focus,
.button.solid.primary:focus {
  background-color: #ffffff;
  border-color: #668aba;
  color: #668aba;
}

button.outline.primary:active,
.button.outline.primary:active,
button.outline.primary:hover,
.button.outline.primary:hover,
button.outline.primary:focus,
.button.outline.primary:focus {
  background-color: #668aba;
  border-color: #668aba;
  color: #ffffff;
}

button.solid.secondary:active,
.button.solid.secondary:active,
button.solid.secondary:hover, 
.button.solid.secondary:hover,
button.solid.secondary:focus,
.button.solid.secondary:focus {
  background-color: #ffffff;
  border-color: #009ee3;
  color: #009ee3;
}

button.outline.secondary:active,
.button.outline.secondary:active,
button.outline.secondary:hover,
.button.outline.secondary:hover,
button.outline.secondary:focus,
.button.outline.secondary:focus {
  background-color: #009ee3;
  border-color: #009ee3;
  color: #ffffff;
}

button.solid.white:active,
.button.solid.white:active,
button.solid.white:hover, 
.button.solid.white:hover,
button.solid.white:focus,
.button.solid.white:focus,
button.outline.white:active {
  background-color: #009ee3;
  border-color: #009ee3;
  color: #ffffff;
}

button.outline.white:active,
.button.outline.white:active,
button.outline.white:hover,
.button.outline.white:hover,
button.outline.white:focus,
.button.outline.white:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #009ee3;
}

/* Style 2025 */
.body-2025 button,
.body-2025 .button,
.body-2025 .button-item {
  border-radius: 10px;
  font-weight: 400;
}
.body-2025 .button:after{
  display: none;
}
.content-card {
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
}

.content-card-image {
  max-height: 325px;
  overflow: hidden;
}

.content-card-image img {
  max-width: 100%;
  transition: all .3s ease-in-out;
}

.content-card:hover .content-card-image img {
  transform: scale(1.1);
}

.content-card-content {
  padding: 1.5em 0;
}

.content-card-title h4 {
  position: relative;
  margin-bottom: .25em;
}
  
.content-card-meta {
  margin-top: 1.25em;
}

.content-card-meta-item {
  margin-bottom: .75em;
}

.content-card-meta-item i {
  margin-right: .4em;
  text-align: center;
  width: 18px;
}

.content-card-tag {
  color: #009ee3;
  display: inline-block;
  line-height: 1;
  font-size: .75em;
}

.content-card-date-time {
  color: #009ee3;
  font-size: .75em;
}

.text-white .content-card-date-time {
  color: #ffffff;
}

.content-card-description {
  margin-top: 1em;
}

.content-card-description p {
  margin-top: 0;
}

.content-card-full-link {
  color: #668aba;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.content-card-full-link:hover {
  color: #668aba;
}

.content-card-button {
  margin-top: 1.5em;
  position: relative;
  z-index: 1;
}

.content-card-button .button {
  font-size: .9em;
}

.content-card.event-card {
  background-color: #fff;
}

.content-card.event-facilitator-card {
  margin: 0 auto;
  max-width: 500px;
}

.content-card-event-facilitator-section {
  background-color: #fff;
  padding: 1.5em;
}

.content-card-event-facilitator {
  display: flex;
}

.content-card-event-facilitator-image {
  width: 27%;
  margin-right: 3%;
  overflow: hidden;
}

.content-card-event-facilitator-image img {
  width: 100%;
}

.content-card-event-facilitator-name {
  width: 70%;
}

.content-card-event-facilitator-short-bio {
  margin-top: 1em;
}

.content-card-event-facilitator-short-bio .read-more-link {
  margin-bottom: .4em;
}
.video-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-embed-container iframe,
.video-embed-container object,
.video-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cookiebot-privacy-wrapper .hs-embed-wrapper {
  max-height: 100% !important;
  max-width: 100vw !important;
  width: 100%;
}

.CookieDeclarationType {
  border: none !important;
  padding: unset !important;
}
form {
  margin: 0 auto;
  max-width: 600px;
  padding-top: 1em;
}

form,
.submitted-message {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
}

/* Form title */
.form-title {
  background-color: 

  
  
    
  


  rgba(102, 138, 186, 1)

;
  color: #009ee3;
}

/* Form fields */
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */
form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  color: #000000;
}

/* Help text - legends */
form legend {
  font-size: 0.875rem;
  color: #000000;
}

/* Inputs */
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: rgba(255,255,255,.7);
  border: 1px solid;
  border-radius: 0;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  padding: 1em;
  width: 100%;
  border-color: #009ee3;
  color: #000000;
}

form input[type=file] {
  border-radius: 0;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #009ee3;
}

form select {
  /** Replace the dropdown arrow indicator */
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

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

/* Form placeholder text */
::-webkit-input-placeholder {
  color: #000000;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #000000;
}

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */
.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

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

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

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
  background-color: #668aba !important;
}

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

/* Inputs - file picker */
form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */
.hs-form-required {
  color: #000000;
}

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

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

/* Submit button */
form input[type=submit],
form .hs-button {
  background-color: #009ee3;
  border-radius: 50px;
  border: 1px solid #009ee3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  padding: .75em 2em .75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: all .15s linear;
  white-space: normal;
  width: auto;
}

.hs-submit .actions {
  display: inline-block;
  margin-top: .75em;
  transition: all .15s linear;
}

.hs-submit .actions:after {
  color: #ffffff;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  margin-left: 0.3em;
  position: relative;
  right: 2.1em;
  top: 1px;
}

.hs-submit .actions:hover:after {
  color: #009ee3;
  content: "\f101";
}

form input[type=submit]:hover,
form input[type=submit]:active,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:active,
form .hs-button:focus,
.hs-submit .actions:hover .hs-button {
  background-color: #ffffff;
  color: #009ee3;
}

/*** NEW 2025 STYLES ***/
.body-2025 form input[type=text],
.body-2025 form input[type=email],
.body-2025 form input[type=password],
.body-2025 form input[type=tel],
.body-2025 form input[type=number],
.body-2025 form input[type=file],
.body-2025 form select,
.body-2025 form textarea,
.body-2025 form input[type=submit],
.body-2025 form .hs-button {
  font-family: "Barlow Semi Condensed";
  font-size: 18px;
  color: #989898;
  font-weight: 400;
  letter-spacing: -0.18px;
  line-height: 150%;
}

.body-2025 form input[type=text],
.body-2025 form input[type=email],
.body-2025 form input[type=password],
.body-2025 form input[type=tel],
.body-2025 form input[type=number],
.body-2025 form select,
.body-2025 form textarea {
  background: #F8F8F8;
  border-radius: 10px;
  border: none;
  padding: 10px 30px;
  width: 100% !important;
}

.body-2025 form input[type=submit],
.body-2025 form .hs-button {
  border-radius: 10px;
  border: 2px solid #009ee3;
  color: #FFF;
  font-weight: 600;
  width: 100% !important;
}

.body-2025 form .hs-submit .actions {
  width: 100%;
}

.body-2025 form .hs-submit .actions:after {
  display: none;
}

.body-2025 form ::-webkit-input-placeholder {
  color: #989898;
}

.body-2025 form ::-webkit-input-placeholder,
.body-2025 form ::-moz-placeholder,
.body-2025 form :-ms-input-placeholder,
.body-2025 form :-moz-placeholder,
.body-2025 form ::placeholder,
.body-2025 form .hs-fieldtype-date .input .hs-dateinput:before {
  color: #989898;
}
.social-icon-link {
  margin-right: 1em;
}

.social-icon-link i,
.social-icon-link svg {
  color: #668aba;
  fill: #668aba;
  height: 1.2em;
}

.social-icon-link:hover i,
.social-icon-link:hover svg {
  color: #009ee3;
  fill: #009ee3;
}
/*  These are override styles for the jQuery Modal popup plugin
    You will most likely need to use !important on most of these (but try without first!)
*/
.blocker {
  z-index: 1000 !important;
}

.modal {
  border-radius: 0 !important;
}

a.close-modal {
  background-image: none !important;
  color: rgba(0, 0, 0, 0);
  font-size: 1em;
  right: 5px !important;
  text-indent: -15px !important;
  top: -10px !important;
}

a.close-modal:hover,
a.close-modal:focus,
a.close-modal:active {
  color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

a.close-modal:after {
  color: #668aba;
  content: '\f00d';
  font-family: 'Font Awesome 6 pro';
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1;
}

.text-white a.close-modal:after {
  color: #ffffff;
}

@media (max-width: 1024px) {
  body.search-active .blocker {
    z-index: 999 !important;
  }
}
/*  These are override styles for the Slick Slider jQuery plugin
    You may need to use !important on most of these (but try without first!)
*/
.slick-track {
  display: flex !important;
}
.slick-track .slick-slide {
  display: flex !important;
  height: auto !important;
  justify-content: center !important;
}

.slick-list {
  margin: 0 100px !important;
  text-align: center;
}

.slick-prev, 
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 40px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 30%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 40px;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:before, 
.slick-next:before {
  font-family: FontAwesome;
  color: #668aba;
  font-size: 40px;
}

.text-white .slick-prev:before, 
.text-white .slick-next:before {
  color: #ffffff;
}

.slick-prev:before {
  content: '\f053';
}

.slick-next:before {
  content: '\f054';
}

.slick-prev:hover, 
.slick-prev:focus, 
.slick-next:hover,
.slick-next:focus {
  background-color: unset !important;
  border-color: unset !important;
}

.slick-dots {
  display: flex !important;
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.slick-dots button {
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #668aba;
  font-size: 0;
  height: 10px;
  line-height: 0;
  margin: 2px;
  padding: 0;
  width: 10px;
}

.text-white .slick-dots button {
  background-color: rgba(255, 255, 255,.6);
}

.slick-dots .slick-active button {
  background-color: #668aba;
}

.text-white .slick-dots .slick-active button {
  background-color: #ffffff;
}
/* Table */
table {
  /* border: 1px solid; */
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  /* border-color: #000000; */
}

/* Table Cells */
th,
td {
  /* border: 1px solid; */
  padding: 0.75rem;
  vertical-align: top;
  /* border-color: #000000; */
  color: #000000;
}

/* Table Header */
thead th,
thead td {
  /* border-bottom: 2px solid; */
  vertical-align: bottom;
  background-color: 

  
  
    
  


  rgba(102, 138, 186, 1)

;
  /* border-bottom-color: #000000; */
  color: #FFFFFF;
}

/* Table Footer */
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}
.testimonials-wrapper {
  padding: 2em;
}

.testimonial-slider-wrapper {
  padding: 2em 2em 2em 3.5em;
}

.testimonial-slide {
  flex-direction: column;
  text-align: left;
}

.testimonial-slider-icon {
  width: 4em;
}

.testimonial-text h1,
.testimonial-text h2,
.testimonial-text h3,
.testimonial-text h4,
.testimonial-text h5,
.testimonial-text h6,
.testimonial-text div,
.testimonial-text span,
.testimonial-text p {
  color: #009ee3;
  font-family: Raleway;
  font-weight: 300;
  font-size: 2em;
  line-height: 1.4;
  margin: 0;
}

.testimonial-meta {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-top: 2.5em;
  width: 100%;
}

.testimonial-meta--left {
  max-width: 50%;
  overflow: hidden;
  width: auto;
}

.testimonial-company-logo {
  margin-right: 2.5em;
}

.testimonial-company-logo img {
  max-height: 80px;
  max-width: 150px;
  width: auto;
}

.testimonial-slider-footer {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 3.5em;
}

.testimonial-dots .slick-dots {
  margin-top: unset;
}

@media (max-width: 768px) and (orientation: portrait) {
  .testimonial-text h1,
  .testimonial-text h2,
  .testimonial-text h3,
  .testimonial-text h4,
  .testimonial-text h5,
  .testimonial-text h6,
  .testimonial-text div,
  .testimonial-text span,
  .testimonial-text p {
    font-size: 1.5em;
  }
  .testimonial-meta {
    align-items: flex-start;
    flex-direction: column;
  }
  .testimonial-meta--left {
    max-width: 100%;
  }
  .testimonial-company-logo {
    margin-bottom: 1.5em;
    margin-right: unset;
  }
}

@media (max-width: 500px) and (orientation: portrait) {
  .testimonial-text h1,
  .testimonial-text h2,
  .testimonial-text h3,
  .testimonial-text h4,
  .testimonial-text h5,
  .testimonial-text h6,
  .testimonial-text div,
  .testimonial-text span,
  .testimonial-text p {
    font-size: 1.25em;
  }
  .testimonial-slider-wrapper {
    padding: 1.5em 0;
  }
  .testimonial-slider-footer {
    flex-direction: column;
    padding-left: 0;
  }
  .testimonial-dots {
    align-self: flex-start;
    margin-bottom: 2em;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .testimonial-text h1,
  .testimonial-text h2,
  .testimonial-text h3,
  .testimonial-text h4,
  .testimonial-text h5,
  .testimonial-text h6,
  .testimonial-text div,
  .testimonial-text span,
  .testimonial-text p {
    font-size: 1.25em;
  }
  .testimonial-meta {
    align-items: flex-start;
    flex-direction: column;
  }
  .testimonial-meta--left {
    max-width: 100%;
  }
  .testimonial-company-logo {
    margin-bottom: 1.5em;
    margin-right: unset;
  }
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}

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

body {
  line-height: 1.875;
  word-break: break-word;
  font-family: Raleway, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
}

/* Paragraphs */
p {
  font-size: 1em;
  margin: 1.2em 0;
  font-family: Raleway, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
}

/* Anchors */
a {
  cursor: pointer;
  text-decoration: underline;
  transition: all .3s ease-in-out;
  color: #009ee3;
}

a:hover,
a:focus {
  text-decoration: underline;
  color: #668aba;
}

a:active {
  color: #668aba;
}

/* Headings */
h1,
h2,
h3, 
h4,
h5,
h6 {
  line-height: 1.1;
  margin: 0 0 .6em 0;
}

h1 {
  font-weight: 600; text-decoration: none; font-family: 'Barlow Semi Condensed', sans-serif; font-style: normal;
  color: #668aba;
  font-size: 5em;
  margin: 0 0 .35em 0;
}

h2 {
  font-weight: 600; text-decoration: none; font-family: 'Barlow Semi Condensed', sans-serif; font-style: normal;
  color: #668aba;
  font-size: 3.4375em;
}

h3 {
  font-weight: 600; text-decoration: none; font-family: 'Barlow Semi Condensed', sans-serif; font-style: normal;
  color: #668aba;
  font-size: 2.1825em;
}

.cta-row h3 {
  margin-bottom: .25em;
}

h4 {
  font-weight: 600; text-decoration: none; font-family: 'Barlow Semi Condensed', sans-serif; font-style: normal;
  color: #668aba;
  font-size: 1.875em;
}

h5 {
  font-weight: 600; text-decoration: none; font-family: 'Barlow Semi Condensed', sans-serif; font-style: normal;
  color: #668aba;
  font-size: 1.5625em;
}

h6 {
  font-weight: 600; text-decoration: none; font-family: 'Barlow Semi Condensed', sans-serif; font-style: normal;
  color: #668aba;
  font-size: 1.25em;
}

small, .text_small {font-size: 0.8rem;}

/* Lists */
ul,
ol {
  margin: 0 0 1.4rem;
}

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

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

li {
  margin-bottom: .5em;
  padding-left: 0.25em;
}

/* Code blocks */
pre {
  overflow: auto;
}

code {
  background-color: #eee;
  display: block;
  padding: 1em;
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding: 0 1em;
  border-left-color: #009ee3;
}

blockquote p {
  font-style: italic;
}

/* Horizontal rules */
hr {
  background-color: #009ee3;
  border: none;
  color: #009ee3;
  height: 1px;
  margin: 2em 0;
}

/* Image alt text */
img {
  font-size: .9em;
  word-break: normal;
}


/* Style 2025 */
body.body-2025,
body.body-2025 p{
  font-feature-settings: 'calt' off;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
}
.body-2025 h1,
.body-2025 h2,
.body-2025 h3,
.body-2025 h4,
.body-2025 h5,
.body-2025 h6 {
  color: #009EE3;
}

.body-2025 hr{
  height: 2px;
  background: linear-gradient(90deg, #000 0%, #FFF 100%);
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 60px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1240px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

.home-hero {
  padding-bottom: 0;
  position: relative;
}

.home-hero:after {
  background-color: rgba(255,255,255,.8);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  width: 100vw;
  z-index: 1;
}

.home-hero > .row-fluid {
  align-self: flex-end;
  padding-bottom: 1.5em;
  padding-top: 2em;
}

.flex-center {
  align-items: center;
  display: flex;
}

.width-1000 {
  max-width: 1000px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.ptb0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Style 2025 */
body.body-2025 main{
  padding-top: 120px;
}

@media (max-width: 1170px) {
  body.body-2025 main{
    padding-top: 80px;
  }
}
@media (max-width: 992px) {
  body.body-2025 main{
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 80px 20px;
  }
}

@media (min-width: 992px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 120px 20px;
  }
}

@media (min-width: 1600px) {
  body.body-2025 .dnd-section>.row-fluid{
    max-width: 1528px;
  }
} 
/* Responsive Grid */
.body-wrapper {
    overflow: hidden;
}
.row-fluid {
    width: 100%;
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
Note: _variables.css can be ignored, it's already included at the top of this file
*/
/* 
  Animation Styles 
*/
.text-animation-wrapper,
.reveal {
  opacity: 0;
}

.in-view-port.text-animation-wrapper {
  opacity: 1;
  transition: opacity .8s cubic-bezier(.77,0,.175,1);
}

.reveal {
  animation-fill-mode: forwards !important;
  opacity: 0;
  visibility: hidden;
  -webkit-animation-fill-mode: forwards !important;
}

:-webkit-full-screen-ancestor .reveal {
  animation-fill-mode: none !important;
}

.fade-in {
  animation: 1s ease fadeIn;
}

.fade-up {
  animation: 1s ease fadeUp;
}

.fade-down {
  animation: 1s ease fadeDown;
}

.fade-right {
  animation: 1s ease fadeRight;
}

.fade-left {
  animation: 1s ease fadeLeft;
}

.expand-left {
  animation: 1s ease expandLeft;
}

.expand-right {
  animation: 1s ease expandRight;
}

.bubble-up {
  animation: 1s ease bubbleUp;
}

.bubble-down {
  animation: 1s ease bubbleDown;
}

.bubble-left {
  animation: 1s ease bubbleLeft;
}

.bubble-right {
  animation: 1s ease bubbleRight;
}

.zoom-in {
  animation: 1s ease zoomIn;
}

.zoom-out {
  animation: 1s ease zoomOut;
}

/* 
  Keyframes 
*/

/* Fade In */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Fade Up */
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Fade Down */
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Fade Right */
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Fade Left */
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Expand Left */
@-webkit-keyframes expandLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2,1);
    transform: scale(.2,1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@keyframes expandLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2,1);
    transform: scale(.2,1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}

/* Expand Right */
@-webkit-keyframes expandRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2,1);
    transform: scale(.2,1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@keyframes expandRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2,1);
    transform: scale(.2,1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}

/* Bubble Up */
@-webkit-keyframes bubbleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateY(10px);
    transform: scale(.2, .2) translateY(10px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateY(-5px);
    transform: scale(1.2, 1.2) translateY(-5px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes bubbleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateY(10px);
    transform: scale(.2, .2) translateY(10px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateY(-5px);
    transform: scale(1.2, 1.2) translateY(-5px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

/* Bubble Down */
@-webkit-keyframes bubbleDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateY(-10px);
    transform: scale(.2, .2) translateY(-10px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateY(5px);
    transform: scale(1.2, 1.2) translateY(5px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
@keyframes bubbleDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateY(-10px);
    transform: scale(.2, .2) translateY(-10px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateY(5px);
    transform: scale(1.2, 1.2) translateY(5px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

/* Bubble Left */
@-webkit-keyframes bubbleLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateX(10px);
    transform: scale(.2, .2) translateX(10px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateX(-5px);
    transform: scale(1.2, 1.2) translateX(-5px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes bubbleLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateX(10px);
    transform: scale(.2, .2) translateX(10px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateX(-5px);
    transform: scale(1.2, 1.2) translateX(-5px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

/* Bubble Right */
@-webkit-keyframes bubbleRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateX(-10px);
    transform: scale(.2, .2) translateX(-10px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateX(5px);
    transform: scale(1.2, 1.2) translateX(5px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes bubbleRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateX(-10px);
    transform: scale(.2, .2) translateX(-10px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateX(5px);
    transform: scale(1.2, 1.2) translateX(5px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

/* Zoom In */
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
}

/* Zoom Out */
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
  }
}
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* Responsive
Leave this file to be the last one in the file, so that the responsive styles take precedence
*/
/************************************************************************************/
/***    LARGE LAPTOPS                                                             ***/
/************************************************************************************/
@media (max-width: 1440px) {
}

/************************************************************************************/
/***    SMALL LAPTOPS                                                             ***/
/************************************************************************************/
@media (max-width: 1280px) {
  h1 {
    font-size: 4em;
  }
  h2 {
    font-size: 2.5em;
  }
  h3 {
    font-size: 2em;
  }
  h4 {
    font-size: 1.4em;
  }
  h5 {
    font-size: 1.25em;
  }
  h5 {
    font-size: 1.15em;
  }
}

/************************************************************************************/
/***    TABLETS                                                                   ***/
/************************************************************************************/
@media (max-width: 992px) {
  h1 {
    font-size: 4em;
  }
  h2 {
    font-size: 2.75em;
  }
}

@media (min-width: 768px) and (max-width: 1200px) and (max-height: 1200px) and (orientation: portrait) {
  .mobile-menu-inner--menu .submenu.level-1>.menu-item>.menu-link {
    font-size: 1.5em;
  }
}

@media (min-width: 768px) and (max-width: 1200px) and (max-height: 992px) and (orientation: landscape) {
  h1 {
    font-size: 4em;
  }
  h2 {
    font-size: 2.75em;
  }
  .footer .icon-wrapper svg {
    height: 1.25em !important;
  }
  .mobile-menu-inner--menu .submenu.level-1>.menu-item>.menu-link {
    font-size: 1.5em;
  }
}

/************************************************************************************/
/***    MOBILES                                                                   ***/
/************************************************************************************/
@media (max-width: 500px) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2em;
  }
}

@media (min-width: 1px) and (max-width: 500px) and (max-height: 992px) and (orientation: portrait) {
  .remove-column-gutters .dnd-row {
    display: block;
  }
  .mobile-menu-inner--menu .submenu.level-1>.menu-item>.menu-link {
    font-size: 1.25em;
  }
  .mobile-menu-inner--menu .submenu.level-2 .menu-item .menu-link {
    font-size: 1em;
  }
  .mobile-menu-inner--menu .submenu .menu-arrow-bg,
  .mobile-menu-inner--menu .submenu.level-1>.has-submenu>.menu-arrow-bg,
  .mobile-menu-inner--menu .submenu>.has-submenu>.menu-arrow-bg {
    font-size: 1em;
  }
}

@media (min-width: 1px) and (max-width: 992px) and (max-height: 500px) and (orientation: landscape) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2em;
  }
  .mobile-menu-inner--menu .submenu.level-1>.menu-item>.menu-link {
    font-size: 1.25em;
  }
  .mobile-menu-inner--menu .submenu.level-2 .menu-item .menu-link {
    font-size: 1em;
  }
  .mobile-menu-inner--menu .submenu .menu-arrow-bg,
  .mobile-menu-inner--menu .submenu.level-1>.has-submenu>.menu-arrow-bg,
  .mobile-menu-inner--menu .submenu>.has-submenu>.menu-arrow-bg {
    font-size: 1em;
  }

}