@font-face {
  font-family: 'FKDisplay-RegularAlt';
  src: url('https://23883111.fs1.hubspotusercontent-na1.net/hubfs/23883111/FK%20Display%20Regular%20Font/FKDisplay-RegularAlt.woff2') format('woff2'),
       url('https://23883111.fs1.hubspotusercontent-na1.net/hubfs/23883111/FK%20Display%20Regular%20Font/FKDisplay-RegularAlt.woff') format('woff'),
       url('https://23883111.fs1.hubspotusercontent-na1.net/hubfs/23883111/FK%20Display%20Regular%20Font/FKDisplay-RegularAlt.ttf') format('truetype'),
       url('https://23883111.fs1.hubspotusercontent-na1.net/hubfs/23883111/FK%20Display%20Regular%20Font/FKDisplay-RegularAlt.eot') format('embedded-opentype');  
 }

  @font-face {
    font-family: 'FKGrotesk-Regular';
    src: url('https://23883111.fs1.hubspotusercontent-na1.net/hubfs/23883111/FK%20Grotesk%20Font/FKGrotesk-Regular.woff') format('woff'),
         url('https://23883111.fs1.hubspotusercontent-na1.net/hubfs/23883111/FK%20Grotesk%20Font/FKGrotesk-Regular.ttf') format('truetype'),
         url('https://23883111.fs1.hubspotusercontent-na1.net/hubfs/23883111/FK%20Grotesk%20Font/FKGrotesk-Regular.eot') format('embedded-opentype');
  }

h6 {
  font-family: 'FK Grotesk', sans-serif !important;
  /* Add any other desired styles for H6 headings */
}


.container {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px; /* Adjust the gap as needed */
    align-items: start;
  }
.social-media-icons-container {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 60px;
  padding-left: 70px;
  background-color: #FF9332;
  padding-right: 150px;
  width: 100%;
  z-index: 999; /* Adjust the z-index as needed */
}

.social-media-icon {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #eeeeee;
}

.social-media-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  fill: #FF9332;
}

.contact-info a {
  color: white;
}
.rich-text {
  position: absolute;
  top: 53%;
  right: 150px;
  transform: translateY(-50%);
  color: white;
  font-size: 16px;
  text-align: right;
  padding-top: 10px;
      display: block;
    justify-content: flex-start;
    font-family: 'FKGrotesk-Regular', sans-serif !important;
}

  .rich-text h6 span {
    font-family: 'FKGrotesk-Regular', sans-serif !important;
  }

.site-header {
  position: fixed;
  top: 60px; /* Add a margin value to create space */
  left: 0;
  right: 0;
  z-index: 998;
  background-color: #fff;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 30px;
  background-color: #fff;
}

.site-header__center {
  display: flex;
  align-items: center;
}

.site-header__left {
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: 0;
}

  .site-header__logo {
    max-width: 200px; /* Set the maximum width of the logo */
    height: auto; /* Allow the height to adjust automatically */
    margin-right: 10px; /* Add margin to the right of the logo */
  }

  .site-header__logo img {
    width: 100%; /* Set the image width to 100% to fit within the container */
    height: auto; /* Allow the height to adjust automatically */
  }

.site-header__right {
  display: flex;
  align-items: center;
}

.site-header__main-menu {
  margin-left: 10px;
}

.site-header {
    padding-top: 9.091px;
    padding-bottom: 9.091px;
}

.site-header__cta-btn {
  margin-left: 10px;
}

.site-header__main-menu {
  margin-right: 10px;
}
.site-header__menu-item {
  margin-left: 10px;
}

.site-header__menu-link {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
}

.site-header__menu-link svg {
  width: 12px;
  height: 12px;
  fill: #ffffff;
  margin-right: 5px;
}

.cta-btn {
  display: inline-block;
  padding: 15px 25px; /* Adjust the padding values to control the button size */
  line-height: 0.9; /* Adjust the line-height value to control the button height */
  background-color: #0032A0;
  color: #FFFFFF !important; /* Set the font color to white */
  text-decoration: none;
  font-size: 20px;
      font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.06em;
}

.cta-btn:hover {
  background-color: #001F63;
  color: #FFFFFF; /* Set the font color to white on hover */
}
.cta-btn {
  margin-left: 10px; /* Add margin between menu and CTA button */
}


/* Main Menu Styles */
.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; /* Change to flex */
  margin-right: 14px; /* Add a right margin of 50px to the main menu items */
}

.main-menu.open {
  display: block;
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu li {
  margin-right: 20px; /* Add margin between menu items */
}

.main-menu a {
  color: #2c3141; /* Set the text color to #2c3141 */
  font-family: 'FK Display', sans-serif; /* Apply the 'FK Display' font to the menu items */
  font-size: 16px; /* Set the font size to 14px */
  letter-spacing: 0.01em; /* Set the letter spacing to .01em */
  padding: 0.4545454545em 1.1363636364em 0.4545454545em 0.6818181818em;
    }
  
@media (max-width: 768px) {
  .burger-menu-btn {
    display: flex;
  }
  
  .site-header__right {
    display: none;
  }
  
  .main-menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    padding-top: 10px;
    background-color: #fff;
    z-index: 99;
  }
  
  .main-menu.open {
    display: block;
  }
}

/* Media query for desktop devices */
@media (min-width: 769px) {
  .burger-menu-btn {
    display: none;
  }

  .site-header__right {
    display: flex;
  }

  .main-menu {
    display: block;
    position: static;
    padding-top: 0;
    background-color: transparent;
    z-index: auto;
  }
  
  /* Add the following CSS code to set the white background for the flyouts and apply padding */
  .main-menu li:hover ul {
    display: block;
    background-color: #fff; /* Set the background color to white */
    padding: 27.3px 25.5px; /* Add the specified padding values */
  }

  /* Hide the default bullet points on the flyout items */
  .main-menu li:hover ul li {
    list-style-type: none;
  }

  /* Add some styles to the flyout links */
  .main-menu li:hover ul li a {
    display: block;
    padding: 5px 20px 5px 0; /* Add some right padding to make space for the arrow */
    color: #333; /* Set the text color to dark gray (#333) for the flyout links */
    font-size: 14px; /* Set the font size to 14px for the flyout text */
    text-decoration: none;
    position: relative; /* Set the link as a relative container */
  }

  /* Apply the "FKDisplay-RegularAlt" font to the flyout links */
  .main-menu li:hover ul li a {
    font-family: 'FKDisplay-RegularAlt', sans-serif;
  }

  /* Add the right-facing arrow using CSS triangles */
  .main-menu li:hover ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0; /* Position the arrow at the right edge of the link */
    transform: translateY(-50%) rotate(45deg); /* Rotate the triangle to create the arrow */
    width: 5px; /* Adjust the arrow width */
    height: 5px; /* Adjust the arrow height */
    border-top: 1px solid #ccc; /* Set the arrow border color to light gray */
    border-right: 1px solid #ccc;
    pointer-events: none;
  }
  /* Add down-facing arrows to the main menu items */
  .main-menu li > a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(135deg); /* Rotate the triangle to create the down arrow */
    width: 6px; /* Adjust the arrow width to make it thinner */
    height: 6px; /* Adjust the arrow height to make it thinner */
    border-top: 1px solid #5c606b; /* Set the arrow border color to #5c606b and make it thinner */
    border-right: 1px solid #5c606b;
    pointer-events: none;
  }
    /* Apply the "FK Display" font to the main menu links */
  .main-menu li > a {
    font-family: 'FKGrotesk-Regular', sans-serif !important; /* Apply the 'FK Display' font to the main menu links */
    font-size: 14px; /* Set the font size to 14px for the main menu text */
    letter-spacing: 0.3px;
    padding-right: 13px; /* Reduce the spacing between text and arrow */
  }
    /* Scale down the capital letters */
  .main-menu > li > a {
    text-transform: uppercase;
    transform: scale(0.9); /* Adjust the scale value to make the capital letters less wide */
    display: inline-block;
    transform-origin: left center; /* Set the transform origin to the left center */
  }


}
  
}

/* Mobile styles */
@media (max-width: 768px) {
  .burger-menu-btn {
    display: block !important;
    /* Styles specific to the burger button on mobile */
  }

  .site-header__cta-btn {
    display: none;
  }
}

/* Hide the existing main menu on mobile */
@media (max-width: 767px) {
  .site-header__main-menu {
    display: none;
  }

  .burger-menu {
    display: block;
  }

  .burger-menu-btn {
    width: 25px;
    height: 3px;
    background-color: #000;
    margin-bottom: 5px;
  }

  .burger-menu-btn:before,
  .burger-menu-btn:after {
    content: none;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000;
    margin-bottom: 5px;
  }

  .burger-dropdown active {
   
    /* Add the following styles to override the display property */
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }

  /* Add your styles for the dropdown container */
}

.burger-line {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #FF9332; /* Update to the desired orange color */
  margin-bottom: 5px;
}

.burger-menu-btn {
  border: none;
  background-color: transparent;
  padding: 0;
  width: 30px;
  height: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.burger-dropdown.active {
  display: block;
}

.mobile-menu-1.open {
  display: block !important;
  visibility: visible !important;
}
@media (max-width: 768px) {
  /* Styles for mobile devices */
  
  .social-media-icons-container {
  display: flex;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding: 10px;
    flex-wrap: wrap;
    background-color: #FF9332;
    margin-right: 0;
    padding-bottom: 15px;
  }
  
  .social-media-icon {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  

.mobile-menu-1 {
  display: none; /* Initially hide the mobile menu */
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  padding-top: 10px;
  background-color: #fff;
  z-index: 99;
}

.mobile-menu-1.open {
  display: block; /* Show the mobile menu when the 'open' class is applied */
  background-color: #021d44; 
      top: 100%;
      text-align: left;
}
  
  .site-header ul li {
    display: block;
        border-bottom: 1px solid #4f5361;
        margin-top: 15px;
        margin-left: 15px;
}
  .site-header a {
    color:#ffffff;
        font-size: 20px;
    font-weight: bold;
}
 .hs-menu-item .hs-menu-depth-2 a {
    font-weight: normal;
    font-size: 16px;
   padding-bottom: 10px;
}
  
 .hs_cos_wrapper_type_inline_rich_text h6 {
  text-align: left;
    margin-left: 10px;

}

  @media (max-width: 768px)
.mobile-menu-1.active {
    display: flex;

  @media (max-width: 768px) {
  .rich-text {
    white-space: nowrap; /* Prevent text from wrapping to multiple lines */
    overflow: hidden; /* Hide any overflow beyond the container */
    text-overflow: ellipsis; /* Add ellipsis (...) at the end of the text if it overflows */
    margin-left: 10px;
  }
}
  /* Hide the existing main menu on mobile */
@media (max-width: 767px) {
  .site-header__main-menu {
    display: none;
  }

  .burger-menu {
    display: block;
  }

  .burger-menu-btn {
    width: 25px;
    height: 3px;
    background-color: #000;
    margin-bottom: 5px;
  }

  .burger-menu-btn:before,
  .burger-menu-btn:after {
    content: none;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000;
    margin-bottom: 5px;
  }

  .burger-dropdown active {
   
    /* Add the following styles to override the display property */
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }

  /* Add your styles for the dropdown container */
}

.burger-line {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #FF9332; /* Update to the desired orange color */
  margin-bottom: 5px;
}

.burger-menu-btn {
  border: none;
  background-color: transparent;
  padding: 0;
  width: 30px;
  height: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.burger-dropdown.active {
  display: block;
}

.mobile-menu-1.open {
  display: block !important;
  visibility: visible !important;
}
@media (max-width: 768px) {
  /* Styles for mobile devices */
  
  .social-media-icons-container {
  display: flex;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding: 10px;
    flex-wrap: wrap;
    background-color: #FF9332;
    margin-right: 0;
    padding-bottom: 15px;
  }
  
  .social-media-icon {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  
  .rich-text {
    display: block;
    justify-content: flex-start;
    font-size: smaller;
    font-family: FKDisplay-RegularAlt

  }

.mobile-menu-1 {
  display: none; /* Initially hide the mobile menu */
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  padding-top: 10px;
  background-color: #fff;
  z-index: 99;
}

.mobile-menu-1.open {
  display: block; /* Show the mobile menu when the 'open' class is applied */
  background-color: #021d44; 
      top: 100%;
      text-align: left;
}
  
  .site-header ul li {
    display: block;
        border-bottom: 1px solid #4f5361;
        margin-top: 15px;
        margin-left: 15px;
}
  .site-header a {
    color:#ffffff;
        font-size: 20px;
    font-weight: bold;
}
 .hs-menu-item .hs-menu-depth-2 a {
    font-weight: normal;
    font-size: 16px;
   padding-bottom: 10px;
}
  
 .hs_cos_wrapper_type_inline_rich_text h6 {
  text-align: left;
    margin-left: 10px;

}

  @media (max-width: 768px){
.mobile-menu-1.active {
    display: flex;
  }
 .social-media-icons-container {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 80px;
  padding-left: 70px;
  background-color: #FF9332;
  padding-right: 70px!important;
  width: 100%;
  z-index: 999; /* Adjust the z-index as needed */
      justify-content: center;
  padding-bottom: 15px;
}   
    
     .social-media-icon {
    margin-top: -20px;
}   
  .burger-line{
    display: block;
    width: 25px;
    height: 3px;
    background-color: #FF9332;
    margin-bottom: 5px;
}
    
.rich-text {
  position: absolute;
  top: 53%;
  right: 100px;
  transform: translateY(-50%);
  color: white;
  font-size: 16px;
  text-align: right;
  padding-top: 60px;
      display: block;
    justify-content: flex-start;
    font-family: 'FKGrotesk-Regular', sans-serif !important;
}
}