/* **************************************************
 * Site Footer
 * ************************************************** */

.site-footer
{
    font-size: 1rem!important;

    max-width: 1200px!important;
    height: auto!important;

    color: #fff!important;
    background-color: #98002f!important;
}

.site-footer .footer-column
{
    float: left;

    width: 21%;
    margin-right: 2%;
    margin-left: 2%;
}

.site-footer h3,
.site-footer p,
.site-footer ul
{
    margin: 1rem!important;
}

.site-footer ul
{
    list-style-type: none;
}

.site-footer a,
.site-footer a:hover
{
    display: block;

    color: #fff;
}

.site-footer a:hover
{
    text-decoration: underline;
}

.site-footer span
{
    margin-left: .5rem;
}

.clear
{
    clear: both!important;
}

.directedit
{
    display: block;

    width: 100%;
    height: 1em;
}

/* **************************************************
 * Logo Outline
 * ************************************************** */

.alverno-logo-outline
{
    width: 100%;
    height: auto;
    max-width: 394px;
    max-height: 100px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* **************************************************
 * Contact Us
 * ************************************************** */

.contact-us-address
{
    margin-top: 1rem;
}

/* **************************************************
 * Responsive Styles
 * ************************************************** */

@media (max-width: 1024px)
{
    .site-footer .footer-column
    {
        width: 46%;
    }

    /*.site-footer .footer-column-2
    {
        margin-top: -webkit-calc(100px + 2rem);
        margin-top:    -moz-calc(100px + 2rem);
        margin-top:         calc(100px + 2rem);
    }*/

    .site-footer .footer-column-3
    {
        clear: both;
    }
}

@media (max-width: 425px)
{
    .site-footer .footer-column
    {
        float: none;

        width: 96%;
    }

    /*.site-footer .footer-column-2
    {
        margin-top: 0;
    }*/
}
