.section__bg--dark-2::before {
    background-color: #4c5e6c;
}
.section--dark a {
    color: #abefd3;
}
.mobileHeader-navWrap {
    background: #abf0d1;
}
.disclaimerbody__container p{
    color:#000!important;
}
.section--dark .navigation__item--link:hover, .section-copyright .copyright__link:hover, .section-copyright #copyright__link:hover {
    color: #adf0d3!important;
}
.mobileHeader-navigation {
    width: 15%;
}

.input_container.checkbox_wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

span.help_text {
    text-align: left;
    margin-left: 10px;
}

@media (max-width:1024px) {
    .section-banner .banner .banner-text__title--large {
    line-height: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
    img.logo-a__img {
        height: 140px !important;
        width: 300px !important;
    }
}
@media (max-width:768px) {
img.align-center {
    width: 100% !important;
}
.section .banner-c {
    min-height: 30vh;
}
.section-banner .banner .banner-text__title--large {
    line-height: 0;
    text-align: center;
}
ul.slides {
    height: 500px;
}
}

@media (max-width:425px) {
ul.slides {
    height: 295px;
}
}