*, html, body {
    font-family: var(--body_font) !important
}

[class*="header"], [class*="heading"] {
    font-family: var(--header_font) !important;
}

.fab, .fa-google, fa-lg {
    font-family: 'Font Awesome 5 Brands' !important; 
    font-weight: 900;
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
}
.grecaptcha-badge {
    visibility: hidden;
}

html, body {
    height: 100%;
    font-size: 1rem;
}

body {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #F7F7F7;
    color: rgba(0,0,0,.7);
}

hr {
    border-color: inherit;
}

.bg-default-color {
    background-color: #fff !important;
}

.bg-alt-color {
    background-color: #fff !important;
    border-radius: .25rem;
}

.bg-review-color {
    background-color: #fff !important;
}

.bg-section-color {
    background-color: #EEEEF4 !important;
    /* background-color: #6c757d !important; 
    color: White; */
    color: #4A4E57;
}

.framed-text {
    background-color: White !important;
    opacity: .8;
    border-radius: .25rem;
}

.nav-logo {
    width: auto;
    height: 85px;
}

.nav-logo {
    width: auto;
    height: 105px;
}

.nav-logo-small {
    width: auto;
    height: 65px;
}

.nav-logo-medium {
    width: auto;
    height: 85px;
}

.nav-logo-large {
    width: auto;
    height: 105px;
}

.description {
    z-index: 2;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 5em;
    color: White;
    text-shadow: 2px 2px 5px rgba(0,0,0, .3);
    font-weight: bold;
}

.heading {
    font-size: 3em;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.heading-detail {
    font-weight: 600;
}

.header-item {
    font-size: 1.625em !important;
}

.header-item-testimonial {
    font-size: 1.625em !important;
}

.header-sub-item {
    font-size: 1.125em !important;
}

.content {
    flex: 1 0 auto;
    /*margin-top: 150px;*/
}

.content-header {
    font-size: 0.8rem;
    font-weight: 600;
}

.content-body {
    font-size: 1.15em;
}

.content-body-heading {
    font-size: 2rem;
    font-weight: bold;
}

.section-header {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 2em;
}

.content-body-sub-heading {
    font-size: 1.25rem;
    font-weight: bold;
}

.content-body-list {
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
}

#gmMultiLocation {
    height: 600px;
    width: 100%;
}

.btn-default:hover {
    background-color: #E0E0E0
}

.section-header {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 2em;
}

.light {
    color: white !important;
}

.dark {
    color: rgba(0,0,0,.7) !important;
}
.section-information {
    font-size: 1.25em;
    line-height: 1.75em;
}

.font-change {
    color: rgba(0,0,0,.7);
}

a {
    color: #2F92D7;
}

.override-width-limit {
    width: auto !important;
    max-width: 100% !important;
}

.remove-hyperlink-style {
    text-decoration: none !important;
    color: #212529 !important;
    display: inline-block !important;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db;
    border-bottom: 16px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2000;
    margin-top: -25px;
    margin-left: -25px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes Fade-In-ANIMATION {
    from {
        height: 0;
        opacity: 0;
        visibility: hidden;
    }

    to {
        height: 100%;
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes Fade-In-ANIMATION {
    from {
        height: 0;
        opacity: 0;
        visibility: hidden;
    }

    to {
        height: 100%;
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes Fade-In-ANIMATION {
    from {
        height: 0;
        opacity: 0;
        visibility: hidden;
    }

    to {
        height: 100%;
        opacity: 1;
        visibility: visible;
    }
}

@-o-keyframes Fade-In-ANIMATION {
    from {
        height: 0;
        opacity: 0;
        visibility: hidden;
    }

    to {
        height: 100%;
        opacity: 1;
        visibility: visible;
    }
}

.heading-small {
    font-size: 0.75rem;
}

.heading-medium {
    font-size: 1rem;
}

.content-large {
    font-size: 1.50rem;
}

.content-small {
    font-size: 0.75rem;
}

.content-medium {
    font-size: 1rem;
}

.heading-large {
    font-size: 1.50rem;
}

.faq-question, .faq-answer {
    white-space: pre-line;
}