@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap');

* {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, li {
    color: #454545;
}

a {
    color: #666;
    text-decoration: none;
}

p > a, .councilWeblink > a, ul > li > a {
    color: #E87722;
    padding: 2px 0;
}

h1 {
    font-weight: 600;
    font-size: 36pt;
}

h2 {
    font-size: 26pt;
    padding: 10px 0;
    font-weight: 800;
}

.breadcrumb > li, .breadcrumb > li > a {
    color: #fff;
    font-size: 10pt;
    margin-bottom: 20px;
    text-decoration: none;
    padding:5px !important;
    /*padding-right: 5px;
    padding-left: 5px;*/
}

.skip-to-content-link {
    background: #e77e23;
    height: 30px;
    left: 50%;
    padding: 8px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}

    .skip-to-content-link:focus {
        transform: translateY(0%);
    }
#blogHeader {
    min-height: 400px;
}
.blogBanner {
    height: 100%;
    vertical-align: middle;
    width: 100% !important;
    display: flex;
}
.dropdown-menu {
    margin-top: 17px;
    border-radius: 0px;
    z-index: 1000;
    min-width: 15rem !important;
    -webkit-box-shadow: 0px 10px 23px -7px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 10px 23px -7px rgba(0,0,0,0.23);
    box-shadow: 0px 10px 23px -7px rgba(0,0,0,0.23);
}

.navbar {
    padding-bottom: 0 !important;
}

.navbar-nav {
    padding: 0px 0px;
    color: #fff;
    height: 50px;
    margin-bottom: 0px !important
}

.nav-item {
    color: #fff;
    font-weight: 600 !important;
    font-size: 16px;
    z-index: 1;
}

a.nav-link {
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link {
    color: #666;
    font-weight: 600;
}

.dropdown-link .nav-link:hover {
    color: #666;
    font-weight: 600;
    background-color: #8DB9CA;
}

.dropdown-menu > .nav-link {
    font-weight: 400 !important;
}

.dropdown-menu > a.nav-link {
    color: #666 !important;
    display: block;
    padding: 0.5rem 1rem 0 1rem;
    font-weight: 400 !important;
}

.dropdown-menu > li > a:hover {
    color: #000;
    background-color: #8DB9CA;
}

.dropdown-link {
    color: #666 !important;
    font-weight: 400 !important;
}

.strapline {
    margin: 10px 00px;
    color: #666;
    text-align: left;
    font-size: 14px;
    position: relative;
}

    .strapline:before {
        content: "";
        display: block;
        width: 20px;
        height: 2px;
        background: #E87722;
        left: 0;
        top: 50%;
        position: absolute;
        margin-right: 70px
    }

    .strapline > h3 {
        margin-left: 30px;
        color: #666;
        text-align: left;
        font-size: 14px;
        padding-top: 2px;
        position: relative;
        text-transform: uppercase;
    }

.bannerText > h1, .bannerText > p {
    color: #fff;
}

.bannerText > h1 {
    width: 68%;
    font-size: 52pt;
}

.blogBannerText > h1 {
    width: 75% !important;
    font-size: 50pt;
    color: #fff;
}

.bannerText > p {
    font-size: 16pt;
}

.bannerText > .strapline > h3 {
    margin-left: 30px;
    color: #fff;
    text-align: left;
    font-size: 20px;
    padding-top: 2px;
    position: relative;
    text-transform: uppercase;
}

.subtitle {
    font-size: 18pt;
}

blockquote {
    background-color: #f6f6f6;
    padding: 35px 55px;
    font-style: italic;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin: 20px 20px;
}

.main-body > .container > h2 {
    font-size: 32pt;
    padding: 10px 0;
    font-weight: bold;
    font-display: block;
}

.section-content > p > a {
    color: #E87722;
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
/*
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0 !important;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem 0 1rem;
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.show {
    height: auto;
   min-height: 250px;
    max-height: fit-content;
}*/

.topBar {
    padding: 15px 0 0 0;
    background-color: #666 !important;
}

.topBar-nav {
    padding: 0px 0 15px 0;
    background-color: #8DB9CA;
}

.grey-back {
    /*background-color: #666;*/
    background-color: #666;
}
/*
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    /*background-color: #666;
    background-color: #666;
    /*color: #d6d6d6;
    color: #fff;
    max-height: 1000px !important;
}*/

.main-body {
    height: auto;
    margin-top: 60px;
    min-height: 400px;
    margin-bottom: 30px;
}

.intro {
    /* padding: 0 180px;*/
    margin-bottom: 80px;
}

.nav-item > a {
    color: #fff !important;
}
/*
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav {
    padding: 0px 0px;
    color: #fff;
    height: 50px;
}

.navbar {
}

.nav-item {
    padding-right: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    z-index: 1;
}

    .nav-item > a {
        /*color: #fff;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
       /* height: 50px;*/
}
/* .nav-item > a:hover {
        color: #E87722;
        font-weight: 600;
        font-size: 18px;
    }
*/
/*
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin-top: 18px;
    font-size: 1rem;
    color: #666;
    text-align: left;
    list-style: none;
    background-color: #666;

    background-clip: padding-box;
    border: none;
    border-radius: 0;
    /*border-top: 5px solid #E87722;
}
.dropdown-menu {
    background-color: #fff !important;
    color: #666 !important;
    -webkit-box-shadow: 2px 16px 51px -32px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 16px 51px -32px rgba(0,0,0,0.75);
    box-shadow: 2px 16px 51px -32px rgba(0,0,0,0.75);
}
.dropdown-menu>li>a{
    color:#666 !important;
    font-weight:400 !important;
}
    .dropdown-menu > li > a:hover {
        color: #E87722 !important;
        font-weight: 400 !important;
    }

.dropdown-item:focus, .dropdown-item:hover {
    color: #666;
}
*/
.header {
    text-align: center;
    padding: 0;
    margin: 0;
    margin-left: 50%;
    transform: translateX(-200%);
    opacity: 0;
    animation: slide-in-anim 1.5s ease-out forwards;
}



a.nav-item:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.nav-link:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #E87722;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.nav-link:focus, .nav-link:hover {
    color: #E87722;
    transform: scaleX(1);
    transform-origin: bottom left;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    margin-top: -5px;
    margin-bottom: 5px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #d6d6d6;
    transition: box-shadow .15s ease-in-out;
}

.dropdown-menu-arrow {
    top: -25px;
    left: 50%;
    width: 0;
    height: 0;
    position: relative;
}

    .dropdown-menu-arrow:before,
    .dropdown-menu-arrow:after {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-width: 7px 8px;
        border-style: solid;
        border-color: transparent;
        z-index: 1001;
    }

    .dropdown-menu-arrow:after {
        bottom: -18px;
        right: -8px;
        border-bottom-color: #fff;
    }

    .dropdown-menu-arrow:before {
        bottom: -17px;
        right: -8px;
        border-bottom-color: rgba(0,0,0,.15);
    }
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.hero {
    background-size: cover;
    height: 550px;
    background-attachment: fixed;
}
.newsHero {
    background-size: cover;
    height: 550px;
    transform    : scale(1);
    background-position: 50% 25%;
    background-attachment: fixed;
}

.flexbox {
    display: flex;
    flex-direction: column;
}

.second-item {
    order: 2 !important;
}

.bg-dark {
    background-color: rgba(0,0,0,.5) !important;
    min-height: 550px;
}

.bg-darkFooter {
    background-color: rgba(0,0,0,.6) !important;
    height: 250px;
    padding: 50px;
}

.bannerText {
    color: #fff;
}

.btn-outline-info {
    color: #E87722;
    border-color: #E87722;
    border-radius: 1px;
    margin-bottom: 20px;
    width: max-content;
}


    .btn-outline-info:hover {
        color: #666;
        background-color: #8DB9CA;
        border-color: #E87722;
    }

.btn-solid-info {
    color: #fff;
    background-color: #E87722;
    /*background-color: #666;*/
    border-radius: 1px;
    /* margin-bottom: 20px; */
    height: 40px;
    padding-top: 3px;
    /* padding: 0; */
    font-weight: 600 !important;
    margin-top: -15px;
}

    .btn-solid-info:hover {
        color: #666;
        background-color: #d6d6d6;
        border-color: #d6d6d6;
    }

.btn-solid-info-grey {
    color: #E87722;
    border: 2px solid #E87722;
    border-radius: 1px;
    /*margin-bottom: 20px;*/
    font-weight: 600 !important;
    display: table-cell;
}

    .btn-solid-info-grey:hover {
        color: #666;
        background-color: #8DB9CA;
        border-color: #8DB9CA;
    }


.logos-section {
    height: auto;
    background-color: #d6d6d6;
    height: 250px;
    padding-top: 20px;
}

.logos {
    height: auto;
    background-color: #d6d6d6;
    height: 180px;
    /*  background-image: url('../assets/client-banner.png');
    background-repeat: no-repeat;*/
}

    .logos > img {
        height: auto !important;
        background-color: #d6d6d6;
       /* height: 180px; */
        box-shadow: none !important;
        width: 100% !important;
    }

.container {
    position: relative;
}
/*animation element*/

.animation-element {
    opacity: 0;
    position: relative;
}
    /*animation element sliding left*/

    .animation-element.slide-left {
        opacity: 0;
        -moz-transition: all 800ms linear;
        -webkit-transition: all 800ms linear;
        -o-transition: all 800ms linear;
        transition: all 800ms linear;
        -moz-transform: translate3d(-100px, 0px, 0px);
        -webkit-transform: translate3d(-100px, 0px, 0px);
        -o-transform: translate(-100px, 0px);
        -ms-transform: translate(-100px, 0px);
        transform: translate3d(-100px, 0px, 0px);
    }

        .animation-element.slide-left.in-view {
            opacity: 1;
            -moz-transform: translate3d(0px, 0px, 0px);
            -webkit-transform: translate3d(0px, 0px, 0px);
            -o-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate3d(0px, 0px, 0px);
        }
        /*animation slide left styled for testimonials*/

        .animation-element.slide-left.testimonial {
            float: left;
            width: 47%;
            margin: 0% 1.5% 3% 1.5%;
            padding: 15px;
            box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
            border: solid 1px #EAEAEA;
        }

            .animation-element.slide-left.testimonial:hover,
            .animation-element.slide-left.testimonial:active {
                box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
            }

            .animation-element.slide-left.testimonial:nth-of-type(odd) {
                width: 48.5%;
                margin: 0% 1.5% 3.0% 0%;
            }

            .animation-element.slide-left.testimonial:nth-of-type(even) {
                width: 48.5%;
                margin: 0% 0% 3.0% 1.5%;
            }

            .animation-element.slide-left.testimonial .header {
                float: left;
                width: 100%;
                margin-bottom: 10px;
            }

            .animation-element.slide-left.testimonial .left {
                float: left;
                margin-right: 15px;
            }

            .animation-element.slide-left.testimonial .right {
                float: left;
            }

            .animation-element.slide-left.testimonial img {
                width: 65px;
                height: 65px;
                border-radius: 50%;
                box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.5);
            }

            .animation-element.slide-left.testimonial h3 {
                margin: 0px 0px 5px 0px;
            }

            .animation-element.slide-left.testimonial h4 {
                margin: 0px 0px 5px 0px;
            }

            .animation-element.slide-left.testimonial .content {
                float: left;
                width: 100%;
                margin-bottom: 10px;
            }

            .animation-element.slide-left.testimonial .rating {
            }

            .animation-element.slide-left.testimonial i {
                color: #aaa;
                margin-right: 5px;
            }




.section-content {
    margin-bottom: 130px;
}

.image-slider-item {
    box-shadow: var(--base-box-shadow_h) var(--base-box-shadow_v) var(--base-box-shadow_b) rgba(var(--true-black),var(--base-box-shadow_o));
}

.flickity-slider > img, .main-body > .container > div > p > img {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

footer {
    background-color: #666;
}

.footerTop, .footerTop > p {
    padding-top: 30px;
    color: #fff;
}

.footerLogo {
    margin-bottom: 30px;
}

.col-sm > p {
    color: #fff;
    font-size: 11pt;
    padding-right: 70px;
}

.col-sm > h5 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}

.usefulLinks {
    padding-left: 40px;
}

    .usefulLinks > h5, .footerContact > h5 {
        font-weight: 600;
        font-size: 26px !Important;
    }

    .usefulLinks > ul, .usefulLinks-List > li > a {
        color: #fff;
        list-style-type: none;
        margin: 0;
        padding: 2px 0;
        text-decoration: none;
    }

        .usefulLinks > ul, .usefulLinks-List > li > a:hover {
            color: #E87722;
            list-style-type: none;
            margin: 0;
            padding: 0;
            text-decoration: none;
        }

            .usefulLinks > ul > li {
                list-style-type: none;
                margin: 0;
                padding: 5px 0;
            }

.footerTop {
    border-bottom: 1px solid #8DB9CA;
    padding-top: 50px;
    padding-bottom: 30px;
}

.footerContact {
    margin-bottom: 30px;
}

    .footerContact > p > a {
        color: #E87722 !important;
    }

.footerBottom {
    color: #fff;
    padding-top: 15px;
    font-size: 12px;
    height: 50px;
}

.copyright {
    text-align: right;
}

.social-media p a {
    /* border: 1px solid #8DB9CA;*/
    border: 1px solid #d6d6d6;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    text-decoration: none;
}

    .social-media p a span {
        /* color: #8DB9CA;*/
        color: #d6d6d6;
        text-decoration: none;
    }

.img-fluid > img, .clearfix > div > div > img {
    width: 700px;
    height: auto;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.clearfix {
    margin-bottom: 40px !important;
}

.section-content > div > div > div > h1 {
    margin-bottom: 15px !important;
}

.blogSection {
    margin-bottom: 50px;
}

.blogSectionBack {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #d6d6d6;
    min-height: 388px;
    position: relative
}
.blogSectionBackHome {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #d6d6d6;
    min-height: 320px;
    position: relative
}
    .blogSectionBack > h3 > a {
        text-decoration: none !important;
        color: #666;
        height: 72px;
    }
.blogSectionBackHome > h3 {
    color: #666;
    font-weight: 600;
    height: fit-content;
}
    .blogSectionBack > h3 {
        font-weight: 600;
        height: fit-content;
    }

.blogSectionDate {
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    font-weight: 500;
}

.HomeNews > a > blogSection > h3 {
    text-decoration: none !important;
}

.HomeNews {
    width: 370px;
    margin-right: 40px;
    margin-left: 15px;
    float: left;
}

.zoom-img {
    overflow: hidden;
}

    .zoom-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .8s ease;
    }

        .zoom-img img:hover {
            transform: scale(1.07);
        }

.contentBanner {
    height: 200px;
    width: 100%;
    background-color: #8DB9CA;
    padding: 30px;
}

.mainBanner {
    height: 200px;
    width: 100%;
    background-color: #8DB9CA;
    padding: 40px;
    text-align: center;
    margin-top: -6px;
}

.footerBanner {
    width: 100%;
    text-align: center;
}

/* Reveal on Scroll */

.reveal {
    position: relative;
    opacity: 0;
}

    .reveal.active {
        opacity: 1;
    }

.active.fade-top {
    animation: fade-top 1s ease-in;
}

.active.fade-bottom {
    animation: fade-bottom 1s ease-in;
}

.active.fade-left {
    animation: fade-left 1s ease-in;
}

.active.fade-right {
    animation: fade-right 1s ease-in;
}

@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-top {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
/*media queries for small devices*/
@media screen and (max-width: 678px) {
    /*testimonials*/
    .animation-element.slide-left.testimonial,
    .animation-element.slide-left.testimonial:nth-of-type(odd),
    .animation-element.slide-left.testimonial:nth-of-type(even) {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

        .animation-element.slide-left.testimonial .right,
        .animation-element.slide-left.testimonial .left,
        .animation-element.slide-left.testimonial .content,
        .animation-element.slide-left.testimonial .rating {
            text-align: center;
            float: none;
        }

        .animation-element.slide-left.testimonial img {
            width: 85px;
            height: 85px;
            margin-bottom: 5px;
        }

    .bannerText > h1 {
        width: 100% !important;
        font-size: 28pt !important;
    }

    .bannerText > .strapline > h3 {
        font-size: 11pt !important;
    }

    .logos-section {
        height: auto;
        background-color: #d6d6d6;
        /* height: 210px; */
        padding-top: 20px;
    }

    .navbar-nav {
        height: auto !important;
    }
    .newsHero {
        background-size: cover;
        height: 350px;
        transform: scale(1);
        background-position: 50% 25%;
        background-attachment: fixed;
    }
    .bg-dark {
        background-color: rgba(0,0,0,.5) !important;
        min-height: 350px;
    }

    .nav-link {
        color: #fff !important;
        display: block;
        padding: 1rem 1rem 1rem 1rem;
        font-weight: 400 !important;
        font-size: 18px !important;
    }

    .logos {
        height: auto;
        background-color: #d6d6d6;
        padding-bottom: 20px;
    }

    .footerTop {
        text-align: center;
    }

        .footerTop > .col-sm > p {
            color: #fff;
            font-size: 11pt;
            padding-right: 0px;
        }

    .footerContact {
        margin-top: 30px;
    }

    .usefulLinks {
        padding-top: 10px;
    }

        .usefulLinks > h5 {
            font-size: 26px;
        }

    .btn-solid-info {
        margin-bottom: 5px;
        margin-top: -10px;
    }

    .column {
        min-height: 10px !important;
    }

    .dropdown-menu {
        background-color: #666 !important;
        color: #fff;
    }

        .dropdown-menu > a.nav-link {
            color: #fff;
        }

    .accreditation {
        height: 600px !important;
    }

    .videoContent:before {
        content: '';
        position: absolute;
        background: transparent url(../assets/play-x-small.png) no-repeat center !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        cursor: pointer;
        display: block;
        opacity: 1;
        transition: opacity 1s ease-out;
    }
}

@media (max-width: 992px) {
    .bannerText > h1 {
        width: 100% !important;
        font-size: 28pt !important;
    }

    .footerLogos {
        margin-top: -60px !important;
        padding-left: -30px !important;
    }

    .bannerText > .strapline > h3 {
        font-size: 11pt !important;
    }
    .blogBanner {
        height: 100%;
        vertical-align: middle;
        width: 100% !important;
        display:flex;
    }
    #blogHeader {
        height: 350px !important;
        vertical-align: middle;
        display: flex;
    }
    .blogBannerText > h1 {
        width: 100% !important;
        font-size: 22pt;
        color: #fff;
 
        align-self: center !important;
    }

    .logos-section {
        height: auto;
        background-color: #d6d6d6;
        /* height: 210px; */
        padding-top: 20px;
    }

    .logos {
        height: auto;
        background-color: #d6d6d6;
        padding-bottom: 20px;
    }

    .footerTop {
        text-align: center;
    }

        .footerTop > .col-sm > p {
            color: #fff;
            font-size: 11pt;
            padding-right: 0px;
        }

    .usefulLinks {
        padding-top: 30px;
        padding-left: 0px;
    }

        .usefulLinks > h5 {
            font-size: 26px;
        }

    .footerBottom {
        height: auto;
    }

    .videoContent:before {
        background: transparent url(../assets/play-x-small.png) no-repeat center !important;
    }

    .nav-link {
        color: #fff !important;
        display: block;
        padding: 1rem 1rem 1rem 1rem;
        font-weight: 400 !important;
        font-size: 18px !important;
    }

    .footerBanner {
        width: 100%;
        text-align: center;
        margin-bottom: 35px !important;
    }
}

.newsWrapper {
    margin-bottom: 35px;
    min-height: 700px;
    height: auto;
}

.back-to-top {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    border-radius: 100%;
    background: #7ac9f9;
    padding: 0.5rem;
    border: none;
    cursor: pointer;
    opacity: 100%;
    transition: opacity 0.5s;
}

.back-to-top-icon {
    width: 1rem;
    height: 1rem;
    color: #7ac9f9;
}

.back-to-top:hover {
    opacity: 60%;
}

.hidden {
    display: none;
}

.back-to-top-icon {
    width: 1rem;
    height: 1rem;
    color: black;
}

.blogPost {
    height: fit-content;
    margin-bottom: 50px;
}

.homeVideo {
    width: 100%;
    height: auto;
}

.pagination > li {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 5%;
    background: #E87722;
    text-align: center;
    padding-top: 13px;
    font-weight: 600;
    margin-right: 10px;
    border: 1px solid #E87722;
}

    .pagination > li > a {
        color: #fff;
    }

.sf-apply-button:focus {
    background: black !important;
}

a.maincontent {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

    a.maincontent:focus, a.maincontent:active {
        color: #fff;
        background-color: #000;
        left: auto;
        top: auto;
        width: 30%;
        height: auto;
        overflow: auto;
        margin: 10px 35%;
        padding: 5px;
        border-radius: 15px;
        border: 4px solid yellow;
        text-align: center;
        font-size: 1.2em;
        z-index: 999;
    }

.navbar-expand-lg {
    height: auto;
    background-color: #666;
}

.locations {
    text-align: center;
    margin-bottom: 50px;
    margin-top: -50px;
}

.accreditation {
    height: 200px;
    padding-top:50px;
    text-align:center;
}

.center {
    display: block;
   /* width: 150px;
    height: 150px;*/
    object-fit: contain;
}
/* Accreditations */
.img-responsive {
    min-height: 105px;
    max-height: 105px;
    vertical-align: top;
}
/* Accreditation END*/


table {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #666;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    border: 0px solid #fff;
    display: block;
    overflow-x: auto;
    /* white-space: nowrap;*/
}

thead {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
    padding: 10px 20px 10px 0;
    border-bottom: 1px solid #b1b4b6;
    text-align: left;
    vertical-align: top;
    font-weight: 700;
}

td:last-child {
    padding-right: 0;
}

td {
    padding: 10px 20px 10px 0;
    border-bottom: 1px solid #b1b4b6;
    text-align: left;
    vertical-align: top;
}

th {
    padding: 20px 0;
}

.column {
    display: table;
    min-height: 400px;
    padding-bottom: 20px;
}
/*.column > div {

    display: table-cell !important;
    vertical-align: middle !important;

}
*/
.bg-darkFooter > div > .active {
    background-color: none !important;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
    .accordion:focus {
        background-color: #ccc;
        box-shadow: 0 0 0 4px #fd0;
        margin-bottom: 4px;
    }

    .actived, .accordion:hover {
        background-color: #ccc;
        height: 100%;
    }

    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }
    .accordion > .panneled {
        visibility: hidden;
    }
    .accordion:active > .panneled {
        visibility:visible;
    }
.actived:after {
    content: "\2212";
}

.panelled {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-out;
}
.pannelled:not([aria-hidden="true"]) {
    visibility: hidden
}
.document {
    border-bottom: 1px solid #ebeff2;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 5px 5px 5px;
    /*font-size:1.3rem;*/
    background: url('../assets/images/') no-repeat left #ffffff;
    line-height: 2em;
}

    .document p {
        margin-bottom: 0px;
    }

    .document img {
        max-width: 100%;
        height: 30px;
    }

    .document:hover {
        background-color: #ebeff2;
    }

.fileName {
    padding-left: 10px;
}

.fileExtention {
    text-transform: uppercase;
}


.cardWrap {
    width: 100%;
    display: block;
}

.videoContent {
    position: relative;
    width: 100%;
    padding: 0;
}

    .videoContent video {
        width: 100%;
        display: block;
    }

    .videoContent:before {
        content: '';
        position: absolute;
        background: transparent url(../assets/play-small.png) no-repeat center;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        cursor: pointer;
        display: block;
        opacity: 1;
        transition: opacity 1s ease-out;
    }

.hiddenPlay:before {
    /*    background:none;*/
    opacity: 0;
    transition: opacity 1s ease-out;
}

.titleOfVideoDesc {
    padding: 6%;
    background: #fff;
    font-size: 1.2em;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



.full-width {
    width: 99.5vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding: 1px !important;
}

.footerBannerText > .btn-solid-info-grey {
    display: unset !important;
    text-align: center;
}

div#VF-vacancies-wrapper {
    width: 100%;
    margin-top: -30px !important;
}

@media (max-width:768px) {
    .row img {
       /* display: flex !important;*/
        flex-wrap: wrap;
        justify-content: center;
    }

    .row > .column-7:has(.imageBlock) {
        order: 1 !important;
    }

    .row > .column-5:has(.imageBlock) {
        order: 1 !important;
    }
    .row > .column-5 {
        order: 2 !important;
        display: grid !important;
        vertical-align: middle !important;
        height: 100% !important;
    }
   .col-md-5 {
        display: grid !important;
        vertical-align: middle !important;
        height: 100% !important;
    }
    .row > .column-7 {
        order: 2 !important;
    }

    .column-6:has(.imageBlock) {
        order: 1 !important;
    }
    .column-6:has(h2), .column-6:has(p) {
        order: 2 !important;
    }

}
