#header_main_container
{
    max-width:100%;
    margin: 0 auto;
    background: #19203D;
}
div#header_top_copy {
    padding: 0px;
}
.cmp-socialFeatures__social-links a img {
    width: 32px;
    height: 32px;
}
span.cmp-socialFeatures__share-count.count-elm {
    display: none;
}
#header_top_copy p
{
    background: #909191;
    color: #FFF;
    text-align: center;
    font-family: 'avenir-lt-pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    padding: 18px 20px;
}
div#nav-with-logo {
    max-width: 1472px;
    margin: 0 auto;
    display : flex;
    align-items: center;
    justify-content: space-between; /* pushes logo left & menu right */
    padding: 25px 51px 0px 51px;
        position: relative;
    z-index: 99;
}
#nav-with-logo .navigation {
    margin-left: auto;
}


div#main-teaser,
#aldo-home-page div#main-teaser{
    position: relative;
    margin-top: -74px;
    width: 100%;
    background: #19203d;
    max-width: 1972px;
    margin-left: auto;
    margin-right: auto;
}
div#main-teaser .cmp-teaser
{
   /* max-width: 1472px; */
    margin: 0 auto;
}
div#main-teaser .cmp-teaser__image {
    width: 100%;
    padding: 0 0px 0 0;
}
#trexio_logo_container div.image img
{
    line-height: 0;
    display: block;
    height: 49px !important;
    width: auto;
}
li.cmp-navigation__item.cmp-navigation__item--level-0 a span {
    color: #FFFFFF;
    text-align: center;
    font-family: 'avenir-lt-pro';
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px; /* 150% */
    text-transform: capitalize;
}

.ic-header .cmp-navigation__item {
    padding: .5em 1em;
}
li.cmp-navigation__item.cmp-navigation__item--level-0:hover ul {
    display: block;
}

ul.cmp-navigation__dropdownmenu {
    position: absolute;
    left: -182%;
    padding: 20px 0px 0px 0px;
    border-radius: 15px 15px 0 0;
}

.cmp-navigation__dropdownmenu li {
    margin: 0;
}

.ic-header .cmp-navigation__dropdownmenu li.cmp-navigation__item {
    
    border-bottom: 1px solid #CC3A70;
    font-family: 'avenir-lt-pro';
    color: #3C4242;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    background: white;
    padding : 0px;
}
ul.cmp-navigation__dropdownmenu li a {
    color: #3C4242;;
}

.ic-header .cmp-navigation__dropdownmenu li.cmp-navigation__item:first-child {
    /*pointer-events: none;*/
    border-radius: 15px 15px 0 0;
    background: #CC3A70;
    color : #ffffff;

}
ul.cmp-navigation__dropdownmenu li:last-child {
    border-radius: 0px 0px 15px 15px;
}

.ic-header .cmp-navigation__dropdownmenu li.cmp-navigation__item:first-child a {
    color : #ffffff!important;
        display: inline-block;
    width: 100%;
}
.ic-header .cmp-navigation__dropdownmenu li.cmp-navigation__item a {
    display: inline-block;
    width: 100%;
    padding: 19px 30px 16px 30px;
}
.ic-header .cmp-navigation__dropdownmenu li.cmp-navigation__item:hover
{
    background: #F5D8E2;
    color: #000000;
}
.ic-header .cmp-navigation__dropdownmenu li.cmp-navigation__item:first-child:hover {
    background-color: #CC3A70;
    color: #ffffff;
}
.ic-header .cmp-navigation__dropdownmenu li.cmp-navigation__item:hover a
{
    color: #000000;
}
.ic-header .cmp-navigation__dropdownmenu li.cmp-navigation__item:first-child a:after {
    content: "";
    background: url("/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/home/menu-Arrow.svg");
    width: 28px;
    height: 23px;
    position: absolute;
    right: 30px;
    transition: transform 0.3s ease;
}
.ic-header .cmp-navigation__dropdownmenu li.cmp-navigation__item:first-child a:hover:after
{
    transform: translateX(5px);

}

.modal.exit-ramp-modal .modal-box__content {
    padding: 40px;
}
.exit-ramp-title {
    color: #000;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'avenir-lt-pro';
    text-align: center;
}
.exit-ramp-body {
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
    color: #444;
    font-family: 'avenir-lt-pro';
}
.exit-ramp-actions {
    text-align: center;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 1.5rem;
    flex-direction: row-reverse;
}
.exit-ramp-actions .exit-ramp-cancel, .exit-ramp-actions .exit-ramp-continue {
    min-width: 175px;
    height: 50px;
    color: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'avenir-lt-pro';
    text-decoration: none;
    cursor: pointer;
    border-radius: 31px;
}
.exit-ramp-actions .exit-ramp-cancel {
    border: 1px solid #CC3A70 !important;
    background-color: #CC3A70 !important;
}
.modal.exit-ramp-modal .modal-box {
    max-width: 41.666667%;
    margin-top: 0;
    border-radius: 0;
}
    .exit-ramp-actions .exit-ramp-continue:hover {
        background: #cc3a70;
        color: white;
        transition: all .3s ease;
    }
    
    .exit-ramp-actions .exit-ramp-cancel:hover {
        transition: all .3s ease;
            border: 3px solid #CC3A70 !important;
            color: #CC3A70;
            background-color: white !important;
    }
.modal.exit-ramp-modal .modal__close {
    max-width: 41.666667%;
    position: relative;
    margin: 0;
    width: 100%;
    color: #ff0f00;
    text-align: right;
    right: unset;
    padding-right: 15px;
    padding-top: 12px;
    margin-top: auto;
    margin-bottom: -35px;
    top: 20px;
    right: 22px;
    outline: none;
}

.exit-ramp-actions .exit-ramp-continue {
    border: 3px solid #CC3A70 !important;
    color: #CC3A70;
}







/*Footer*/
#aldo-footer-container {
  margin: 0 auto;
  width: 100%;
  background-color: #EFEFEF;
}

#aldo-footer-container .image {
  max-width: 184px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 0 24px;
}

#aldo-footer-container #aldo-footer-links-div {
  max-width: 90%;
  margin: 0 auto;
  width: 100%;
}

#aldo-footer-container #aldo-footer-links-div p:first-child {
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  padding: 12px 0 24px;
  color: #3C4242;
}

#aldo-footer-container #aldo-footer-links-div .links-section {
  margin: 0 auto 24px;
  display: flex;
  justify-content: center;
  column-gap: 32px;
}

#aldo-footer-container #aldo-footer-links-div .links-section a {
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #3C4242;
  text-decoration: none;
}

#aldo-footer-container #aldo-footer-links-div p.prep-date {
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 400;
  font-size: 12.8px;
  line-height: 19.2px;
  letter-spacing: 0px;
  text-align: center;
  color: #3C4242;
  padding-bottom: 32px;
}

#CookieReportsBannerAZ{
    z-index: 9999999 !important;
}







.cmp-teaser__content {
    min-height: 679px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    z-index: 9;
    margin-left: 37px;
}
.cmp-teaser__content h1 p
{
    color: #F59F96;
    font-family: 'avenir-lt-pro';
    font-size: 82px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 98.4px */
}

.cmp-teaser__description {
    color: #FFF;
    font-family: 'avenir-lt-pro';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 33.6px */
}

#aldo-home-page a.cmp-teaser__action-link {
    display: flex;
    width: 129px;
    height: 42px;
    padding: 6.525px 13.05px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 81.56px;
    background: #CC3A70;
    color: white;
    font-size: 19.574px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.574px; /* 100% */
    text-transform: capitalize;
    margin: 22px 0px 0px 0px;
    border:2px solid #CC3A70;
        transition: all .3s ease;

}
.mobile_nav {
  display: none;
}

#welcomepage .selfCert-logoImg {
    padding: 37px 57px;
    width: 60%;
    background: #19203D;
}
div#selfCert-main {
    display: flex;
    min-height: 1080px;
        max-width: 1472px;
    margin: 0 auto;
}
#welcomepage .selfCert-logoImg img {
    max-width: 252px;
}
#welcomepage .selfCert-logoImg:after {
    content: "";
    position: absolute;
    background: url(/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/home/modal-bg.png);
    width: 631px;
    height: 1000px;
    left: 0;
    top: 0;
    z-index: 1;
}
.self-body {
    position: relative;
    overflow: hidden;
}
[data-emptytext="Experience Fragment"] {
  display: none;
}
#welcomepage select {
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  color: #656969 !important;
  /* remove default arrow (for custom styling) */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* custom arrow */
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}
#welcomepage .selfCert-bodyArea.headersec h3 {
    color: #3C4242;
    font-family: 'avenir-lt-pro';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

#welcomepage .selfCert-anchorBtn {}

#welcomepage button.selfCert-anchorBtn-notHealth {
    border-radius: 50px;
    border: 2px solid #CC3A70;
    background: #CC3A70;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    font-family: 'avenir-lt-pro';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 16px;
}

#welcomepage .selectregion {
    margin-bottom: 30px;
}

#welcomepage p.selfCert-footer-Italics {
    color: #3C4242;
    font-family: 'avenir-lt-pro';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 47px 0px 0px 0px;
}
@media only screen and (min-width:1472px)
{
    div#main-teaser
    {
        max-width: 1472px;
        margin-left: auto;
        margin-right: auto;
    }
    #aldo-home-page div#main-teaser
    {
        max-width: 100%;
    }
    #aldo-home-page .cmp-teaser__content{
        width:  1472px;
        max-width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 100%;
        padding:0 51px;
    }
}
@media only screen and (min-width:991px) and (max-width:1100px)
{
    .ic-header .cmp-navigation__item {
        padding: .5em 0.5em;
        margin: 0 .5em;
    }
    
}
@media only screen and (min-width:991px) and (max-width:1200px)
{
    div#nav-with-logo
    {
            padding: 25px 20px 0px 20px;
    }
    .ic-header .cmp-navigation__item {
      padding: .5em 0.5em;
    }
}
@media only screen and (min-width:768px) and (max-width:1200px){
    .modal.exit-ramp-modal .modal__close {
    max-width: 33%;
    margin-left: auto;
    }
}


@media only screen and (max-width:991px)
{
    #welcomepage .selfCert-bodyArea.headersec h3
    {
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }
    #welcomepage p.selfCert-footer-Italics
    {
        font-size: 14px;
        line-height: 120%; /* 16.8px */
        padding-right: 42px;

    }
    #welcomepage div#selfCert-main {
        display: flex;
        min-height: 710px;
    }
    #welcomepage .selfCert-logoImg {
        display: none;
    }
     .cmp-teaser__description {
        font-size: 20px;
    }
    
    .cmp-teaser__content {
        margin-left: 0px;
    }
    .cmp-teaser__content h1 p
    {
      font-size: 42px;
      line-height: 110%; 
    }
    div#nav-with-logo
    {
        padding: 25px 20px 0px 20px;
    }
    .ic-header .cmp-navigation__item {
        padding: .5em 0em;
        margin: 0 .5em;
    }
    .ic-header .cmp-navigation__dropdownmenu li.cmp-navigation__item
    {
        font-size: 16px;
    }
    ul.cmp-navigation__dropdownmenu {
      position: absolute;
      left: calc(100% - 340px);
    }
    .exit-ramp-actions {
        flex-direction: column;
    }
    
    
}
@media only screen and (min-width:768px) and (max-width:800px)
{
    li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(2) a {
      width: 91px;
      display: inline-block;
    }
}
@media only screen and (min-width:768px) and (max-width:991px)
{

    
   li.cmp-navigation__item.cmp-navigation__item--level-0 a span
   {
        max-width: 150px;
        word-break: break-word;
        overflow-wrap: break-word;
        display: inline-block;
        white-space: normal;
   }
   #trexio_logo_container div.image img
   {
      max-width: 175px;
      height: auto !important;
   }
}

@media only screen and (max-width:767px)
{
    body
    {
        padding-top : 0px !important;
    }
    .modal.exit-ramp-modal .modal-box__content
    {
        padding: 20px;
    }


    .modal.exit-ramp-modal .modal-box {
        max-width: 90% !important;
        margin:auto;
    }
    .modal.exit-ramp-modal .modal__close
    {
        max-width: 90%;
        margin-bottom: -245px;
    }

    li.cmp-navigation__item.cmp-navigation__item--level-0:hover ul {
        display: none ;
    }
  #aldo-footer-container #aldo-footer-links-div .links-section a:nth-child(3) {
        margin: 0px 0 0 30px;
    }
    
    #aldo-footer-container #aldo-footer-links-div .links-section a:nth-child(4) {
        margin: 0px 0px 0 20px;
    }
    li.cmp-navigation__item.cmp-navigation__item--level-0 a span
    {
            font-size: 18px;
            
    }
    ul.cmp-navigation__dropdownmenu li a {
      color: #ffffff;
    }
    li.cmp-navigation__item.active .cmp-navigation__dropdownmenu {
        display: block !important;
        position: static !important;
        padding: 10px 0px 0px 15px;
    }
    a.cmp-navigation__item-link.xs-dpdwn-menu:after {
        content: "";
        display: inline-block;
        margin-left: 8px;
        width: 8px;
        height: 8px;
        border-right: 2px solid #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
        transform: rotate(45deg);
        transition: transform 0.3s ease;
        right: 10px;
        position: absolute;
        top: 20px;
    }
    li.cmp-navigation__item.cmp-navigation__item--level-0.active a:after {
       transform: rotate(225deg) translateY(-50%);
    }
    .mobile_nav .cmp-navigation__item
    {
        margin : 0px;
    }
    .cmp-experiencefragment.cmp-experiencefragment--header {
     padding-bottom: 0px;
     background: #19203d;
    }
    .mobile_nav.open .cmp-navigation__group_mobile, .mobile_nav {
        display: block;
    }
    .mobile_nav.open .cmp-navigation__group_mobile
    {
        position: relative;
        top: 30px;
    }
    div#header_top_copy {
      display: none;
    }
    .navigation {
        display: none;
    }
    .mobile_nav {
       display: block;
    }
    .hamburger {
        width: 100%;
        height: 3px;
        position: absolute;
        left: 0;
        background-color: #ffffff;
        border-radius: 12px;
    }
    a.ic-hamburger, a.ic-hamburger1 {
        display: block;
        position: absolute;
        right: 0px;
        margin: 0;
        z-index: 2;
        height: 24px;
        width: 24px;
        top: -30px;
    }
    div#trexio_logo_container {
      width: 80%;
     }
    .hamburger-wrapper {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }
    span.hamburger.hamburger-top {
        top: 4px;
    }
    span.hamburger.hamburger-mid {
        top: 12px;
    }
    span.hamburger.hamburger-bottom {
        top: 20px;
    }
    div#nav-with-logo
    {
        padding: 25px 24px 0px 24px;
        display: block;
    }
    .cmp-navigation__group_mobile {
        display: none;
    }
    #aldo-footer-container #aldo-footer-links-div .links-section a:first-child {
    text-align: left;
    }
    #aldo-footer-container #aldo-footer-links-div .links-section a
    {
        padding: 8px 7px;
        font-size: 14px;
        display: inline-block;
    }
    #aldo-footer-container #aldo-footer-links-div .links-section
    {
       display: block;
       margin: 0 auto 16px auto;
       max-width: 375px;
       text-align:center;
    }
    #aldo-footer-container #aldo-footer-links-div p.prep-date
    {
        padding-bottom: 56px;
        font-size: 9.8px;
        line-height: 19.2px;
    }
    #aldo-footer-container .image 
    {
        padding: 43px 0 37px 0px;
    }
}
/*@media only screen and (min-width:385px) and (max-width:680px){*/
@media screen and (max-width: 767px) and (orientation: landscape) {
    .modal.exit-ramp-modal .modal-box {
    margin: auto;
    margin-top: 190px;
}
.modal.exit-ramp-modal .modal-box__content {
    max-height: 70vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.modal.exit-ramp-modal .modal__close {
    max-width: 0;
    margin-bottom: -245px;
    right: -280px;
    top: -20px;
}
}

@media only screen and (max-width: 540px) {
    .modal.exit-ramp-modal .modal__close {
        max-width: 90%;
        margin-bottom: -35px;
    }
        .modal.exit-ramp-modal .modal-box {
        max-width: 90% !important;
        margin: 0 auto;
    }
}

@media only screen and (max-width:420px)
{
    #aldo-footer-container #aldo-footer-links-div .links-section a:nth-child(3) {
        margin: 0px 0 0 30px;
    }
    
    #aldo-footer-container #aldo-footer-links-div .links-section a:nth-child(4) {
        margin: 0px 0px 0 20px;
    }
}
@media only screen and (min-width:320px)  and (max-width:374px)
{
        #aldo-footer-container #aldo-footer-links-div .links-section
        {
          display: flex;
          flex-wrap: wrap;
        }
    
}






