﻿


/*************************************************************************************************/
/* Footer */

.footer {
    padding-top: 10px;
    padding-bottom: 20px;
    border-top:16px solid #37455f;
    color: #E8E8E8;
    text-align: center;
    background-color: #000000;
}

.footer a, .footer a:visited {
    color: #E8E8E8;
    text-decoration: none;
}

.footer a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.footer-inner {
}

div.footer-seperator {
    height: 1px;
    margin: 15px 0 20px 0;
    line-height: 1px;
    border-bottom: 2px solid #E8E8E8;
}

.footer-locations {
}

.footer-sitemap {
    font-size: 14px;
    line-height: 150%;
    text-align: left;
    margin-bottom:60px;
}

.footer-sitemap-last {
    margin-bottom: 30px;
}

.footer-sitemap ul {
    margin-bottom: 0px;
}

.footer-sitemap ul li {
    line-height: 175%;
}

div.footer-logos {
    padding-top: 15px;
    text-align:left;
}

div.footer-logos img {
    display: inline-block;
    margin: 0 auto;
}

.footer-copyright {
    padding-top: 15px;
    font-size: 14px;
    line-height: 150%;
    text-align: right;
}

.footer h2 {
    margin-top: 10px;
    font-size: 133%;
    line-height: 150%;
    border-bottom: 1px solid #808080;
}

@media only screen and (max-width : 768px) {
    .footer-sitemap {
        width: 100%;
    }
    .footer-logos {
        text-align: center !important;
        float:none !important;
    }
    .footer-logos img {
        margin: 0 5px;
        text-align: center !important;
    }
    .footer-copyright {
        text-align: center;
    }
}

/* This adds some extra padding to the bottom of the last container to make it fit "nicely" with the footer curve. */
.content .content-last-container {
    padding-bottom: 40px;
}
