/* --- Megamenu Styles --- */
#top nav >ul >.megamenu >.sub-menu {
  max-width: 1000px;
  left: auto !important;
  right: 0;
  margin: 0 auto;
  width: initial !important;
}
#header-outer #top nav >ul >.megamenu >ul >li {
  padding-left: 15px;
  border-right: 1px solid #fff;
  padding-right: 10px;
  min-width: 280px;
}
#header-outer #top nav >ul >.megamenu >ul >li:first-child {
    padding-left: 0;
}
#header-outer #top nav >ul >.megamenu >ul >li:last-child {
    border-right: 0;
}
body:not([data-header-format="left-header"]) #top nav > ul > .megamenu > .sub-menu > li > a,
.sf-menu > .sub-menu > li > a, #top nav > ul > .megamenu ul li a,
body:not([data-header-format="left-header"]) #top nav > ul >.megamenu > .sub-menu > li > .sub-menu > .has-ul > a,
body:not([data-header-format="left-header"]) #top nav > ul >.megamenu > .sub-menu > li > .sub-menu > .has-ul > a{
    color: #fff !important;
}
#header-outer #top nav >ul >.megamenu >ul >li a {
    margin-bottom: 6px;
    letter-spacing: 0.2px;
    font-size: 14px;
    font-weight: 800;
}
body:not([data-header-format="left-header"]) #top nav > ul >.megamenu > .sub-menu > li > .sub-menu > li > a,
#header-outer #top nav > ul >.megamenu > .sub-menu > li > .sub-menu > li > a{
    font-weight: normal;
}
#header-outer #top nav > ul >.megamenu > .sub-menu > li > .sub-menu > .has-ul > ul > li > a{
    font-weight: lighter;
}
body:not([data-header-format="left-header"]) #top nav > ul >.megamenu > .sub-menu > li > .sub-menu > li > a:before{
    content: '';
    background: #fff;
    width: 3px;
    height: 3px;
    display: inline-block;
    vertical-align: 4px;
    border-radius: 50%;
    position: relative;
    margin-right: 7px;
    margin-left: -10px;
}
body:not([data-header-format="left-header"]) #top nav > ul >.megamenu > .sub-menu > li > .sub-menu > .has-ul > .sub-menu a {
    font-weight: lighter;
    opacity: 0.9;
    font-size: 14px;
}
body:not([data-header-format="left-header"]) #top nav > ul > .megamenu > .sub-menu > li > .sub-menu > .has-ul > .sub-menu a:before {
    opacity: 0.3;
}
body:not([data-header-format="left-header"]) #top nav > ul >.megamenu > .sub-menu > li > .sub-menu > li > a,
body:not([data-header-format="left-header"]) #top nav > ul >.megamenu > .sub-menu > li > .sub-menu > li > .sub-menu a{
    padding-left: 17px;
    margin-left: 14px;
}
body:not([data-header-format="left-header"]) #top nav > ul > .megamenu > .sub-menu > li:hover > a{
    color: #fff !important;
}
#header-outer.no-transition{
    background-color: transparent;
    box-shadow: none;
}
#header-outer:not(.transparent) .sf-menu > li ul{
  border-color: transparent !important;
}
body #header-outer[data-transparent-header="true"].transparent nav >ul > li >a {
    margin-bottom: 0;
}
#top nav >ul >.megamenu >.sub-menu >li a:hover, body #top nav >ul >.megamenu >.sub-menu >li a:hover, 
body #header-outer #top nav >ul >.megamenu >.sub-menu >li >a:hover, #top nav >ul >.megamenu >ul >li >a:hover, 
#top nav > ul > .megamenu > ul a:hover,
#header-outer #top nav > ul >.megamenu > ul ul li a:hover{
  background-color: rgb(90, 193, 221) !important;
}
.sf-menu >li ul a, #top nav >ul >.megamenu ul li a{
    padding-left: 15px;
}
#header-outer #top nav >ul >.megamenu >ul >li > a {
    font-weight: 800;
}
#header-outer #top nav > ul > .megamenu > .sub-menu > .menu-item-object-custom > .sub-menu > li > a {
    font-weight: 800;
    margin-left: 0;
}
#header-outer #top nav > ul > .megamenu > .sub-menu > .menu-item-object-custom > .sub-menu > li > a:before{
    display: none;
}
#header-outer:not([data-format="left-header"]) #top nav > ul > .megamenu > ul > li> ul > .current-menu-ancestor.has-ul > a, 
#header-outer:not([data-format="left-header"]) #top nav > ul > .megamenu > .sub-menu > .current-menu-ancestor.menu-item-has-children > a,
#top nav > ul > .megamenu > ul > li > ul .current-menu-item > a,
#header-outer:not([data-format="left-header"]) #top nav > .sf-menu > .megamenu > ul > li > ul .current-menu-item.has-ul > a{
    color: #fff !important;
}
/* --- /Megamenu Styles --- */

/* Video Styles */
.switcher-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 33px;
}
.switcher2 {
  display: flex;
  align-items: center;
  color: #08ffb6;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0;
  padding-bottom: 2px;
}
.switcher2 span {
  width: 130px;
  height: 60px;
  background: transparent;
  position: relative;
  display: block;
  border: 2px solid #fff;
  border-radius: 50px;
  margin-right: 20px;
  transition: 0.2s;
  margin-top: 2px;
}
.switcher2 span:before {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #08ffb6;
  position: absolute;
  top: 3px;
  bottom: 10px;
  transition: 0.4s;
  left: 5px;
  transform: translateX(0);
}
.switcher2.watch-video span:before {
  background: #fff;
  transition: 0.4s;
  transform: translateX(65px);
}
.switcher2.watch-video span {
  background: #08ffb6;
  transition: 0.2s;
}
.nectar-button.jumbo.sign-up-btn {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media(max-width: 767px){
  .switcher-row .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .switcher2 span {
    width: 90px;
    height: 50px;
    margin-right: 10px;
  }
  .switcher2 span:before {
    width: 40px;
    height: 40px;
  }
  .switcher2 {
    justify-content: center;
    margin-top: 10px;
  }
  .switcher-box {
    display: flex;
    justify-content: center;
    margin: 0;
  }
  .switcher2.watch-video span:before{
    transform: translateX(35px);
  }
  .video-block {
    margin-top: 0;
  }
}
/* /Video Styles */