﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 175px;*/
    margin-bottom: 216px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 175px;
    /*line-height: 150px;*/ /* Vertically center the text there */
    background-color: #002B54;
    color: #FFFFFF;
    margin-top: auto;
}
.analytics-footer {
    /* Set the fixed height of the footer here */
    height: 175px;
    /*line-height: 160px;*/ /* Vertically center the text there */
}

.analytics-footer-contact {
    /* Set the fixed height of the footer here */
    height: 216px;
    /*line-height: 160px;*/ /* Vertically center the text there */
}
    .contact-footer a, .analytics-footer a {
        text-decoration: underline;
    }
.footer-text {
    font-size: 12px;
}
.ajc-banner {
    width: 500px;
    height: auto;
}
/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .footer-text {
        font-size: 9px;
    }
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/*body > .container {
    padding: 60px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}*/
