﻿
/*Headers*/

header {
    position: absolute;
    width: 100%;
}

.spacer-header {
    height: 60px;
}

.header-blue-wide {
    color: #fff;
    height: 60px;
    padding: 0 20px 0 20px;
    text-align: center;
}

.padding0 {
    padding-right: 0;
    padding-left: 0;
}


/*Footers*/

footer {
    bottom: 0;
    margin-bottom: 0;
    position: absolute;
    vertical-align: middle;
    width: 100%;
    white-space: nowrap;
}

.spacer-footer {
    height: 75px;
}

.spacer-footer-extra {
    height: 140px;
}

.footer-white {
    color: #1f4350;
    font-size: 14px;
    height: 140px;
    text-align: center;
}

@media (min-width: 768px) {
    .footer-white {
        height: 60px;
        line-height: 60px;
    }

    .spacer-footer-extra {
        height: 200px;
    }
}

.footer-blue {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.footer-text {
    display: inline-block;
    font-size: 18px;
    line-height: normal;
    vertical-align: middle;
    white-space: normal !important;
}

.fifths {
    float: left;
    width: 20%;
}