/* @override 
	https://files.marcomcentral.app.pti.com/baesman/branding/css/footer.css */

@charset "UTF-8";

/*Footer*/
.FooterBottom, td#copyright {
    display: none;
}

/*Custom Footer*/
.footer-content{max-width:960px;margin:0 auto;padding: 40px 15px 50px;}

/*Changed background color of footer */
.custom-footer {
    margin: 0 auto;
    font-size: 12px;
}

.top-footer, .bot-footer {text-align: center;}
.top-footer{background:#efefef;}
.top-footer p, .top-footer a {color:#57585c}
.top-footer a:hover {color: #252628;text-decoration:underline}
.bot-footer{background:#ffffff;}
.bot-footer > p {font-size:10px;color:#9b9b9b;}

/* Linked to logo on footer */
.footer-branding {
    padding-top: 10px;
    margin: 0 auto;
}
.footer-branding img {
    max-width: 150px;
}

.top-footer .center-legal {
    font-size:12px;
    font-size:.85rem;
    text-align:center;
    margin:2em auto
}
.top-footer .center-legal a {padding: 0 .5em}

.top-footer p.social-links {margin: 1em 0 1.5em}
.top-footer p.social-links a {margin: 0 8px}



/*//////////////////////////////////////////////////////////////////////////////

CUSTOM CHANGES START BELOW

//////////////////////////////////////////////////////////////////////////////*/


/* Extend height of footer */
.footer-content {
    padding: 40px 15px 25vmax;
}
