/* Learning Center Navigation Styles */
@media screen and (max-width: 833px){
 .headerIMPlus-logo-link.headerIMPlus-logo-link--portable-hidden{
    display:none;
  }
.headerIMPlus-logo-link.headerIMPlus-logo-link--lap-and-up-hidden img{
    width: 90px;
    height: 30px;
  }
}
/* Hide Center Mobile Logo */
@media screen and (min-width: 834px){
 .headerIMPlus-logo-link.headerIMPlus-logo-link--lap-and-up-hidden{
    display:none !important;
  }

 .headerIMPlus--navigation-cta--mobile-arrow{
    display:none;
  }
}

.headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul li.hs-item-has-children > a:after{
  content: '';
  background-image: url(https://www.impactplus.com/hubfs/Navigation%20%28Tailwind%29/Assets/arrow-down.svg);
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0px 0px 0px 6px;
  text-decoration: none;
  opacity: .5;
  display: inline-block;
  transform-origin: center;
  line-height: 0;
  bottom: 1px;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary.headerIMPlus-secondary--background--transparent-theme .headerIMPlus--main .headerIMPlus--navigation-links .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul li.hs-item-has-children > a:after{
  content:'';
  filter: brightness(0) invert(1);
}

@media (max-width: 1220px) and (min-width: 834px){
  .headerIMPlus-navigation-container--learning-center .headerIMPlus--navigation-links--center-article-search-text,
  .headerIMPlus-navigation-container--learning-center .headerIMPlus--navigation-links--center-article-search-text .fa-search{
    font-size: 13px !important;
  }
}

@media screen and (min-width: 833px){
  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul li.hs-item-has-children > a:after{
    background-size: 10px 7px;
    width: 10px;
    height: 7px;
  }
}
@media screen and (max-width: 834px){
  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul li.hs-item-has-children > a:after{
    position:absolute;
    background-size: 12px 9px;
    width: 12px;
    height: 9px;
    opacity:.8;
    right:0;
    top:45%;
  }

  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links.headerIMPlus--navigation-links--center-alignment .headerIMPlus--navigation-links--menu{
    position: absolute;
    top: 99%;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    background: white;
    z-index:100;
    pointer-events: none;
    visibility: hidden;
    max-height: 0;
  }

  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links.headerIMPlus--navigation-links--center-alignment .headerIMPlus--navigation-links--menu.tabletTransition{
    transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s,visibility 0s linear 1s;
  }

  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links.headerIMPlus--navigation-links--center-alignment .headerIMPlus--navigation-links--menu.tray--open{
    max-height: 88vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
    visibility: visible;
    transition-delay: 0.2s, 0s;
    overflow: auto;
  }

  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul{
    padding-left:45px;
    padding-right:45px;
    opacity: 0;
    transform: translate3d(0, -150px, 0);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s,opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  }

  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links.headerIMPlus--navigation-links--center-alignment .headerIMPlus--navigation-links--menu.tray--open .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul{
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.2s, 0.4s;
  }

  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links .headerIMPlus--navigation-links--menu .hs_cos_wrapper_type_menu .hs-menu-wrapper ul > li.hs-menu-depth-1{
    display:block;
    line-height:40px;
    margin-left:0px;
    opacity:0;
    transform: translate3d(0, -25px, 0);
    transition: 0.5s ease;
    transition-property: transform, opacity;
  }

  .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links .headerIMPlus--navigation-links--menu.tray--open .headerIMPlus--navigation-links--menu--secondary-mobile-accordian .hs-menu-wrapper > ul > li,
  .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links .headerIMPlus--navigation-links--menu--secondary-mobile-accordian .hs-menu-wrapper > ul > li.hs-menu-depth-1.subnav--tray-open > ul.hs-ul-nochildren li.hs-menu-depth-2{           
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
  }

  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul > li.hs-menu-depth-1 > ul{
    pointer-events: none;
    visibility: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s,visibility 0s linear 1s;
    overflow:hidden;
    width:100% !important;
    column-count: unset !important;
  }     

  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul > li.hs-menu-depth-1.subnav--tray-open a:after{
    transform: rotate(180deg);
  }

  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul > li.hs-menu-depth-1.subnav--tray-open > ul{
    max-height: 100vh;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
    visibility: visible;
    transition-delay: 0.2s, 0s;
  }

  /*.headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul > li.hs-menu-depth-1 > ul.hs-ul-haschildren li.hs-menu-depth-3{
  opacity: 0;
  transform: translate3d(0, -25px, 0);
  transition: 0.5s ease;
  transition-property: transform, opacity;
}

  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul > li.hs-menu-depth-1.subnav--tray-open > ul.hs-ul-haschildren li.hs-menu-depth-3{
  transform: translate3d(0, 0, 0);
  opacity: 1;
}*/

  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul > li.hs-menu-depth-1 > ul.hs-ul-nochildren li.hs-menu-depth-2{
    opacity: 0;
    transform: translate3d(0, -25px, 0);
    transition: 0.5s ease;
    transition-property: transform, opacity;
  }

  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul > li > a{
    text-align:left;
    font-size:16px !important;
    position:relative;
  }

  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links .hs_cos_wrapper_type_menu,
  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links .hs_cos_wrapper_type_menu .hs-menu-wrapper{
    display:block;
  }

  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links .hs_cos_wrapper_type_menu{
    white-space: initial;
  }

  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links .hs_cos_wrapper_type_menu .hs-menu-wrapper{
    padding: 10px 0px 20px 0px;
  }
}

@media (max-width: 1023px) and (min-width: 834px){
  .headerIMPlus-navigation-container--learning-center .headerIMPlus--navigation-links--menu--container{
    white-space: nowrap;
    display: inline !important;
    position: relative;
    max-width: 55vw;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 14px;
    box-sizing: content-box;
    height: 100%;
  }

  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links .hs_cos_wrapper_type_menu{
    position:relative;
  }

  .headerIMPlus-navigation-container--learning-center .headerIMPlus--navigation-links.headerIMPlus--navigation-links--center-alignment:before{
    content: '';
    width: 100%;
    height: 59px;
    position: absolute;
    right: 83.5%;
    top: 0;
    z-index: 500;
  }

  .headerIMPlus-navigation-container--learning-center .headerIMPlus--navigation-links.headerIMPlus--navigation-links--center-alignment:after{
    content: '';
    width: 100%;
    height: 59px;
    position: absolute;
    left: 83.5%;
    top: 0;
    box-shadow: -7px 4px 7px -7px rgba(0, 0, 0, 10%);
    -webkit-box-shadow: -7px 4px 7px -7px rgba(0, 0, 0, 10%);
    -moz-box-shadow: -7px 4px 7px -7px rgba(0, 0, 0, 10%);
  } 

  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links.headerIMPlus--navigation-links--center-alignment .headerIMPlus--navigation-links--menu{
    justify-content: flex-start;
    padding-right: 5vw;
    padding-left: 5vw;
    justify-content: center;
    width: 100%;
    top: 0px;
    display: flex !important;
    justify-content: center;
  }

  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links.headerIMPlus--navigation-links--center-alignment{
    overflow: hidden;
  }

  /* For Horizontal Scrolling Subnav Menu */
  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links.headerIMPlus--secondary--overflow-inactive{
    overflow:visible;
  }
  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links.headerIMPlus--secondary--overflow-inactive .headerIMPlus--navigation-links--menu .headerIMPlus--navigation-links--menu--container{
    overflow-x: visible;
    overflow-y: unset;
  }
}

@media screen and (max-width: 833px){
  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-heading .header--main--logo{
    font-size: 18px;
  }
  .headerIMPlus-navigation-container--learning-center .headerIMPlus--navigation-cta--mobile-arrow{
    margin-right:20px;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }

  .headerIMPlus-navigation-container--learning-center .headerIMPlus--navigation-cta--mobile-arrow.tray--active{
    transform: rotate(180deg);
  }

  .headerIMPlus-navigation-container--learning-center .tray--overflow-y-hidden{
    overflow-y:hidden;
  }
}

/* Needs to be migrated */
@media screen and (min-width: 834px) {
  .headerIMPlus-search-and-membership--menu--btn{
    display:none !important;
  }
}

@media screen and (max-width: 833px){
  .headerIMPlus-search-and-membership--menu.headerIMPlus-login-about--menu > span{
    display:none;
  }

  .headerIMPlus-search-and-membership--menu .headerIMPlus--menu-top-center-item a{
    font-size: 14px;
    padding: 6px 12px !important;
    line-height: 1.5em;
    border-radius: 4px;
    font-weight: 800;
  }
}

@media screen and (min-width: 1221px){
  .headerIMPlus--menu-top-center-item .btn{
    margin-left: 12px !important;
    line-height: 39px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1220px){
  .headerIMPlus--menu-top-center-item .btn{
    margin-left: 8px !important;
    line-height: 31px !important;
    padding: 0px 12px !important;
  }
}

@media (min-width: 900px) and (max-width: 1023px){
  .headerIMPlus--menu-top-center-item .btn{
    line-height: 24px !important;
    margin: 17px 0px 17px 7px !important;
    padding: 2px 9px !important;
  }
}

@media (min-width: 834px) and (max-width: 899px){
  .headerIMPlus--menu-top-center-item .btn{
    line-height: 24px !important;
    margin: 17px 0px 17px 7px !important;
    padding: 1px 9px !important;
  }
}

/* Needs to be migrated */

.headerIMPlus--navigation-heading .hs-breadcrumb-menu-wrapper .hs-breadcrumb-menu .first-crumb{
  padding-left:0px !important;
}

.headerIMPlus--navigation-heading .hs-breadcrumb-menu-wrapper .hs-breadcrumb-menu a{
  color:#1d1d1f;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px !important;
}

.headerIMPlus--navigation-heading .hs-breadcrumb-menu-wrapper .hs-breadcrumb-menu .hs-breadcrumb-menu-item{
  font-size:20px;
  font-weight:700;
  padding: 0px 0px 0px 10px;
}

@media screen and (max-width: 1220px){
  .headerIMPlus--navigation-heading .hs-breadcrumb-menu-wrapper .hs-breadcrumb-menu .hs-breadcrumb-menu-item{
    font-size: 15px;
    padding: 0px 0px 0px 6px;
  }
  .headerIMPlus--navigation-heading .hs-breadcrumb-menu-wrapper .hs-breadcrumb-menu .hs-breadcrumb-menu-divider:before{
    padding-left: 6px;
  }

  .headerIMPlus--secondary.headerIMPlus-secondary--left-breadcrumb .headerIMPlus--navigation-cta .btn{
    padding: 4px 14px !important;
    font-size: 12px;
  }
}

.headerIMPlus--navigation-heading .hs-breadcrumb-menu-wrapper .hs-breadcrumb-menu .hs-breadcrumb-menu-divider:before{
  content: '/';
  font-weight:300;
}

#headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-main-wrapper .headerIMPlus-main-wrapper--inner{
  display: flex;
  justify-content: center;
  align-items: center;
}

.headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--secondary--inner{
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
} 

.headerIMPlus--secondary .headerIMPlus--main.headerIMPlus--main--bottom-border:after{
  width:100%;
}

.headerIMPlus--tertiary .headerIMPlus-tertiary-navigation .headerIMPlus-tertiary-wrapper .headerIMPlus--main{
  display: flex;
  align-items: center;
}

/* Moving the mobile menu navigation to the middle */

#headerIMPlus--mobile .headerIMPlus--mobile--logo-close{
  padding: 19px 30px 10px 30px;
  margin-bottom: 10px;
}

#headerIMPlus--mobile .headerIMPlus--mobile--main-navigation--wrapper .headerIMPlus--mobile--main-navigation .mobilenav--panel .headerIMPlus--mobile--logo{
  margin-left:0px !important; 
  width: 90px;
  height: 30px;
  position: absolute;
  left: 38.5%;
  right: 50%;
}

#headerIMPlus--mobile .headerIMPlus--mobile--main-navigation--wrapper .headerIMPlus--mobile--main-navigation .mobilenav--panel a img{
  width: 90px;
  height: 30px;
}

/* LC Search dropdown */
@media screen and (min-width: 834px) {
  .headerIMPlus--blog-search--cludo-lc-mobile{
    display:none;
  }
}

.headerIMPlus--navigation-links--menu.tray--open .headerIMPlus--blog-search--cludo-lc-mobile {
  top:0;
  opacity:1;
}

.headerIMPlus--blog-search--cludo-lc-mobile{
  padding-left: 20px;
  padding-right: 20px;
  height: 37px;
  line-height: 37px;
  margin: 7px 0px 3px 0px;
  top:-10px;
  opacity:0;
  transition: 0.5s ease;
  transition-property: top, opacity;
  transition-delay: calc(0.1s * (5 - 0));
}

.headerIMPlus--blog-search--cludo-lc-mobile input{
  width: 100%;
  border: none;
  background: #f2f2f2;
  padding: 7px 37px;
  border-radius: 8px;
}

.headerIMPlus--blog-search--cludo-lc-mobile .search_autocomplete{
  display:none;
}

.headerIMPlus--blog-search--cludo-lc-mobile input:focus-visible {
  outline: 0;
}

/* clears the 'X' from Internet Explorer */
.headerIMPlus--blog-search--cludo-lc-mobile input.header--search--box--input[type=search]::-ms-clear {display: none; width : 0; height: 0;}
.headerIMPlus--blog-search--cludo-lc-mobile input.header--search--box--input[type=search]::-ms-reveal {display: none; width : 0; height: 0;}

/* clears the 'X' from Chrome */
.headerIMPlus--blog-search--cludo-lc-mobile input.header--search--box--input[type="search"]::-webkit-search-decoration,
.headerIMPlus--blog-search--cludo-lc-mobile input.header--search--box--input[type="search"]::-webkit-search-cancel-button,
.headerIMPlus--blog-search--cludo-lc-mobile input.header--search--box--input[type="search"]::-webkit-search-results-button,
.headerIMPlus--blog-search--cludo-lc-mobile input.header--search--box--input[type="search"]::-webkit-search-results-decoration { display: none; }


/* Learning center subscribe form */
.headerIMPlus--navigation-subscribe-leadform{
  top: calc(100% + 25px);
  pointer-events: none;
  opacity:0;
  position: absolute;
  background: linear-gradient( 163.3deg,#252525 27.5%,#65676b 92.62%);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width:370px;
  display: flex;
  flex-flow: row;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.headerIMPlus--navigation-subscribe-leadform.active{
  opacity: 1;
  pointer-events: auto;
  top: 88%;
}

.headerIMPlus--navigation-subscribe-leadform .headerIMPlus--navigation-subscribe-leadform-pt1{
  padding: 40px 30px;
  border-radius: 10px;
  position:relative;
  left:0;
  width: 100%;
  min-width: 360px;
}

.headerIMPlus--navigation-subscribe-leadform .headerIMPlus--navigation-subscribe-leadform-pt1 h6{
  margin-bottom: 30px !important;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.25em;
}

.headerIMPlus--navigation-subscribe-leadform .headerIMPlus--navigation-subscribe-leadform-pt2{
  padding: 40px 30px;
  border-radius: 10px;
  position:relative;
  left:0;
  right:0;
  width: 100%;
  min-width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 679px){
  .headerIMPlus--navigation-subscribe-leadform{
    width:340px;
  }

  .headerIMPlus--navigation-subscribe-leadform{
    right:0;
  }

  .headerIMPlus--navigation-subscribe-leadform .headerIMPlus--navigation-subscribe-leadform-pt1,
  .headerIMPlus--navigation-subscribe-leadform .headerIMPlus--navigation-subscribe-leadform-pt2{
    min-width:340px;
  }
}

.headerIMPlus--navigation-subscribe-leadform .headerIMPlus--navigation-subscribe-leadform-pt1,
.headerIMPlus--navigation-subscribe-leadform .headerIMPlus--navigation-subscribe-leadform-pt2{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.headerIMPlus--navigation-subscribe-leadform .field.hs-form-field.hs-fieldtype-text > label{
  display:none;
}

.headerIMPlus--navigation-subscribe-leadform .hs-fieldtype-text.field.hs-form-field{
  margin-top:15px;
}

.headerIMPlus--navigation-subscribe-leadform .hs_submit.hs-submit{
  line-height: normal;
}

.headerIMPlus--navigation-subscribe-leadform .legal-consent-container ul,
.headerIMPlus--navigation-subscribe-leadform .hs-error-msgs{
  padding-left:0px;
  margin-bottom:0px;
}

.headerIMPlus--navigation-subscribe-leadform form.hs-form .hs_submit input.hs-button{
  margin-top:10px;
}

.headerIMPlus--navigation-subscribe-leadform .legal-consent-container ul li,
.headerIMPlus--navigation-subscribe-leadform .hs-error-msgs li{
  list-style:none;
}

.headerIMPlus--navigation-subscribe-leadform .legal-consent-container ul li,
.headerIMPlus--navigation-subscribe-leadform .legal-consent-container ul li label,
.headerIMPlus--navigation-subscribe-leadform .legal-consent-container ul li p{
  color:#cccccc;
  font-size:13px;
  line-height:1.25em;
}

.headerIMPlus--navigation-subscribe-leadform .legal-consent-container .hs-form-booleancheckbox-display>span{
  margin-left:24px;
}

.headerIMPlus--navigation-subscribe-leadform input.hs-button.primary.large{
  width:100% !important;
  padding: 12px 25px !important;
  font-size:18px !important;
  -webkit-appearance: none;
}

.headerIMPlus-navigation-container--learning-center .headerIMPlus--blog-search{
  display:none;
  width: 740px;
  max-width: 100%;
  left: 50%;
  position: relative;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 834px) and (max-width: 1220px){
  .headerIMPlus-navigation-container--learning-center .headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul a{
    font-size:13px;
  }
}

@media screen and (max-width: 1220px){
  .headerIMPlus-navigation-container--learning-center .headerIMPlus--blog-search{
    width: 540px;
  }
  .headerIMPlus-navigation-container--learning-center .headerIMPlus--navigation-links--center-article-search-text{
    position:relative;
    bottom:.5px;
  }
}

.headerIMPlus-navigation-container--learning-center .headerIMPlus--blog-search .site--head--search .fa-search{
  left: -30px;
  top: calc(50% + -9px);
}


.headerIMPlus-navigation-container--learning-center .headerIMPlus--blog-search--close{
  right:-30px;
  top: calc(50% + -6px);
  opacity:.65;
}

.headerIMPlus-navigation-container--learning-center .headerIMPlus--blog-search .header--search--box--input{
  width: 100%;
  border: none;
  outline: none;
  vertical-align:middle;
}

/* clears the 'X' from Internet Explorer */
.headerIMPlus-navigation-container--learning-center .headerIMPlus--blog-search input.header--search--box--input[type=search]::-ms-clear {display: none; width : 0; height: 0;}
.headerIMPlus-navigation-container--learning-center .headerIMPlus--blog-search input.header--search--box--input[type=search]::-ms-reveal {display: none; width : 0; height: 0;}

/* clears the 'X' from Chrome */
.headerIMPlus-navigation-container--learning-center .headerIMPlus--blog-search input.header--search--box--input[type="search"]::-webkit-search-decoration,
.headerIMPlus-navigation-container--learning-center .headerIMPlus--blog-search input.header--search--box--input[type="search"]::-webkit-search-cancel-button,
.headerIMPlus-navigation-container--learning-center .headerIMPlus--blog-search input.header--search--box--input[type="search"]::-webkit-search-results-button,
.headerIMPlus-navigation-container--learning-center .headerIMPlus--blog-search input.header--search--box--input[type="search"]::-webkit-search-results-decoration { display: none; }

.headerIMPlus-navigation-container--learning-center .headerIMPlus--blog-search--cludo .search_autocomplete{
  top: 94%;
  border-radius: 10px;
}

@media screen and (max-width: 1023px){
  .headerIMPlus-navigation-container--learning-center .headerIMPlus--blog-search{
    display:none !important;
  }

  .headerIMPlus-navigation-container--learning-center .headerIMPlus--navigation-links--center-article-search{
    display:none !important;
  }
}

/* End Learning center subscribe form */

#headerIMPlus--mobile .headerIMPlus--mobile--main-navigation--wrapper .headerIMPlus--mobile--main-navigation .mobilenav--panel .mobilenav--nav--item--lc.mobilenav--nav--item--container .mobilenav--nav--item--single{
  padding: 15px 45px 15px 15px !important;
}

#headerIMPlus--mobile .headerIMPlus--mobile--main-navigation--wrapper .headerIMPlus--mobile--main-navigation .mobilenav--nav--item--lc .mobilenav--nav--item--single .mobilenav--nav--mastery--link-arrow {
  top: calc(50% - 4px);
  right:16px;
}

.mobilenav--nav--item--wrapper{
  display:flex;
  flex-direction:row;
  align-items: center;
}
.mobilenav--nav--item--lc .mobilenav--nav--item--wrapper img{
  margin-right:0px;
}
.mobilenav--nav--header-subheader-resources--inline{
  padding: 25px 15px 0px 28px;
}

.mobilenav--nav--header-subheader-resources--inline.mobilenav--nav--header-subheader-resources--inline--new ul>li.hs-menu-item.hs-menu-depth-1{
  margin-bottom:22px;
  display: block !important;
}

.mobilenav--nav--header-subheader-resources--inline.mobilenav--nav--header-subheader-resources--inline--new ul>li.hs-menu-item.hs-menu-depth-1 a{
  font-size:17px !important;
  color:#535353;
  font-weight:500;
}

.mobilenav--nav--item--wrapper p br{
  display:none;
}

.mobilenav--nav--item--wrapper{
  display:flex;
  flex-direction:row;
  align-items: center;
}
.mobilenav--nav--item--wrapper img{
  margin-right:15px;
}
.mobilenav--nav--header-subheader-resources--inline{
  padding: 25px 15px 0px 28px;
}
.mobilenav--nav--header-subheader-resources--inline ul>li.hs-menu-item.hs-menu-depth-1{
  display: block !important;
  margin-bottom: 20px;
}

.headerIMPlus-mobile--background--white-theme .mobilenav--nav--header-subheader-resources--inline ul>li.hs-menu-item.hs-menu-depth-1 a{
  color:#535353;
}
.headerIMPlus-mobile--background--black-theme .mobilenav--nav--header-subheader-resources--inline ul>li.hs-menu-item.hs-menu-depth-1 a{
  color:#ffffff;
}
.mobilenav--nav--item--wrapper p br{
  display:none;
}
#headerIMPlus--mobile .headerIMPlus--mobile--main-navigation--wrapper .headerIMPlus--mobile--main-navigation .mobilenav--nav--header-subheader-resources .mobilenav--nav--item--single .mobilenav--nav--mastery--link-arrow{
  top: calc(50% - 4px);
}
#headerIMPlus--mobile .headerIMPlus--mobile--main-navigation--wrapper .headerIMPlus--mobile--main-navigation .mobilenav--panel .mobilenav--nav--item--mastery.mobilenav--nav--item--container .mobilenav--nav--item--wrapper img{
  filter: grayscale(1);
}

#headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-main--links .headerIMPlus-top-level-menu .hs-menu-wrapper > ul .headerIMPlus--menu-top-center-item.active > a{
  background: #f5f5f7;
}

@media screen and (max-width: 833px){
  .headerIMPlus--secondary.headerIMPlus-secondary--background--transparent-theme.headerIMPlus--navigation-links--menu--color--white .headerIMPlus--navigation-links--menu--mobile-color.hs_cos_wrapper_type_menu .hs-menu-wrapper > ul > li.active-branch > a{
    color:#000 !important;
  }
}

@media screen and (min-width: 1221px){
  .headerIMPlus--navigation-lc-logo img{
    width:165px;
    height:28px;
  }
}

@media screen and (max-width: 1220px){
  .headerIMPlus--navigation-lc-logo img{
    width:145px;
    height:25px;
  }
}

.headerIMPlus-secondary--background--transparent-theme .headerIMPlus--lc-logo{
  filter: brightness(0) invert(1);
}


{# PRIMARY- SIMPLE MENU DROPDOWN #}

#headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-search-and-membership .headerIMPlus-login-about--menu .hs-menu-wrapper > ul>li>.hs-menu-children-wrapper{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  box-shadow: rgba(0, 0, 0, 20%) 0px 12px 28px 0px, rgba(0,0,0,10%) 0px 2px 4px 0px, rgba(255,255,255,50%) 0px 0px 0px 1px inset;
  top: 95%;
  margin: 0px;
  list-style: none;
  z-index: 99;
  padding: 0px !important;
  text-align: left;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  height: auto;
  height: 0;
  width: 0;
  max-width: 98%;
  overflow: hidden;
  opacity: 0;
  background:white;
}

#headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-main--links .headerIMPlus-top-level-menu .hs-menu-wrapper>ul>li.active>.header-IMPlus--simple-menu,
#headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-search-and-membership .headerIMPlus-login-about--menu .hs-menu-wrapper > ul>li.active>.hs-menu-children-wrapper{
  width:auto;
  display: flex !important;
  flex-flow: column;
  transform: translate(0);
  max-width: none;
  height: auto;
  opacity: 1;
  border-radius:10px !important;
}

#headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-main--links .headerIMPlus-top-level-menu .hs-menu-wrapper>ul>li.active>.header-IMPlus--simple-menu{
  padding: 14px 13px !important;
  left: 2%;
}

#headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-search-and-membership .headerIMPlus-login-about--menu .hs-menu-wrapper > ul>li.active>.hs-menu-children-wrapper{
  padding: 14px 11px !important;
}

@media screen and (min-width: 1221px){
  #headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-search-and-membership .headerIMPlus-login-about--menu .hs-menu-wrapper > ul>li.active>.hs-menu-children-wrapper{
    left: -160%;
  }
}

@media (min-width: 900px) and (max-width: 1220px){
  #headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-search-and-membership .headerIMPlus-login-about--menu .hs-menu-wrapper > ul>li.active>.hs-menu-children-wrapper{
    left: -190%;
  }
}

@media (min-width: 834px) and (max-width: 899px){
  #headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-search-and-membership .headerIMPlus-login-about--menu .hs-menu-wrapper > ul>li.active>.hs-menu-children-wrapper{
    left: -250%;
  }
}

#headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-search-and-membership .headerIMPlus-login-about--menu .hs-menu-wrapper > ul>li.hs-item-has-children{
  position:relative;
}

@media screen and (max-width: 1220px){
  #headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-main--links .headerIMPlus-top-level-menu .hs-menu-wrapper>ul>li.active>.header-IMPlus--simple-menu .headerIMPlus--simple-menu-li{
    font-size:16px;
  }
}

@media (min-width: 900px) and (max-width: 1220px){
  #headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-main--links .headerIMPlus-top-level-menu .hs-menu-wrapper>ul>li.active>.header-IMPlus--simple-menu .headerIMPlus--simple-menu-li{
    font-size:14px;
  }
}

@media screen and (max-width: 899px){
  #headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-main--links .headerIMPlus-top-level-menu .hs-menu-wrapper>ul>li.active>.header-IMPlus--simple-menu .headerIMPlus--simple-menu-li{
    font-size:13px;
  }
}


#headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-search-and-membership .headerIMPlus-login-about--menu .hs-menu-wrapper > ul>li.active>.hs-menu-children-wrapper .hs-menu-depth-2 a{
  font-weight:400;
}

@media screen and (max-width: 1220px){
  #headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-search-and-membership .headerIMPlus-login-about--menu .hs-menu-wrapper > ul>li.active>.hs-menu-children-wrapper .hs-menu-depth-2 a{
    font-size:15px;
  }
}


@media (min-width: 900px) and (max-width: 1220px){
  #headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-search-and-membership .headerIMPlus-login-about--menu .hs-menu-wrapper > ul>li.active>.hs-menu-children-wrapper .hs-menu-depth-2 a{
    font-size:13px;
  }
}

@media screen and (max-width: 899px){
  #headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-search-and-membership .headerIMPlus-login-about--menu .hs-menu-wrapper > ul>li.active>.hs-menu-children-wrapper .hs-menu-depth-2 a{
    font-size:12px;
  }
}


#headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-main--links .headerIMPlus-top-level-menu .hs-menu-wrapper>ul>li>.header-IMPlus--simple-menu .headerIMPlus--simple-menu-li a,
#headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-search-and-membership .headerIMPlus-login-about--menu .hs-menu-wrapper > ul>li>.hs-menu-children-wrapper .hs-menu-depth-2 a{
  color:#232323;
}


#headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-main--links .headerIMPlus-top-level-menu .hs-menu-wrapper>ul>li.active>.header-IMPlus--simple-menu .headerIMPlus--simple-menu-li .headerIMPlus--simple-menu-li-background,
#headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-search-and-membership .headerIMPlus-login-about--menu .hs-menu-wrapper > ul>li.active>.hs-menu-children-wrapper .hs-menu-depth-2 > a{
  display: inline-block;
  white-space: nowrap;
  background:white;
  border-radius:10px;
  width:100%;
  text-decoration:none;
  font-size:17px;
  line-height:1.45em;
}

@media (min-width: 1024px) and (max-width: 1220px){
  #headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-main--links .headerIMPlus-top-level-menu .hs-menu-wrapper>ul>li.active>.header-IMPlus--simple-menu .headerIMPlus--simple-menu-li .headerIMPlus--simple-menu-li-background,
  #headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-search-and-membership .headerIMPlus-login-about--menu .hs-menu-wrapper > ul>li.active>.hs-menu-children-wrapper .hs-menu-depth-2 > a{
    font-size:15px;
  }
}

@media (min-width: 834px) and (max-width: 1023px){
  #headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-main--links .headerIMPlus-top-level-menu .hs-menu-wrapper>ul>li.active>.header-IMPlus--simple-menu .headerIMPlus--simple-menu-li .headerIMPlus--simple-menu-li-background,
  #headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-search-and-membership .headerIMPlus-login-about--menu .hs-menu-wrapper > ul>li.active>.hs-menu-children-wrapper .hs-menu-depth-2 > a{
    font-size:14px;
  }
}

#headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-main--links .headerIMPlus-top-level-menu .hs-menu-wrapper>ul>li.active>.header-IMPlus--simple-menu .headerIMPlus--simple-menu-li .headerIMPlus--simple-menu-li-background{
  padding: 7px 14px !important;
}

@media screen and (min-width: 834px){
  #headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-search-and-membership .headerIMPlus-login-about--menu .hs-menu-wrapper > ul>li.active>.hs-menu-children-wrapper .hs-menu-depth-2 > a{
    padding: 7px 14px !important;
  }
}

#headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-main--links .headerIMPlus-top-level-menu .hs-menu-wrapper>ul>li.active>.header-IMPlus--simple-menu .headerIMPlus--simple-menu-li .headerIMPlus--simple-menu-li-background:hover,
#headerIMPlus .headerIMPlus-navigation-container .headerIMPlus-main .headerIMPlus-search-and-membership .headerIMPlus-login-about--menu .hs-menu-wrapper > ul>li.active>.hs-menu-children-wrapper .hs-menu-depth-2 > a:hover{
  background:#f2f2f2;
}

/* Secondary Navigation - Learning Center Subnav Only */

.headerIMPlus--secondary .headerIMPlus--main .headerIMPlus--navigation-links .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul > li:first-child{
  margin-left:0px !important; 
}
.headerIMPlus--navigation-links--center-article-search{
  margin-left: 20px;
}
.headerIMPlus--navigation-links--center-article-search-text{
  color: #444;
  line-height: 1.15em;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
}

.headerIMPlus--navigation-links--center-article-search-text i{
  color: #444;
  margin-right:4px;
}

{# End Header Subheader and Resources Dropdown #}

/* ########### Tertiary Navigation ########### */
.headerIMPlus--tertiary{
  position:fixed;
  width:100%;
  top:0;
}

.headerIMPlus--tertiary .headerIMPlus-tertiary-navigation{
  -webkit-box-shadow: 0 1px 5px 1px rgba(50, 52, 64, .05);
  -moz-box-shadow: 0 1px 5px 1px rgba(50, 52, 64, .05);
  box-shadow: 0 1px 5px 1px rgba(50, 52, 64, .05);
}

.headerIMPlus--tertiary .headerIMPlus--main{
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  max-height:75px;
}

@media screen and (max-width: 1220px){
  .headerIMPlus--tertiary .headerIMPlus--main{
    max-height:60px;
  }
}

.headerIMPlus--tertiary .headerIMPlus--navigation-cta{
  display: flex;
  align-items: center;
}

.headerIMPlus--tertiary .headerIMPlus--navigation-cta .btn{
  padding: 5px 20px !important;
  min-width: 100px;
  font-weight: 700;
  box-shadow: 0px 3px 6px rgb(0,0,0,15%) !important;
  font-size: 15px;
  text-transform: initial;
  line-height: 1.5em;
}

.headerIMPlus--tertiary .header--main--logo img{
  display:flex;
}

.headerIMPlus--tertiary--scroll-bar{
  height: 4px;
  background:#1082c1;
}

@media screen and (max-width: 1023px){
  .headerIMPlus--navigation-cta-headings{
    max-width:250px;
  }
}

.learningCenter--breadcrumbs--light-grey{
  color: #88888D;
}

.learningCenter--breadcrumbs--nav-size a,
.learningCenter--breadcrumbs--nav-size .hs-breadcrumb-menu-divider{
  font-size:13px;
}

.headerIMPlus--tertiary--pillar-title p{
  font-size:18px;
  margin-top:2px !important;
}

.headerIMPlus--tertiary--title p{
  font-size:20px;
}

.headerIMPlus--tertiary--pillar--title-container{
  margin-right: 15px;
}

.headerIMPlus--tertiary-navigation--nav-pdf-btn{
  padding: 8px 20px !important;
  min-width: 100px;
  font-weight: 700;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.15) !important;
  font-size: 15px;
  text-transform: initial;
  line-height: 1.5em;
  border-radius:4px;
}

.headerIMPlus--tertiary-navigation--nav-btn{
  padding: 9px 20px !important;
  min-width: 100px;
  font-weight: 700;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.15) !important;
  font-size: 17px;
  text-transform: initial;
  line-height: 1.5em;
  border-radius:4px;
}

@media screen and (min-width: 1221px){
  .headerIMPlus--tertiary--pillar--breadcrumbs-title{
    margin-left:30px;
  }
}

@media (min-width: 1024px) and (max-width: 1220px){
  .headerIMPlus--tertiary--pillar--breadcrumbs-title{
    margin-left:20px;
  }
}

@media screen and (max-width: 1220px){
  .headerIMPlus--tertiary--pillar-menu .header--main--logo img{
    width: 100px;
  }
  .headerIMPlus--tertiary--pillar-menu .learningCenter--breadcrumbs--nav-size a, 
  .headerIMPlus--tertiary--pillar-menu .learningCenter--breadcrumbs--nav-size .hs-breadcrumb-menu-divider,
  .headerIMPlus--tertiary--pillar-menu .breadcrumbs--truncate{
    font-size: 12px;
  }
  .headerIMPlus--tertiary--pillar-title p,
  .headerIMPlus--tertiary--title p{
    font-size:15px;
  }
  .headerIMPlus--tertiary--pillar-menu .headerIMPlus--tertiary-navigation-top-right ul li a{
    font-size: 13px !important;
  }
  .headerIMPlus--tertiary-navigation--nav-pdf-btn{
    padding: 8px 17px !important;
    font-size: 13px;
  }
  .headerIMPlus--tertiary-navigation--nav-btn{
    padding: 7px 17px !important;
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px){
  .headerIMPlus--tertiary--pillar--breadcrumbs-title{
    position: relative;
    bottom: 2.5px;
  }
}

@media screen and (max-width: 1023px){
  .headerIMPlus--tertiary--pillar-title{
    margin-right:30px;
  }
  .headerIMPlus--tertiary--pillar-menu .headerIMPlus-tertiary-navigation .headerIMPlus-tertiary-wrapper .headerIMPlus--main {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 91.66667% !important;
  }
  .headerIMPlus--tertiary-navigation--mobile-arrow{
    margin-right:20px;
  }
}

@media (min-width: 680px) and (max-width: 1023px){
  .headerIMPlus--tertiary-navigation-top-right .btn{
    min-width:130px !important;
  }
  .headerIMPlus--tertiary-mobile--menu{
    padding-top: 15px !important;
  }
}

@media screen and (max-width: 679px){
  .headerIMPlus--tertiary-navigation-top-right{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
  }
}


/* Pillar Tertiary mobile */

html.no-scroll,
html.no-scroll body{
  overflow:hidden !important;
}

.headerIMPlus--tertiary-mobile--menu{
  overflow: scroll;
  max-height: 85vh;
  border-top: 1px solid #eee;
  padding-top: 5px;
}

.headerIMPlus--tertiary.headerIMPlus--tertiary--pillar-menu{
  z-index:78;
}

.headerIMPlus--tertiary.headerIMPlus--tertiary--pillar-menu.headerIMPlus--tertiary---menu-tucked{
  top:0;
  transition: top .4s ease-in-out;
}

.headerIMPlus--tertiary-navigation-top-right ul{
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerIMPlus--tertiary-navigation-top-right ul li{
  margin-right: 20px;
}

.headerIMPlus--tertiary-navigation-top-right ul li a {
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: color .2s ease-out;
  -moz-transition: color .2s ease-out;
  -ms-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

.headerIMPlus--tertiary-navigation-top-right ul li a{
  font-size: 16px;
}

.tertiary--hidden{
  top: -100px !important;
}

.headerIMPlus--tertiary-mobile--menu-border{
  height:1px;
  width:100%;
  background:#ddd;
  margin-top:25px;
  margin-bottom:25px;
}

.headerIMPlus--tertiary-mobile--menu .headerIMPlus--navigation-links--menu--container{
  margin-left: auto !important;
  margin-right: auto !important;
  width: 90.66667% !important;
}

@media screen and (max-width: 1023px){
  .headerIMPlus--tertiary-mobile--menu .hs_cos_wrapper_type_menu .hs-menu-wrapper ul > li{
    display: block;
    line-height: 35px;
    margin-left: 0px;
    font-weight: 500;
  }

  .headerIMPlus--tertiary-mobile--menu #headerIMPlus--tertiary-mobile--menu-navigation{
    transform: translate3d(0, -25px, 0);
    opacity: 0;
    transition-property: transform, opacity;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s,opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  }

  .headerIMPlus--tertiary-mobile--menu.tray--open #headerIMPlus--tertiary-mobile--menu-navigation{
    transform: translate3d(0, 0, 0);
    transition-delay: 0.1s;
    opacity: 1;
  }
  .headerIMPlus--tertiary-mobile--menu .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul > li > a {
    text-align: left;
    font-size: 15px !important;
    position: relative;
    display: block;
    color: #444;
    line-height: 1.2em;
    margin-bottom: 18px;
    display:flex;
  }

  .headerIMPlus--tertiary-mobile--menu .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul > li > a .section--chapter-list--index{
    margin-right:10px;
    min-width:17px;
  }
}

@media screen and (max-width: 679px){
  .headerIMPlus--tertiary--pillar-title{
    margin-right: 14px;
  }

  .headerIMPlus--tertiary--pillar-title p{
    font-size: 12.5px;
  }

  .headerIMPlus--tertiary-navigation--mobile-arrow {
    margin-right: 16px;
    width:15px;
    height:8px;
  }
  .headerIMPlus--tertiary-navigation--pillar-nav-dwnld{
    min-width: 100px !important;
    padding: 8px 8px !important;
    font-size: 11px;
  }
  .headerIMPlus--tertiary-mobile--menu .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul>li>a{
    font-size:14px !important;
  }
}
/* end tertiary mobile */