@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,700;9..40,900&display=swap');

body {font-family: 'DM Sans', sans-serif;}
h1, .h1 {font-weight: bold;}

.container-big {max-width: 2500px;}

.fa-facebook-f-link {background-color: #1877F2 !important;}
.fa-x-twitter-link {background-color: #000000 !important;}
.fa-linkedin-in-link {background-color: #0A66C2 !important;}
.fa-youtube-link {background-color: #FF0000 !important;}
.fa-instagram-link {background-color: #D62976 !important;}

.site-logo img {transition: all .2s;}
.header-src .form-control {height: 3rem; font-size: 1.25rem; font-weight: bold; text-transform: uppercase;}
.header-src .form-control::placeholder {color: var(--bs-body-color); opacity: 1;}
.header-src .form-control::-ms-input-placeholder {color: var(--bs-body-color);}

.hero-slider {height: 60vh;}

.after-docheading-section {padding: 4.5rem 0 3rem;}

.container-news-carousel {padding-top: 3rem; padding-bottom: 3rem;}
.news-carousel .ratio {aspect-ratio: 2 / 1;}
.news-carousel .news-preview::before {content: ''; display: block; position: absolute; bottom: -.75rem; left: 50%; transform: translateX(-50%); width: 100px; height: 50px; background-color: var(--bs-sand); border-radius: 0 0 100px 100px; overflow: hidden;}
.news-carousel-wrapper .swiper-btn {position: relative; top: .75rem; left: auto !important; right: auto !important;}
.news-carousel-wrapper .swiper-btn::after {opacity: .7; font-size: 1.5rem;}

.spotlight-slider .swiper-button::after {font-size: 1rem; font-weight: bold;}
.spotlight-slider .swiper-button-disabled {display: none;}

.home-events .nav-tabs .nav-link:not(.active) {color: #FFF !important;}

@media (max-width: 767.98px) {
    .section-news-carousel {padding: 0;}
}

@media (min-width: 576px) {

    .home-news-title::before {content: ''; display: block; position: absolute; top: -4rem; left: 50%; transform: translateX(-50%); width: 400px; height: 200px; background-color: #FFF; border-radius: 400px 400px 0 0; overflow: hidden;}

}

@media (min-width: 768px) {

    .hero-slider {height: 75vh;}
    .after-docheading-section {padding: 5.5rem 0 3rem;}
    .hero-card-wrapper .slide-card {width: 70%;}
    .home-news-title::before {top: -5rem;}
    .container-news-carousel {padding-top: 0; padding-bottom: 0;}
    .page-heading {height: 60vh;}

}

@media (min-width: 992px) {

    .site-header {margin-top: 1.5rem; transition: all .2s;}
    .site-header.sticky {margin-top: 0;}
    .site-header.sticky .site-logo img {max-height: 3rem;}
    .site-logo::before {content: ''; display: block; position: absolute; top: -1rem; left: -.65rem; width: 100px; height: 50px; background-color: var(--bs-sand); border-radius: 100px 100px 0 0; overflow: hidden;}
    
    .home-news-title::before {top: -5rem;}
    .container-news-carousel {border: 0 !important;}
    .news-carousel-wrapper .swiper-btn {position: absolute; top: 50%; transform: translateY(-50%);}
    .news-carousel-wrapper .swiper-button-prev {left: -3rem !important;}
    .news-carousel-wrapper .swiper-button-next {right: -3rem !important;}

    .after-docheading-section {padding: 7.5rem 0 4.5rem;}

}

.umbraco-forms-field.checkbox label.form-label {
        float: right;
    width: 93%; margin-top: 10px;
}