body {
    font-size: 18px !important;
}

header.site-header {
    background: rgb(7,40,34);
    background: linear-gradient(180deg, rgb(2 14 12 / 85%) 0%, rgba(12,73,62,0) 100%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

header.site-header.scrolled {
    font-size: 20px;
    background: #0c493e;
}

header.site-header ul.sub-menu {
    background: transparent;
}

header.site-header.scrolled ul.sub-menu {
    background: #0c493e;
}

header.site-header .logo svg {
    width: 150px;
    height: auto;
    transition-property: width;
    transition-duration: 250ms;
}

header.site-header.scrolled .logo svg {
    width: 80px;
}

header.site-header.scrolled .logo {
    padding-top: 12px;
    padding-bottom: 12px;
}

.hero-card .hero-card-title {
    font-size: 50px;
}

footer.site-footer .logo img {
    width: 170px;
    margin-right: -25px;
}

.fc-social-icons {
    text-align: center;
}

.fc-social-icons,
.footer-icons {
    font-size: 26px;
}

.fc-social-icons .list-inline-item:not(:last-child),
.footer-icons .list-inline-item:not(:last-child) {
    margin-right: 1rem;
}

footer.site-footer .newsletter-form #sgpr-newsletter-form form {
    margin: 0 auto;
}

.btn-primary {
    background: #0c493e;
    border-color: #0c493e;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #093930 !important;
    border-color: #093930 !important;
}

.home-intro-content-block-wrapper {
    background: #0c493e;
    background-blend-mode: multiply;
}

.home-intro-content-block-wrapper .intro-content-block {
    padding-top: 300px;
}

.home-intro-content-block-wrapper .intro-content-block p {
    color: #ffffff;
}

.bg-center {
    background-position: center;
    background-repeat: no-repeat;
}

.bg-cover {
    background-size: cover;
}

.team .card .bio {
    display: none;
    color: #ffffff;
}

.team .card:hover .bio {
    display: block;
}

.download-card {
    aspect-ratio: 1/1;
    background-color: #0c493e;
    background-blend-mode: multiply;
}

.download-card h3 {
    margin-bottom: 15px;
}

.download-text {
    color: #ffffff;
}

.download-card button {
    border: 1px solid #cc6633;
    background: #cc6633;
    color: #ffffff;
    padding: 5px 10px;
    transition: background-color;
    transition-duration: 250ms;
}

.download-card:hover button {
    background: #0c493e;
    transition: background-color;
}

.download-card a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.bg-primary {
    background: #0c493e !important;
}

.page-title.no-featured-image {
    margin-top: 210px;
}

.slick-prev {
    left: 25px;
    z-index: 99;
}
.slick-next {
    right: 25px;
    z-index: 99;
}
.slick-dots li button:before {
    font-size: 16px;
}
.slick-dots li.slick-active button:before {
    color: #0d493e;
}
.slick-dots li button:before {
    color: #0d493e;
}

@media (max-width: 992px) {
    header.site-header .logo svg {
        width: 98px;
        height: auto;
    }

    #touch {
        padding-top: 100px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }

    .home-intro-content-block-wrapper .intro-content-block {
        padding-top: 120px;
    }
}


@media (max-width: 768px) {
    .hero-card .hero-card-title {
        font-size: 25px;
    }
}
