.c-footer {
    background-color: #002C77;
    color: #fff
}

.c-footer ul {
    list-style-type: none;
    padding-left: 0
}

.c-footer ul li {
    display: inline
}

.c-footer a {
    color: #fff;
    word-break: normal
}

.c-footer a:hover {
    color: #fff
}

.c-footer__wrapper {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 2.75rem 1.5rem 1.5rem 1.5rem;
    text-align: center
}

@media (min-width: 768px) {
    .c-footer__wrapper {
        text-align: inherit;
        padding: 2.75rem .5rem
    }
}

.c-footer__header {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (min-width: 768px) {
    .c-footer__header {
        flex-direction: row
    }
}

.c-footer__logo {
    margin-right: 20px
}

@media (min-width: 768px) {
    .c-footer__logo {
        width: calc(50%)
    }
}

.c-footer__logo-image {
    max-width: 280px
}

@media (min-width: 768px) {
    .c-footer__logo-image {
        max-width: 330px
    }
}

.c-footer__logo-text {
    width: 95%;
    margin: 1rem auto 1.5rem auto;
    font-size: 10px;
    line-height: 13px;
    font-weight: 700
}

@media (min-width: 768px) {
    .c-footer__logo-text {
        padding: 0;
        margin: 1.5rem 0;
        font-size: 14px;
        line-height: 19px
    }
}

.c-footer__opco-list {
    display: flex
}

@media (min-width: 414px) {
    .c-footer__opco-list {
        justify-content: center;
        flex-direction: row
    }
}

@media (min-width: 768px) {
    .c-footer__opco-list {
        margin-top: 0;
        text-align: right;
        flex-direction: column
    }
}

@media (min-width: 1024px) {
    .c-footer__opco-list {
        margin-top: 0;
        justify-content: flex-end;
        flex-direction: row
    }
}

.c-footer__opco-link {
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    padding: 0 .25rem
}

@media (min-width: 768px) {
    .c-footer__opco-link {
        margin-left: .5rem;
        white-space: nowrap
    }
}

@media (min-width: 768px) {
    .c-footer__footer {
        margin-top: 80px;
        display: flex;
        justify-content: space-between
    }
}

.c-footer__legal-list {
    font-size: 14px;
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    .c-footer__legal-list {
        order: 1;
        width: calc(75%)
    }
}

.c-footer__legal-item {
    margin-right: 20px
}

.c-footer__legal-link {
    font-size: 9px;
    line-height: 12px;
    text-decoration: none
}

@media (min-width: 768px) {
    .c-footer__legal-link {
        font-size: 14px;
        line-height: 19px
    }
}

.c-footer__social-list {
    margin: 0
}

@media (min-width: 768px) {
    .c-footer__social-list {
        order: 2
    }
}

.c-footer__social-item {
    margin-left: 5px
}

.c-footer__social-link {
    text-decoration: none;
    font-size: 28px
}

.c-footer__social-link i {
    color: #76D3FF
}

.c-footer__social-link i:hover {
    color: #0077A0
}

.c-footer__copyright {
    font-size: 14px
}

.c-footer__copyright p {
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: 13px
}

.optco-container {display:none;}
.policies-container {display:none;}
.social-module-container {display:none;}