.home .page-header {
	height: 700px;
	min-height: 500px;
	/* max-height: 700px; */
}

.resources-2-cols {
	max-width: 1000px;
	margin: auto;
}

.resources-2-cols .col {
	padding: 0 40px;
	margin-bottom: 50px;
	margin-top: 50px;
}

.resources-2-cols .col .embed-container ~ p {
	margin-top: 20px;
}

@media (min-width: 1450px) {
	.resources-2-cols {
		display: flex;
		max-width: 1600px;
	}
	.resources-2-cols .col {
		max-width: 50%;
	}
}

.resources-2-cols .col h2 {
	margin-bottom: 20px;
}

.resources-2-cols .col p {
	margin-bottom: 20px;
}

.page-template-tmpl-resources section {
	margin: auto;
	width: 100%;
	max-width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.resources-useful-links {
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 20px 0;
}

@media (min-width: 768px) {
	.resources-useful-links {
		flex-direction: row;
	}
}

.resources-useful-links li {
	padding: 15px 5px;
}

.page-template-tmpl-resources section h2 {
	margin-bottom: 15px;
}

.page-template-tmpl-resources section p {
	margin-bottom: 25px;
}

.podcast-btn {
	font-size: 0.88889rem;
	background-color: #0082af;
	color: #fff;
	letter-spacing: 2px;
	padding: 10px 20px;
	border-radius: 22px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.page-template-tmpl-news .grid-item_third .grid-content article .post-thumb {
	display: none;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
