@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700&display=swap');

:root {
    --font-size: 1rem;
    --line-height: 1.25;
    --content-font: 'Baloo 2', sans-serif;
    --white: #F5F5F5;
    --dark: #00020D;
    --dark-blue: #001F56;
}

html {
    scroll-behavior: auto !important;
}

#noscrollbar div::-webkit-scrollbar {
    width: 0px;
}

body {
    font-family: var(--content-font);
    background-color: var(--white);
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

header[id$="-header"] {
    background-color: var(--white);
}

footer {
    background-color: var(--dark-blue);
}

footer,
footer a {
    color: var(--white);
}

footer a:hover,
footer a:focus,
footer a:active {
    color: var(--white);
}

.no-list {
    list-style: none;
    padding: 0;
}

.social-list {
    gap: 1.15rem;
    font-size: 1.35rem;
}

.xl-text {
    font-size: 3.75rem;
    line-height: 1.1;
}

img {
    max-width: 100%;
    height: auto;
}

.gapped-list li+li {
    margin-top: 0.75rem;
}

.icons-list li .icon {
    min-width: 1.75rem;
    flex: 0 0 1.75rem;
}

.brand-logo {
    height: 2.35rem;
}

footer .btn,
.subscribe-form-wrap .form-control {
    background-color: var(--white);
}

.subscribe-form-wrap .form-control {
    background-color: rgba(0, 2, 13, 0.24);
}

.subscribe-form-wrap .form-control,
.subscribe-form-wrap .btn {
    padding: 0.75rem 1.25rem;
    border-radius: 1.75rem;
    border: 0;
    min-height: 54px;
}

.subscribe-form-wrap .btn {
    font-weight: 700;
    font-size: 1.25rem;
}

.navbar-brand>img {
    height: 1.75rem;
}

.blog-card .featured-image {
    padding-top: 100%;
    width: 100%;
    background-color: var(--dark-blue);
}

/* To delete */
.aqua-bg-section,
body.page-template-tmp-personal-injury header[id$="-header"] {
    background-color: #00A9C3;
}

.aqua-bg-section,
.aqua-bg-section a:not(.btn) {
    color: var(--white);
}

body.page-template-tmp-personal-injury header[id$="-header"] {
    color: var(--white);
}

body.page-template-tmp-personal-injury header[id$="-header"] .dark-logo {
    display: none;
}

body.page-template-tmp-personal-injury header[id$="-header"] .light-logo {
    display: block !important;
}

/* End of: To Delete */

@media(max-width: 767px) {
    .blog-card {
        gap: 1rem;
    }

    .blog-card .featured-image {
        height: 100%;
    }

    .blog-card .article-meta {
        font-size: 85%;
    }

    .blog-card .excerpt,
    .blog-card .article-meta>h3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .blog-card .article-meta>h3 {
        font-size: calc(1.1rem + .3vw);
        -webkit-line-clamp: 2;
    }

    .blog-card .link-fi {
        flex: 0 0 33%;
    }
}

@media(min-width: 768px) {
    .navbar-brand>img {
        height: 2.15rem;
    }
}

@media(min-width: 992px) {
    .xl-text {
        font-size: 7.5rem;
    }
}

@media(min-width: 1200px) {

    h1,
    .h1 {
        font-size: 3.25rem;
    }

    h2,
    .h2 {
        font-size: 2.75rem;
    }
}

.text-gray {
    color: #00020D !important;
}

.text-yellow {
    color: #FECF08;
}

.bg-yellow {
    background-color: #FECF08 !important;
}