.footer-company-logo {
    max-width: 225px;
}
li::marker {
    color: var(--primary-blue);
}
ul:not(.nav) li {
    /*margin-bottom: 1rem;*/
}

/*** Nav ***/
a.desktop-brand.interhigh-brand {
    border-right: 2px solid #BFBFBF;
    padding-right: 2rem;
    margin-right: 2rem;
    width: auto;
    max-width: none;
    max-height: 75px;
}
.navigation-slide-out-header .slide-close {
    z-index: 9;
}
.navigationUpdate  a.primary-button {
    margin-bottom: 0;
    margin-right: 2rem;
    margin-left: 1.875rem;
    cursor: pointer;
}
.navigationUpdate .main-header-navigation ul > li > a {
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.navigation-slide-out-header.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.navigation-slide-out-header .inner-section {
    padding: 11rem 5rem 6rem;
    height: 100%;
}
.navigation-slide-out-header.open .menu-inner {
    height: 100%;
}
.navigation-slide-out-header .inner-section .inner-bottom {
    margin-top: 15%;
}
.navigation-slide-out-header .inner-section .inner-main ul,
.navigation-slide-out-header .inner-section .inner-bottom ul {
    margin-left: 0;
}
.navigation-slide-out-header .inner-section .inner-main li {
    margin-bottom: 0;
}
.navigation-slide-out-header .inner-section .inner-main a {
    font-size: 2.875rem;
    line-height:2.5rem;
    font-family: 'Brown', sans-serif;
    font-weight: 700;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    display: inline-block;
    color: var(--grey-darkest);
}
#menu-navigation-update-top-level li a:hover,
#menu-navigation-update-top-level li a:focus,
.navigation-slide-out-header .inner-section .inner-main a:hover,
.navigation-slide-out-header .inner-section .inner-main a:focus {
    color: var(--primary-red)!important;
    text-decoration: underline;

}

.navigation-slide-out-header .inner-section .inner-bottom ul > li > a,
.navigation-slide-out-header .inner-section .inner-bottom ul > li > a:hover {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: var(--blue-tint-two);
    font-family: 'Brown', sans-serif;
    font-weight: 700;
}

@media(min-width:1200px) and (max-width: 1300px) {
    .navbar .logos {
        width: 33%;
        max-width: 33%;
    }
    .navigationUpdate .main-header-navigation .navbar-flex-inner {
        width: 67%;
        max-width: 67%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }
    .navigationUpdate .main-header-navigation .brand {
        max-width: 140px;
    }
    .navigationUpdate .main-header-navigation ul > li > a {
        font-size: 0.875rem;
    }
}

@media(max-height:991px) {
    .navigation-slide-out-header .inner-section {
        padding: 7rem 3rem 4rem;
    }
}

@media(max-width: 991.98px) {
    .navigation-slide-out-header.open {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .navigation-slide-header-buttons {
        margin-left: auto;
        padding-top: 20px;
    }
    .navigationUpdate .navigation-slide-out-button {
        position: relative;
    }
    .navigationUpdate .navigation-slide-out-button:after {
        content: "";
        position: absolute;
        top:0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        opacity: 0;
        background-image: url('../image/close_button.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .navigationUpdate .navigation-slide-out-button.opened:after {
        opacity: 1;
    }
}

@media(min-width:768px) and (max-width: 991.98px) {
    .navigation-slide-out-header .inner-section {
        padding: 4rem 0 0;
    }
    .navigation-slide-out-header .inner-section .inner-main,
    .navigation-slide-out-header .inner-section .inner-bottom {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .navigation-slide-out-header .inner-section .inner-main a {
        font-size: 2rem;
        line-height: 1;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .navigation-slide-out-header .inner-section .inner-main li {
        border-bottom: none;
        margin-bottom: 0;
    }
    .navigation-slide-out-header .inner-section .inner-bottom {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .navigation-slide-out-header.open .menu-inner {
        overflow-y: auto;
    }
}

@media(max-width: 991.98px) {

}

@media(max-height:768px) and (min-width: 992px) {
    .navigation-slide-out-header .inner-section {
        padding: 7rem 3rem 4rem;
    }
    .navigation-slide-out-header .inner-section .inner-main a {
        font-size: 2.375rem;
        line-height: 2.2rem;
    }
}

@media(max-width: 767.98px) {
    .navigation-slide-out-header .inner-section .inner-main a {
        font-size: 1.625rem;
        line-height: 1.4375rem;
    }
    .navigation-slide-out-header .inner-section .inner-main li {
        padding-bottom: 0;
    }
    .navigation-slide-out-header .inner-section {
        padding: 40px 0 0;
    }
    .navigation-slide-out-header.open .menu-inner {
        overflow-y: auto;
    }
    .navigation-slide-out-header.open .menu-inner .inner-main,
    .navigation-slide-out-header.open .menu-inner .inner-bottom {
        padding-left: 30px;
        padding-right: 30px;
    }
    .navigation-slide-out-header .inner-section .inner-bottom {
        margin-top: 2rem;
        margin-bottom: 3.2rem;
    }
}

@media(max-width:400px) {
    .navigation-slide-out-header .inner-section .inner-main a {
        font-size: 1.325rem;
        line-height: 1.1375rem;
    }
}

@media(min-width:1200px) and (max-width:1599.98px) and (max-height: 768px) {

    .navigation-slide-out-header .inner-section {
        padding: 3rem 3rem 3rem;
    }
    .navigation-slide-out-header .inner-section .inner-bottom {
        margin-top: 5%;
    }
}

@media(min-width:992px) and (max-width:1199.98px) and (max-height: 768px) {

    .navigation-slide-out-header .inner-section {
        padding: 3rem 3rem 3rem;
    }
    .navigation-slide-out-header .inner-section .inner-bottom {
        margin-top: 5%;
    }
}

@media(min-width:992px) and (max-width:1199.98px) and (max-height: 600px) {

    .navigation-slide-out-header .inner-section {
        padding: 3rem 3rem 3rem;
    }
    .navigation-slide-out-header .inner-section .inner-bottom {
        margin-top:2%;
    }
    .navigation-slide-out-header .inner-section .inner-main a {
        font-size: 1.675rem;
        line-height: 2rem;
    }
    .navigation-slide-out-header .inner-section .inner-main a {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}



@media(min-width:768px) and (max-width: 1199.98px) {
    .navigationUpdate ul.navbar-nav {
        display: none;
    }
    .navbar .logos,
    .navigationUpdate .main-header-navigation .navbar-flex-inner {
        width: 50%;
        max-width: 50%;
    }

    .navigationUpdate .main-header-navigation .navbar-flex-inner  {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }
    .navigationUpdate .main-header-navigation .brand {
        max-width: 140px;
    }
}

@media(max-width: 767.98px) {
    .navigationUpdate .main-header-navigation .mobile-brand .brand {
        height: auto;
    }
    .navbar .logos {
        margin-right: auto;
    }
    .navigationUpdate .main-header-navigation .navbar-flex-inner {
        width: auto;
        margin-left: auto;
    }
}

/*** Modal ***/
#menu-modal_menu {
    margin-left: 0!important;
    padding: 0 10px 0 20px;
}
.modal-promo-container {
    background-color: transparent;
    padding: 0 20px 0 10px;
}
#menu-modal_menu li a,
.modal-promo-container-inner {
    border-radius: 0;
}
#menu-modal_menu li a,
#menu-modal_menu li:last-of-type a {
    font-size: 2rem;
    line-height: 2.125rem;
    font-family: 'Brown', sans-serif;
    font-weight: 700;
    /*background-color: var(--primary-blue);*/
    background-color: white;
    border: 4px solid var(--primary-blue);
    color: var(--primary-blue);
}
/*#menu-modal_menu li:last-of-type a {
    background-color: var(--secondary-yellow);
    color: var(--grey-darkest);
    border: 4px solid var(--secondary-yellow);
}*/
#menu-modal_menu li a:hover,
#menu-modal_menu li:last-of-type a:hover {
    /*background-color: var(--grey-light);*/
    border: 4px solid var(--secondary-yellow);
    background-color: var(--secondary-yellow);
}
/*#menu-modal_menu li:last-of-type a:hover {
    background-color: var(--primary-blue);
    border: 4px solid var(--primary-blue);
    color: white;
}*/
.modal-promo-cta h3, .modal-promo-cta p {
    font-family: 'Brown', sans-serif;
}
.modal-promo-cta p {
    font-weight: 500;
}
.get-started-modal-inner,
#menu-modal_menu li a,
.model-promo-cta-bg-image {
    border-radius: 6px;
    overflow: hidden;
}

@media(max-width:767.98px) {
    #menu-modal_menu,
    .modal-promo-container {
        padding: 0 1rem;
        margin-bottom: 1rem;
    }
}

/*** global ***/


@media(min-width:1600px) {
    .container.wider {
        width: 1520px;
    }
    .extra-margin-left-negative {
        /*margin-left: -100px;*/
    }
}

.relative {
    position: relative;
}
a {
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -webkit-transition: all .20s ease-in-out;
}
.shadow {
    box-shadow: 0px 7px 17px 2px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 7px 17px 2px rgb(0 0 0 / 15%);
}

.image-5-3 {
    width: 100%;
    position: relative;
    padding-bottom: 62%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(min-width: 768px) {
    .md-white {
        color: white!important;
    }
    a.button.md-white {
        color: white;
        border-color: white;
        background-color: transparent;
    }

}

/*** Pupil stories carousel ***/

.block-4_columns_images_cta + .block.student-carousel {
    margin-top: 0!important;
}
.carousel-item-inner h4.alt {
    margin-bottom: 0.5rem;
}
p.student-name {
    margin-bottom: 0.5rem;
    font-family: 'Brown', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-transform: none;
    color: #143256;
    font-style: normal;
}
p.studentQuote {
    font-family: 'adobe-garamond-pro', sans-serif;
    font-size: 32px;
    line-height: 1.2;
    color: var(--primary-blue);
    font-weight: 400;
    margin-bottom: 15px;
}
p.studentQuote:before {
    content: '"';
}
p.studentQuote:after {
    content: '"';
}
.desktop-carousel-control {
    position: absolute;
    height: 570px;
    width: 310px;
    top: calc(50% - 285px);
    pointer-events: none;
    opacity: 0;
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -webkit-transition: all .20s ease-in-out;
}

.desktop-carousel:hover .desktop-carousel-control {
    opacity: 1;
}
.desktop-carousel-control:before {
    content: "";
    position: absolute;
    top: 0;
    height: 570px;
    width: 570px;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -webkit-transition: all .20s ease-in-out;
    opacity: 0.5
}
.desktop-carousel-control.prev:before {
    right: 0;
    background-position: right 50% center;
    background-image: url('../image/testimonial_fade_left.svg');
}
.desktop-carousel-control.next:before {
    left: 0;
    background-position: left 50% center;
    background-image: url('../image/testimonial_fade_right.svg');
}
.desktop-carousel-control.prev,
.desktop-carousel-control.next {

}
.desktop-carousel-control.prev {
    left: 0;
}
.desktop-carousel-control.next {
    right: -1px;
}
.desktop-carousel-control:before {

}

.desktop-carousel-control a {
    pointer-events: auto;
    width: 50px;
    height: 90px;
    top: calc(50% - 45px);
    cursor: pointer;
    position: absolute;
}
.desktop-carousel-control a:before,
.desktop-carousel-control a:after {
    content: "";
    background-size: 18px 60px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -webkit-transition: all .20s ease-in-out;
}
.desktop-carousel-control.prev a:before {
    background-image: url('../image/icon_slider_arrow_left.svg')
}
.desktop-carousel-control.next a:before {
    background-image: url('../image/icon_slider_arrow-right.svg')
}
.desktop-carousel-control.prev a:after {
    background-image: url('../image/icon_slider_arrow_hover_left.svg')
}
.desktop-carousel-control.next a:after {
    background-image: url('../image/icon_slider_arrow_hover_right.svg')
}
.desktop-carousel-control.prev a {
    left: 16px;
}
.desktop-carousel-control.next a {
    right: 16px;
}
.desktop-carousel-control a:after {
    opacity: 0;
}
.desktop-carousel-control a:hover:after {
    opacity: 1;
}
.desktop-carousel-control a:hover:before {
    opacity: 0;
}
.carousel-item-inner p.accent {
    color: var(--pastel-red);
}
.carousel-item-inner a.fill:hover {
    box-shadow: 0px 7px 17px 2px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0px 7px 17px 2px rgb(0 0 0 / 25%);
}
.image-portrait {
    width: 100%;
    position: relative;
    padding-bottom: 145%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.image-square {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.image-4-3 {
    width: 100%;
    position: relative;
    padding-bottom: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.image-4-3 > img,
.image-square > img,
.image-5-3 > img,
.image-portrait > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit:cover;
    object-fit:cover;
}

.carousel-arrow {
/*    display: inline-block;
    width: 94px;
    height: 94px;
    background-color: white;
    border-radius: 50%;
    background-position: center;
    background-size: 12px 14px;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 3px 50px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 3px 50px 0px rgba(0,0,0,0.04);
    background-image: url('../image/icon_slider_arrow_left.svg');
    cursor: pointer;
    margin-right: 20px;
    -webkit-box-shadow: 0px 3px 50px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 3px 50px 0px rgba(0,0,0,0.04);
*/
}
.carousel-arrow:hover,
.carousel-arrow:focus {
    /*background-color: var(--blue-tint-one);
    -webkit-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.15);*/

}
.carousel-arrow.carouselPrev {
    /*-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);*/
}
.carousel-arrow.carouselNext {
}


@media(min-width:1600px) {
    .bottom-row {
        margin-bottom: 90px;
    }
    .carousel-item {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .top-row .carousel-item {
        margin-left: 20px;
        margin-right: 60px;
    }
    .bottom-row .carousel-item {
        margin-left: 60px;
        margin-right: 20px;
    }
    .carousel-item--content-container {
        padding: 50px;
    }
}

@media(min-width:768px) and (max-width: 1599.98px) {
    .bottom-row {
        margin-bottom: 30px;
    }
    .carousel-arrow {
        width: 54px;
        height: 54px;
    }
    .carousel-item {
        padding-top: 0;
        padding-bottom: 40px;
    }
    .top-row .carousel-item {
        margin-left: 10px;
        margin-right: 20px;
    }
    .bottom-row .carousel-item {
        margin-left: 20px;
        margin-right: 10px;
    }
    .carousel-item--content-container {
        padding: 30px;
    }
    p.studentQuote {
        font-size: 1.125rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
    .carousel-item-inner h4.alt {
        font-size: 1.125rem;
        line-height: 1.5;
    }
    .carousel-item-inner .image-portrait {
        padding-bottom: 107%;
    }
}

@media(max-width: 767.98px) {
    p.studentQuote {
        font-size: 1.375rem;
        line-height: 1.75rem;
        margin-bottom: 2.5rem;
    }
    .carousel-item-inner h4.alt {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .carousel-item-inner {
        position: relative;
    }
}


/*** block-4_columns_images_cta ***/

.block-4_columns_images_cta .images-cta-column--inner {
    width: 100%;
    position: relative;
    padding-top: 181.25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.block-4_columns_images_cta .images-cta-column--content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.block-4_columns_images_cta .images-cta-column--content .images-cta-column--content-inner {
    padding: 50px;
}

.images-cta-column--content p.accent {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 0.625rem;
}
.images-cta-column--content h2, .images-cta-column--content .h2style {
    font-family: 'Brown', sans-serif;
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 3.5rem;
    /*margin-bottom: 1rem;*/
}
.images-cta-column--content-inner p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 1.5625rem;
}


@media not all and (hover: none) {
    .block-4_columns_images_cta .images-cta-column--inner .button-inner {
        padding-top: 1px;
        max-height: 0;
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        overflow:hidden;
    }
    .block-4_columns_images_cta .images-cta-column--inner:hover .button-inner {
        max-height: 250px;
    }
}

.block-4_columns_images_cta .gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 45%; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

@media(min-width:1200px) and (max-width: 1599.98px) {
    .block-4_columns_images_cta .images-cta-column--content .images-cta-column--content-inner {
        padding: 30px;
    }
    .images-cta-column--content h2 {
    /*    font-size: 2rem;
        line-height: 1.5;*/
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    .block-4_columns_images_cta .images-cta-column--content .images-cta-column--content-inner {
        padding: 30px 20px;
    }
    .images-cta-column--content-inner p {
        margin-bottom: 1rem;
    }
    .images-cta-column--content p.accent {
        font-size: 0.875rem;
        line-height: 1.125rem;
    }
    .images-cta-column--content h2 {
        font-size: 2.5rem;
        line-height: 1.5;
    }
    .images-cta-column--content-inner p:not(.accent) {
        font-size: 0.875rem;
        line-height: 1.35;
    }
}

@media(min-width:768px) and (max-width: 991.98px) {
    .block-4_columns_images_cta .images-cta-column--content .images-cta-column--content-inner {
        padding: 20px;
    }
    .images-cta-column--content p.accent {
        font-size: 0.875rem;
        line-height: 1.125rem;
        margin-bottom: 1rem;
    }
    .images-cta-column--content h2 {
        font-size: 2.5rem;
        line-height: 1.5;
    }
    .images-cta-column--content-inner p:not(.accent) {
        font-size: 0.875rem;
        line-height: 1.35;
    }
    .block-4_columns_images_cta .images-cta-column--inner {
        padding-top: 125%;
    }
}

@media(max-width: 767.98px) {
    .block-4_columns_images_cta .images-cta-column--inner {
        padding-top: 0;
        background-image: none!important;
    }
    .block-4_columns_images_cta .gradient {
        display: none;
    }
    .block-4_columns_images_cta .images-cta-column--content .images-cta-column--content-inner {
        padding: 30px 15px ;
    }
    .block-4_columns_images_cta .images-cta-column--content {
        position: relative;
    }
    .block-4_columns_images_cta .images-cta-column--inner .button-inner {
        max-height: none;
    }
    .images-cta-column--content p.accent {
        font-size: 0.875rem;
        line-height: 1.25rem;
        margin-bottom: 0.875rem;
    }
    .images-cta-column--content h2 {
        font-size: 2.5rem;
        line-height: 2.625rem;
    }

}


/**** Numbers in circles ****/

.block-3_columns_numbers_in_circles .circle-inner {
    border-radius: 50%;
    border: 12px solid;
    width: 100%;
    position: relative;
    padding-top: calc(100% - 24px);
}
.block-3_columns_numbers_in_circles .circle-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.block-3_columns_numbers_in_circles p.big-number {
    font-family: 'Brown', san-serif;
    font-size: 6.0625rem;
    line-height: 3.625rem;
    color: var(--grey-darkest);
    font-weight: 700;
}
.block-3_columns_numbers_in_circles span.number-label {
    display: block;
    font-family: 'Brown', san-serif;
    font-size: 1.3125rem;
    line-height: 1.5625rem;
    color: var(--grey-darkest);
    font-weight: 700;
}

@media(min-width:1200px) {
    .block-3_columns_numbers_in_circles p.big-number {
        font-size: 6.0625rem;
        line-height: 3.625rem;
    }
    .block-3_columns_numbers_in_circles span.number-label {
        font-size: 1.3125rem;
        line-height: 1.5625rem;
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    .block-3_columns_numbers_in_circles p.big-number {
        font-size: 4.0625rem;
        line-height: 3.625rem;
    }
    .block-3_columns_numbers_in_circles span.number-label {
        font-size: 1rem;
        line-height: 1.2rem;
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    .block-3_columns_numbers_in_circles p.big-number {
        font-size: 3.663rem;
        line-height: 2.625rem;
        margin-bottom: 0.3rem;
    }
    .block-3_columns_numbers_in_circles span.number-label {
        font-size: 0.825rem;
        line-height: 0.8rem;
    }
}

@media(min-width:576px) and (max-width:767.98px) {
    .block-3_columns_numbers_in_circles p.big-number {
        font-size: 7.188rem;
        line-height: 7rem;
        margin-bottom: 0.3rem;
    }
    .block-3_columns_numbers_in_circles span.number-label {

    }
}
@media(min-width:400px) and (max-width:575.98px) {
    .block-3_columns_numbers_in_circles p.big-number {
        font-size: 5.188rem;
        line-height: 4.625rem;
        margin-bottom: 0.3rem;
    }
    .block-3_columns_numbers_in_circles span.number-label {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media(max-width: 399.82px) {
    .block-3_columns_numbers_in_circles p.big-number {
        font-size: 3.288rem;
        line-height: 3rem;
        margin-bottom: 0.3rem;
    }
    .block-3_columns_numbers_in_circles span.number-label {
        font-size: 0.82rem;
        line-height: 1.5;
    }
}


/*** block-2_columns_content_with_steps ***/
.block-2_columns_content_with_steps .single-step {
    position: relative;
    padding-left: 16.6666%;
    margin-left: -16.6666%;
    width: 116.6666%;
    max-width: 116.6666%;
}
.block-2_columns_content_with_steps .add_numbers .single-step:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 29px;
    width: 1px;
    border-left: 1px dashed #707070;
}
.block-2_columns_content_with_steps .single-step:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    width: 1px;
    border-left: 1px dashed #707070;
}
.block-2_columns_content_with_steps .single-step:last-of-type:before {
    display: none;
}
.block-2_columns_content_with_steps .single-step .step-number {
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    border: 4px solid;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Brown', sans-serif;
    font-size: 2.0625rem;
    line-height: 1.5rem;
    font-weight: 700;
    background-color: #fff;
}
.block-2_columns_content_with_steps .single-step .step-circle {
    position: absolute;
    left: 0;
    width: 26px;
    height: 26px;
    border: 3px solid var(--grey-mid);
    border-radius: 50%;
    background-color: #fff;
}

@media(min-width:768px) and (max-width:991.98px) {
    .block-2_columns_content_with_steps .single-step .step-number {
        width: 45px;
        height: 45px;
        font-size: 1.75rem;
        line-height: 1.5rem;
    }
    .block-2_columns_content_with_steps .add_numbers .single-step:before {
        left: 22px;
    }
}

@media(max-width:767.98px) {
    .block-2_columns_content_with_steps .single-step .step-circle {
        display: none;
    }
    .block-2_columns_content_with_steps .single-step:before {
        display: none!important;
    }
    .block-2_columns_content_with_steps .add_numbers .single-step .step-number {
        position: relative;
        width: 45px;
        height: 45px;
        font-size: 1.75rem;
        line-height: 1.5rem;
        margin-bottom: 1.6875rem;
    }
    .block-2_columns_content_with_steps .single-step:last-of-type {
        padding-bottom: 0!important;
    }
    .block-2_columns_content_with_steps .single-step {
        padding-left: 0;
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }
}



/**** Location grid ****/
.location-grid-row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
.location-grid-item {
    /* background-color: var(--grey-light);*/
    background-color: var(--primary-blue);
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -webkit-transition: all .20s ease-in-out;
    border-radius: 6px;
    overflow: hidden;
}
.location-grid-item h3.alt {
    margin-bottom: 0;
}
.location-grid-item:hover {
    background-color: var(--blue-tint-two);
    cursor: pointer;
}

@media(min-width:768px) and (max-width: 991.98px) {
    .location-grid-row {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }
}
@media(max-width:767.98px) {
    .location-grid-row {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }
    .location-grid-item h3 {
        font-size: 1.25rem;
        line-height: 1.2;
    }
}


/*** Q&A ***/
.question-symbol:before {
    font-family: 'Brown', sans-serif;
    font-size: 4rem;
    line-height: 2.8125rem;
    font-weight: 500;
    bottom: 0;
    color: var(--primary-blue);
    margin-left: -25px;
}
.question {
    font-family: 'Brown', sans-serif;
    font-weight: 500;
    color: var(--primary-blue);
    font-size: 1.5rem;
    line-height: 1.75rem;
}

@media(max-width: 767.98px) {
    .question {
        font-size: 1.25rem;
        line-height: 1.45rem;
    }
    .question-symbol:before {
        margin-left: -10px;
    }
    .question-symbol:before {
        font-size: 3rem;
        line-height: 1.813rem;
    }
}

/*** link_slider_sub_nav ***/

.link_slider_sub_navigation {
    padding: 1.6875rem 0;
    background-color: var(--grey-lightest);
}
.link_slider_sub_navigation #link_slider .link_slider__slide-item {
    padding: 0 0.9375rem;
}
.link_slider_sub_navigation #link_slider a {
    display: block;
    text-decoration: none!important;
}
.link_slider_sub_navigation #link_slider a > div {
    font-family: 'Brown', sans-serif;
    font-weight: 700;
    font-size: 1.063rem;
    line-height: 1.375rem;
    text-transform: uppercase;
    height: 75px;
    max-height: 75px;
    color: var(--primary-blue);
}

.link_slider_sub_navigation #link_slider .slick-prev.slick-arrow,
.link_slider_sub_navigation #link_slider .slick-next.slick-arrow{
    background-image: url('../image/links_slider_ico.svg');
    width: 60px;
    height: 60px;
    background-size: 12px 14px;
    cursor: pointer;
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -webkit-transition: all .20s ease-in-out;
}
.link_slider_sub_navigation #link_slider .slick-prev.slick-arrow {
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}
.link_slider_sub_navigation #link_slider .slick-prev.slick-arrow:hover,
.link_slider_sub_navigation #link_slider .slick-next.slick-arrow:hover,
.link_slider_sub_navigation #link_slider .slick-prev.slick-arrow:focus,
.link_slider_sub_navigation #link_slider .slick-next.slick-arrow:focus {
    opacity: 0.7;
}
.link_slider_sub_navigation #link_slider a:hover > div {
    background-color: var(--primary-blue);
}

@media(min-width:768px) and (max-width:991.98px) {

    .link_slider_sub_navigation #link_slider .link_slider__slide-item {
        padding: 0 0.5rem;
    }
    .link_slider_sub_navigation .slider-container {
        max-width: calc(100% - 80px);
    }
    .link_slider_sub_navigation #link_slider .slick-prev.slick-arrow,
    .link_slider_sub_navigation #link_slider .slick-next.slick-arrow {
        width: 35px;
        height: 35px;
    }
    .link_slider_sub_navigation #link_slider .slick-prev.slick-arrow {
        left: -5%;
    }
    .link_slider_sub_navigation #link_slider .slick-next.slick-arrow {
        right: -5%;
    }
    .link_slider_sub_navigation #link_slider a > div {
        font-size: 1rem;
        line-height: 1.1;
        height: 58px;
        max-height: 58px;
    }
}

@media(max-width: 767.98px) {
    .link_slider_sub_navigation {
        background-color: white;
    }
    .link_slider_sub_navigation .slider-container {
        /*max-width: calc(100% - 30px)!important;*/
        max-width: 100%!important;
        padding-left: 1rem;
    }
    .link_slider_sub_navigation #link_slider .link_slider__slide-item {
        padding: 0;
        padding-right: 0.875rem;
    }

    #link_slider .slick-list {
        padding: 0 35% 0 0 !important;
    }
    .link_slider_sub_navigation #link_slider .slick-prev.slick-arrow,
    .link_slider_sub_navigation #link_slider .slick-next.slick-arrow {
        display: none!important;
    }
    .link_slider_sub_navigation #link_slider a > div {
        font-size: 1rem;
        line-height: 1.1;
        height: 58px;
        max-height: 58px;
        background-color: var(--grey-lightest);

    }
    .link_slider_sub_navigation {
        -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0,0,0,0.17);
        box-shadow: inset 0px 3px 6px 0px rgba(0,0,0,0.17);
    }
}

/*** Iframe ***/

.ratio65 .embed-container {
    padding-bottom: 66.25%;
}

/*** Home banner ***/

.v2021_home_banner {
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -webkit-transition: all .20s ease-in-out;
    opacity: 0;
}
.v2021_home_banner .png-image-container {
    max-height: none!important;
}
.v2021_home_banner .banner-inner {
    min-height: 100vh;
    overflow: hidden;

}

.v2021_home_banner .banner-inner .radial_gradient {
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    left: 42%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f5f5f5+100&0+0,1+100 */
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(245,245,245,1) 75%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%,rgba(245,245,245,1) 75%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(255,255,255,0) 0%,rgba(245,245,245,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f5f5f5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.v2021_home_banner .banner-inner .graphic {
    position: absolute;
    top: 0;
    /*bottom: 0;*/
    left: 42%;
    right: 0;
    background-image: url('../image/kih_pattern_blue.png') !important;
    background-size: 68px;
    background-repeat: repeat;
    background-position: right top;
    width: 100%;
    padding-bottom: 100%;
}
.v2021_home_banner .png-image-container {
    max-height: 850px;
}
.v2021_home_banner .scrollIndicator {
    position: absolute;
    bottom: 45px;
    left: calc(50% - 45px);
    width: 90px;
    height: 40px;
    background-image: url('../image/icon_scroll_indicator.svg');
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(0px 5px 4px #fff);
}

@media(max-width: 767.98px) {
    .png-image-container {
        position: relative;
        background-image: url('../image/kih_pattern_blue.png') !important;
        background-size: 68px;
        background-repeat: repeat;
        background-position: right top;
        margin: 0 -15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
    }
    .radial_gradient_mobile {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f5f5f5+100&0+0,1+100 */
        background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(245,245,245,1) 85%); /* FF3.6-15 */
        background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%,rgba(245,245,245,1) 85%); /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at center, rgba(255,255,255,0) 0%,rgba(245,245,245,1) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f5f5f5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }
    .v2021_home_banner .scrollIndicator {
        width: 50px;
        height: 30px;
    }
}


/*** Home banner update ***/

.v2021_home_banner .banner-inner {
    min-height: 0;
}

@media(min-width:768px) {
    .png-image-container {
        background-size: contain;
        background-position: bottom center;
        background-repeat: no-repeat;
    }
}





/*** Downloads ***/
.download-item-inner {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    width: 100%;
}
.download-item-inner h5 {
    font-weight: bold;
}
.download-item-inner .button:hover {
    scale: 1 !important;
}
@media(min-width: 576px) {
    .row.downloads {
        margin-left: -15px;
        margin-right: -15px;
    }
    .download-item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.block-4_columns_download .download-text-content {
    min-height: unset;
}
.block-4_columns_download .downloads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.block-4_columns_download .download-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.block-4_columns_download .download-item .download-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.block-4_columns_download .download-container-fluid {
    padding-top: 60px;
}
@media(max-width: 1599.98px) {
    .block-4_columns_download .download-container-fluid {
        padding-top: 30px;
    }
}
@media(max-width: 1199.98px) {
    .block-4_columns_download .download-container-fluid {
        padding-top: 0px;
    }
}
@media(max-width: 575.98px) {
    .block-4_columns_download .download-item,
    .block-4_columns_download .download-item .download-item-inner {
        width: 100%;
    }
}


.download-image.v2021 {
    height: 0!important;
    padding-bottom:66%;
    border-radius: 6px;
    background-color: #F6F9FC;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;
}
@media(max-width: 1299.98px) {
    .download-image.v2021 {
        background-size: 60px;
    }
}
@media(max-width: 991.98px) {
    .download-image.v2021 {
        background-size: 40px;
    }
}
@media(max-width: 767.98px) {
    .download-image.v2021 {
        background-size: 80px;
    }
}

/*** 3col with popups ***/

.three-columns-row {
    margin: 0 -15px;
}
.three-columns-inner {
    padding-left: 15px;
    padding-right: 15px;
}
.v2021_3_columns_with_popup_forms .lightbox .inner {
    max-width: 1200px;
    width: 90%;
    max-height: 90%;
}
.v2021_3_columns_with_popup_forms .lightbox .inner {
    background-color: var(--primary-blue);
    padding: 50px;
    margin: 0 auto;
    overflow: auto;
    position: relative;
}
.v2021_3_columns_with_popup_forms .lightbox {
    display: none!important;
}
.v2021_3_columns_with_popup_forms .lightbox.show {
    display: flex!important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.75);
    z-index: 999;
    align-items: center;
}
.lightbox .formLightboxClose {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 20px;
    right: 20px;
    background-image: url('../image/close_button_white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.v2021_3_columns_with_popup_forms .lightbox.show label {
    color: white!important;
}
.compliment-column {
    background-color: var(--blue-tint-three);
    padding: 20px;
    border-radius: 6px;
}
.v2021_3_columns_with_popup_forms .lightbox h2,
.v2021_3_columns_with_popup_forms .lightbox h3,
.v2021_3_columns_with_popup_forms .lightbox h4,
.v2021_3_columns_with_popup_forms .lightbox h5,
.v2021_3_columns_with_popup_forms .lightbox p,
.v2021_3_columns_with_popup_forms .lightbox .wpcf7-response-output{
    color: white;
}
.v2021_3_columns_with_popup_forms .lightbox input[type="submit"] {
    font-family: 'Brown', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    border-width: 0.125rem;
    border-style: solid;
    border-radius: var(--standard-border-radius);
    text-decoration: none;
    display: inline-block;
    margin-left: 1rem;
    transition: ease all 0.2s;
    border-color: white;
    color: white;
    background-color: transparent;
    cursor: pointer;
    margin-top: 20px;
}

@media(max-width:767.98px) {
    .v2021_3_columns_with_popup_forms .lightbox .inner {
        padding: 50px 20px 40px;
    }
}


/*** Blog posts 3 columns ***/

@media(min-width:768px) {
    .row.negative-margin {
        margin-left: -15px;
        margin-right: -15px;
    }
    .row.negative-margin .single-column {
        padding-left: 15px;
        padding-right: 15px;
    }
}



/*** Fees selector ***/

.fees_2020 .resultsArea.hidden {
    margin-top: 0!important;
}

.row.tbl-box-container {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 0;
}
.extra-fees-repeater-row {
    border-bottom: 1px solid var(--grey-light);
}
.extra-fees-repeater-row .extra-fee-label {
    font-weight: 500;
}
.extra-fees-repeater-row .extra-fee-price {
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--primary-blue);
}
.tbl-box-container:nth-of-type(odd) .tbl-box-inner {
    background-color: var(--pastel-green);
}
.tbl-box-container:nth-of-type(even) .tbl-box-inner {
    background-color: var(--pastel-orange);
}
.tbl-box-container .tbl-box-inner {
    padding: 70px 50px 55px;
}
.fees-price  {
    font-family: 'brown', sans-serif;
    font-size: 6.25rem;
    line-height: 6rem;
    font-weight: 800;
    color: var(--primary-blue);
    margin-bottom: 0;
}
.fees-price sup {
    font-size: 1.6875rem;
    font-weight: 400;
    line-height: 6rem;
    top: -3.5rem;
}
.fees-price-desc {
    font-family: 'Brown', san-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 0;
    padding-bottom: 2rem;
}
.tbl-box-inner hr {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.tbl-box-inner .additional-prices p {
    font-weight: 700;
}

.tbl-box-inner ul.bullets {
    list-style-type: none;
    margin-left: 10px!important;
}

.tbl-box-inner ul.bullets p {
    position: relative;
    padding-left: 25px;
    font-weight: 700;
    margin-bottom: 0.875rem;
}
.tbl-box-inner ul.bullets p:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('../image/icon_tick_red.svg');
}

/*
.further-info-table .sfs-column:nth-of-type(2) .sfs-subject-row,
.further-info-table .sfs-column:nth-of-type(4n+2) .sfs-subject-row {
    background-color: var(--grey-lightest);
}
.further-info-table .sfs-column:nth-of-type(2) .sfs-hd,
.further .further-info-table .sfs-column:nth-of-type(4n+2) .sfs-subject-row.sfs-hd {
    background-color: var(--blue-tint-one);
}
*/

select#selectKey {
    border: 1px solid var(--grey-darkest);
    border-radius: 3px;
    width: 100%;
    max-width: 650px;
    padding: 1rem!important;
    height: auto;
}
.extra-fees-repeater-row {
    padding-bottom: 1rem;
}

@media(min-width: 1200px) {
    .further-info-table .sfs-column:nth-of-type(2n+1) {
    }
    .further-info-table .sfs-column.odd .sfs-subject-row {
        background: var(--grey-lightest);
    }
    .further-info-table .sfs-column.even .sfs-subject-row {
        background: white;
    }
    .further-info-table .sfs-column.odd .sfs-subject-row:first-of-type {
        background: var(--blue-tint-one);
    }
    .further-info-table .sfs-column.even .sfs-subject-row:first-of-type {
        background: var(--blue-tint-two);
    }
    .further-info-table .sfs-column:nth-of-type(2) .sfs-subject-row,
    .further-info-table .sfs-column.odd .sfs-subject-row {
        font-family: 'Brown', sans-serif;
        font-size: 0.875rem;
        line-height: 1.5rem;
        color: #1d1d1b;
    }
    .further-info-table .sfs-column .sfs-hd, .further-info-table .sfs-column .sfs-subject-row {
        height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 8px;
    }

    .further-info-table .sfs-column .sfs-subject-row {
        font-family: 'Brown', sans-serif;
        font-weight: 500;
        font-size: 0.875rem;
        line-height: 1.3125rem;
    }

    .further-info-table .sfs-column.even .sfs-subject-row:first-of-type,
    .further-info-table .sfs-column.odd .sfs-subject-row:first-of-type {
        font-family: 'Brown', sans-serif;
        font-weight: 700;
        color: #fff;
        font-size: 1.25rem;
        line-height: 1.5rem;
        height: 84px;
        padding: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .further-info-table .sfs-column .sfs-subject-row {
        border-bottom: 1px solid #BFBFBF;
    }
    .further-info-table {
        border: 1px solid #BFBFBF;
    }
}

@media(max-width:1199.98px) {
    .further-info-table .sfs-column .sfs-subject-row {
        border-bottom: 1px solid var(--grey-light);
    }
    .further-info-table .sfs-column {
        border-right: 1px solid var(--grey-light);
        border-bottom: 1px solid var(--grey-light);
        border-top: 1px solid var(--grey-light);
        margin-bottom: 20px;
    }
    .further-info-table .sfs-column.first-table-column {
        border-bottom: 1px solid var(--grey-light);
        border-top: 1px solid var(--grey-light);
        border-left: 1px solid var(--grey-light);
    }
    .further-info-table .sfs-column.first-table-column .sfs-subject-row {
        background-color: var(--grey-lightest)!important;
    }
    .further-info-table .sfs-column:nth-of-type(2n) .sfs-subject-row.sfs-hd {
        background-color: var(--primary-blue);
        font-weight: 700;
        font-size: 1.25rem;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0;
    }
    .further-info-table .sfs-column.first-table-column .sfs-subject-row {
        color: var(--grey-darkest);
        font-weight: 500;
    }
    .sfs-column.first-table-column .sfs-hd {
        opacity: 0;
    }
    .further-info-table-container {
        margin-left: 0;
    }
}

@media(min-width:768px) and (max-width: 991.98px) {
    .tbl-box-container {
        margin-top: 0;
    }
    .row.tbl-box-container {
        margin-left: -20px;
        margin-right: -20px;
    }
    .fees-price {
        font-size: 4.25rem;
        line-height: 4rem;
    }
    .tbl-box-container .tbl-box-inner {
        padding: 40px 20px 20px;
    }
    .tbl-box-inner hr {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

@media(max-width: 767.98px) {
    .tbl-box-container .tbl-box-inner {
        padding: 70px 1rem 50px;
    }
    .tbl-box-container {
        margin-top: 0;
    }
    .row.tbl-box-container {
        margin-left: -15px;
        margin-right: -15px;
    }
    .fees-price {
        font-size: 5rem;
        line-height: 5rem;
    }
    .fees-price-desc {
        margin-top: -2rem;
    }
    .tbl-box-inner hr {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .extra-fees-repeater-row .extra-fee-label {
        font-weight: 500;
    }
    .extra-fees-repeater-row .extra-fee-price {
        font-weight: 700;
        font-size: 1.25rem;
        color: var(--primary-blue);
    }
}


/*** Table ***/

.nw-table .cell,
.nw-table .heading-cell {
    flex: 1 1 0px;
    text-align: center;
    padding: 1rem;
}
.nw-table .heading-cell {
    color: white;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
}
.nw-table .heading-cell:nth-of-type(odd) {
    background: var( --blue-tint-one);
}
.nw-table .heading-cell:nth-of-type(even) {
    background: var( --blue-tint-two);
}
.nw-table .table-row .cell:nth-of-type(odd) {
    background-color: var(--grey-lightest);
}
.nw-table .table-row .cell:nth-of-type(even) {
    background-color: white;
}
.nw-table .table-row {
    border-bottom: 1px solid var(--grey-light);
}
.nw-table .table-row .cell {
    font-family: 'Brown', sans-serif;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    border-left: 1px solid var(--grey-light);
}
.nw-table .table-row .cell:last-of-type {
    border-right: 1px solid var(--grey-light);
}

@media(max-width:767.98px) {
    .nw-table .heading-cell {
        font-size: 0.875rem;
        line-height: 1.3125rem;
    }
    .nw-table .cell, .nw-table .heading-cell {
        padding: 10px 6px;
    }
}



/**** partnership ***/
.wpuf-user-avatar,
.wpuf-user-avatar img,
.wpuf-user-loggedin img{
    display: none;
}
.wpuf-user-loggedin {
    text-align: left;
}
.wpuf-user-loggedin h3 {
    margin-top: 0;
}
.message.register {
    text-align: left;
    color: var(--primary-blue);
}


/*** Home Banner OE Update ***/
.v2021_home_banner .days-block-home,
.secondary_banner_2021 .days-block-home {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    transform: translateY(3px);
}
.v2021_home_banner .days-block-home.dont_display_oe_cta,
.secondary_banner_2021 .days-block-home.dont_display_oe_cta {
    display: none !important;
}
.v2021_home_banner .days-wrap,
.secondary_banner_2021 .days-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.v2021_home_banner .days-wrap h2,
.secondary_banner_2021 .days-wrap h2 {
    font-size: 32px;
    line-height: 32px;
    color:var(--primary-blue);
    text-align: center;
    width: 100%;
    font-weight: bold;
    padding-left: 16px;
    letter-spacing: 16px;
    margin-bottom: 0;
    margin-top: 8px;
}
.v2021_home_banner .days-wrap p,
.secondary_banner_2021 .days-wrap p {
    font-family: adobe-garamond-pro, serif;
    font-size: 24px;
    line-height: 11px;
    color:var(--primary-blue);
    text-align: center;
    font-weight: 500;
    margin-top: 15px;
}
.v2021_home_banner .days-wrap .days-inner,
.secondary_banner_2021 .days-wrap .days-inner {
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
.v2021_home_banner .days-wrap .days-inner,
.secondary_banner_2021 .days-wrap .days-inner {
    padding: 0 5px 16px;
}

.secondary_banner_2021 .open-evening-button-days-flex {
    position: relative;
    z-index: 2;
}

/*** Default Blue Background ***/
.secondary_banner_2021.default_blue_background .open-evening-button-days-flex a.secondary-button {
    background-color: transparent;
    border-color: #FFFFFF;
}
.secondary_banner_2021.default_blue_background .open-evening-button-days-flex a.secondary-button:hover {
    background-color: #FFFFFF;
}
.secondary_banner_2021.default_blue_background .days-wrap p,
.secondary_banner_2021.default_blue_background .open-evening-button-days-flex h4 {
    color: #FFFFFF;
}
.secondary_banner_2021.default_blue_background .displaying_event_now .eyebrow-large {
    display: none;
}

@media(max-width: 1240px) {
    .v2021_home_banner .days-block-home,
    .secondary_banner_2021 .days-block-home {
        margin-left: 0;
    }
}

@media(max-width: 1199.98px) {
    .v2021_home_banner .open-evening-button-days-flex,
    .secondary_banner_2021 .open-evening-button-days-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .v2021_home_banner .days-wrap,
    .secondary_banner_2021 .days-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .v2021_home_banner .open-evening-button-days-flex > a.button,
    .secondary_banner_2021 .open-evening-button-days-flex > a.button {
        display: block;
        width: fit-content;
        width: max-content;
    }

    .v2021_home_banner .days-block-home,
    .secondary_banner_2021 .days-block-home {
        transform: translate(-15px, -5px);
    }
}

@media(max-width: 767.98px) {
    .secondary_banner_2021.default_blue_background .open-evening-button-days-flex a.secondary-button {
        background-color: var(--primary-blue);
        border-color: var(--primary-blue);
    }
    .secondary_banner_2021.default_blue_background .open-evening-button-days-flex a.secondary-button:hover {
        background-color: transparent;
    }
    .secondary_banner_2021.default_blue_background .days-wrap p,
    .secondary_banner_2021.default_blue_background .open-evening-button-days-flex h4 {
        color:  var(--primary-blue);
    }
    .secondary_banner_2021 h3 > p.white {
        color: var(--primary-blue) !important;
    }
}

@media(max-width: 575px) {
    .v2021_home_banner .open-evening-button-days-flex > a.button,
    .secondary_banner_2021 .open-evening-button-days-flex > a.button {
        width: 100%;
        text-align: center;
    }
}