.after-footer {
    background-color: #112f5c;
    padding: 0;
}

.site-credits p {
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
    padding: 5px;
}

.after-footer.blue {
    background-color: #337ab7;
}

footer .site-info {
    background-color: #f3f3f3;
}

footer .logo img {
    text-align: center;
    margin: 15px auto;
    display: block;
    position: relative;
    width: 200px;
    height: auto;
}

footer .site-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
}

.address p {
    text-align: center;
    font-weight: 400;
}

a p.uppercase.licensed {
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    color: #337ab7;
    text-align: center;
}

a p.uppercase.licensed:hover {
    color: #d2232a;
}

.address a {
    text-decoration: none;
}

.address p.uppercase.licensed {
    text-align: center;
}

.footer-logo img {
    transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    max-width: 100%;
    height: auto;
}

.footer-logo:hover img,
.logo img:hover {
    transform: scale(1.03);
    filter: brightness(1.1);
}

#main-footer {
    background: black;
    font-family: "Catamaran", "Trebuchet MS", sans-serif;
}

#main-footer .row {
    padding: 30px;
    display: flex;
    width: 100%;
    margin-left: 0;
}

.footer-links {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 10px 0;
    align-items: center;
}

.footer-products {
    margin: 30px 0;
}

.footer-products ul {
    padding-left: 0;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.footer-products ul a {
    color: white;
    font-size: 18px;
    margin: 5px 0;
    font-family: "Catamaran", "Trebuchet MS", sans-serif;
}

.footer-products ul a:hover {
    color: #bf0426;
    text-decoration: none;
}

.footer-social.social-icons {
    margin-top: 15px;
}

.footer-social.social-icons span {
    background: white;
}

.footer-right {
    margin-top: 30px;
}

.footer-buttons a:first-child {
    margin-top: 0px !important;
}

.footer-buttons a {
    margin-top: 10px !important;
}

.footer-link {
    color: white;
    font-weight: 700;
    font-size: 24px;
    width: inherit;
    white-space: nowrap;
}

.frm_hidden {
    display: none;
}

.footer-link:hover {
    text-decoration: none;
    color: #bf0426;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-logo p {
    color: white;
    padding: 0 10%;
}

.footer-social.social-icons {
    margin: 0 auto;
    max-width: 360px;
    margin-top: 15px;
    padding: 0;
}

.footer-social.social-icons span {
    transform: scale(0.9);
}

.site-credits a {
    color: white;
    font-weight: 700;
}

@media (max-width: 992px) {
    .footer-social.social-icons {
        margin-top: 30px;
    }

    #main-footer .row {
        flex-wrap: wrap;
    }

    .footer-logo,
    .footer-right {
        width: 100%;
    }

    .footer-products {
        margin-bottom: 0;
    }

    .footer-links,
    .footer-products {
        text-align: center;
    }

    .footer-logo {
        align-items: center;
    }

    .footer-logo img {
        max-width: 300px;
        height: auto;
    }
}
