﻿footer #footer-map {
    height: 200px;
    width: 100%;
}

footer .navigation-row {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #545698;
    font-family: "Source Sans Pro", "Playfair Display", "Times New Roman", serif;
    font-weight: 400;
    font-size: 14px;
}

@media (min-width: 768px) {
    footer .navigation-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 1199.98px) {
    footer .navigation-row {
        font-size: 12px;
    }
}

@media (max-width: 991.98px) {
    footer .navigation-row {
        font-size: 11px;
    }
}

@media (max-width: 767.98px) {
    footer .navigation-row {
        font-size: 14px;
        padding: 20px 40px;
    }
}

footer .address {
    max-width: 250px;
    white-space: pre-line;
}

@media (max-width: 991.98px) {
    footer .address {
        max-width: 225px;
    }
}

@media (max-width: 767.98px) {
    footer .address {
        margin-top: 40px;
        margin-bottom: 40px;
        max-width: 100%;
    }
}

footer .links {
    min-width: 550px;
    min-height: 55px;
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    footer .links {
        justify-content: space-between;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    footer .links {
        min-width: 450px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    footer .links {
        min-width: 225px;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media (max-width: 767.98px) {
    footer .links {
        max-width: 100%;
        min-width: 100%;
    }
}

footer .links .md-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

@media (max-width: 767.98px) {
    footer .links .md-row {
        flex-direction: column;
    }
}

footer .links .md-row a {
    width: calc(100%/3);
    text-align: center;
}

@media (max-width: 767.98px) {
    footer .links .md-row a {
        width: 100%;
        text-align: left;
    }
}

footer .social-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 140px;
}

@media (max-width: 1199.98px) {
    footer .social-links {
        width: 80px;
    }
}

@media (max-width: 767.98px) {
    footer .social-links {
        width: 100%;
        margin-top: 50px;
    }

        footer .social-links i {
            font-size: 1.5em;
        }
}

footer .social-links img {
    max-width: 16px;
    max-height: 16px;
}

footer .copyright-row {
    font-family: "Source Sans Pro", "Playfair Display", "Times New Roman", serif;
    color: #FFFFFF;
    background-color: #002776;
    padding-top: 10px;
    padding-bottom: 10px;
}

    footer .copyright-row .right {
        float: right;
    }

        footer .copyright-row .right a {
            color: #E2E1ED !important;
            padding-left: 70px;
        }

@media (max-width: 767.98px) {
    footer .copyright-row .left {
        text-align: center;
        width: 100%;
        display: block;
        font-size: 15px;
        line-height: 19px;
    }

    footer .copyright-row .right {
        margin-top: 20px;
        float: none;
        text-align: center;
        display: flex;
        justify-content: space-between;
    }

        footer .copyright-row .right a {
            width: 100%;
            padding-left: 0;
        }
}

footer .logo,
header .logo {
    width: auto;
    height: 100%;
}