﻿.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background: #212E60 !important;
    padding-bottom: 30px;
}

    .footer > .container {
        padding: 15px;
        text-align: center;
        background: #212E60 !important;
    }

#footer-container {
    box-sizing: border-box;
    max-width: 63rem;
    margin: 0 auto;
    padding: 2.5rem 0.9375rem 0;
    color: #fff;
    background: #212E60;
    margin: 0px auto;
    padding: 2.5rem 0.93rem 0px;
    color: rgb(255, 255, 255);
    max-width: 63rem;
    box-sizing: border-box;
}

    #footer-container h4 {
        color: rgb(255, 255, 255);
        font-size: 1rem;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }


#links {
    float: left;
    width: 48.5119047619%;
    height: auto;
    margin: 0 2.9761904762%;
    padding: 0;
    margin: 0;
    padding-right: 0.9375rem;
    min-height: 15rem;
    border-right: 0.0625rem solid rgba(0, 0, 0, 0.2);
}

    #links .link-group {
        display: table;
        position: relative;
        float: left;
        width: 48.5119047619%;
        height: auto;
        margin: 0 2.9761904762% 0 0;
        padding: 0;
    }

        #links .link-group ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

#footer-container ul li {
    list-style-type: none;
}

        #links .link-group .link-list {
            margin-bottom: 1.5rem;
        }

        #links .link-group a {
            color: rgb(225, 237, 250);
            font-size: 0.87rem;
            text-decoration: none;
            margin-bottom: 0.37rem;
            display: block;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

        #links .link-group h4 {
            font-size: 1rem;
            font-weight: bold;
            margin-bottom: 1.5rem;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

            #links .link-group h4 a {
                font-size: 1rem;
            }

    #links :nth-child(2n+1).link-group {
        margin-left: 0px;
    }

    #links :nth-child(2n).link-group {
        margin-right: 0px;
        margin-left: 0px;
    }

    #links .link-group ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

#contact {
    float: right;
    width: 42.4265873016%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.125rem;
}

    #contact #hq {
        display: inline-block;
        width: 100%;
        margin-bottom: 1.5rem;
    }

        #contact #hq .footer-brand.svg {
            display: table;
            float: left;
            width: 7.5rem;
            height: 7.5rem;
            margin-right: 2.9761904762%;
        }

        #contact #hq .address {
            margin-top: 2%;
            display: table;
            color: white;
        }

    #contact .signup {
        margin-left: 5%;
    }

#social2 {
    width: 100%;
    clear: both;
    margin-top: 10px;
}

    #contact .signup {
        margin-left: 5%;
    }

.internal-button-input {
    background: rgb(255, 255, 255);
    padding: 0.12rem;
    border-radius: 0.18rem;
    height: auto;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .internal-button-input .primary-button {
        background: rgb(170, 11, 11);
        padding: 0.37rem 0.93rem;
        color: rgb(255, 255, 255);
        font-size: 1.12rem;
        float: right;
    }




.footer-text {
    text-decoration: none !important;
}

    .footer-text:hover {
        text-decoration: underline !important;
    }

@media only screen and (max-width: 56rem) {

    #footer-container {
        max-width: 100%;
    }

    #links {
        float: none;
        width: 100%;
        margin: 0 0 1.5rem;
        padding: 0;
        border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
        border-right: none;
    }

        #links .link-group {
            width: 47.4137931034%;
            height: auto;
            margin: 0 2.9761904762% 0 0;
            padding: 0;
        }

    #contact {
        float: none;
        width: 100%;
    }

        #contact #hq .footer-brand.svg {
            width: 5rem;
            height: 5rem;
        }
}
