/* Make the CTA button in the jumbotron rounded */
.landing-jumbotron-buttons .btn {
	border-radius: 2.0em !important;
	padding-left: 1.5em !important;
	padding-right: 1.5em !important;
}

/* Make the link button in a text block rounded */
.landing-block-summary-buttons .btn {
	border-radius: 2.0em !important;
	padding-left: 1.5em !important;
	padding-right: 1.5em !important;
}

/* Add this class to any button you add in html in the site to make the button rounded */
.btn-rounded {
	border-radius: 2.0em !important;
	padding-left: 1.5em !important;
	padding-right: 1.5em !important;
}