/************************** Footer **************************/
.site-footer {
    background-color: #333;
    color:#ddd;
    width:100%;
    padding: 20px 0;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.site-footer, .site-footer * {
    -moz-box-sizing:    border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing:         border-box !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-footer .container {
    padding: 0 70px;
}

.footer-col {
    float: none;
    width: auto;
    padding: 0 0 25px;
    margin: 0 auto;
    max-width: 360px;
}

.footer-col h4, .footer-col h4 a {
    color: #a2a2a2;
    margin: 0;
    text-transform: uppercase;
    font-family: 'helvetica-neue-65', Helvetica, Arial, sans-serif;
}

.footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-col a, .footer-col .more {
    display: block;
    margin: 0.75em 0 0;
    vertical-align: top;
    color: #a2a2a2;
}

#footer ul a, #footer .more {
display: inline-block;
vertical-align: top;
color: #a2a2a2;
}

/* Social Icons */
#footer .social {
    padding: 10px 0;
    overflow: hidden;
}
.social li { float: left; }
.social a { margin:0; }
.social span { font-size:1.1em; }
.social .ts-stack-2x { color:#999; }
.social .ts-stack-1x { 
    color:#333; 
    font-size: 1.25em;
}
.social a:hover .ts-stack-2x { color:#fff; }

.footer-col a.be-awesome {
    text-decoration: underline;
    display: inline;
}

.news-block * { color: #555; }
.news-block p { margin:0; }

.footer-left p {
    margin-bottom:1em;
    color:#555;
}

iframe[name=google_conversion_frame] { display:none; }

/* ==========================================================================
Media Queries
========================================================================== */
@media only screen and (min-width: 760px){
    .footer-col {
        float: left;
        width: 20%;
        padding: 0 0 20px 20px;
    }

    .footer-col a, .footer-col .more {
        margin: 0.5em 0 0;
    }
    
    .footer-col.news-block {
        width: 100%;
        max-width: 100%;
        clear: both;
        float: none;
        padding: 0 20px;
    }

    .footer-col.news-block:after {
        content:"";
        display: block;
        clear:both;
    }
    
    .footer-right, .footer-left { 
        width: 50%;
        float:left;
    }
    .footer-left p {
        margin-bottom: 0;
    }
    .footer-right .social li {
        float: right;
    }
}

@media only screen and (min-width: 1100px) {
    /************************** Footer **************************/
    .site-footer .container {
        padding: 0;
    }

    .footer-col a, .footer-col .more {
        margin: 0.25em 0 0;
    }

    .page-wrap:after {
        content: "";
        display: block;
    }

    .footer-col.info-col {
        width: 180px;
        padding: 0 7px 0 0;
    }

    /************ Sticky footer on desktop *****************/
    .page-wrap {
        min-height: 100%;
        min-width: 100%;
        /* equal to site-footer height */
        margin-bottom: -300px;
    }

    .page-wrap:after {
        content: "";
        display: block;
    }

    .site-footer, .page-wrap:after {
        height: 300px;
        font-size: 0.9em;
    }
} 