:root{
    --primary-color: #142d49;
    --primary-light-color: #59697a;
    --primary-lighter-color: #949ea9;
    --secondary-color: #79b9d5;
    --secondary-light-color: #e0edf5;
    --comp-color: #e7334c;
}

a:not(.no_hover):hover{
    color: #59697a;
}

.no_hover{
    text-decoration: none !important;
    color: inherit !important;
}

.btn-primary:hover{
    border-color: #59697a !important;
    background-color: #59697a !important;
}

.btn-primary-light{
    background-color: #6eb7d1;
    border-color: #6eb7d1;
    color: white;
}

body{
    font-family: "Open Sans", sans-serif;
    color: #142d49;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fdfdfd;
}

h1, h2, h3, h4, .card-header{
    font-family: "Hind", cursive;
    color: #142d49;
    font-weight: 500;
    word-break: break-word;
}

h5, h6{
    color: #142d49;
    word-break: break-word;
}

section{
    overflow: hidden;
}

nav li a{
    color: #142d49 !important;
}

li a{
    user-select: none;
}

.template-searchresults .header-search.search-wrapper{
    padding: 6rem 20px !important;
    background: rgba(255, 255, 255, .98) !important;
}

@keyframes wiggle{
    from, to{transform: translateX(0px);}
    25%{transform: translateX(-3px);}
    50%{transform: translateX(2px); color: #e7334c}
    75%{transform: translateX(-1px);}
}

.ref_tab table{
    width: 100%;
    margin-bottom: 1rem;
    background-color: rgba(0,0,0,0);
    table-layout: fixed;
}

.ref_tab table td, .ref_tab table th{
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.text-comp{
    color: #e7334c;
}

.btn-lg, .btn{
    font-weight: 600;
}

.wiggle{
    animation: .5s ease wiggle;
}

.bg-comp{
    background-color: #e7334c;
}

.form-control, select.form-control{
    border-radius: 0 !important;
}

.breadcrumb{
    background-color: unset !important;
}

.breadcrumb .breadcrumb-item:last-of-type:after{
    display: inline-block;
    content: "/";
    font-size: 20px;
}

.breadcrumb-item+.breadcrumb-item::before{
    color: inherit !important;
    font-size: 20px;
}

.breadcrumb .breadcrumb-item a{
    font-family: "Hind", cursive;
    font-size: 20px;
}

.bg-sl{ background-color: #e0edf5; }
.bg-pl{ background-color: #59697a; }
.table-fixed{ table-layout: fixed; }
.my-6, .mb-6{ margin-bottom: 6rem !important; }
.my-6, .mt-6{ margin-top: 6rem !important; }
.my-7, .mb-7{ margin-bottom: 8rem !important; }
.my-7, .mt-7{ margin-top: 8rem !important; }

.my-15{
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn{ border-radius: 0; }

.no-scroll{
    overflow: hidden;
    margin-right: 15px;
}

.carousel-control-next,
.carousel-control-prev {
    font-size: 40px;
}

.big {
    font-size: 1.5rem;
}

.more_button{
    width: 100%;
    max-width: 200px;
    display: block;
}

.icon-block {
    position: relative;
    text-align: center;
}

.icon-block .icon {
    background-color: #007bff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    position: absolute;
    left: calc(50% - 25px);
    top: -25px;
    font-size: 30px;
    color: #fff;
    transform: rotate(0deg);
    transition: transform .5s ease-in-out;
}

.icon-block a {
    display: inline-block;
    padding: 50px;
    list-style: none;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #343a40;
    font-weight: bold;
    text-decoration: none;
}

.icon-block:hover a {
    color: #6c757d;
}

.icon-block:hover .icon {
    transform: rotate(360deg);
}

.masonry .masonry-item {
    cursor: pointer;
}

.modal-body.loading:after {
    content: "\f110";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 40px;
    animation: fa-spin 2s infinite linear;
    padding: 3rem;
}

.parallax{
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* Collapse */
.fade, .collapse, .collapsing{
    transition: .5s ease;
}
.fade:not(.show) {
     opacity: 0;
}
 .collapse:not(.show) {
     display: none;
}
 .collapsing {
     position: relative;
     height: 0;
     overflow: hidden;
}

.accordion .card button{
    white-space: normal;
    text-align: left;
}

.subject-wrapper a{
    position: relative;
}

.subject-wrapper a:after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e7334c;
    transition: .5s ease;
}

.subject-wrapper a.collapsed:after{
    bottom: 0px;
}

.subject-wrapper a:not(.collapsed){
    background-color: #e7334c !important;
    border-color: #e7334c !important;
}

.accordion .card-header{
    background-color: #062d4b !important;
    color: white !important;
    border-color: #062d4b !important;
    border-radius: 0 !important;
}

.accordion .card-header{
    cursor: pointer;
}

.card{
    border: none !important;
}

.accordion .card:not(:last-of-type){
    margin-bottom: 10px;
}

.card .card-body{
    background-color: #fdedee;
}

.rich-text a[href]{
    color: #e7334c !important;
    font-weight: 600;
}

/* Header */
.header-inner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-sub-top{
    background-color: #79b9d5;
}

.header-sub-top li{
    padding: 7px 0;
}

.header-sub-top li a{
    color: white !important;
}

.navbar-brand{
    padding: 0 !important;
}

.header-inner:not(.header-sub-top){
    padding: 12px 0;
}

header nav.navbar{
    padding: 0;
}

header li a{
    font-weight: 600;
    font-size: 16px;
}

header{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background: rgba(255,255,255,1);
    box-shadow: 0 2px 10px -5px rgba(0,0,0,.2);
    transition: .2s ease;
}

header .overmenu ul li a h4{
    font-size: 1.4rem;
    line-height: 1.3;
}

.navbar-brand img, .navbar-brand{
    height: 55px;
    margin: 0 auto;
    display: block;
}

.navbar-brand{
    display: block;
    margin: 0 auto;
}

.language-switch{
    display: flex;
    margin-right: 15px;
}

.language-switch .header-flag{
    max-width: 20px;
    margin-left: 10px;
}

.research-list li .btn-goto{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.research-list li{
    width: 100%;
}

.research-list li:not(:last-child){
    margin-bottom: 10px;
}

.research-list .btn-primary{
    padding: .75rem 15px;
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 600;
}

.btn-goto{
    background-color: #e0edf5;
    padding: .75rem 15px;
    padding-right: 45px;
    position: relative;
    text-align: left;
    font-weight: 600;
}

.btn-goto:after{
    content: "\f054";
}

.research-list .btn-primary:after{
    content: "\f073";
}

.btn-goto:after, .research-list .btn-primary:after{
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

/* Search wrapper */
.header-search.search-wrapper{
    position: fixed;
    left: 0;
    width: 100%;
    padding: 4rem 20px;
    padding-top: calc(4rem + 20px);
    background: rgba(255, 255, 255, .95);
    z-index: 17;
    transition: .2s ease;
    opacity: 0;
    transform: translateY(-100px);
    pointer-events: none;
}

.header-search.search-wrapper.open{
    opacity: 1;
    transform: translateY(-20px);
    pointer-events: all;
}

.search-wrapper form{
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 2rem auto !important;
}

.search-input{
    border: none;
    border-bottom: 2px solid #142d49 !important;
    background: transparent !important;
    width: 100% !important;
    padding: 0;
    font-size: 20px;
    padding-bottom: 10px;
    padding-right: 30px;
    box-shadow: 0 !important;
    outline: 0 !important;
    color: #142d49 !important;
}

.search-input:focus{
    box-shadow: none !important;
    outline: 0 !important;
}

.search-input::placeholder{
    color: #062d4b;
}

.search-input-wrapper{
    position: relative;
}

.search-input-wrapper button{
    background: none !important;
    border: none !important;
    position: absolute;
    right: 0;
    top: -5px;
    padding-right: 0;
    font-size: 20px;
}

.toggle-search{
    cursor: pointer;
    user-select: none;
}

.current_page{
    width: 55px;
    height: 39px;
    background-color: #e7334c;
    color: white;
    line-height: 39px;
    text-align: center;
    border-radius: 20px;
    user-select: none;
    display: block;
    margin: 0 auto;
}

/* Header menu */
.toggle-overmenu{
    cursor: pointer;
    user-select: none;
}

.toggle-overmenu i{
    transform: rotate(0deg);
    transition: .2s ease;
    transform-origin: center;
}

.toggle-overmenu.spin i{
    transform: rotate(90deg);
    padding-right: 2px;
}

.overmenu{
    position: absolute;
    padding: 15px 0;
    width: 100%;
    background: white;
    z-index: -1;
    transition: .5s ease;
    transition-delay: .5s;
    overflow-y: auto;
    pointer-events: none;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}

.overmenu:not(.open) *{
    pointer-events: none;
}

.overmenu.open{
    transition-delay: 0s !important;
    pointer-events: all;
    opacity: 1;
}

.overmenu .overmenu-inner{
    width: 100%;
    opacity: 0;
    transform: translateY(-15px);
    transition: .5s ease;
    transition-delay: 0;
}

.overmenu.open .overmenu-inner{
    opacity: 1;
    transform: translateY(0);
    transition-delay: .5s;
    user-select: none;
}

.overmenu-inner ul li a{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    font-weight: 400;
    color: #142d49 !important;
    font-size: 1.05rem;
}

.overmenu-inner .menu-col-2 *{
    text-decoration: none !important;
}

.overmenu-inner .menu-col-2 ul li a{
    display: block;
}

.overmenu-inner .menu-col-2 *{
    user-select: none;
}

.overmenu-inner ul li *{
    margin: 0;
}

.overmenu-inner .menu-col-1 ul li{
    padding: 10px 0;
    display: inline-block;
    cursor: pointer;
    user-select: none;
}

.overmenu-inner .menu-col-1 ul li:first-of-type{
    padding-top: 10px;
}

.menu-col-1{
    border-right: 3px solid #142d49;
}

.menu-col-2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 30px;
    opacity: 0;
    user-select: none;
    pointer-events: none;
    transition: .5s ease;
    transition-delay: 0s;
    overflow-x: hidden;
    overflow-y: auto;
}

.menu-col-2.active{
    opacity: 1;
    user-select: all;
    transition-delay: .2s;
}

.overmenu-inner li.has-children a > h2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    border-bottom: 3px solid #e7334c;
    width: 0;
    overflow: hidden;
    pointer-events: none;
    transition: .2s ease;
}

.overmenu-inner li.has-children a h2 {
    display: flex;
    align-items: center;
    position: relative;
    display: inline-block;
}

.overmenu-inner li.has-children.open a > h2:after{
    width: 100%;
}

.overmenu.open .menu-col-2.active{
    pointer-events: all;
}

.overmenu-inner li.active{
    position: relative;
}

.overmenu-inner li.active a, .overmenu-inner li.active a > *{
    color: #e7334c !important;
}

.submenu{
    margin-bottom: 10px;
    margin-top: 10px;
}

.menu-col-2 .row .submenu:first-of-type{
    margin-top: 10px;
}

.submenu h5 a{
    transition: .2s ease;
}
.submenu h5{
    margin-bottom: 0;
}

.submenu ul li:hover a{
    text-decoration: underline !important;
}

/* Appointment */

.appointment{
    padding: 10px 15px;
    background: #e7334c;
    color: white !important;
}

.appointment-select{
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none !important;
    border-radius: 0;
    width: auto;
    color: #142d49 !important;
    background: #e0edf5 !important;
    cursor: pointer;
    padding-right: 30px;
}

.appointment-select:not(.no-max){
    max-width: 200px;
}

input.appointment-select{
    padding: .375rem .75rem;
}

input.appointment-select::placeholder{
    color: #59697a;
}

input, select{
    transition: .2s ease;
    box-shadow: 0 0 0px rgba(224, 237, 245, .4);
}

input:focus, select:focus{
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(224, 237, 245, .4) !important;
}

.select-wrapper{
    position: relative;
}

.select-wrapper i{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Footer */
footer{
    background-color: #042d4b;
    color: white;
}

footer a{
    color: white !important;
    opacity: .8;
}

footer h2, footer h3, footer h4{
    color: white;
}

footer .sub-footer .rich-text *{
    margin-bottom: 0;
}

.btn-comp{
    background: #e7334c;
    color: white !important;
    transition: .5s ease;
}

.btn-comp:hover{
    background: rgb(237, 111, 126);
}

.subject-chooser-toggle{
    font-weight: 600;
}

.subject-chooser-toggle:hover{
    background: #e7334c;
}

.btn-comp:focus{
    box-shadow: 0 0 0 0.2rem rgba(231, 52, 76, .29);
}

.btn-secondary-light{
    background: #79b9d5;
    color: white !important;
}

.text-secondary-light{
    color: #e0edf5 !important;
}

.btn-primary{
    background-color: #142d49 !important;
    color: white !important;
}

footer .rich-text a[href], footer .rich-text a{
    color: white !important;
    font-weight: 400;
}

.footer-brand{
    max-width: 200px;
    filter: brightness(2);
}

/* SVG */
.fill-secondary-light{fill-rule:evenodd;clip-rule:evenodd;fill:#e0edf5; will-change: transform; transition: 100ms all ease;}
.fill-comp{fill-rule:evenodd;clip-rule:evenodd;fill:#e7334c; transition: 100ms all ease; transform-origin: center;}
.fill-primary{fill-rule:evenodd;clip-rule:evenodd;fill:#142d49;}
.svg{overflow: visible;}

.outer-secondary .fill-secondary-light{
    fill: white !important;
}

.outer-secondary-wrapper{
    background-color: #e0edf5;
}

svg{ overflow: visible !important; }

div[data-aos] svg .fill-secondary-light{
    transition: 1s ease;
    transform-origin: center center;
    transition-delay: 0s;
}

div[data-aos] .sitting-svg .fill-secondary-light{
    transform: scale(.5);
    opacity: 0;
    transition-delay: 0s;
}

div[data-aos] .laying-svg .fill-secondary-light{ transform: translateY(50px); opacity: 0; }
div[data-aos] .sitting2-svg .fill-secondary-light{ transform: translateY(-50px); opacity: 0; }

div.aos-animate[data-aos] .sitting-svg .fill-secondary-light,
div.aos-animate[data-aos] .laying-svg .fill-secondary-light,
div.aos-animate[data-aos] .sitting2-svg .fill-secondary-light{ transform: translateY(0); opacity: 1; transition-delay: .5s;  }
div.aos-animate[data-aos] .sitting-svg .fill-secondary-light{ transition-delay: 1s; }

/* Location */

.location-blocks-wrapper{
    max-height: 300px;
    overflow: hidden;
    margin-top: 20px;
    overflow-y: scroll;
}

.location-block{
    position: relative;
    background: #e0edf5;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 750px;
}

.location-blocks-wrapper .location-block:not(:last-of-type){
    margin-bottom: 20px;
}

.location-info{
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100px;
    background: #e0edf5;
}

.location-info span *{
    margin: 0;
}

.location-block .location-image{
    width: 100px;
    height: 100px;
    min-width: 100px;
    background-size: cover;
    background-position: center;
}

.location-link{
    min-width: 50px;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #e7334c;
    color: white !important;
    text-decoration: none !important;
    font-size: 25px;
}

.location-body{
    width: 100%;
    padding: 0 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.location-wrapper{
    max-width: 200px;
}

.embed-responsive-long{
    min-height: 450px;
    height: 100%;
}

.location-image a, .location-image a div{
    height: 100%;
}


/* Locationblock */

#googlemap{
    height: 100%;
    min-height: 300px;
}

.locationblock{
    background-color: #e0edf5;
    text-decoration: none !important;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 100%;
    transition: .2s ease;
}

.locationblock-info{
    padding: 15px;
    position: relative;
}

.locationblock-info h3{
    font-size: 20px;
}

.locationblock .locationblock-image{
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
}

.locationblock:hover{
    transform: translateY(-5px);
    box-shadow: 0 5px 15px -13px rgba(0,0,0,.8);
}

.owl-location-thumbs .owl-thumb-item .owl-thumb{
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
}

.owl-location-thumbs .owl-thumb-item .owl-thumb:after{
    content: "";
    padding-top: 75%;
    display: block;
}

.fancy-list ul{
    padding-left: 0;
    list-style: none;
}

.fancy-list ul li{
    position: relative;
    padding-left: 25px; 
}

.fancy-list ul li:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #142d49;
}

/* Subject chooser */

.subject-chooser.hidden{
    pointer-events: none;
    opacity: 0;
}

.subject-chooser{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.9);
    z-index: 99;
    opacity: 1;
    pointer-events: all;
    transition: .5s ease;
}

.subject-chooser-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1000px;
    text-align: center;
}

.subject-chooser-inner a{
    padding: 3rem 0;
    text-align: center;
    font-size: 1.5rem;
    font-family: "Hind", cursive;
}

.close-chooser{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    font-size: 23px;
    background: #142d49;
    color: white !important;
    cursor: pointer;
}

.subject-logo{
    position: absolute;
    top: 17px;
    left: 50%;
    height: 55px;
    transform: translateX(-50%);
}

.subject-chooser-inner .star{
    position: relative;
    width: 30px;
    display: inline-block;
}

.subject-chooser-inner .star img{
    width: 100%;
}

.subjects{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subjects .subject{
    width: 100%;
    margin: 0 15px;
} 

/* Contact bar */

.contact-bar{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: .5s ease;
    z-index: 99;
}

.contact-bar.open{
    right: 350px;
}

.contact-items{
    position: absolute;
    top: 0;
    left: 50px;
    width: 350px;
    background: #142d49;
    min-height: 300px;
}

.contact-bar .contact-icons a{
    margin-bottom: 10px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #142d49;
    color: rgba(255,255,255,1) !important;
    cursor: pointer;
}

.contact-bar .contact-icons a i{
    transition: .2s ease;
    will-change: transform;
}

.contact-bar .contact-icons a.active i, .contact-bar .contact-icons a:hover i{
    transform: scale(1.25);
}

.contact-bar .contact-items .contact-inner{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 10px 15px;
    transition: .2s ease;
    width: 100%;
    height: 300px;
    overflow-y: auto;
}

.contact-bar .contact-items .contact-inner .rich-text *{
    color: white !important;
}

.contact-bar .contact-items .contact-inner.open{
    opacity: 1;
}

/* Promo header */
.promo_header{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    max-height: 400px;
    position: relative;
}

.video_contain{
    position: relative;
}

.video_contain:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    opacity: .15;
}

.video_contain video{
    position: absolute;
    top: 50%; 
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-35%);
    transform: translateX(-50%) translateY(-35%);
    min-width: 100%; 
    min-height: 100%; 
    width: auto; 
    height: auto;
    z-index: -1000; 
    overflow: hidden;
    filter: brightness(1.3) contrast(.9);
}

.video_contain img {
    position: absolute;
    width:auto;
    z-index: -1000;
    overflow: hidden;
    filter: brightness(1.3) contrast(.9);
    right:0%;
}

@media screen and (min-width: 1441px){
    .video_contain img {
        height: 400px;
        width: auto;
        z-index: 0;
    }
}
@media screen and (min-width: 2100px){
    .video_contain img {
        left:17%;
    }
}

.promo_header .container{
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0 30px;
}

@media screen and (max-width: 991px){
    .promo_header .container{
        padding: 0 15px !important;
    }
}

.promo_header_inner{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 15px;
}

.promo_header_inner .promo_left{
    width: 55%;
    background-color: #142d49;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    position: relative;
}

@media screen and (min-width: 991px){
    .promo_header_inner .promo_left{
        margin-left: 35px;
    }
}

.promo_header_inner .promo_left .promo_left_lead{
    position: absolute;
    top: -35px;
    left: -35px;
    width: auto;
    background-color: #e7334c;
    color: white;
    padding: 15px 25px;
    z-index: 2;
}

.promo_header_inner .promo_left .promo_left_lead h2, .promo_header_inner .promo_left .promo_left_lead h3, .promo_header_inner .promo_left .promo_left_lead h4{
    margin: 0;
}

.promo_header_inner .promo_left .promo_left_blocks{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.promo_left .block{
    width: calc(50% - 20px);
    height: 80px;
    margin: 10px;
    position: relative;
    text-align: center;
    display: flex;
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    text-decoration: unset !important;
    background-color: #79b9d5;
    color: white;
    transition: .5s ease;
}

.promo_left .block:hover{
    background-color: #e0edf5;
}

.promo_left .block:hover span{
    color: #142d49 !important;
}

.promo_left .block span{
    display: block;
    text-align: center;
    width: 100%;
    padding: 0 15px;
    text-decoration: unset !important;
    word-break: break-word;
    font-size: 1.3rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media screen and (max-width: 1140px){
    .promo_left .block span{
        font-size: 18px;
        font-weight: 600;
    }
    .promo_header_inner .promo_left{
        padding: 25px;
    }
}

.promo_header_inner .promo_left_lead *{
    color: white;
}
.promo_header_inner .promo_right{
    width: calc(35% - 35px);
}

.btn-clear{
    border: 2px solid white;
    color: white !important;
    font-weight: 600;
    background-color: rgba(255,255,255,.1);
}

.btn-clear:hover{
    background-color: rgba(255,255,255,.3);
}

.promo_right_lead h2, .promo_right_lead h3, .promo_right_lead h4, .promo_right_lead p{
    color: white;
}

.promo_right_lead .btn-clear{
    font-size: 18px;
    margin-top: 1.5rem;
}

/* Infoblock */
.infoblock{
    height: 100%;
    position: relative;
    background-color: #e0edf5;
    padding-top: 25px;
}

.infoblock .info-header{
    position: absolute;
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
    padding: 10px 20px;
    background: #142d49;
    color: white;
    text-align: center;
    font-family: "Hind", cursive;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}

.info-header .inline-image{
    max-width: 20px;
    display: inline;
    margin-right: 10px;
}

.infoblock .info-body{
    padding: 0 25px;
    padding-bottom: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.infoblock .info-body a{
    font-weight: 600;
}

.infoblock .info-body a:after{
    padding-left: 5px;
}

.infoblock .info-body a{
    text-decoration: unset;
}

.infoblock .info-body *{
    color: #142d49;
}

.btn.btn-underline{
    position: relative;
    color: #142d49;
    font-weight: 600;
    border-radius: 0;
    padding: .15rem 0;
    border-bottom: 2px solid #142d49;
}

.btn-fa-chevron-right:after{
    content: "\f054";
    display: inline;
    padding-left: 10px;
    font-size: 80%;
    font-family: "Font Awesome 5 Pro";
}

/* Newsfeed */

.news_item{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-decoration: unset !important;
    transition: .2s ease;
}

.news_item .news_info{
    width: calc(100% - 150px);
    padding-left: 15px;
    background-color: #fff;
}

.news_item .news_image{
    width: 150px;
    background-position: center;
    background-size: cover;
    background-color: #142d49;
}

.news_header_image{
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
}

.lightbox-item{
    position: relative;
    display: block;
}

.lightbox-item:after{
    content: "\f066";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate3d(0, -10px, 0);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    background: #142d49;
    box-shadow: 0 3px 10px -5px rgba(255,255,255,.5);
    color: white;
    z-index: 2;
    opacity: 0;
    transition: .5s ease;
}

.lightbox-item:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255,255,255,.5);
    opacity: 0;
    transition: .5s ease;
}

.lightbox-item:hover:before, .lightbox-item:hover:after{
    opacity: 1;
}

.lightbox-item:hover:after{
    transition: .7s ease;
    transform: translate(-50%, -50%) translate3d(0, 0, 0);
}

/* Page header */

.page-header{
    padding: 75px 0;
    position: relative;
}

.page-header.clear-header{
    padding: 100px 0;
}

.page-header .page-header-image, .course_intro_image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.page-header h1{
    z-index: 3;
    position: relative;
    color: white;
}

.page-header *{
    color: white;
}

.page-header:not(.clear-header):after, .course_intro:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #142d49;
    opacity: .4;
    z-index: 2;
}

.research_attrs{
    padding: 1rem 0;
    z-index: 3;
    position: relative;
}

.research_attrs span{
    color: white;
    text-shadow: 
}

.research_attrs span:not(:last-of-type){
    margin-right: 10px;
}

/* Accordion */
.card.bg-primary{
    background: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: .5rem;
}

.card.bg-primary .card-header{
    cursor: pointer;
}

.card.bg-primary .card-header h5{
    color: white;
}

.card.bg-primary .card-body{
    background-color: #e0edf5;
}

.card.bg-primary .card-body *{
    color: #142d49;
}

/* Vertical wrapper */
.vertical-wrapper{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.vertical-top, .vertical-bottom{
    height: 100%;
    padding: 15px;
}

.vertical-top{
    margin-bottom: 15px;
}

.vertical-bottom{
    margin-top: 15px;
}

.vertical-wrapper.horizontal > div{
    margin: 0 !important;
    width: 100%;
}

.vertical-wrapper.horizontal{
        flex-direction: row;
}

@media screen and (min-width: 991px){
    .vertical-wrapper.horizontal > div:nth-child(1){
        margin-right: 15px !important;
    }

    .vertical-wrapper.horizontal > div:nth-child(2){
        margin-left: 15px !important;
    }
}

@media screen and (max-width: 991px){
    .vertical-wrapper.horizontal{
        flex-direction: column;
    }
    .vertical-wrapper.horizontal > div:nth-child(1){
        margin-bottom: 30px !important;
    }
    .vertical-wrapper.horizontal > div:nth-child(2){
        margin-bottom: 10px !important;
    }
}

/* Tables */
.table-fixed{
    table-layout: fixed;
    width: 100%;
}

.fancy-tables table tr:not(:last-of-type) td, .fancy-tables table tr:not(:last-of-type) th{
    border-bottom: 1px solid #cbd0d5;
}

.fancy-tables table tr td, .fancy-tables table tr th{
    padding: .5rem .75rem;
    vertical-align: top;
    font-size: 14px;
}

.fancy-tables table tr th{
    background-color: #142d49;
    color: white;
    border-bottom: 0 !important;
}

.fancy-tables tr td:not(:first-of-type), .fancy-tables tr th:not(:first-of-type){
    text-align: right;
}

/* COURSES */

.course-block{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
    transition: .2s ease;
}

.course-block .courses-block-image{
    background-size: cover;
    background-position: center;
    position: relative;
    transition: .75s ease;
}

.course-block .courses-block-image span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate3d(0,15px,0);
    z-index: 3;
    opacity: 0;
    transition-delay: 0;
    transition: .4s ease;
    font-size: 20px;
    font-weight: 800;
    color: white;
}

.course-block .courses-block-image:before{
    content: "";
    display: block;
    padding-top: 65%;
}

.course-block:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 8px -8px rgba(0,0,0,.2);
}

.course-body{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 15px;
    height: 100%;
    background-color: #f7f7f7;
    position: relative;
}

.course-info{
    display: flex;
    margin-top: 15px;
}

.course-info span{
    display: block;
    color: #142d49;
    margin-right: 15px;
}

.course-info span i{
    margin-right: 5px;
    color: #e7334c;
}

.filter_bar li a{
    padding: 1rem 15px;
    font-weight: 600;
    color: white !important;
    cursor: pointer;
    transition: .2s ease;
}

.filter_bar li a:first-of-type{
    margin-left: 0px;
}

.filter_bar li a.active{
    background-color: #e7334c;
}

.filter_bar li a:not(.active):hover{
    background-color: #59697a;
}

.filter_bar .line-select{
    max-height: 35px;
}

.course_intro{
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 300px;
    padding: 50px 0;
    display: flex;
}

.course_intro_lead{
    position: relative;
    z-index: 4;
}

.course_intro_lead_body{
    max-width: 800px;
}

.course_intro_lead *{
    color: white;
}


/* Blank header */
.blank-header{
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #deedf4;
    padding-bottom: 30px;
    z-index: 1;
}

.blank-header .container{
    z-index: 9;
    width: 100%;
    padding: 2rem 0;
}

.blank-header .container .blank-header-lead{
    width: 50%;
    padding: 0 15px;
}

.filter_bar_wrapper{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #142d49;
    margin-top: -30px;
    z-index: 3;
}

.filter_sub_bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-top: 20px;
}

.filter_sub_bar select{
    width: 100%;
}

@media screen and (max-width: 1200px){
    .blank-header{
        background-size: cover;
    }
}

@media screen and (max-width: 930px){
    .blank-header{
        background-image: none !important;
    }
    .blank-header .container .blank-header-lead{
        width: 100% !important;
        padding: 0 15px;
    }
    .filter_container{
        padding: 0;
    }
    .filter_sub_bar{
        padding: 0 15px;
    }
}

/* personblock */
.personblock{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.personblock .personblock_image{
    width: 30%;
    background-size: cover;
    background-position: center;
}

.personblock .personblock_image:before{
    content: "";
    display: block;
    padding-top: 140%;
}

.personblock .personblock_lead{
    width: 70%;
    padding: 15px;
}

.personblock .personblock_lead p:last-of-type{
    margin-bottom: 0;
}

/* Headerblock */
.headimageblock{
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
}
    
.headimageblock .headerimageblock_lead{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.headimageblock .headerimageblock_lead *{
    color: inherit;
}

.headimageblock-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #142d49;
    opacity: .65;
    z-index: 1;
}

/* Counter */
.counter-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.counter-wrapper .counter{
    position: relative;
    background: white;
    width: 100%;
    min-height: 60px;
    padding: 10px 0;
}

.counter-wrapper .counter:not(:last-of-type){
    border-right: 1px solid #142d49;
}

.counter .counter-inner{
    width: 100%;
    text-align: center;
}

.counter .counter-inner .adjetive{
    font-size: 1rem;
    color: #52697c;
}

.counter-wrapper .counter .count{
    display: inline-block;
    font-size: 2rem;
    font-weight: 600;
    color: #142d49;
}

/* Button block */

.buttonblock{
    display: inline-block;
    margin: 0 auto;
    color: white !important;
    padding: .5rem 1.5rem;
    font-weight: 600;
    font-size: 1.1rem;
}

.buttonblock.comp-btn{
    background-color: #e7334c;
}

/* Research pages */

.white_box{
    background-color: #fff;
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.2);
    padding: 30px 15px;
}

@media screen and (max-width: 768px){
    .p-mb-0{
        padding: 0 !important;
    }
}

.bg-light-gray{
    background: #F6F6F6;
}

.research_filter{
    width: 100%;
    color: #062d4b;
    font-weight: 600;
    display: block;
    position: relative;
    text-decoration: none !important;
    word-break: break-word;
}

.research_filters_root .research_filter span{
    display: block;
    margin-top: auto;
}

.research_filters_root .research_filter{
    display: flex;
    flex-direction: column;
}

.research_filter.active{
    font-weight: 800;
}

.research_filters_root .research_filter{
    padding: 30px 15px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.2);
    height: 100%;
    min-height: 174px;
}

.research_filters_root .research_filter i{
    display: block;
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.research_filters{
    background: #fff;
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.2);
    padding: 15px;
}

.no-box-shadow {
    box-shadow: none;
    background: unset;
}

.research_filters .research_filter{
    padding: .375rem .75rem;
    font-size: 16px;
}

.research_filters .research_filter i{
    width: 30px;
}

.page-block{
    position: relative;
    display: block;
    padding: .75rem 1rem;
    padding-right: 40px !important;
    font-weight: 600;
    background: white;
    color: #142d49 !important;
    text-decoration: none !important;
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.2);
}

.page-block:after{
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.research_header, .research_header:focus{
    border: none;
    color: #062d4b !important;
    background: #fff !important;
    box-shadow: none!important;
    outline: none !important;
    border-color: none !important;
    padding: .75rem 1rem;
    padding-left: calc(1rem + 20px);
    font-weight: 600;
    font-size: 16px;
}

.research_header_wrapper.scuffed .research_header{
    padding: 1.7rem .75rem;
    font-size: 18px;
    padding-left: calc(1.7rem + 10px);
}

.research_header::placeholder{
    color: #062d4b !important;
    font-weight: 600;
}

.research_header_wrapper span{
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: .75rem;
    pointer-events: none;
    position: absolute;
    left: 0;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.research_header_wrapper input, .research_header_wrapper input:focus{
    background-color: #fff !important;
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.2) !important;
}

.research_header_wrapper{
    display: flex;
    /*box-shadow: 0 5px 15px -8px rgba(0,0,0,.2);*/
    position: relative;
    z-index: 2;
}

.research_header_wrapper.scuffed{
    transform: translateY(-30px);
}

.of-show{
    overflow: visible !important;
}

@media screen and (max-width: 991px){
    .counter .counter-inner .adjetive {
        font-size: 0.8rem;
    }
    .filter_bar_right{
        margin-left: -15px;
        width: 100%;
        background-color: #ededed;
        padding: .75rem 15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }
    .filter_bar_wrapper{
        flex-direction: column;
        justify-content: flex-start;
    }
}

/* Lab test */

.category_wrapper:not(.iefix), .filter_wrapper{
    display: flex;
    flex-wrap: wrap;
}
.category_wrapper:not(.iefix) .category{
    display: flex;
    flex-wrap: wrap;
}

.category_wrapper .category h2, .category_wrapper .category{
    width: 100%;
}

.category_wrapper .category a, .category_wrapper .category button{
    padding: .5rem 0;
    display: block;
    text-decoration: unset;
    transition: .2s ease;
    color: #062d4b;
    font-weight: 600;
    cursor: pointer;
}

.filter_wrapper .filter_word{
    margin-right: 5px;
    padding: 10px;
    display: inline-block;
    font-weight: 600;
    text-decoration: unset;
}

.filter_wrapper .filter_word:first-of-type{
    padding-left: 0;
}

.print-header{
    display: none;
}

/* Responsive */

@media print
{    
  .no-print{
    display: none;
  }
  .print-header{
    display: block;
    padding: 0 15px;
  }
}

@media screen and (min-width: 1200px){
    .justify-lg-between{
        justify-content: space-between;
    }
}

@media screen and (max-width: 991px){
    .navbar-brand, .navbar-brand img{
        height: unset;
        max-width: 180px;
        width: 100%;
        margin-right: 20px;
    }
    .overmenu{
        display: none;
    }
    .subject-chooser-inner{
        padding: 0 15px;
    }
    .subject-chooser-inner a{
        padding: 1.5rem 0;
        margin-bottom: 15px;
    }
    .subject-chooser-inner a:after{
        padding-top: 100px;
        margin-bottom: 20px !important;
    }
    .subject-chooser-toggle{
        padding:.5rem 0 !important;
    }
    .location-body{
        padding: 15px !important;
    }
    .my-6{
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }
    .my-7{
        margin-bottom: 4rem !important;
        margin-top: 4rem !important;
    }
    .promo_right_lead h2, .promo_right_lead h3, .promo_right_lead h4, .promo_right_lead p{
        color: #142d49;
    }
    .promo_right_lead .btn-clear{
        background-color: #e7334c;
        color: white;
        border: #e7334c;
    }
    .order-2{
        order: 2;
    }
    .laying-svg,
    .sitting2-svg,
    .sitting-svg{
        display: block;
        margin: 0 auto;
        max-width: 300px;
    }
    .subject-wrapper{
        flex-direction: column;
        align-items: flex-start !important;
    }
    .subject-wrapper a{
        margin-bottom: 0px;
        padding-bottom: 15px;
        padding-top: 15px;
        width: 100%;
    }
    .subject-wrapper a:after{
        display: none;
    }
    .close-chooser{
        top: 17px;
        right: 15px;
        padding: 4px 15px;
    }
    .subject-logo{
        height: 42px;
    }
    .contact-bar.open{
        right: 250px;
    }
    .contact-items{
        width: 250px;
    }
    .promo_header{
        background-size: cover;
        background-position: center;
        max-height: unset !important;
    }
    .newsfeed .news_item{
        flex-direction: column;
    }
    .news_item .news_image{
        width: 100%;
        height: 150px;
    }
    .news_item .news_info{
        width: 100%;
    }

}

@media screen and (min-width: 991px){
    .order-2{
        order: unset;
    }
    .promo_header{
        background-image: none !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px){
    .promo_header{
        height: unset;
    }
    .promo_header_inner{
        position: unset;
        transform: unset;
        width: 100%;
        padding: 50px 0;
        margin: 0;
        flex-direction: column;
    }

    .promo_header_inner .promo_left, .promo_header_inner .promo_right{
        width: 100%;
    }
    .promo_header_inner .promo_right{
        display: none;
    }
    .promo_header_inner .promo_left .promo_left_lead{
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .promo_header_inner .promo_left{
        margin-bottom: 80px;
        margin-top: 40px;
        flex-direction: column;
    }
}

@media screen and (max-width: 768px){
    .promo_header{
        height: unset;
    }
    .promo_header_inner{
        position: unset;
        transform: unset;
        width: 100%;
        padding: 50px 0;
        margin: 0;
        flex-direction: column;
    }

    .promo_header_inner .promo_left, .promo_header_inner .promo_right{
        width: 100%;
    }
    .promo_header_inner .promo_left{
        margin-bottom: 50px;
        padding: 0;
        background: transparent;
        flex-direction: column;
    }
    .promo_header_inner .promo_left .promo_left_blocks{
        flex-direction: column;
        width: 100%;
    }
    .promo_left_blocks .block{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        height: 65px;
        background-color: #142d49;
        color: white;
        border: none;
    }
    .video_contain{
        display: none;
    }
    .promo_header_inner .promo_left .promo_left_lead{
        position: unset;
        top: unset;
        left: unset;
        margin-bottom: 10px;
        background: transparent;
    }
    .promo_header_inner .promo_left .promo_left_lead *{
        color: #142d49 !important;
    }
    .header-inner:not(.header-sub-top){
        padding: 15px;
    }
    .news_item{
        flex-direction: column;
    }
    .news_item .news_info{
        padding: 0;
        padding-top: 20px;
    }
    h1{
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
}


.subject select {
    max-width: 100%;
}

.fa-clock-o:before {
    content: "\f017";
}


.social-wrapper a{
    font-size: 1.2rem;
}

.breadcrumb .breadcrumb-item:last-of-type:after{
    display: none;
}

.breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item:after, .breadcrumb .breadcrumb-item:before{
    text-decoration: none;
    font-size: 16px;
}

.breadcrumb .breadcrumb-item a{
    font-weight: 500;

}

.breadcrumb-item+.breadcrumb-item::before{
    padding-right: 4px !important;
}

.search_breadcrumbs{
    display: block;
}

.search_breadcrumbs span{
    font-size: 80%;
    opacity: .8;
}

.breadcrumb{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

@media screen and (max-width: 768px){
    .no-container .breadcrumb{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.document_link:after{
    content: "\f15c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 800;
    display: inline;
    margin:0 5px;
}

.rich-text .responsive-object{
    padding-bottom: 10px !important;
}

.location-form select{
    max-width: 200px;
}

.location-form input{
    max-width: 100px;
}

.iframe-responsive-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.iframe-responsive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .research_header_wrapper.scuffed .research_header {
        padding: 0;
        padding-left: 35px;
    }
}

.subject-chooser-toggle.muted{
    background-color: #f7c6cc;
    cursor: not-allowed;
    pointer-events: none;
    border: none;
}

.research_buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.research_buttons > div{
    width: 100%;
}

a[href^="mailto"]:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f0e0';
    margin-right: 3px;
}

.preferredday {
    background-color: #EDEDED;
    border-radius: 5px;
    padding: 10px;
}

#cookie-banner {
    padding: 25px 0px;
    position: fixed;
    width: 100%;
    background: #fff;
    bottom: 0;
    z-index: 99;
}

@media screen and (min-width: 991px){
    .research_buttons > div:nth-child(1), .research_buttons > div:nth-child(2){
        margin-right: 20px;
    }
}

@media screen and (max-width: 991px){
    .research_buttons{
        flex-direction: column;
    }
    .flex-xs-direction-column{
        flex-direction: column;
    }
    .counter-wrapper{
        flex-direction: column;
    }
    .counter-wrapper .counter:not(:last-of-type){
        border-right: 0px;
    }
}

.alert_box{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(231, 52, 76, .95);
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 -3px 15px rgba(0,0,0,.1);
    z-index: 9999;
}

.alert_box a{
    color: white !important;
}


@media only screen and (min-width: 800px) {
    .alert_box .row{
        flex-wrap: nowrap;
    }
}

.alert_box *{
    color: white;
}

.alert_box .row .btn{
    margin-left: 5px;
    background: white !important;
    color: rgb(231, 52, 76) !important;
    border: 1px solid rgb(231, 52, 76) !important;
    box-shadow: unset !important;
    outline: unset !important;
}

.alert_box .row .close_button{
    color: white !important;
    padding: 10px 15px;
    margin-left: 5px;
}

.alert_box .row .rich-text *:last-child{
    margin-bottom:0;
}

.star-table thead tr th{
    min-width: 100px;
}

@media screen and (max-width: 991px){
    .star-table thead tr th{
        min-width: 150px;
    }    
}

.table .thead-light th{
    color: #142d49 !important;
}

.star-table tbody tr td, .star-table tbody tr th{
    border-bottom: 1px solid #dee2e6;
}

.star-table .rich-text *:last-child{
    margin-bottom: 0;
}

.star-table td, .star-table th{
    padding: 5px 10px !important;
}

#cookie-banner{
    background: rgba(242, 250, 255, 0.98);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}

@media screen and (max-width:768px){
    #cookie-banner{
        z-index:500;
    }
}

.truthLabel{
    display: none;
}
.questionOne > a, .questionTwo > a {
    font-family: Hind;
    font-size: 18px;
    font-weight: 400;
    color: #ec274c;
}