﻿/* footer */
/**
 * Footer 2 stylesheet  
 * */
#LearnerFooter {
    background-color: #fff;
    border-top: 1px #D3D3D3 solid;
    color: #000;
    /*height: 4em;*/
}
.footer-2 {
    color: #bdc3c7;
    /*line-height: 4em;*/
}

    .footer-2 a {
        color: #000;
        font-weight: normal;
    }

        .footer-2 a:hover,
        .footer-2 a:focus,
        .footer-2 a.active {
            color: #000;
        }

    .footer-2 nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-weight: normal;
        color: #bdc3c7;
    }

        .footer-2 nav ul li {
            float: left;
            margin-left: 25px;
            line-height: 25px;
        }

            .footer-2 nav ul li:first-child {
                margin-left: 0;
            }

    .footer-2 .social-btns {
        white-space: nowrap;
    }

        .footer-2 .social-btns > * {
            display: inline-block;
            vertical-align: top;
            margin-left: 15px;
            font-size: 20px;
            font-weight: normal;
            color: #979c9f;
            width: 20px;
            height: 25px;
            overflow: hidden;
            text-align: center;
        }

            .footer-2 .social-btns > *:first-child {
                margin-left: 0;
            }

            .footer-2 .social-btns > * > * {
                display: block;
                position: relative;
                top: 0;
                -webkit-transition: 0.25s top;
                -moz-transition: 0.25s top;
                -o-transition: 0.25s top;
                transition: 0.25s top;
            }

                .footer-2 .social-btns > * > *:first-child {
                    color: #bdc3c7;
                }

            .footer-2 .social-btns > *:hover > * {
                top: -100%;
            }

    .footer-2 .additional-links {
        font-size: 12px;
        font-weight: normal;
        color: #bdc3c7;
        text-align: center;
    }

#footer {
    background-color: #11395f;
    background-repeat: no-repeat;
    background-position-x: 2px;
    background-position-y: 50%;
    /*border-bottom: 2px solid #11395f;*/
    padding: 5px;
}

#footer .footer {
    width: 100%;
    padding-left: 0px;
}

#footer .footerLinks
{
    text-align: right;
    display: inline-block;
    float: right;
    line-height: 1.1em;
    vertical-align: middle;
    width: 19%;
    height: 100%;
}

#footer .copyright
{
    display: inline-block;
    float: none;    
}

.copyright {
    color: #bdc3c7;
    /*width: 80%;*/
    float: left;
}
#footer .copyright img
{
display: inline-block;
margin-right: -4em;
}

#footer .copyright span {
margin-left: 60px;
display: inline-block;
line-height: 1.1em;
vertical-align: middle;
}


footer#LearnerFooter 
{
    background: #11395F;
    /*padding-top: 5px;
    padding-bottom: 5px;*/
}

.copyright, .footerLinks {
    /*float: none;*/  
    display: table-cell;
    vertical-align: middle;
}

.terms-of-use {
    float: right;
    padding-top: 9px;
}

.credit 
{
    display: table;
    width: 100%;
    /*line-height: 1em;*/
}

.copyright img {
    padding-right: 10px;
}

.footer {
    padding-left: 20px;
}

.footer-2 > .container {
    padding-left: 0;
}