/**
 * X.X Basic
 */

.page-template-basic #introduction_c {
	text-align: left;
}

.page-template-basic #introduction_c ul li {
	font-size: 1.5rem;
	line-height: 2.2rem;
}

.page-template-basic #introduction_c a.button {
	color: #102d34;
}

.page-template-basic #introduction_c a.button:hover {
	color: #fff;
}

.page-template-basic #callouts_c a.callout {
	display: block;
	margin: 0 0 20px 0;
}

.page-template-basic #callouts_c a.callout div.header {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
}

.page-template-basic #callouts_c a.callout div.header div.inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.page-template-basic #callouts_c a.callout:hover div.header div.inner {
	background-color: rgba(0, 50, 66, 0.8);
}

.page-template-basic #callouts_c a.callout div.header div.inner > div {
	color: #fff;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 2.7rem;
	text-align: center;
	text-shadow: 0 0 10px #000;
	text-transform: uppercase;
}

.page-template-basic #callouts_c a.callout div.header div.inner > div span {
	display: block;
}

.page-template-basic #callouts_c a.callout div.content_c {
	background-color: #f1f1f1;
	color: #58595b;
	font-size: 1.5rem;
	line-height: 1.8rem;
	padding: 20px 35px;
	text-align: center;
}

.page-template-basic #callouts_c a.callout div.content_c div.content {
	margin: 0 0 20px 0;
	text-align: left;
}

.page-template-basic #callouts_c a.callout div.content_c .button {
	display: block;
}

.page-template-basic #callouts_c a.callout:hover div.content_c .button {
	background-color: #102d34;
	color: #fff;
}

.page-template-basic #form_c {
	margin: 35px 25px;
}

.page-template-basic #form_c h3 {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 2.5rem;
	text-transform: uppercase;
}

.page-template-basic #form_c p {
	font-size: 1.5rem;
	line-height: 2.2rem;
}

.page-template-basic #form_c p a {
	color: #6eb444
}

.page-template-basic #form_c .gform_confirmation_message {
	font-size: 1.5rem;
	text-align: center;
}

.gform_wrapper.gravity-theme .gchoice {
	margin: 0.5em 0;
}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield_consent_label {
	font-size: 1.4rem;
}

.gform_wrapper.gravity-theme .button.gform_button {
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.page-template-basic #introduction_c ul {
		padding: 0 150px;
	}

	.page-template-basic #introduction_c ul li {
		font-size: 1.5rem;
		line-height: 1.8rem;
	}

	.page-template-basic #callouts_c {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0 47px 38px 47px;
	}

	.page-template-basic #callouts_c a.callout {
		margin: 0 7.5px 15px 7.5px;
		width: 300px;
	}

	.page-template-basic #callouts_c a.callout:nth-child(3n + 1) {
		margin: 0 7.5px 15px 0;
	}

	.page-template-basic #callouts_c a.callout:nth-child(3n + 3) {
		margin: 0 0 15px 7.5px;
	}

	.page-template-basic #callouts_c a.callout div.header > div {
		font-size: 3.0rem;
		line-height: 1;
	}

	.page-template-basic #callouts_c a.callout div.content_c {
		display: flex;
		flex-direction: column;
		height: calc(100% - 150px);
		justify-content: space-between;
		padding: 20px;
	}

	.page-template-basic #callouts_c a.callout div.content_c .button {
		align-self: center;
		width: 100%;
	}

	.page-template-basic #form_c {
		margin: 75px auto;
	}

	.page-template-basic #form_c h3 {
		font-size: 3.0rem;
		line-height: 1;
		margin: 0 0 35px 0;
	}

	.page-template-basic #form_c p {
		font-size: 1.5rem;
		line-height: 1.8rem;
		padding: 0 125px;
	}
}
