/** Pre-Footer
 **************************************************************** **/
.wic-prefooter {
    /* font-family: 'Open Sans', Arial, sans-serif; */
    background-color: #f2f2f2;
    margin: 0;
    padding: 10px 0 0 10px;
    color: #666;
}

    .wic-prefooter a {
        color: #B92928;
    }

        .wic-prefooter a:hover {
            color: #B92928;
        }

    .wic-prefooter img {
        padding-right: 40px;
    }

    .wic-prefooter p {
        line-height: 22px;
        margin: 0 0 20px;
    }
/** Footer
 **************************************************************** **/
.bold {
    font-weight: bold;
}

#footer p {
    margin: 0 0 20px;
}

#footer .pull-right {
    margin-left: 1.5em !important;
}

#footer {
    /* font-family: 'Open Sans', Arial, sans-serif; */
    font-size: 14px;
    line-height: 23px;
    color: #777;
    display: block;
    vertical-align: bottom;
    background-color: #2B2B2B;
    border-top: #252525 5px solid;
    z-index: 101;
}

    #footer.bottom {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #footer a.copyright {
        color: #777;
        padding: 0;
    }

    #footer .logo {
        display: block;
        margin-bottom: 10px;
    }

    #footer .spaced {
        padding: 60px 15px;
    }

    #footer .logo_footer {
        padding: 40px 15px;
    }

    #footer .dark {
        height: 400px;
        background-color: #252525;
    }

    #footer h2,
    #footer h3,
    #footer h4 {
        color: #fff;
    }

    #footer .copyright {
        background-color: #252525;
        padding: 20px 0;
    }


    #footer hr {
        border: 0;
        margin: 0;
        padding: 0;
        border-top: #1a1a1a 1px solid;
        border-bottom: #3d3d3d 1px solid;
    }

    #footer li {
        position: relative;
        padding: 6px 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

        #footer li:after {
            width: 100%;
            content: "";
            border-bottom: 1px solid #1a1a1a;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        #footer li a {
            color: #777;
            text-decoration: none;
            font-size: 14px;
            -webkit-transition: all .2s ease 0s;
            -moz-transition: all .2s ease 0s;
            -o-transition: all .2s ease 0s;
            transition: all .2s ease 0s;
        }

            #footer li a:hover {
                color: #fff;
            }

        #footer li small {
            font-size: 11px;
        }

            #footer li small.ago {
                color: #666;
            }

    #footer .input-group-btn .btn,
    #footer .input-group .btn,
    #footer .form-control {
        border: 0;
        height: 38px;
        margin-top: 0;
    }

    #footer .input-group-btn .btn {
        -webkit-border-top-right-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -moz-border-radius-topright: 6px;
        -moz-border-radius-bottomright: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    #footer input.form-control {
        -webkit-border-top-left-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    #footer form {
        padding: 0;
    }


    /* simple list */
    #footer ul.nobordered li:after,
    #footer ul.nobordered li {
        border-bottom: 0;
        padding: 0;
    }

        #footer ul.nobordered li a {
            padding: 3px 0;
        }

            #footer ul.nobordered li a > i.fa {
                padding-right: 6px;
            }

#footer {
    padding-top: 5px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
}

    #footer a {
        color: #ccc;
    }

        #footer a:hover {
            color: #ccc;
        }

img.hq {
    border: solid 1px #ccc;
    margin-top: 4px;
}

.social-icons {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; /* to help position "Connect to ADHS link" */
}

    .social-icons li {
        float: left;
        display: inline;
        text-align: center;
        margin: 0;
        padding: 0;
    }

        .social-icons li a {
            padding: 5px 5px 0 5px;
        }

            .social-icons li a img {
                display: inline !important;
            }

            .social-icons li a:hover {
                filter: alpha(opacity=50);
                opacity: 0.5;
                /* background color transition */
                -webkit-transition: 1s;
                -moz-transition: 1s;
                transition: 1s;
            }

.fb {
    display: block;
    clear: left;
    padding-top: 10px;
    margin-bottom: 10px;
    border: none;
    overflow: hidden;
    width: 50px;
    height: 35px;
}

.connect {
    position: absolute;
    top: 55px;
    left: 80px;
    margin-right: 0;
    padding-right: 0;
}

.disclaimer {
    line-height: 1.25em;
}



/** Responsive
 **************************************************************** **/
@media only screen and (max-width: 1216px) {
    .container {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #footer .spaced {
        padding: 20px 15px;
    }

    #footer .dark {
        height: auto;
    }
}

@media only screen and (max-width: 990px) {
    #footer {
        border-top: #2B2B2B 1px solid;
    }
}

/* END FOOTER */
