:root {
    --web-primary: #7f8184;
    --web-secondary: #992138;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #3b99e0;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Montserrat", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.clean-navbar .logo {}
/* OVER WRITE */
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1400px;
    }
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

@media (min-width: 991px) {
    .masthead {
        position: relative !important;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}

@media (max-width: 991px) {
    .clean-navbar.masthead+.page {
        padding-top: 6rem;
    }
    .masthead {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}

img {
    width: 100%;
}
.close {
    font-size: 1em;
    font-weight: 400;
    opacity: 1;
}
.logo img {
    max-width: 250px;
}

.nav-img img {
    max-width: 120px;
}

@media (max-width: 1200px) {
    .logo img {
        max-width: 200px;
    }
    .clean-navbar .navbar-nav .nav-item {
        padding-right: 1rem;
    }
}

.contact-clean form {
    max-width: 500px;
}

.clean-card h5 {
    font-size: 0.89em;
}

@media (max-width: 480px) {
    h1 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .logo img {
        max-width: 200px;
    }
}

main {
    min-height: calc(100vh - 525px);
}

.clean-block.clean-hero {
    height: 400px;
    min-height: 400px;
}

.clean-block.clean-hero .text h1 {
    line-height: 1;
    font-size: 3.7rem;
}
.clean-block.clean-hero .text h5 {
    font-size: 2rem;
}
.clean-block.clean-hero .text a {
    background: white;
    color: #000;
}

@media (max-width: 480px) {
    .clean-block.clean-hero .text h1 {
        font-size: 3rem;
    }
    .clean-block.clean-hero .text h5 {
        font-size: 1rem;
    }
    .clean-block.clean-hero .text a {
        background: var(--web-secondary) !important;
        border: var(--web-secondary) !important;
        color: #ffffff;
    }
}

.list-disc {
    list-style: disc;
    padding-left: 1rem;
}

.card-img {
    object-fit: cover;
    height: 190px;
}
.card.clean-card {
    height: 100%;
}

.card-link {
    color: var(--web-secondary);
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.card-link a {
    color: var(--web-secondary);
}
.card-link a:hover {
    text-decoration: none;
    color: var(--web-secondary);
    opacity: 0.7;
}

.card-title {
    margin-bottom: 0;
}
.resources-page .card-title {
    font-size: 14px;
}
.resources-page .card-link {
    font-size: 14px;
}
.btn.web-secondary {
    font-weight: bold;
    padding: 10px 20px !important;
    font-size: 14px !important;
}
.report-link {
    color: var(--web-secondary) !important;
}
.newsletter-subscribe::after {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.newsletter-subscribe {
    position: relative;
}

.newsletter-subscribe .col.col-12.col-md-6 {
    z-index: 10;
}

.newsletter-subscribe {}

.scott-img {
    width: 100%;
}
@media (max-width: 480px) {
    .scott-img {
        max-width: 200px;
    }
}

.icon .fa {
    color: #bc3445;
    font-size: 20px;
}

.footer-logo {
    width: 100%;
    max-width: 200px;
}

.footer-statement p {
    width: 50%;
}

@media (max-width: 480px) {
    .border-right {
        border-right: 0 !important;
    }
    .footer-statement p {
        width: 100%;
        text-align: left;
    }
}

/* RESPONSIVE SAMPLE GRID */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 20px;
    align-items: stretch;
}
.grid img {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
    max-width: 100%;
}

/* SLICK SLIDER */
.slider-box {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.slick-next:before,
.slick-prev:before {
    color: #cf1f41;
}
@media (max-width: 480px) {
    .slick-next:before,
    .slick-prev:before {
        display: none;
    }
}

.slick-img {
    margin: 0 10px;
    padding: 15px;
    text-align: center;
}

.container.footer-container {
    max-width: 100%;
}

.card-box {
    padding: 20px;
}

.clean-card .info {
    padding-bottom: 80px;
}

.section-listing {
    padding: 30px 0;
    padding-top: 0;
}

.section-header {
    padding: 30px 0;
    padding-bottom: 0;
}

.listing-links {
    padding-bottom: 20px;
}

.listing-links a {
    font-weight: 600;
    color: var(--web-secondary);
}

.listing-links a:not(:last-child) {
    margin-right: 15px;
    border-right: 2px solid var(--web-secondary);
    padding-right: 15px;
}

.search-form input {
    background: #eff1f4;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    outline: none;
    color: inherit;
    text-indent: 9px;
    height: 45px;
    margin-right: 10px;
}

.search-form .btn {
    padding: 16px 32px;
    border: none;
    box-shadow: none;
    text-shadow: none;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 1;
}

.section-about .col {
    padding: 50px 20px;
}
.section-about p {
    width: 70%;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .section-about .col {
        padding: 20px 20px;
    }
    .section-about p {
        width: 100%;
    }
}

.ribbon {
    width: 160px;
    height: 32px;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 2px 3px hsl(0deg 0% 53% / 25%);
    background: var(--web-secondary);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: -42px;
    top: 20px;
    padding-top: 7px;
}

.card.clean-card {
    overflow: hidden;
}

.contact-logo {
    width: 100%;
    max-width: 300px;
}

.contact-clean {
    background: #f1f7fc;
    padding: 0;
    padding-bottom: 100px;
}

.web-primary {
    background: var(--web-primary) !important;
    border: var(--web-primary) !important;
    color: #ffffff;
}

.web-secondary {
    background: var(--web-secondary) !important;
    border: var(--web-secondary) !important;
    color: #ffffff;
}

.web-secondary:hover {
    background: var(--web-secondary) !important;
    border: var(--web-secondary) !important;
    color: #ffffff;
}

.contact-clean form .web-primary {
    background: var(--web-primary) !important;
    border: var(--web-primary) !important;
}

@media (max-width: 767px) {
    .contact-clean form {
        width: 100%;
    }
}

h1.text-info {
    margin-bottom: 32px;
    color: var(--web-primary) !important;
}

.breadcrumb-item a {
    color: #000;
}

.breadcrumb li:last-child a {
    font-weight: bold;
}

.newsletter-subscribe form .web-secondary {
    background: var(--web-secondary) !important;
    border: var(--web-secondary) !important;
}

.prop-image {
    width: 100%;
}

.nav-dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 350px;
}
.nav-drop-first {
    position: relative;
}
.nav-drop-first:hover .nav-dropdown {
    display: block;
}
.nav-dropdown .nav-item {
    background: #ffffff;
}
.clean-navbar .navbar-nav .nav-dropdown .nav-item {
    padding-right: 0;
}
@media (max-width: 990px) {
    .nav-dropdown {

        width: auto;
    }
    .nav-dropdown {
        padding-left: 10px;
        display: block;
        position: relative;
    }
    #side-menu .nav-dropdown .nav-item .nav-link {
        color: #858585;
        font-size: 12px;
    }
    .nav-dropdown .nav-item {
        background: #fff;
    }
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #992138;
}

@media (max-width: 768px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}