.section.banner-nav::before {
    background-color: rgba(0,0,0,.4);
    /* background-color: rgba(87, 75, 133, .4); */
}
.section--dark .featuredblocks-grid-e .featuredblock__bgImage:before {
    background: rgba(0,0,0,.4);
}

.featuredblocks-grid-e .featuredblock__bgImage:before {
    content: "";
    opacity: 0.8;
    position: absolute;
    height: 100%;
    width: 100%;
}
.banner .banner-text__title--extraLarge {
    font-size: 3.125rem!important;
    line-height: 3.125rem!important;
}
.banner .banner-text__subtitle--medium {
    font-size: 1.75rem!important;
    line-height: 2.125rem!important;
}
.footer_logo__container--inner p.logo-a__title.component__title {
    font-size: 35px !important;
}
.logo__container--inner p.logo-a__title.component__title {
    font-size: 25px !important;
}
img.logo-a__img {
    margin-right: 4px;
}
#toggle-content ul li {
    clear: both;
    list-style: none;
}
#main-content ul {
    margin: 0 0 1.8em 39px;
}
#toggle-content dd {
    margin-left: 0;
}
#toggle-content dt {
    font-size: 1.6em;
    margin-bottom: 20px;
    font-weight: 400;
}

@media only screen and (min-width: 48em) {
    .img-left {
        float: left;
        margin: 0 2.5% 2.5% 0;
        clear: left;
    }
}

@media (max-width:519px){
    #main-content ul {
        margin: 0;
    }
}