﻿.footer {
    margin-bottom: 0;
    background-color: black;
    color: #fff;
    border: none;
    clear: both;
    position: relative;
}

@media (min-width: 768px) {
    .footer {
        margin-top: -245px;
        height: 259px;
    }
}

.footer-section {
    text-align: center;
    padding-top: 50px;
    position: relative;
}

.footer-section-container {
    display: inline-block;
}

.footer-follow-us {
    text-align:left;
}

.footer-title {
    font-size: 1.5em;
    font-weight: 200;
    margin-bottom: 10px;
}

.footer-follow-us-icon {
    margin: 0 2px;
}

.footer-follow-us-icon,
.footer-contact-info-icon {
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background-color: #00a9c6;
    cursor: pointer;
}

.footer-follow-us-icon,
.footer-follow-us-icon:hover,
.footer-follow-us-icon:focus,
.footer-contact-info-icon,
.footer-contact-info-icon:hover,
.footer-contact-info-icon:focus {
    color: white;
}

.footer-affiliate-list {
    color: #00a9c6;
    text-align: left;
    list-style-position: inside;
    padding-left: 0;
}

.footer-affiliate-list-content,
.footer-affiliate-list-content:hover,
.footer-affiliate-list-content:focus {
    color: #fff;
    cursor: pointer;
}

.footer-follow-us-input {
    max-width: 100%;
    width: 100%;
    font-style: italic;
    font-weight: 600;
}

.footer-follow-us-submit {
    margin-top: 5px;
    width: 100%;
}

.footer-follow-us-submit,
.footer-follow-us-submit:hover,
.footer-follow-us-submit:focus,
.footer-follow-us-submit:active,
.footer-follow-us-submit.active,
.footer-follow-us-submit:active {
    box-shadow: none;
    background-color: #00a9c6;
    border: none;
    color: #fff;
    font-weight: bold;
}

.footer-contact {
    text-align: left;
}

.footer-contact-info {
    margin-bottom: 6px;
}

.footer-contact-info a,
.footer-contact-info a:hover,
.footer-contact-info a:focus {
    color: #fff;
    text-decoration: none;
}

.footer-legal {
    margin-top: 40px;
    text-align: center;
}

.footer-legal,
.footer-legal a,
.footer-legal a:hover,
.footer-legal a:focus {
    color: #8f8f8f;
}