#content_section {
	padding-bottom: 0;
}
#content_section .navigate_section {
	padding-bottom: 16px;
}
main p {
	margin: 1em 0;
}
main p:first-child {
	margin-top: 0;
}
main p:last-child {
	margin-bottom: 0;
}
section {
	line-height: 2em;
}
section:last-child {
	border-bottom: none;
	background: #fff;
}

section > div {
	padding: 60px 0;
}
.no_top_margin > div:first-child {
	padding-top: 0;
}
.no_top_margin > div:first-child .featured_content_more a {
	margin-top: 0;
}

section.document_content:nth-child(even) {
	background: #eee;
}

section header {
	margin-bottom: 2em;
}
.section_body,
.action_link_wrapper {
	font-size: 1.3em;
}

.section_body h3,
.section_body h4,
.section_body h5,
.section_body h6 {
	/* margin: 3em 0 1em; */
	/* text-transform: uppercase; */
}
.section_body h3 + p,
.section_body h4 + p,
.section_body h5 + p,
.section_body h6 + p {
	margin-top: 1em;
}
main h2 {
	text-align: center;
}
main h4 {
	font-size: 24px;
	font-weight: normal;
}
main h6 {
	font-style: italic;
}
h5 a {
	/* color: inherit !important; */
	/* text-decoration: inherit !important; */
}
main p.slogan {
	text-align: center;
	text-transform: uppercase;
	font-size: larger;
	font-weight: bold;
}
main .pagenav {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
main .pagenav li:not(:first-child)::before {
	content: "∙";
}
main .pagenav a {
	padding: 1em;
}
main blockquote {
	font-size: inherit;
	border: none;
	background-color: #ddd;
	padding: 1.5em 1.5em 1em;
	text-align: right;
}

.white_stone_bg {
	position: relative;
	background-color: rgba(255, 255, 255, 0) !important;
}
.white_stone_bg > * {
	z-index: 1;
	position: relative;
}
.white_stone_bg::before {
	content: "";
	background: url("../images/white_stone_bg.jpg");
	opacity: 0.35;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/* z-index: 0; */
}
.bbc_float.floatleft::before {
	right: 1em;
}
.bbc_float.floatright::before {
	left: 1em;
}
.bbc_float blockquote {
	margin: 0;
}
main figure img {
	display: block;
	margin: auto;
}
main figcaption {
	font-size: smaller;
	text-align: center;
}

.inset {
	padding: 1.5em;
}
.inset h4 {
	margin-bottom: 1em;
}
.inset h5,
.inset h6 {
	margin: 1.5em 0 1em;
}

.team_member_list {
	display: flex;
	flex-flow: row wrap;
}
.member {
	margin-right: 2em;
}
.member.minimal {
	max-width: 50%;
	float: left;
}
.member_header {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
main .author_name {
	margin: 0;
	text-transform: capitalize;
}
main .author_name:not(.hovered):not(:hover) {
	color: inherit;
}
main div.avatar {
	height: 70px;
	width: 70px;
	margin-right: 10px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	position: relative;
}
main div.avatar a {
	display: block;
	width: 100%;
	height: 100%;
}
main img.avatar {
	width: 65px;
	height: 65px;
	border-radius: 60px;
	vertical-align: middle;
	object-fit: cover;
}
#team img.avatar[src$="default.png"] {
	opacity: 0.9;
	-webkit-filter: invert();
	filter: invert();
}
.bio_etc {
	margin-top: 1em;
}
.bbc_img {
	max-height: 320px;
}
.info_line {
	/* max-width: 280px; */
	line-height: normal;
	font-style: italic;
}
main dt {
	float: left;
	clear: both;
	width: 100px;
}
main dt::after {
	content: ": ";
}
main dd {
	float: left;
	max-width: calc(100% - 120px);
}
.clearafter::after {
	display: block;
	content: "\A";
	clear: both;
}

#initiatives #subdomain_nav li {
	width: 15%;
}
#initiatives #subdomain_nav a img {
	max-height: none;
}

.initiative_blurb,
.region_blurb {
	display: flex;
	padding-top: 3em;
}
.initiative_blurb:not(:last-child) ,
.region_blurb:not(:last-child) {
	padding-bottom: 1em;
	border-bottom: 1px dotted #ddd;
}
.initiative_blurb:first-child ,
.region_blurb:first-child {
	padding-top: 0;
}
.initiative_blurb h5 ,
.region_blurb h5 {
	margin-top: 0;
}
.initiative_blurb:hover h5 a,
.region_blurb:hover h5 a,
.initiative_blurb:hover a.author_name,
.region_blurb:hover a.author_name {
	border-bottom: 1px solid;
}
.initiative_blurb h5 a:not(.hovered):not(:hover),
.region_blurb h5 a:not(.hovered):not(:hover) {
	color: inherit;
}
.initiative_logo,
.initiative_info,
.region_info {
	flex: 0 1 auto;
}
.initiative_logo img {
	height: 115px;
	margin-right: 1em
}

#apostles_creed {
	font-weight: 400;
	/* font-size: 1.4em; */
}
#apostles_creed p {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}
#apostles_creed span {
	margin-left: 0.5ch;
}

@media (max-width: 1224px) {
	section > div {
		padding: 60px 12px 12px;
	}
	section > div > * > * {
		padding-left: 24px;
		padding-right: 24px;
	}
}
@media (max-width: 599px) {
	.initiative_logo {
		text-align: center;
		float: left;
	}
	.initiative_blurb,
	.region_blurb {
		display: block;
	}
}
@media (max-width: 410px) {
	.initiative_info h5 .lighttext::after,
	.region_info h5 .lighttext::after {
		content: "\A";
		white-space: pre;
	}
}