.WB21-Header__wrap { padding: 28px 0px 28px 70px; background-color: #150D45; border-radius: 0 0 0 5px; margin-left: 30px;}
div#hs_cos_wrapper_main_page { width: 100%; }
.WB21-Header__wrap { display: flex; flex-wrap: wrap; align-items: center; position: relative; }
.WB21-Header__logo { width: 15%; }
.WB21-Header__menu { width: 64%;margin-top: -9px; }
.WB21-Header__custom-cta { display: flex; width:20%; justify-content: flex-end; }

.WB21-Header__menu ul>li.hs-menu-item.hs-menu-depth-1>a {
    color: #fff;
    font-family: ff-good-web-pro-wide,sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 14px;
    text-transform: capitalize;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	padding-bottom: 1px;
  position: relative;
}

.WB21-Header__menu ul>li.hs-menu-item.hs-menu-depth-1.active>a:before {
    opacity: 1;
}

.WB21-Header__menu ul>li.hs-menu-item.hs-menu-depth-1.active>a { text-transform: uppercase; }
.WB21-Header__menu ul>li.hs-menu-item.hs-menu-depth-1.active-branch>a { text-transform: uppercase; }


.WB21-Header__menu ul>li.hs-menu-item.hs-item-has-children.active-branch>a:before {
    opacity: 1;
}

.WB21-Header__menu ul > li.hs-menu-item.hs-menu-depth-1 > a:hover {
/* 	border-bottom: 1px solid #ef1e4a; */
}

    

.WB21-Header__menu ul>li.hs-menu-item.hs-item-has-children > a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    transform: rotate(45deg);
    position: relative;
    margin-left: 10px;
    top: -2px;
}


.WB21-Header__menu ul > li.hs-menu-item.hs-menu-depth-1 > a:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ef1e4a;
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.WB21-Header__menu ul > li.hs-menu-item.hs-menu-depth-1 > a:hover:before {
  opacity: 1;
}

.WB21-Header__menu ul>li.hs-menu-item.hs-menu-depth-1 { margin-right: 30px; line-height: 16px;padding-bottom: 3px; }

.WB21-Header__custom-cta__item1 a {
    color: #fff;
    font-family: ff-good-web-pro-wide,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
}

.WB21-Header__custom-cta__item1 {
    margin-right: 30px;
}
.WB21-Header__custom-cta__item0 { line-height: 1; }
.WB21-Header__custom-cta__item0 a.cta-btn { font-family: ff-good-web-pro-condensed, sans-serif; font-weight: 700; font-style: normal; text-transform: uppercase; font-size: 14px; line-height: 1; color: #fff; background-color: #6748FF; padding: 15px 20px 13px; display: inline-block; }
.WB21-Header__custom-cta__item0 a.cta-btn:hover { background-color: #ef1e4a; text-decoration: none; }

.header__container {
    position: relative;
}

.WB21-Header__menu ul>li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper {
    background: #EF1E4A;
    padding: 20px;
    border-radius: 0;
    min-width: 120px;
}

.WB21-Header__menu ul>li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper a {
    color: #fff;    
    font-family: ff-good-headline-web-pro-con, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
	text-transform: uppercase;
}

.WB21-Header__menu ul>li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper li.hs-menu-depth-2 {
    margin-bottom: 10px;
}

.WB21-Header__menu ul>li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper li.hs-menu-depth-2:last-child {
    margin-bottom: 0px;
}

.WB21-header__social-media ul li {
    display: inline-block;
    margin: 0 20px;
}

.WB21-header__social-media ul {
    display: block;
    text-align: left;
}

.mobile__menu__Outer {
    padding-top: 20px;
}

.WB21-header__social-media {
    padding-bottom: 20px;
}

.WB21-header__teamPrivacy ul li a {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.WB21-header__teamPrivacy {
    padding-left: 10px;
}

.WB21-header__teamPrivacy ul li {
    margin-bottom: 10px;
    margin-right: 20px;
}

.WB21-Header__menu.mobile ul {
    padding-left: 36px !important;
    flex-direction: row;
}

.WB21-header__teamPrivacy ul li a {
    font-size: 16px;
    line-height: 20px;
}

/* .WB21-Header__wrap:before {
    content: '';
    border-left: 20px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    transform: rotate(135deg);
    left: 0px;
    bottom: -15px;
} */

.WB21-Header__wrap:before {
    content: '';
    background-color: #150D45;
    width: 32px;
    height: calc(100% - 25px);
    position: absolute;
    top: 0;
    left: -17px;
    z-index: 99;
    border-radius: 0 0 10px 2px;
}

.WB21-Header__wrap:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: 3px;
    left: -10px;
    background-color: #150D45;
    border-bottom: solid 23px #150D45;
    border-right: solid 15px #150D45;
    border-left: solid 23px transparent;
    border-top: solid 23px transparent;
    border-radius: 10px;
    transform: rotate(45deg);
    box-sizing: border-box;
    z-index: 0;
}

.WB21-Header__logo,
.WB21-Header__menu,
.WB21-Header__custom-cta {
    position: relative;
    z-index: 99;
}

  .WB21-Header__logo.popUpLogo {
    display: none;
  }

@media screen and (max-width: 1366px) {  

  .WB21-Header__wrap { padding: 28px 0px 28px 50px; }
}

@media screen and (max-width: 1250px) {  
  .WB21-Header__logo {
    width: 20%;
  }
  .WB21-Header__custom-cta {
    width: 20%;
  } 
  .WB21-Header__menu {
    width: 55%;
  }
}

@media screen and (max-width: 1047px) and (min-width: 768px) {

  .WB21-Header__custom-cta {
      display: none;
  }


  .WB21-Header__menu.desktop {
      display: none !important;
  }
  
  .WB21-Header__menu.mobile {
      display: block !important;
  }
}


/*** changed 1024px to 1000px ***/


@media screen and (max-width: 1047px) {
  .WB21-Header__custom-cta {
    display: none;
  }

  .WB21-Header__logo.popUpLogo {
    display: none;
  }

  body.mobile-open .WB21-Header__logo.popUpLogo {
    display: block;
  }

  body.mobile-open .WB21-Header__logo {
    display: none;
  }

  .WB21-Header__menu ul > li.hs-menu-item.hs-menu-depth-1 > a {
    font-size: 50px;
    line-height: 70px;
    font-family: "Druk Cond Super";
    letter-spacing: 1.8px;
    text-transform: uppercase;
  }

  .mobile-open .mobile-trigger {
    position: fixed;
  }

  .WB21-footer__form form {
    margin: 0 auto;
  }

  .WB21-footer__form-text {
    max-width: 334px;
    margin: 0 auto;
  }

  .WB21-header__teamPrivacy {
    padding-left: 0;
  }

  .WB21-header__social-media ul li:first-child {
    margin-left: 0;
  }

  .WB21-Header__menu ul > li.hs-menu-item.hs-item-has-children > a:after {
    content: none;
  }
  .mobile__menu__Outer {
    padding-bottom: 90px;
  }
}




@media screen and (max-width: 768px) {
  .WB21-Header__logo {
    width: auto;
  }
  
  .WB21-Header__menu ul > li.hs-menu-item.hs-menu-depth-1 > a:before {
  background-color: transparent;
}
  
  .WB21-Header__wrap {
    padding: 20px 20px 20px 00px;   
    margin-left: 18px;
  }
  
  .WB21-Header__logo { left: -12px; }
  
   body.mobile-open .WB21-Header__logo.popUpLogo {left: 0;}
   .WB21-Header__menu.mobile ul {padding-top: 15px !important;}
	.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 {line-height: 30px;} 
	.WB21-Header__menu.mobile .child-trigger i {right: 20px;}
	.mobile-open .mobile-trigger {right: 37px;}
}



/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


{% set ulColor       = "" %} /* Set ul background color */
{% set liColor       = "" %} /* Set li background Color */
{% set aColor        = "" %} /* Set link Color */
{% set aColorHover   = "" %} /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* 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:1048px) {
      .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: 1047px){
  .WB21-Header__wrap {
    padding: 28px 20px 28px 0px;
  }
  
  body.mobile-open .WB21-Header__wrap {
    background-color: #EF1E4A;
    position: fixed;
    width: 100%;
    margin-left: 0;
    border-radius: 0;
    left: 0;
    top: 0;
    padding: 20px 36px;
  }

  body.mobile-open .WB21-Header__wrap::before {
      content: none;
  }

  body.mobile-open .WB21-Header__wrap::after {
      content: none;
  }
  
  .WB21-Header__menu.mobile ul.hs-menu-children-wrapper {
    background: #150D45 !important;
    padding: 20px !important;
    border-radius: 0;
    width: calc(100% - 40px) !important;
  }

  .WB21-Header__menu.mobile ul.hs-menu-children-wrapper li {
    background-color: transparent;
  }

  .WB21-Header__menu.mobile ul.hs-menu-children-wrapper li a {
    line-height: 19px;
    font-size: 16px !important;
  }

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

  {% set menuColorMobile = "#000000" %}   /* Set Mobile Menu Background Color */
  {% set aColorMobile = "#ffffff" %}      /* Set Link Color */
  {% set aColorHoverMobile = "#ffffff" %} /* 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;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 35px;          /* Position Button at right of screen  */
    right: 20px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 0px 8px 10px;
    background: transparent; /* Background color */
    border: none;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: ;    
    z-index: 999999;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:;
    background-color: ;
    border-color: transparent;
  }

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


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

  .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: #fff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger.open i:before {
    top: -5px;
    transform: rotate(45deg);
  }

  .mobile-trigger.open i:after {
    top: -5px;
    transform: rotate(-45deg);
  }

  .mobile-trigger.open i {
    background-color: transparent;
  }
  
  .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: ; /* Icon color */
  }


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

  .child-trigger{
    display: block; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 10px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 20px;
    margin: 0 auto !important;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(0deg);
    transform: rotate(-45deg);
    transition: 0.6s all;
    width: 12px;
    height: 12px;
    background-color: ;
    display: block;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  
  .child-trigger.child-open i {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }
      
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
.custom-menu-primary.js-enabled .hs-menu-wrapper {
    position: fixed;
    top: 90px;
    background-color: #EF1E4A;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding-top: 0;
    width: 100%;
  {# height: calc(100vh - 90px); #}
   height: 100%;
    overflow: auto;
}

  /* 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:; /* 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: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
/*     border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */ */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    padding: 0;
    color:; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:; /* 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: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* 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 */
  }
}


@media screen and (max-width: 768px) {  
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top:70px;
  }
}

@media screen and (max-width: 480px) {  
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top:65px;
  }
}






