/**
 * X.X Mental Health Resources
 */

.page-template-mental-health-resources div.banner_bottom_c {
	background: #102d34 url('../img/global/bg_green_pattern.png') repeat-x center top / 560px auto;
}

.page-template-mental-health-resources div.introduction_c {
	color: #fff;
	background-color: #102d34;
	padding: 35px 25px;
}

.page-template-mental-health-resources div.introduction_c div.top_c h2 {
	color: #cddc29;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 2.5rem;
	text-transform: uppercase;
}

.page-template-mental-health-resources div.introduction_c div.top_c p {
	font-size: 1.5rem;
	line-height: 2.2rem;
}

.page-template-mental-health-resources div.introduction_c div.top_c div.image {
	background-color: #cddc29;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 60vw;
}

.page-template-mental-health-resources div.introduction_c div.download_c {
	margin: 25px 0 0 0;
}

.page-template-mental-health-resources div.introduction_c div.download_c div.image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 60vw;
}

.page-template-mental-health-resources div.introduction_c div.download_c div.downloads_c {
	background-color: #ccdb29;
	padding: 30px;
}

.page-template-mental-health-resources div.introduction_c div.download_c div.downloads_c div.headline {
	color: #102d34;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.page-template-mental-health-resources div.introduction_c div.download_c div.downloads_c p {
	color: #102d34;
	font-size: 1.5rem;
	line-height: 2.2rem;
	margin: 0;
}

.page-template-mental-health-resources div.introduction_c div.download_c div.downloads_c p + p {
	margin: 0 0 1em 0;
}

.page-template-mental-health-resources div.introduction_c div.download_c div.downloads_c div.downloads {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 25px 0 0 0;
}

.page-template-mental-health-resources div.introduction_c div.download_c div.downloads_c div.downloads a.button {
	padding: 6px 13px;
}

.page-template-mental-health-resources div.introduction_c div.download_c div.downloads_c div.downloads a:nth-child(2) {
	margin: 20px 0;
}

.page-template-mental-health-resources div.introduction_c div.download_callout_c {
	border: 2px solid #ccdb29;
	margin: 25px 0 0 0;
}

.page-template-mental-health-resources div.introduction_c div.download_callout_c div.left {
	padding: 30px;
}

.page-template-mental-health-resources div.introduction_c div.download_callout_c h3 {
	color: #fff;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.page-template-mental-health-resources div.introduction_c div.download_callout_c p {
	color: #fff;
	font-size: 1.5rem;
	line-height: 2.2rem;
}

.page-template-mental-health-resources div.introduction_c div.download_callout_c p:last-child {
	margin-bottom: 0;
}

.page-template-mental-health-resources div.introduction_c div.download_callout_c div.right {
	align-items: center;
	border-top: 2px solid #ccdb29;
	display: flex;
	flex-direction: column;
	margin: 0 30px;
	padding: 30px 0;
}

.page-template-mental-health-resources div.introduction_c div.download_callout_c div.right a.button {
	border-color: #ccdb29;
	color: #ccdb29;
	margin: 0 0 25px 0;
}

.page-template-mental-health-resources div.introduction_c div.download_callout_c div.right a.button:last-child {
	margin: 0;
}

.page-template-mental-health-resources div.the_content_c {
	padding: 35px 25px;
}

.page-template-mental-health-resources div.the_content_c h2 {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 2.5rem;
	margin: 40px 0 20px 0;
	text-transform: uppercase;
}

.page-template-mental-health-resources div.the_content_c h2:first-of-type {
	margin: 0 0 20px 0;
}

.page-template-mental-health-resources div.the_content_c h3 {
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-template-mental-health-resources div.the_content_c h4 {
	color: #6eb444;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1;
	margin: 20px 0 5px 0;
}

.page-template-mental-health-resources div.the_content_c p,
.page-template-mental-health-resources div.the_content_c li {
	font-size: 1.5rem;
	line-height: 2.2rem;
}

.page-template-mental-health-resources div.the_content_c ul {
	padding: 0 0 0 15px;
}

.page-template-mental-health-resources div.the_content_c li a {
	color: #000;
	text-decoration: underline;
}

@media screen and (min-width: 1024px) {
	.page-template-mental-health-resources div.banner_c div.desktop_w {
		height: 600px;
	}

	.page-template-mental-health-resources div.introduction_c {
		padding: 75px 25px;
	}

	.page-template-mental-health-resources div.introduction_c div.top_c {
		display: flex;
		justify-content: space-between;
	}

	.page-template-mental-health-resources div.introduction_c div.top_c div.content_c {
		flex: 0 0 calc(55% - 45px);
	}

	.page-template-mental-health-resources div.introduction_c div.top_c h2 {
		font-size: 3.0rem;
		line-height: 1;
		margin: 0 0 35px 0;
	}

	.page-template-mental-health-resources div.introduction_c div.top_c div.image {
		background-size: contain;
		flex: 0 0 calc(45% - 45px);
		height: auto;
		max-height: 400px;
	}

	.page-template-mental-health-resources div.introduction_c div.download_c {
		display: flex;
		justify-content: space-between;
		margin: 50px 0 0 0;
	}

	.page-template-mental-health-resources div.introduction_c div.download_c div.image {
		background-size: 101% auto;
		border-right: 2px solid #102d34;
		flex: 0 0 50%;
		height: 280px;
	}

	.page-template-mental-health-resources div.introduction_c div.download_c div.downloads_c {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.page-template-mental-health-resources div.introduction_c div.download_c div.downloads_c div.downloads {
		flex-direction: row;
	}

	.page-template-mental-health-resources div.introduction_c div.download_c div.downloads_c div.downloads a:nth-child(2) {
		margin: 0 20px;
	}

	.page-template-mental-health-resources div.introduction_c div.download_callout_c {
		display: flex;
		margin: 40px 0 0 0;
	}

	.page-template-mental-health-resources div.introduction_c div.download_callout_c div.left {
		padding: 40px;
	}

	.page-template-mental-health-resources div.introduction_c div.download_callout_c div.right {
		border-left: 2px solid #ccdb29;
		border-top: none;
		flex: 0 0 380px;
		justify-content: center;
		margin: 40px 0;
		padding: 0 40px;
	}

	.page-template-mental-health-resources div.introduction_c div.download_callout_c div.right a.button {
		align-self: flex-start;
		margin: 0 0 20px 0;
	}

	.page-template-mental-health-resources div.introduction_c div.download_callout_c div.right a.button:last-child {
		margin: 0;
	}

	.page-template-mental-health-resources div.the_content_c {
		padding: 75px 25px;
	}

	.page-template-mental-health-resources div.the_content_c h2 {
		font-size: 3.0rem;
	}

	.page-template-mental-health-resources div.the_content_c h3 {
		font-size: 2.4rem;
	}

	.page-template-mental-health-resources div.the_content_c h4 {
		font-size: 2.4rem;
	}
}
