footer #contact {
    color: #afafaf;
    background-color: #404040;
    font-size: 0.75rem !important; /* 12px */
    line-height: 1.25rem; /* 20px */
    padding-bottom: 3rem;
    padding-top: 3rem;
    padding-left: 3.95rem;
    padding-right:4.75rem;
}
    footer #contact p {
        font-size: 0.75rem;
    }
    footer #contact a {
        color: #afafaf;
        text-decoration: none;
        font-size: 0.75rem;
    }

        footer #contact a:hover {
            color: #afafaf;
            text-decoration: underline;
        }

footer #links {
    color: #ffffff;
    background-color: #242424;
    font-size: 0.875rem; /* 14px */
    line-height: 1.5625rem; /* 25px */
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
    padding-left: 3.95rem;
    padding-right: 4.75rem;
}

    footer #links a {
        color: #afafaf;
        text-decoration: none;
        /*font-family: KnowledgeBlack, Knowledge, Helvetica, Arial, sans-serif;*/
    }

    footer #links #social a {
        line-height: 1.875rem;
    }

    footer #links a:hover {
        color: #afafaf;
        text-decoration: underline;
    }

    footer #links h5 {
        font-family: KnowledgeBlack, Knowledge, Helvetica, Arial, sans-serif;
        font-size: 0.75rem; /* 11px */
        font-weight: 900;
        letter-spacing: 0.13125rem; /* 2.1px */
        line-height: 1.3125rem; /* 21px */
        text-transform: uppercase;
    }

header a {
    color: #404040;
    text-decoration: none;
}

    header a:hover {
        color: #404040;
        text-decoration: underline;
    }

header .mobile-nav.gray {
    background-color: #eaeaea;
}

    header .mobile-nav.gray p {
        font-family: KnowledgeBlack, Knowledge, Helvetica, Arial, sans-serif;
        font-size: 0.75rem; /* 12px */
        font-weight: 900;
        letter-spacing:; /* 1.8px */
        line-height: 1.125rem; /* 18px */
        margin: 0;
    }

header .mobile-nav input {
    background-image: url(img/search.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 22px;
    border: none;
    padding-left: 2rem;
}

header #mob-nav ul {
    margin: 0;
    padding: 0;
    padding-inline-start: 0;
}

header #mob-nav li {
    border-bottom: 1px solid #d0d0d0;
    color: #404040;
    font-size: 0.875rem; /* 14px */
    font-weight: 500;
    line-height: 3rem; /* 48px */
    list-style: none;
    margin: 0;
}

header #mob-nav-main li::after {
    background-image: url(img/dropdown_open.svg);
    background-size: 1.3125rem 1.3125rem;
    content: ' ';
    display: block;
    height: 1.3125rem;
    width: 1.3125rem;
    position: relative;
    right: -5;
    float: right;
    top: 16px;
    transform: rotate(90deg);
}


@media (min-width: 992px){
    header a {
        line-height: 0.95rem !important;
    }
}

.vertical-line {
    border-right: 1px solid #dee2e6 !important;
    width: 0px;
    height: 26.88px;
    display: inline-block;
    position: absolute;
    margin: 5px auto;
}

header a
{
    font-size: 14px !important; /* 14px */
    font-weight: 500;
}

@media (max-width: 768px) {
    footer #contact {
        padding-right: 2.75rem;
    }
}

@media (min-width: 992px) {
    header p {
        color: #404040;
        font-size: 12px !important;
        font-weight: 500;
        letter-spacing: 0.1125rem;
        line-height: 2.75rem;
    }
}

.btn-start {
    display: inline-block !important;
    text-transform: none !important;
    font-family: Knowledge, Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    background: #ff8000 !important;
    line-height: 1.125rem !important;
    padding: .75rem 1.25rem !important;
    height: 2.743rem !important;
    width: auto !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    border-radius: 4px;
    margin-right: 25px;
}   