.container-sm {
	width: 700px;
	margin: 0 auto;
	max-width: 100%;
}

.headline {
	font-weight: 800;
	font-size: 27px;
}

h4 {
	font-size: 28px;
	text-align: left;
	font-weight: 600;
}

.iframe {
	height: 0;
	padding-top: 56.25%;
	position: relative;
}

.iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

a.btn {
	background-color: #eeda4c;
	border-radius: 32px;
	box-shadow: 0 2px 0 #cbb413;
	color: #333;
	display: inline-block;
	padding: 6px 20px;
	font-weight: 600;
}

section {
	padding: 40px !important;
	margin: 0;
}

section.podcast_container + section.podcast_container {
	margin-top: 40px;
}

section > img {
	width: 100%;
}

section > img:not(:last-child) {
	margin-bottom: 40px;
}

section p {
	text-align: left;
}

section.centered p {
	text-align: center;
}

section.callout {
	margin-bottom: 0px;
	padding-bottom: 0 !important;
}

section.callout h2 {
	font-size: 42px;
}

section.callout p {
	font-size: 24px;
	font-weight: 600;
}

.nobr {
	white-space: nowrap;
}