.nw-cta-block {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    padding-top: 13.75rem;
    padding-bottom: 13.75rem;

    position: relative;
}

.slim.nw-cta-block {
    padding-top: 7.25rem;
    padding-bottom: 6rem;
}

@media(min-width:767.98px) and (max-width:1366px){
    .nw-cta-block {
        padding-top: 7.25rem;
        padding-bottom: 6rem;
    }
}


.nw-opacity-bg {
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nw-main-footer-fluid-container {
    border-top: 0.063rem solid var(--grey-light);
}

.footer-company-logo {
    margin-bottom: 4.375rem;
}

.nw-cta-block h2.nw-cta-heading,
.nw-cta-block p {
    color: var(--white);
}
.nw-cta-block p {
    font-weight: 500;
    font-style: normal;
}

ul.nw-footer-column-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.nw-footer-column-menu li,
ul.nw-footer-column-menu li a {
    font-family: "Brown", sans-serif;
    font-weight: 400;
    font-style:  normal;
    color: var(--grey-darkest);
}

ul.nw-footer-column-menu li {
    font-size: 1rem;
    line-height: 1.063rem;
    margin-bottom: 0.813rem;
}
ul.nw-footer-column-menu li a {

}

ul li.nw-company-details-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
ul li.nw-company-details-link a:after {
    content: "";
    background-image: url('../image/smallArrow.svg');
    background-repeat: no-repeat;
    background-position: right center;
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.313rem;

    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
ul li.nw-company-details-link.show a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nw-footer-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.nw-footer-logos .nw-footer-logo-item {
    max-width: 10rem;
    margin-top: 1.25rem;
    max-width: 20%;
    width: 16%;
    margin-bottom: 45px;
    padding: 0px 5px;
}

div.nw-footer-text-strip {
    padding-top: 15px;
    padding-bottom: 50px;
}
div.nw-footer-text-strip p {
    font-size: 0.875rem;
    line-height: 1.188rem;
    font-weight: 500;
    font-style: normal;
}

div.nw-footer-base-menu {
    background-color: var(--grey-lightest);
}

p.nw-footer-contact-links a {
    font-family: "Brown", sans-serif;
    font-size: 1.063rem;
    line-height: 1.5rem;
    font-weight: 500;
    font-style: normal;
    color: var(--grey-darkest);
}

div.nw-main-footer-area h4,
div.nw-main-footer-area p.h4style,
div.nw-main-footer-area p.h4style > a {
    font-family: "Brown", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.75rem;
}


ul.nw-footer-bottom-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.nw-footer-bottom-menu li,
ul.nw-footer-bottom-menu li a {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    font-style: normal;
}

ul.nw-footer-bottom-menu li {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
ul.nw-footer-bottom-menu li:not(:first-of-type) {
    margin-left: 1.063rem;
}
ul.nw-footer-bottom-menu li:not(:last-of-type) {
    margin-right: 1.063rem;
}
ul.nw-footer-bottom-menu li a {
    color: var(--grey-dark);
}
span.nw-footer-company-details-text {
    font-family: "Brown", sans-serif;
}
span.nw-footer-company-details-label {
    font-weight: 800;
    font-style: normal;
    font-size: 0.75rem;
    line-height: 0.875rem;
}
span.nw-footer-company-details-content {
    font-weight: 500;
    font-style: normal;
    font-size: 0.688rem;
    line-height: 1rem;
}

div.nw-footer-company-details-section {
    display: none;
    padding-bottom: 0.625rem;
    transition: opacity 1s ease-out;
    opacity: 0;
}
div.nw-footer-company-details-section.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}

.nw-footer-accordion h4 a {
    font-family: "Brown", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.75rem;
}

ul.nw-footer-column-menu li a {
    display: block;
}

.nw-social-icons a.nw-social-icon-link {
    margin-right: 0.625rem;
}


.nw-footer-logos .nw-footer-logo-item img {
    height: auto !important;
}

@media(max-width: 767px) {
    .nw-cta-block {
        padding-top: 8.75rem;
        padding-bottom: 8.75rem;
    }
    .nw-cta-buttons .button {
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;

        margin-left: auto !important;
        margin-right: auto !important;
    }
    .nw-cta-buttons .button:not(first-of-type) {
        margin-top: 0.938rem;
    }
    .nw-cta-margin-top {
        margin-top: 3.75rem;
    }

    .nw-footer-logo-and-social-details {
        text-align: center;
    }
    .footer-company-logo {
        margin-bottom: 2.5rem;
    }
    .nw-social-icons {
        padding-bottom: 2.5rem;
    }

    div.menu-footer-bottom-menu-container {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    ul.nw-footer-bottom-menu {
        display: block;
        text-align: center;
    }
    ul.nw-footer-bottom-menu li {
        padding-top: 0.625rem !important;
        padding-bottom: 0.625rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    p.nw-footer-contact-links a {
        font-size: 0.875rem;
        line-height: 1.125rem;
    }
    ul li.nw-company-details-link a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .nw-footer-logos .nw-footer-logo-item img {
        max-height: 4.375rem;
        margin: 0 auto;
        max-width: 75%;
        display: block;
    }
}
@media(min-width: 768px) {
    .nw-cta-buttons {
        margin-top: 1.25rem;
    }
    .nw-cta-margin-top {
        margin-top: 4.375rem;
    }
    div.nw-footer-company-details-column {
        padding-right: 1.063rem;
    }

    .nw-footer-logos .nw-footer-logo-item img {
        max-height: 6.25rem;
        margin: 0 auto;
        max-width: 75%;
        display: block;
    }
}

@media(max-width: 991px) {
    .nw-footer-accordion a img.accordionArrow {
        -webkit-transition: -webkit-transform 0.2s linear;
        transition: -webkit-transform 0.2s linear;
        -o-transition: transform 0.2s linear;
        transition: transform 0.2s linear;
        transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    }
    .nw-footer-accordion a[aria-expanded="true"] img.accordionArrow {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .nw-accordion-link-row {
        background-size: 1.25rem 0.625rem;
        border-bottom: 0.063rem solid #B3B3B3;
    }
    .nw-footer-accordion h4,
    .nw-footer-accordion p.h4style a {
        margin-bottom: 0;
    }
    .nw-footer-accordion h4 a,
    .nw-footer-accordion p.h4style a{
        display: block;
        padding-top: 1.25rem;
        padding-right: 2.813rem;
        padding-bottom: 1.25rem;
        padding-left: 0.938rem;
        position: relative;
    }

    div.nw-main-footer-area p.h4style {
        margin-bottom: 0;
    }

    .menu-footer-column-menu-container {
        padding-top: 1.875rem;
    }

    ul.nw-footer-column-menu li a {
        padding-left: 0.938rem;
        padding-right: 0.938rem;
    }

    .nw-cta-block h2.nw-cta-large-heading {
        font-size: 3.25rem;
        line-height: 3.625rem;
        margin-bottom: 1.438rem;
    }
    .nw-cta-block h2.nw-cta-small-heading {
        font-size: 3.25rem;
        line-height: 3.625rem;
        margin-bottom: 1.5rem;
    }
    .nw-footer-logos .nw-footer-logo-item {
        margin-bottom: 40px;
    }
}
@media(min-width: 992px) {
    .nw-footer-accordion .accordion-content {
        display: block;
    }
    .nw-cta-block h2.nw-cta-large-heading {
        font-size: 5.313rem;
        line-height: 5.938rem;
        margin-bottom: 1.5rem;
    }
    .nw-cta-block h2.nw-cta-small-heading {
        font-size: 3.25rem;
        line-height: 3.75rem;
        margin-bottom: 1.5rem;
    }
}

@media(max-width: 767px) {
    .nw-footer-logos .nw-footer-logo-item {
        max-width: none;
        width: 30%;
    }
}
.nw-footer-logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*@media(min-width: 768px) and (max-width: 991px) {*/
    /*.nw-footer-logos .nw-footer-logo-item {*/
        /*max-width: 5.625rem;*/
    /*}*/
/*}*/
/*@media(min-width: 992px) and (max-width: 1199px) {*/
    /*.nw-footer-logos .nw-footer-logo-item {*/
        /*max-width: 7.5rem;*/
    /*}*/
/*}*/
/*@media(max-width: 1199px) {*/
    /*.nw-footer-logos .nw-footer-logo-item {*/
        /*text-align: center;*/
    /*}*/
/*}*/
/*@media(min-width: 1200px) {*/
    /*.nw-footer-logos .nw-footer-logo-item {*/
        /*max-width: 10rem;*/
    /*}*/
/*}*/


.nw-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nw-tabs .nw-tab-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.nw-tabs .nw-tab-header a {
    padding: 1.563rem 1.25rem;
    display: block;
    color: var(--primary-blue);
    font-size: 1.25rem;
    font-family: "Brown";
    font-weight: 700;
    font-style: normal;
    line-height: 1.5rem;
    background-color: var(--white);
    height: 100%;
    text-align: center;
}
div.content-area .nw-tabs .nw-tab-header a {
    text-decoration: none !important;
}

.nw-tabs .nw-tab-header a.collapsed {
    background-color: var(--pastel-blue);
    border: 0.063rem solid var(--pastel-blue);
}

@media(max-width: 991px) {
    .nw-tabs .nw-tab-header a {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
}
@media(max-width: 1199px) {
    .nw-tabs .nw-tab-header a {
        font-size: 1.063rem;
    }
}

.nw-tab-content-container {
    padding: 1.875rem 1.25rem;
    background-color: var(--pastel-blue);
}
.nw-tab-content-label {
    font-weight: 500;
    font-style: normal;
}
.nw-tab-content-text {
    font-weight: 400;
    font-style:  normal;
}
.nw-tab-content-label,
.nw-tab-content-text {
    font-size: 0.875rem;
    font-family: "Brown";
    line-height: 1.25rem;
}

.nw-tab-content-row {
    padding-bottom: 1.25rem;
}

div.nw-top-panel {
    border-top: 0.063rem solid var(--grey-light);
}
div.nw-panel {
    border-bottom: 0.063rem solid var(--grey-light);
}

a.nw-panel-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0.625rem 0.938rem;
}
img.nw-panel-icon {
    width: 4.688rem;
    max-width: 100%;
}
h4.nw-panel-text {
    margin-bottom: 0;
}
img.nw-panel-arrow {
    max-width: 100%;
}

div.nw-panel-container {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
div.nw-panel-arrow-container {
    text-align: right;
}

@media(max-width: 991px) {
    img.nw-panel-icon {
        width: 3.125rem;
    }
}

div.column_2_2021_text_container {
    padding-top: 10.625rem;
    padding-bottom: 7.5rem;
}
@media(max-width: 991px) {
    div.column_2_2021_text_container {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
}

.three-col-subject-posts-grid {
    padding-top: 0.625rem;
    padding-bottom: 3.75rem;
}

.subject-grid-box h4.nw-panel-text {
    font-family: "Brown";
    font-weight: 800;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.5rem;
}
.subject-grid-box a.nw-panel-link {
    padding: 1.25rem 0.625rem;
}
div.content-area a.nw-panel-link,
div.content-area a.nw-panel-link:hover,
div.content-area a.nw-panel-link:active {
    text-decoration: none !important;
}

.subject-grid-box div.nw-panel {
    height: 100%;
}

.nw-panel-text-container {
    padding-right: 0.938rem;
}

@media(min-width: 992px) {
    .three-col-subject-posts-grid .subject-grid-box:nth-of-type(1),
    .three-col-subject-posts-grid .subject-grid-box:nth-of-type(3n+1) {
        padding-right: 2rem;
    }

    .three-col-subject-posts-grid .subject-grid-box:nth-of-type(2),
    .three-col-subject-posts-grid .subject-grid-box:nth-of-type(3n-1) {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .three-col-subject-posts-grid .subject-grid-box:nth-of-type(3n) {
        padding-left: 2rem;
    }
}

@media(min-width: 576px) and (max-width: 991px) {
    .three-col-subject-posts-grid .subject-grid-box:nth-of-type(2n-1) {
        padding-right: 1.5rem;
    }
    .three-col-subject-posts-grid .subject-grid-box:nth-of-type(2n) {
        padding-left: 1.5rem;
    }
}

@media(max-width: 1199px) {
    .subject-grid-box .nw-panel-text-container {
        padding-left: 0.938rem;
    }
}

@media(max-width: 575px) {
    .no-container-padding-xs {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.nw-image-portrait {
    width: 100%;
    position: relative;
    padding-top: 168.57%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nw-story-panel-box {
    height: 100%;
}

.nw-story-panel-content {
    background-color: var(--white);
}

/*
.nw-story-text-section {
    margin-top: 4.375rem !important;
}
*/
.nw-story-result-section {
    margin-bottom: 4.375rem !important;
}

.two-col-story-posts-grid-text-container {
    padding-top: 7.5rem;
    padding-bottom: 3.125rem;
}

.two-col-story-posts-grid {
    padding-bottom: 3.75rem;
}
.two-col-story-posts-grid .story-grid-box {
    padding-bottom: 3.75rem;
}

.orange-border-bottom {
    border-bottom: 14px solid var(--secondary-orange);;
}
.green-border-bottom {
    border-bottom: 14px solid var(--secondary-green);
}
.blue-border-bottom {
    border-bottom: 14px solid var(--blue-tint-three);
}
.red-border-bottom {
    border-bottom: 14px solid var(--red-tint-three);
}

@media(max-width: 575px) {
    .nw-image-portrait {
        padding-top: 64.14%;
    }

    .nw-story-panel-content {
        text-align: center;
    }

    .nw-story-panel-box {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
}

@media(min-width: 576px) and (max-width: 991px) {
    .nw-image-portrait {
        padding-top: 100%;
    }
}

@media(min-width: 576px) and (max-width: 1199px) {
    .two-col-story-posts-grid .story-grid-box:nth-of-type(1),
    .two-col-story-posts-grid .story-grid-box:nth-of-type(2n+1) {
        padding-right: 1.25rem;
    }
    .two-col-story-posts-grid .story-grid-box:nth-of-type(2n) {
        padding-left: 1.25rem;
    }
}

@media(max-width: 1199px) {
    .nw-story-panel-content {
        padding: 1.875rem 1.875rem;
    }
}

@media(min-width: 1200px) {
    .nw-story-panel-content {
        padding: 4.688rem 3.125rem;
    }

    .two-col-story-posts-grid .story-grid-box:nth-of-type(1),
    .two-col-story-posts-grid .story-grid-box:nth-of-type(2n+1) {
        padding-right: 1.875rem;
    }
    .two-col-story-posts-grid .story-grid-box:nth-of-type(2n) {
        padding-left: 1.875rem;
    }
}

@media(min-width:1600px) {
    .container.widen {
        width: 1498px;
    }
}

.column_2_2021_quote blockquote {
    font-family: 'adobe-garamond-pro', sans-serif;
    font-size: 2.25rem;
    line-height: 2.75rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: var(--grey-darkest);
}
p.nw-quote {
    font-family: 'adobe-garamond-pro', sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1.75rem;
    margin-bottom: 0;
}
span.nw-quote-name {
    color: var(--primary-blue);
}
span.nw-quote-pipe,
span.nw-quote-accolade {
    color: var(--grey-mid);
}

@media(max-width: 991px) {
    .two-col-story-posts-grid-text-container {
        padding-top: 3.75rem;
    }
    .two-col-story-posts-grid {
        padding-bottom: 0;
    }

    .nw-story-result-section {
        margin-bottom: 0 !important;
    }
}

.nw-footer-text-strip a,
.nw-footer-text-strip a:hover,
.nw-footer-text-strip a:active {
    color: var(--grey-darkest);
}

.latest-posts-panel {
    padding-top: 4.563rem;
}

.two-col-latest-posts-grid {

}
.two-col-latest-posts-grid .latest-grid-box {
    padding-bottom: 5rem;
}


@media(min-width: 768px) {
    .two-col-latest-posts-grid .latest-grid-box:nth-of-type(1),
    .two-col-latest-posts-grid .latest-grid-box:nth-of-type(2n+1) {
        padding-right: 0.938rem;
    }
    .two-col-latest-posts-grid .latest-grid-box:nth-of-type(2n) {
        padding-left: 0.938rem;
    }
}

.nw-latest-image,
.nw-single-post-main-image {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.nw-latest-image {
    padding-bottom: 63.58%;
}

.nw-latest-post-details {
    padding-top: 1.5rem;
}

.nw-embed-container {
    position: relative;
    padding-bottom: 63.58%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.nw-embed-container iframe,
.nw-embed-container object,
.nw-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.latest-posts-sidebar {
    padding-left: 5rem;
}
.latest-posts-sidebar.latest-posts-sidebar-on-single-post-view {
    padding-left: 3.125rem;
}

ul.nw-blog-links {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 3.75rem !important;
    margin-left: 0 !important;
}
ul.nw-blog-links li {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0.625rem !important;
    margin-left: 0;
}
ul.nw-blog-links li::before {
    content: ">";
    margin-right: -0.625rem;
    position: absolute;
}
ul.nw-blog-links li > a {
    display: inline-block;
    margin-left: 1.875rem;
}
div.content-area ul.nw-blog-links li > a {
    text-decoration: none !important;
}

div.nw-pager-links {
    padding-bottom: 6.25rem;
}

div.nw-pager-prev a,
div.nw-pager-next a {
    display: block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-size: contain;
}

div.nw-pager-prev a {
    background-image: url('../image/previousPageArrow.svg');
    margin-right: 3.75rem;
}
div.nw-pager-next a {
    background-image: url('../image/nextPageArrow.svg');
    margin-left: 3.75rem;
}

@media(max-width: 991px) {
    .latest-posts-section {
        display: none;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .latest-posts-sidebar {
        padding-left: 2.5rem;
    }
}

.nw-latest-post-details h4.eyebrow::after {
    width: 2.188rem;
    margin-bottom: 0.938rem;
}

.nw-single-post-main-image {
    padding-bottom: 52%;
}

.three-col-latest-posts-grid {

}

@media(min-width: 992px) {
    .three-col-latest-posts-grid .latest-post-grid-box:nth-of-type(1),
    .three-col-latest-posts-grid .latest-post-grid-box:nth-of-type(3n+1) {
        padding-right: 2rem;
    }

    .three-col-latest-posts-grid .latest-post-grid-box:nth-of-type(2),
    .three-col-latest-posts-grid .latest-post-grid-box:nth-of-type(3n-1) {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .three-col-latest-posts-grid .latest-post-grid-box:nth-of-type(3n) {
        padding-left: 2rem;
    }
}

@media(min-width: 576px) and (max-width: 991px) {
    .three-col-latest-posts-grid .latest-post-grid-box:nth-of-type(2n-1) {
        padding-right: 1.5rem;
    }
    .three-col-latest-posts-grid .latest-post-grid-box:nth-of-type(2n) {
        padding-left: 1.5rem;
    }
}

.three-col-latest-posts-grid .latest-post-grid-box {
    padding-bottom: 5rem;
}

.sharing-section h4 {
    display: inline-block;
    float: left;
    margin-right: 1.25rem;
}


.two-col-latest-videos-grid,
.three-col-latest-videos-grid {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

@media(min-width: 992px) {
    .three-col-latest-videos-grid .grid-box:nth-of-type(1),
    .three-col-latest-videos-grid .grid-box:nth-of-type(3n+1) {
        padding-right: 2rem;
    }

    .three-col-latest-videos-grid .grid-box:nth-of-type(2),
    .three-col-latest-videos-grid .grid-box:nth-of-type(3n-1) {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .three-col-latest-videos-grid .grid-box:nth-of-type(3n) {
        padding-left: 2rem;
    }
}

@media(min-width: 576px) and (max-width: 991px) {
    .three-col-latest-videos-grid .grid-box:nth-of-type(2n-1) {
        padding-right: 1.5rem;
    }
    .three-col-latest-videos-grid .grid-box:nth-of-type(2n) {
        padding-left: 1.5rem;
    }
}

@media(min-width: 768px) {
    .two-col-latest-videos-grid .grid-box:nth-of-type(1),
    .two-col-latest-videos-grid .grid-box:nth-of-type(2n+1) {
        padding-right: 0.938rem;
    }
    .two-col-latest-videos-grid .grid-box:nth-of-type(2n) {
        padding-left: 0.938rem;
    }
}

.two-col-latest-videos-grid .latest-grid-box,
.three-col-latest-videos-grid .latest-grid-box {
    padding-bottom: 2.5rem;
}


a.rotate-arrow-image-on-click {
    cursor: pointer;
}

.white_bg {
    background-color: var(--white);
}
.light_grey_bg {
    background-color: var(--grey-lightest);
}

div.faqSearchResults a {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
div.faqSearchResults a[aria-expanded="true"] img.accordion-arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
div.faqSearchResults img.accordion-arrow {
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

div.faqSearchResults img.accordion-arrow {
    position: absolute;
    top: -10px;
    right: 0;
}
div.faqSearchResults img.accordion-arrow.minus_arrow {
    top: -3px;
}
div.faqSearchResults .rotate-arrow-image-on-click img.accordion-arrow.minus_arrow {
    opacity: 1;
}
div.faqSearchResults .rotate-arrow-image-on-click.collapsed img.accordion-arrow.minus_arrow {
    opacity: 0;
}
div.faqSearchResults .rotate-arrow-image-on-click img.accordion-arrow.plus_arrow {
    opacity: 0;
}
div.faqSearchResults .rotate-arrow-image-on-click.collapsed img.accordion-arrow.plus_arrow {
    opacity: 1;
}



div.faqSearchResults h4.nwQuestion,
div.faqSearchResults h5.nwQuestion {
    font-family: 'Brown', sans-serif;
    font-weight: 700;
    line-height: 1.5rem;
}

div.faqSearchResults h4.nwQuestion,
div.faqSearchResults h5.nwQuestion {
    margin-bottom: 0;
}
.faq-answer-box {
    padding-top: 1.563rem;
}

.faq-rating-box {
    margin-top: 0.75rem;
}

div.faqSearchResults h4.nwQuestion a,
div.faqSearchResults h4.nwQuestion a:hover,
div.faqSearchResults h4.nwQuestion a:active,
div.faqSearchResults h4.nwQuestion a:visited,
div.faqSearchResults h5.nwQuestion a,
div.faqSearchResults h5.nwQuestion a:hover,
div.faqSearchResults h5.nwQuestion a:active,
div.faqSearchResults h5.nwQuestion a:visited {
    text-decoration: none !important;
}

@media(max-width: 767px) {
    .faq-accordion-box {
        padding-top: 1.25rem;
        padding-right: 0.938rem;
        padding-bottom: 1.25rem;
        padding-left: 0.938rem;
        margin-bottom: 0.625rem;
    }
    div.faqSearchResults h4.nwQuestion,
    div.faqSearchResults h4.nwQuestion a,
    div.faqSearchResults h5.nwQuestion,
    div.faqSearchResults h5.nwQuestion a {
        font-size: 1.125rem;
        line-height: 1.375rem;
    }
}

@media(min-width: 768px) {
    .faq-accordion-box {
        padding-top: 1.25rem;
        padding-right: 2.5rem;
        padding-bottom: 1.25rem;
        padding-left: 2.5rem;
        margin-bottom: 0.625rem;
    }

    div.faqSearchResults h4.nwQuestion,
    div.faqSearchResults h4.nwQuestion a,
    div.faqSearchResults h5.nwQuestion,
    div.faqSearchResults h5.nwQuestion a {
        font-family: 'Brown', sans-serif;
        font-weight: 700;
    }

    div.faqSearchResults h4.nwQuestion,
    div.faqSearchResults .h4style.nwQuestion
    div.faqSearchResults h4.nwQuestion a,
    div.faqSearchResults .h4style.nwQuestion a{
        font-size: 32px !important;
        line-height: 38px !important;
    }

    div.faqSearchResults h5.nwQuestion,
    div.faqSearchResults .h5style.nwQuestion,
    div.faqSearchResults h5.nwQuestion a,
    div.faqSearchResults .h5style.nwQuestion a {
        font-size: 25px !important;
        line-height: 30px !important;
    }
}

.primary-blue-bg {
    background-color: var(--primary-blue);
}
.primary-blue-bg h1 {
    color: var(--white);
}
.lightest-grey-bg {
    background-color: var(--grey-lightest);
}

body.single-ks2subjects a.button.text-button,
body.single-ks3subjects a.button.text-button,
body.single-ks4subjects a.button.text-button,
body.single-ks5subjects a.button.text-button {
    margin-bottom: 1.563rem;
}

div.content-area div.v2021_homepage_intro_block a {
    /*color: var(--white);*/
    color: var(--primary-blue);
}
div.content-area div.primary-blue_background a {
    color: var(--white);
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.brand-color-1 h1,
.brand-color-1 h3 {
    color: var(--primary-blue) !important;
}



/*** Updates 12/2021 ***/
.v2021_home_banner h1.eyebrow:after {
    width: 86px;
}
.secondary_banner_2021  h1.eyebrow:after,
.secondary_banner_2021 .eyebrow-large,
.secondary_banner_2021 .eyebrow.large {
    width: 94px;
}

.v2021_homepage_intro_block .primary-blue_background h2.eyebrow:after,
.v2021_homepage_intro_block .primary-blue_background h1.eyebrow:after{
    background-color: #fff;
}
@media(min-width:768px) {
    .secondary_banner_2021  h1.eyebrow:after,
    .secondary_banner_2021 .eyebrow-large,
    .secondary_banner_2021 .eyebrow.large {
        background-color: #fff;
    }
}
@media(max-width:767.98px) {
    .v2021_home_banner h1.eyebrow:after {
        width: 66px;
    }
    .secondary_banner_2021  h1.eyebrow:after,
    .secondary_banner_2021 .eyebrow-large,
    .secondary_banner_2021 .eyebrow.large {
        width: 66px;
    }
}



/*** Updates 03/2022 ***/

.static {
    position: static;
}
.relative {
    position: relative;
}
.latest-posts-sidebar {
    padding-left: 30px;
}
.image-6-5 {
    position: relative;
    width: 100%;
    padding-bottom: 83.333%;
}
.image-6-5 > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.absolute-positioned-content-container {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
}
.featured-article-container--gradient {
    position: absolute;
    top: 25%;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.featured-article-container p {
    font-weight: 500;
}
h4.brown {
    font-family: 'brown', sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
}
.absolute-positioned-content-container h3 {
    font-family: 'brown', sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
}
.articles-carousel-container {
    position: relative;
}
.block.v2021_school-articles-carousel .carousel-controls {
    position: absolute;
    bottom: 0;
    right: 0;
}
.block.v2021_school-articles-carousel a.fill:hover {
    background: rgba(255,255,255,0.25);
}
.block.v2021_school-articles-carousel .carousel-controls button {
    box-shadow: none;
    width: 48px;
    height: 48px;
    border: 2px solid #DC001E;
    border-radius: 50%;
    background-color: transparent;
    background-size: 9px 11px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 16px;
    margin-right: 0;
    outline: 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;
    cursor: pointer;
}
.block.v2021_school-articles-carousel .carousel-controls button.slick-disabled {
    cursor: not-allowed;
}
.block.v2021_school-articles-carousel .carousel-controls button:hover,
.block.v2021_school-articles-carousel .carousel-controls button.slick-disabled {
    opacity: 0.55;
}
.block.v2021_school-articles-carousel .carousel-controls button.prev {
    background-image: url('../image/carousel_arrow_prev.svg');
    background-position: 17px center;
}
.block.v2021_school-articles-carousel .carousel-controls button.next {
    background-image: url('../image/carousel_arrow_next.svg');
    background-position: 18px center;
}
#post-archive-browse-container {
    padding: 28px 26px;
    background-color: #F0F6FF;
}
#post-archive-browse-container li {
    margin-bottom: 16px;
}
#post-archive-browse-container li a {
    color: #1D1D1B;
    font-size: 16px;
    line-height: 24px;
}

.school-article-cta {
    padding: 40px 46px;
    background-color: #EEFAF3;
    margin-bottom: 90px;
}
.single-post-more-posts-section {
    background-color: #F5F5F5;
}
ul.nw-blog-links {
    margin-bottom: 0!important;
}
.latest-posts-sidebar.latest-posts-sidebar-on-single-post-view {
    padding-left: 30px;
}
.nw-blog-links-container {
    padding-left: 20px;
    padding-right: 20px;
}
.latest-posts-panel {
    /*padding-top: 20px;*/
}
ul.nw-blog-links li {
    margin-bottom: 17px!important;
}

body.single-gcse-article .nw-main-footer-fluid-container,
body.single-a-level-article .nw-main-footer-fluid-container,
body.single-hs-article .nw-main-footer-fluid-container,
body.single-sf-article .nw-main-footer-fluid-container,
body.single-post .nw-main-footer-fluid-container,
body.single-videos .nw-main-footer-fluid-container {
    border-top: none;
}

@media(min-width:992px) {
    .single-post-more-posts-section .three-col-latest-posts-grid .latest-post-grid-box:nth-of-type(1),
    .single-post-more-posts-section .three-col-latest-posts-grid .latest-post-grid-box:nth-of-type(3n+1) {
        padding-right: 20px;
    }
    .single-post-more-posts-section .three-col-latest-posts-grid .latest-post-grid-box:nth-of-type(2),
    .single-post-more-posts-section .three-col-latest-posts-grid .latest-post-grid-box:nth-of-type(3n-1) {
        padding-left: 10px;
        padding-right: 10px;
    }
    .single-post-more-posts-section .three-col-latest-posts-grid .latest-post-grid-box:nth-of-type(3n) {
        padding-left: 20px;
    }
}

@media(min-width:992px) and (max-width: 1198.98px) {
    .latest-posts-sidebar.latest-posts-sidebar-on-single-post-view {
        padding-left: 0;
    }
    .one-col-latest-post {
        padding-right: 40px;
    }
    .school-article-cta {
        margin-bottom: 80px;
    }
}



@media(max-width:991.98px) {
    .latest-posts-panel .latest-posts-section {
        display: block;
    }
}

@media(min-width:768px) and (max-width: 1280px) {
    .v2021_school-articles-carousel .image-6-5 {
        padding-bottom: 70%;
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    .v2021_school-articles-carousel .slick-list {
        padding: 0 15% 0 0 !important;
    }
    .v2021_school-articles-carousel .container {
        padding-right: 0;
    }
    .school-article-cta {
        margin-bottom: 60px;
    }
    #post-archive-browse-container {
        display: none!important;
    }
}

@media(max-width:767.98px) {
    .v2021_school-articles-carousel .container {
        padding-right: 0;
    }
    .v2021_school-articles-carousel .slick-list {
        padding: 0 30% 0 0 !important;
    }
    .v2021_school-articles-carousel h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 9px;
    }
    .latest-posts-panel .latest-posts-sidebar {
        padding-left: 0;
        margin-bottom: 16px;
    }
    .latest-posts-panel {
        padding-top: 32px;
    }
    .latest-posts-panel ul.nw-blog-links {
        margin-bottom: 0!important;
    }
    .school-article-cta {
        margin: 0 -15px 50px -15px;
    }
    .latest-post-grid-box .latest-post-grid-item {
        display: flex;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .single-post-more-posts-section .three-col-latest-posts-grid .latest-post-grid-box {
        padding-bottom: 50px;
    }
}





/* Profile / Contact Form Split */

.profile_video_block_version .button-flex-container a.button.tertiary-button{
    font-size: 13px;
    padding: 12px 20px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-width: 2px;
}

.profile_video_block_version .message_form_dynamics_code {
    min-height: 800px;
}


.main_form_padding_relief {
    padding: 0 100px;
}
.video_profile_split_test .profile_box {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);

    padding: 70px 80px;
    text-align: center;
}

.video_profile_split_test .profile_box .profile_intro {
    max-width: 425px;
    margin: 0 auto;
}

.video_profile_split_test .profile_box .profile_image {
width: 160px;
height: 160px;
max-width: 100%;

background-color: #f5f5f5;
border-radius: 50%;
margin: 0 auto;
margin-top: 30px;
margin-bottom: 30px;

background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.video_profile_split_test .profile_box .eyebrow {
margin: 0 auto;
}
.video_profile_split_test .profile_box .eyebrow::after {
width: 50px;
margin: 0 auto;
margin-bottom: 25px;
}


/*** Dual Profile ***/
.video_profile_split_test .profile_box .dual_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 380px;
    margin: 0 auto;
}
.video_profile_split_test .profile_box .dual_profile .profile_1,
.video_profile_split_test .profile_box .dual_profile .profile_2 {
    width: calc(50% - 15px);
}

.video_profile_split_test .profile_box .dual_profile .profile_image {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
}

.profile_video_block_version .video_caption {
    position: absolute;
    bottom: 20px;
    left:0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    text-align: left;
}

.video_profile_split_test .apac-whatsapp-button {
    text-align: center;
}

.video_profile_split_test .apac-whatsapp-button a {
    font-size: 0;
    display: block;
    margin: 0 auto;
    width: 300px;
    max-width: 100%;
    height: 50px;
    background-image: url('../image/whatsapp-contact.svg');
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.video_profile_split_test .apac-whatsapp-button a:hover {
    background-image: url('../image/whatsapp-contact_hover.svg');
}

@media(max-width: 1700px) {
    .main_form_padding_relief {
        padding: 0 70px;
    }
}

@media(max-width: 1420px) {
    .main_form_padding_relief {
        padding: 0;
    }
}

@media(max-width: 1199.98px) and (min-width: 992px) {
    .profile_video_block_version .message_form_dynamics_code {
        padding: 50px 30px;
    }

    .video_profile_split_test .profile_box {
        padding: 55px;
    }
}

@media(max-width: 991.98px) {
    .profile_video_block_version .for-form-area {
        padding-bottom: 40px;
    }
    .video_profile_split_test .sub_container {
        padding-left: 70px;
        padding-right: 70px;
        padding-bottom: 50px;
    }

    .profile_video_block_version .video_player_embed_or_hosted .video_position_container {
        padding-bottom: 50%;
    }
}

@media(max-width: 767.98px) {
    .video_profile_split_test .sub_container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media(max-width: 575.98px) {
    .video_profile_split_test .sub_container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .profile_video_block_version .for-form-area {
        padding-bottom: 20px;
    }
    .video_profile_split_test .sub_container {
        padding-bottom: 20px;
    }

    .video_profile_split_test .profile_box {
        padding: 30px;
    }
}







.profile_video_block_version .video_player_embed_or_hosted .video_position_container {
    position: relative;
}

.profile_video_block_version .video_player_embed_or_hosted .video_embed_container {
    background-color: #F5F5F5;
}

.profile_video_block_version .video_player_embed_or_hosted .video_image_overlay {
    transition: ease all 0.6s;
    background-color: black;
    display: block;
    width: 100%;
    padding-bottom: 110%;
    position: absolute;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.profile_video_block_version .video_player_embed_or_hosted .video_image_overlay.hidden {
    opacity: 0;
    visibility: hidden;
}

.profile_video_block_version .video_player_embed_or_hosted .video_image_overlay .play_the_video {
    transition: ease all 0.3s;
    outline: none;
    border: none;
    height: 116px;
    width: 116px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    opacity: 0.7;
    background-image: url('../image/kih_video_icon.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.profile_video_block_version .video_player_embed_or_hosted .video_image_overlay:hover .play_the_video {
    transform: translate(-50%, -50%) scale(0.98);
    outline: none;
    border: none;
    opacity: 1;
}
.profile_video_block_version .video_player_embed_or_hosted .video_image_overlay:focus .play_the_video {
    transform: translate(-50%, -50%) scale(0.95);
    outline: none;
    border: none;
    opacity: 1;
}
.profile_video_block_version .video_player_embed_or_hosted .video_image_overlay.progressing,
.profile_video_block_version .video_player_embed_or_hosted .video_image_overlay.progressing .play_the_video {
    cursor: progress;
}







/*** Fixed Position Video Modal ***/

.profile_video_block_version .video_player_embed_or_hosted .video_position_container.fixed_position_modal {
    transition: ease background-color .3s;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.75);
    z-index: 5000000;
}

.profile_video_block_version .video_player_embed_or_hosted .video_position_container.fixed_position_modal .video_image_overlay {
    display: none;
}

.profile_video_block_version .video_player_embed_or_hosted .fixed_position_modal .video_embed_container {
    width: 900px;
    max-width: calc(100% - 40px);
    height: auto;
    background-color: transparent;
}

.profile_video_block_version .video_player_embed_or_hosted .embed-responsive {
    overflow: visible;
}

.profile_video_block_version .video_player_embed_or_hosted button.close_video {
    display: none;
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 1000;

    background-color: transparent;
    border: none;
    color: white;
    text-decoration: underline;
    font-size: 21px;
}

.profile_video_block_version .video_player_embed_or_hosted .fixed_position_modal button.close_video {
    display: block;
}

.profile_video_block_version .book_a_call_para {
    background-color: #f5f5f5;
    padding-bottom: 5px;
}






/******* TIMETABLE BLOCK ********/
.timetable_map_block h2 {
    margin-left: auto;
    margin-right: auto;
    width: 850px;
    max-width: 75%;
}

.timetable_map_block .map_section {
    width: 100%;
    padding-bottom: 65%;
    display: block;
    position: relative;
}


.timetable_map_block .map_section div.area {
    transition: ease all .3s;
    background-color: green;
    cursor: pointer;
    position: absolute;
    background-image: url('../image/pin.svg');
    background-size: 48px;
    background-position: center;
    background-repeat: no-repeat;
    /*opacity: 0.25;*/
    background-color: transparent !important;
}

.timetable_map_block .map_section img.map_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.timetable_map_block .map_section div.area:hover {
    background-size: 42px;
}

.timetable_map_block .hover_text {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    line-height: 1;
    text-transform: uppercase;
    padding: 10px 20px 7px;
    border: 1px solid #BFBFBF;
    color: #7A7777;
    white-space: nowrap;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;

    -webkit-box-shadow: 1px 9px 50px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 1px 9px 50px 0px rgba(0,0,0,0.26);
    box-shadow: 1px 9px 50px 0px rgba(0,0,0,0.26);

    opacity: 0;
    visibility: hidden;

    transition: ease all .3s;
}

.timetable_map_block .hover_text.extended_hover_text {
    text-transform: none;
    width: 260px;
    white-space: normal;
    text-align: center;
    line-height: 1.3;
}

.timetable_map_block .hover_text.extended_hover_text strong {
    color: black;
    margin-bottom: -15px;
    display: block;
}

.timetable_map_block .map_section div.area:hover .hover_text {
    opacity: 1;
    visibility: visible;
}

.timetable_map_block #usa.area {
    width: 34%;
    height: 71%;
    top: 27%;
    left: 1%;
    background-color: darkblue;
}
.timetable_map_block #usa.area .hover_text {
    left: 15%;
    top: 19%;
}

.timetable_map_block #united_kingdom.area {
    width: 19%;
    height: 68%;
    top: 21%;
    left: 35%;
    background-color: blue;
    background-position: 39% 35%;
}
.timetable_map_block #united_kingdom.area .hover_text {
    left: 0%;
    top: 23%;
}

.timetable_map_block #middle_east.area {
    width: 17%;
    height: 49%;
    top: 30%;
    left: 54%;
    background-color: yellow;
    background-position: 30% 64%;
}
.timetable_map_block #middle_east.area .hover_text {
    left: -3%;
    top: 44%;
}

.timetable_map_block #apac.area {
    width: 32%;
    height: 75%;
    top: 22%;
    left: 71%;
    background-color: orange;
    background-position: 22% 61%;
}
.timetable_map_block #apac.area .hover_text {
    left: 3%;
    top: 48%;
}

.timetable_map_block .map_outer {
    max-width: 1080px;
    margin: 0 auto;
}

/*** Map Hover Set ***/
.timetable_map_block .map_section img.map_image {
    transition: ease all .5s;
}
.timetable_map_block .map_section img.map_image.inactive {
    opacity: 0;
    visibility: hidden;
}

/*** 3 col box on map ***/
.timetable_map_block .area_map_box_flex {
    display: flex;
    flex-direction: row;
    max-width: 1500px;
    margin: 60px auto 0px;
    /*margin-top: 30px;*/
}
.timetable_map_block .area_cta_box {
    /*width: 33.333%;*/
    width: 50%;
    /*border: 5px solid var(--light-grey);*/
    opacity: 0.4;
    /*background-color: #f5f5f5;*/
    transition: ease all .3s;
    padding: 30px;
    margin: 0px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 24px;
}
.timetable_map_block .area_cta_box h4 {
    margin-bottom: 10px;
}

.timetable_map_block .area_cta_box p {
    margin-bottom: 15px;
}

.timetable_map_block .area_cta_box a.primary-button,
.timetable_map_block .area_cta_box a.tertiary-button {
    text-align: center;
    margin-bottom: 0;
    margin-top: 30px;
}

.timetable_map_block .area_cta_box.active {
    /*background-color: white;*/
    opacity: 1;
}

.timetable_map_block h4 > sup {
    font-size: 16px;
    margin-left: 3px;
    color: var(--primary-red);

    position: absolute;
    top: 33px;
    right: 25px;
}

@media(max-width: 1799.98px) {
    .timetable_map_block .map_section div.area {
        background-size: 35px;
    }
    .timetable_map_block .map_section div.area:hover {
        background-size: 32px;
    }

    .timetable_map_block .hover_text {
        font-size: 13px;
        padding: 6px 14px 5px;
    }

    .timetable_map_block .hover_text.extended_hover_text {
        width: 210px;
    }

}

@media(max-width: 1199.98px) {
    .timetable_map_block .area_map_box_flex {
        padding-left: 20px;
        padding-right: 20px;
    }

    .timetable_map_block h4 > sup {
        position: absolute;
        top: 23px;
        right: 36px;
        font-size: 13px;
    }
    .timetable_map_block .text-center p.large {
        max-width: 90%;
    }
}

@media(max-width: 991.98px) {
    .timetable_map_block .area_cta_box {
        padding: 25px;
    }
    .timetable_map_block .area_cta_box h4 {
        font-size: 22px;
        line-height: 1.1;
    }
    .timetable_map_block #usa.area .hover_text {
        left: -5%;
        top: 16%;
    }
}


.timetable_map_block .desktop_map_section {
    display: block;
}
.timetable_map_block .desktop_map_section .map_outer {
    padding-top: 110px;
}
.timetable_map_block .mobile_map_section {
    display: none;
}
.timetable_map_block .text-center p.large {
    max-width: 70.5%;
    margin: 0 auto;
}
@media(max-width: 1199.98px){
    .timetable_map_block .desktop_map_section .map_outer {
        padding-top: 60px;
    }
}

@media(max-width: 767.98px) {
    .timetable_map_block .desktop_map_section {
        display: none;
    }
    .timetable_map_block .mobile_map_section {
        display: block;
    }

    .timetable_map_block .area_cta_box {
        width: 100%;
        border: 5px solid #ffffff;
        opacity: 1;
        background-color: #ffffff;
        transition: ease all .3s;
        padding: 15px;
        margin: 0 auto;
        margin-bottom: 0px;
        max-width: 500px;
        text-align: center;
        border-radius: 12px;
    }

    .timetable_map_block .area_cta_box .zone_img {
        margin: 0 auto;
        height: 112px;
        width: 112px;
        background-color: white;
        border: 5px solid #f5f5f5;
        margin-top: -75px;
        border-radius: 50%;

        background-size: 61px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .timetable_map_block .area_map_box_flex {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .timetable_map_block .area_cta_box h4 {
        margin-top: 20px;
    }

    .timetable_map_block .area_cta_box a.button.primary-button,
    .timetable_map_block .area_cta_box a.button.tertiary-button {
        background-color: var(--primary-blue);;
        border-color: var(--primary-blue);;
        color: white;
    }

    .timetable_map_block h4 > sup {
        position: relative;
        /*top: -0.5rem;*/
        right: unset;
        font-size: 14px;
        
        display: block;
        top: 13px;
        margin-bottom: 21px;
    }

    .timetable_map_block h2 {
        font-size: 31px;
        line-height: 36px;
        width: 400px;
        max-width: 90%;
        margin-bottom: 5px;
    }

    .timetable_map_block .area_cta_box:last-of-type {
        margin-bottom: 0;
    }

    .timetable_map_block .area_cta_box a.primary-button,
    .timetable_map_block .area_cta_box a.tertiary-button {
        margin-top: 15px;
    }
}

/*** Icon Text Grid ***/
.v2022_3_column_grid_with_icons .icon_text_grid {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.v2022_3_column_grid_with_icons .icon_text_grid .grid_item {
    width: calc(33.3% - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 50px;
}
.v2022_3_column_grid_with_icons .icon_text_grid .grid_item .icon_image {
    width: 108px;
}
.v2022_3_column_grid_with_icons .icon_text_grid .grid_item .text_area {
    width: calc(100% - 108px);
    padding: 20px;
    padding-right: 0;
}
.v2022_3_column_grid_with_icons .icon_text_grid .grid_item h5 {
    margin-bottom: 6px;
}
.v2022_3_column_grid_with_icons .icon_text_grid .grid_item p {
    margin-bottom: 0;
}
.v2022_3_column_grid_with_icons .icon_text_grid .grid_item p {
    font-size: 15px;
    line-height: 1.5;
}
.v2022_3_column_grid_with_icons p.sub_paragraph {
    width: calc(100% + 5px);
}
@media(max-width: 1499.98px) {
    .v2022_3_column_grid_with_icons p.sub_paragraph {
        width: 100%;
    }
    .v2022_3_column_grid_with_icons .icon_text_grid .grid_item .text_area {
        width: calc(100% - 50px);
    }
    .v2022_3_column_grid_with_icons .icon_text_grid .grid_item .text_area {
        width: calc(100% - 50px);
        padding: 10px;
        padding-left: 15px;
        padding-right: 0;
    }
}
@media(max-width: 1499.98px) {
    .v2022_3_column_grid_with_icons .icon_text_grid .grid_item {
        width: calc(50% - 50px);
    }
}
@media(max-width: 767.98px) {
    .v2022_3_column_grid_with_icons .icon_text_grid .grid_item {
        width: 100%;
    }
    .v2022_3_column_grid_with_icons .icon_text_grid .grid_item {
        margin-bottom: 30px;
    }
    .v2022_3_column_grid_with_icons .icon_text_grid .grid_item h5 {
        margin-bottom: 3px;
    }
}




/*** 3 Column Posts Grid ***/
.v2022_3_column_posts_grid .icon_text_grid {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.v2022_3_column_posts_grid .icon_text_grid .grid_item {
    width: calc(33.3% - 20px);
    margin-bottom: 50px;
    background-color: #ffffff;
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    padding: 30px;
}
.v2022_3_column_posts_grid .icon_text_grid .grid_item .image_cov {
    width: 100%;
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 56%;
}

.v2022_3_column_posts_grid .icon_text_grid .grid_item.empty {
    opacity: 0;
    height: 1px;
    padding: 0;
    margin: 0;
}
.v2022_3_column_posts_grid .icon_text_grid .text_area{
    flex-grow:1;
}

@media(max-width: 1399.98px) {
    .v2022_3_column_posts_grid .icon_text_grid .grid_item {
        width: calc(50% - 20px);
    }
}

@media(max-width: 767.98px) {
    .v2022_3_column_posts_grid .icon_text_grid .grid_item {
        width: 100%;
    }
}

/*** 2_column_cta_with_border ***/

.v2022_2_column_cta_with_border .cta_flex {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
}

.v2022_2_column_cta_with_border .cta {
    width: calc(50% - 17px);
    padding: 45px 40px;
    border: 1px solid #bfbfbf;
    border-bottom-width: 6px;
}

@media(max-width: 991.98px) {
    .v2022_2_column_cta_with_border .cta {
        padding: 35px 30px;
    }
    .v2022_2_column_cta_with_border .cta_flex {
        margin-top: 20px;
    }
}


@media(max-width: 767.98px) {
    .v2022_2_column_cta_with_border .cta {
        width: 100%;
        margin-bottom: 30px;
    }

    .v2022_2_column_cta_with_border .cta_flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.column_2_2021.no_padding_top .padding-setting-area {
    padding-top: 0 !important;
}