.nav-search {
  display: none; /*  Delete when search functionality gets added.  */
}

#header{
  position: relative;
  padding: 16px 20px 15px;
  z-index: 9999;
  background-color: transparent;
}
header#header::before {
  content: '';
  position: absolute;
  top: 0;
  height: 74px;
  background: linear-gradient(270deg, rgba(38, 59, 82, 0.2) 29.56%, rgba(38, 59, 82, 0) 52.61%);
  left: 0;
  right: 0;
  z-index: -1;
}
header#header::after {
  content: '';
  position: absolute;
  top: 74px;
  height: 75px;
  background: linear-gradient(270.01deg, rgba(229, 235, 241, 0.5) 49.45%, rgba(229, 235, 241, 0) 62.9%);
  left: 0;
  right: 0;
  z-index: -1;
}

#header .maxContainer {
  margin: 0 auto;
  max-width: 1320px;
  padding-top: 10px;
}
#desktop-logo {
  height: 30vh;
  width: 30vh;
}
.header-flex-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.header-flex-row .header-logo{
  width: 25%;
  margin-top: 10px;
}
.header-flex-row .header-nav{
  width: 75%;
}
.top-links-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 40px;
  align-items: center;
  height: 55px;
}
.menu-nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  padding-top: 6px;
/*   margin-top: 14px; */
  align-items: center;
  width: max-content;
  padding-left: 0;
  margin-bottom: 0;
}
.menu-nav ul li a{
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.menu-nav ul li a:hover,
.menu-nav > ul > li.menu-item-1:hover > a,
.menu-nav > ul > li.menu-item-1.active > a,
.menu-nav > ul > li.menu-item-1.active-branch > a{
  color: #288eca;
}
.top-links .hs-menu-wrapper ul{
  gap: 40px;
}
.top-links .hs-menu-wrapper ul li a{
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  opacity: .8;
}
.top-links .hs-menu-wrapper ul li a:hover{
  color: #ffffff;
}
.top-links .hs-menu-wrapper ul li a:after{
  background-image: url(https://www.fortegra.com/hubfs/Isolation_Mode.png);
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 11px;
  margin-left: 6px;
  width: 11px;
}
.top-links .hs-menu-wrapper ul li:nth-child(3) a:after{
  display: none;
}
#header .nav-search form{

}
#header .nav-search input{
  border: 1px solid #333;
  display: none;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  border-radius: 5px;
  height: 32px;
  padding-left: 24px;
  background-image: url(https://43644473.fs1.hubspotusercontent-na1.net/hubfs/43644473/Images/icon-search-2.png);
  background-size: 13px;
  background-position: 2%;
  background-repeat: no-repeat;
  width: 300px;
  transition: all 300ms ease;
  background-color: rgba(255,255,255,.8);
}
#header .nav-search input:focus{
  outline: none;
}
.nav-search form button{
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  height: 32px;
  border: 0;
  background-color: transparent;
  position: relative;
  top: 4px;
  opacity: .8
}
.nav-search form button:hover{
  background-color: transparent;
  color: #ffffff;
}
.nav-search form button img{
  position: relative;
  top: 1px;
}
.menu-item.menu-btn a{
  border: 1px solid #333;
  background-color: #eaf4fa;
  border-radius: 40px;
  color: #333;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 22px;
  margin-left: 20px;
}
.menu-item.menu-btn a:after{
  background-image: url(https://43644473.fs1.hubspotusercontent-na1.net/hubfs/43644473/Images/arrow-right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 9px;
  width: 12px;
}
nav.menu-nav {
  float: right;
}
.nav-search {
  position: relative;
}
.close-search{
  position: absolute;
  right: -21px;
  top: -1px;
  cursor: pointer;
  display: none;
}
.close-search svg{
  width: 17px;
  height: 17px;
}
/* Dropdown */
.mega-menu-wrap {
  background-color: #fff;
  /*   box-shadow: 0 -3px 4px -1px rgba(51,51,51,.15); */
  border-bottom: 1px solid rgba(0,0,0,0.1);
  display: block;
  opacity: 0;
  visibility: hidden;
  height: auto;
  left: 0;
  position: absolute;
  top: 149px;
  width: 100%;
  z-index: 9999;
}
.menu-nav ul li:hover .mega-menu-wrap{
  display: block;
  left: 0;
  opacity: 1;
  visibility: visible;
}
.mega-container {
  margin: 0 auto;
  max-width: 1320px;
  height: 400px;
} 
.mega-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.menu-col-sidebar {
  width: 30%;
  padding: 74px 74px 74px 0;
  position: relative;
  height: 400px;
  z-index: 100;
}
.menu-col-dropdown-items {
  background-color: #fff;
  padding: 80px 90px;
  width: 70%;
  position: relative;
  z-index: 999;
}
.mega-menu-inner{
  position: relative;
}
.mega-overlay-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(329deg, rgba(40, 142, 202, 0.20) 14.27%, rgba(40, 142, 202, 0.00) 127.41%);
  z-index: 10;
}
.menu-col-sidebar h2{
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
}
.menu-col-sidebar p{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.menu-col-sidebar .sidebar-btn{
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 0 20px 0 hsla(223,3%,50%,.25);
  padding: 16px 40px;
  display: inline-block;
  position: relative;
  z-index: 9999;
  margin-top: 12px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1.6px;
}
.menu-col-dropdown-items .dropdown-item{
  padding-left: 30px;
  position: relative;
}
.menu-col-dropdown-items .dropdown-item:after{
  border-radius: 100%;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
  background-image: url(https://www.fortegra.com/hubfs/nav-icon.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.menu-col-dropdown-items .dropdown-item h4{
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 14px;
}
.menu-col-dropdown-items .dropdown-item ul{
  border: 0;
  display: block;
  border: 0;
  display: block;
  margin: 0;
  padding: 0;
}
.menu-col-dropdown-items .dropdown-item ul li{
  padding-bottom: 10px;
}
.dropdown-item-wrap{
  display: flex;
  flex-wrap: wrap;
}
.dropdown-item-wrap .dropdown-item{
  width: 50%;
  margin-bottom: 40px;
}
.dropdown-item-wrap .dropdown-item:last-child{
  margin-bottom: 0;
}
nav.menu-nav > ul > li.menu-item-1 > a{
  padding-bottom: 45px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  position: relative;
}
nav.menu-nav > ul > li.menu-item-1:hover > a:after,
nav.menu-nav > ul > li.menu-item-1.active > a:after,
nav.menu-nav > ul > li.menu-item-1.active-branch > a:after{
  background-color: #288eca;
  bottom: 32px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: calc(100% - 50px);
  z-index: 99999;
}
nav.menu-nav > ul > li.menu-item-1:first-child:hover > a:after{
  width: calc(100% - 25px);
  margin: 0;
  left: 1px;
}
nav.menu-nav > ul > li.menu-item-1:first-child > a{
  padding-left: 0;  
}
.dropdown-item ul li a{
  display: inline-block;
}

.menu-trigger,
.child-trigger{
  display: none;
}

.mega-overlay-left {
  z-index: 0;
  width: 40%;
}

.menu-col-dropdown-items {
  background: transparent;
}
.menu-col-sidebar:before {
  content: '';
  display: block;
  background: linear-gradient(329deg,rgba(40,142,202,.2) 14.27%,rgba(40,142,202,0) 127.41%);
  height: 100%;
  position: absolute;
  top: 0;
  width: 1015px;
  right: 0;
}
.mega-overlay-left {
  display: none;
}
.mega-menu-wrap {
  box-shadow: inset 0px 2px 6px -1px rgba(51,51,51,.25);
}
.body-wrapper.subMenu__active .menu-overlay{
  position: fixed;
  top: 149px;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.body-wrapper.mobile_subMenu__active .mobile-menu-overlay{
  position: fixed;
  top: 75px;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display:none;
}

@media screen and (max-width: 1380px){
  .close-search{
    right: 0;
    top: 31px;
  }
}
@media screen and (max-width: 900px){
  
  #hs-link-site_header_ {
    content: url('https://454246.fs1.hubspotusercontent-na1.net/hub/454246/hubfs/Fortegra-logo-b.png?width=303&height=64&name=Fortegra-logo-b.png') !important;
    width: 215px;
  }
  
  #desktop-logo {
    height: unset;
    width: unset;
  }
  
  #header .maxContainer {
    padding-top: unset;
  }
  
  .top-links-wrap {
    display: none;
  }
  /*   .header-wrapper{
  height: auto!important;
} */
  
  .top-links {
    display: none;
  }
  .child-trigger, 
  .menu-trigger{
    display: block;
  }
  .menu-trigger{
    position: absolute;
    top: 23px;
    right: 20px;
/*     right: 12rem; /* temporary */ */
/*     display: none; /* also temp */ */
  }
  .menu-trigger img{
    width: 25px;
  }
  nav.menu-nav {
    float: none;
  }
  header#header:after,
  header#header:before {
    display: none;
  }
  .header-flex-row .header-logo {
    margin-top: 0;
  }
  
  .header-flex-row .header-logo
  .header-flex-row .header-nav {
    width: 100%;
  }
  
  .menu-nav > ul{
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
    display: block;
    padding: 0;
    background-color: #eaf4fa;
    border-top: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    padding-top: 0;
    display: none;
    z-index: 9999;
  }
  .nav-search{
    position: absolute;
    right: 80px;
    top: 17px;
  }
  .header-logo img{
    width: 215px!important;
/*     display: none; */
  }
  #header{
    padding: 10px 20px 5px;
    box-shadow: 0 2px 6px -1px rgba(51, 51, 51, .25);
    background-color: white;
  }
  
 #header.sticky{
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
  }
  nav.menu-nav > ul > li.menu-item-1 > a{
    padding: 16px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    display: block;
  }
  nav.menu-nav > ul > li.menu-item-1{
    position: relative;
  }
  nav.menu-nav > ul > li.menu-item-1:first-child > a{
    padding-left: 20px;
  }
  .menu-item.menu-btn a{
    margin: 17px 0;
    padding: 11px 22px;
  }
  .menu-item.menu-btn{
    padding-left: 20px;
    border-bottom: 1px solid rgba(0,0,0,.2);
  }
  /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0;
    width: 65px !important; /* Button width */
    min-width: 65px !important;
    height: 52px !important; /* Button height */  
    padding: 0 !important;
    /* 		border-left: 1px solid rgba(0,0,0 ,0.1 ); */
  }
  .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: rgba(0,0,0,0.4); /* 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-nav ul li:hover .mega-menu-wrap{
    display: none;
  }
  .mega-menu-wrap{
    position: relative;
    top: 0;
    background: linear-gradient(329deg,rgba(40,142,202,.2) 14.27%,rgba(40,142,202,0) 127.41%);
    padding: 0 15px;
    display: none;
    box-shadow: none;
  }
  .menu-col-sidebar{
    width: 100%;
    padding: 25px 25px 30px;
  }
  .menu-col-dropdown-items{
    padding: 20px;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,.2);
    background-color: inherit;
  }
  .mega-overlay-left{
    display: none;
  }
  .menu-col-sidebar h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .menu-col-sidebar .sidebar-btn{
    margin-top: 0;
    padding: 12px 28px;
    font-size: 15px;
  }
  .menu-col-sidebar p{
    margin-bottom: 15px;
  }
  .dropdown-item-wrap .dropdown-item{
    margin-bottom: 12px;
    width: 100%;
    padding-left: 35px;
  }
  .menu-col-dropdown-items .dropdown-item:after{
    height: 20px;
    width: 20px;
    background-image: url(https://43644473.fs1.hubspotusercontent-na1.net/hubfs/43644473/Images/icon-menu-check-mobile-grey.png);
    background-size: 20px;
  }
  .menu-col-dropdown-items .dropdown-item h4{
    font-size: 17px;
    margin-bottom: 14px;
  }
  .close-search{
    right: -21px;
    top: -1px;
  }
  nav.menu-nav > ul > li.menu-item-1:hover > a:after{
    display: none;
  }
  .menu-col-sidebar:before {
    display: none;
  }
  .body-wrapper.subMenu__active .menu-overlay{
    display:none;
  }
  .body-wrapper.mobile_subMenu__active .mobile-menu-overlay{
    display:block;
  }
}
@media screen and (max-width: 767px){
  #header{
    padding: 10px 15px 5px;
  }
  .nav-search{
    display: none;
  }
}

@media print {
  .header-wrapper,
  .blog-post__date-icons,
  .blog-post__body-sidebar,
  .bottom-icons-wrap,
  footer.site-footer{
    display:none;
  }
  .blog-post__content .blog-post__body-content{
    padding-right: 0;
    width: 100%;
  }
  header#header:after, header#header:before{
    display: none;
  }
}

/* Region Tooltip in top-links section */

.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    position: relative;
}

.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    position: relative;
    padding-bottom: 1rem;
}

.hs-menu-children-wrapper {
    position: absolute;
    top: calc(100% - .5rem) !important;
    left: 50%;
    transform: translateX(-20%);
    display: none;
    background-color: #333333;
    padding: 1.3rem !important;
    gap: 10px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 10;
    border-radius: 8px;
}

/* Arrow pointing up */
.hs-menu-children-wrapper::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #333333 transparent;
}
/*     #######       */

.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper {
    display: flex;
}

@media (max-width: 1280px) {
  .hs-menu-children-wrapper {
    transform: translateX(-30%);
  }
}

@media (max-width: 430px) {
  .menu-col-sidebar {
    display: none;
  }
  #no-link-1 {
    display: none;
  }
  #site-header-mega-container {
    height: auto;
  }
  .mega-menu-wrap {
    height: auto;
  }
  #header > div > div > div.header-nav > div > nav > ul > li:nth-child(3) > div.child-trigger,
  #header > div > div > div.header-nav > div > nav > ul > li:nth-child(4) > div.child-trigger {
    display: none !important;
  }
}

@media (min-width: 430px) {
  #header > div > div > div.header-nav > div > nav > ul > li:nth-child(3),
  #header > div > div > div.header-nav > div > nav > ul > li:nth-child(4),
  #header > div > div > div.header-nav > div > nav > ul > li:nth-child(5) {
    display: none;
  }
}

/* Banner */
  #wcl-banner {
    position: fixed;
    width: 100%; 
    background: #288eca; 
    color: white;
    font-size: 14px;
    min-height: 40px;  
    text-transform: uppercase; 
    display: flex; 
    align-items: center; 
    justify-content: center;
  }
  #notification-banner-hyperlink {
    transition: color 0.3s ease; 
  }
  #notification-banner-hyperlink:hover {
    color: #00325d;
  }
  @media (max-width: 1360px) {
    #wcl-banner {
      text-align: center;
    }
    #wcl-banner > span {
      padding: 10px;
    }
  }