body {
  font-family: 'Montserrat', Arial, sans-serif;
  margin: 0px;
}h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
}
}
.flex {
  display: flex;
}
.container{
  padding-right: 35px;
  padding-left: 35px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
img {
  max-width: 100%;
}
* p:last-child {
  margin-bottom: 0px;
}


@media (min-width: 1550px) {
  .container, .header-container{
    max-width: 1350px;
    margin:auto;
  }
}
@media (min-width: 1200px) {
  .container{
    max-width: 1312px;
    margin:auto;
  }
}

@media (max-width: 768px) {
  .container {
    padding-right: 25px;
  padding-left: 25px;
  }
}
:root {
  --main-text-color:#171919;
  --primary-button-color:#171919;
  --primary-button-background:#BD9F2F;
  --primary-button-hover:#000810;
  --primary-blue:#000810;
  --accent-color:#DAD9D9;
  --secondary-button-color: transparent;   
    --secondary-button-hover: #DAD9D9;   
  --callout-text-color:#1B4F85; 
}


h1, .content h1 span, h1 span p {
  font-family: 'Montserrat', Arial, sans-serif;
}
  font-style: normal;
  margin-top: 0px;
  font-size: 60px;
  line-height: 110%;
  margin-bottom: 25px;
	font-weight:600;
}
h2,
.content h2 span,
h2 span {
  font-size: 48px;
  line-height: 110%;
  font-family: 'Montserrat', Arial, sans-serif;
  font-style: normal;
  color: var(--main-text-color);
  margin-top: 0px;
  margin-bottom: 25px;
  font-weight: 600;
}

h3,
.content h3 span,
h3 span {
  font-size: 22px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-style: normal;
  color: var(--main-text-color);
  margin-top: 0px;
  margin-bottom: 25px;
  line-height: 110%;
  font-weight: 400;
}

h4,
.content h4 span,
h4 span {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-style: normal;
  color: var(--main-text-color);
  margin-top: 0px;
  margin-bottom: 25px;
  font-weight: 400;
}

h5,
.content h5 span,
h5 span {
  font-size: 14px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-style: normal;
  color: var(--main-text-color);
  font-weight: 400;
}
p {
  font-size: 16px;
  color: var(--main-text-color);
  margin-top: 0px;
  line-height: 28px;
  font-family: 'Montserrat', Arial, sans-serif;
}

p.paragraph-large {
  font-size: 24px;
  color: var(--main-text-color);
  margin-top: 0px;
  line-height: 36px;
 
}
ul li {
  font-size: 16px;
  line-height: 30px;
}
.eyebrow{
  display: block;
 font-size: 14px;
 color: #000;
 line-height: 16.8px;
    margin-bottom: 15px;
    text-transform: uppercase;
 font-family: "century-gothic", sans-serif;
  letter-spacing:1.5px;
  border-bottom:2px solid var(--primary-blue);
  width: fit-content;
  
  
}
.eyebrow:empty {
  display:none;
   margin:0px;
  }
.impact {
  font-size:72px;
  line-height:120%;
  margin:0px 0px 30px 0px;
 font-family: "Helvetica", sans-serif;
}
.impact:empty {
  display:none;
  margin:0px;
  }
p strong , p span strong{
  font-weight:600;
}
.fade-in-on-scroll {
    opacity: 1 !important;
    transform: translateY(0px);
}
a[type="button"]:empty {
    display: none; 
}

a.button-primary {
  color: var(--primary-button-color);
  font-size: 16px;
  background-image: linear-gradient(30deg,var(--primary-button-background) 70%,transparent 0);
  border: 2px solid var(--primary-button-color);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 500px;
    border: 2px solid var(--primary-button-background);
  border-radius: 50px;
  padding: 12px 24px;
  text-decoration: none;
  display: inline-flex; 
  align-items: center;
  width: fit-content;
  transition: all 0.3s ease-out;
  position:relative;
  z-index:1;
  font-family: "sole-sans-variable",sans-serif;
  
}
 a.nav-button-primary,input[type=submit]{
  align-items: center;
  color: var(--primary-button-color);
  border: 0px;
  border-radius: 50px;
  display: inline-flex; 
  font-family: "sole-sans-variable",sans-serif;
  font-size: 16px;
  padding: 12px 24px;
  position:relative;
  text-decoration: none;
  transition: all 0.3s ease-out;
  width: fit-content !important;
  z-index:1;
  background-image: linear-gradient(30deg,var(--primary-button-background) 50%,transparent 0);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 500px;
}



a.button-primary:hover, a.nav-button-primary:hover,input[type=submit]:hover {
   background-color:  var(--primary-button-hover);
   background-position: 170%;
   border-color: var(--primary-button-hover);
   color: #fff;
   cursor:pointer;
   padding: 12px 24px;
   position:relative;
}

a.button-secondary {
    align-items: center;
    background-image: linear-gradient(30deg,transparent 50%, #00529B 0);
        background-position: 0;
        background-repeat: no-repeat;
        background-size: 500px;
    border: 2px solid #000;
    border-radius: 50px;
    color: #000;
    display: inline-flex;
    font-family: "sole-sans-variable",sans-serif;
    font-size: 12px;
    padding: 12px 24px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-out;
    width: fit-content;
    z-index: 1;
}
a.button-secondary:hover{
    background-color: #00529B; 
    background-position: 100%;
    border-color: #00529B; 
    color: #fff; 
}

a.button-blue {
    align-items: center;
    background-image: linear-gradient(30deg,var(--primary-blue) 50%,transparent 0);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 600px;
    border: 0px;
    border-radius: 50px;
    color: white;
    display: inline-flex;
    font-size: 12px;
    padding: 12px 24px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-out;
    width: fit-content;
    z-index: 1;
    background-color: transparent; 
    font-family: "sole-sans-variable",sans-serif;
}
a.button-blue:hover{
    background-color: var(--secondary-button-hover);
    background-position: right;
    color: white; 
}

a.button-tertiary {
   color: var(--main-text-color);
  font-size: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-family: "sole-sans-variable",sans-serif;
  position:relative;
}
a.button-tertiary:after {
  content: url(https://44227242.fs1.hubspotusercontent-na1.net/hubfs/44227242/Icons/Icon.svg);
  margin-left: 12px;
  margin-top:2px;
  transition: all 0.3s ease-out;
}
a.button-tertiary:hover:after{
 margin-left: 22px;
}

.nav-mobile-menu-wrapper a.nav-button-primary,
a.button-alt {
  color: var(--primary-button-color);
  font-size: 18px;
  background-image: linear-gradient(30deg,var(--primary-button-background) 70%,transparent 0);
  border: 2px solid var(--primary-button-color);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 500px;
    border: 2px solid var(--primary-button-background);
  border-radius: 50px;
  padding: 12px 24px;
  text-decoration: none;
  display: inline-flex; 
  align-items: center;
  width: fit-content;
  transition: all 0.3s ease-out;
  position:relative;
  z-index:1;
  font-family: "sole-sans-variable",sans-serif;
}

.nav-mobile-menu-wrapper a.nav-button-primary:hover,
a.button-alt:hover {
   background-color: white;
   background-position: 170%;
   border-color: white;
   color: var(--primary-blue);
   cursor:pointer;
   padding: 12px 24px;
   position:relative;
}



a.button-tertiary.center:after {
  content: url(https://44227242.fs1.hubspotusercontent-na1.net/hubfs/44227242/Icons/Icon.svg);
  margin-left: 12px;
  margin-top:2px;
  transition: all 0.3s ease-out;
  right:-18px;
  position:absolute;
}
a.button-tertiary.center:hover:after{
 right: -28px;
}

.button-group{
  display:flex;
  gap:15px;
  flex-wrap:wrap;
  margin-top:35px;
}

a.button-tertiary {
  color: var(--main-text-color);
  font-size: 18px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  
  position:relative;
}
[data-hs-anchor="true"]{
    display: block;
}
[data-hs-anchor="true"]:before { 
    display: block;
    content: "";
    height: 100px; 
    margin-top: -100px;
    visibility: hidden;
    pointer-events: none;
}
.page-not-found {
    height: 35vh;
    margin-top: 200px;
    text-align: center;
}
@media screen and (max-width: 768px){
  .flex {
    flex-direction: column;
  }
  h1,
  h1 span {
    font-size:50px;
   
  }
  h2,
  h2 span {
    font-size:40px;
    line-height:43px;
  }
  h3,
  h3 span {
    font-size:28px;
  }
  p , ul li, span {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
    margin-top: 0px;
  }
  .impact {
    font-size: 60px;
  }
  a.nav-button-primary {
    justify-content:center;   
    text-align:center;
  }
}
body #hs_cos_wrapper_flex_column section.section-grey,
body #hs_cos_wrapper_flex_column section.section-blue {
  background-color: unset;
}
body #hs_cos_wrapper_flex_column .hs_cos_wrapper.grey-container {
  background-color: #F0F2F4;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
}
body #hs_cos_wrapper_flex_column .hs_cos_wrapper.blue-container {
  background-color: #005293;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
}
body .hs_cos_wrapper.blue-container h2,
body .hs_cos_wrapper.blue-container h3,
body .hs_cos_wrapper.blue-container h4,
body .hs_cos_wrapper.blue-container h5,
body .hs_cos_wrapper.blue-container h6,
body .hs_cos_wrapper.blue-container div,
body .hs_cos_wrapper.blue-container span,
body .hs_cos_wrapper.blue-container p {
  color: white !important;
}
body #hs_cos_wrapper_flex_column .hs_cos_wrapper:not(.blue-container) + .hs_cos_wrapper.blue-container,
body #hs_cos_wrapper_flex_column .hs_cos_wrapper:not(.grey-container) + .hs_cos_wrapper.grey-container {
  border-radius: 15px 15px 0 0;
  margin-top: 20px;
}
.hs_cos_wrapper.grey-container:has(+ :not(.grey-container)),
.hs_cos_wrapper.blue-container:has(+ :not(.blue-container)),
.hs_cos_wrapper.grey-container:not(:has(~ .grey-container)),
.hs_cos_wrapper.blue-container:not(:has(~ .blue-container)) {
  border-radius: 0 0 15px 15px;
  margin-bottom: 20px;
}
.text-block {
  margin: 0 auto;
  max-width: 887px;
  width: 100%;
}
.hs-image-grid img {
  height: 550px; 
  object-fit: cover;
}
@media (max-width: 480px) {
  #hs_cos_wrapper_widget_1749753449198 .flex-row.container {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 480px) {
  /* 1) Ensure the bullets container actually clips */
  .es-bullets-control-container {
    position: relative !important;
    overflow-x: hidden !important; /* use hidden for max compatibility */
    max-width: 100% !important;
  }

  /* 2) Prevent 54 bullets from laying out in a single horizontal row */
  .es-bullets-control-container .es-bullets-control-item {
    display: inline-block !important;
  }

  /* If the bullets are in a flex row, allow wrapping */
  .es-bullets-control-container {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 480px) {
  .elfsight-app-96c45c22-a5f3-4d2d-b341-1418c842ac51,
  .elfsight-app-96c45c22-a5f3-4d2d-b341-1418c842ac51 .es-embed-root,
  .elfsight-app-96c45c22-a5f3-4d2d-b341-1418c842ac51 .es-main-container {
    overflow-x: clip !important;
    max-width: 100% !important;
  }

  /* Safari fallback */
  @supports not (overflow-x: clip) {
    .elfsight-app-96c45c22-a5f3-4d2d-b341-1418c842ac51,
    .elfsight-app-96c45c22-a5f3-4d2d-b341-1418c842ac51 .es-embed-root,
    .elfsight-app-96c45c22-a5f3-4d2d-b341-1418c842ac51 .es-main-container {
      overflow-x: hidden !important;
    }
  }
}
@media (max-width: 480px) {
  /* Make the Elfsight widget create a proper containing/clipping context */
  .elfsight-app-96c45c22-a5f3-4d2d-b341-1418c842ac51 .es-embed-root,
  .elfsight-app-96c45c22-a5f3-4d2d-b341-1418c842ac51 .es-main-container,
  .elfsight-app-96c45c22-a5f3-4d2d-b341-1418c842ac51 .es-widget-background-wrapper {
    position: relative !important;     /* gives abs children a sane reference */
    overflow-x: hidden !important;     /* hard clip */
    max-width: 100% !important;
  }
}
@media (max-width: 480px) {
  #hs-web-interactives-top-anchor,
  #hs-web-interactives-bottom-anchor,
  #hs-web-interactives-floating-top-right-anchor,
  #hs-web-interactives-floating-bottom-right-anchor {
    max-width: 100vw !important;
    width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
    overflow-x: clip !important;
  }

  @supports not (overflow-x: clip) {
    #hs-web-interactives-top-anchor,
    #hs-web-interactives-bottom-anchor,
    #hs-web-interactives-floating-top-right-anchor,
    #hs-web-interactives-floating-bottom-right-anchor {
      overflow-x: hidden !important;
    }
  }
}
@media (max-width: 480px) {
  /* Fix the second 440px-wide module container */
  #hs_cos_wrapper_widget_1770124285455 .flex-row.container,
  #hs_cos_wrapper_widget_1770124285455 .flex-row.container.center {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 480px) {
  body #hs_cos_wrapper_flex_column .hs_cos_wrapper.grey-container,
  body #hs_cos_wrapper_flex_column .hs_cos_wrapper.blue-container {
    margin-left: 0 !important;
    margin-right: 0 !important;

    /* if you still want spacing, use padding instead of margins */
    padding-left: 20px;
    padding-right: 20px;

    box-sizing: border-box !important;
    max-width: 100% !important;
  }
}
@media (max-width: 480px) {
  /* Stop Elfsight bullets from creating a wide row */
  .elfsight-app-96c45c22-a5f3-4d2d-b341-1418c842ac51 .es-bullets-control-inner {
    width: 100% !important;
    max-width: 100% !important;
    flex-wrap: wrap !important;         /* allow bullets to wrap instead of extending right */
    justify-content: center !important; /* optional: keeps it looking nice */
    box-sizing: border-box !important;
  }

  /* Ensure the container clips anything that still tries to exceed */
  .elfsight-app-96c45c22-a5f3-4d2d-b341-1418c842ac51 .es-bullets-control-container {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }
}
@media (max-width: 480px) {
  /* Force the bullets row to stay within the widget width */
  .elfsight-app-96c45c22-a5f3-4d2d-b341-1418c842ac51
  .es-bullets-control-container
  .es-bullets-control-inner {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-wrap: wrap !important;
    white-space: normal !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  /* Also clamp the outer container so nothing can enlarge the page */
  .elfsight-app-96c45c22-a5f3-4d2d-b341-1418c842ac51
  .es-bullets-control-container {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
}
@media (max-width: 480px) {
  .elfsight-app-96c45c22-a5f3-4d2d-b341-1418c842ac51
  .es-bullets-control-container {
    width: 100% !important;      /* override 46px */
    max-width: 100% !important;
  }
}
#hs_cos_wrapper_widget_1770124285455,
#hs_cos_wrapper_widget_1770124285455 * {
  max-width: 100%;
  box-sizing: border-box;
}
#hs_cos_wrapper_widget_1770124285455 {
  width: 100%;
  overflow-x: hidden;
}
#hs_cos_wrapper_widget_1770124285455 img,
#hs_cos_wrapper_widget_1770124285455 video,
#hs_cos_wrapper_widget_1770124285455 iframe,
#hs_cos_wrapper_widget_1770124285455 svg {
  max-width: 100%;
  height: auto;
}

#hs_cos_wrapper_widget_1770124285455 .container,
#hs_cos_wrapper_widget_1770124285455 .row {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
/* Fix HubSpot section wrappers causing mobile overflow */
main > div,
main section,
main .dnd-section,
main .row-fluid {
  box-sizing: border-box;
  max-width: 100%;
}
main > div {
  box-sizing: border-box;
  max-width: 100%;
}
/* FIX: widget_1770124285455 forces 440px via massive side padding on mobile */
@media (max-width: 767px) {
  #hs_cos_wrapper_widget_1770124285455 {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  #hs_cos_wrapper_widget_1770124285455 .flex-row.container.center {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
.text h1,
.text h2,
.text p {
  color: #ffffff !important;
  #hs_cos_wrapper_widget_1749753449198 .two-column-container {
  min-height: 70vh;
  display: flex;
  align-items: flex-end;
  position: relative;
}

/* Dark overlay */
#hs_cos_wrapper_widget_1749753449198 .two-column-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

/* Keep text above overlay */
#hs_cos_wrapper_widget_1749753449198 .text {
  position: relative;
  z-index: 2;
  padding: 40px;
  padding-bottom: 0px; 
  max-width: 600px;
}

/* Make hero text white */
#hs_cos_wrapper_widget_1749753449198 .text h1,
#hs_cos_wrapper_widget_1749753449198 .text h2,
#hs_cos_wrapper_widget_1749753449198 .text p {
  color: #ffffff;
}
}/* Image grid text color fix */
.hs-image__grid__container * {
  color: #ffffff !important;
}

/* Add dark overlay for readability */
.hs-image__grid__list__item {
  position: relative;
}

.hs-image__grid__list__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 1;
}

.hs-image__grid__list__item a {
  position: relative;
  z-index: 2;
}
}