header .header-wrap {  
  height: 88px!important;
}
header .nav-wrapper ul > li ul.hs-menu-children-wrapper {
  bottom: -88px!important; 
}
.header-buttons>a.partner-link, .header-buttons>a.yellow {
    font-size:1.125rem !important
    color: #000;
    font-weight: bold;
    text-decoration: none;
	  width:220px;
	  justify-content:center;	  
	  padding:0!important;
}
.header-buttons>a.partner-link:hover, .header-buttons>a.yellow:hover {
    color: #fff;   
	  background-color:#000;
}

header .noMobile .nav-wrapper ul>li {   
    width: 120px!important;
}
.bde ul.hs-menu-children-wrapper li{
	width: 225px!important;
}

header .nav-wrapper.mobile-wrap {
  background: #fff;
  /*box-shadow: 0 3px 6px rgba(0,0,0,.16);*/
  justify-content: space-around!important;
  margin-right: 0;
  max-height: 80px;
  position: fixed;
  /*width: 100vw!important;*/
  z-index: 2;
}
header .nav-wrapper.mobile-wrap .home-button {
  flex: none!important;
}
.mobile-wrap .mobile-menu-wrap{
	background:transparent!important;	
}

#accordion{
	position: fixed;
  bottom: 80px;
  width: 100vw;
  background: #fff;
	padding:0 0 40px;
}

#accordion .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: unset; 
    border: none;
    border-radius: unset; 
	  padding-bottom:1rem;
}
#accordion .card-header {
    padding: .5rem 1.25rem 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
    text-align: center;
    font-family: 'korolev-rounded';
    font-size: 20px;
    font-weight: 600;
}
#accordion .card-body {
	padding:0!important;
}
#accordion a.card-link, #accordion a.collapsed{
	color:#000;
}
#accordion ul.open{
	bottom:unset;
	background-color:transparent;
}
#accordion .card-body ul.open>li{	
	line-height:1;
}
#accordion .card-body ul.open>li a{	
	font-size:18px;
	font-family:"Montserrat",sans-serif;
	font-weight:300;
	color:#fff;
	text-transform:none!important;
}
#collapseOne.submenu{
	max-height:100vh;
	min-height:240px;
}
#collapseTwo.submenu{
	max-height:100vh;
	min-height:200px;
}
#collapseThree.submenu{
	max-height:100vh;
	min-height:170px;
}
#collapseFour.submenu{
	max-height:100vh;
	min-height:240px;
}

#accordion a.card-link, a.link-only {
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
	  text-decoration:none;
}
/* #accordion a.card-link[aria-expanded="true"]{
  background-color: #198294;
	color:#fff;
} */
#accordion .card.open {
  background-color: #198294;
	padding:20px 0;
}
a.become-a-partner.primary-button {
    background-color: #fff;	  
}
a.primary-button {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 12px 2em;
    color: #000;
    background-color: #efbf5c;
    border-color: #000;
    border-width: 3px;
    border-style: solid;
    border-radius: 50px;
    font-family: "Montserrat",sans-serif;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    font-size: 13px;
    line-height: 1.1;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    transition: all .25s ease-in-out;
	  width:222px;
	  margin:1rem auto;
}

@media screen and (max-width:1199px){
	header .nav-wrapper ul > li ul.hs-menu-children-wrapper {
  bottom: unset; 
  }
	header .header-wrap {  
  height: unset!important;
  }
}
	