  /*#region footer*/
#footer-outer {
    background-color: rgba(0,96,170,1);
    position: relative;
    color: #FFF;
}

#footer-beads {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('/img/home/beads_1920_faded.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#footer-content {
    padding: 2rem;
}

    #footer-content h2 {
        color: #FFF;
        font-weight: bold;
        padding: 1rem 0
    }

    #footer-content ul {
        list-style: none;
        margin-left: 0;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    #footer-content a {
        color: #fff;
    }

    .footer-location-container {
        line-height: 1.75;
    }

    .footer-location-title {
        font-family: 'Roboto Slab';
        font-weight: bold;
    }

    #footer-action {
        text-align: left;
    }

    #footer-action ul {
        list-style: none;
        display: inline-block;
    }

    #footer-action ul li {
        width: 175px;
        text-align: center;
    }

    #footer-action ul div {
        width: 100%;
        background: transparent;
        border: 1px solid #FFF;
        padding: 1rem;
        transition: all .25s ease-in-out
    }

    #footer-action ul div:hover {
        background: #E6B217;
    }

    #footer-action a {
        color: #FFF;
        font-family: 'Roboto Slab', serif;
        font-weight: bold;
        font-size: 1.25rem;
    }

    #footer-copyright {
        text-align: center;
        color: #fff;
        background: rgba(0,96,170,1);
        border-top: 1px solid #A0A0A0;
        padding: 2rem;
    }

    #footer-copyright a {
        color: #EBEBEB;
        text-decoration: underline;
    }

    #footer-copyright a:hover {
        color: #FFF;
        text-decoration: none;
    }
#footer-disclaimer {
    width:900px;
    max-width:100%;
    padding:1rem;
    margin:2rem auto 0 auto;
    font-size:.9rem;
    text-align:left
}
/*#endregion*/
/*#region media breaks*/
@media(max-width:1450px) {
    #footer-content h2 {
        font-size: 2.25rem;
    }
}
@media(max-width:1230px) {
    #footer-quicklinks, #footer-info, #footer-action {
        width:100% !important;
        text-align:center;
        margin-bottom:2rem;
        margin-top:2rem;
    }
    #footer-quicklinks {
        margin-bottom:2rem;
    }
    .footer-location-container {
        
    }
}
@media(max-width:830px) {
    #footer-quicklinks ul {
        list-style: none;
        margin-left: 0;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media(max-width:640px) {
    #footer-action, #footer-info {
        border-top:1px solid #E6B217;
        padding-top:2rem;
    }
    .footer-location-container {
        width: 100% !important;
        margin-bottom: 2rem;
    }
    #footer-info, #footer-action {
        margin-top: 0;
    }

}
    /*#endregion*/