@import url("/css/fck_editorarea.css");

/* GENERAL */

.events .text {
	position: absolute;
	top: 24%;
	padding-left: 5%;
	padding-right: 5%;
	width: 100%;
	box-sizing: border-box;
}

.image-wrapper {
	position: relative;
	overflow: hidden;
}

.pull-right {
	float: right;
}

.valign-bottom {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.image-wrapper .flag-icon {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	font-size: 30px;
}

.image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0D3452;
	overflow: hidden;
	display: block;
}

.bg-dirt {
	color: #ffffff;
	background: #8a7d76 url(/images/bg-dirt.jpg) center top repeat;
}

.no-border {
	border: none !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

.more {
	display: none;
}

.anchor-wrapper {
	position: relative;
}

.anchor-wrapper a {
	position: absolute;
	top: -140px;
}

.r-label {
	display: none;
}

.section-nav,
[class*="button"][class*="full"].section-nav-show,
[class*="button"][class*="full"].section-nav-hide {
	display: none;
}

/* HEADER */

header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	height: 110px;
	background: #ffffff;
	-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

header .bounds {
	height: 100%;
}

header .logo {
	position: absolute;
	z-index: 2;
	left: 5.8%;
	top: 30px;
	width: 186px;
	height: 54px;
	background: url(/images/logo.svg);
	background-size: 186px 54px;
	background-position: center;
}

header nav {
	position: absolute;
	right: 5.8%;
	top: 0;
	height: 100%;
}

header nav .primary {
	position: absolute;
	right: 0;
	top: 40px;
	bottom: 0;
	margin: 0;
	font-weight: 700;
	white-space: nowrap;
	display: flex;
	align-items: stretch;
}

header nav .primary li {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 1rem;
}

header nav .primary > li > a,
header nav .primary > li > div {
	display: block;
	color: #0a273d;
	text-transform: uppercase;
}

header nav .primary a[href],
header nav .primary .nav-search span {
	cursor: pointer;
}


header nav .primary a:hover,
header nav .primary .nav-search span:hover {
	color: #165788;
}

header nav .primary>li>ul {
	position: absolute;
	left: 0;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	background: #ffffff;
	list-style: none;
	margin: 0 0 0 -30px;
	border-radius: 0 0 8px 8px;
	transform: translateY(-10px);
	transition: 200ms;
}

header nav .primary>li>ul.--doublewide,
header nav .primary>li>ul.--triplewide {
	padding: 0 !important;
	display: flex;
}

@media screen and (min-width:1021px) {
	header nav .primary>li>ul {
		padding: 1.5rem !important;
	}
}

@media screen and (max-width:1020px) {

	header nav .primary>li>ul.--doublewide,
	header nav .primary>li>ul.--triplewide {
		flex-direction: column;
	}

	.--triplewide-items {
		display: flex !important;
	}

	header nav .primary>li>div:not(.nav-no-children) {
		display: flex !important;
		justify-content: space-between;
	}
	
	header nav .primary>li>div:not(.nav-no-children):after {
		font-family: 'icons';
		content: "\e003";
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		display: inline;
		position: relative;
		top: 0.15em;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

.--doublewide-label,
.--triplewide-label {
	font-size: 15px;
	font-weight: 700;
	color: #62BAAE;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
}

.--triplewide-label, .--triplewide-label:hover, .--triplewide-label:focus {
	color: #62BAAE;
}

.--doublewide-label:not(:first-child) {
	padding-top: 2rem;
}

@media screen and (min-width:1021px) {
	
	header nav .primary>li>ul.--doublewide > li {
		padding-top: 1.5rem;
		padding-bottom: 2rem;
	}

	header nav .primary>li>ul.--doublewide > li:first-child {
		border-radius: 0 0 0 8px;
		padding-right: 1.5rem;
	}

	header nav .primary>li>ul.--doublewide > li:nth-child(2) {
		border-radius: 0 0 8px 0;
		padding-left: 1.5rem;
	}

	header nav .primary>li>ul.--triplewide > li:first-child {
		border-radius: 0 0 0 8px;
		padding-right: 1.5rem;
		padding-top: 1.5rem;
		padding-bottom: 2rem;
	}

	header nav .primary>li>ul.--triplewide > li:nth-child(2) {
		padding: 1.5rem 1.5rem 2rem;
	}
}

@media screen and (min-width:1021px) {
	
	header nav .primary>li>ul.--doublewide > li:nth-child(2) {
		background-color: #F1F9F8;
	}

	header nav .primary>li>ul.--doublewide > li:first-child {
		background-color: #fff;
	}
	
	header nav .primary>li>ul.--triplewide > li:nth-child(2) {
		background-color: #F1F9F8;
	}

	header nav .primary>li>ul.--triplewide > li:first-child {
		background-color: #fff;
	}
}

header nav .primary>li>ul.--triplewide > li.--triplewide-large {
	border-radius: 0 0 8px 0;
	padding: 0;
}

header nav .primary>li>ul.--triplewide > li.--triplewide-large li {
	margin: 0;
	padding: 0;
}

@media screen and (max-width:1020px) {

	header nav .primary>li>ul.--triplewide > li.--triplewide-large {
		margin-top: 2rem;
	}

	.--triplewide-items {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.--triplewide-image {
		height: 240px;
		width: 320px;
	}

	.--triplewide-item {
		margin-bottom: 1.5rem;
	}
}

.--triplewide-item {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.--triplewide-image {
	grid-area: 1 / 1 / -1 / -1;
	object-fit: cover;
	object-position: 50% 50%;
	z-index: -1;
	transition: 0.4s;
}

.--triplewide-item:hover .--triplewide-image {
	transform:scale(1.1);
}

.--triplewide-heading {
	grid-area: 1 / 1 / -1 / -1;
	align-self: flex-end;
	justify-self: flex-start;
	color: #62baae;
	text-transform: uppercase;
	font-size: 3rem;
	margin: 0 0 1.5rem 1.5rem;
	z-index: 1;
}

.--triplewide-overlay {
	grid-area: 1 / 1 / -1 / -1;
	background-color: rgba(26,33,42,0.5);
	transition: 0.4s;
}

.--triplewide-item:hover .--triplewide-overlay {
	background-color: rgba(26,33,42,0.2);
}

header nav .primary>li>ul.--triplewide ul,
header nav .primary>li>ul.--doublewide ul {
	margin: 0;
	padding: 0;
}

header nav .primary>li>ul.--triplewide ul li,
header nav .primary>li>ul.--doublewide ul li {
	margin: 0 0 0.5rem;
}

header nav .primary>li>ul.--triplewide ul li {
	padding: 0;
}

@media screen and (min-width:1021px) {

	header nav .primary>li:hover {
		background-color: #D0F2F1;
	}
}

header nav .primary>li:hover>div {
	cursor: default;
}

header nav .primary>li:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	padding: 0;
}

.nav-management-program:hover:after {
	content: "";
	position: absolute;
	left: -20px;
	right: -20px;
	top: 100%;
	height: 22px;
}

header nav .primary ul li {
	display: block;
}

header nav .primary ul a:not(.--triplewide-item):not(.--triplewide-label) {
	color: #404040;
	font-weight: 400;
	text-transform: none;
}

.--static {
	position: static !important;
}

.navDifference+ul,
.navForPastors+ul {
	left: auto !important;
	right: 0;
}

header nav .secondary {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 45px;
	margin: 0;
	background: #C7E7E2;
	-webkit-border-radius: 0 0 40px 40px;
	-moz-border-radius: 0 0 40px 40px;
	border-radius: 0 0 40px 40px;
	white-space: nowrap;
}

header nav .secondary li {
	display: inline-block;
}

header nav .secondary li:not(:first-child) {
	margin-left: 22px;
}

header nav .secondary a {
	color: #1b8d7d;
}

header nav .secondary a:hover {
	color: #092f2a;
}

header nav .secondary a:before {
	margin-right: 3px;
	opacity: 0.6;
}

header .dropdown {
	position: fixed;
	z-index: 1;
	left: 0;
	right: 0;
	top: 110px;
	opacity: 0;
	visibility: hidden;
	margin: 0;
	padding: 40px 5% 15px;
	background: #f4f4f4;
	list-style: none;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	transition: 200ms;
}

header nav .primary>li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

header .dropdown a {
	position: relative;
}

header .dropdown .image-wrapper {
	padding-bottom: 60%;
	margin-bottom: 8px;
	background: #1a212a;
}

header .dropdown .image-wrapper .image {
	opacity: 0.4;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	transition: 200ms;
}

header .dropdown a:hover .image-wrapper .image {
	opacity: 0.55;
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	transform: scale(1.04);
}

header .dropdown a .label {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -26px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}

header .dropdown .description {
	white-space: normal;
	line-height: 1.75em;
}

header .dropdown ul ul {
	display: none;
}

header .dropdown .nav-more-trigger {
	display: none;
}


/* HOME HERO */

.home-hero {
	position: relative;
	overflow: hidden;
	background: #63bbaf;
}

header+.home-hero {
	margin-top: 110px;
}

.home-hero .video-wrapper {
	position: relative;
	height: 48vh;
}

.video-homepage {
	position: relative;
	height: 83vh;
	overflow: hidden;
}

.video-homepage:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 330px;
	background: linear-gradient(to bottom, rgba(98, 186, 174, 0) 0%, #63bbaf 100%);
}

.home-hero .heading {
	position: relative;
	color: #ffffff;
	padding: 28px 0 20px;
	margin-bottom: 40px;
	padding-right: 50px;
}

.home-hero .heading:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 999em;
	background: #0D3452;
	opacity: 0.75;
	-webkit-border-radius: 0 200px 200px 0;
	-moz-border-radius: 0 200px 200px 0;
	border-radius: 0 200px 200px 0;
}

.home-hero h2 {
	line-height: 1em;
}

.home-hero p {
	margin-bottom: 1.3em;
}

.home-hero [class*="button"] {
	background-color: #ffffff;
	color: #0a273d;
	padding: 0.9em 1.6em;
}

.home-hero [class*="button"]:hover {
	background-color: #f8f8f8;
}

.home-hero [class*="button"]:after {
	color: #1e9d8b;
}

.home-hero a.button {
	position: relative;
}



/* HERO */

.hero {
	position: relative;
	padding-bottom: 25%;
}

.hero.triple {
	padding-bottom: 22%;
}

header+.hero {
	margin-top: 110px;
}

.hero .image-wrapper {
	position: absolute;
	z-index: -2;
	left: 0;
	right: 0;
	top: 0;
	padding-bottom: 40%;
}

.hero.triple .image-wrapper {
	padding-bottom: 25%;
}

.hero:not(.triple) .image-wrapper:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	padding-top: 15%;
	background: -moz-linear-gradient(top, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 246, 246, 0)), color-stop(100%, rgba(246, 246, 246, 1)));
	background: -webkit-linear-gradient(top, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 1) 100%);
	background: -o-linear-gradient(top, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 1) 100%);
	background: -ms-linear-gradient(top, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 1) 100%);
	background: linear-gradient(to bottom, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f6f6f6', endColorstr='#f6f6f6', GradientType=0);
}

.hero.triple .image {
	width: auto;
}

.hero.triple .image:nth-child(1) {
	left: 0;
	right: 67%;
}

.hero.triple .image:nth-child(2) {
	left: 33.3%;
	right: 33.3%;
}

.hero.triple .image:nth-child(3) {
	left: 67%;
	right: 0%;
}



/* HOME BUCKETS */

.buckets {
	padding-top: 45px;
}

.buckets h2 {
	margin-bottom: 40px;
}

.bucket {
	position: relative;
	float: left;
	width: 25%;
	padding-bottom: 25%;
	background: #353535;
	color: #ffffff;
	overflow: hidden;
}

.bucket .image-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

.bucket .label-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.bucket .label {
	display: table;
	width: 100%;
	height: 100%;
}

.bucket .label .text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-left: 14px;
	padding-right: 14px;
}

.bucket .label .text span {
	line-height: 0.75em !important;
}

.bucket:hover {
	color: #ffffff;
}

.bucket:hover .image-wrapper {
	opacity: 0.65;
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	transform: scale(1.04);
}



/* CONTENT */

.content {
	position: relative;
	padding: 50px 0;
}

.content.tall {
	padding-top: 5%;
	padding-bottom: 5%;
}

header+.content {
	margin-top: 110px;
}

header+.bounds {
	margin-top: 110px;
}

.content>.image-wrapper {
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	height: 700px;
}

.content>.image-wrapper:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	height: 300px;
	opacity: 0.2;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.content>.image-wrapper:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 300px;
	background: -moz-linear-gradient(top, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 246, 246, 0)), color-stop(100%, rgba(246, 246, 246, 1)));
	background: -webkit-linear-gradient(top, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 1) 100%);
	background: -o-linear-gradient(top, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 1) 100%);
	background: -ms-linear-gradient(top, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 1) 100%);
	background: linear-gradient(to bottom, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f6f6f6', endColorstr='#f6f6f6', GradientType=0);
}

.content.contained .bounds {
	padding-bottom: 1px;
}

.content.contained .bounds:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: -50px;
	bottom: -51px;
	background: #fdfdfd;
	opacity: 0.92;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

.hero.triple+.content.contained .bounds:before {
	background: #fcfcfc;
	opacity: 1;
}

.content.bg-image .heading {
	color: #ffffff;
	margin-bottom: 50px;
}

.content.bg-image .heading.margin-smaller {
	margin-bottom: 35px;
}

.content .heading {
	position: relative;
}

.content .heading h2 {
	margin-top: 0;
}

.content .heading .has-actions {
	position: relative;
}

.content .heading .has-actions h3 {
	display: inline-block;
}

.content .heading .has-actions [class*="button"] {
	margin-left: 10px;
}

.content.contained .heading {
	border-bottom: 1px solid #62baae;
	margin-bottom: 20px;
}

.content .pullquote {
	margin-bottom: 30px;
	padding-left: 20px;
}

.content .pullquote:before,
.content .pullquote:after {
	font-size: 48px;
	line-height: 0;
	vertical-align: -14px;
}

.content .pullquote:before {
	content: "\201C";
	margin: 0 3px 0 -20px;
}

.content .pullquote:after {
	content: "\201D";
}

.content .block {
	background: rgba(252, 252, 252, 0.92);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.content .block+* {
	margin-top: 20px;
}

.content .block .text {
	padding: 40px;
}

.content .column3 .block .text {
	padding: 30px;
}

.content .block .text.padding-less {
	padding: 20px;
}

.content .tools-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.content .tools {
	position: relative;
	max-width: 1240px;
	padding: 20px 5%;
	margin-left: auto;
	margin-right: auto;
	background: #ececec;
	border-bottom: 1px solid #dddddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

.content .tools div {
	position: relative;
}

.content .tools-wrapper+.bounds {
	padding-top: 60px;
}

.content .tools .next {
	position: absolute;
	right: 0;
}

.content .tools a {
	color: #404040;
	opacity: 0.6;
}

.content .tools a:hover {
	opacity: 0.8;
}

.content .social {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #62baae;
	text-align: center;
	font-size: 22px;
}

.content .social a {
	margin: 0 4px;
	color: #404040;
	opacity: 0.4;
}

.content .social a:hover {
	opacity: 0.6;
}


/* HOME: FIND OPPORTUNITY */

.row.opportunities {
	padding: 2.5% 0;
	display: flex
}

.opportunities .opportunity-wrapper {
	display: inline-block;
	position: relative;
	align-self: flex-start;
	color: #404040;
	width: 17%;
	text-align: center;
	padding: 24px 18px;
	box-sizing: border-box;
	margin: 0 8px;
	background: white;
	border-radius: 14px;
	min-height: 320px;
	vertical-align: top;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}


@media screen and (max-width:920px) {
	.opportunities .opportunity-wrapper {
		width: 48%;
		margin-bottom: 20px
	}
}

@media screen and (max-width:640px) {
	.opportunities .opportunity-wrapper {
		width: 100%;
		margin-bottom: 20px;
		min-height: 250px;
	}
}

.opportunity-wrapper .go {
	bottom: 20px;
	position: absolute;
	text-align: center;
	left: 50%;
	margin-left: -42px;
}

.opportunities .opportunity-wrapper.cta {
	background: none;
	text-align: left;
	box-shadow: none;
	width: 23%;

}

.opportunities .opportunity-wrapper.cta .go {
	text-align: left;
	left: auto;
	margin-left: 0
}

.opportunities .media-wrapper {
	background-size: cover;
	background-color: #f6f6f6;
	background-repeat: no-repeat;
	background-position: top;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.05);
	position: relative;
	display: inline-block;
}

.opportunities .text {
	padding: 20px 0;
	line-height: 24px
}


/* LEADERSHIP */

.leader-wrapper .image-wrapper {
	position: relative;
	float: left;
	width: 180px;
	height: 180px;
	overflow: hidden;
	border-radius: 50%;
}

.leader-wrapper {
	margin: 50px 0;
}

.leader-wrapper .text {
	padding: 0px 0 0 200px;
}


/* PHOTO GRID */

.photo-grid {
	margin-top: 40px;
}

.photo-grid .column {
	width: 33.33333%;
	margin-bottom: 4%;
}

.photo-grid .image-wrapper {
	display: block;
	padding-bottom: 66%;
}

.photo-grid .image-wrapper:after {
	content: "\e010";
	font-family: icons;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 30px;
	margin: -26px 0 0 -15px;
	color: #ffffff;
	opacity: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
	-webkit-transform: translateY(10px);
	-webkit-transition: 200ms;
	-moz-transform: translateY(10px);
	-moz-transition: 200ms;
	transform: translateY(10px);
	transition: 200ms;
}

.photo-grid .image-wrapper:hover:after {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.photo-grid .image {
	opacity: 0.85;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	transition: 200ms;
}

.photo-grid .image-wrapper:hover .image {
	opacity: 1;
}



/* MISSIONARY NEWS */

.missionary-news {}

.missionary-news .item {
	position: relative;
	border-top: 1px solid #62baae;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 120px;
}

.missionary-news .image-wrapper {
	position: absolute;
	left: 0;
	top: 28px;
	width: 100px;
	height: 100px;
}



/* CONTENT NAV */

.content nav {
	padding: 0 0 20px 20px;
	border-bottom: 1px solid #62BAAE;
	margin-bottom: 30px;
}

.content nav:only-child {
	border: none;
}

.content nav ul {
	list-style: none;
	margin: 0;
	line-height: 1.5em;
}

.content nav ul li ul li {
	list-style: none;
}


.content nav a {
	position: relative;
	display: block;
	color: #a5a5a5;
	margin: 15px 0;
}

.content nav a:hover {
	color: #757575;
}

.content nav .selectedtrue {
	color: #2b2b2b;
}

.content nav .selectedtrue:before {
	font-family: icons;
	content: "\e001";
	position: absolute;
	left: -18px;
	top: 0;
	color: #1b8d7d;
}

.content .posts .item:not(:last-child) {
	border-bottom: 1px solid #62baae;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.content nav.enhanced {
	text-align: center;
	border: none;
	padding: 20px;
	background: #ffffff;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.content nav.enhanced>div {
	margin-bottom: 15px;
}

.content nav.enhanced li {
	border-top: 1px solid #E7E6DE;
}



/* STORIES */

.stories {
	padding-top: 2%;
	padding-bottom: 2%;
}

.stories.--missionaries {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	justify-content: center;
	margin-inline: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 800px) {
	.stories.--missionaries {
		justify-content: left;
		width: 740px;
	}
}

@media (min-width: 1200px) {
	.stories.--missionaries {
		width: 1120px;
	}
}

.story {
	box-sizing: border-box;
	flex: 0 0 30%;
	width: 350px;
	min-width: 350px;
}

@media (max-width: 400px) {
	.story {
		flex: 1 1 100%;
		width: 100%;
	}
}

.stories .item {
	cursor: pointer;
	position: relative;
	display: block;
	background: #ffffff;
	color: #404040;
	margin-bottom: 12%;
}

.stories .item:after {
	position: absolute;
	right: 15px;
	top: auto;
	bottom: 23px;
	color: #C7E7E2;
}

.stories .item .image-wrapper {
	position: relative;
	padding-bottom: 64%;
}

.stories .item .image {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	opacity: 0.9;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	transition: 200ms;
}

.stories .item:hover .image {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
	opacity: 1;
}

.stories .item .label {
	padding: 15px 35px 15px 15px;
}



/* FORM */
.checkbox-group ul {
	margin-left: 0;
}

.checkbox-group li {
	list-style: none;
	/*border-bottom: 1px solid #62baae;*/
	padding-bottom: 10px;
	margin-bottom: 10px
}

.checkbox-group input[type=radio],
.checkbox-group input[type=checkbox] {
	display: block;
	float: left;
	margin: 7px 10px 0 0;
}

.checkbox-group span.desc {
	line-height: 21px;
	font-size: 14px;
	font-weight: 100;
	display: block;
}

.checkbox-group span.desc a:before {}

.checkbox-group span.desc a::after {
	font-family: 'icons';
	content: "\e001";
	margin: 0 0 0 3px;
}

.checkbox-group span.desc a {
	font-weight: bold;
	float: right;
	line-height: 28px;
}

.checkbox-group label {
	font-weight: bold;
}

.form .section-heading {
	padding: 22px 30px;
	background: rgba(213, 213, 213, 0.8);
}

.form .section-heading:first-child {
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

.form .selectors {
	margin-bottom: 20px;
}

.form .selector {
	cursor: pointer;
	display: block;
	border: 2px solid #929190;
	padding: 0.75em;
	color: #404040;
	text-align: center;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.form .selector:hover {
	border-color: #505050;
	color: #303030;
}

.form .selector.current {
	background: #C7E7E2;
	border-color: #C7E7E2
}



/* INSTAGRAM FEED */

.instagram-feed {
	overflow: hidden;
}

.instagram-feed h2:before {
	margin-right: 12px;
	opacity: 0.75;
}

.instagram-image {
	position: relative;
	display: inline-block;
	width: 330px;
	height: 330px;
	vertical-align: middle;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.instagram-image:not(:last-child) {
	margin-right: 20px;
}

.instagram-image img {
	width: 330px;
	height: 330px;
}

.strip-container,
.gallery-container {
	position: relative;
}

.strip-container {
	padding: 30px 0 45px;
}

.gallery-container {
	padding: 0 50px;
}

.scroller {
	display: inline-block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.instagram-slider {
	position: relative;
	display: inline-block;
	height: 330px;
	line-height: 1;
	white-space: nowrap;
}

.gallery-container [class*="control"] {
	cursor: pointer;
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 64px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
	margin-top: -40px;
	color: #d4c141;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.gallery-container [class*="control"]:hover {
	background-color: #ffffff;
}

.gallery-container .control-prev {
	display: none;
	left: 0;
	-webkit-border-radius: 0 40px 40px 0;
	-moz-border-radius: 0 40px 40px 0;
	border-radius: 0 40px 40px 0;
}

.gallery-container .control-next {
	right: 0;
	-webkit-border-radius: 40px 0 0 40px;
	-moz-border-radius: 40px 0 0 40px;
	border-radius: 40px 0 0 40px;
}

.iScrollHorizontalScrollbar {
	height: 8px !important;
	bottom: 11px !important;
}

.iScrollIndicator {
	border: none !important;
	background: #3c362d !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	opacity: 0.45;
}

.iScrollIndicator:hover {
	opacity: 0.55;
}

.instagram-slider.updates-page {
	display: block;
	height: auto;
	line-height: normal;
	white-space: normal;
}

.instagram-slider.updates-page a {
	margin: 0;
	width: 48%;
	height: auto;
	display: block;
	float: left;
	margin-bottom: 4%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.instagram-slider.updates-page a:nth-child(odd) {
	margin-right: 4%;
}

.instagram-slider.updates-page img {
	display: block;
	width: 100%;
	height: auto;
}



/* FOOTER */

footer {
	background: #0a273d;
	color: #ffffff;
}

footer .call-to-action {
	padding: 40px 0 45px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

footer .call-to-action [class*="button"] {
	margin-top: 25px;
}

footer .info {
	position: relative;
	padding: 30px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

footer .info .column8 {
	padding-right: 8%;
}

footer .copyright {
	padding: 30px 0;
}

footer .social {
	position: absolute;
	right: 5.3%;
	top: 50%;
	margin-top: -18px;
	font-size: 24px;
}

footer .social a {
	color: #fff;
	opacity: .5;
}

footer .social a:hover {
	color: #acacac;
}

footer .social a:not(:first-child) {
	margin-left: 20px;
}

footer .info .bounds,
footer .info .column3 {
	position: static;
}

footer .column3:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	margin-left: -5%;
	background: rgba(255, 255, 255, 0.15);
}

footer .input-wrapper {
	background-color: #cbcbcb;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	margin-top: 10px;
}

footer .input-wrapper label,
footer .input-wrapper input[type="text"] {
	border: none;
	font-size: 14px;
	padding-right: 120px;
}

footer .input-wrapper a {
	right: -1px;
	top: 0;
	line-height: 43px;
	background: #C7E7E2;
	color: #404040;
	padding: 0 15px;
	margin: 0;
	border-left: 2px solid #303030;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-radius: 0 24px 24px 0;
	-moz-border-radius: 0 24px 24px 0;
	border-radius: 0 24px 24px 0;
}

footer .input-wrapper a:hover {
	background-color: C7E7E2;
}

.signature {
	background: #071a29;
	color: #5c89ac;
	padding: 18px 0;
}

.signature a {
	color: #636363;
}

.signature a:hover {
	color: #797979;
}

.signature a:after {
	margin-left: 4px;
	margin-right: 10px;
	font-size: 24px;
	vertical-align: -5px;
}



/* POPUP */

.popup-active {
	opacity: 1 !important;
}

.popup-wrapper {
	cursor: default;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	display: table;
	width: 100%;
	height: 100%;
	background: rgba(40, 40, 40, 0.94);
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-duration: 300ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-duration: 300ms;
	transition-property: opacity, visibility;
	transition-duration: 300ms;
}

.popup-active .popup-wrapper {
	visibility: visible;
	opacity: 1;
}

.popup {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 300ms;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 300ms;
	transition-property: transform;
	transition-duration: 300ms;
	padding: 0 20px;
}

.popup-active .popup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.popup .text {
	display: inline-block;
	text-align: left;
	padding: 0 !important;
}

.popup .label {
	color: #ffffff;
	margin-bottom: 20px;
}

.popup .input-wrapper input {
	border: none !important;
}

.popup .input-wrapper {
	margin-bottom: 0;
}

.popup .input-wrapper input {
	padding-right: 50px !important;
}

.input-wrapper [class*="icon"].go {
	position: absolute;
	z-index: 2;
	left: auto;
	right: 6px;
	top: 50%;
	line-height: 35px;
	opacity: 0.8;
	background: #C7E7E2;
	width: 34px;
	height: 34px;
	border: none;
	text-align: center;
	margin-top: -17px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.input-wrapper [class*="icon"].go:hover {
	opacity: 1;
}

.input-wrapper [class*="icon"].go:before {
	font-size: 19px;
	margin-left: 2px;
	color: #404040;
	top: 2px;
}

a.go {
	line-height: 40px !important;
}

.popup-wrapper .x {
	cursor: pointer;
	position: absolute;
	z-index: 2;
	right: 15px;
	top: 15px;
	width: 48px;
	height: 48px;
	opacity: 0.75;
}

.popup-wrapper .x:before {
	left: 50%;
	top: 5px;
	bottom: 5px;
	width: 2px;
	margin-left: -1px;
}

.popup-wrapper .x:after {
	left: 5px;
	right: 5px;
	top: 50%;
	height: 2px;
	margin-top: -1px;
}

.popup-wrapper .x:before,
.popup-wrapper .x:after {
	content: "";
	position: absolute;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}



/* PAGINATION */

.pagination {
	margin-top: 40px;
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.pagination a {
	display: inline-block;
	min-width: 32px;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	text-align: center;
	background: rgba(0, 0, 0, 0.1);
	font-size: 14px;
	font-weight: 500;
	color: #404040;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.pagination a:hover {
	background: rgba(0, 0, 0, 0.14);
}

.pagination .selectedTrue {
	background: #404040;
	color: #ffffff;
}



/* ELEMENTS */

.input-wrapper,
.ss-wrapper {
	position: relative;
	margin-bottom: 15px;
	background: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.input-wrapper label {
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-width: 100%;
	color: #758283;
}

.input-wrapper input[type="text"],
.input-wrapper input[type="password"],
.input-wrapper input[type="email"],
.input-wrapper input[type="number"],
.input-wrapper textarea {
	font-family: "effra", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: transparent;
	outline: none;
	width: 100%;
	color: #404040;
	border: 1px solid #cacaca;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.input-wrapper label,
.input-wrapper input[type="text"],
.input-wrapper input[type="password"],
.input-wrapper input[type="email"],
.input-wrapper input[type="number"],
.input-wrapper textarea {
	display: block;
	font-size: 100%;
	padding: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: normal;
}

.input-wrapper.currency:before {
	content: "$";
	position: absolute;
	left: 1px;
	top: 1px;
	bottom: 1px;
	width: 46px;
	line-height: 45px;
	text-align: center;
	font-weight: 500;
	border-right: 1px solid #cacaca;
	color: #757575;
}

.input-wrapper.currency:after {
	content: ".00";
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	width: 46px;
	line-height: 45px;
	text-align: center;
	font-weight: 500;
	border-left: 1px solid #cacaca;
	color: #757575
}

.input-wrapper.currency input {
	padding-left: 60px;
	padding-right: 60px;
}

.input-wrapper[class*="icon-before"]:before,
.input-wrapper[class*="icon-after"]:after {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	pointer-events: none;
}

.input-wrapper[class*="icon-before"] input,
.input-wrapper[class*="icon-before"] label {
	padding-left: 35px !important;
}

.input-wrapper[class*="icon-before"]:before {
	left: 12px;
}

.input-wrapper[class*="icon-after"]:after {
	right: 12px;
}

.input-wrapper a {
	position: absolute;
	z-index: 2;
	right: 12px;
	top: 50%;
	margin-top: -14px;
}

.input-wrapper a~input,
.input-wrapper a~label,
.input-wrapper[class*="icon-after"] input,
.input-wrapper[class*="icon-after"] label {
	padding-right: 35px !important;
}

.input-wrapper textarea {
	display: block;
	height: 150px;
	resize: none;
}

.ss-wrapper {
	padding: 9px 43px 9px 13px;
	border: 1px solid #cacaca;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

select {
	font-size: 16px;
}

.ss-wrapper span {
	color: #333;
}

.ss-wrapper select {
	z-index: 1;
}

.ss-wrapper.initial {
	color: #858585;
}

.ss-wrapper.focus,
.input-wrapper input[type="text"]:focus,
.input-wrapper input[type="password"]:focus,
.input-wrapper input[type="email"]:focus,
.input-wrapper input[type="number"]:focus,
.input-wrapper textarea:focus {
	border-color: #707070;
}

.ss-wrapper::after {
	font-family: 'icons';
	content: "\e00f";
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -14px;
}

.validator {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	width: 44px;
	height: 100%;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	background: #758283 url(/images/icon-validator.png) center center no-repeat;
}

.error {
	display: block;
	border: 1px solid #93595c;
	background: #e7d3d4;
	color: #912028;
	padding: 6px 10px;
	margin-bottom: 20px;
}

[class*="button"] {
	cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
	background: #C7E7E2;
	color: #404040;
	padding: 0.5em 1.2em;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.btn-hero {
	color: #fff !important;
	background-color: rgba(0,0,0,0.20) !important;
}

.btn-hero:hover {
	background-color: rgba(0,0,0,0.30) !important;
}

[class*="button"]:after {
	color: #ffffff;
}

[class*="button"]:hover {
	color: #404040;
	background-color: C7E7E2;
}

[class*="button"][class*="full"] {
	display: block;
	text-align: center;
	padding-left: 0.8em;
	padding-right: 0.8em;
}

[class*="button-smaller"] {
	padding: 0.5em 1.2em 0.7em;
	vertical-align: 4px;
	line-height: 1em;
}

.action-group [class*="button"] {
	margin-bottom: 10px;
}



/* LOGIN */

.pagesecurity-form {
	text-align: center;
}

.pagesecurity-form .button {
	font-weight: 500;
	text-transform: uppercase;
}

.pagesecurity-form .pagesecurity-cancel-btn {
	background-color: #dddddd;
	margin-left: 8px;
}

.pagesecurity-form .pagesecurity-cancel-btn:hover {
	background-color: #e7e7e7;
}



/* GRID FRAMEWORK */

.bounds {
	position: relative;
	max-width: 1240px;
	padding: 0 5%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bounds .relative {
	position: relative;
}

.bounds.padding,
.row.padding {
	padding-left: 2%;
	padding-right: 2%;
}

.bounds.margin-top {
	margin-top: 4%;
}

.row {
	margin-left: -2%;
	margin-right: -2%;
}

.row.no-margin {
	margin-left: 0;
	margin-right: 0;
}

[class*="column"] {
	position: relative;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.reverse>[class*="column"] {
	float: right;
}

[class*="column"][class*="center"] {
	float: none;
	margin: 0 auto;
}

[class*="column1"] {
	width: 8.33333%
}

[class*="column2"] {
	width: 16.66667%
}

[class*="column3"] {
	width: 25%
}

[class*="column4"] {
	width: 33.33333%
}

[class*="column5"] {
	width: 41.66667%
}

[class*="column6"],
[class*="half"] {
	width: 50%
}

[class*="column7"] {
	width: 58.33333%
}

[class*="column8"] {
	width: 66.66667%
}

[class*="column9"] {
	width: 75%
}

[class*="column10"] {
	width: 83.33333%
}

[class*="column11"] {
	width: 91.66667%
}

[class*="column12"] {
	width: 100%
}



/* RETINA */

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.validator {
		background-image: url(/images/icon-validator-2x.png);
		background-size: 16px;
	}
}



/* MEDIA QUERIES */

@media screen and (max-width:1240px) {
	.content.contained .bounds:before {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.column3 [class*="button"] {
		font-size: 13px;
	}
}

@media screen and (max-width:1140px) {
	header {
		height: 90px;
	}

	header .dropdown {
		top: 90px;
	}

	header+.home-hero,
	header+.hero,
	header+.content,
	header+.bounds {
		margin-top: 90px;
	}

	header .logo {
		width: 130px;
		height: 37px;
		background-size: 130px 37px;
		top: 28px;
		left: 3%;
	}

	header nav {
		right: 3%;
	}

	header nav .primary {
		top: 48px;
	}

	header nav .secondary {
		height: 32px;
		line-height: 32px;
		padding: 0 30px;
	}

	.r-group1>.bounds>.row>.column9,
	.r-group1>.bounds>.row>.column8 {
		width: 100%;
		float: none;
		padding-right: 270px;
	}

	.r-group1>.bounds>.row>.column3,
	.r-group1>.bounds>.row>.column4 {
		position: absolute;
		z-index: 1;
		right: 2%;
		top: 0;
		width: 280px;
	}

	.r-group2>.bounds>.row>.column9 {
		width: 100%;
		float: none;
		padding-left: 240px;
	}

	.r-group2>.bounds>.row>.column3 {
		position: absolute;
		z-index: 1;
		left: 2%;
		top: 0;
		width: 250px;
	}
}

@media screen and (max-width:1020px) {
	header {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		height: 70px;
	}

	header .nav-trigger {
		cursor: pointer;
		position: absolute;
		z-index: 101;
		right: 0;
		top: 0;
		width: 70px;
		height: 70px;
	}

	header .nav-trigger span {
		position: absolute;
		left: 23px;
		right: 23px;
		top: 50%;
		height: 3px;
		background: #404040;
		margin-top: -2px;
		-webkit-transition: background 0ms;
		-webkit-transition-delay: 300ms;
	}

	.nav-active header .nav-trigger span {
		background: transparent;
	}

	header .nav-trigger span:before,
	header .nav-trigger span:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		height: inherit;
		background: #404040;
		-webkit-transition-property: top, bottom, -webkit-transform;
		-webkit-transition-duration: 300ms;
		-webkit-transition-delay: 300ms, 300ms, 0ms;
	}

	.nav-active header .nav-trigger span:before,
	.nav-active header .nav-trigger span:after {
		-webkit-transition-delay: 0ms, 0ms, 300ms;
	}

	header .nav-trigger span:before {
		top: -8px;
	}

	.nav-active header .nav-trigger span:before {
		-webkit-transform: rotate(45deg);
		top: 0;
	}

	header .nav-trigger span:after {
		bottom: -8px;
	}

	.nav-active header .nav-trigger span:after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
	}

	header+.home-hero,
	header+.hero,
	header+.content,
	header+.bounds {
		margin-top: 0;
	}

	header .logo {
		top: 16px;
	}

	header nav {
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 70px;
		height: auto;
		background: #f4f4f4;
		text-align: center;
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		transform: translateY(-20px);
		-webkit-transition: 200ms;
		-moz-transition: 200ms;
		transition: 200ms;
	}

	header nav .secondary {
		display: inline-block;
		position: relative;
		right: auto;
		top: auto;
		height: 50px;
		line-height: 52px;
		margin-bottom: 20px;
		margin-top: 30px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}

	header nav .primary {
		position: relative;
		right: auto;
		top: auto;
		display: block;
		text-align: left;
		padding: 60px 5% 20px;
	}

	header nav .primary li:not(.--triplewide-large) {
		display: block;
		margin: 0 !important;
	}

	header nav .primary>li {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding: 9px 0;
	}

	header nav .primary>li>ul {
		position: relative;
		left: auto;
		top: auto;
		visibility: visible;
		opacity: 1;
		margin: 0;
		background: none;
		min-width: 0;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		padding: 0;
	}

	header nav .nav-search {
		position: absolute !important;
		top: 0;
		left: 5%;
		right: 5%;
		border-top: none !important;
		padding: 0 !important;
	}

	header .nav-search .icon-only-search:before {
		display: none;
	}

	header .nav-search .popup-wrapper {
		visibility: visible;
		opacity: 1;
		position: relative;
		left: auto;
		top: auto;
		display: block;
		width: auto;
		height: auto;
		background: none;
	}

	header .nav-search .popup {
		text-align: left;
		display: block;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
		padding: 0;
	}

	header .nav-search .popup .text {
		display: block;
	}

	header .nav-search .popup .label {
		display: none;
	}

	header .dropdown {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		visibility: visible;
		opacity: 1;
		padding: 0 0 0 15px;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}

	header .dropdown .row {
		margin: 0;
	}

	header .dropdown .column3 {
		float: none;
		padding: 0;
		width: auto;
	}

	header .dropdown .description {
		display: none;
	}

	header .dropdown .image-wrapper {
		display: none;
	}

	header .dropdown a .label {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		margin: 0;
		text-align: left;
		text-shadow: none;
		font-size: 15px;
		font-weight: 400;
		text-transform: none;
		font-family: "effra", sans-serif !important;
		color: #404040 !important;
		line-height: 1.9rem;
	}

	header .dropdown a:hover .label {
		color: #97315A;
	}

	header .dropdown .nav-has-more {
		display: none;
	}

	header .dropdown .nav-more-trigger {
		position: relative;
		cursor: pointer;
		display: block;
		font-weight: normal;
	}

	header .dropdown .nav-more-trigger:before {
		position: absolute;
		left: -16px;
		top: 9px;
		opacity: 0.5;
	}

	header .dropdown .nav-more-trigger.active:before {
		content: "\e002";
		opacity: 0.7;
	}

	header .dropdown ul ul {
		display: block;
		margin-bottom: 0;
		margin-left: 1.2em;
	}

	header .dropdown ul ul li:before {
		content: "-";
		position: absolute;
		left: -12px;
		top: 0;
	}

	header .dropdown ul ul a {
		white-space: normal;
	}

	header .dropdown .nav-more-trigger+div {
		display: none;
	}

	.nav-active header nav {
		visibility: visible;
		opacity: 1;
		pointer-events: all;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}

	.home-hero .heading h2 {
		font-size: 64px;
	}

	.home-hero .heading [class*="peta"] {
		font-size: 32px;
	}

	.browse-wrapper {
		padding-bottom: 50px;
	}

	.browse-wrapper.smaller {
		padding-bottom: 10px;
	}

	.browse-wrapper>.input-wrapper {
		left: 0;
		bottom: 0;
		top: auto !important;
		width: auto !important;
	}

	.list .table-headings {
		display: none;
	}

	.list .row .column {
		float: none;
		padding: 0;
		width: auto !important;
	}

	#missionsModule .list .hItem .row {
		margin: 0;
	}

	#missionsModule .list .hItem .image {
		left: 4px !important;
	}

	#missionsModule .list .hItem {
		padding: 2px 0 15px 69px !important;
	}

	#missionsModule .list.no-photo .hItem {
		padding: 15px 20px !important;
	}

	#missionsModule .hItem .subtext {
		margin: 0 !important;
	}

	.r-label {
		display: inline;
	}

	.m-label {
		display: none;
	}

	.content.contained nav:not(.enhanced) div,
	.content.contained nav:not(.enhanced) ul {
		display: none;
	}

	.content.contained>.bounds>.row>[class*="column"] {
		width: 100%;
		padding: 0;
		float: none;
	}

	.content.contained>.bounds>.row>[class*="column"]:not(:first-child) {
		margin-top: 20px;
	}

	.field-city {
		width: 100%;
	}

	.field-state {
		width: 70%;
	}

	.field-zip {
		width: 30%;
	}

	.section-nav-show,
	.section-nav-hide {
		margin-bottom: 50px;
	}

	[class*="button"][class*="full"].section-nav-show {
		display: block;
	}

	.section-nav li:first-child {
		border-top: none !important;
	}

	.section-nav a:before {
		display: none !important;
	}

	.content nav.section-nav ul li ul {
		margin: 0 !important;
	}

	.content nav.section-nav ul li ul li {
		border: none !important;
		list-style: none;
	}

	.column3 [class*="button"] {
		font-size: 16px;
	}

	.popup-wrapper .x {
		display: none;
	}
}

@media screen and (min-width:1021px) {
	header .dropdown .nav-more-trigger+div {
		display: none !important;
	}
}

@media screen and (max-width:1021px) {
	.events .text {
		top: 18%;
	}
}

@media screen and (max-width:960px) {
	.bucket {
		width: 50%;
		padding-bottom: 35%;
	}

	[class*="column"][class*="center"] {
		width: 100%;
		float: none;
		padding: 0;
	}

	footer .info .column9 {
		width: 54%;
	}

	footer .info .column3 {
		width: 46%;
	}

	.selectors {
		margin-left: -1%;
		margin-right: -1%;
	}

	.selectors [class*="column"] {
		padding-left: 1%;
		padding-right: 1%;
	}

	.tab-bar a {
		padding: 1px 11px !important;
		font-size: 14px;
		text-transform: none;
	}

	.tab-bar a:not(:last-child) {
		margin-right: 1px !important;
	}

	.events .text {
		top: 19%;
	}
}

@media screen and (max-width:840px) {
	.stories .column4 {
		width: 50%;
	}
}

@media screen and (max-width:760px) {
	.home-hero .heading h2 {
		font-size: 42px;
	}

	.home-hero .heading [class*="peta"] {
		font-size: 20px;
		line-height: 1.3em;
	}

	footer .copyright {
		text-align: center;
	}

	footer .social {
		position: relative;
		right: auto;
		top: auto;
		margin-top: 0;
	}

	.browse-wrapper {
		text-align: center;
		padding-bottom: 10px !important;
	}

	.r-group1>.bounds>.row>.column9,
	.r-group1>.bounds>.row>.column8 {
		padding: 0;
	}

	.r-group1>.bounds>.row>.column3,
	.r-group1>.bounds>.row>.column4 {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		padding: 0;
		float: none;
	}

	.r-group1>.bounds>.row>[class*="column"]:not(:first-child) {
		margin-top: 20px;
	}

	.r-group2>.bounds>.row>.column9 {
		padding: 0;
	}

	.r-group2>.bounds>.row>.column3 {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		padding: 0;
		float: none;
	}

	.r-group2>.bounds>.row>[class*="column"]:not(:first-child) {
		margin-top: 20px;
	}

	.r-group2 .block .image-wrapper {
		position: absolute;
		right: 15px;
		top: 59px;
		width: 135px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}

	.r-group2 .block .image-wrapper+.text h3,
	.r-group2 .block .image-wrapper+.text p {
		padding-right: 150px;
	}

	.r-group2 .block .image-wrapper+.text p {
		min-height: 110px;
	}

	[class*="button"] {
		display: block;
		text-align: center;
	}
}

@media screen and (max-width:850px) {
	.events .column6 {
		width: 100%;
		margin-bottom: 20px;
	}

	.events .text {
		top: 35%;
	}
}


@media screen and (max-width:640px) {

	footer .info .column9,
	footer .info .column3 {
		width: 100%;
		float: none;
		text-align: center;
	}

	footer .info .column3 {
		margin-top: 20px;
	}

	footer .info .column3:before {
		display: none;
	}

	.events .column6 {
		width: 100%;
		margin-bottom: 20px;
	}

	.events .text {
		top: 15%;
	}
}

@media screen and (max-width:560px) {
	header nav {
		text-align: left;
	}

	header nav .secondary {
		background: none;
		display: block;
		height: auto;
		line-height: 28px;
		margin: 30px 0 15px;
	}

	header nav .secondary li {
		display: block;
		margin: 0 !important;
	}

	header nav .secondary li a {
		display: block;
	}

	.home-hero .heading {
		padding-right: 0;
	}

	.home-hero .heading:before {
		right: -28px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.bucket {
		padding-bottom: 50%;
	}

	.content .block .text {
		padding: 5%;
	}

	.stories .column4 {
		width: 100%;
		padding: 0;
		float: None;
	}

	.selectors [class*="column"] {
		width: 100%;
		padding: 0;
		float: none;
	}

	.selectors a {
		padding: 0.3em !important;
		margin-bottom: 8px;
	}

	.missionary-news .item {
		padding-left: 70px;
	}

	.missionary-news .image-wrapper {
		width: 60px;
		height: 60px;
	}

	.field-state {
		width: 60%;
	}

	.field-zip {
		width: 40%;
	}

	.leader-wrapper .image-wrapper {
		float: none;
		width: 100%;
		height: 300px;
		overflow: hidden;
		border-radius: 0;
	}

	.leader-wrapper .text {
		padding: 20px 0;
	}
}

@media screen and (max-width:520px) {
	.tab-bar a {
		padding: 4px 10px !important;
		display: block !important;
		text-align: center;
		border: none !important;
		margin: 0 !important;
	}

	.browse-wrapper.smaller>ul>li>a,
	.browse-wrapper.smaller>ul>li>span {
		padding: 3px 3px 2px 6px !important;
		font-size: 14px !important;
	}

	.browse-wrapper.smaller>ul>li>a:after,
	.browse-wrapper.smaller>ul>li>span:after {
		margin-left: 2px !important;
	}
}

@media screen and (max-width:400px) {
	.r-group2 .block .image-wrapper {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		width: 100%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.r-group2 .block .image-wrapper+.text h3,
	.r-group2 .block .image-wrapper+.text p {
		padding-right: 0;
	}
}


/* Sermons */


.serm {
	margin-bottom: 50px;
}

.serm .media-wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.serm .media-wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.serm .media iframe {
	width: 100%;
	height: 100%;
}

a.serm-item .media::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -33%;
	bottom: -33%;
	background: #000000;
	opacity: 0.11;
	-webkit-transform: skewY(20deg);
	-moz-transform: skewY(20deg);
	transform: skewY(20deg);
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
}

a.serm-item:hover .media::before {
	bottom: 133%;
}



/* HEADER */

.serm-header {
	position: relative;
	padding: 30px 0;
}

.serm-header .serm-item {
	display: inline-block;
	font-size: 0.9375rem;
}

.serm-header .serm-filters-trigger {
	display: none;
}

.serm-header .serm-filter-back {
	display: none;
}

.serm-header .serm-filters-wrapper {
	position: relative;
}

.serm-header .serm-filters {
	white-space: nowrap;
	font-size: 0;
	padding: 4px 0;
	margin: 0 -8px;
	list-style: none;
}

.serm-header .serm-filters .serm-item {
	position: relative;
	padding: 8px;
	margin-right: 15px;
	cursor: default;
	opacity: 0.85;
}

.serm-header .serm-filters .serm-item:hover {
	opacity: 1;
}

.serm-header .serm-filters .serm-item a {
	color: inherit;
}

.serm-header .serm-filters .serm-dropdown {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 100%;
	background: #ffffff;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
	padding: 10px;
	overflow: auto;
	max-height: 265px;
	-webkit-overflow-scrolling: touch;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	transition: 200ms;
}

.serm-header .serm-filters .serm-item:hover .serm-dropdown {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.serm-header .serm-filters .serm-dropdown ul {
	margin: 0;
	list-style: none;
	max-height: 265px;
}

.serm-header .serm-filters .serm-item:hover .serm-dropdown ul {
	max-height: none;
}

.serm-header .serm-filters .serm-dropdown li,
.serm-header .serm-filters .serm-dropdown a {
	display: block;
}

.serm-header .serm-filters .serm-dropdown a {
	padding: 0 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.serm-header .serm-filters .serm-dropdown a:hover {
	background: rgba(0, 0, 0, 0.04);
}

.serm-header .serm-toggles {
	white-space: nowrap;
	font-size: 0;
}

.serm-header .serm-toggles .serm-item {
	color: #c76162;
	border-style: solid;
	border-width: 2px 0 2px 2px;
	padding: 9px 16px;
}

.serm-header .serm-toggles .serm-item:first-child {
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}

.serm-header .serm-toggles .serm-item:last-child {
	border-right-width: 2px;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}

.serm-header .serm-toggles .serm-item.serm-current {
	background: #c76162;
	border-color: #c76162;
	color: #ffffff;
}

@media screen and (max-width:767px) {
	.serm-header .serm-filters-trigger {
		display: block;
		padding: 4px 12px;
		margin: 10px 5px 10px 0;
		border-style: solid;
		border-width: 1px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.serm-header .serm-filter-back {
		display: block;
		padding: 0 8px;
	}

	.serm-header .serm-filters-wrapper {
		position: fixed;
		z-index: 999;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.92);
		text-align: center;
		overflow: hidden;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		font-size: 0;
	}

	.serm-filters-active .serm-header .serm-filters-wrapper {
		visibility: visible;
		opacity: 1;
		pointer-events: all;
		-webkit-overflow-scrolling: touch;
		overflow: auto;
	}

	.serm-header .serm-filters-wrapper::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}

	.serm-header .serm-filters {
		display: inline-block;
		vertical-align: middle;
		white-space: normal;
		padding: 0;
		margin: 0;
		font-size: 1rem;
	}

	.serm-header .serm-filters .serm-item {
		margin: 0;
		display: block;
	}

	.serm-header .serm-filters.serm-filter-active .serm-item>span,
	.serm-header .serm-filters.serm-filter-active .serm-item>a {
		opacity: 0;
		visibility: hidden;
	}

	.serm-header .serm-filters .serm-item::after {
		display: none;
	}

	.serm-header .serm-filters .serm-dropdown {
		position: fixed;
		z-index: 1000;
		left: 0;
		right: 0;
		top: 0;
		height: 100%;
		padding: 0;
		max-height: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		overflow: hidden;
		background: none;
		pointer-events: none;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		font-size: 0;
	}

	.serm-header .serm-filters .serm-item:hover .serm-dropdown {
		opacity: 0;
		visibility: hidden;
	}

	.serm-header .serm-filters .serm-item.serm-filter-current .serm-dropdown {
		opacity: 1;
		visibility: visible;
		pointer-events: all;
		-webkit-overflow-scrolling: touch;
		overflow: auto;
	}

	.serm-header .serm-filters .serm-dropdown::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}

	.serm-header .serm-filters .serm-dropdown ul {
		display: inline-block;
		vertical-align: middle;
		font-size: 1rem;
		max-height: none;
	}
}



/* FILTERING */

.serm-filtering {
	padding: 12px 18px;
	background: #C7E7E2;
	color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.serm-filtering div {
	opacity: 0.8;
}

.serm-filtering a {
	color: #000;
	text-decoration: underline;
	opacity: 0.8;
}

.serm-filtering a:hover {
	opacity: 1;
}



/* SEARCH POPUP */

.search-popup {
	padding: 20px;
}



/* FEATURE */

.serm-feature {
	padding: 50px 0;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.serm-filtering+.slick-slider .serm-feature {
	border-top: none;
}

.serm-feature .serm-left {
	width: calc(100% - 280px);
}

.serm-feature .serm-text {
	width: 240px;
	margin-left: 40px;
	margin-top: 20px;
}

.serm-feature .serm-title {
	margin-bottom: 16px;
}

.serm-feature .serm-title a {
	color: inherit;
}

.serm-feature .serm-title a:hover {
	text-decoration: underline;
}

.serm-feature [class*="button"] {
	margin-bottom: 18px;
}

.serm-feature .serm-details {
	margin-bottom: 20px;
}

.serm-feature .serm-detail {
	margin-bottom: 8px;
}



/* SERMONS */

.media-wrapper {
	position: relative;
	display: block;
}

.media-wrapper.sb9,
a.media-wrapper.sb9 {
	padding-bottom: 56.25% !important;
}

.media-wrapper.fb3 {
	padding-bottom: 100%;
}

.media {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.06);
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.media>div {
	height: 100%;
}

.media-wrapper.fancy-video::before {
	font-family: 'fbcticons';
	content: "\e007";
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 44px;
	background: rgba(255, 255, 255, 0.85);
	color: #427da3;
	margin: -32px 0 0 -32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.leftright {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: baseline;
	-moz-align-items: baseline;
	-ms-align-items: baseline;
	align-items: baseline;
}


.serm-header+.serm-sermons {
	border-top: 1px solid #bebebe;
}

.serm-sermons .serm-item {
	position: relative;
	color: inherit;
	border-bottom: 1px solid #bebebe;
	padding: 3% 0;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.serm-sermons .serm-item a {
	color: inherit;
}

.serm-sermons .serm-item a:hover {
	text-decoration: underline;
}

.serm-sermons .serm-left {
	width: 200px;
}

.serm-sermons .media .serm-number {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	background: rgba(50, 50, 50, 0.8);
	color: #ffffff;
}

.serm-sermons .serm-text {
	width: 100%;
}

.serm-sermons .serm-left+.serm-text {
	width: calc(100% - 240px);
}

.serm-sermons .serm-tools {
	display: none;
}

.serm-sermons .serm-item .jp-audio {
	bottom: -30px;
}

.serm-sermons .serm-item.serm-playing .jp-audio,
.serm-sermons .serm-item:hover .jp-audio {
	bottom: 0;
}

@media screen and (max-width:720px) {
	.serm-sermons .serm-left {
		width: 150px;
	}

	.serm-sermons .serm-left+.serm-text {
		width: calc(100% - 180px);
	}
}

@media screen and (max-width:520px) {
	.serm-sermons .serm-left {
		display: none;
	}

	.serm-sermons .serm-left+.serm-text {
		width: auto;
	}
}



/* SERIES */

.serm-header+.serm-series-wrapper {
	border-top: 1px solid #bebebe;
}

.serm-series {
	margin-top: calc(50px - 2%);
}

.serm-series .column6 {
	margin: 2% 0;
}

.serm-series .serm-item {
	display: block;
	cursor: pointer;
	color: inherit;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.serm-series .media {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.serm-series .serm-text {
	position: relative;
	background: #ffffff;
	padding: 20px 45px 20px 25px;
	;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.serm-series .serm-text::after {
	font-family: 'ycpicons';
	content: "\e001";
	position: absolute;
	right: 15px;
	top: 50%;
	font-size: 24px;
	line-height: 1;
	margin-top: -12px;
	opacity: 0.6;
}

@media screen and (max-width:640px) {
	.serm-series .column6 {
		margin: 4% 0;
	}
}



/* SERMON DETAIL */

.serm-section {
	padding-top: 50px;
}

.serm-details a {
	color: inherit;
}

.serm-details a:hover {
	text-decoration: underline;
}

@media screen and (max-width:767px) {
	.serm-feature .serm-text {
		margin-top: 0;
	}
}

@media screen and (max-width:640px) {
	.serm-feature .serm-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.serm-feature .serm-text {
		width: 100%;
		margin: 0;
	}
}

audio {
	margin: 10px 0 0
}



.listen img {
	max-width: 278px;
}



.image>div,
.video-homepage>div {
	height: 100%;
}

.ytmusic__logo {
	box-sizing: border-box; 
	background-color: black; 
	padding: 8px 10px; 
	border: 1px solid #000;
	border-radius: 12px; 
	max-width: 278px;
}

.blog-authors {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem 2rem;
}

@media screen and (max-width: 1020px) {
	.primary > li:not(.open) ul {
	display: none !important;
	transition: all 0.3s ease;
	}
	.primary li.open ul {
	display: block;
	}
	.primary > li > div {
	cursor: pointer;
	}
}