@charset "UTF-8";
/* CSS Document */

.homepage-hero + .u-content, .link-list-with-image + .u-content{
    background: linear-gradient(to bottom, #123897, #007ab4, #00a7da);
    display: inline-block;
    max-width: 100%;
    margin-top: 5em;
	border-bottom: 20px solid #ed1c24;

}

.general-list {
    margin: 0rem auto;
}

	.general-list__content {
    width: 556px;
}


.general-list__description {
    font-size: 1.1875rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 2.5rem auto;
}

h4.general-list__title {
    color: #fff;
	font-size: 3rem;
    line-height: 3.5rem;
}

.general-list__description.rtf {
    color: #000;
}

span.cta__button {
    color: #fff;
    border-color: #fff;
}

.general-list__description.rtf {
    color: #fff;
}

/* stops paralax image from moving*/
html:not(.is-iOS) .image-with-ctas__container .bg-content {
    background-attachment: unset;
}

.general-list h3 { display:none}

@media screen and (max-width: 47.99875em) {
    .general-list h4 {
        font-size: 1.4375rem;
        font-weight: 600;
        line-height: 1.75rem
    }
}

