






:root {
  --strong-blue: #017396;
  --strong-orange: #F47141;
  --light-blue: #25AEE4;
  --hover-blue: #0c8fce;

  --primary-dark: #01253A;
  --medium-gray: #282829;
  --dark-gray: #272D37;
}

/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */







.phone-mobile {
  display: none;
}

@media (max-width: 767px) {
  .home-community .row-fluid {
    flex-direction: column-reverse;
  }
  .home-community .row-fluid img {
    margin-bottom: 1.06rem;
  }
  .dnd-section > .row-fluid {
    gap: 1.25rem;
  }
  .phone-mobile {
    display: block;
  }
  .phone-desktop {
    display: none;
  }
}

.content-wrapper {
  max-width: 1280px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  /*   gap: 5.62rem; */
  max-width: 1280px;
}

.hs_cos_wrapper_type_linked_image img {
  border-radius: 0.375rem;
  margin-bottom: 1.06rem;
}

/* Image Gallery */
.hs-image__grid__list__item {
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-origin: center center;
}

.hs-image__grid__list__item:hover {
  transform: scale(1.05);
}

/* Shadow on the image itself when the item is hovered */
.hs-image__grid__list__item:hover 
.hs-image__grid__list__item__image {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  .hs-image__grid__list__item {
    flex-basis: calc(50% - 20px) !important;
  }
}





html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-weight: 400; letter-spacing: -0.1px; text-decoration: none; line-height: 24px; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  
  color: var(--medium-gray);
  font-size: 16px;
}

/* Paragraphs */

p {
  font-weight: 400; letter-spacing: -0.1px; text-decoration: none; line-height: 24px; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
}

/* Anchors */

a {
  font-weight: 600; letter-spacing: -0.1px; text-decoration: underline; line-height: 24px; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
   /* Updated in HubSpot brand colors or fields.json file */
  color: var(--strong-blue);
  line-height: 1.375rem;
  transition: all 200ms ease-in-out;
}

a:hover,
a:focus {
  font-weight: 600; letter-spacing: -0.1px; text-decoration: underline; line-height: 24px; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  
  color: var(--light-blue);
  line-height: 1.375rem;
}

a:active {
  font-weight: 600; letter-spacing: -0.1px; text-decoration: underline; line-height: 24px; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  
  color: var(--light-blue);
  line-height: 1.375rem;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; letter-spacing: -1.28px; text-decoration: none; line-height: 68px; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #066A99;
  font-size: 64px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; letter-spacing: -0.04rem; text-decoration: none; line-height: 2.3125rem; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  ; /* replace with HubSpot brand colors or fields.json colors */
  color: var(--strong-blue);
  font-size: 2rem;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 500; letter-spacing: -0.01625rem; text-decoration: none; line-height: 1.8125rem; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  ; /* replace with HubSpot brand colors or fields.json colors */
  color: var(--strong-orange);
  font-size: 1.625rem;
  text-transform: none;
}

h4,
.h4 {
  font-weight: 500; text-decoration: none; letter-spacing: -0px; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #066A99;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: 500; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #066A99;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: 500; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #066A99;
  font-size: 14px;
  text-transform: none;
}

.intro {
  text-align: center;
}

/* Blockquote */

blockquote {
  border-left-color: #ffffff;
}






button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #066A99;

  padding-top: 0.75rem;
padding-right: 1.125rem;
padding-bottom: 0.75rem;
padding-left: 1.125rem;

  font-weight: 600; letter-spacing: -0.00625rem; text-decoration: none; line-height: 1.375rem; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
   /* Update with HubSpot brand colors or in fields.json */
  align-items: center;
  background-color: var(--light-blue);
  border: 1px solid var(--light-blue);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 0.9375rem;
  gap: 0.38rem;
  justify-content: center;
  text-transform: none;    
}
a.button::after,
form .hs-button::after,
form input[type=submit]::after {
  align-items: center;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12'%3E%3Cpath d='M1.33926,6H12.1726M8.00593,1L12.4167,5.41074C12.7421,5.73618,12.7421,6.26382,12.4167,6.58926L8.00593,11' stroke='white' stroke-width='1.67' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");
  justify-content: center;  
  /*   height: 0.625rem;
  width: 0.70756rem; */
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #0C8FCE;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(12, 143, 206, 1.0)

;
  border-radius: 6px;
  text-decoration: none;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-weight: 600; letter-spacing: -0.00625rem; text-decoration: none; line-height: 1.375rem; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  background-color: rgba(46, 146, 193, 1.0);
  border-color: #2e92c1;
}

a.hs-button svg,
.button svg {
  margin-left: 5px;
}





form,
.submitted-message {
  font-weight: 400; letter-spacing: -0.1px; text-decoration: none; line-height: 24px; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  border: 1px none #ffffff;
;
  
  background-color: #fff;
  
  
  
  
  padding: 0px;
;
}

/* Form title */
.form-title {
  border: 1px none #ffffff;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: 500; text-decoration: none;
  
  background-color: #fff;
  
  
  
  
  color: #066A99;
  font-size: 1.625px;
}

form h1 {
  color: var(--strong-orange);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.01625rem;
  line-height: 1.8125rem;
  text-transform: none;
}

form#hsForm_38f359c6-527b-40bd-8792-c898b19bd828_7204 h1 {
  color: var(--strong-blue);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.0225rem;
  line-height: 2.75rem;
  text-transform: none;
}

form p {
  color: var(--medium-gray);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.00625rem;
  line-height: 1.5rem;
}

form a {
  color: var(--strong-orange);
  text-decoration: underline;
}

form a:hover,
form a:focus,
form a:active {
  color: var(--strong-blue);
}

/* Labels */
form label {
   /* HubSpot brand or fields.json colors */
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.00625rem;
  line-height: 1.5rem;
}

/* Help text */

form legend {
   /* HubSpot brand or fields.json colors */
  color: var(--strong-orange);
}

/* Inputs */

form input[type=text],
form input[type=search],
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, 1.0)

;
  color: #066A99;
  
  border: 1px solid #DAE0E6;
  border-radius: 0.3125rem;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #066A99;
}

::-moz-placeholder {
  color: #066A99;
}

:-ms-input-placeholder {
  color: #066A99;
}

::placeholder {
  color: #066A99;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput::before {
  color: #066A99;
}

.fn-date-picker td.is-selected .pika-button {
  background: #066A99;
}

.fn-date-picker td .pika-button:hover {
  background-color: #066A99 !important;
}

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

/* Submit button */










/* Table */

table {
  border: 1px solid #066A99;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #066A99;

  padding: 18px;

  color: #066A99;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(6, 106, 153, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #066A99;
}




/* Header */
/* 2. Base dropdown-menu styles (if not already present) */
.dropdown-menu {
  background: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.175);
  display: none;
  left: 0;
  margin: 0;
  padding: 0.5rem 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
/* 4. Layout inside the full-width menu */
.fullwidth-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fullwidth-list li {
  align-items: center;
  display: flex;
  /*flex: 1 1 20%;     five items per row; adjust % as needed */
  /*     flex-direction: column; */
  flex-shrink: 0;
  gap: 0.625rem;
  /*   justify-content: center; */
  /*   padding: 1.75rem 0rem; */
  position: relative;
}
.fullwidth-list li.has-children {
  align-items: center;
  flex-shrink: 0;
  /*   justify-content: center; */
  /*   padding: 1.75rem 0rem;     */
}
.fullwidth-list li:hover, 
.fullwidth-list li:focus, 
.fullwidth-list li:active,
.fullwidth-list li.has-children.active,
.fullwidth-list li.active{
  background: #E7F2FF;
}
.fullwidth-list li:hover a, 
.fullwidth-list li:focus a, 
.fullwidth-list li:active a {
  color: var(--strong-blue);
}
ul.fullwidth-list li.has-children .dropdown-item {
  padding: 1.75rem 0 1.75rem 1.25rem;
}
.fullwidth-list > li.has-children > .submenu-toggle {
  padding: 1.75rem 1.25rem 1.75rem 0;
}
.fullwidth-list .dropdown-item {
  color: #333;
  display: block;
  padding: 0.25rem 0;
  text-decoration: none;
}
.fullwidth-list .dropdown-item:hover {
  text-decoration: underline;
}
ul.submenu li.has-children {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: space-between;
}
li.has-children>.subsubmenu {
  width: 100%;
}
.fullwidth-list li.has-children > ul.submenu > li.has-children > ul.subsubmenu li > a.dropdown-item {
  color: var(--primary-dark);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
}
.fullwidth-list li.has-children > ul.submenu > li.has-children > ul.subsubmenu li > a.dropdown-item:hover,
.fullwidth-list li.has-children > ul.submenu > li.has-children > ul.subsubmenu li > a.dropdown-item:focus {
  color: var(--strong-orange);
}
/* show/hide nested lists */
li.has-children > .submenu,
li.has-children > .subsubmenu {
  display: none;
}
.fullwidth-list .submenu {
  background: #fff;
}
.mobile-flyout .submenu {
  background: transparent;
}
li.has-children.open > .submenu,
li.has-children.open > .subsubmenu {
  display: block;
}
/* position parents so their fly-outs can escape */
.fullwidth-list li {
  position: relative;
}
/* 1) Remove bullets & left-indent from any <ul class="dropdown-menu"> */
.dropdown-menu {
  list-style: none;
  padding-left: 0;
}
/* 2) Style every .dropdown-item exactly like your fullwidth-list items */
.dropdown-menu .dropdown-item {
  align-items: center;
  color: var(--primary-dark);
  display: block;
  display: flex;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  gap: 0.625rem;
  justify-content: right;
  letter-spacing: -0.00625rem;
  line-height: 1.5rem;
  /*padding: 0.25rem 1rem;        match your full-width menu’s spacing */
  /*   padding: 0.5rem 0.875rem;   */
  padding: 1.75rem 1.25rem;
  text-decoration: none;
  transition: background .15s ease-in-out;
}

.header .nav-item.dropdown.show > .dropdown-menu .dropdown-item {
  align-items: center;
  /*   color: #01253a; */
  display: flex;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  gap: .625rem;
  justify-content: right;
  letter-spacing: -.00625rem;
  line-height: 1.5rem;
  padding: .5rem .875rem;
  text-decoration: none;
  transition: background .15s ease-in-out;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  color: var(--strong-blue);
  text-decoration: none;
}
a.nav-link.dropdown-toggle {
  align-items: center;
  align-self: stretch;
  color: #fff;
  display: flex;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  gap: 0.625rem;
  justify-content: center;
  line-height: 1.375rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}

/* 1) Make the dropdown parent static so its panel can escape the header */
.nav-item.dropdown.primary.full-width {
  border-left: 1px solid #034668;
  /*   position: static !important; */
}
/* Delete this */
/* .nav-item.dropdown.primary.full-width {
position: relative;
} */


/* 2) Style & position the full-width panel */
.nav-item.dropdown.primary.full-width .fullwidth-menu {
  background: #fff;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.175);
  display: none;               /* hidden by default */
  left: 0;
  padding: 1rem 2rem;
  position: absolute !important;
  top: 100%;                   /* right below the header */
  width: 100vw;                /* span the full viewport */
  z-index: 1000;
}
/* 3) Only show on click (your JS should toggle .show on this .nav-item) */
.nav-item.dropdown.primary.full-width.show > .fullwidth-menu {
  border-radius: 0;
  display: block !important;
  left: 0;
  padding: 0;
  right: 0;
  top: 60px;

  position: absolute !important;
  top: 100%;
  margin: 0;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
  max-width: 100%;
  width: 100%;
}

/* Navigation */
.header .site-nav {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  justify-content: flex-end;
}
/* 1) Make each dropdown parent positioned */
.nav-item.dropdown.quick-links.show {
  position: relative;
}
/* Delete relative */
.header .site-nav .nav-item.dropdown {
  overflow: visible !important;
  /*   position: relative !important; */
}
/* 3) Base hidden state (defend against any other rules) */
.header .dropdown-menu,
.header .fullwidth-menu {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* 4) Show when hovered or when JS toggles `.show` */
.header .nav-item.dropdown.show > .dropdown-menu /*,
.header .nav-item.dropdown.full-width.show > .fullwidth-menu */ {
  align-items: flex-end;
  background: #fff;
  border-radius: 0rem 0rem 0.625rem 0.625rem;
  display: block !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: -50%;
  margin-left: auto;
  margin-right: auto;
  opacity: 1 !important;
  pointer-events: auto !important;
  right: 0;
  top: 60px;
  visibility: visible !important;
  width: 18.8125rem;
  z-index: 9999 !important;
}
/* .header .nav-item.dropdown.full-width.show > .fullwidth-menu {
padding: 1rem 1.25rem 0.5rem 1.25rem;
} */
.header .nav-item.dropdown.show > .dropdown-menu {
  padding: 1rem 1.25rem .5rem;
}
.nav-item.dropdown.show > .dropdown-menu {
  display: block;
}

/* Navigation */


/* Click to Open */
.menu .submenu,
.menu .subsubmenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.has-children ul.submenu,
.submenu .has-children ul.subsubmenu{
  display: none;
}
.has-children.open ul.submenu,
.submenu .has-children.open ul.subsubmenu{
  display: block;
}
.icon-chevron,
.icon-plus {
  display: inline-block;
  transform-origin: center;
  transition: transform 0.3s ease;
}
/* when its parent <li> gets .open, rotate */
.has-children.open > a + .submenu-toggle .icon-chevron {
  transform: rotate(180deg);
}
.has-children.open > a + .submenu-toggle .icon-plus {
  transform: rotate(45deg);
}
/* Dropdown Toggle */
.submenu-toggle,
.submenu-toggle:hover,
.submenu-toggle:focus {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 1.75rem 1.25rem 1.75rem 0 !important;
}
.mobile-flyout__nav .submenu-toggle,
.mobile-flyout__nav .submenu-toggle:hover,
.mobile-flyout__nav .submenu-toggle:focus {
  font-size: 1em;
  line-height: 1;
  padding: 0 .5rem !important;
}
.submenu > .has-children > .submenu-toggle {
  padding: 0.25rem 1rem 0.25rem 0 !important;
}




.menu .submenu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 0.5rem;
  font-size: 1rem;
}

/* When menu item is open */
.menu li.has-children.open > .submenu,
.menu li.has-children.open > .subsubmenu {
  display: block;
}

/* Optional icon animation */
.menu li.has-children.open > .submenu-toggle .icon-chevron {
  transform: rotate(180deg);
}
.menu li.has-children.open > .submenu-toggle .icon-plus {
  transform: rotate(45deg);
}

/* Prevent hover behavior on desktop */
@media (min-width: 875px) {
  .menu li.has-children:hover > .submenu,
  .menu li.has-children:hover > .subsubmenu {
    display: none;
  }

}


/* 1. Position flyout off-screen above the header */
.mobile-flyout {
  background: #fff;
  height: 100%; /* full viewport */
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 2000;

  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0rem 0rem 0.625rem 0.625rem;
  background: rgba(1, 37, 58, 0.50);
  backdrop-filter: blur(7.5px);
}
/* 2. Slide it down when open */
.flyout-open .mobile-flyout {
  transform: translateY(0);
}
/* 3. Close button */
.mobile-flyout__close {
  border: 1px solid #066a99;
  border: 1px solid var(--light-blue);
  border-radius: 6px;
  cursor: pointer;
  padding: 1rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  left: 0;
  right: 0;
  margin: 0 auto 2rem;
  padding: 0.625rem;
  max-width: 3rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; 
}
.mobile-flyout__close svg path {
  stroke: #fff;
}
.mobile-flyout .subsubmenu {
  padding-left: 0.875rem;
}
.mobile-flyout .subsubmenu li a {
  color: #FFF;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
}
/* Inner padding */
.mobile-flyout__inner {
  max-width: 500px;
  padding: 1rem;
  width: 100%;
}
.mobile-flyout__nav {
  position: relative;
}
/* Simple reset and spacing for the list */
.mobile-flyout__nav ul {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}
.mobile-flyout__nav li + li {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}
.mobile-flyout__nav a {
  display: block;
  font-size: 1rem;
  padding: 0.25rem 0;
  text-decoration: none;

  color: #F8F9FB;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: -0.00625rem;
}
.mobile-flyout__nav .submenu {
  position: static;
}
.mobile-flyout__nav .submenu a {
  color: #B2D8FE;
  display: inline-block;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: -0.00625rem;
}
/* Mobile Contact Button */
.mobile-flyout__nav > ul > li:last-of-type {
  align-items: center;
  align-self: stretch;
  background: #41B6FE;
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
  padding: 1rem 2rem;
}

/* Mobile Search */
.visually-hidden,
.hs-search-field__label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#hs_cos_wrapper_site_search .hs-search-field__bar>form {
  background: none !important;
}
#hs_cos_wrapper_site_search .hs-search-field__bar>form>.hs-search-field__input {
  background: #151B28 !important;
  color: #fff;
  max-width: 100%;
  width: 100%;
}
#hs_cos_wrapper_site_search .hs-search-field__bar>form,
#hs_cos_wrapper_site_search .hs-search-field__bar>form>.hs-search-field__input {
  border: 1px solid #066A99 !important;
  border-radius: 0.625rem !important;
}

.hs-search-field--open .hs-search-field__suggestions, .inpage-editor-active-field .hs-search-field__suggestions {
  z-index: 9;
}
.hs-search-field__suggestions .results-for, .hs-search-field__suggestions a {
  color: #fff;
}
a.notices-alerts {
  color: var(--strong-orange) !important;
  text-decoration:none !important;
}
a.notices-alerts:hover,
a.notices-alerts:active,
a.notices-alerts:focus {
  color:#F8F9FB !important;
}
.mobile-search-form {
  margin-bottom: 1rem;
}
.mobile-search-wrapper {
  background: #fff !important;
  position: relative;
}
.mobile-search-input {
  width: 100%;
  padding: 0.5rem 2.5rem;  /* enough room for both icons */
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;

  border-radius: 0.625rem !important;
  border: 1px solid #066A99 !important;
  background: #151B28 !important;
  padding-left: 3rem !important;

  color: #E7F2FF !important;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: -0.00625rem !important;
  line-height: 1.5rem !important;
}
input::placeholder {
  color: #E7F2FF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.00625rem;
  line-height: 1.5rem;
}
.mobile-search-submit,
.mobile-search-clear {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.mobile-search-submit {
  left: 1rem;
}
.mobile-search-clear {
  right: 0.5rem;
  display: none;           /* hidden until user types */
}

/* 1. Hide the native submit button */
.hs-search-field__button {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.hs-search-field__input {
  /* room for icons */
  padding: 0.5em 0.5em 0.5em 2.5em;

  /* white magnifier on the left */
  background:
    url("data:image/svg+xml;utf8,\
      <svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 512 512'>\
      <path d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3\
      44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 \
      208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 \
      7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 \
      9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 \
      0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 \
      0 70.7-57.2 128-128 128z'/>\
      </svg>")
    no-repeat 0.75em center;
  background-size: 1em;
}

/* invert the native WebKit “×” so it’s white */
.hs-search-field__input::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
  filter: invert(1);
}

/* custom clear-X on non-WebKit, white */
.hs-search-field__input:not(:placeholder-shown) {
  background-image:
    /* right: white “×” */
    url("data:image/svg+xml;utf8,\
      <svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 352 512'>\
      <path d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19\
      0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 \
      0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 \
      0L9.21 111.45c-12.28 12.28-12.28 32.19 \
      0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 \
      0 44.48l22.24 22.24c12.28 12.28 32.19 12.28 44.48 \
      0L176 322.72l100.07 100.07c12.28 12.28 32.19 12.28 \
      44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 \
      0-44.48L242.72 256z'/>\
      </svg>"),
    /* left: white magnifier (same as above) */
    url("data:image/svg+xml;utf8,\
      <svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 512 512'>\
      <path d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3\
      44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 \
      208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 \
      7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 \
      9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 \
      0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 \
      0 70.7-57.2 128-128 128z'/>\
      </svg>");
  background-repeat: no-repeat, no-repeat;
  background-position: right 0.75em center, left 0.75em center;
  background-size: 1em, 1em;
  cursor: text;
}



/* ============================================================
FORCE DROPDOWNS VISIBLE WHEN `.show` IS APPLIED
============================================================ */

/* 1) Allow the menus to escape any overflow:hidden */
.header__container,
.header__column,
.header__row-2 {
  overflow: visible !important;
}
.header__container.content-wrapper {
  align-items: center;
}

/* 2) Start hidden (in case other CSS sneaks in) */
.header .dropdown-menu,
.header .fullwidth-menu {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.header .nav-item.dropdown.show > .dropdown-menu /*,
.header .nav-item.dropdown.full-width.show > .fullwidth-menu */ {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* — Quick Links menu styling — */
.quick-links-menu {
  background: #fff;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.175);
  left: 0;
  margin-top: 0.25rem;
  min-width: 200px;
  padding: 0.5rem 0;
  position: absolute;
  top: 100%;
  z-index: 9999;
}

.quick-links-menu[hidden] {
  display: none !important;
}

.quick-links-menu:not([hidden]) {
  display: block !important;
}

.quick-links-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.quick-links-menu li a {
  color: #333;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.quick-links-menu li a:hover {
  background: var(--light-blue);
  color: #fff;
}


/* Submenus */
/* hide all submenus by default */
.submenu,
.subsubmenu {
  /*   background: #fff;
  border: 1px solid rgba(0,0,0,.15);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.175); */
  display: none;
  /*   left: 100%; */
  /*   padding: .5rem 0; */
  padding: 0;
  position: absolute;
  /*   top: 0; */  
  z-index: 1000;
}
.submenu {
  left: 0 !important;
  /*   min-width: 200px; */
  min-width: 230px;
  top: 100% !important;
  width: 100%;
}
.subsubmenu {
  /*   left: 100% !important; */
  /*   min-width: 200px; */
  min-width: 230px;
  padding-left: 0.875rem;
  top: 0 !important;
  position: relative;
}











.header {
   /* Update HubSpot brand colors or fields.json file */
  background-color: var(--primary-dark);
  position: relative;
  z-index: 10; /* so the menu can sit under it if needed */
}

a.menu__link {
  transition: all .2s ease-in-out !important;
}
.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #066A99;
  font-family: Plus Jakarta Sans;
}
/* .header__language-switcher {
padding-right: 0;
} */
.header__language-switcher,
.what-can.header--element {
  border-left: 1px solid #034668;
}
.what-can.header--element {
  padding: .7rem .875rem;
}

.menu__item:last-of-type a.menu__link {
  border-radius: 0rem 0rem 0.625rem 0.625rem;
}
.menu__link,
a.what-can-link {
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  text-decoration: none;
  text-transform: uppercase;
}
a.menu__link:hover,
a.menu__link:focus {
  color: var(--light-blue) !important;
}
.menu__link:hover,
.menu__link:focus,
a.what-can-link:hover, 
a.what-can-link:focus {
  font-weight: 600;
  text-decoration: none;
}
/* #hs_cos_wrapper_language-switcher .hs-language-switcher__menu {
border-radius: 0rem 0rem 0.625rem 0.625rem;
padding: 1rem 1.25rem 0.5rem 1.25rem;
}
.hs-language-switcher__item {
padding: 0 !important;
}
#hs_cos_wrapper_language-switcher .hs-language-switcher__item a {
color: var(--primary-dark) !important;
font-size: 1rem !important;
font-style: normal;
font-weight: 500;
line-height: 1.5rem;
letter-spacing: -0.00625rem;
padding: .5rem .875rem;
}
#hs_cos_wrapper_language-switcher .hs-language-switcher__item:focus, 
#hs_cos_wrapper_language-switcher .hs-language-switcher__item.active, 
#hs_cos_wrapper_language-switcher .hs-language-switcher__menu.mousemove .hs-language-switcher__item:hover {
background: #fff !important;
}
#hs_cos_wrapper_language-switcher .hs-language-switcher__item:focus a, 
#hs_cos_wrapper_language-switcher .hs-language-switcher__item.active a, 
#hs_cos_wrapper_language-switcher .hs-language-switcher__menu.mousemove .hs-language-switcher__item:hover a {
color: var(--light-blue) !important;
}
#hs_cos_wrapper_language-switcher .hs-language-switcher__button {
padding: .7rem .875rem !important;
}
#hs_cos_wrapper_language-switcher .hs-language-switcher__current-language {
color: #fff !important;
font-size: 0.875rem !important;
font-style: normal;
font-weight: 600;
line-height: 1.667rem;
text-transform: uppercase;
}
#hs_cos_wrapper_language-switcher .hs-language-switcher__current-language:hover,
#hs_cos_wrapper_language-switcher .hs-language-switcher__current-language:focus,
a.what-can-link:hover,
a.what-can-link:focus {
color: #d7d7d7 !important;
}
#hs_cos_wrapper_language-switcher .hs-language-switcher__icon--dropdown {
fill: #fff !important;
} */

.menu__child-toggle-icon {
  border-top-color: #066A99;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #004271;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #004271;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #2e92c1;
}

.menu__child-toggle-icon:active {
  border-top-color: #2e92c1;
}

.menu .menu__item--depth-1 > .menu__link--active-link::after {
  background-color: #066A99;
}

ul.menu__submenu {
  padding: 1rem 1.25rem 0.5rem 1.25rem;
  width: 300px;
  z-index: 999;
}

.menu--desktop .menu__submenu--level-2 {
  transform: translateX(-25%) !important;
}

.menu__submenu .menu__item {
  border-bottom: unset !important;
}
@media (min-width:875px){
  /*for news and media email inquries border*/
  #hs_cos_wrapper_module_17518107014733{
    padding-left: 35px;
    border-left: 3px solid #FF9800;
  }
  #hs_cos_wrapper_module_1751491617751 .stat-subtext{
    min-height:420px;
  }
  #hs_cos_wrapper_module_1751491617751 .stat-number{
    min-height:120px;
  }
}
@media (min-width: 875px) {
  .menu .menu__submenu {
    border-radius: 0rem 0rem 0.625rem 0.625rem;
    border: none !important;
  }
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #066A99;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child::before {
    border: 2px solid #066A99;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    display: none !important;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #066A99;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.menu__submenu .menu__link {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.00625rem;
  padding: 0.5rem 0.875rem !important;
  text-transform: none;
}



.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover::before,
.menu__submenu--level-2 > .menu__item:first-child.focus::before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}



@media(max-width: 875px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #066A99;
  }
  .intro {
    text-align: left;
  }
}






/* .footer-row-0-max-width-section-centering > .row-fluid {
box-sizing: border-box; 
margin: 0 auto;
padding-left: clamp(16px, 2.222vw, 32px);
padding-right: clamp(16px, 2.222vw, 32px);
width: clamp(320px, 88.89vw, 1280px);
} */
/* .footer-row-0-max-width-section-centering > .row-fluid > * {
box-sizing: border-box;
flex-shrink: 0;
} */

/* .footer .row-number-19 > .row-fluid {
border-top: 1px solid #616366;
padding-top: 2rem;
} */


/* .footer .container-fluid .row-fluid-wrapper .row-fluid .span12 .row-fluid-wrapper .row-number-2 .row-fluid {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 2rem;
grid-row-gap: 0px;
} */

.footer::before {
  background: url("https://1537475.fs1.hubspotusercontent-na1.net/hubfs/1537475/Images/Borders/subftr_btm-border.svg") no-repeat bottom;
  background-size: cover;
  content: "";
  height: 160px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -160px;
  width: 100%;
  z-index: 9;
}
.footer {
  background-color: 

  
  
    
  


  rgba(248, 249, 251, 1.0)

;
  /*   margin-top: 100px; */
  position: relative;
  z-index: 9;
  z-index: 1; /* Optional: ensures footer stacks correctly */
}
/* Copyright */
.footer .copyright .row-fluid .row-number-2 .span12 {
  border-top: 1px solid #616366;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .footer::before {
    background: url('https://1537475.fs1.hubspotusercontent-na1.net/hubfs/1537475/Images/Borders/subftr_btm-border.svg') no-repeat;
    background-size: cover;
    content: "";
    height: 60px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -60px;
    width: 100%;
    z-index: 9;
  }

  .footer {
    position: relative;
  }
}

/* Footer content */
.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #F8F9FB;
}
.footer a {
  color: #DAE0E6;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem; /* 142.857% */
  letter-spacing: -0.00625rem;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}
.footer a:hover,
.footer a:focus {
  color: var(--light-blue);
}
.footer a.social-links__link:hover .social-links__icon,
.footer a.social-links__link:focus .social-links__icon {
  background: transparent;
}
.footer a.social-links__link:hover .social-links__icon svg,
.footer a.social-links__link:focus .social-links__icon svg {
  fill: var(--light-blue) !important;
}
.footer .hs-menu-wrapper ul {
  gap: 1rem;
}
.footer .footer-column-1-margin .row-fluid .span2:nth-of-type(1) {
  flex: 0 0 14.766%;
  margin-right: 2.5%;
}
.footer .footer-column-1-margin .row-fluid .span2:nth-of-type(2) {
  /*   flex: 0 0 13.672% */
  flex: 0 0 16.672%;
}
.footer .footer-column-1-margin .row-fluid .span2:first-of-type span:first-of-type,
.footer .footer-column-1-margin .row-fluid .span2:nth-of-type(2) span:first-of-type {
  color: #25AEE4;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem; /* 150% */
  letter-spacing: -0.00625rem;
}



.footer .footer-column-1-margin .row-fluid .span2:nth-of-type(3) {
  flex: 0 0 11.719%;
  margin-left: auto;
  margin-right: 1.875%;
}
.footer .footer-column-1-margin .row-fluid .span2:nth-of-type(4) {
  flex: 0 0 7.578%;
  margin-right: 1.875%;
}
.footer .footer-column-1-margin .row-fluid .span2:nth-of-type(5) {
  flex: 0 0 17.188%;
  margin-right: 1.8125%;
}
.footer .footer-column-1-margin .row-fluid .span2:nth-of-type(6) {
  flex: 0 0 17.266%;
}
@media (max-width: 1000px) {
  .footer .row-fluid {
    flex-wrap: wrap;
  }
  .footer .footer-column-1-margin .row-fluid .span2:first-of-type {
    flex: 0 0 20.766%;
    margin-right: 15px;
  }
  .footer .footer-column-1-margin .row-fluid .span2:nth-of-type(2) {
    flex: 0 0 20.672%;
    margin-right: 15px;
  }
  .footer .footer-column-1-margin .row-fluid .span2:nth-of-type(3),
  .footer .footer-column-1-margin .row-fluid .span2:nth-of-type(4),
  .footer .footer-column-1-margin .row-fluid .span2:nth-of-type(5),
  .footer .footer-column-1-margin .row-fluid .span2:nth-of-type(6){
    flex: 0 0 15%;
  }
}
@media (max-width: 768px) {
  .footer .row-fluid {
    flex-wrap: wrap;
    gap: 30px;
  }
  #hs_cos_wrapper_site_search .hs-search-field__bar>form{
    border-width: 0px!important;
  }
  /* Make the parent a positioning context */
  .hs-search-field__bar {
    position: relative;
  }

  /* Search icon */
  .hs-search-field__bar::before {
    content: '';
    position: absolute;
    left: 12px; /* adjust horizontal position */
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url('data:image/svg+xml;utf8,<svg fill="%23fff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"/></svg>') no-repeat center;
    background-size: contain;
    pointer-events: none;
    z-index: 100;
  }

  /* Prevent text overlap with icon */
  .hs-search-field__input {
    padding-left: 40px !important;
  }

  /* Make sure suggestions don't push anything */
  .hs-search-field__suggestions-container {
    position: absolute !important;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99; /* stays under icon */
  }



  /* Hide icon when typing */
  .hs-search-field__input:not(:placeholder-shown) ~ .hs-search-field__bar::before,
  .hs-search-field__input:focus:not(:placeholder-shown) ~ .hs-search-field__bar::before {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .footer .footer-column-1-margin .row-fluid .span2:first-of-type,
  .footer .footer-column-1-margin .row-fluid .span2:nth-of-type(2){
    flex: 0 0 45%;
    margin: 0 auto;
  }
  .footer .footer-column-1-margin .row-fluid .span2:nth-of-type(2) iframe {
    margin-left: 0 !important;
  }
  .footer .footer-column-1-margin .row-fluid .span2:nth-of-type(3),
  .footer .footer-column-1-margin .row-fluid .span2:nth-of-type(4),
  .footer .footer-column-1-margin .row-fluid .span2:nth-of-type(5) {
    flex: 0 0 20%;
    margin: 0 auto;
  }
  .footer .footer-column-1-margin .row-fluid .span2:nth-of-type(6) {
    flex: 0 0 25%;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  #hs_cos_wrapper_footer-module-3 {
    margin: 1.25rem auto 1.375rem;
  }
  .footer .footer-column-1-margin .row-fluid .span2:first-of-type,
  .footer .footer-column-1-margin .row-fluid .span2:nth-of-type(2) {
    flex: 0 0 100%;
  }
  .footer .footer-column-1-margin .row-fluid .span2:nth-of-type(3),
  .footer .footer-column-1-margin .row-fluid .span2:nth-of-type(4) {
    flex: 0 0 45%;
    margin-bottom: 2.125rem;
  }
  .footer .footer-column-1-margin .row-fluid .span2:nth-of-type(5) {
    flex: 0 0 100%;
    margin-bottom: 2.125rem;
  }
}
.footer form {
  background: var(--medium-gray);
}




.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #066A99;
}

.blog-post__tag-link {
  color: #066A99;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #004271;
}

.blog-post__tag-link:active {
  color: #2e92c1;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; letter-spacing: -0.04rem; text-decoration: none; line-height: 2.3125rem; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #066A99;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #004271;
}

.blog-related-posts__title-link:active {
  color: #2e92c1;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #ffffff;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #d7d7d7;
}

#comments-listing .comment-reply-to:active {
  color: #ffffff;
}





.hs-search-results__title {
  font-weight: 700; letter-spacing: -1.28px; text-decoration: none; line-height: 68px; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #066A99;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 700; letter-spacing: -0.04rem; text-decoration: none; line-height: 2.3125rem; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #066A99;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #004271;
}

.hs-blog-post-listing__post-title-link:active {
  color: #2e92c1;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #066A99;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #066A99;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #004271;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #2e92c1;
}

.hs-pagination__link-icon svg {
  fill: #066A99;
}

/* Pricing card */

.card__price {
  font-weight: 500; letter-spacing: -0.01625rem; text-decoration: none; line-height: 1.8125rem; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #F27121;
  font-size: 1.625rem;
}

.card__body svg {
  fill: #066A99;
}

/* Social follow */

.social-links__icon {
  background-color: var(--medium-gray);
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #004271;
}

.social-links__icon:active {
  background-color: #2e92c1;
  font-weight: 500; letter-spacing: -0.01625rem; text-decoration: none; line-height: 1.8125rem; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #F27121;
  font-size: 1.625rem;
}


/* ============================================================
Header Nav Dropdown Positions & Visiblity Overrrides
============================================================ */
/* 2) Prevent ancestor clipping */
.header,
.header__container,
.header__column,
.header__row-2,
.header .site-nav {
  overflow: visible !important;
}


/* 1) Mobile-only Notices + CTA wrapper */
.header__mobile-top {
  display: none; /* hide on desktop */
}

@media (max-width: 875px) {
  .header__mobile-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 0;
  }
  .header__mobile-top .button-wrapper,
  .header__mobile-top .button {
    max-width: 100%;
    width: 100%;
  }
  .header__mobile-top .button {
    border-radius: 0;
  }
  .header__mobile-top .button div {
    color: var(--Neutral-100, #F8F9FB);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem; /* 133.333% */
    letter-spacing: -0.0225rem;
  }
  .header__mobile-top .button::after {
    display: none;
  }
}
@media (max-width: 875px) {
  /* 2) Collapse your desktop header into a simple 2-item bar */

  /* a) Hide the old Row-1 and the desktop-only notices */
  .header__row-1,
  .notices.desktop {
    display: none !important;
  }

  /* b) Make your inner header container a flex row */
  .header__container {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 1rem;
  }
  /* c) Strip out everything in Row-2 except the hamburger toggle */
  .header__row-2 {
    display: flex !important;
    align-items: center;
  }
  .header__row-2 > * {
    display: none !important;
  }
  .header__row-2 .header__navigation--toggle {
    display: block !important;
    filter: brightness(0) invert(1);
    height: 35px;
    margin: 0;
    width: 35px;
  }

  /* d) Shrink the right column so it hugs that toggle */
  .header__column {
    display: flex !important;
    justify-content: flex-end;
    width: auto !important;
  }

  .header__container.content-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}


/* --- Footer Newsletter --- */
.footer form {
  /*   display: flex; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* grid-template-rows: repeat(1, 1fr); */
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.footer form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  grid-column-start: 1;
  grid-column-end: 3;
  order: 1;
}
.footer form .hs_submit.hs-submit {
  order: 2;
}
.footer form .hs_error_rollup {
  display: inline-grid;
  grid-column-start: 1;
  grid-column-end: 3;
  order: 3;
}
.footer form .inputs-list {
  display: inline-grid;
  grid-column-start: 1;
  grid-column-end: 3;
}

.footer form input[type=email] {
  background-color: #29292a;
  border: none;
  border-bottom: 2px solid var(--light-blue);
  border-radius: 0;
  color: #dae0e6;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -.00625rem;
  padding-left: 0;
}
.footer form input[type=submit] {
  background-color: #282829;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M17.5 9.69581H2.5M11.0729 3.12402L17.4833 9.67723L11.0547 16.249' stroke='%2325AEE4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  border: none;
  border-bottom: 2px solid var(--light-blue);
  border-radius: 0;
  font-size: 0;
  /*   padding-bottom: 0.60rem; */
  padding: 0.7rem 0.75rem 0.7rem 2rem;
}

/* .footer form input[type=email] {
border-bottom: 1px solid #25AEE4;
border-left: none;
border-right: none;
border-top: none;
background: transparent;
border-radius: 0;
color: #DAE0E6;
font-size: 1rem;
font-style: normal;
font-weight: 600;
line-height: 1.5rem; /* 150% */
/*   letter-spacing: -0.00625rem;
padding-left: 0; */
} 

/* 1) Target your HS form’s submit button */
.footer .hs-form .hs_submit input.hs-button[type="submit"] {
  /* hide the “Subscribe” text */
  /*   font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden; */

  /* strip all default chrome */
  /*   background: none;
  border: none;
  padding: 0.5em;   /* tappable area */
  /*   cursor: pointer; */

  /* fix size & positioning */
  /*   position: relative;
  width: 2em;
  height: 2em; */
}

/* 2) Inject your blue arrow SVG as the button’s ::after */
/* .footer .hs-form .hs_submit input.hs-button[type="submit"]::after {
content: "";
position: absolute;
top: 50%; left: 50%;
width: 1.25em;
height: 1.25em;
transform: translate(-50%, -50%);
background: url("https://1537475.fs1.hubspotusercontent-na1.net/hubfs/1537475/Images/Icons/right-arrow.svg")
no-repeat center center;
background-size: contain;
display: inline-block;
} */

/* Hide the old “Subscribe” button so it never wraps */
/* .footer .hs-form .hs_submit {
display: none;
} */

/* Give the email field room for the arrow and paint your new SVG */
/* .footer .hs-form .hs-email input[type="email"] {
padding-right: 2.5em;           /* room for the icon */
/*   background-repeat: no-repeat;
background-position: right 0.75em center;
background-size: 1em 1em;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M17.5 9.69581H2.5M11.0729 3.12402L17.4833 9.67723L11.0547 16.249' stroke='%2325AEE4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>"); */
} */

/* Optional: let clicking the image submit the form */
/* .footer .hs-form .hs-email {
position: relative;
cursor: text; /* keep text-cursor inside the field */
} */
/* .footer .hs-form .hs-email::after {
content: "";
position: absolute;
right: 0.75em;
top: 50%;
width: 1em;
height: 1em;
transform: translateY(-50%);
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M17.5 9.69581H2.5M11.0729 3.12402L17.4833 9.67723L11.0547 16.249' stroke='%2325AEE4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center center;
background-size: 1em 1em;
cursor: pointer;
} */
/* .footer .hs-form .hs-email::after::hover {
opacity: 0.8;
}
.footer .no-list.hs-error-msgs.inputs-list::after {
background: none !important;
} */

.header .nav-item.dropdown.full-width.show > .fullwidth-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  width: 100% !important;
  z-index: 1001 !important;
}
/* Delete this */
/* .header .nav-item.dropdown.full-width {
position: relative !important;
} */
.fullwidth-menu {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.nav-item.dropdown.full-width.show > .fullwidth-menu {
  opacity: 1;
  visibility: visible;
}