/* NEW Sitemap/error CSS */



#sitemap-banner,
#sitemap-linktree .linktree-container,
#sitemap-linktree .linktree-container .linktree-column {
    display: flex;
}

#sitemap-banner {
    align-items: center;
}

#sitemap-linktree {
    max-width: 1024px;
    width: 91%;
}

#sitemap-linktree .linktree-container .linktree-column {
    flex-direction: column;
}

#sitemap-linktree p.linktree-title,
#sitemap-linktree a {
    font-family: "Britanica-Black";
    margin-bottom: 32px;
}

#sitemap-linktree p.linktree-title {
    color: black;
}

#sitemap-linktree a {
    color: #004122;
    text-decoration: underline;
    width: fit-content;
}
#sitemap-linktree a:hover {
    text-decoration: none;
}

#sitemap-linktree ul {
    list-style-type: none;
}

#sitemap-linktree ul li {
    display: list-item;
    margin-bottom: 32px;
    padding-left: 15px;
}

#sitemap-linktree ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: black;
    border-radius: 50%;
}

/* NEW Sitemap/error CSS */


.the-info {
    display: block;
    margin-top: 20px;
}

.the-info a {
    color: #004122;
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
    text-decoration: underline;
}

.hide-desktop {
    display: none;
}


.modal--visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    user-select: none;
    cursor: pointer;
}

.modal-box {
    position: fixed;
    flex-shrink: 0;
    margin-top: 10%;
    margin-bottom: auto;
    width: 100%;
    max-width: 569px;
    background-color: #ededed;
    opacity: 1;
    cursor: auto;
    padding: 45px 45px 77px 57px;
    border: 1px solid #00000000;
    border-radius: 20px;
}

.modal-box__content {
    color: #000;
}

button.modal__close {
    display: none;
}

.modal-enabled {
    overflow: hidden;
}

.exit-ramp-cancel close-exit-ramp {
    cursor: pointer;
}

.exit-ramp-modal .exit-ramp-title {
    color: #006838;
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
}

.exit-ramp-body:after {
    padding-top: 10px;
    display: block;
    content: "Would you like to continue to an external link?";
    color: #2E2E2E;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
    font-weight: bold;
}

.exit-ramp-modal .exit-ramp-body {
    padding: 0px 20px 16px 0;
    color: #2E2E2E;
    font-size: 20px;
    text-align: center;
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    line-height: 21px;
}

.exit-ramp-modal .modal__close .modal__closeIcon:before {
    position: relative;
}

.exit-ramp-modal::before {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.exit-ramp-modal .modal-box__content {
    padding-top: 47px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
}

.exit-ramp-modal .exit-ramp-actions {
    margin-top: 1em;
    padding: 1.5em;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row-reverse;
    padding-bottom: 1em;
}

.exit-ramp-modal .exit-ramp-actions {
    padding-top: 0;
    margin-top: 26px;
}

.exit-ramp-modal .exit-ramp-continue {
    background: #006838 0% 0% no-repeat padding-box;
    width: 189px;
    height: 54px;
    box-shadow: 0px 0px 8px #125D32;
    border-radius: 29px;
    opacity: 1;
    padding-top: 15px;
    color: #FFF;
    font-size: 16px;
    line-height: 26px;
    margin-left: 51px;
    text-align: center;
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.exit-ramp-modal .exit-ramp-cancel {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 8px #125D32;
    border: 2px solid #006838;
    border-radius: 29px;
    opacity: 1;
    cursor: pointer;
    color: #006838;
    width: 188px;
    padding-top: 15px;
    height: 54px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
    text-decoration: none;
    font-weight: bold;
}

.exit-ramp-modal .modal-box {
    position: relative;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: auto;
    background: transparent linear-gradient(90deg, rgb(255, 255, 255, 0.9) 0%, rgb(255, 255, 255, 0.9) 1%, rgb(232, 232, 232, 0.9) 9%, rgb(255, 255, 255, 0.9) 47%, rgb(200, 202, 204, 0.9) 91%, rgb(200, 202, 204, 0.9) 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #00000000;
    border-radius: 20px;
    width: 1160px;
    height: 396px;
    cursor: auto;
    will-change: transform, opacity;
    max-width: 800px;
}
.contact-txt1 {
    padding-top: 33px;
    width: 90%;
}
.contact-txt2 {
    margin-top: 30px;
    width: 90%;
}
.txt-nowrap {
    white-space: nowrap;
}
.contact-txt2 a {
    white-space: nowrap;
}
.contact-txt2 a:hover{
    text-decoration: none;
}
.contact-us {
    padding-left: 37px;
}

@media only screen and (max-width: 991px) {
    #sitemap-banner {
        height: 148px;
        background: url('/content/dam/intelligentcontent/brands/wainua/en/phase1/images/mobile/site-map-hero-bg-mb.svg')no-repeat;
        background-size: cover;
        background-position: right;
        padding: 0 12px;
    }

    #sitemap-linktree {
        margin: 56px 0;
        padding: 0 12px;
    }

    #sitemap-linktree .linktree-container {
        flex-direction: column;
    }

    #sitemap-linktree .error-msg h2 {
        margin-bottom: 45px;
    }

    #sitemap-linktree .error-msg p:nth-of-type(1) {
        margin-bottom: 30px;
        padding-right: 10px;
    }

    #sitemap-linktree .error-msg p:nth-of-type(2) {
        margin-bottom: 40px;
    }




    .modal-box {
        margin-bottom: auto;
        width: 100%;
        max-width: 334px;
        background-color: #fff;
        padding: 16px 30px 26px 31px;
    }

    .exit-ramp-modal .exit-ramp-actions {
        flex-direction: column-reverse;
        padding: 0px;
        margin-top: 30px !important;
    }

    .exit-ramp-modal .exit-ramp-continue {
        margin-top: 20px !important;
        margin: auto;
        width: 188px;
        height: 44px;
        padding-top: 8px;
    }

    .exit-ramp-modal .exit-ramp-cancel {
        margin: auto;
        height: 44px;
        padding-top: 9px;
    }

    .exit-ramp-modal .modal-box__content {
        padding-top: 7px;
    }

    .exit-ramp-modal .exit-ramp-title {
        font-size: 21px;
        line-height: 26px;
    }

    .exit-ramp-modal .exit-ramp-body {
        font-size: 14px;
        line-height: 23px;
        padding: 0px 0px 0px 0;
    }

    .exit-ramp-body:after {
        font-size: 14px;
    }

    .exit-ramp-modal .modal-box {
        width: 90%;
        height: auto;
    }


    .hide-desktop {
        display: block !important;
    }

    #sitemap-linktree .linktree-column:nth-of-type(2) a:last-child {
        margin-bottom: 0;
    }

    #sitemap-linktree p.linktree-title,
    #sitemap-linktree a {
        font-size: 17px;
    }
    
    .contact-us {
    padding-left: 0px;
    padding-top: 40px;
}
.contact-txt2 {
    width: 100%;
    margin-top: 25px;
    padding-bottom: 40px;
}
 .contact-txt1 {
      width: 100%;
      padding-top: 30px;
 }
}

@media only screen and (min-width: 992px) {
    #sitemap-banner {
        height: 21.9vw;
        background: url('/content/dam/intelligentcontent/brands/wainua/en/phase1/images/desktop/site-map-bg.png')no-repeat;
        background-size: cover;
        background-position: right;

    }
  #sitemap-banner h1{
    max-width: 1275px;
    margin: 0 auto;    
    width: 91%;
  }
    #sitemap-linktree {
        margin: 76px auto 30px;
    }

    #sitemap-linktree .linktree-container {
        gap: 290px;
    }

    #sitemap-linktree .error-msg h2 {
        margin-bottom: 36px;
    }

    #sitemap-linktree .error-msg p:nth-of-type(1) {
        margin-bottom: 45px;
    }

    #sitemap-linktree .error-msg p:nth-of-type(2) {
        margin-bottom: 50px;
    }

    #sitemap-linktree p.linktree-title,
    #sitemap-linktree a {
        font-size: 20px;
    }

}

@media (min-width: 426px) and (max-width: 991px) {
    #sitemap-banner {
        background-position: unset;
    }
}