main .u-bgc--primary-1.u-fgc--white.l-link-list.l-link-list--card a {
    padding: 2rem;
}

/*Homepage Header Height*/
@media (min-width: 1024px) {
    .homepage-header .c-page-banner-cta__heading-wrapper {
        min-height: 70vh !important;
    }
}

.homepage-header a {
	text-decoration: none;
}

.homepage-header a:hover {
	text-decoration: underline;
}



@media (min-width: 1024px) {
	.homepage-floating-buttons .c-button--solid.u-bgc--none.u-fgc--none.u-hbc--none.u-hfc--none.c-link-list-item {
    width: stretch;
	}
	.homepage-floating-buttons {
		margin-top: -120px;
	}
}