﻿.bg-dark-blue {
    background-color: #003b5c;
}

footer ul {
    padding-left: 0;
}

footer {
    position: absolute;
    width: 100%;
}

    footer .footer div ul {
        list-style: none;
    }

        footer .footer div ul li:not(:first-child) a {
            color: rgba(255, 255, 255, 0.5);
            font-size: 12px;
            padding: 5px 0;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

    footer .legal-links a {
        color: rgba(255, 255, 255, 0.75);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        footer .footer div ul li:not(:first-child) a:hover, footer .legal-links a:hover {
            color: #fff;
        }

    footer a:hover {
        cursor: pointer;
    }

    footer .footer div a img {
        max-width: 214px;
    }

    footer.ng-foot hr {
        width: 90%;
    }

    footer hr {
        border: solid 1px rgba(255, 255, 255, 0.25);
        margin: 0 auto;
        margin-bottom: 30px;
    }

    footer .legal {
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 10px;
    }

    footer .legal-links {
        margin-bottom: 10px;
    }

.footer-cta a.form-loader.round-btn {
    background-color: white;
    border-radius: 25px;
    padding: 10px;
    width: 65%;
    display: block;
    text-align: center;
    color: #57585b;
}

footer .social-footer li {
    margin-bottom: 5px;
}

    footer .social-footer li a i {
        background-color: rgba(255, 255, 255, 0.5);
        color: #003b5c;
        font-size: 18px;
        border-radius: 15px;
        padding: 4px;
        width: 27px;
        height: 27px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        footer .social-footer li a i.fa-youtube {
            padding-left: 3px;
            padding-top: 6px;
            font-size: 16px;
        }

        footer .social-footer li a i:hover {
            background-color: white;
        }

.footer p.uppercase.font14 {
    font-family: "Meta W01 Medium", Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
    border-bottom: 1px solid white;
    color: white;
}

@media screen and (min-width:1023px) {

    .footer-logo-flex,
    .footer-logo-flex div:first-child {
        display: flex;
    }

        .footer-logo-flex div:first-child {
            flex-direction: column;
        }

            .footer-logo-flex div:first-child a:first-child {
                flex: 1;
            }
            .footer-logo-flex div:first-child a:last-child {
                margin-bottom:12px;
            }
}

@media screen and (max-width: 991px) {
    .footer-logo {
        margin-bottom: 30px;
    }

    .social-footer.text-center li {
        display: inline-block;
        margin: 0 10px;
        text-align: center;
    }

    .social-footer.text-center {
        text-align: left;
    }

    .footer-cta {
        margin-bottom: 15px;
        text-align: center;
    }

        .footer-cta a {
            margin: 0 auto;
        }
}

@media screen and (max-width: 767px) {
    .footer .col-xs-6 {
        margin-bottom: 15px;
    }

    footer hr {
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 640px) {
    .footer-logo {
        margin: 0 auto 30px;
        text-align: center;
    }
}
