.boclips-header-outer-wrap .hs-menu-item.hs-menu-depth-2:hover a {
    color: #fff;
    background-color: #0B5CFF;
}
.boclips-header-outer-wrap li.hs-menu-item.hs-menu-depth-1:not(:last-child) {
  padding: 0px 22px 0 0px;
  cursor: pointer;
}
.boclips-megamenu-outer.meg-2 span.megamenu-right-heading {
  padding: 0 0px 0 5px;
}
.boclips-megamenu-outer.meg-2 span.megamenu-right-paragraph {
  padding: 0 0 0 5px;
}
.boclips-header-outer-wrap.sticky .header-content-wrap{
  padding:20px 0;
}
.sticky .boclips-megamenu-outer{
  top:48px;
  background-color: transparent;
  border-radius: 0 0 30px 30px;
}
.sticky .mega-menu-bg-color {
  background-color:#fff;
  margin-top: 29px;
}
.sticky{
  position: fixed !important;
  top: 0;
  left: 0;
  right:0;
  width: 100%; 
  animation: smoothScroll 1s forwards;
}
.mobile-copyright-text{
  display:none;
}
/*
.boclips-header-outer-wrap li.hs-menu-item.hs-menu-depth-1:not(:last-child) span {
    display: none;
}
*/

@keyframes smoothScroll {
	0% {
		transform: translateY(-50px);
	}
	100% {
		transform: translateY(0px);
	}
}
.boclips-header-outer-wrap {
  position: relative;
  z-index:9999999;
}

.header-content-wrap-flexi{
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items: flex-start;
}
.boclips-header-logo {
  flex:0 30%;
}
.boclips-menu-outer{
  flex:0 70%;
}
/* menu styles*/
.boclips-header-outer-wrap .hs-menu-wrapper ul {
  justify-content: space-between;
}.boclips-menu-outer .hs-menu-item.hs-menu-depth-1:nth-last-child(2) >a,
.boclips-menu-outer .hs-menu-item.hs-menu-depth-1:last-child >a {
  padding: 11px 22px 11px 22px;
  border-radius: 8px;
}
.boclips-menu-outer .hs-menu-item > a {
  text-decoration: none;
  letter-spacing: -0.49px;
  line-height: 35px;
  font-weight: 400;
  position:relative;
  padding-bottom:4px;
}

.boclips-menu-outer .has-megamenu > a:after{
  content: "";
  height: 13px;
  position: absolute;
  width: 15px;
  background-repeat: no-repeat;
  top: 5px;
  background-size: 10px;
  right: -22px;
}
.boclips-menu-outer .hs-menu-item:last-child >a:after{
  content: none !important;
}
/* menu styles end */

/*mega menu styles */
.boclips-megamenu-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0 0 0;
}
.mega-menu-left-text {
  padding: 0 0 30px 0;
}
.mega-menu-column-one {
  flex: 0 27%;
  position:relative;
}
.mega-menu-column-two{
  display: flex;
  flex: 0 69%;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 0 160px;
  margin-top:-18px;
}
.mega-menu-column-two-inner {
  flex: 0 48%;
  border-radius: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mega-menu-bg-color {
  background-color: #fff;
  margin-top: 40px;
  border-radius: 0 0 30px 30px;
  padding: 0 20px 0 0 ;
}
.boclips-megamenu-outer{
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  transition: .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.boclips-menu-outer ul li:hover .boclips-megamenu-outer {
  opacity: 1;
  visibility: visible;
}
.boclips-menu-outer  ul li.has-megamenu  > a {
  transition: all 0.5s ;
}
.boclips-menu-outer  ul li.has-megamenu:hover > a {
  border-bottom:2px solid #0B5CFF;
}
.boclips-menu-outer ul li.hs-menu-item > a{
  transition: all 0.3s ;
}
.boclips-menu-outer ul li:hover.hs-menu-item > a:after {
  rotate: -180deg;
  margin: -6px 6px 0 0px;
}

/*mega menu styles end */

/* mega menu font-styles */
.mega-menu-left-text h2{
  margin:0;
  font-weight:400;
  line-height:36px;
  letter-spacing: -0.91px;
}
.megamenu-right-tag span{
  margin:0;
  font-weight:500;
  line-height:20px;
  letter-spacing: -0.91px;
  padding-bottom:10px;
}
.megamenu-right-heading span{
  margin:0;
  font-weight:800;
  color:#000C07;
  font-size:16px;
  line-height:20px;
  letter-spacing: -0.56px;
  padding-bottom:6px;
  max-width:240px;
}
.megamenu-right-paragraph p{
  margin:0;
  font-weight:400;
  color:#000C07;
  font-size:14px;
  line-height:20px;
  letter-spacing: -0.49px;
  max-width:320px;
}
.mega-menu-column-two-inner span {
  display: block;
}

.mega-menu-column-two-inner a {
  text-decoration: none;
}
 
.boclips-header-outer-wrap li.hs-menu-item.hs-menu-depth-1:not(:last-child) span {
    /*display: none !important;*/
}

@media (max-width:1200px){
  .mega-menu-left-image {
    height: 330px !important;
    width: 320px !important;
  }
}
/* responsive menu */
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1001px) {
  .boclips-menu-outer .custom-menu-primary .hs-menu-wrapper {
    display:block !important;
  }
}

@media (max-width: 1000px){
  .hs-child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin: 0 15px 0 0; 
  }
  .hs-child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 10px;
    right: 0px;
    z-index:999;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */ 
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .boclips-menu-outer .hs-child-trigger i:after {
    background-image: url(https://4854096.fs1.hubspotusercontent-na1.net/hubfs/4854096/Boclips%202023%20assets/right.svg);
    content:"";
    position:absolute;
    background-repeat:no-repeat;
    background-size:8px;
    height:20px;
    width:20px;
    right:-32px;
  }
  .hs-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);
  }
  .hs-child-trigger i:after{
    position: absolute;
    content: '';
  }
  .hs-child-trigger i, .hs-child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:; /* Icon color */
    display: block;

  }
  
  
  
  
  .mega-menu-column-two {
    padding: 0 0 70px !important;
  }
  .mega-menu-bg-color {
    padding: 0 !important; 
  }
  .boclips-header-outer-wrap li.hs-menu-item.hs-menu-depth-1:not(:last-child){
    padding:0 !important;
  }
  .boclips-megamenu-outer .page-center {
    padding: 0 0px !important;
  }
  .mega-menu-column-two {
    margin-top: 0 !important;
  }
  .mega-menu-column-one {
    flex: 0 32%;
  }
  .boclips-megamenu-outer{
    visibility: visible;
    opacity:1;
  }
  .mega-menu-bg-color {
    margin-top: 0 !important;
  }
  .mega-menu-column-two-inner {
    flex: 0 47%;
  }
  .mega-menu-column-two {
    flex: 0 62%;
  }
.boclips-menu-outer .hs-menu-item.hs-menu-depth-1:nth-last-child(2) >a,
  .boclips-menu-outer .hs-menu-item.hs-menu-depth-1:last-child >a {
    margin-top:50px;
  }
  .sticky .mega-menu-bg-color {
    margin-top: 0 !important;
  }
  .boclips-header-outer-wrap .hs-menu-wrapper {
    overflow: scroll; 
    height: 90vh;
  } 
  .boclips-header-outer-wrap.sticky .header-content-wrap {
    padding: 35px 0 25px 0 !important;
  }
  .sticky .mobile-trigger i {
    top: -8px;
  }
  .sticky .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 60px;

  }
  .boclips-menu-outer .mobile-copyright-text{
    display:block;
  }
  .mobile-copyright-text {
    padding: 25px 0 25px 0;
  }
  .mobile-copyright-text h3{
    margin:0;
    text-align:center;
    color:#000C07;
    font-size:14px;
    letter-spacing: -0.49px;
    line-height:20px;
    font-weight:400;
  }
  .boclips-menu-outer .has-megamenu > a:after{
    content:none;
  }
  .boclips-menu-outer .hs-menu-wrapper ul li > a  {
    border-bottom: 2px solid #e1e1e1 !important;
  }
  .boclips-menu-outer .hs-menu-wrapper ul li:nth-child(5) > a{
    border-bottom: unset !important;
  }
  /*   .boclips-header-outer-wrap .hs-menu-wrapper ul li a:first-child  {
  Border-bottom: 2px solid #e1e1e1; 
}
  .boclips-header-outer-wrap .hs-menu-wrapper ul li a:nth-child(2) {
  Border-bottom: 2px solid #e1e1e1; 
}
  .boclips-header-outer-wrap .hs-menu-wrapper ul li a:nth-child(3) {
  Border-bottom: 2px solid #e1e1e1; 
} */
  .mega-menu-left-text {
    padding: 0 !important;
  }

  .coursepark-image img {
    border: 2px solid #000 !important;
    padding: 5px;
  }
  .mega-menu-column-two-inner.mega-border{
    padding: 32px;
    border: 2px solid #000 !important;
  }   
  .mega-menu-left-image {
    display: none;
  }
  .boclips-megamenu-outer{
    position:unset;
    border-radius: unset;
  }
  .boclips-menu-outer ul li:hover.hs-menu-item > a:after{
    rotate: unset !important;
    margin: 0 !important;
  }
  /*   .boclips-megamenu-outer {
  display: none;
} */
  .boclips-menu-outer  ul li.has-megamenu:hover  > a {
    border-bottom: unset;
  }
  .boclips-menu-outer .child-trigger i:after {
    background-image: url(https://4854096.fs1.hubspotusercontent-na1.net/hubfs/4854096/Boclips%202023%20assets/right.svg);
    content:"";
    position:absolute;
    background-repeat:no-repeat;
    background-size:8px;
    height:20px;
    width:20px;
    right:-32px;
  }.boclips-menu-outer .hs-menu-item.hs-menu-depth-1:nth-last-child(2) >a,
   .boclips-menu-outer .hs-menu-item.hs-menu-depth-1:last-child >a{
    text-align:center;
  }
  .header-content-wrap-flexi{
    justify-content: flex-start !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
  */

  .boclips-menu-outer .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: 0;
    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:#333333;
  }


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

  .boclips-menu-outer .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0;          /* Position Button at right of screen  */
    right: 0px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */     
    padding: 7px 10px 8px 10px;
    box-sizing:border-box;
    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: #006ab5;
  }
  .boclips-menu-outer .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:;
    background-color: transparent;
    border-color: transparent;
  }

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


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: 0;
    right:16px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 24px; /* Icon line width */
    height: 3.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: -7px; /* Position top line */
    height:3.4px !important;
  }
  .mobile-trigger i:after{
    top: 7px; /* Position bottom line */
    height:3.4px !important;
  }
  .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: #fff; /* Icon color */
  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 10px;
    right: 0px;
    z-index:999;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !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:; /* Icon color */
    display: block;

  }

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



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

  .custom-menu-primary.js-enabled {
    position: absolute;
    padding-top: 0px;
    margin: 0px 0 0px 0;
    top: 36px;
    width: 100%;
    left: 0;
    min-height: 0;
  }

  /* 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: 70px;            /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    /*     padding: 10px 0; */
    z-index:99999;
  }
  .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: 26px; /* Font size of top level list items */
    line-height: 36px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper >  ul li > a{
    padding: 20px 0 20px;
    color:; /* link color set by global mobile-aColor variable */
  }
  /*   .custom-menu-primary .hs-menu-wrapper >  ul li:nth-child(4) > a{
  padding: 20px 0 0px !important;
} */
  .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 */
  }
  .boclips-menu-outer .row-fluid-wrapper .row-fluid {
    display: block;
  }

/*   .custom-menu-primary ul.hs-menu-children-wrapper{
    padding:10px 0;
  } */
  .mobile-open .mobile-trigger i:after{
    content:none !important;
  }
  .mobile-trigger i,.mobile-trigger i:before{
    transform: rotate(0deg);
    transition: .8s all;
  }
  .mobile-open .mobile-trigger i{
    transform: rotate(47deg);
    transition: .8s all;
    height: 3.4px
  }
  .mobile-open .mobile-trigger i:before{
    transform: rotate(-96deg);
    transition: .8s all;
    top: 0px;
  }

  .header-cta-wrap {
    padding-right: 20px;
  }
  .header-menu-wrap.custom-menu-primary.js-enabled {
    order: 2;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 0px 30px 30px 30px !important;
    background-color:#fff;
    border-radius: 0 0 30px 30px;
  }
  button.hamburger.hamburger--spring {
    opacity: 0;
  }

}

@media(max-width:767px){
  
.boclips-header-outer-wrap li.hs-menu-item.hs-menu-depth-1:not(:last-child) span {
    /*display: inline-block !important;*/
}
  .boclips-menu-outer .hs-menu-item >a svg path{
    fill: #000 !important;
  }
  span.coursepark-image {
    padding-top: 25px;
  }
  .mega-menu-column-two-inner {
    padding-bottom:40px;
  }
  .mega-menu-column-two {
    margin-top: 0 !important;
  }
.boclips-menu-outer .hs-menu-item.hs-menu-depth-1:nth-last-child(2) >a,
   .boclips-menu-outer .hs-menu-item.hs-menu-depth-1:last-child >a {
    padding: 6px 22px 6px 22px !important;
  }

  .mega-menu-column-two-inner.mega-border {
    margin-bottom: 20px;
  }
  .mega-menu-column-one {
    flex: 0 100%;
  }
  .boclips-megamenu-inner {
    display: block;
  }
  .boclips-megamenu-inner {
    padding: 40px 0 0 0 !important;
  }
  .mega-menu-left-image {
    display: none;
  }
  .mega-menu-column-one.o-1 {
    padding-bottom: 0px !important;
  }
  .mega-menu-column-two {
    display: block;
    padding:35px 0 0 0 !important;
  }

  /*   .mega-menu-column-two-inner {
  margin: 20px 0;
} */
  .mega-menu-left-text h2 {
    font-size: 20px !important;
    line-height: 31px !important;
    letter-spacing: -0.7px !important;
  }
}
@media(max-width: 480px){
  .header-logo img {
    max-width: 130px !important;
  }
  .mobile-trigger {
    top: 0px;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 60px;
  }
}
@media(max-width: 390px){
  .header-logo img {
    max-width: 100px !important;
  }
  .header-cta-wrap {
    padding-right: 20px;
  }
  .header-cta-wrap a {
    padding: 8px 15px;
    min-width: unset;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 65px;
  }
}

