﻿footer {
    padding-top: 55px;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
}

footer p, footer div {
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    font-size: 14px;
    margin: 0;
}

footer p a {
    color: #fff !important;
}

footer .title {
    margin-bottom: 16px;
    font-size: 20px;
}

footer .text {
    line-height: 16px;
}

footer .SocialLinks img {
    display: block;
}

footer .SocialLinks a {
    text-decoration: none;
    height: 30px;
    width: 30px;
    display: block;
    float: left;
}

footer .SocialLinks a + a {
    margin-left: 12px;
}

footer .title {
    margin-top: 30px;
    margin-bottom: 10px;
}

footer .colB .title:first-child {
    margin-top: 0;
}

#login {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #808080;
    text-decoration: none;
    font-size: 12px;
}

footer iframe {
    width: 100%;
    height: 120px;
    margin-top: 20px;
    border: 0 none;
}

#mc_embed_signup {
    margin-top: 20px;
}

#mc_embed_signup form {
    overflow: hidden;
    line-height: 0 !important;
}


#mc_embed_signup .email, #mc_embed_signup .name, #mc_embed_signup .button {
    color: #3a4149 !important;
    font-family: Verdana,Helvetica !important;
    font-size: 13px !important;
    float: left !important;
    clear: both;
}

#mc_embed_signup .email, #mc_embed_signup .name {
    background-color: #fff !important;
    margin-bottom: 15px !important;
    max-width: 100% !important;
    height: 30px !important;
    line-height: 30px !important;
    padding: 0 0 0 10px !important;
    width: 245px !important;
    box-sizing: border-box !important;
    border: 0 none;
}

#mc_embed_signup .button {
    cursor: pointer !important;
    border: 0 !important;
    background-color: #53a9e2 !important;
    font-size: 13px !important;
    color: #fff !important;
    height: 30px !important;
    margin: 0;
    padding: 0 28px;
}

@media screen and (max-width: 435px) {
    footer > div {
        clear: both;
    }

    footer .colA img {
        width: 80%;
        margin-bottom: 35px;
        display: block;
        max-width: 240px;
    }
}

@media screen and (min-width: 435px) {
    footer > div {
        float: left;
        width: 45%;
    }

    footer > div:nth-child(even) {
        margin-left: 5%;
    }

    footer .colC {
        padding-left: 10%;
        width: 35%;
    }
}

@media screen and (min-width: 435px) and (max-width: 735px) {
    footer .colA img {
        width: 100%;
        max-width: 160px;
    }

    footer .colA {
        padding-left: 10%;
        width: 35%;
    }
}

@media screen and (min-width: 735px) {
    footer > div {
        width: 20%;
    }

    footer .colC {
        padding-left: 0;
        width: 24.5%;
    }

    footer .title {
        margin-top: 0;
    }

    footer > div + div {
        margin-left: 4% !important;
    }

    footer .colD {
        min-width: 160px;
    }
}
