@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
/*=======================================================================
MEGA MENU STYLING
========================================================================*/

html {
  overflow-x: hidden;
}

#header.header-section h1,
#header.header-section h2, 
#header.header-section h3, 
#header.header-section h4, 
#header.header-section h5, 
#header.header-section h6, 
#header.header-section p, 
#header.header-section a,
#header.header-section li,
#header.header-section span{
  font-family: 'Mulish', sans-serif;
}

.row-fluid [class*=span]{
  min-height:0px;
}

body.activated,
body.mobile-open{
  position: relative;
  z-index: 3;
}

.mega-menu-list-items ul li p, .mega-menu-news-list-items ul li p, .mega-menu-video-cm .text-container p {
  font-size: 11px;
  color: #000;
  max-width:255px;
  line-height:1.5;
}

body.activated:after,
body.mobile-open:after{
  position: absolute;
  z-index: 1;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.94);
}

.tabber-container01 h6{
  display: inline-block;
}

#header.header-section .header-nav {
  padding: 24px 0 24px;
  background: #fff;
  transition: all .6s ease-in-out;
}

#header.header-section.transparent .header-nav{
  background: transparent;
}

#header.header-section .header-nav.fixed {
  padding: 15px 0 15px;
  background: #fff;
  transition: all .6s ease-in-out;
  position:fixed;
  left:0;
  transform: translateY(-50px);
  right:0;
}

#header.header-section {
  min-height: 103px !important;
  position:absolute;
  z-index:5;
}

@media (min-width: 768px){
  body .row-fluid #header.header-section .header-nav.fixed .white-logo, 
  body .row-fluid #header.header-section .header-nav .black-logo {
    display: block;
  }

  body .row-fluid #header.header-section .header-nav .white-logo, 
  body .row-fluid #header.header-section .header-nav.fixed .black-logo {
    display: none;
  }
}

/* #header.header-section.transparent{
min-height: 0px !important;
}
*/
body .row-fluid .header-section .child-grp .equal-height-container .vertical-center {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content:flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
body .row-fluid .header-section .child-grp2 .equal-height-container .vertical-center {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content:flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
body .header-section .header-nav.fixed .child-grp{
  top:14px;
  transition: all .6s ease-in-out;
}

body .row-fluid .header-section .child-grp ul li{
  list-style-type:none;
}

body .row-fluid .header-section .child-grp ul{
  padding:0px;
  margin:0px;
}

body .row-fluid .header-section .child-grp .heading-container h4 {
  font-size: 16px;
  border-bottom:1px solid rgba(11, 54, 148, 0.15);
  display:inline-block;
  padding-bottom:6px;
}

body .row-fluid .header-section .child-grp .heading-container{
  margin-bottom:20px;
}
body .header-section .header-nav.fixed .child-grp2{
  top:14px;
  transition: all .6s ease-in-out;
}

body .row-fluid .header-section .child-grp2 ul li{
  list-style-type:none;
}

body .row-fluid .header-section .child-grp2 ul{
  padding:0px;
  margin:0px;
}

body .row-fluid .header-section .child-grp2 .heading-container h4 {
  font-size: 16px;
  border-bottom:1px solid rgba(11, 54, 148, 0.15);
  display:inline-block;
  padding-bottom:6px;
}

body .row-fluid .header-section .child-grp2 .heading-container{
  margin-bottom:20px;
}

.mega-menu-bordered-list-items .menu-container ul li{
  border-radius: 6px;
  border: solid 1px rgba(11, 54, 148, 0.15);
  background-color: #f5f9fc;
  margin-bottom:14px;
  float:none;
  clear:both;
}

#header .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a{
  text-decoration:none;
}

#header.header-section .menu-container > ul > li:last-child > a{
  padding-right:14px;
}

#header.header-section .menu-container ul li.hs-menu-item.hs-menu-depth-1.dropdown:last-child a{
  padding-right:20px;
}

.mega-menu-bordered-list-items .menu-container ul li .video-list-item .right-col{
  padding:17px 20px;
  margin:0px;
  width:72%;
  border-left:1px solid rgba(11, 54, 148, 0.15);
  min-height:118px;
  justify-content:center!important;
}
.mega-menu-bordered-list-items .menu-container ul li .video-list-item .right-col2{
  padding:17px 20px;
  margin:0px;
  width:100%;
  border-left:1px solid rgba(11, 54, 148, 0.15);
  min-height:118px;
  justify-content:center!important;
}

.mega-menu-bordered-list-items .menu-container ul li .video-list-item .left-col{
  width:28%;
}

.mega-menu-bordered-list-items .menu-container ul li .video-list-item .left-col a{
  padding:0px;
}

.mega-menu-bordered-list-items .menu-container ul li .video-list-item .right-col a{
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  color: #0b3694;
  display:block;
  padding: 23px 0px 0px;
}
.mega-menu-bordered-list-items .menu-container ul li .video-list-item .right-col2 a{
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  color: #0b3694;
  display:block;
  padding: 23px 0px 0px;
}
.mega-menu-bordered-list-items .menu-container ul li .video-list-item .left-col a img{
  max-width:40px!important;
  margin:0 auto!important;
}

.mega-menu-bordered-list-items .menu-container ul li .video-list-item .left-col{
  position:relative;
}

.mega-menu-bordered-list-items .menu-container ul li .video-list-item .right-col p{
  font-size:12px;
  max-width:192px;
}

.mega-menu-bordered-list-items .menu-container ul li .video-list-item .right-col h6{
  font-size:14px;
  margin-bottom:0px;
  color:#000000;
  line-height:20px;
}
.mega-menu-bordered-list-items .menu-container ul li .video-list-item .right-col2 p{
  font-size:12px;
  max-width:192px;
}

.mega-menu-bordered-list-items .menu-container ul li .video-list-item .right-col2 h6{
  font-size:14px;
  margin-bottom:0px;
  color:#000000;
  line-height:20px;
}
.mega-menu-bordered-list-items .image-container.align-center {
  margin: auto 10px;
}

.mega-menu-bordered-list-items .image-container.align-center img{
  vertical-align:middle;
}

.youtube.video-btn.video-popup-cm.white-bg-cta {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
}

.youtube.video-btn.video-popup-cm.white-bg-cta {
  text-align: center;
}

body .row-fluid .mega-menu-video-list-items .menu-container ul li{
  border-radius: 6px;
  border: solid 1px rgba(11, 54, 148, 0.15);
  background-color: #fff;
  margin-bottom:16px;
  float:none;
  clear:both;
  max-width:395px;
  box-sizing:border-box;
}

body .row-fluid .mega-menu-video-list-items .menu-container ul li .left-col a{
  padding:0px;
}

body .row-fluid .mega-menu-video-list-items .menu-container ul li:hover{
  background-color: #f5f9fc;
}

body .row-fluid .mega-menu-bordered-list-items .menu-container ul li{
  border-radius: 6px;
  border: solid 1px rgba(11, 54, 148, 0.15);
  background-color: #fff;
  margin-bottom:16px;
  float:none;
  clear:both;
}

body .row-fluid .mega-menu-bordered-list-items .menu-container ul li:hover .right-col{
  background-color: #f5f9fc;
}
body .row-fluid .mega-menu-bordered-list-items .menu-container ul li:hover .right-col2{
  background-color: #f5f9fc;
}
#header .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a{
  text-decoration:none;
}

#header.header-section .menu-container > ul > li:last-child > a{
  padding-right:14px;
}

.mega-menu-bordered-list-items .menu-container ul li .video-list-item .right-col{
  padding:17px 12px;
}

.mega-menu-video-list-items .menu-container .span7.right-col {
  padding: 15px 15px 15px 5px;
  width:100%;
  min-height:116px;
  justify-content:center!important;
}
.mega-menu-bordered-list-items .menu-container ul li .video-list-item .right-col2{
  padding:17px 12px;
}

.mega-menu-video-list-items .menu-container .span7.right-col2 {
  padding: 15px 15px 15px 5px;
  width:100%;
  min-height:116px;
  justify-content:center!important;
}

.mega-menu-bordered-list-items .menu-container ul li .video-list-item .left-col a{
  padding:0px;
}

.mega-menu-list-items ul li p,
.mega-menu-news-list-items ul li p{
  font-size:12px;
  color:#000000;
}

.mega-menu-list-items ul li h6,
.mega-menu-news-list-items ul li h6{
  font-size:14px;
  margin-bottom:4px;
}


.mega-menu-video-cm .text-container p{
  font-size:12px;
}


.mega-menu-video-cm .text-container h6{
  margin-bottom:5px;
}


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


  #header.header-section .header-nav{
    padding:20px 0px 20px;
  }

  body .header-section .child-grp{
    max-width:95%!important;
    margin:0 auto!important;
  }

  body .header-section .child-grp{
    zoom:0.7;
  }
    body .header-section .child-grp2{
    max-width:95%!important;
    margin:0 auto!important;
  }

  body .header-section .child-grp2{
    zoom:0.7;
  }

  body #header.header-section .menu-container ul li.hs-menu-item.hs-menu-depth-1.dropdown:after{
    bottom: 6px; 
  }

  body #header.header-section .menu-container ul li.hs-menu-item.hs-menu-depth-1.dropdown.activated:after {
    width: calc(100% - 16px);
    left: 8px;
  }

}


@media(min-width:768px){

  body .header-section .span4.widget-span.widget-type-cell.right-cta-grp.vertical-center.equal-height-container {
    width: 31.623932%;
    margin:0px!important;
  }

  body .header-section .span8.widget-span.widget-type-custom_widget.menu-container.custom-menu-primary.vision-menu-primary.vertical-center {
    width: 68%;
  }

  .back,
  .heading{
    display:none;
  }

  body .header-section .child-grp{
    display: none;
    visibility: hidden; 
    opacity: 0; 
    top: 5px;
    left:0;
    right: 0;
    z-index: 11;
    width: 100%;
    margin: 0 auto!important;
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity .6s;
    position: absolute;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #ffffff;
    max-width: 1100px!important;
    transition: all .6s ease-in-out;
    transform: translateY(-80%);
    box-sizing:border-box;
    border-radius:8px;
  }
  
  body .header-section .child-grp2{
  display: none;
    visibility: hidden; 
    opacity: 0; 
    top: 5px;
    left:0;
    right: 0;
    z-index: 11;
    width: 100%;
    margin: 0 auto!important;
    padding: 20px;
    border-radius: 0px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity .6s;
    position: absolute;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #ffffff;
    max-width: 850px!important;;
    transition: all .6s ease-in-out;
    transform: translateY(-80%);
    box-sizing:border-box;
    border-radius:8px;
  }

  body .header-section .child-grp.small{
    max-width: 270px!important;
    padding: 17px 0px;
    min-height: 110px!important;
  }

  body .header-section .child-grp.for-1-child{
/*     margin-left:5%!important; */
  }

/*   body .header-section .child-grp.small.for-2-child{
    max-width: 600px!important;
    padding: 17px 0px;
    min-height: 110px!important;
    column-count:2;
    column-gap:20px;
  } */
  body .header-section .child-grp2.small.for-2-child{
    max-width: 850px!important;
    padding: 17px 0px;
    min-height: 110px!important;
    column-count:2;
    column-gap:20px;
  }
  body .header-section .child-grp.small.for-3-child{
    margin-left:34%!important;
  }
  
    body .header-section .child-grp.for-4-child{
    margin-left:45%!important;
  }

  body .header-section .child-grp.for-5-child{
    display:none!important;
  }

  body .header-section .child-grp.small.for-6-child{
    margin-right:5%!important;
  }
  body .header-section .child-grp.small.for-7-child{
    margin-right:5%!important;
  }

  body .header-section .child-grp .wrapper{
    padding:0px!important;
  }

  body.transparent .header-section .child-grp .wrapper{
    padding:0px 16px!important;
  }

  body .header-section .mega-menu-popout.visible .child-grp{
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition: all .6s ease-in-out;
  }
    body .header-section .mega-menu-popout.visible .child-grp2{
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition: all .6s ease-in-out;
  }

  body .row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-vertical > ul{
    margin:0px; 
  }

  li.hs-menu-item.hs-menu-depth-1.dropdown.activated,
  li.hs-menu-item.hs-menu-depth-1.dropdown{
    position:relative;
    z-index:1;
  }

  li.hs-menu-item.hs-menu-depth-1.dropdown.activated > a{
    color:#0b3694;
  }


  li.hs-menu-item.hs-menu-depth-1.dropdown:after{
    position:absolute;
    z-index:1;
    content:'';
    height:1.76px;
    background:#ffffff;
    width:0;
    bottom:10px;
    left:15px;
    right:0;
    transition: all ease-in-out .2s;
  }

  li.hs-menu-item.hs-menu-depth-1.dropdown.activated:after{
    width:calc(100% - 30px);
  }

  .updated-header.nav-down .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1.dropdown:after{
    background:#515978;
  }

}


@media(min-width:1201px) and (max-width:1300px){

  body .header-section .child-grp{
    max-width:95%;
  }
    body .header-section .child-grp2{
    max-width:95%;
  }

}

@media(min-width:1025px) and (max-width:1200px){

  body .header-section .child-grp{
    max-width:95%;
  }
  body .header-section .child-grp2{
    max-width:95%;
  }

}

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

  #header.header-section .span2.left-col {
    width: 15%;
  }

  #header.header-section .right-col {
    width: 82%;
    min-height:auto;
  }
  #header.header-section .right-col2 {
    width: 100%;
    min-height:auto;
  }
  #header.header-section .span8.menu-container.custom-menu-primary.vision-menu-primary {
    width: 61.745856%;
  }

  body .header-section .header-nav.fixed .child-grp{
    top:15px;
    min-height:auto!important;
  }

  body .row-fluid .header-section .child-grp .heading-container {
    margin-bottom: 10px;
  }

  body .header-section .child-grp{
    padding:0px;
  }

  body .header-section .child-grp{
    top:15px;
    /*     max-width:95%; */
    min-height:auto!important;
  }
  body .header-section .header-nav.fixed .child-grp{
    top:15px;
    min-height:auto!important;
  }

  body .row-fluid .header-section .child-grp .heading-container {
    margin-bottom: 10px;
  }

  body .header-section .child-grp{
    padding:0px;
  }

  body .header-section .child-grp2{
    top:15px;
    /*     max-width:95%; */
    min-height:auto!important;
  }

  .mega-menu-video-list-items .menu-container .span7.right-col {
    padding: 10px 10px 10px 5px;
  }
  .mega-menu-video-list-items .menu-container .span7.right-col2 {
    padding: 10px 10px 10px 5px;
  }
  body .header-section .mega-menu-popout .child-grp.for-1-child .top-parent-col .col-1:after{
    top:15%;
    height:100%;
  }
body .header-section .mega-menu-popout .child-grp2.for-2-child .top-parent-col .col-1:after{
    top:15%;
    height:100%;
  }
  .updated-header .ps-vision-header .top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1>a,
  body #header.header-section .menu-container ul li > a {
    font-size: 10px!important;
    padding: 10px 8px 10px!important;
  }

  #header.header-section .menu-container ul li.hs-menu-item.hs-menu-depth-1.dropdown:last-child a {
    padding-right: 10px;
  }
  #header.header-section li.hs-menu-item.hs-menu-depth-1.dropdown:before {
    top: 45%;
    right: -4px;
    width:8px;
    height:4px;
  }

  .mega-menu-list-items ul li h6, .mega-menu-news-list-items ul li h6 {
    font-size: 10px;
    margin-bottom: 6px;
  }

  .mega-menu-video-cm .text-container h6 {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .mega-menu-list-items ul li p, .mega-menu-news-list-items ul li p, .mega-menu-video-cm .text-container p {
    font-size: 9px;
    color: #000;
  }

  .mega-menu-video-list-items .menu-container ul li .video-list-item .right-col h6 {
    font-size: 10px;
    margin-bottom: 0px;
    line-height:16px;
  }
  .mega-menu-video-list-items .menu-container ul li .video-list-item .right-col2 h6 {
    font-size: 10px;
    margin-bottom: 0px;
    line-height:16px;
  }
  body .row-fluid .mega-menu-video-list-items .menu-container ul li{
    margin:
  }

  .mega-menu-bordered-list-items .menu-container ul li .video-list-item .right-col {
    padding: 9px 12px;
  }
  .mega-menu-bordered-list-items .menu-container ul li .video-list-item .right-col2 {
    padding: 9px 12px;
  }
  .mega-menu-video-list-items .menu-container ul li .video-list-item .left-col a img {
    max-width: 24.6px !important;
    margin: 0 auto !important;
    opacity: .9;
  }

  body.transparent .header-section .child-grp .wrapper {
    padding: 0px 12px !important;
  }
    body.transparent .header-section .child-grp2 .wrapper {
    padding: 0px 12px !important;
  }

  body .youtube.video-btn.video-popup-cm.white-bg-cta{
    top:36%;
  }

  .mega-menu-video-list-items .menu-container ul li .video-list-item .right-col p {
    font-size: 11px;
  }

  .mega-menu-video-list-items .menu-container ul li .video-list-item .right-col a {
    font-size: 10px;
  }


  .mega-menu-bordered-list-items .menu-container ul li .video-list-item .right-col h6 {
    font-size: 10px;
    margin-bottom: 5px;
    line-height:16px;
  }
 .mega-menu-video-list-items .menu-container ul li .video-list-item .right-col2 p {
    font-size: 11px;
  }

  .mega-menu-video-list-items .menu-container ul li .video-list-item .right-col2 a {
    font-size: 10px;
  }


  .mega-menu-bordered-list-items .menu-container ul li .video-list-item .right-col2 h6 {
    font-size: 10px;
    margin-bottom: 5px;
    line-height:16px;
  }

  .mega-menu-video-cm .image-container .play-icon-contain img{
    max-width:30px!important;
  }

  .mega-menu-bordered-list-items .menu-container ul li .video-list-item .right-col a {
    font-size: 10px;
  }
.mega-menu-bordered-list-items .menu-container ul li .video-list-item .right-col2 a {
    font-size: 10px;
  }
  body .row-fluid .header-section .child-grp .heading-container h4 {
    font-size: 10px!important;
  }
    body .row-fluid .header-section .child-grp2 .heading-container h4 {
    font-size: 10px!important;
  }

  .mega-menu-video-cm .image-container {
    min-height: 80px!important;
  }

}

@media(min-width:768px){

  body .row-fluid #header.header-section .menu-container > ul > li:nth-child(3) > a {
    padding: 13px 2px 13px 14px;
  }

}

@media (max-width: 1200px) and (min-width: 1025px){

  body .row-fluid #header.header-section .menu-container > ul > li > a {
    font-size: 16px;
    padding: 13px 18px 13px;
  }
}

/*============================================================
HEADER Mobile Responsive
===========================================================*/

.mega-menu-popout-container{
  position:relative;
}

@media (max-width:767px){

  .mega-menu-list-items ul li p, .mega-menu-news-list-items ul li p, .mega-menu-video-cm .text-container p{
    max-width:100%;
  }

  #header.header-section .span4.right-cta-grp{
    display:none;
  }

  body.mobile-open{
    overflow:hidden;
  }

  .back * {
    display: inline!important;
  }

  .top-parent-left-col {
    padding: 0px!important;
  }

  body #header.header-section {
    min-height: 117px !important;
    position:relative;
    z-index:2;
  }

  body.mobile-open #header .mobile-trigger i,
  body.mobile-open #header .mobile-trigger i:before,
  body.mobile-open #header .mobile-trigger i:after {
    height: 3px!important;
  }

  #header.header-section .menu-container ul li a, 
  #header.header-section .menu-container ul li:first-child a {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color:#000000;
  }

  #header .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    min-width: 55px !important;
    height: 47px !important;
    padding: 0 !important;
  }

  .custom-menu-primary .hs-menu-wrapper{
    display:none;
  }

  .header-container-wrapper .header-container .mega-menu-popout-container-inner .hs-menu-wrapper{
    display:block;
    position:relative;
  }

  .header-container-wrapper .header-container .mega-menu-popout-container-inner{
    background:#ffffff; 
    position: fixed;
    z-index: 1;
    width: 100%;
    bottom: 0;
    max-height: 100%;
    top:0;
    padding-top:140px!important;
    transform: translateX(100%);
    transition: transform 600ms cubic-bezier(0.23,1,0.32,1),visibility 600ms cubic-bezier(0.23,1,0.32,1);
    overflow-y: auto;
    box-sizing: border-box;
    height: max-content;
    min-height: 100vh;
    padding-bottom:10px;
  }

  .header-container-wrapper .header-container .mega-menu-popout-container-inner.slide-open{
    transform: translateX(0);

  }

  .back {
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #2c2c2c;
    text-decoration: none;
    float: left;
    width: 50%;
    box-sizing:border-box;
    position:relative;
    z-index:1;
  }

  body .row-fluid .header-section .child-grp .heading-container h4 {
    font-size: 14px;
    border-bottom: none;
    display: inline-block;
    padding-bottom: 11px;
    margin: 0px;
  }
  body .row-fluid .header-section .child-grp2 .heading-container h4 {
    font-size: 14px;
    border-bottom: none;
    display: inline-block;
    padding-bottom: 11px;
    margin: 0px;
  }

  body .row-fluid .header-section .child-grp .heading-container{
    border-bottom: 1px solid rgba(11,54,148,0.15);
  }
  body .row-fluid .header-section .child-grp2 .heading-container{
    border-bottom: 1px solid rgba(11,54,148,0.15);
  }

  .heading {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    float: right;
    width: 50%;
    text-align:right;
    box-sizing:border-box;
  }

  .span12.row-1.last-row {
    float: none;
    clear: both;
  }

  .header-container-wrapper .header-container .mega-menu-popout-container-inner.slide-open{
    right:0px; 
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.dropdown > a{
    position:relative;
    z-index:0;
    display:inline-block;
  }

  .header-section .menu-container.custom-menu-primary .hs-menu-wrapper>ul>li>a{
    transition:0s; 
  }

  .custom-menu-primary .hs-menu-children-wrapper{
    display: block !important;
  }

  .header-wrapper .sub-child-wrapper {
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    bottom:0;
    max-height: 100%;
    visibility: hidden;
    z-index: 1;
    transform: translateX(100%);
    transition: transform 600ms cubic-bezier(0.23,1,0.32,1), visibility 600ms cubic-bezier(0.23,1,0.32,1);
    background: #fff;
    overflow-y: scroll;
    padding: 0px;
    box-sizing: border-box;
    cursor: pointer;
  }

  .header-wrapper .sub-child-wrapper.open-child {
    transform: translateX(0);
    visibility: visible;
  }

  li.hs-menu-item.hs-menu-depth-1.dropdown.activated {
    padding-bottom: 0px!important;
  }

  li.hs-menu-item.hs-menu-depth-1.activated{
    padding-bottom: 0px!important;
  }

  body .row-fluid .mobile-meg{
    display:none!important; 
  }

  body #header.header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.dropdown>a {
    position: relative;
    z-index: 0;
    display: block;
  }

  body #header.header-section .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 117px;
    left: 0;

    z-index: 2;
    border-top: 0px;
    box-sizing:border-box;
    padding-top: 0;

  }

  body .row-fluid #header.header-section a.cta_button {
    font-size: 10px;
    min-width: 184px;
    max-width: 184px;
    display: inline-block;
    border-radius: 6px;
    padding: 11.5px;
    line-height:14px;
  }

  body .row-fluid #header.header-section .top-banner-with-img .text-col a.cta_button{
    min-width:auto;
  }

  body .row-fluid #header.header-section .cta-group {
    float: none;
    clear: both;
  }

  body .row-fluid #header.header-section .cta-group .transparent-cta {
    border-bottom: 1px solid rgba(11,54,148,0.15);
  }

  body .row-fluid #header.header-section .cta-group .transparent-cta a.cta_button{
    padding:16px;
  }

  body .row-fluid #header.header-section .cta-group .light-blue-cta {
    padding: 15px 0px;
  }

  body #header.header-section .header-nav.fixed .child-grp{
    top:0px;
    transition: all .6s ease-in-out;
  }
body #header.header-section .header-nav.fixed .child-grp2{
    top:0px;
    transition: all .6s ease-in-out;
  }
  body.mobile-open #header.header-section .header-nav:after{
    position:absolute;
    z-index:2;
    background:#fff;
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
  }
#header .right-col .menu-container ul li.hs-menu-item.hs-menu-depth-1:nth-child(4) .child-trigger,
  #header .right-col .menu-container ul li.hs-menu-item.hs-menu-depth-1:nth-child(5) .child-trigger,
  #header .right-col .menu-container ul li.hs-menu-item.hs-menu-depth-1:nth-child(7) .child-trigger {
    display: none!important;
  }
#header .right-col2 .menu-container ul li.hs-menu-item.hs-menu-depth-1:nth-child(4) .child-trigger,
  #header .right-col2 .menu-container ul li.hs-menu-item.hs-menu-depth-1:nth-child(5) .child-trigger,
  #header .right-col2 .menu-container ul li.hs-menu-item.hs-menu-depth-1:nth-child(7) .child-trigger {
    display: none!important;
  }
  .mega-menu-list-items ul li h6, .mega-menu-news-list-items ul li h6{
    color:#000;
  }

  body .row-fluid .header-section .child-grp .heading-container {
    margin-bottom: 14px;
  }
  body .row-fluid .header-section .child-grp2 .heading-container {
    margin-bottom: 14px;
  }

  .mega-menu-list-items ul li p, .mega-menu-news-list-items ul li p {
    font-size: 12px;
    color: #000;
    margin: 0px;
    white-space: normal;
    line-height: normal;
  }

  body .row-fluid .header-section .child-grp ul li {
    list-style-type: none;
    padding: 14px 0px 14px 0px;
    border-bottom: 1px solid rgba(11, 54, 148, 0.15);
  }

  body .row-fluid .header-section .child-grp .mega-menu-list-items ul a:first-child li{
    padding: 0px 0px 14px 0px;
  }

  body .row-fluid .header-section .child-grp .mega-menu-list-items ul a:last-child li{
    border-bottom:none;
  }
  body .row-fluid .header-section .child-grp2 ul li {
    list-style-type: none;
    padding: 14px 0px 14px 0px;
    border-bottom: 1px solid rgba(11, 54, 148, 0.15);
  }

  body .row-fluid .header-section .child-grp2 .mega-menu-list-items ul a:first-child li{
    padding: 0px 0px 14px 0px;
  }

  body .row-fluid .header-section .child-grp2 .mega-menu-list-items ul a:last-child li{
    border-bottom:none;
  }

  #header.header-section .header-nav {
    padding: 15px 0 15px;
    background: #fff;
    transition: all .6s ease-in-out;
  }

  body .row-fluid #header.header-section .row-1.last-row {
    border-top: 1px solid rgba(11, 54, 148, 0.15);
  }

  body .row-fluid #header.header-section .logo-container{
    position:relative;
    z-index:5;
    width:50%;
    margin-left:0px!important;
    margin-right:auto!important;
  }

  .span12.mega-menu-list-items {
    padding-top: 15px;
  }


}


@media (min-width: 768px){
  .updated-header .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child>a {
    top:7px;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .updated-header .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child>a {
    top: 0px;
  }
}

.mega-menu-tabber .content-box01 {
  display: none;
}

.mega-menu-tabber .content-box01 h5{
  margin-bottom:20px;
  display:flex;
}

.mega-menu-tabber .content-box01 h5 a{
  display:flex;
}


.mega-menu-tabber .content-box01.active {
  display: block;
}

body .row-fluid .mega-menu-tabber .left-col{
  background:#E4F4FF;
  padding:5px;
  border-radius:8px 0 0 8px;
}

body .row-fluid .mega-menu-tabber .left-col .tab-link.active {
  background: #1d4fd8;
  transition: 0.2s all ease-in-out;
}

body .row-fluid .mega-menu-tabber .left-col .tab-link.active h6, 
body .row-fluid .mega-menu-tabber .left-col .tab-link.active p{
  color: #ffffff;

}

body .row-fluid .mega-menu-tabber .left-col .tab-link{
  padding: 18px 16px;
  border-radius: 6px;
  transition: 0.2s all ease-in-out;
}

body .row-fluid .mega-menu-tabber .right-col{
  padding: 25px 15px 0px;
}
body .row-fluid .mega-menu-tabber .right-col2{
  padding: 25px 15px 0px;
}
.mega-menu-featured .featured-link p,
body .row-fluid .mega-menu-tabber p{
  font-size: 12px;
  white-space: normal;
  line-height: 15px;
}

.mega-menu-featured .featured-link h6,
.mega-menu-tabber h6{
  font-size: 14px;
  font-weight: 600;
  margin-bottom:6px;
  line-height: 1.7;
}

.mega-menu-list-items .menu-container .row-fluid{
  display: flex; 
  align-items: flex-start;
}

.mega-menu-list-items .menu-container a{
  padding: 13px 14px; 
  display:block;
}

.mega-menu-featured .featured-link a{
  padding: 10px 30px 10px 15px; 
  display:block;
}

.mega-menu-list-items .menu-container a img{
  margin-right:10px;
}

.mega-menu-list-items .menu-container h6{
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 768px){
  .updated-header .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1>a{
    font-size: 16px;
    padding: 21px 15px;
    letter-spacing: 0;
    font-weight: 500;
  }

  body .row-fluid .mega-menu-tabber .right-col{
    width: 80%!important;
  }
  
  body .row-fluid .mega-menu-tabber .right-col2{
    width: 100%!important;
  }

  .updated-header.nav-down .ps-vision-header.fixed .top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1>a{
    color: #515978!important;
  }

  .updated-header.nav-down .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child:hover>a {
    /*     background: transparent; */
    /*     border: none; */
  }

  .mega-menu-tabber .child-text .row-fluid{
    display: flex;
    align-items: baseline;
  }

  body .row-fluid .mega-menu-tabber ul.tabber-item{
    column-count:3;
    column-gap: 20px;
  }

  body .row-fluid .mega-menu-tabber ul.tabber-item li{
    break-inside: avoid-column;
    padding-bottom:24px;
  }

  body .row-fluid .mega-menu-tabber ul.tabber-item li a.inner_link:hover h6{
    color:#1d4fd8;
    transition: 0.2s all ease-in-out;
  }
  
    body .row-fluid .solutions-mega-menu-tabber ul.tabber-item{
    column-count:3;
    column-gap: 20px;
  }

  body .row-fluid .solutions-mega-menu-tabber ul.tabber-item li{
    break-inside: avoid-column;
    padding-bottom:24px;
  }

  body .row-fluid .solutions-mega-menu-tabber ul.tabber-item li a.inner_link:hover h6{
    color:#1d4fd8;
    transition: 0.2s all ease-in-out;
  }

  body .row-fluid .mega-menu-tabber .menu-text-cont{
    margin-left:10px; 
  }

  body .row-fluid .mega-menu-tabber > .row-fluid-wrapper > .row-fluid{
    display:flex; 
  }
  
    body .row-fluid .solutions-mega-menu-tabber .menu-text-cont{
    margin-left:10px; 
  }

  body .row-fluid .solutions-mega-menu-tabber > .row-fluid-wrapper > .row-fluid{
    display:flex; 
  }

}

.updated-header .ps-vision-header .top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1>a{
  padding: 0px!important;
  font-size: 14px;
}

.updated-header .ps-vision-header .top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child>a {
  top: 0!important;
}

.updated-header .ps-vision-header .top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child>a {
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  margin-left: 8px;
  border: none;
  border-left: 1px solid #ffffff;
  padding-left: 8px!important;
}

.updated-header.nav-down .ps-vision-header.fixed .top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child>a {
  border-left: 1px solid #515978;
}
@media (min-width: 768px){
.updated-header .ps-vision-header .top-bar {
  padding-bottom: 25px;
  padding-top:15px;
}
}
@media (max-width: 767px){
  
  .updated-header .ps-vision-header .top-bar {
  padding-bottom: 15px;
  padding-top:0px;
}
  
  body .header-container-wrapper .ps-vision-header .top-bar .hs-menu-wrapper > ul {
    box-shadow: none;
    display:flex;
    justify-content: flex-end;
  }

  .updated-header .ps-vision-header .top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child>a{
    color: #2C2C2C;
    border-left: 1px solid #2C2C2C;
  }

  .mobile-trigger{
    top: 60px; 
  }
  
  .white-header .mobile-trigger{
    top: 60px; 
  }

  body .header-container-wrapper .ps-vision-header .top-bar ul>li>a{
    border:none;
    width: auto!important;
  }

  body .header-container-wrapper .ps-vision-header .top-bar ul>li{
    width: auto!important;
  }

}
.mega-menu-featured .featured-link a h6,
body .row-fluid .mega-menu-tabber ul.tabber-item a.inner_link .menu-text-cont h6,
body .row-fluid .mega-menu-tabber .left-col .tab-link.active h6,
.mega-menu-list-items .menu-container h6{
  position: relative;
  z-index: 1;
  display: inline-block;
}

.mega-menu-featured .featured-link a h6,
body .row-fluid .solutions-mega-menu-tabber ul.tabber-item a.inner_link .menu-text-cont h6,
body .row-fluid .solutions-mega-menu-tabber .left-col .tab-link.active h6,
.mega-menu-list-items .menu-container h6{
  position: relative;
  z-index: 1;
  display: inline-block;
}

.mega-menu-list-items .menu-container a:hover h6{
  color: #1d4fd8;
  transition: all .2s ease-in-out;
}

/* .mega-menu-featured .featured-link a h6:after,
body .row-fluid .mega-menu-tabber ul.tabber-item a.inner_link .menu-text-cont h6:after,
body .row-fluid .mega-menu-tabber .left-col .tab-link h6:after,
.mega-menu-list-items .menu-container a h6:after{
  position: absolute;
  z-index:1;
  content: "\f061"; 
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  right: -20px;
  top: 1px;
  display:none;
} */

.mega-menu-featured .featured-link a:hover h6:after,
body .row-fluid .mega-menu-tabber ul.tabber-item a.inner_link:hover .menu-text-cont h6:after,
body .row-fluid .mega-menu-tabber .left-col .tab-link.active h6:after,
.mega-menu-list-items .menu-container a:hover h6:after{
  display:block;
}

body .row-fluid .mega-menu-tabber ul.tabber-item .image-cont{
  min-width: 18px; 
}

.mega-menu-tabber .content-box01 h5 {
  margin-bottom: 20px;
  font-size: 16px;
  color: #2C2C2C;
  font-weight: 600;
  position: relative;
  z-index:1;
  display:flex;
  align-items: center;
}
.mega-menu-featured .featured-link a:hover h6:after,
body .row-fluid .solutions-mega-menu-tabber ul.tabber-item a.inner_link:hover .menu-text-cont h6:after,
body .row-fluid .solutions-mega-menu-tabber .left-col .tab-link.active h6:after,
.mega-menu-list-items .menu-container a:hover h6:after{
  display:block;
}

body .row-fluid .solutions-mega-menu-tabber ul.tabber-item .image-cont{
  min-width: 18px; 
}

.solutions-mega-menu-tabber .content-box01 h5 {
  margin-bottom: 20px;
  font-size: 17px;
  color: #2C2C2C;
  font-weight: 700;
  position: relative;
  z-index:1;
  display:flex;
  align-items: center;
  margin-top:20px;
}

.mega-menu-featured h5{
  font-size: 18px;
  font-weight: 600;
  color: #2C2C2C;
  margin: 24px 16px 21px;
}

.mega-menu-tabber .content-box01 h5 img{
  margin-left:8px; 
}

.mega-menu-featured .featured-link h6,
.mega-menu-list-items .menu-container h6,
.mega-menu-tabber h6{
  color: #2C2C2C;
}

.solutions-mega-menu-tabber .content-box01 h5 img{
  margin-left:8px; 
  vertical-align:middle!important;
}

.mega-menu-featured .featured-link h6,
.mega-menu-list-items .menu-container h6,
.solutions-mega-menu-tabber h6{
  color: #2C2C2C;
}
.top-parent-left-col{
  padding:15px; 
  border-radius:8px;
}

.top-parent-right-col{
  padding:7px;
  background: #E4F4FF;
  border-radius:0 8px 8px 0;
  min-height:270px!important;
}
.mega-menu-featured .featured-link a:hover{
  background: #1d4fd8;
  border-radius: 6px;
}

.mega-menu-featured .featured-link a:hover h6, 
.mega-menu-featured .featured-link a:hover p{
  color: #ffffff!important;  
}

@media(min-width: 568px) and (max-width: 767px){
  .mobile-trigger {
    top: 95px;
  } 
}

@media(max-width: 767px){

  .mega-menu-featured .featured-link a h6, .mega-menu-list-items .menu-container h6, body .row-fluid .mega-menu-tabber .left-col .tab-link.active h6, body .row-fluid .mega-menu-tabber ul.tabber-item a.inner_link:hover .menu-text-cont h6{
    width: auto!important;  
  }

  .mega-menu-tabber .content-box01 h5 img {
    margin-left: 8px;
    max-width: 10px!important;
  }

  .mega-menu-list-items .menu-container a img,
  body .row-fluid .mega-menu-tabber ul.tabber-item .image-cont,
  body .row-fluid .mega-menu-tabber ul.tabber-item .image-cont img{
    max-width: 18px!important;
    min-width: 18px;
  }
  .mega-menu-featured .featured-link a h6, .mega-menu-list-items .menu-container h6, body .row-fluid .solutions-mega-menu-tabber .left-col .tab-link.active h6, body .row-fluid .mega-menu-tabber ul.tabber-item a.inner_link:hover .menu-text-cont h6{
    width: auto!important;  
  }

  .solutions-mega-menu-tabber .content-box01 h5 img {
    margin-left: 8px;
    max-width: 10px!important;
  }

  .mega-menu-list-items .menu-container a img,
  body .row-fluid .solutions-mega-menu-tabber ul.tabber-item .image-cont,
  body .row-fluid .solutions-mega-menu-tabber ul.tabber-item .image-cont img{
    max-width: 18px!important;
    min-width: 18px;
  }
  .mega-menu-list-items .menu-container h6 {
    font-size: 14px;
    margin: auto 0px;
    font-weight: 600;
  }

  body .row-fluid .mega-menu-tabber ul.tabber-item .menu-text-cont{
    margin-left:10px; 
  }
  body .row-fluid .solutions-mega-menu-tabber ul.tabber-item .menu-text-cont{
    margin-left:10px; 
  }
  body .row-fluid .header-section .child-grp ul .child-text > .row-fluid{
    display: flex; 
  }

  body .row-fluid .header-section .child-grp ul a{
    padding:0px;
    border: none;
  }

  .vision-menu-primary .hs-menu-wrapper > ul .child-grp ul li a{
    text-indent: 0px; 
  }
  body .row-fluid .header-section .child-grp2 ul .child-text > .row-fluid{
    display: flex; 
  }

  body .row-fluid .header-section .child-grp2 ul a{
    padding:0px;
    border: none;
  }

  .vision-menu-primary .hs-menu-wrapper > ul .child-grp2 ul li a{
    text-indent: 0px; 
  }

  .child-trigger i {
    width: 10px;
    height: 2px;
    background-color: #000;
    display: block;
    transform: rotate(45deg);
    top:42%;
  }

  .child-trigger i:after{
    width: 10px;
    height: 2px;
    background-color: #000;
    display: block;
    top:4px;
    left:4px;
  }

  body .header-container-wrapper .ps-vision-header ul>li>a{
    white-space: normal; 
  }

  body .row-fluid .header-section .child-grp ul li:hover h6{
    color:#1d4fd8;
  }
  body .row-fluid .header-section .child-grp2 ul li:hover h6{
    color:#1d4fd8;
  }

  body .mega-menu-featured .featured-link a{
    padding: 17px 15px!important; 
    display:block!important;
  }

}
@media (min-width: 768px){
  .ps-vision-header .hs-menu-wrapper {
    right: 0px!important;
  }

  .span10.widget-span.widget-type-cell.right-col.vertical-center.equal-height-container{
    align-items: end;
  }
.span10.widget-span.widget-type-cell.right-col2.vertical-center.equal-height-container{
    align-items: end;
  }
}

body.transparent-header {
  margin-top: 0px !important;
}

.updated-header.nav-down .ps-vision-header{
  box-shadow:none; 
}

.updated-header.nav-down .ps-vision-header.fixed{
  box-shadow: 0px 0px 3px #00000024;
}

.updated-header .ps-vision-header .top-bar ul{
  margin-bottom:0px!important; 
}

body .header-container-wrapper .ps-vision-header .top-bar .hs-menu-wrapper>ul{
  margin-bottom:0px!important; 
  margin-top:-25px!important;
}

.updated-header .ps-vision-header .top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child:hover>a{
  background: none;
  border: none; 
  border-left: 1px solid #fff;
}
@media(min-width: 768px){
  body.search-page #header.header-section.transparent .header-nav,
  body.hs-blog-post #header.header-section.transparent .header-nav {
    background: #1d4fd8;
    background-position: center center;
    background-size: cover;
  }
}

body.search-page #header.header-section.transparent .header-nav.fixed,
body.hs-blog-post #header.header-section.transparent .header-nav.fixed {
  background: #ffffff;
}

.header-container-wrapper{
  position:relative;
  z-index:18;
}

body.active .search-blog {
  z-index: 1;
}

body.white-header #header.header-section.transparent .header-nav{
  background: #ffffff;
}

@media (min-width: 768px){
  body.white-header .row-fluid #header.header-section .header-nav .black-logo {
    display: none;
  }

  body.white-header .row-fluid #header.header-section .header-nav .white-logo{
    display: block!important;
  }

  body.white-header .row-fluid .updated-header .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1>a{
    color:#2C2C2C!important;
   
  }

  body.white-header .updated-header .ps-vision-header .top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child>a{
    border-left: 1px solid #515978!important;
  }
  
  .updated-header.nav-down .ps-vision-header .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child>a{
   color:#ffffff!important; 
  }
  
}

.hs-blog-post .blog-body {
  padding-top: 200px;
}

@media (max-width: 767px){
  .hs-blog-post .blog-body {
    padding-top: 99px;
  }

  .search-blog {
    margin-bottom: 20px;
    
  }

}


.integrations-menu {
  cursor: pointer;  /* Indicates clickable areas */
}

.integrations-menu a {
  color: #000000 !important;
  display: block;
}

.integrations-menu:hover,
.integrations-menu:hover a {
  color: #1d4fd8 !important;
}


@media (max-width: 767px){
box-shadow: none;
    display: flex;
    justify-content: right;
    margin: -25px 0 0 0!important;
  
}
}
  @media(max-width:767px){
  .header-container-wrapper .header-container .mega-menu-popout-container-inner{
    padding-top:140px!important;
    }
  }