﻿.mainContainer {
    position: relative;
    min-height: 100vh;
}

.contentWrap {
    padding-bottom: 2.5rem; /* Footer height */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem; /* Footer height */
}

.footerLinkStyle {
    color: #464a53;
    text-decoration: underline;
    font-size: 0.80rem;
}

.bhlogo img {
    max-width: 50%;
    /*height: 125px;*/
    width: auto;
}

.veracode {
    padding: .9375rem;
}

    .veracode img {
        max-width: 50%;
        height: auto;
    }
