.teamimage{
    max-width: 250px;
    min-width: 250px;
}

@media (max-width: 992px) {
    .teamimage{
        max-width: 100%;
        min-width: 100%;
    }
}

#intro_mobile{
    display: none;
}

@media (max-width: 992px) {
    #intro{
        display: none;
    }
    #intro_mobile{
        display: block;
    }
}

.direntry ul{
    list-style-type: none;
    margin-top: 10px;
}

.direntry ul li{
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 400!important;
    font-size: 24px!important;
}

.direntry ul li a, .direntry ul li a:hover, .direntry ul li a:visited{
    color: #000000!important;
}

.dirkey{
    color: #FF9E00;
    font-weight: 700!important;
    font-size: 36pt;
}

.role_button{
    background: rgba(88,168,181,1)!important;
    color: #ffffff!important;
    padding: 0!important;
    font-weight: 500!important;
    font-family: 'Poppins', sans-serif!important;
    margin-bottom: 30px;
    width: 12%;
    height: 46px;
    margin-left: 2.3%;
    margin-right: 2.3%;
    margin-top: 15px;
    float: left;
    text-align: center;
}

.role_button.is-checked{
    color: #fecc97!important;
}

@media (max-width: 1400px) {
    .role_button{
        height: 60px;
    }

}

@media (max-width: 992px) {
    .role_button{
        background: rgba(88,168,181,1)!important;
        color: #ffffff!important;
        padding-top: 0.4em!important;
        font-weight: 500!important;
        font-family: 'Poppins', sans-serif!important;
        margin-bottom: 5px;
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-top: 15px;
    }

}

.dir_button{
    background: rgb(0,33,71)!important;
    color: #ffffff!important;
    padding-top: 0.4em!important;
    font-weight: 500!important;
    font-family: 'Poppins', sans-serif!important;
    margin-bottom: 15px;
}

.dir_button.is-checked{
    color: #ff9e00!important;
}

.dir_button:hover{
    color: #ff9e00!important;
}

.role_button:hover{
    color: #fecc97!important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("/wp-content/uploads/icon-open.svg");
    background-size: 25px 25px;
    background-position: center 2px;
    order: -1;
    margin-left: 0;
    margin-right:0.5em;
    transform: rotate(360deg);
}

.accordion-button.collapsed::after {
    background-image: url("/wp-content/uploads/icon-closed.svg");
    background-size: 25px 25px;
    background-position: center 2px;
    order: -1;
    margin-left: 0;
    margin-right:0.5em;
    transform: rotate(360deg);
}

.accordion-button::after{
    height: 27px;
    width: 25px;
}

.accordion-item {
    color: #106666;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #FF9E00;
    border-radius: 0;
    padding-bottom: 20px;
}

.accordion-button{
    color: #19233e;
    font-weight: 400;
    font-size: 28px;
}

.accordion-button:not(.collapsed){
    color: #19233e;
}

.accordion-item:last-of-type{
    border-radius: 0;
    border-bottom: 0;
}

.accordion, .accordion-header, .accordion-button{
    background: transparent!important;
}

.accordion-button:not(.collapsed), .accordion-button:not(.collapsed):focus  {
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px;
}

.accordion-body a, .accordion-body a:hover, .accordion-body a:visited{
    color: #002147;
}

.accordion{
    background: #FF9E00;
}

.bodymap_back{
    cursor: pointer;
}

.bodymap_holder{
    background: url(/wp-content/uploads/2023/12/dot_matrix_white.png), linear-gradient(90deg, #002147 50%, #008582 50%);
    background-repeat: no-repeat;
    background-position: 100% 90%;
    padding: 15px 10px;
    margin-top: 40px;
    min-height: 800px;
}

.bodymap_text_overview{
    margin-top: 80px;
    margin-left: 5%;
}

.bodymap_body{
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 90vh;
    max-height: 100%;
    position: relative;
    overflow: hidden;
}

#background-video {
    width: 20vw;
    height: auto;
    object-fit: cover;
    position: absolute;
    left: 10%;
    right: 0;
    top: 5%;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.bodymap_concussion img{
    position: absolute;
    z-index: 2;
    top: 9%;
    left: 70%;
    width: 20%;
    max-width: 130px;
    border: 7px solid #00ac85;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.bodymap_mhealth img{
    position: absolute;
    z-index: 2;
    top: 27%;
    left: 70%;
    width: 20%;
    max-width: 130px;
    border: 7px solid #58a8b5;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.bodymap_wearables img{
    position: absolute;
    z-index: 2;
    top: 45%;
    left: 70%;
    width: 20%;
    max-width: 130px;
    border: 7px solid #FF9E00;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.bodymap_heart img{
    position: absolute;
    z-index: 2;
    top: 63%;
    left: 70%;
    width: 20%;
    max-width: 130px;
    border: 7px solid #006860;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.bodymap_concussion img.top:hover, .bodymap_mhealth img.top:hover, .bodymap_wearables img.top:hover, .bodymap_heart img.top:hover, .bodymap_ankle img.top:hover{
    opacity: 0;
}

@media screen and (max-width: 1400px) {
    #background-video {
        width: 60%;
        height: auto;
        object-fit: cover;
        position: absolute;
        left: 5%;
        right: 0;
        top: 10%;
        bottom: 0;
        z-index: 1;
    }

    .bodymap_body{
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 1000px;
        max-height: 100%;
        position: relative;
        overflow: hidden;
    }

    .bodymap_concussion img{
        top: 9%;
        left: 65%;
        width: 100px;
        border: 5px solid #00ac85;
        border-radius: 50px;
      }

    .bodymap_mhealth img{
        top: 22%;
        left: 65%;
        width: 100px;
        border: 5px solid #58a8b5;
        border-radius: 50px;
    }

    .bodymap_wearables img{
        top: 35%;
        left: 65%;
        width: 100px;
        border: 5px solid #FF9E00;
        border-radius: 50px;
    }

    .bodymap_heart img{
        top: 48%;
        left: 65%;
        width: 100px;
        border: 5px solid #006860;
        border-radius: 50px;
    }
}

@media screen and (max-width: 991px) {
    .bodymap_holder{
        background: #002147;
        background-repeat: no-repeat;
        background-position: 100% 90%;
        padding: 15px 10px;
        margin-top: 40px;
    }

    .bodymap_body{
        min-height: 850px;
        max-height: 850px;
    }
}

.hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
}

.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
}

.hover img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.hover-content {
    position: relative;
    z-index: 99;
}

.hover-4 img {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hover-4 .hover-overlay {
    background: rgba(0, 0, 0, 0.2);
    z-index: 90;
}

.hover-4-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3rem;
    z-index: 99;
    font-size: 24px!important;
    text-transform: none!important;
    width: 95%;
}

.hover-4-description {
    position: absolute;
    top: 1rem;
    left: 1rem;
    text-align: right;
    padding: 0;
    z-index: 99;
    transform: translateX(-1.5rem);
    opacity: 0;
    transition: all 0.3s;
    font-size: 16px!important;
}

@media (min-width: 992px) {
    .hover-4-description {
        width: 90%;
    }
}

.hover-4:hover img {
    width: 100%;
}

.hover-4:hover::after {
    opacity: 1;
    transform: none;
}

.hover-4:hover .hover-4-description {
    opacity: 1;
    transform: none;
}

.hover-4:hover .hover-4-title {
    opacity: 0;
    transform: none;
}

.hover-4:hover .hover-overlay {
    background: rgba(0, 0, 0, 0.8);
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    left: 20px;
    top: 50%;
    display: block;
    margin: 0;
    cursor: pointer;
    color: #F49843;
    transform: translate(-50%, -50%);
    background: #FF9E00;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 1s;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    right: -25px;
    top: 50%;
    display: block ;
    margin: 0;
    cursor: pointer;
    color: #F49843;
    transform: translate(-50%, -50%);
    background: #FF9E00;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 1s;
}

.overlay_0 {
    right: 0;
    bottom: 0;
    padding: .5rem;
    margin: 4px;
    color: #ffffff;
    font-weight: 400;
    background: #FF9E00;
}

.vimwidth{
    width: 75%;
    margin-left: 12.5%;
}

@media screen and (max-width: 1200px) {
    .vimwidth{
        width: 100%;
        margin-left: 0;
    }
}

.modal-content{
    background: #FF9E00;
}

.overlay, .overlayc {
    position: absolute;
}

.overlay_vimeo_play {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: .5rem;
    padding-left: 15px;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 400;
    background: #000000;
}

.home_impact_holder{
    background: rgb(235,236,239);
    padding: 25px 10px;
    margin-top: 40px;
}

.home_news_holder{
    background: rgb(219,237,229);
    background: linear-gradient(90deg, rgba(219,237,229,1) 0%, rgba(219,237,229,1) 100%);
    padding: 15px 10px;
    margin-top: 40px;
}

.partnerships_holder{
    background: rgb(203,214,213);
    background: linear-gradient(90deg, rgba(203,214,213,1) 0%, rgba(203,214,213,1) 100%);
    padding: 15px 10px;
    margin-top: 40px;
}

.impact_holder{
    background: rgb(224,234,239);
    background: linear-gradient(90deg, rgba(224,234,239,1) 0%, rgba(224,234,239,1) 100%);
    padding: 15px 10px;
    margin-top: 40px;
}

.persons_holder{
    background: rgb(221,220,227);
    background: linear-gradient(90deg, rgba(221,220,227,1) 0%, rgba(221,220,227,1) 100%);
    padding: 15px 10px;
    margin-top: 40px;
}

.studentships_holder{
    background: rgb(221,220,227);
    background: linear-gradient(90deg, rgba(221,220,227,1) 0%, rgba(221,220,227,1) 100%);
    padding: 15px 10px;
    margin-top: 40px;
}

.teal_news_holder{
    background: rgb(88,168,181);
    background: linear-gradient(90deg, rgba(88,168,181) 0%, rgba(88,168,181) 100%);
    padding: 15px 10px;
    margin-top: 40px;
}

.bggreen_holder{
    background: rgb(210,222,222);
    background: linear-gradient(90deg, rgba(210,222,222) 0%, rgba(210,222,222) 100%);
    padding: 15px 10px;
    margin-top: 40px;
}

.left_menu_header{
    color: #FF9E00;
    font-weight: 700;
    font-size: 24px;
}

.w-leftmenu{
    max-width: 95%;
}

@media screen and (max-width: 1510px) {
    .w-leftmenu{
        max-width: 100%;
    }
}

.banner_sm{
    display: none!important;
}

.carousel-row{
    margin-left: 5.5%!important;
    margin-right: 5.5%;
    margin-top: 1.5%;
}

.carousel-control-prev{
    justify-content: left;
    margin-left: 20px;
    opacity: 1;
    width: 4%;
}

.carousel-control-prev-icon, .carousel-control-next-icon{
    background: #FF9E00;
    border-radius: 50%;
}

.carousel-control-next{
    justify-content: right;
    margin-right: 25px;
    opacity: 1;
    width: 4%;
}

.carousel-control-prev-icon::after, .carousel-control-next-icon::after{
    content: none;
}

.main ul{
    font-size: 20px!important;
}

.carousel-inner ul{
    font-size: 14px!important;
}

@media screen and (max-width: 1400px) {
    .carousel-row{
        margin-left: 6%!important;
        margin-right: 6%;
    }
    .carousel-indicators{
        display: none;
    }

}

footer{
    background: rgb(0,33,71);
    background-image: url(/wp-content/uploads/2023/12/wavy-lines-2.png);
    background-repeat: no-repeat;
}

.search-form label{
    width: 25%!important;
    margin-right: 2%!important;
}

.search-submit{
    display: none!important;
}

.search-field{
    width: 200%!important;
}

.footer_menu{
    margin-bottom: 0;
}

.footer_menu li{
    list-style-type: none;
    line-height: 1.5;
}

.footer_menu li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

.social_icon{
    float: right;
    width: 20%;
}

.social_icon img{
    max-width: 30%!important;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .social_icon img{
        max-width: 20%!important;
        text-align: center;
    }
}

.w-banner1{
    width: 60%!important;
    font-size: 2vw;
    margin-left: 20%!important;
    margin-top: 50px!important;
    line-height: 1.2!important;
}

.w-banner2{
    width: 80%!important;
    font-size: 3vw;
}

.w-banner3{
    width: 60%!important;
    font-size: 2.6vw;
    margin-left: 10%!important;
    margin-top: 40px!important;
}

@media screen and (max-width: 991px) {
    .pbanner{
        height: 200px!important;
    }
}

.left_lines{
    width: 45%;
    height: auto;
    margin-bottom: 5%;
}

.left_lines_2{
    width: 45%;
    height: auto;
    margin-top: 5%;
}

@media screen and (max-width: 1400px) {
    .left_lines{
        width: 35%;
        height: auto;
        margin-bottom: 5%;
    }
    .left_lines_2{
        width: 35%;
        height: auto;
        margin-top: 5%;
    }
    .w-banner1{
        margin-top: 20px!important;
    }
    .w-banner3{
        margin-top: 20px!important;
    }

}

@media screen and (max-width: 991px) {
    .w-banner1{
        width: 90%!important;
        font-size: 6vw;
        margin-left: 5%!important;
        margin-top: 20px!important;
        margin-bottom: 20px!important;
    }
    .w-banner3{
        width: 90%!important;
        font-size: 6vw;
        margin-left: 5%!important;
        margin-top: 20px!important;
    }
    .left_lines{
        width: 55%;
        height: auto;
        margin-bottom: 5%;
    }
    .left_lines_2{
        width: 55%;
        height: auto;
        margin-top: 5%;
    }

}

.ptitle{
    font-size: 1.5vw;
}

.pname{
    font-size: 3vw;
}

@media screen and (max-width: 1200px) {
    .pname{
        font-size: 3.5vw;
    }

}

@media screen and (max-width: 991px) {
    .ptitle{
        font-size: 2.5vw;
    }
    .pname{
        font-size: 4.5vw;
    }
}

.breadcrumb{
    margin-bottom: 0;
    font-weight: 700!important;
    width: 100%;
    min-height: 47px;
}

#crumbs a, #crumbs a:hover, #crumbs a:visited{
    color: #ffffff;
    text-decoration: none;
    font-size: 24px;
}

.bread50{
    width: 50%;
    text-align: center;
    transition: 1s;
}

.bread33{
    width: 33.33%;
    text-align: center;
    transition: 1s;
}

.bread25{
    width: 25%;
    text-align: center;
    transition: 1s;
}

.breadr{
    border-right: 1px solid #ffffff;
}

.bread:hover, .breadcurrent{
background: #002147;
}

.bread a, .bread a:hover, .bread a:visited{
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
}

@media screen and (max-width: 991px) {
    .bread33{
        width: 50%;
        border-bottom: 1px solid #ffffff;
    }
    .bread25{
        width: 50%;
        border-bottom: 1px solid #ffffff;
    }
    .bread a, .bread a:hover, .bread a:visited{
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    #navbar-content {
        position: absolute;
        top: 15px;
        right: 0;
    }
    .mega-menu-toggle{
        margin-bottom: 15px;
    }
}

.menudrop{
    display: none;
}

.site_logo {
    max-width: 470px!important;
    height: auto!important;
}

@media screen and (max-width: 1370px) {
    .tabletno {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .mobileno {
        display: none;
    }
}

@media screen and (max-width: 1320px) {
    .site_logo {
        max-width: 350px!important;
        height: auto!important;
    }
}

@media screen and (max-width: 1150px) {
    .site_logo {
        max-width: 300px!important;
        height: auto!important;
    }
}

@media screen and (max-width: 1050px) {
    .site_logo {
        max-width: 250px!important;
        height: auto!important;
    }
}

.header_container{
    margin-top: 20px;
    margin-bottom: 20px;
}

.pagetop{
    min-width: 100%;
    background: #FF9E00;
    height: 25px;
}

.navbar{
    box-shadow: none!important;
}

.btn_orange{
    color: #ffffff!important;
    background: #FF9E00!important;
    font-size: 0.9vw!important;
    padding: 7px 25px!important;
    border-radius: 24px!important;
    font-weight: 300!important;
    transition: 1s;
    display:inline-block;
}

.btn_orange:hover{
    background: #cccccc!important;
    color: #ffffff!important;
}

@media screen and (max-width: 991px) {
    .btn_orange{
        font-size: 2.9vw!important;
    }
}

.btnsub{
    color: #ffffff!important;
    background: #106666!important;
    font-size: 12pt!important;
    padding: 7px 15px!important;
    border-radius: 24px!important;
    font-weight: 300!important;
    transition: 1s;
    width: 150px!important;
}

.btnsub:hover{
    background: #cccccc!important;
    color: #ffffff!important;
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0!important;
}
.alignleft {
    float: left;
    margin-bottom: 0!important;
}
.alignright {
    float: right;
    margin-bottom: 0!important;
}

h1{
    font-size: 15pt;
}

h2{
    font-size: 14pt;
}

h3, legend{
    font-size: 12pt;
}

.font10{
    font-size: 10px;
}

.font11{
    font-size: 12px;
}

.font12{
    font-size: 12px;
}

.font14{
    font-size: 14px;
}

.font16{
    font-size: 16px;
}

.font18{
    font-size: 18px;
}

.font20{
    font-size: 20px;
}

.font22{
    font-size: 22px;
}

.font24{
    font-size: 24px;
}

.font28{
    font-size: 28px;
}

.font30{
    font-size: 30px;
}

.font36{
    font-size: 36px;
}

.font50{
    font-size: 50px;
}

.font55{
    font-size: 55px;
}

.font65{
    font-size: 65px;
}

.font300, .font300 p{
    font-weight: 300!important;
}

.font400{
    font-weight: 400!important;
}

.font500{
    font-weight: 500!important;
}

.font600, .font600 p{
    font-weight: 600!important;
}

.font700{
    font-weight: 700!important;
}

.font800{
    font-weight: 800!important;
}

.white, .white p, .white a, .white a:hover, .white a:visited{
    color: #ffffff!important;
}

.oxford_green, .oxford_green p, .oxford_green a, .oxford_green a:hover, .oxford_green a:visited{
    color: rgb(0,104,96)!important;
}

.green, .green p, .green a, .green a:hover, .green a:visited{
    color: rgb(0,133,130)!important;
}

.cool_grey, .cool_grey p, .cool_grey a, .cool_grey a:hover, .cool_grey a:visited{
    color: rgb(240,240,240)!important;
}

.dblue, .dblue p, .dblue a, .dblue a:hover, .dblue a:visited{
    color: #002147!important;
}

.orange, .orange p, .orange a, .orange a:hover, .orange a:visited{
    color: #FF9E00!important;
}

.bgorange{
    background: #FF9E00!important;
}

.bggreen{
    background: rgb(0,133,130)!important;
}

.bgdblue{
    background: #002147!important;
}

.bgenggreen, .bgafac{
    background: rgb(0,172,133)!important;
}

.bgoxgreen{
    background: rgb(0,104,96)!important;
}

.bglorange{
    background: rgb(254,204,151)!important;
}

.bgcoolgrey{
    background: rgb(240,240,240)!important;
}

.bgteal{
    background: rgb(88,168,181)!important;
}

@media screen and (max-width: 991px) {
    .bgenggreen{
        background: rgb(0,172,133)!important;
        height: 200px;
    }
}

.page_header{
    margin-top: -10px;
}

.w-60{
    max-width: 60%;
}

.main p a, .main p a:hover, .main p a:visited{
    color: #FF9E00!important;
}

body{
    font-family: 'Mulish', sans-serif!important;
    font-weight: 300!important;
    color: #000000!important;
}

p{
    font-size: 20px!important;
    margin-bottom: 15px!important;
}