:root {
    --usp-scale-factor: 0.9;
}

main {
    overflow: visible !important;
}

.content__container,
.content__left__container {
    display: flex;
    justify-content: center;
}

.main__content__container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/*
.sidebar__left {
    max-width: calc((336 / 1440) * 1366px);
    min-width: calc((336 / 1440) * 1366px);
    padding: 0px 24px 12px 72px;
}

.sidebar__right {

    overflow: hidden;
    min-width: calc((336 / 1440) * 1366px);
    max-width: calc((336 / 1440) * 1366px);
}

.sidebar__right img.subhero {
    /*
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        
    border-radius: 20px;
}
    

.main__content {
    max-width: 600px;
    width: 100%
}

*/

.sidebar__right img.subhero {
    border-radius: 20px;
}

.main__content h1 {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
}

header .readmore button,
#online-check button,
#offpage button,
button.green {
    background: linear-gradient(90deg, #196F79, #337F88) !important;
    margin-right: 0px;
    min-width: 276px;
    border-radius: 0px !important;
    padding: 0px 22px !important;
    transition: 0.5s;
    height: 48px !important;
    cursor: pointer;
}


#online-check {
    background-color: #E6EFF0;
    padding: 24px;
    margin: 24px 0px;
}

#online-check .cbox__arrow {
    display: none !important;
}

a.button__ahref {
    text-decoration: none;
    cursor: pointer;
    width: fit-content;
    display: block;
}

.scrolled header .readmore button {
    background: none !important
}

header .readmore button:hover {
    background: linear-gradient(90deg, #337F88, #196F79);
}

header .readmore a {
    padding: 0px;
}

.cbox.cbox__summary {
    padding: 36px;
    background-color: #E6EFF0;
    margin-bottom: 24px;
    border-radius: 20px;
    width: 100%;
    margin-left: 0px;
}

.sidebar__left ul {
    padding: 0px;
    list-style: none;
    position: sticky;
    top: 128px;
    left: 0px;
    padding-top: 0px;
}

.sidebar__left img {
    width: 24px;
    margin-right: 12px;
}

.sidebar__left ul li {
    display: flex;
    padding-left: 12px;
    margin: 16px 0px;
    border-left: 2px solid transparent;
    align-items: center;
    font-size: 16px;
    line-height: 23px;
}

.sidebar__left ul li.active,
.sidebar__left ul li:hover {
    border-left: 3px solid #6A95B1;
    font-weight: 400;
}

.sidebar__left a {
    text-decoration: none;
    color: #413F3D;
}

/*
    .sidebar__right ul li::marker {
        color: #D4AF37
    }
        */


.cbox {
    padding: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position:relative;
    scroll-margin-top: 80px;
}

.cbox img.icon {
    min-width: 24px;
    max-width: 24px;
    margin-right: 12px;
    height: 24px;
    transform: translate(0px, 15%);
}

.cbox h2,
.cbox h3 {
    min-width: calc(100% - 36px);
    max-width: calc(100% - 36px);
    margin-bottom: 16px;
}

.sidebar__section {
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 1px solid #dfdfdf
}

.sidebar__section.links ul {
    list-style: none;
    padding-left: 0px
}

.sidebar__section.links ul li {
    margin-bottom: 4px;
}

.sidebar__section.links ul li:last-of-type {
    margin-bottom: 0px;
}

.sidebar__section.links ul li a {
    color: #6A95B1;
}

.sidebar__section:last-of-type {
    border: none;
}


.whatsapp-button {
    display: none !important
}

.cbox__arrow {
    display: none;
}

.cbox__summary button {
    margin-top: 24px;
}

main .mobile {
    display: none;
}

.back-to-parent {
    font-size: 14px;
    margin: 0px;
    margin-bottom: 0px;
}

.back-to-parent a {
    color: #413F3D;
    text-decoration: none;
    opacity: 0.7;
}

.cbox ul {
    list-style: disc;
    padding-left: 0;
}

.cbox ul li {
    margin-bottom: 12px;
        display: block;
    position: relative;
    padding-left: 20px;
}

.cbox ul li::before {
    content: "•";
    font-size: 30px;
    margin-right: 12px;
    line-height: 23px;
    position: absolute;
    left: 0px;
}


.usps--small h3 {
    font-size: calc(24px * var(--usp-scale-factor));
    line-height: calc(28px * var(--usp-scale-factor));
    letter-spacing: calc(-0.58 * var(--usp-scale-factor));
}

.usps--small .usp__icon img {
    max-width: calc(64px * var(--usp-scale-factor));
    height: calc(64px * var(--usp-scale-factor));
}

.header__row.flex {
    width: 100%;
    justify-content: space-between;
}

.header__row .sidebar__left,
.header__row .sidebar__right {
    min-height: 1px;
}

.sidebar__main {
    display: flex;
    flex: 0 0 calc(75% - (48 / 1366) * var(--screen-width));
}

.main__content {
    /*max-width: calc((600 / 1366) * var(--screen-width));*/
    flex: 0 0 45%;
    max-width: none;
    min-width: 1px;
}

.sidebar__main .main__content {
    flex: 0 0 70%;
}

.sidebar__left {
    flex: 0 0 10%;
    /*min-width: calc((288 / 1366) * var(--screen-width));
        max-width: calc((288 / 1366) * var(--screen-width));
        /*padding: 0px calc((24 / 1366) * var(--screen-width)) calc((12 / 1366) * var(--screen-width)) calc((72 / 1366) * var(--screen-width));*/
    padding: 0px;
    max-width: none;
}

.sidebar__main .sidebar__left {
    flex: 0 0 30%;
}

.sidebar__right {
    flex: 0 0 25%;
    /*max-width: calc((404 / 1366) * var(--screen-width));
        min-width: calc((404 / 1366) * var(--screen-width));*/
    max-width: none;
}

/* 1366PX BREAKPOINT STYLING */
@media (min-width: 1366px) {



    .sidebar__right img.subhero {
        border-radius: calc((20 / 1366) * var(--screen-width));
    }

    .main__content h1 {
        margin-bottom: calc((16 / 1366) * var(--screen-width));
        font-size: calc((48 / 1366) * var(--screen-width));
        line-height: calc((48 / 1366) * var(--screen-width));
    }

    header .readmore button,
    #online-check button,
    #offpage button,
    button.green {
        min-width: calc((276 / 1366) * var(--screen-width));
        padding: 0px calc((22 / 1366) * var(--screen-width));
        height: calc((48 / 1366) * var(--screen-width));
    }

    #online-check {
        padding: calc((24 / 1366) * var(--screen-width));
        margin: calc((24 / 1366) * var(--screen-width)) 0px;
    }

    .cbox.cbox__summary {
        padding: calc((36 / 1366) * var(--screen-width));
        margin-bottom: calc((24 / 1366) * var(--screen-width));
        border-radius: calc((20 / 1366) * var(--screen-width));
    }

    .sidebar__left ul {
        padding-top: calc((0 / 1366) * var(--screen-width));
    }

    .sidebar__left img {
        width: calc((24 / 1366) * var(--screen-width));
        margin-right: calc((12 / 1366) * var(--screen-width));
    }

    .sidebar__left ul li {
        padding-left: calc((12 / 1366) * var(--screen-width));
        margin: calc((16 / 1366) * var(--screen-width)) 0px;
        font-size: calc((16 / 1366) * var(--screen-width));
        line-height: calc((23 / 1366) * var(--screen-width));
    }

    .cbox {
        padding: calc((24 / 1366) * var(--screen-width));
    }

    .cbox img.icon {
        min-width: calc((24 / 1366) * var(--screen-width));
        max-width: calc((24 / 1366) * var(--screen-width));
        margin-right: calc((12 / 1366) * var(--screen-width));
        height: calc((24 / 1366) * var(--screen-width));
    }

    .cbox h2,
    .cbox h3 {
        min-width: calc(100% - calc((36 / 1366) * var(--screen-width)));
        max-width: calc(100% - calc((36 / 1366) * var(--screen-width)));
        margin-bottom: calc((16 / 1366) * var(--screen-width));
    }

    .sidebar__section {
        padding-bottom: calc((36 / 1366) * var(--screen-width));
        margin-bottom: calc((36 / 1366) * var(--screen-width));
    }

    .sidebar__section.links ul li {
        margin-bottom: calc((4 / 1366) * var(--screen-width));
    }

    .cbox__summary button {
        margin-top: calc((24 / 1366) * var(--screen-width));
    }

    .usps-small h3 {
        font-size: calc(calc((24 / 1366) * var(--screen-width)) * var(--scale-factor));
        line-height: calc(calc((28 / 1366) * var(--screen-width)) * var(--scale-factor));
        letter-spacing: calc(calc((-0.58 / 1366) * var(--screen-width)) * var(--scale-factor));
    }



}

@media (max-width: 1247.98px) {}


@media (max-width: 991.98px) {

    .cbox {
        padding: 24px 0px;
    }

    .main__content h1 {
        height: auto;
        width: 100%;
        font-size: 36px;
        line-height: 40px;
        max-width: 100%;
    }

    .main__content__container {
        flex-direction: column;
    }

    .sidebar__right,
    .main__content {
        min-width: none;
        max-width: none;
    }

    #primary.pdt0--tablet {
        padding-top: 0px
    }

    .wrapper {
        padding: 0px 24px;
    }

    #hamburger-container,
    #close-menu {
        right: 24px
    }

    .sidebar__right {
        margin-top: 48px
    }

    button.info__button {
        width: auto
    }

    ul.icons.mobile {
        width: 100%;
        justify-content: center;
    }

    #menu-icon-bg {
        right: 36px;
        top: 36px;
    }

    #online-check {
        padding: 24px 12px;
    }

    .cbox p,
    .cbox ul,
    .cbox h3,
    .cbox h4,
    .cbox button {
        display: none !important;
    }

    #online-check .cbox p,
    .cbox ul,
    .cbox h3,
    .cbox h4,
    .cbox button {
        display: block !important;
    }

    .cbox.open p,
    .cbox.open ul,
    .cbox.open h3,
    .cbox.open h4,
    .cbox.open button {
        display: block !important;
    }

    .cbox.cbox__summary p,
    .cbox.cbox__summary ul,
    .cbox.cbox__summary button {
        display: block !important
    }

    .cbox.cbox__summary button {
        display: flex !important
    }

    .cbox__arrow {
        position: absolute;
        display: flex;
        transition: var(--transition);
        right:0px;
        top: 34px;
    }

    .visible .cbox__arrow {
        transform: rotate(180deg);
    }

    .cbox h2,
    .cbox h3 {
        min-width: calc(100% - 72px);
        max-width: calc(100% - 72px);
    }

    .sidebar__left {
        display: none;
    }

    .header__row .sidebar__left,
    .header__row .sidebar__right {
        display: none;
    }

    .header__row.pdt48 {
        padding-bottom:0px;
    }

    .sidebar__main {
        flex: 0 0 100%;
    }

    .sidebar__main .main__content {
        flex: 0 0 100%;
    }

    #content {
        padding-top:48px
    }



}