@media (min-width: 992px) {
  .footer__links-flex-container {
    display: flex;
  }
  .footer__links-flex-container .item {
    flex-grow: 1;
    flex-basis: 0;
  }
  .footer__links-flex-container .arrow-icon {
    display: none;
  }
}
@media (max-width: 992px) {
  .footer__links-flex-container {
    /*padding: 0 15px;*/
  }
  .footer__links-flex-container h5 {
    line-height: 26px;
    border-bottom: 2px dotted #076b9c;
    margin: 0px 0px 2px 0px;
    padding: 11px 0px 14px 0px;
    color: #FFF;
    font-weight: 700;
  }
  .footer__links-flex-container h5 a.footer__header_link {
    color: #FFF !important;
  }
  .footer__links-flex-container h5.no-border {
    border: none;
  }
  .footer__links-flex-container .arrow-icon {
    float: right;
    color: #66ABCE;
    padding-top: 5px;
  }
  .footer__links-flex-container li {
    font-size: 16px;
    margin: 16px 0;
  }
  .footer__links-flex-container a {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .footer__links__list__hidden {
    display: none;
  }
}

.new-footer {
    background: #155072;
    padding-top: 20px;
    font-size: 16px;
}

.new-footer.grid-4 .footer__links-container .col-md-4 {
    width: 50%;
}

@media (min-width: 992px) {
    .new-footer {
        font-size: 14px;
        padding-top: 0;
        padding-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .new-footer {
        padding-top: 35px;
    }
    .row {
        text-align: left;
    }
}

.new-footer .footer__logo__link {
    display: block;
    text-align: center;
}

@media (min-width: 992px) {
    .new-footer .footer__logo__link {
        display: inline;
        text-align: left;
    }
}

.new-footer .footer__logo__img {
    max-width: 60%;
    margin: 0;
    color: #056f9d;
}

@media (min-width: 992px) {
    .new-footer .footer__logo__img {
        margin: 28px 0 28px 0px;
        height: 40px;
    }
}

.new-footer .footer__sitemap-link {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 0;
    margin: 10px 0 20px;
    border-bottom: solid 1px #056f9d;
    text-align: center;
}

@media (min-width: 992px) {
    .new-footer .footer__sitemap-link {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .new-footer .footer__sitemap-link {
        font-size: 16px;
        font-height: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0px;
        margin-top: 20px;
    }
}

.new-footer .footer__sitemap-link:hover,
.new-footer .footer__sitemap-link:visited,
.new-footer .footer__sitemap-link:active,
.new-footer .footer__sitemap-link:focus {
    color: #fff;
    text-decoration: none;
}

.new-footer .footer__sitemap-link .m-cgg-icon--caret-up {
    display: none;
}

.new-footer .footer__sitemap-link .m-cgg {
    font-size: 15px;
}

.new-footer .footer--sitemap-open .footer__sitemap-link .m-cgg-icon--caret-up {
    display: inline-block;
}

.new-footer .footer--sitemap-open .footer__sitemap-link .m-cgg-icon--caret-down {
    display: none;
}

.new-footer .footer--sitemap-open .footer__links-container {
    display: block;
}

.new-footer .footer__links_header {
    margin: 1em 0;
    color: #519bc6;
    font-weight: bold;
    font-size: 20px;
}

@media (min-width: 992px) {
    .new-footer .footer__links_header {
        font-size: 16px;
        text-align: left;
        line-height: 26px;
    }
}

.new-footer .footer__header_link {
    color: #519bc6;
}

.new-footer .footer__header_link:hover,
.new-footer .footer__header_link:visited,
.new-footer .footer__header_link:active,
.new-footer .footer__header_link:focus {
    text-decoration: underline;
    color: #519bc6;
}

.new-footer .footer__links__icon {
    position: absolute;
    left: -5px;
    top: 2.5px;
    color: #78aa43;
    font-size: 1em;
}

.new-footer .footer__links-container {
    display: none;
}

.new-footer .footer__links-container.open {
     display: block !important;
}

@media (min-width: 992px) {
    .new-footer .footer__links-container {
        display: block !important;
    }
}

.new-footer .footer__links__list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

@media (min-width: 992px) {
    .new-footer .footer__links__list {
        margin: 0;
    }
}

.new-footer .footer__links__list li {
    margin: 5px 0;
    position: relative;
    padding: 0 0 0 15px;
}

.new-footer .footer__links-container .hard-links-container {
    width: 50%;
    padding: 0;
}

.new-footer .footer__link {
    color: #fff;
}

.new-footer .footer__link:hover,
.new-footer .footer__link:visited,
.new-footer .footer__link:active,
.new-footer .footer__link:focus {
    text-decoration: underline;
    color: #fff;
}

@media (max-width: 480px) {
    .new-footer .footer__link {
        font-size: 0.75em;
    }
    .new-footer .footer__links_header {
        margin: 25px 0;
        font-size: 16px;
        line-height: 26px;
    }
    .new-footer .footer__links__icon {
        left: 0.3em;
    }
    .new-footer .footer__links__list li {
        margin: 0.5em 0;
        padding: 0 0 0 1em;
        line-height: 1em;
    }
}

@media (max-width: 768px) {
    .new-footer .footer__links-container .hard-links-container .col-xs-8 {
        width: 100%;
    }
    .new-footer .footer__links_header {
        margin: 25px 0 0;
    }
    .new-footer .footer__links__list {
        margin: 0;
    }
    .new-footer .footer__links__icon {
        left: 0;
    }
    .new-footer .footer__links__list li {
        margin: 5px 0;
        line-height: 100%;
    }
    .new-footer .footer.grid-4 .footer__links-container .col-md-4 {
        width: 100%;
    }
}

.new-footer .footer__sitelock-wrap {
    position: relative;
}

.new-footer .footer__sitelock {
    position: absolute;
    right: 0;
    text-align: center;
    margin-top: 0;
}

@media (min-width: 992px) {
    .new-footer .footer__sitelock {
        margin-top: 0;
        text-align: left;
    }
}

@media (max-width: 992px) {
    .new-footer .footer__sitelock {
        text-align: center;
        margin: 25px auto 0;
        float: none;
        position: static;
    }
}

.new-footer .footer__sitelock__img {
    max-width: 70px;
}

.new-footer .footer__sitelock__text {
    color: #6aaad4;
    margin-top: 10px;
    line-height: 15px;
}

.new-footer .footer__copyright-terms {
    text-align: left;
    color: #6aaad4;
    padding-top: 50px;
    width: 80%;
    float: left;
    padding-bottom: 20px;
    position: relative;
    color: #6aaad4;
    padding-bottom: 20px;
    right: auto;
}

@media (max-width: 992px) {
    .new-footer .footer__copyright-terms {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    .new-footer .footer__copyright-terms {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.new-footer .footer__copyright-terms__text {
    padding: 0;
    margin: 0 0 15px;
    line-height: 15px;
}

.new-footer .footer__copyright-terms a {
    color: rgba(106, 170, 212, 0.8);
}

.new-footer .footer__copyright-terms a:hover,
.new-footer .footer__copyright-terms a:visited,
.new-footer .footer__copyright-terms a:active,
.new-footer .footer__copyright-terms a:focus {
    text-decoration: underline;
    color: #6aaad4;
}

@media (max-width: 992px) {
    .new-footer .footer__copyright-terms {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .new-footer .footer__sitelock__text,
    .new-footer .footer__copyright-terms__text {
        font-size: 0.75em;
        width: auto;
    }
}

.bottom-new-footer {
    width: 100%;
    text-align: center;
}

.bottom-new-footer p {
    font-size: 0.75em;
    width: auto;
    color: #6aaad4;
}
