.widget .nhco-sidebar-give {
	background: linear-gradient(145deg, #f7fbfc 0%, #ffffff 58%, #fff8e8 100%);
	border: 1px solid rgba(22, 133, 154, 0.18);
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(17, 44, 54, 0.08);
	color: #26343a;
	padding: 24px;
}

.nhco-sidebar-give__eyebrow {
	color: #16859a;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.3;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.widget .nhco-sidebar-give h2 {
	color: #1f2d34;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 12px;
}

.widget .nhco-sidebar-give p {
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 18px;
}

.nhco-sidebar-give__button,
.widget a.nhco-sidebar-give__button {
	align-items: center;
	background: #f4aa2f;
	border-radius: 6px;
	box-shadow: 0 8px 18px rgba(244, 170, 47, 0.28);
	color: #152a33;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 42px;
	padding: 0 18px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	width: 100%;
}

.nhco-sidebar-give__button:hover,
.nhco-sidebar-give__button:focus,
.widget a.nhco-sidebar-give__button:hover,
.widget a.nhco-sidebar-give__button:focus {
	background: #16859a;
	box-shadow: 0 10px 22px rgba(22, 133, 154, 0.24);
	color: #ffffff;
	transform: translateY(-1px);
}

@media screen and (max-width: 767px) {
	.widget .nhco-sidebar-give {
		padding: 20px;
	}

	.widget .nhco-sidebar-give h2 {
		font-size: 21px;
	}
}

.nhco-modern-footer {
	background: #253238;
	color: #d6e1e4;
}

.nhco-modern-footer .site-footer {
	margin: 0 auto;
	max-width: 1120px;
	padding: 44px 24px 26px;
}

.nhco-modern-footer__inner {
	align-items: flex-start;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(240px, 1.4fr) minmax(180px, 0.9fr) minmax(220px, 1fr);
}

.nhco-modern-footer__brand img {
	display: block;
	height: auto;
	margin: 0 0 16px;
	max-width: 210px;
}

.nhco-modern-footer__brand p,
.nhco-modern-footer__contact p {
	color: #b8c9ce;
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

.nhco-modern-footer__links {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nhco-modern-footer a {
	color: #ffffff;
	text-decoration: none;
}

.nhco-modern-footer a:hover,
.nhco-modern-footer a:focus {
	color: #f4aa2f;
}

.nhco-modern-footer__links a {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.nhco-modern-footer__contact h2 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.nhco-modern-footer__contact p + p {
	margin-top: 12px;
}

.nhco-modern-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: #aabcc1;
	display: flex;
	font-size: 12px;
	gap: 16px;
	justify-content: space-between;
	margin-top: 34px;
	padding-top: 18px;
}

body.page:not(.home) .content-wrapper,
body.single-ctc_sermon .content-wrapper,
body.post-type-archive-ctc_sermon .content-wrapper {
	padding-top: 38px;
}

body.page:not(.home) #primary,
body.single-ctc_sermon #primary {
	background: #ffffff;
}

body.page:not(.home) .entry-title,
body.single-ctc_sermon .entry-title,
body.post-type-archive-ctc_sermon .page-title {
	color: #23343b;
	font-weight: 800;
	line-height: 1.12;
	margin-bottom: 18px;
}

body.page:not(.home) .entry-content {
	color: #3f4f55;
	font-size: 16px;
	line-height: 1.75;
}

body.page:not(.home) .entry-content blockquote {
	background: #f7fbfc;
	border-left: 4px solid #16859a;
	color: #31444b;
	font-size: 18px;
	line-height: 1.65;
	margin: 22px 0;
	padding: 20px 24px;
}

.nhco-ccb-embed {
	background: #ffffff;
	border: 1px solid #dce7ea !important;
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(17, 44, 54, 0.07);
	display: block;
	margin: 24px 0;
	min-height: 720px;
	width: 100%;
}

.nhco-ccb-embed--events {
	min-height: 760px;
}

.nhco-ccb-embed--groups {
	min-height: 980px;
}

.nhco-archive-note {
	background: #f7fbfc;
	border: 1px solid #dce7ea;
	border-left: 4px solid #16859a;
	border-radius: 8px;
	color: #31444b;
	line-height: 1.6;
	margin: 24px 0;
	padding: 16px 18px;
}

.nhco-archive-note strong {
	color: #23343b;
}

.nhco-about-links {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 30px 0 10px;
}

.nhco-about-links a {
	background: #f7fbfc;
	border: 1px solid #dce7ea;
	border-radius: 8px;
	color: #23343b;
	display: flex;
	flex-direction: column;
	font-size: 13px;
	font-weight: 800;
	gap: 7px;
	line-height: 1.25;
	min-height: 88px;
	padding: 16px;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.nhco-about-links a span {
	color: #16859a;
	font-size: 11px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.nhco-about-links a:hover,
.nhco-about-links a:focus {
	border-color: rgba(22, 133, 154, 0.5);
	box-shadow: 0 14px 30px rgba(17, 44, 54, 0.08);
	color: #16859a;
	transform: translateY(-1px);
}

.nhco-impact-moments {
	align-items: stretch;
	background: #162b31;
	border-radius: 8px;
	box-shadow: 0 24px 60px rgba(17, 44, 54, 0.16);
	color: #ffffff;
	display: grid;
	gap: 0;
	grid-template-columns: minmax(230px, 0.72fr) minmax(280px, 1.28fr);
	margin: 34px 0;
	overflow: hidden;
}

.nhco-impact-moments__copy {
	align-self: center;
	padding: 32px;
}

.nhco-impact-moments__copy span {
	color: #70d7df;
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.09em;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.nhco-impact-moments__copy h2 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.08;
	margin: 0 0 14px;
}

.nhco-impact-moments__copy p {
	color: #c4d4d8;
	font-size: 15px;
	line-height: 1.65;
	margin: 0 0 22px;
}

.nhco-impact-moments__copy a {
	align-items: center;
	background: #f4aa2f;
	border-radius: 6px;
	color: #142a30;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
	min-height: 40px;
	padding: 0 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.nhco-impact-moments__copy a:hover,
.nhco-impact-moments__copy a:focus {
	background: #ffffff;
	color: #142a30;
}

.nhco-impact-moments__stage {
	aspect-ratio: 16 / 10;
	background: #0f1f24;
	min-height: 320px;
	overflow: hidden;
	position: relative;
}

.nhco-impact-moments__track {
	display: flex;
	height: 100%;
	transition: transform 520ms ease;
	width: 100%;
}

.nhco-impact-moments__slide {
	appearance: none;
	background: transparent;
	border: 0;
	cursor: zoom-in;
	flex: 0 0 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.nhco-impact-moments__slide:focus {
	outline: 3px solid #f4aa2f;
	outline-offset: -6px;
}

.nhco-impact-moments__slide img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.nhco-impact-moments__stage::after {
	background: linear-gradient(90deg, rgba(22, 43, 49, 0.22), rgba(22, 43, 49, 0));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.nhco-impact-moments__controls {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: flex-end;
	padding: 14px 0 0;
}

.nhco-impact-moments__control {
	align-items: center;
	appearance: none;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 24px;
	font-weight: 800;
	height: 38px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 38px;
}

.nhco-impact-moments__control:hover,
.nhco-impact-moments__control:focus {
	background: #f4aa2f;
	color: #142a30;
}

.nhco-impact-moments__counter {
	color: #c4d4d8;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nhco-impact-moments--empty {
	display: block;
	padding: 28px;
}

.nhco-home-impact-band {
	background: #f4f8f7;
	border-bottom: 1px solid #e4ecee;
	padding: 30px 24px;
}

.nhco-home-impact-band__inner {
	margin: 0 auto;
	max-width: 920px;
}

.nhco-home-impact-band .nhco-impact-moments {
	background: #10252c;
	border: 0;
	box-shadow: 0 14px 34px rgba(17, 44, 54, 0.12);
	color: #ffffff;
	grid-template-columns: minmax(210px, 0.6fr) minmax(340px, 1.4fr);
	margin: 0;
}

.nhco-home-impact-band .nhco-impact-moments__copy {
	padding: 26px 28px;
}

.nhco-home-impact-band .nhco-impact-moments__copy span {
	color: #70d7df;
}

.nhco-home-impact-band .nhco-impact-moments__copy h2 {
	color: #ffffff;
	font-size: 25px;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.nhco-home-impact-band .nhco-impact-moments__copy p {
	color: #c4d4d8;
	font-size: 14px;
	line-height: 1.55;
	margin-bottom: 16px;
}

.nhco-home-impact-band .nhco-impact-moments__copy a {
	background: #f4aa2f;
	color: #142a30;
	min-height: 36px;
	padding: 0 14px;
}

.nhco-home-impact-band .nhco-impact-moments__copy a:hover,
.nhco-home-impact-band .nhco-impact-moments__copy a:focus {
	background: #ffffff;
	color: #142a30;
}

.nhco-home-impact-band .nhco-impact-moments__stage {
	aspect-ratio: auto;
	background: #0f1f24;
	height: 280px;
	min-height: 0;
}

.nhco-home-impact-band .nhco-impact-moments__stage::after {
	background: linear-gradient(90deg, rgba(22, 43, 49, 0.22), rgba(22, 43, 49, 0));
}

.nhco-home-impact-band .nhco-impact-moments__controls {
	padding-top: 10px;
}

.nhco-home-impact-band .nhco-impact-moments__control {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.24);
	color: #ffffff;
	height: 34px;
	width: 34px;
}

.nhco-home-impact-band .nhco-impact-moments__control:hover,
.nhco-home-impact-band .nhco-impact-moments__control:focus {
	background: #f4aa2f;
	color: #142a30;
}

.nhco-home-impact-band .nhco-impact-moments__counter {
	color: #c4d4d8;
}

.nhco-impact-modal {
	align-items: center;
	display: none;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 100000;
}

.nhco-impact-modal.is-open {
	display: flex;
}

.nhco-impact-modal__backdrop {
	background: rgba(6, 20, 25, 0.82);
	inset: 0;
	position: absolute;
}

.nhco-impact-modal__panel {
	background: #10252c;
	border-radius: 8px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
	box-sizing: border-box;
	max-height: min(86vh, 820px);
	max-width: min(92vw, 1040px);
	padding: 18px;
	position: relative;
	width: 100%;
}

.nhco-impact-modal__close {
	align-items: center;
	appearance: none;
	background: #ffffff;
	border: 0;
	border-radius: 999px;
	color: #142a30;
	cursor: pointer;
	display: inline-flex;
	font-size: 28px;
	font-weight: 800;
	height: 40px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 40px;
	z-index: 1;
}

.nhco-impact-modal__image {
	background: #0f1f24;
	border-radius: 6px;
	display: block;
	max-height: 68vh;
	object-fit: contain;
	width: 100%;
}

.nhco-impact-modal__qr {
	align-items: center;
	background: #f4aa2f;
	border-radius: 6px;
	color: #142a30;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
	padding: 12px 14px;
}

.nhco-impact-modal__qr[hidden] {
	display: none;
}

.nhco-impact-modal__qr span {
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nhco-impact-modal__qr a {
	color: #142a30;
	font-weight: 800;
	overflow-wrap: anywhere;
}

.nhco-impact-modal__status {
	color: #c4d4d8;
	font-size: 13px;
	margin: 12px 0 0;
}

.nhco-impact-modal-open {
	overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
	.nhco-impact-moments__track {
		transition: none;
	}
}

body.page:not(.home) .top-meta,
body.single-ctc_sermon .top-meta {
	color: #7b8c91;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

#wise-ctc-single-sermon .entry-header {
	border-bottom: 1px solid #e7eef0;
	margin-bottom: 26px;
	padding-bottom: 18px;
}

.nhco-sermon-media-heading {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0 0 14px;
}

.nhco-sermon-media-heading span {
	color: #16859a;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nhco-sermon-media-heading h2 {
	color: #23343b;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
}

#wise-ctc-single-sermon .wise-tabs {
	background: #f7fbfc;
	border: 1px solid #dfeaec;
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(17, 44, 54, 0.07);
	margin: 26px 0 34px;
	padding: 22px;
}

#wise-ctc-single-sermon .wise-tabs .tab-sermon .ctc-sermon-tab {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
	padding: 0 !important;
}

#wise-ctc-single-sermon .wise-tabs .tab-sermon .ctc-sermon-tab > li {
	float: none;
	margin: 0;
	width: auto;
}

#wise-ctc-single-sermon .wise-tabs .tab-sermon .ctc-sermon-tab > li > a {
	background: #ffffff;
	border: 1px solid #dce7ea;
	border-radius: 999px;
	color: #26343a;
	display: block;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	padding: 12px 16px;
	text-decoration: none;
	text-transform: uppercase;
}

#wise-ctc-single-sermon .wise-tabs .tab-sermon .ctc-sermon-tab > li.ui-tabs-active > a,
#wise-ctc-single-sermon .wise-tabs .tab-sermon .ctc-sermon-tab > li.active-zero > a,
#wise-ctc-single-sermon .wise-tabs .tab-sermon .ctc-sermon-tab > li.active-one > a,
#wise-ctc-single-sermon .wise-tabs .tab-sermon .ctc-sermon-tab > li.active-two > a,
#wise-ctc-single-sermon .wise-tabs .tab-sermon .ctc-sermon-tab > li > a:hover,
#wise-ctc-single-sermon .wise-tabs .tab-sermon .ctc-sermon-tab > li > a:focus {
	background: #16859a;
	border-color: #16859a;
	color: #ffffff;
}

#wise-ctc-single-sermon .sermon-video-wrapper,
#wise-ctc-single-sermon #cm_download,
#wise-ctc-single-sermon .wise-tabs .tab-sermon .tab-content .ctf-audio {
	background: #ffffff;
	border: 1px solid #dce7ea;
	border-radius: 8px;
	overflow: hidden;
}

#wise-ctc-single-sermon #cm_download {
	padding: 22px;
	text-align: left;
}

#wise-ctc-single-sermon #cm_download .cm_download_notice {
	background: #fff8e8;
	border: 1px solid rgba(244, 170, 47, 0.32);
	border-radius: 8px;
	box-sizing: border-box;
	display: block;
	float: none;
	line-height: 1.55;
	margin: 0 0 16px;
	padding: 16px 42px 16px 16px;
	width: 100%;
}

#wise-ctc-single-sermon #cm_download span.cm_download_buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#wise-ctc-single-sermon #cm_download .button-1 {
	align-items: center;
	background: #f4aa2f;
	border-radius: 6px;
	color: #152a33 !important;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	margin: 0;
	min-height: 42px;
	padding: 0 16px;
	text-transform: uppercase;
	width: auto;
}

#wise-ctc-single-sermon #cm_download .button-1:hover,
#wise-ctc-single-sermon #cm_download .button-1:focus {
	background: #16859a;
	color: #ffffff !important;
}

.page-id-13492 .content-wrapper,
.page-id-4154 .content-wrapper {
	box-sizing: border-box;
	display: block;
	max-width: 1180px;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.page-id-13492 #primary,
.page-id-4154 #primary {
	float: none;
	margin: 0 auto;
	max-width: 1120px;
	width: 100% !important;
}

body.page-id-13492 .sidebar-wrapper-outer,
body.page-id-4154 .sidebar-wrapper-outer {
	display: none !important;
	float: none !important;
	width: 0 !important;
}

body.page-id-13492 .site-main,
body.page-id-4154 .site-main,
body.page-id-13492 article,
body.page-id-4154 article,
body.page-id-13492 .entry-content,
body.page-id-4154 .entry-content {
	display: block !important;
	float: none !important;
	max-width: none !important;
	width: 100% !important;
}

.page-id-13492 .entry-header,
.page-id-4154 .entry-header {
	margin-bottom: 22px;
}

.page-id-13492 .entry-title,
.page-id-4154 .entry-title {
	color: #182f36;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.08;
	margin-bottom: 8px;
}

.page-id-13492 .entry-content,
.page-id-4154 .entry-content {
	color: #3f5157;
	font-size: 16px;
	line-height: 1.7;
}

.page-id-13492 .entry-content > .wp-block-separator,
.page-id-4154 .entry-content > .wp-block-separator,
.page-id-13492 .entry-content > p:empty,
.page-id-4154 .entry-content > p:empty {
	display: none;
}

.nhco-directory-intro {
	background: #10252c;
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(17, 44, 54, 0.12);
	box-sizing: border-box;
	color: #ffffff;
	margin: 0 0 24px;
	overflow: hidden;
	padding: 30px 34px;
	position: relative;
}

.nhco-directory-intro::after {
	background: linear-gradient(90deg, rgba(112, 215, 223, 0.12), rgba(244, 170, 47, 0.12));
	bottom: 0;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
}

.nhco-directory-intro__eyebrow {
	color: #70d7df !important;
	font-size: 12px !important;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin: 0 0 10px !important;
	text-transform: uppercase;
}

.nhco-directory-intro h2 {
	color: #ffffff;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.08;
	margin: 0 0 12px;
}

.nhco-directory-intro p:last-child {
	color: #c4d4d8;
	font-size: 17px;
	line-height: 1.6;
	margin: 0;
	max-width: 760px;
}

.page-id-13492 .wp-block-button {
	margin: 18px 0 24px;
}

.page-id-13492 .wp-block-button__link {
	background: #f4aa2f !important;
	border-radius: 6px !important;
	box-shadow: 0 10px 24px rgba(17, 44, 54, 0.12);
	color: #142a30 !important;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.2;
	min-height: 44px;
	padding: 14px 18px;
	text-transform: uppercase;
}

.page-id-13492 .wp-block-button__link:hover,
.page-id-13492 .wp-block-button__link:focus {
	background: #16859a !important;
	color: #ffffff !important;
	text-decoration: none;
}

.nhco-ccb-embed {
	background: #ffffff;
	border: 1px solid #dce7ea;
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(17, 44, 54, 0.1);
	margin: 28px 0 8px;
	overflow: hidden;
}

.nhco-ccb-embed__header {
	align-items: center;
	background: #f4f8f7;
	border-bottom: 1px solid #dce7ea;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding: 18px 20px;
}

.nhco-ccb-embed__header span {
	color: #16859a;
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.nhco-ccb-embed__header h3 {
	color: #182f36;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
}

.nhco-ccb-embed__header a {
	align-items: center;
	background: #16859a;
	border-radius: 6px;
	color: #ffffff !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1;
	min-height: 40px;
	padding: 0 16px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.nhco-ccb-embed__header a:hover,
.nhco-ccb-embed__header a:focus {
	background: #f4aa2f;
	color: #142a30 !important;
	text-decoration: none;
}

.nhco-ccb-embed__frame {
	background: #eef4f3;
	padding: 12px;
}

.nhco-ccb-embed__iframe {
	background: #ffffff;
	border: 0;
	border-radius: 6px;
	display: block;
	height: min(2700px, 76vh);
	min-height: 720px;
	width: 100%;
}

body.single-ctc_location .content-wrapper {
	box-sizing: border-box;
	max-width: 1180px;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

body.single-ctc_location #primary {
	float: none;
	margin: 0 auto;
	max-width: 1120px;
	width: 100% !important;
}

body.single-ctc_location .site-main,
body.single-ctc_location article,
body.single-ctc_location .entry-content {
	display: block !important;
	float: none !important;
	max-width: none !important;
	width: 100% !important;
}

body.single-ctc_location .entry-header {
	margin-bottom: 28px;
}

body.single-ctc_location .top-meta {
	margin-bottom: 18px;
}

.nhco-location-hero {
	background: #10252c;
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(17, 44, 54, 0.12);
	box-sizing: border-box;
	color: #ffffff;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
	overflow: hidden;
	padding: 34px;
	position: relative;
}

.nhco-location-hero::after {
	background: linear-gradient(90deg, rgba(112, 215, 223, 0.14), rgba(244, 170, 47, 0.14));
	bottom: 0;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
}

.nhco-location-hero__eyebrow {
	color: #70d7df !important;
	font-size: 12px !important;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin: 0 0 10px !important;
	text-transform: uppercase;
}

.nhco-location-hero .entry-title {
	color: #ffffff;
	font-size: 44px;
	font-weight: 800;
	line-height: 1.02;
	margin: 0 0 14px;
}

.nhco-location-hero__summary {
	color: #c4d4d8;
	font-size: 17px;
	line-height: 1.6;
	margin: 0;
	max-width: 680px;
}

.nhco-location-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.nhco-location-actions a {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 6px;
	color: #ffffff !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1;
	min-height: 42px;
	padding: 0 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.nhco-location-actions a:hover,
.nhco-location-actions a:focus {
	background: #ffffff;
	color: #142a30 !important;
	text-decoration: none;
}

.nhco-location-actions .nhco-location-actions__primary {
	background: #f4aa2f;
	border-color: #f4aa2f;
	color: #142a30 !important;
}

.nhco-location-hero__details {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	display: grid;
	gap: 16px;
	padding: 22px;
}

.nhco-location-hero__details div {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	padding-bottom: 16px;
}

.nhco-location-hero__details div:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.nhco-location-hero__details span {
	color: #70d7df;
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.nhco-location-hero__details strong,
.nhco-location-hero__details a {
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	text-decoration: none;
}

.nhco-location-hero__details a:hover,
.nhco-location-hero__details a:focus {
	color: #f4aa2f !important;
	text-decoration: underline;
}

.nhco-location-layout {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
	margin: 0 0 16px;
}

.nhco-location-card {
	background: #ffffff;
	border: 1px solid #dce7ea;
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(17, 44, 54, 0.08);
	box-sizing: border-box;
	overflow: hidden;
}

.nhco-location-card--description {
	padding: 28px;
}

.nhco-location-card h2 {
	color: #182f36;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 16px;
}

.nhco-location-card p {
	color: #3f5157;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 14px;
}

.nhco-location-card p:last-child {
	margin-bottom: 0;
}

.nhco-location-card__media {
	background: #f4f8f7;
}

.nhco-location-card__media:empty {
	display: none;
}

.nhco-location-card__media img {
	display: block;
	height: auto;
	width: 100%;
}

.nhco-location-map {
	background: #eef4f3;
	padding: 12px;
}

.nhco-location-map a {
	display: block;
	text-decoration: none;
}

.nhco-location-map .ctfw-google-map-image {
	border: 0 !important;
	border-radius: 6px;
	box-sizing: border-box;
	min-height: 280px;
	width: 100% !important;
}

@media screen and (max-width: 860px) {
	.nhco-about-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nhco-home-impact-band {
		padding: 28px 18px;
	}

	.nhco-home-impact-band .nhco-impact-moments {
		grid-template-columns: 1fr;
	}

	.nhco-impact-moments {
		grid-template-columns: 1fr;
	}

	.nhco-impact-moments__stage {
		min-height: 260px;
	}

	.nhco-home-impact-band .nhco-impact-moments__stage {
		height: 240px;
		min-height: 0;
	}

	.nhco-modern-footer__inner {
		grid-template-columns: 1fr;
	}

	.nhco-modern-footer__bottom {
		flex-direction: column;
	}

	.page-id-13492 .content-wrapper,
	.page-id-4154 .content-wrapper {
		padding-left: 18px;
		padding-right: 18px;
	}

	.nhco-directory-intro {
		padding: 26px;
	}

	.nhco-directory-intro h2 {
		font-size: 30px;
	}

	.nhco-ccb-embed__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.nhco-ccb-embed__header a {
		width: 100%;
	}

	body.single-ctc_location .content-wrapper {
		padding-left: 18px;
		padding-right: 18px;
	}

	.nhco-location-hero,
	.nhco-location-layout {
		grid-template-columns: 1fr;
	}

	.nhco-location-hero {
		padding: 28px;
	}

	.nhco-location-hero .entry-title {
		font-size: 34px;
	}
}

@media screen and (max-width: 560px) {
	.nhco-about-links {
		grid-template-columns: 1fr;
	}

	.nhco-home-impact-band {
		padding: 22px 14px;
	}

	.nhco-home-impact-band .nhco-impact-moments__copy {
		padding: 22px;
	}

	.nhco-home-impact-band .nhco-impact-moments__copy h2 {
		font-size: 24px;
	}

	.nhco-home-impact-band .nhco-impact-moments__stage {
		height: 220px;
		min-height: 0;
	}

	.nhco-impact-moments__copy {
		padding: 24px;
	}

	.nhco-impact-moments__copy h2 {
		font-size: 25px;
	}

	#wise-ctc-single-sermon .wise-tabs {
		padding: 18px;
	}

	#wise-ctc-single-sermon .wise-tabs .tab-sermon .ctc-sermon-tab {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	#wise-ctc-single-sermon .wise-tabs .tab-sermon .ctc-sermon-tab > li > a {
		text-align: center;
	}

	#wise-ctc-single-sermon #cm_download span.cm_download_buttons {
		display: grid;
		grid-template-columns: 1fr;
	}

	.page-id-13492 .content-wrapper,
	.page-id-4154 .content-wrapper {
		padding-left: 14px;
		padding-right: 14px;
	}

	.page-id-13492 .entry-title,
	.page-id-4154 .entry-title {
		font-size: 28px;
	}

	.nhco-directory-intro {
		padding: 22px;
	}

	.nhco-directory-intro h2 {
		font-size: 26px;
	}

	.nhco-directory-intro p:last-child {
		font-size: 15px;
	}

	.nhco-ccb-embed__frame {
		padding: 8px;
	}

	.nhco-ccb-embed__iframe {
		min-height: 680px;
	}

	body.single-ctc_location .content-wrapper {
		padding-left: 14px;
		padding-right: 14px;
	}

	.nhco-location-hero {
		padding: 22px;
	}

	.nhco-location-hero .entry-title {
		font-size: 30px;
	}

	.nhco-location-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.nhco-location-card--description {
		padding: 22px;
	}
}
