.navigation-bar {
  background: #003C78;
  font-size: 18px;
  height: 80px;
  height: 72px;
}

@media screen and (max-width: 1117px) {
  .navigation-bar .hs-menu-wrapper {
    display: none;
  }
  body.mobile-open.navigation-bar .hs-menu-wrapper {
    display: block;
  }
  body.mobile-open {
    /*		overflow: hidden;*/
  }
  body.mobile-open .navigation-bar {
    min-height: 100vh;
    position: relative;
    z-index: 999;
  }

  .mobile-open .navigation-bar ul {
    border-top: 1px dotted rgba(255, 255, 255, .20) !important;
    padding: 0 !important;
  }
  .mobile-open .navigation-bar ul li {
    border-bottom: 1px dotted rgba(255, 255, 255, .20) !important;
  }
  .mobile-open .navigation-bar ul li a {
    padding: 1rem 18px !important;
    text-indent: 0 !important;
  }
  .mobile-open .navigation-bar ul li ul li {
    background: #003C78 !important;
  }
}



.navigation-bar .navigation-bar-nav {
  margin: auto;
  max-width: 1200px;
  padding: 0;
}

.navigation-bar .custom-menu-primary>.hs-menu-wrapper>ul>li>a {
  padding: 0 2.76% 0 0;
  padding: 0 18px 0;
  position: relative;
}

@media screen and (min-width: 1117px) {
  .navigation-bar .custom-menu-primary>.hs-menu-wrapper>ul,
  .navigation-bar .custom-menu-primary>.hs-menu-wrapper>ul>li,
  .navigation-bar .custom-menu-primary>.hs-menu-wrapper>ul>li>ul,
  .navigation-bar .custom-menu-primary>.hs-menu-wrapper>ul>li>ul>li,
  body .custom-menu-primary .hs-menu-wrapper>ul>li>ul, body .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li,
  body .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul, body .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li{
    background: #003C78 !important;
  }

  .navigation-bar .custom-menu-primary>.hs-menu-wrapper>ul>li>a {
    line-height: 70px;
  }
}


.navigation-bar .custom-menu-primary .hs-menu-wrapper ul li {
  padding: 0;
}

.navigation-bar .custom-menu-primary .hs-menu-wrapper>ul li ul {
  min-width: 100%;
}

.navigation-bar .custom-menu-primary .hs-menu-wrapper>ul li ul li a {
  /*padding: 0;*/
  text-transform: none;
  white-space: normal !important;
}

@media screen and (min-width: 1117px) {
  .navigation-bar .custom-menu-primary .hs-menu-wrapper>ul li ul li a {
    padding: 0 20px 1em;
  }

  .navigation-bar .custom-menu-primary>.hs-menu-wrapper>ul>li.hs-item-has-children>a {
    /*		padding-right: 33px;*/
  }

  .navigation-bar .custom-menu-primary .hs-menu-wrapper>ul> li> ul> li.active-branch> a,
  .navigation-bar .custom-menu-primary .hs-menu-wrapper>ul> li> ul>li>ul> li.active-branch> a{
    color: #D8F6FF;
  }

  .navigation-bar .custom-menu-primary .hs-menu-wrapper>ul> li> ul> li.active-branch > a span,
  .navigation-bar .custom-menu-primary .hs-menu-wrapper>ul> li> ul>li>ul> li.active-branch > a span {
    border-bottom: 1px solid #fff; /* #1EBCEE 2024*/
    display: inline-block;
    line-height: 1.3;
  }

  .navigation-bar .custom-menu-primary .hs-menu-wrapper>ul li ul li:last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.navigation-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  max-width: inherit;
}

.navigation-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  line-height: 1.2;
  width: auto;
}
.navigation-bar .hs-menu-wrapper li.active-branch {
  display: inline-block !important;
}

/* Parent List */
.custom-menu-primary .hs-menu-wrapper>ul {
  background: #003C78;
  list-style: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  background: #003C78;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #fff;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  color: #fff;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a span {
  display: block;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul {
  left: 100% !important;
  margin: 0;
  padding: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li {
  margin: 0;
  padding: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  margin: 0;
  padding: 1rem !important;
}

@media screen and (min-width: 1117px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    margin: 0;
    padding: 1rem 1rem 0 1rem !important;
  }
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:last-of-type>a {
  padding-bottom: 1rem !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:last-of-type>a {
  margin: 0;
  padding-bottom: 0;
}

#hs_menu_wrapper_module_16496743501556_ > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-branch > ul > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.active-branch > ul {}

@media screen and (min-width: 1117px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li.active.active-branch>a span:after {
    background: #fff;
    bottom: 15px;
    content: '';
    display: block;
    height: 4px;
    max-width: 80px;
    position: absolute;
    width: 100%;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active.active-branch>a {
/*    font-weight: bold;*/
  }
}


/* Child List */
.custom-menu-primary .hs-menu-wrapper>ul ul {
  background: #003C78;
  padding: 20px 18px;
  padding: 0 0 10px;
}

.custom-menu-primary .hs-menu-wrapper>ul li ul li a {
  padding: 10px 18px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li {
  background: #003C78;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  color: #fff;
  padding: 1em 0;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
  color: #fff;
}

.custom-menu-primary .hs-menu-wrapper ul {
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper ul li:before {
  display: none;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper>ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  /*  max-width: none !important;
  width: auto !important;*/
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1117px) {
  .custom-menu-primary .hs-menu-wrapper {
    display: block !important;
  }
}


/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

.mobile-trigger,
.child-trigger {
  display: none;
  /* Hide button on Desktop */
}

@media (max-width: 1116px) {


  /* Variables
  ========================================================================== */


  /* Set Link Hover Color */

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper>ul,
  .custom-menu-primary .hs-menu-wrapper>ul li,
  .custom-menu-primary .hs-menu-wrapper>ul li a {
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1.2 !important;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
  }


  /* Toggle Button
  ========================================================================== */

  .mobile-trigger {
    display: inline-block !important;
    /* Show button on mobile */
    cursor: pointer;
    /* Mouse pointer type on hover */
    position: absolute;
    /*******************************************/
    top: 20px;
    /* Position Button at left of screen  */
    left: 10px;
    /*******************************************/
    width: auto;
    /* Button width */
    height: auto;
    /* Button height */
    padding: 7px 10px 8px 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;

  }

  .mobile-trigger:hover {
    text-decoration: none;
    /* Removes link text underline on button */
    color: #fff;
    background-color: transparent;
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    top: -50px;
  }


  /* Toggle Button Icon
  ========================================================================== */

  .mobile-trigger::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    transform: scale(0);
    opacity: 0;
    transition: transform .4s cubic-bezier(.19, 1, .22, 1), opacity .2s;
    will-change: auto;
  }

  .mobile-trigger:hover::before,
  .mobile-open .mobile-trigger::before {
    transform: scale(1);
    opacity: 1;
  }

  .mobile-trigger i {
    display: inline;
    position: relative;
    top: -4px;
  }

  .mobile-trigger i:before,
  .mobile-trigger i:after {
    position: absolute;
    content: '';
  }

  .mobile-trigger i,
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    width: 22px;
    /* Icon line width */
    height: 2px;
    /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #ffffff;
    /* Icon color */
    display: inline-block;
    transition: ease-in .2s;
    will-change: background-color;
  }

  .mobile-trigger i:before {
    top: -6px;
    /* Position top line */
  }

  .mobile-trigger i:after {
    top: 6px;
    /* Position bottom line */
  }

  .mobile-trigger:hover i,
  .mobile-trigger:hover i:before,
  .mobile-trigger:hover i:after,
  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after {
    background-color: #001F5C;
  }

  .mobile-open .mobile-trigger i {
    background-color: transparent;
  }
  .mobile-open .mobile-trigger i:before {
    /*background-color: transparent;*/
    transform: scaleX(1) translate(0, 5px) rotateZ(45deg);
  }
  .mobile-open .mobile-trigger i:after {
    /*background-color: transparent;*/
    transform: scaleX(1) translate(0, -7px) rotateZ(-45deg);
  }

























  /* Child Toggle Button
  ========================================================================== */

  .child-trigger {
    display: block !important;
    /* Hide button on Desktop */
    cursor: pointer;
    /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    /* Button width */
    min-width: 55px !important;
    height: 50px !important;
    /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }

  .child-trigger:hover {
    text-decoration: none;
  }

  .child-trigger i {
    position: relative;
    top: 50%;
    /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .child-trigger i:after {
    position: absolute;
    content: '';
  }

  .child-trigger i,
  .child-trigger i:after {
    width: 10px;
    /* Icon line width */
    height: 1px;
    /* Icon line height */
    background-color: #fff;
    /* Icon color */
    display: block;

  }

  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .child-trigger.child-open i {}


  /* Menu Styles on Mobile Devices
  ========================================================================== */

  .custom-menu-primary.js-enabled {
    padding: 0;
    position: relative;
    margin: 0;
  }

  .mobile-open .custom-menu-primary.js-enabled {
    padding: 0 0 40px;
    position: relative;
    top: 70px;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
    display: none;
  }

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;
    /**************************************************************/
    top: 0;
    /* Positions the menu to drop from the very top of the screen */
    left: 0;
    /**************************************************************/
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper {
    background-color: #003C78;
    /* Menu background color set off global menuColorMobile variable */
    width: 100%;
    /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li a {
    /*font-size: 13px; /* Font size of top level list items */
    /*line-height: 45px;*/
    overflow: visible;
  }


  .custom-menu-primary .hs-menu-wrapper>ul li a:hover {
    color: #fff;
    /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    background-color: #003C78;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    text-indent: 10px;
    /* Indent Child lists */
    /*font-size: 13px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
    text-indent: 30px;
    /* Indent Child lists */
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul ul ul li a {
    text-indent: 50px;
    /* Indent Child lists */
  }
}


/* 2024 indent fix */
.custom-menu-primary .hs-menu-wrapper>ul>li>ul,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li{
  /* padding: 1rem 18px 1rem 28px !important;*/
  background: #004E9A !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li{
  /* padding: 1rem 18px 1rem 38px !important;*/
  background: #0062BD !important;
}
