﻿.footer-logo {
    width: 196px;
    height: 42px;
}

footer {
    margin-bottom: 73px;
}

    footer .disclousure {
        font-size: 13px;
        background-color: #E5EAEC;
    }

        footer .disclousure .row {
            margin: 0 !important;
        }

    footer .links {
        padding: 1rem;
        background-color: #0A1C35;
    }

        footer .links .link-group {
            margin-bottom: 8px;
        }

            footer .links .link-group .title {
                font-size: 13px;
                text-transform: uppercase;
                color: #1298FF;
                font-weight: 400;
            }

            footer .links .link-group p {
                font-size: 13px;
                text-align: left;
            }

                footer .links .link-group p a {
                    color: #D2D8E0;
                }

        footer .links .social p a {
            color: #929EB4;
            font-size: 22px;
        }

.rights p {
    font-size: 10px;
    color: #545E75;
}

.disclousure p {
    text-align: justify;
    text-align-last: center;
    color: #808897;
}

.txt-dscl p {
    color: #D2D8E0;
    font-size: 13px;
}

.link-group .contact i a,
.link-group .social a {
    color: #929EB4 !important;
}

    .link-group .social a:hover {
        color: #fff !important;
    }

.btn-help {
    color: #748FB4;
    border-color: #748FB4;
    padding: 1em 2.5em;
}

    .btn-help:hover {
        color: #1298FF;
        border-color: #1298FF;
    }

.bg-light-grey {
    background-color: #E5EAEC !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .foot-cont-full {
        max-width: 90%;
    }
}

@media (min-width: 992px) {
    .col-br {
        border-right: solid 1px #414d64;
    }

    .col-py {
        padding-left: 3%;
        padding-right: 3%;
    }

    .col-pl-3 {
        padding-left: 3%;
    }
}

@media (max-width: 800px) {
    .btn-help {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .emailaddr {
        font-size: 12px;
    }
}

@media (min-width: 440px) {
    footer .links .link-group {
        min-width: 134px;
    }
}

@media (max-width: 414px) {
    .logos img {
        width: 100%;
    }
}
