﻿footer {
    clear: both;
    background: #3f658c;
    color: #fff;
    padding: 20px;
}

footer label {
    margin-top: 40px;
    display: block;
    color: #e7ecef;
    font-weight: 300;
}

    footer label:first-of-type {
        margin-top: 0;
    }

footer .contact-info {
    font-size: 18px;
}

    footer .contact-info a {
        color: #fff;
    }




@media (min-width: 768px) {
    footer {
        background: #f9f9f9;
        border-top: 1px solid #e6e7e8;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        font-size: 14px;
        color: #414042;
    }

        footer .container {
            max-width: 930px;
            margin: auto;
        }

        footer h2 {
            color: #6f8ca9;
            margin: 0 0 6px 0 !important;
            font-size: 18px;
            font-weight: 400;
            text-shadow: 1px 1px 1px rgba(0,0,0,.1);
        }

        footer .column {
            width: 100%;
            height: 142px;
            background: #f1f2f2;
            border: 1px solid #e6e7e8;
            padding: 14px 20px;
            position: relative;
            vertical-align: top;
            white-space: nowrap;
        }

        footer .copyright {
            position: absolute;
            bottom: 14px;
            left: 20px;
            font-size: 12px;
            color: #a7a9ac;
            font-weight: 300;
        }

        footer ul {
            padding: 0;
            margin: 0;
            list-style: none;
            line-height: 16px;
        }

        footer .help span,
        footer .help a {
            vertical-align: top;
            position: relative;
            top: -1px;
        }

        footer .faded-icon {
            position: absolute;
            right: 10px;
            bottom: 0;
            opacity: .08;
        }

        footer span.icon {
            width: 18px;
            height: 18px;
            background: url(../images/footer-icons-sprite.png);
            background-position: 0 0;
            display: inline-block;
            margin: 0 10px 12px 0;
            top: 0;
        }

        footer .icon.email {
            background-position: -18px 0;
        }

        footer .icon.email {
            background-position: -36px 0;
        }
}