﻿footer {
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857;
}

.FooterList {
    list-style: none;
}

.FooterLinks {
    color: #ffffff;
    font-size: 16px;
}

    .FooterLinks:visited {
        color: #ffffff;
    }

    .FooterLinks:hover {
        color: #7ca6ba;
        text-decoration: none;
    }

    .FooterLinks:active {
        color: #ffffff;
    }

    .FooterLinks:focus {
        color: #ffffff;
    }

.FooterRowOne {
    float: left;
    display: inline block;
    margin-right: 450px;
    padding-bottom: 25px;
}

.IconType {
    font-family: "Helvetica Neue", Helvetica, Arial,sans-serif;
    font-size: 16px;
    padding-left: 12.5px;
}

a.glyphicon:hover {
    color: #9cae87;
    text-decoration: none;
}

.BottomRow {
    color: #ffffff;
    height: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
}

@media only screen and (min-width: 200px) and (max-width: 800px) {
    .BottomRow {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
        height: 30px;
    }
}

.footer .fa-facebook-square {
    color: white;
    transition-duration: 0.5s;
}

.footer .fa-linkedin-square {
    color: white;
    transition-duration: 0.5s;
}

.footer .fa-twitter-square {
    color: white;
    transition-duration: 0.5s;
}

.footer .fa-youtube-square {
    color: white;
    transition-duration: 0.5s;
}

.footer .fa-facebook-square:hover {
    color: #3b5998;
}

.footer .fa-twitter-square:hover {
    color: #0084b4;
}

.footer .fa-linkedin-square:hover {
    color: #007bb6;
}

.footer .fa-youtube-square:hover {
    color: #FF0000;
}

.disclaimer {
    font-size: 8px;
    color: #ffffff;
    padding: 10px 0;
}