/* -----------------------------------------------------------------
   ACF Block: Call to Action
   ----------------------------------------------------------------- */

.call-to-action {
	margin: 60px 0;
}

.call-to-action__title {
	font-size: 1.1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding-bottom: 5px;
	margin: 0;
	color: #0b1a3e;
}

.call-to-action__text {
	font-size: 1.95em;
	line-height: 1.2;
	font-weight: 600;
	padding-top: 15px;
	margin: 0;
	border-top: 1px solid #b8cce8;
	color: #0b1a3e;
}

.call-to-action__button {
	display: inline-block;
	margin-top: 20px;
	padding: 12px 28px;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	background-color: #0d3dd9;
	border: 2px solid #0d3dd9;
	border-radius: 0;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: background-color 0.2s, color 0.2s;
}

.call-to-action__button:hover,
.call-to-action__button:focus {
	background-color: #0a2a8a;
	border-color: #0a2a8a;
	color: #fff;
}
