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

.homepage-hero + .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;
}

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

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

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

.general-list h3 { display:none}

