
#footerWrapper {
    text-align: center;
    clear: both;
    /*background: url("../images/footer/bg_gradient.gif") 0% 0% repeat-x;*/
    width: 100%;
    bottom: 0;
    background-color: #004165;
    color: white;
}

    #footerWrapper ul {
        padding: 0px;
        margin-top:0px;
    }


#footerBtm {
    background-color: #275575;
}


#footerTop .inline-thirds .footer-thirds {
    padding-right: 15px;
    padding-left: 25px;
}

    #footerTop .inline-thirds:first-of-type .footer-thirds{
        padding-right: 15px;
        padding-left: 10px;
    }



    #footerTop .inline-thirds:last-of-type .footer-thirds {
        padding-left: 0px;
        padding-right: 0px;
    }

.copyright {
    width: 20%;
    float: right;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 13px;
}

.social ul li {
    list-style: none;
    display: inline-block;
    height: 30px;
    margin: 10px 5px 5px 5px;
    width: 30px;
}

    .social ul li a {
        width: 0;
        color: transparent;
    }

    .social ul li:first-of-type {
        background: url("../images/footer/footer-social-1.png") 0% 0% no-repeat;
    }

    .social ul li:last-of-type {
        background: url("../images/footer/footer-social-2.png") 0% 0% no-repeat;
    }


.footer-links {
    flex: 1;
    position: relative;
}

    .footer-links ul {
        list-style: none;
    }

    .footer-links li {
        float: left;
        padding-right:10px;
        position: relative;
        top: -3px;
    }

        .footer-links li:first-of-type {
            padding-left: 0;
        }

        .footer-links li:last-of-type {
            border-right: 0;
        }

        .footer-links li a, .footer-links li a:visited {
            color: #ffffff;
            font-size: 14px;
            text-decoration: none;
            font-weight: 400;
        }

            .footer-links li a:hover {
                color: #ffffff;
                text-decoration: underline;
            }

    .footer-links .divisor {
        display: none;
    }


.footer-top-banner h3, .footer-top-banner h4 {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 500;
    margin: 0;
    color:white;
}

.footer-top-banner p {
    font-size: 14px;
    font-weight: 300;
    padding-right: 50px;
    color: white;
}

.Social_Icons {
}

.flex-container {
    display: flex;
}

    .flex-container.vertical-align-center {
        align-items: center;
    }

.Social_Icons ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .Social_Icons ul li {
        display: inline-block;
    }

        .Social_Icons ul li a {
            color: white;
            font-size: 26px;
            margin-right: 10px;
        }

        .Social_Icons ul li:last-of-type a {
            margin-right: 0px;
        }



#footerTop {
    padding-top: 3rem;
    padding-bottom: 4rem;
}


        #footerTop ul li {
            list-style: none;
            font-size: 16px;
            padding-bottom: 1.3rem;
        }

            #footerTop ul li a {
                color: white;
                font-weight: 400;
                text-decoration: none;
            }

                #footerTop ul li a:hover {
                    text-decoration: underline;
                }

.footer_print {
}

    .footer_print a, .footer_print a:visited {
        display: block;
        width: 92px;
        height: 18px;
        margin: 7px 5px 0 0;
        padding: 0 0 0 8px;
        float: left;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        line-height: 16px;
        background: url("../images/footer/bg_print.gif") 0% 0% no-repeat;
        font-size: 13px;
    }

.footer_font a, .footer_font a:visited {
    display: block;
    width: 23px;
    height: 18px;
    margin: 7px 0 0 0;
    padding: 0;
    float: left;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    line-height: 16px;
    background: url("../images/footer/bg_font.gif") 0% 0% no-repeat;
}

    .footer_font a.font_dec, .footer_font a.font_dec:visited {
        margin-right: 5px;
    }

    .footer_font a.font_inc, .footer_font a.font_inc:visited {
    }

.footer_cont, .footer_cont:visited {
    float: right;
    position: relative;
    right: 10px;
    padding: 0 30px 10px 0;
    background: url("../images/footer/ico_continuum.gif") 100% 0% no-repeat;
    font-size: 13px;
    color: #bfbfbf;
    text-decoration: none;
}

    .footer_cont:hover {
        color: #333;
    }

    .footer_cont em {
        font-style: normal;
        text-decoration: underline;
    }


@media screen and (max-width:992px) {
    #footerTop .inline-thirds .footer-thirds {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .footer-links li{
        float:none;
        text-align:left;
        top:0;
        padding-bottom:10px;
    }

}
