/* =Theme customization starts here
------------------------------------------------------- */

:root {
	--font-serif: Domine;
	--font-serif-regular: 400;
	--font-serif-bold: 700;
	--font-sans-serif: Jost;
	--font-sans-serif-light: 300;
	--font-sans-serif-regular: 400;
	--font-sans-serif-medium: 500;
	--font-sans-serif-semibold: 600;
	--font-small: Poppins;
	--font-small-regular: 400;
	--font-main: Open Sans;
	--font-main-regular: 400;
	--font-main-semibold: 600;
	--font-main-bold: 700;
}

.container {
	max-width: 1170px;
	padding: 0 30px;
	margin: 0 auto;
	width:100%;
	box-sizing: border-box;
}
.container--small {
	box-sizing:border-box;
	max-width: 1110px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 65px !important;
	padding-right: 65px !important;
}
.container--with-padding {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media screen and (max-width: 700px) {

	.container {
		padding: 0 12px;
	}
	.container--small {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
}

.panel-grid-cell {
	padding-bottom: 0 !important;
}

.nc-button {
	display:inline-flex !important;
	align-items: center !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-radius: 15px !important;
	padding: 10px 20px !important;
	font-size: 22px !important;
	font-family: var(--font-sans-serif) !important;
	font-weight: var(--font-sans-serif-regular) !important;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease !important;
	text-decoration: none !important;
	text-align: center !important;
}
.nc-button--bold {
	font-weight: var(--font-sans-serif-semibold) !important;
}
.nc-button--red {
	color: white !important;
	background: #c8122e !important;
	border-color: #c8122e !important;
}
.nc-button--red:hover {
	color:white !important;
	background: #8e0d21 !important;
	border-color: #8e0d21 !important;
}
.nc-button--yellow {
	color: #1f1e1e !important;
	background: #f0b540 !important;
	border-color: #f0b540 !important;
}
.nc-button--yellow:hover {
	color: #1f1e1e !important;
	background: #ce931f !important;
	border-color: #ce931f !important;
}
.nc-button--yellow-outline {
	color: white !important;
	background: transparent !important;
	border-color: #f0b540 !important;
}
.nc-button--yellow-outline:hover {
	color: #1f1e1e !important;
	background: #f0b540 !important;
	border-color: #f0b540 !important;
}

/*******  General  *******/

hr {
    display:block;
    height: 1px;
    width: auto;
    margin: 50px;
    background: linear-gradient(to left, rgba(203, 202, 198, 0.4) 0, rgba(203, 202, 198, 1) 50%, rgba(203, 202, 198, 0.4) 100%);
}

#content {
	padding: 0 !important;
	margin: 0 !important;
}
#content-core {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
}

body, body #content {
    font-size:18px;
    line-height:30px;
    color:#414040;
}
iframe { display:block; }
select { padding:10px; }


/* Custom grid behavior that allows full width components */
#main-core {
	margin:0 !important;
}
#main-core > .wp-caption {
/*.panel-grid-cell > .panel-widget-style > blockquote,*/
/*.panel-grid-cell > .panel-widget-style > iframe,*/
/*.panel-grid-cell > .panel-widget-style > p,*/
/*.panel-grid-cell > .panel-widget-style > h1,*/
/*.panel-grid-cell > .panel-widget-style > h2,*/
/*.panel-grid-cell > .panel-widget-style > h3,*/
/*.panel-grid-cell > .panel-widget-style > h4,*/
/*.panel-grid-cell > .panel-widget-style > h5,*/
/*.panel-grid-cell > .panel-widget-style > h6,*/
/*.panel-grid-cell > .panel-widget-style > hr,*/
/*.panel-grid-cell > .panel-widget-style > ol,*/
/*.panel-grid-cell > .panel-widget-style > ul,*/
/*.panel-grid-cell > .panel-widget-style > .collapsible-content,*/
/*.panel-grid-cell > .panel-widget-style > .action-button,*/
/*.panel-grid-cell > .panel-widget-style > .ruled-list {*/
	max-width: 1110px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 65px !important;
	padding-right: 65px !important;
	box-sizing: border-box;
}

/* Lists */
#main ul { margin: 25px 70px 25px 60px; padding-left: 0 !important; }
#main ol { counter-reset:list; margin: 25px 70px 25px 60px; padding-left: 0 !important; }
#main li { list-style:none; position:relative; margin-bottom:5px; }
#main li:before {
    box-sizing:border-box; -moz-box-sizing: border-box;
    position:absolute; display:block; width:100px; left:-100px; text-align:right; padding-right:6px;
}
#main li:after { content:"\00A0"; } /* Force the list item to take up a space even if it is empty */
#main ul li:before { content:"\2022"; color:#435884; font-size: 130%; }
#main ol li:before { counter-increment:list; content:counter(list) "."; color:#435884; font-family: var(--font-serif); }

/* Remove some list styling on pagination */
#main ul.pag { margin-left:0; margin-rigth:0; }
#main ul.pag li:before,
#main ul.pag li:after { content:none; }

/* Headings */
h1, h2, h3, h4, h5, h6 { transition:none; }
#content h2, #content h3, #content h4, #content h5, #content h6 {
    color:#22314f;
    font-weight:bold;
    margin:0 0 12px 0;
}
#content h2 {
    font-family: var(--font-serif) !important;
    font-weight: var(--font-serif-bold);
    font-size:34px;
    line-height:40px;
}
#content h3 {
    font-family: var(--font-sans-serif) !important;
    font-weight: var(--font-sans-serif-medium);
    font-size:32px;
    line-height:40px;
	text-transform:none !important;;
}
#content h4 {
    font-family: var(--font-serif) !important;
    font-weight: var(--font-serif-bold);
    font-size:26px;
    line-height:36px;
    color: #2f4167;
	text-transform:none !important;
}
#content h5 {
    font-family: var(--font-sans-serif) !important;
    font-weight: var(--font-sans-serif-medium);
    font-size:22px;
    line-height:36px;
    text-transform: uppercase;
}
a {
    text-decoration: underline;
    color: #8e0d21;
    font-weight: var(--font-main-semibold);
}
a:hover, a:focus {
    color: #62000f;
    text-decoration: none;
}

/* Captions */
.wp-caption img { display:block; width:100%; }
.wp-caption .wp-caption-text,
.gallery-caption {
    padding: 11px 20px;
    font-family: "PT Sans"; font-weight:bold; font-size: 14px; line-height:18px; font-style: normal; color:#ffffff;
    background-color: #b75348;
}

.wp-caption { position:relative; }
.wp-caption.caption-inset { margin-bottom:20px; }
.wp-caption.caption-inset .wp-caption-text { margin:0 130px 0 0; position:absolute; bottom:0; }

/* Lead-in */
.leadin { color:#b75348; font-weight:normal; font-size:28px; line-height:32px; font-family: "Roboto Condensed"; font-weight:300; }

/* Buttons */
.wpcf7-form :-ms-input-placeholder { opacity: 1; }
#body-core .wpcf7-form input[type=submit]:hover,
input[type=submit]:hover {
    background-color: #b73d30;
    color:white;
}
#slider .featured-link a { border-color:white; color:white; }
#body-core .wpcf7-form input[type=submit]:hover { background-color:#b73d30; color:white; }
#slider .featured-link a:hover { background-color:white; color:#65655e; }

/*************************/

/* Logo */
#logo {
    display:table;
    margin:0 auto;
    height:97px;
	float: none;
	text-align: center;
	margin-top: 0;
	line-height: 0;
}
#logo > a { display:table-cell; vertical-align: middle; }
#logo img {
	max-height: 106px;
    padding:20px 0;
}
#logo h1 {
	color: white;
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
}
/* Site-header */
#site-header {
	-webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
}
/* Header */
#header {
	background:white;
	width: 100%;
	padding: 0;
	border-bottom: 5px solid #8e0d21;
}
.home #header {
	background: linear-gradient(to bottom, rgba(255,255,255,0.80) 0, rgba(255,255,255,0.80) 50%, rgba(255,255,255,1.0) 100%);
	position:absolute;
}

.custom-header {
	display: flex;
	align-items: center;
	padding: 0 20px;
}
.custom-header__logo {
	margin-right:auto;
	align-self: flex-end;
}
.custom-header__items {
	margin-left:auto;
	display:flex;
	flex-direction: column;
}
.custom-header__utility {
	margin-left:auto;
	display:flex;
	/*align-items: flex-end;*/
}
.custom-header__utility_links {
	margin-top: 20px;
}
.custom-header__utility_links ul {
	display:flex;
	padding:0;
	margin:0;
}
.custom-header__utility_links li {
	display:block;
	margin-right: 20px;
}
.custom-header__utility_links a:hover {
	text-decoration-color: inherit !important;
}
.custom-header__utility_links a {
	text-decoration-color: transparent !important;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	display:block;
	margin-top: 6px;
	color: #5b6871 !important;
	font-family: var(--font-small);
	font-weight: var(--font-small-regular);
	background: transparent !important;
}
.custom-header__utility_links a:hover {
	color: #8e0d21 !important;
	text-decoration: underline;
}
#pre-header-search {
	display: inline !important;
	margin: 0 !important;
	padding:0 !important;
	position: relative !important;
	top: -2px !important;
}
#pre-header-search .searchform>a {
	text-decoration: none !important;
	display:inline !important;
	line-height: 15px !important;
	margin:0 !important;
	padding:0 !important;
	width: auto !important;
	height: auto !important;
}
#pre-header-search .searchform>a:after {
	color: #5b6871 !important;
	font-size: 15px !important;
	line-height: 15px !important;
}
#pre-header-search .searchform>a:hover:after {
	color: #8e0d21 !important;
}
.custom-header__utility_links a:hover {
	background:transparent !important;
}
.custom-header__social {
	margin-top: 20px;
	display:flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.expand-main-menu {
	display:none;
}

.custom-header__mainmenu {
	margin-left:auto;
	margin-right: -15px;
}
.microsite #menu-main {
	padding-right: 0 !important;
}
.custom-header__mainmenu #pre-header-links-inner ul {
	display:block;
	padding: 0 !important;
	margin: 0 !important;
}
.custom-header__mainmenu #pre-header-links-inner li {
	display:block;
}
.custom-header__mainmenu #pre-header-links-inner a {
	text-decoration: none !important;
	color: #414040 !important;
	background: transparent !important;
	font-size: 24px !important;
	line-height: 24px !important;
	font-family: var(--font-sans-serif) !important;
	font-weight: var(--font-sans-serif-medium) !important;
	padding: 25px 15px !important;
	border-bottom: 5px solid transparent !important;
	transition: border-bottom-color 0.5s ease;
}
.custom-header__mainmenu #pre-header-links-inner a:hover {
	color: #8e0d21 !important;
	text-decoration: underline !important;
}
/*.custom-header__mainmenu #pre-header-links-inner a:hover,*/
/*.custom-header__mainmenu #pre-header-links-inner a:focus,*/
.custom-header__mainmenu #pre-header-links-inner .menu > li.current-menu-ancestor > a,
.custom-header__mainmenu #pre-header-links-inner .menu > li.current-menu-item > a {
	/*color: #5b6871 !important;*/
	border-bottom: 5px solid #8e0d21 !important;
}
.custom-header__mainmenu #pre-header-links-inner li ul {
	background: transparent !important;
	border: 0 !important;
}
.custom-header__mainmenu #pre-header-links-inner li li {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-bottom: 1px solid #cbcac6 !important;
}
.custom-header__mainmenu #pre-header-links-inner li li a {
	background: #f0eee7 !important;
	font-size: 18px !important;
	font-family: var(--font-main) !important;
	font-weight: var(--font-main-semibold) !important;
	padding: 15px 30px !important;
}
.custom-header__mainmenu #pre-header-links-inner li li.current-menu-item a,
.custom-header__mainmenu #pre-header-links-inner li li a:hover {
	color: #8e0d21 !important;
	background: #fcfcfa !important;
}
.custom-header__mainmenu #pre-header-links-inner li li a:hover {
	text-decoration: underline !important;
}
.custom-header__mainmenu #pre-header-links-inner a:after {
	content: none !important;
}



#intro.option1 {
	border-style: none;
}


.article-title { display:table; width:100%; margin-bottom:30px; }
.article-title h1 {
    display:table-cell;
    padding:0;
    font-weight:bold; font-size:38px; line-height:42px;
    vertical-align: top;
}
.article-title .article-addthis-outside {
    display:table-cell;
    vertical-align: top;
    width:150px;
}
.article-title .addthis-wrapper {
    display:block;
    position:relative;
    top:12px;
    float:right;
}
.article-title .addthis-wrapper .addthis_toolbox {
    position:static;
    float:right;
    margin-right:-6px;
}
.article-byline p {
    font-style: italic;
}


/*Layout fix*/
.layout-sidebar-left #main {
	float:none;
	width: 100%;
}

#wr-outroaction {
    background-color:#525051;
}
#outroaction {
	background:white;
}
#content #outroaction {
	display:block;
}
.home #outroaction {
	display:block;
}

.outro-top {
	margin-top: 50px;
}
.home .outro-top {
	height: 550px;
	background: white url('assets/daily-inspiration-background.png') no-repeat scroll top center;
	background-position: center;
	background-size: cover;
	margin-top: 0;
	margin-bottom: -150px;
}
#outroaction {
	border-top-style: none;
	background-position: center;
    background-size: cover;
	padding: 0;
    margin:0 auto;
	color: white;
	position:relative;
}
#outroaction .container {
	margin-bottom: 50px;
}
#outroaction-core {
	position:relative;
	padding: 20px 30px 30px;
	border-top: 8px solid #5b74a9;
	background: linear-gradient(to bottom, #2f4167 0, #435884 100%);
	max-width: none;
}
#outroaction-core h1,
#outroaction-core h2,
#outroaction-core h3,
#outroaction-core h4,
#outroaction-core h5,
#outroaction-core h6 {
	color: white;
}

#outroaction .action-text p,
#outroaction .action-text h3,
#outroaction .attention_text p,
#outroaction .attention_text h3 {
	text-shadow:none;
}
#outroaction .action-text p,
#outroaction .attention_text p {
	font-family: var(--font-serif) ;
	font-weight: var(--font-serif-bold) ;
	text-align: center !important;
	font-size: 28px;
	line-height: 48px;
}
#outroaction .action-text h3 {
	font-size: 16px;
	font-family: var(--font-sans-serif);
	font-weight: var(--font-sans-serif-regular);
	text-transform: uppercase;
	width: 100%;
	display:flex;
	justify-content: center;
	align-items: center;
}
#outroaction .action-text h3:before,
#outroaction .action-text h3:after {
	content: "";
	flex-shrink:1;
	width: 210px;
	height: 1px;
}
#outroaction .action-text h3:before {
	margin-right: 15px;
	background: linear-gradient(to left, rgba(203, 202, 198, 100%) 0, rgba(203, 202, 198, 0) 100%);
}
#outroaction .action-text h3:after {
	margin-left: 15px;
	background: linear-gradient(to right, rgba(203, 202, 198, 100%) 0, rgba(203, 202, 198, 0) 100%);
}
#outroaction .action-text blockquote {
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	line-height: 36px;
	margin: 0;
}
#outroaction .action-text *+blockquote {
	margin-top: 10px;
}
#outroaction .action-text blockquote p {
	margin: 0;
}
#outroaction .action-text blockquote cite {
	font-size: 18px;
	font-family: var(--font-main);
	font-weight: var(--font-main-regular);
	font-style: italic;
	display: block;
	text-align: center;
	margin: 15px auto;
}
#outroaction .action-text blockquote cite:before {
	content: '\2014';
}
#outroaction .action-button {
	float: none;
    width: auto;
    text-align: center;
}
#outroaction .action-button a {
    background:none;
    padding:0;
}
#outroaction .action-button h4 {
	margin-bottom: 0;
}
#outroaction .action-text {
	width: auto;
	float: none;
	margin: 0;
}

#outroaction .action-button h4 {
	display:inline-block !important;
	border-width: 2px;
	border-style: solid;
	border-radius: 15px;
	padding: 10px 20px !important;
	font-size: 22px !important;
	font-family: var(--font-sans-serif) !important;
	font-weight: var(--font-sans-serif-regular) !important;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	text-decoration: none !important;

	color: #1f1e1e;
	background: #f0b540;
	border-color: #f0b540;
}
#outroaction .action-button:hover h4 {
	color: #1f1e1e;
	background: #ce931f;
	border-color: #ce931f;
}

.outro-logo {
	display:flex;
	justify-content: center;
	margin-bottom: 35px;
	margin-top: 20px;
}
.outro-logo img {
	display:block;
	width:490px;
	height: auto;
}
.outro-separator {
	display:block;
	height:1px;
	background:linear-gradient(to right, rgba(47, 65, 103, 100%) 0, rgba(91, 116, 169, 100%) 37.5%, rgba(91, 116, 169, 100%) 62.5%, rgba(47, 65, 103, 100%) 100%);
	margin: 0 30px 30px 30px;
}
.outro-title h2,
#content .outro-title h2 {
	position:absolute;
	left:0;
	right:0;
	bottom: 100%;
	padding: 0 100px;
	margin-bottom: 30px;
	text-align: center;
	color: white !important;
	font-size: 52px !important;
	line-height: 62px !important;
	font-family: var(--font-serif) !important;
	font-weight: var(--font-serif-regular) !important;
	text-shadow: 0 0 10px rgba(0,0,0,0.41), 2px 3px rgba(0,0,0,0.20);
}
#outroaction .tagline {
	font-size: 22px;
	font-style: italic;
	text-align: center;
	font-family: var(--font-main);
	font-weight: var(--font-main-regular);
}
#outroaction .primary-buttons,
#outroaction .secondary-buttons {
	display:flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap:wrap;
}
#outroaction .primary-buttons .outro-button,
#outroaction .secondary-buttons .outro-button {
	padding: 0 5px 10px 5px;
	display:flex;
	align-items: stretch;
}
#outroaction .primary-buttons {
	margin-top: 20px;
}

#outroaction .themebutton {
	color: #FFF;
    font-size: 18px;
    text-shadow: none;
    text-transform: uppercase;
    background-image: none;
    background-color: transparent;
    border: 2px solid white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
#outroaction .themebutton:hover {
    color: #646462;
    background-color: #FFF;
}

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

	.home #outroaction {
		min-height: 360px;
	}

	#outroaction .action-text h3:before,
	#outroaction .action-text h3:after {
		content: none;
	}
	#outroaction .action-text p,
	#outroaction .attention_text p {
		font-family: var(--font-serif) ;
		font-weight: var(--font-serif-regular) ;
		text-align: center !important;
		font-size: 24px;
		line-height: 34px;
	}
}

#footer {
	background: white;
    padding: 15px 30px;
}
#footer-core h3 {
	color: #484d52;
	font-size: 24px;
	font-weight: 300;
	border-bottom: 0;
	margin-bottom: 10px;
}
#footer-core #cff.cff-fixed-height {
	padding: 0;
}
#footer-core #cff .cff-item {
	border-width: 0;
	padding-top: 0;
}
#footer-core #cff a {
    color: #0084e0;
    text-decoration: none;
}
#footer-core #cff a:hover { text-decoration:underline; }
#footer-core .widget_nav_menu {
	margin-top: 10px;
}
#footer-core .widget_nav_menu li {
	border: 0 solid #e2e3e3;
	border-bottom-width: 1px;
}
#footer-core .widget_nav_menu li:first-child {
	border-top-width: 1px;
}
#footer-core .widget_nav_menu .sub-menu {
	display: none;
}
#footer #footer-core .widget_nav_menu a {
	position: relative;
    display: block;
    padding: 5px 20px 5px 10px;
    font-family: 'PT Sans';
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #b73d30;
}
#footer #footer-core .widget_nav_menu a:hover {
    color: #000000;
}
#footer-core .widget_nav_menu a:after {
	content: '';
	position: absolute;
	background: transparent url('images/footer-menu-link-arrow.png') no-repeat scroll center center;
	width: 7px;
	height: 13px;
	top: 50%;
	right: 8px;
	margin-top: -6.5px;
}
#sub-footer {
	background: transparent url('assets/footer-background.jpg') repeat-x scroll left top;
	background-size: auto 100%;
	border-top-style: none;
	padding: 0;
}

#sub-footer-core { padding:0 20px; }
#sub-footer-core,
#sub-footer-core a {
	font-size: 14px;
}
#footer-menu {
	text-align: left;
	padding: 20px 0;
}
#footer-menu ul {
    margin-bottom: 110px;
}
#footer-menu>ul>li {
	margin-left: 40px;
}
#footer-menu>ul>li:first-child {
	margin-left: 0;
}
#footer-menu>ul>li>a {
	font-size: 17px;
    text-transform: uppercase;
    color:white;
}
#footer-menu li a:hover {
    color:#fff7d9;
}
#footer-menu li a {
	/* display: block; */
}
#footer-menu li:after {
	display: none;
	content: '';
}
#footer-menu li {
	float: left;
}
#footer-menu li li {
	display: block;
	float: none;
}
#sub-footer .copyright {
    position: absolute;
    right: 20px;
    bottom: 65px;
    text-align: right;
    color:#ffffff;
}
#sub-footer .copyright a[rel=home] { display:block; overflow: hidden; } /* target the footer logo with rel=home since we can no longer add classes in latest Engrave version */
#sub-footer .copyright img {
    height:40px; display:block; float:right; margin-bottom:18px;
}
#sub-footer .copyright a {
    color:#ffffff;
    text-decoration:underline;
}
#sub-footer-core {
	position: relative;
	padding-bottom: 65px;
}
#sub-footer-core a {
	color: #bfbfbf;
}
/* Assume this is the featured stories header */
#footer-core .widget_dpe_fp_widget h3.footer-widget-title {
	background-color: #b73d30;
	color: white;
	padding: 12px 15px 10px;
	line-height: 24px;
	margin-bottom: 0;
}

#footer .dpe-flexible-posts.featured-stories {
	background-color: #f9f9f6;
	padding: 13px 9px;
	border: 1px solid #e5e5e1 !important;
}
#footer .dpe-flexible-posts.featured-stories li a h4 {
    font-weight:normal;
    color: #262626;
}

#footer .wpcf7-form input,
#footer .wpcf7-form textarea {
	border: 1px solid #dbdbdb;
	background-color: transparent;
	color: #bfbfbf;
	font-size: 15px;
}
.js #pre-header-search .searchform {
	position: relative;
    z-index:1;
}
#pre-header-search .searchform>a {
	display: none;
	outline-style: none;
	height: 26px;
	width: 26px;
	background: none;
}
#pre-header-search .searchform>a:after {
	font-family: "FontAwesome";
	content: "\f002";
	color: white;
	font-size: 20px;
	line-height: 26px;
}
.js #pre-header-search .searchform>a {
	display: inline-block;
}
.js #pre-header-search .searchform form {
	display: none;
	position: absolute;
	top: 100%;
	width: 200px;
	margin-left: -170px;
	overflow: hidden;
	padding: 0 15px 15px;
}
.js #pre-header-search .searchform>a:focus+form,
.js #pre-header-search .searchform>a:hover+form,
.js #pre-header-search .searchform form:hover {
	/*display: block;*/
}
.js #pre-header-search .search {
	width: 100%;
	max-width: 100%;
	background-color: white;
	border: 1px solid #d2d2cb;
	font-size: 15px;
	font-family: Arial, Sans-Serif;
	color: #a6a6a6;
	padding: 10px 10px 8px;
	line-height: 15px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline-style: none;
}
.js #pre-header-search .search::-webkit-input-placeholder {
	color: #a6a6a6;
}
.js #pre-header-search .search:-moz-placeholder {
	color: #a6a6a6;
}
.js #pre-header-search .search::-moz-placeholder {
	color: #a6a6a6;
}
.js #pre-header-search .search:-ms-input-placeholder { 
	color: #a6a6a6;
}
.js #pre-header-search form>.shadow {
	padding: 12px;
	-webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.5);
	box-shadow: 0 3px 15px 0 rgba(0,0,0,0.5);
	border: 1px solid #e1e1e1;
	background-color: white;
}

.addthis-outside {
    height: 0px;
    padding: 0 10px;
}
.addthis-wrapper {
	display: none;
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
}
.addthis-wrapper .addthis_toolbox {
	position: absolute;
	right: 0;
}
.wrapper-intro {
    position: relative;
}
.wrapper-intro .addthis-wrapper {
	display: block;
    top: 36px;
    right:-6px;
    width:100%;
}
.header-image-wrapper {
    overflow:hidden;
    box-sizing:border-box; -moz-box-sizing:border-box;
    background-color:#525051;
	margin-bottom: -140px;
}
@media screen and (max-width: 900px) {
	.header-image-wrapper {
		margin-bottom: 0;
	}
}
.header-image-wrapper-inside {
    width:100%;
}
.header-image { }
.header-image img {
    display:block;
    margin:0 auto;
    width:100%;
	max-height: 600px;
	object-fit: cover;
	object-position: center;
}
#intro.option1 {
    border: none;
	background-color: #e6e5e1;
	padding: 17px 10px;
}
body.page-template-template-sectional-php #intro.option1 {
    background-color: #b75348;
    padding-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#intro.option1 .page-title, h1 {
    display: block;
    font-size: 40px;
    line-height:45px;
    padding-right:120px;
}
body.page-template-template-sectional-php #intro.option1 .page-title {
    color: white;
}
#intro.option1 .page-title .subtitle {
    display:block;
    font-size: 20px;
    line-height: 24px;
    font-weight:300;
}
#intro.option1 #intro-core {
    display: block;
	text-shadow: none;
}

/*#sidebar { width:280px !important; }*/

#sidebar h3.widget-title {
	font-family: 'Roboto Condensed';
	background-color: #b73d30;
	color: white;
	padding: 12px 15px 10px;
	line-height: 24px;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	border-style: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
.dpe-flexible-posts.feature-column {
	padding: 0;
}
.dpe-flexible-posts.feature-column li {
	margin: 0;
	border-top: 1px solid #EEE;
	border-bottom-style: none;
}
.dpe-flexible-posts.feature-column li>a {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding: 15px;
    width: 100%;
    display:table;
    table-layout:fixed;
}
.dpe-flexible-posts.feature-column li>a:hover {
    background-color:white;
    text-decoration: none;
}
.dpe-flexible-posts.feature-column li:first-child {
	border-top-style: none;
}
.dpe-flexible-posts.feature-column li a h4 {
	font-family: "PT Sans";
    font-size:15px;
    line-height:19px;
    font-weight: 600;
    color: #656565;
    display:table-cell;
    padding-left:15px;
    vertical-align:top;
}
.dpe-flexible-posts.feature-column li a:hover h4 {
    color: #0084e0;
}
.dpe-flexible-posts.feature-column li img+h4 {
	margin-left: 80px;
}
.dpe-flexible-posts.feature-column li .ct-thumb {
    display:table-cell;
    width:65px;
    overflow:hidden;
}
.dpe-flexible-posts.feature-column li .wr-thumb {
    position:relative;
    box-sizing:border-box;
    width:auto;
    margin:0 -1000px;
    height:65px;
    overflow:hidden;
}
.dpe-flexible-posts.feature-column li a .wr-thumb:after {
    content:"";
    display:block;
    position:absolute; top:-3px; bottom: -3px; left:-3px; right:-3px; z-index:1;
    background-color:black;
    opacity:0;
    transition:opacity 0.2s linear;
}
.dpe-flexible-posts.feature-column li a:hover .wr-thumb:after {
    opacity:0.2;
}
.dpe-flexible-posts.feature-column li img {
    display:block;
    max-width:none;
    height:100%;
    width:auto;
    margin:0 auto;
}
.dpe-flexible-posts.feature-column.highlights li .wr-thumb,
.dpe-flexible-posts.feature-column.featured-stories li .wr-thumb:empty {
    /*border: 3px solid #b73d30;*/ /* Doesn't play nice with the cropped / centered images so no more borders :( */
}
.dpe-flexible-posts.feature-column.featured-stories li .wr-thumb:empty {

}


/* Links */
a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* Form Placeholders */
::-webkit-input-placeholder { color:#a6a6a6; font-family:Arial; font-size:15px; }
:-moz-placeholder { color:#a6a6a6; font-family:Arial; font-size:15px; }
::-moz-placeholder { color:#a6a6a6; font-family:Arial; font-size:15px; }
:-ms-input-placeholder { color:#a6a6a6; font-family:Arial; font-size:15px; }

/* * * * * * * * * *   RESTYLE THINKUP SLIDER   * * * * * * * * * */
#slider {
    background-color:#525051;
}
#slider-core {
    max-width:1600px;
    margin:0 auto;
}
#slider .rslides-content {
    width: 326px;
    right: 0;
    padding:0;
}
#slider .featured { padding-bottom:70px; padding-top:0; }
#slider .featured-excerpt p,
#slider .featured-link { transition:none; -webkit-transition:none; }
#slider .featured-title span,
#slider .featured-excerpt span {
    background:none; padding:5px 25px 5px 43px;
    font-family:"Roboto Condensed"; font-size:38px; line-height:42px; text-align:left;
}
#slider .featured-excerpt span:before { content:"\""; position:absolute; text-indent:-9px;}
#slider .featured-excerpt span:after { content:"\""; }

#slider .rslides img {
    background-size: 100% !important;
    background-position:top !important;
    height:0 !important;
    padding-bottom:56.25% !important;
    display:block;
}

#slider a.rslides_nav {
    top:auto; bottom:46px; width:22px; height:27px;
    background:url('images/slider-arrows.png') no-repeat !important;
    transition:none !important;
}

#slider a.rslides_nav.prev { left:auto !important; right:255px !important; opacity:1; background-position:left top !important; }
#slider a.rslides_nav.prev:hover { background-position:left bottom !important; }
#slider a.rslides_nav.prev:before { content:none; }
#slider a.rslides_nav.next { left:auto !important; right:54px !important; opacity:1; background-position:right top !important; }
#slider a.rslides_nav.next:hover { background-position:right bottom !important; }
#slider a.rslides_nav.next:before { content:none; }
#slider .rslides_tabs { width:326px; right:0; bottom:53px; }
#slider .rslides_tabs li { vertical-align:bottom; }
#slider ul.rslides,
#slider ul.rslides li { height:auto !important; }
#slider ul.rslides li { box-sizing:border-box; padding-right:326px; width:100% !important; }


#slider .rslides_tabs li a {
    background:transparent;
    box-shadow: inset 0 0 0px 2px white;
    overflow:hidden;
    color:white;
}
#slider .rslides_tabs li a:hover,
#slider .rslides_tabs li.rslides_here a {
    background:white;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /


/* * * * * * * * * *   RESTYLE EXISTING CAROUSEL   * * * * * * * * * */
#main .sc-carousel ul { border:0; }
#main .sc-carousel li { border:0; }
#main .sc-carousel li:before { content:''; }
#main .sc-carousel li:after { content:''; }
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* * * * * * * * * *   CUSTOM WIDGETS   * * * * * * * * * */
/* Override text widget -- maybe make a custom widget for displaying forms so we don't have to fight Engrave? */
#sidebar .textwidget { padding:15px; border:0; }
#sidebar .widget { background-color:#f9f9f6; }
#sidebar .EMPTY { display:none; }

/*******  SIDEBAR MENU  *******/
#sidebar ul.menu { display:block; list-style:none; }
#sidebar ul.menu li { display:block; list-style:none; font-weight:bold; font-size:18px; }
#sidebar ul.menu li.menu-item-has-children > ul { border-top:0; }
#sidebar ul.menu li li { border-bottom:0; font-weight:normal; font-size:16px; }
#sidebar ul.menu li a { display:block; transition:none; }
#sidebar ul.menu li a:hover { background-color:white; text-decoration: none; }
/******************************/


/*******  IMAGE WRAPPER  *******/
.widget_dwt_image_wrapper img { display:block; width:100%; }
.widget_dwt_image_wrapper p { padding:0; margin:0; }
/*******************************/

/*******  CALL TO ACTION BUTTONS  *******/
.action-button { margin-bottom:5px; }
.action-button a {
    display:block; padding: 20px 50px 20px 20px;
    font-family:"Roboto Condensed"; font-size:22px; line-height:22px;
    text-transform:uppercase;

    color:white;
    background:url(images/call-to-action-arrow.png) no-repeat right 50%;
}
#body-core .action-button a:hover {
    text-decoration: none;
}

.action-button a.blue { background-color:#3c7e94; border:1px solid #367185; }
.action-button a.green { background-color:#86a532; border:1px solid #77922c; }
.action-button a.purple { background-color:#946398; border:1px solid #8b5d8f; }
.action-button a.orange { background-color:#d9a90c; border:1px solid #c99d0b; }
.action-button a.brown { background-color:#ad7345; border:1px solid #a36c41; }
.action-button a:hover.blue { background-color:#4b9db8; border:1px solid #40869d; }
.action-button a:hover.green { background-color:#9cc03a; border:1px solid #8aaa34; }
.action-button a:hover.purple { background-color:#b377b8; border:1px solid #a870ad; }
.action-button a:hover.orange { background-color:#f1bc0d; border:1px solid #e2b00d; }
.action-button a:hover.brown { background-color:#bc7d4b; border:1px solid #c78450; }
/****************************************/

/*******  ARTICLE BACK BUTTON  *******/
#sidebar .widget.connection-article-back-button,
#sidebar .widget.article-back-button {
    background-color: white;
    border: 2px solid #b73d30;
    color: #b73d30;
    height: 59px;
    line-height: 59px;
    display: block;
    font-family:"Roboto Condensed"; font-size:24px; font-weight:bold;
    text-transform: uppercase;
    text-align: center;
}

.connection-article-back-thumbnail {
	display:block;
}
.connection-article-back-thumbnail img {
	display:block;
	width:100%;
}

.connection-article-back-footer {
	display:block;
	border-top:1px solid #d7d7d3;
}
/*************************************/


/*******  Generic Blurb/Caption  *******/
p.blurb {
    display:block; padding: 15px 20px; margin:0;
    font-size:14px; line-height:18px;
    color:#656565;
}
p.blurb { background-color:#f9f9f6; border:1px solid #e5e5e1; }
/***************************************/

/*******  Sidebar Forms  *******/
#sidebar form {
    border: 5px solid #e5e5e1; padding:15px;
    font-size:14px; line-height:18px;
}
#sidebar form h3.form-title {
    font-size:24px; font-weight:normal; line-height:25px; text-transform: uppercase;
}
/*
#sidebar form input[type="submit"] {
    background:none;
    font-family:"Roboto Condensed"; font-weight:bold; font-size:18px; color:#c7c7c7;
}*/

/*******************************/

/*** Overrides for carousel template ***/

/*Hide the carousel until it has rendered*/
.sc-carousel.sc-carousel ul { display:none; }
.sc-carousel.sc-carousel .caroufredsel_wrapper ul { display:block; }
/*****************************************/

/*******  DI Subscription Form  *******/
.daily_inspiration_subscribe_form .message {
    display:block;
    font-weight:bold;
    margin-top:8px;
    margin-bottom:-6px;
}
.daily_inspiration_subscribe_form .message.error-warning {
    color:#b73d30;
}
/**************************************/

.simple-footer__core {
	max-width: 1140px;
	margin: 0 auto;
	padding: 35px 12px;

	display:flex;
	flex-direction: column;
	align-items: center;
}
.simple-footer {
	color: white;
	background: #2f4167;
	border-top: 10px solid #5b74a9;
}
.simple-footer hr {
	width: 100%;
	height: 1px;
	margin: 0 0 25px 0;
	background: #5b74a9;
	background: linear-gradient(to right, #2f4167 0, #5b74a9 50%, #2f4167 100%);
}
.simple-footer__copyright a:hover {
	color: #9fb1d7;
}
.simple-footer__copyright a {
	color: white;
	text-decoration: underline;
}
.simple-footer ul {
	margin:0;
}
.simple-footer__logo {
	margin-bottom: 25px;
}
.simple-footer__address {
	font-size: 18px;
	margin-bottom: 25px;
	max-width: 600px;
	text-align: center;
}
.simple-footer__social {
	margin-bottom: 30px;
}
.simple-footer__social a {
	color: #2f4167 !important;
	background: white !important;
	display:flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 100% !important;
	border: 4px solid #2f4167 !important;
	box-sizing: content-box !important;
	font-size: 22px !important;
	text-decoration: none;
}
.simple-footer__social a:hover {
	background: white !important;
	border: 4px solid #9fb1d7 !important;
}
.simple-footer__social a .fa-facebook {
	color: #10458c !important;
}
.simple-footer__social a .fa-instagram {
	color: #a40ca2 !important;
}
.simple-footer__social a .fa-youtube {
	color: #c10d0d !important;
}
.simple-footer__copyright {
	font-size: 14px;
	max-width: 600px;
	text-align: center;
}


.affiliate-footer__core {
	max-width: 1140px;
	margin: 0 auto;
	padding: 20px 12px;

	display:flex;
	justify-content: center;
	align-items: center;
}
.affiliate-footer {
	background-color: #0c1d25;
	color: #a5a5a5;
}
.affiliate-footer__logo {
	padding: 0 30px;
}
.affiliate-footer__text {
	text-align: center;
}
.affiliate-footer p {
	margin:0;
}
.affiliate-footer a {
	color: white;
}
.affiliate-footer a:hover {
	color: white;
	text-decoration: underline;
}

@media screen and (max-width: 850px) {
	.affiliate-footer__core {
		flex-direction: column;
	}

	.custom-header {
		display:block;
		padding: 0 10px;
	}
	.custom-header__utility {
		display:flex;
		justify-content: flex-end;
	}
	.custom-header__utility_links,
	.custom-header__social {
		margin-top:0;
	}
}
@media screen and (max-width: 600px) {
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */


.nc-intro {
    border-top: 8px solid #f0eee8;
    padding: 30px;
    background: white;

    position:relative;
    z-index:1;
}
@media screen and (max-width: 900px) {
	.nc-intro {
		border-top: none;
	}
}
.nc-intro__title {
    font-size: 40px;
	line-height: 50px;
    color: #2f4167;
    font-family: var(--font-sans-serif);
    font-weight: var(--font-sans-serif-regular);
    text-align:center;
    padding:0;
    margin:0;
}
.nc-intro hr {
    margin-top: 15px;
    margin-bottom: 30px;
}
.nc-intro__text {
    font-size: 26px;
	line-height: 36px;
    color: #5b6770;
    font-weight: var(--font-sans-serif-regular);
    font-family: var(--font-serif);
    text-align:center;
	margin-bottom: 0 !important;
}
.page-template-template-sectional .nc-intro__text {
	font-size: 45px;
	line-height: 58px;
}
@media screen and (max-width: 700px) {

	.nc-intro__title {
		font-size: 30px;
		line-height: 40px;
	}
	.nc-intro__text {
		font-size: 22px;
		line-height: 32px;
	}
	.page-template-template-sectional .nc-intro__text {
		font-size: 32px;
		line-height: 45px;
	}
}



.nc-slider {
	background: #525051;
}
.nc-slider__wrapper {
    position:relative;
	/*max-width: 1600px;*/
	margin: 0 auto;
}
.nc-slider__slide {
	position:relative;
}
.nc-slider__photo {
	position:relative;
	overflow:hidden;
}
.nc-slider__photo:before {
	content: "";
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: rgba(0,0,0,0.20);
}
.nc-slider__photo img {
	display:block;
	width:100%;
	height:auto;
	min-height: 580px;
	max-height: 820px;
	object-position: center;
	object-fit: cover;
	filter:blur(2px);
}
.nc-slider__caption {
	position:absolute;
	z-index:2;
	bottom:0;
	left:0;
	width:100%;
	background: rgba(34,49,79,0.60);
	/*padding-top: 30px;*/
	/*padding-bottom: 70px;*/
}
.nc-slider__caption:before {
	content:"";
	display:block;
	bottom:100%;
	left:0;
	width:100%;
	height:auto;
	padding-bottom: 18.8%;
	position:absolute;
	background: url('/wp-content/themes/NewChurchEngrave/assets/bible-graphic-homefeature.png');
	background-size:cover;
	background-position: center bottom;
	background-repeat:no-repeat;
}
.nc-slider__caption-container {
	max-width: 1160px;
	padding: 0 30px 65px 30px;
	margin: 0 auto;
}
.nc-slider__text {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	padding:0;
	font-size: 56px;
	font-family: var(--font-serif);
    font-weight: var(--font-serif-regular);
	line-height: 68px;
	text-align: center;
    color: white;
	text-shadow: 0 0 10px rgba(0,0,0,0.41), 2px 3px rgba(0,0,0,0.20);
}
.nc-slider__button {
	margin-top: 40px;
	display:flex;
	justify-content: center;
}
.nc-slider__button a {
	margin: 0 6px;
}
.nc-slider__controls {
    position:absolute;
    z-index:1;
    bottom:0;
    left:0;
    right:0;
    max-width: 1000px;
    margin: 0 auto;
    height: 70px;

    display:flex;
    justify-content: center;
    align-items: center;
}
.nc-slider__prev a,
.nc-slider__next a {
    display:block;
    opacity: 1;
    background-position: left top;
    width: 22px;
    height: 27px;
    background: url(images/slider-arrows.png) no-repeat;
    transition: none !important;
    text-indent: -9999px;
}
.nc-slider__next a {
    background-position: right top;
}
.nc-slider__prev a:hover,
.nc-slider__prev a:focus {
    background-position: left bottom;
    outline:none;
}
.nc-slider__next a:hover,
.nc-slider__next a:focus {
    background-position: right bottom;
    outline:none;
}
.nc-slider__dots ol {
    display:flex;
    justify-content: center;
    align-items: center;
    padding:0;
    margin:0 10px;
}
.nc-slider__dots li {
    display:block;
}
.nc-slider__dots a {
    display:block;
    text-indent:-9999px;
    width: 8px;
    height: 8px;
    border: 2px solid white;
    border-radius: 100%;
    transition: background 0.3s;
    margin: 5px;

}
.nc-slider__dots a.flex-active,
.nc-slider__dots a:hover,
.nc-slider__dots a:focus {
    background: white;
    outline:none;
}

@media screen and (max-width:1200px) {
	.nc-slider__text {
		font-size: 40px;
		line-height: 50px;
	}
	.nc-slider__caption:before {
		background-size: 100%;
	}
}
@media screen and (max-width:800px) {
    .nc-slider__text {
        font-size: 32px;
        line-height: 42px;
	}
    .nc-slider__button {
        margin-top: 20px;
		flex-direction: column;
		align-items: center;
    }
	.nc-slider__button a {
		margin-top: 15px !important;
		max-width: 240px;
	}
    .nc-slider__caption-container {
        flex-direction:column;
        align-items: center;
    }
}
@media screen and (max-width:568px) {
    .nc-slider__caption-container {
        padding: 0 10px 30px 10px;
    }
}



.nc-component-header {
}
.nc-component-header__title {
	display:flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-serif);
	font-weight: var(--font-serif-bold);
	font-size: 40px !important;
	line-height: 44px !important;
	color: #2f4167 !important;
	margin-bottom: 15px;
	text-align: center;
}
.nc-component-header__intro {
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-family: var(--font-main);
	font-weight: var(--font-main-regular);
	margin-bottom: 12px;
}
.nc-component-header__title:before,
.nc-component-header__title:after {
	content: "";
	flex-shrink:1;
	width: 210px;
	height: 1px;
}
.nc-component-header__title:before {
	margin-right: 15px;
	background: linear-gradient(to left, rgba(203, 202, 198, 100%) 0, rgba(203, 202, 198, 0) 100%);
}
.nc-component-header__title:after {
	margin-left: 15px;
	background: linear-gradient(to right, rgba(203, 202, 198, 100%) 0, rgba(203, 202, 198, 0) 100%);
}
.nc-component-header__links {
	display:flex;
	justify-content: center;
	padding:0 !important;
	margin:0 !important;
}
#main .nc-component-header__links {
	padding: 0 !important;
}
.nc-component-header__links li:before {
	content:none !important;
}
.nc-component-header__links li {
	display:block;
	padding:0 !important;
	margin:0 !important;
}
.nc-component-header__links li + li:before {
	content: "|" !important;
	margin: 0 15px;
	font-size: 20px;
	line-height:0;
}
#main .nc-component-header__links li + li:before {
	position:static !important;
	display:inline !important;
	width:auto !important;
	padding: 0 !important;
}
#main .nc-component-header__links li:after {
	content:"" !important;
}
.nc-component-header__links a {
	font-family: var(--font-sans-serif) !important;
	font-weight: var(--font-sans-serif-medium) !important;
	color: #414040 !important;
	font-size: 16px !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
}
.nc-component-header__links a:hover {
	color: #ba8317 !important;

}
.nc-component-header__links a:after {
	font-family: FontAwesome;
	content:"";
	color: #ce931f;
	margin-left: 10px;
}

@media screen and (max-width: 850px) {
	.nc-component-header__title:before,
	.nc-component-header__title:after {
		content:none;
	}
	.nc-component-header__links li + li:before {
		content: none !important;
	}
	.nc-component-header__links {
		display:block;
	}
	.nc-component-header__links li {
		text-align:center;
		padding: 0 40px !important;
	}
}



.cardlist {
	padding-top: 45px;
	background: #f0eee8;
	padding-bottom: 100px;
}
.cardlist__cards-wrapper {
	margin: 40px -16px 0 -16px;
}
.cardlist__cards {
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}
.cardlist__card {
	width: 25%;
	flex-grow:0;
	flex-shrink:0;
	padding: 0 16px;
	box-sizing: border-box;
	position:relative;
}
.cardlist__card-thumbnail {
	background: #384c75;
	position: relative;
	z-index: 1;
	border-radius: 15px;
	overflow: hidden;
}
.cardlist__card-thumbnail img {
	display:block;
	width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: center;
	transition: transform 1.5s ease;
}
.cardlist__card-thumbnail:before {
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0.70) 100%);
}
.cardlist__card-thumbnail:after {
	content:"";
	display:block;
	position:absolute;
	z-index:2;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: rgba(0,0,0,0.50);
	opacity: 0;
	transition: opacity 1.5s ease;
}
.cardlist__card-title {
	position:absolute;
	z-index:3;
	bottom: 65px;
	left:0;
	right:0;
	text-align: center;
	font-family: var(--font-sans-serif);
	font-weight: var(--font-sans-serif-medium);
	color: white;
	font-size: 32px;
	line-height: 34px;
	padding: 0 30px;
}
.cardlist__card-text {
	position:absolute;
	left: 35px;
	right: 35px;
	transform: translateY(-50%);
	z-index:4;

	color: white;
	text-align: center;
	text-transform: uppercase;
	background: #5b74a9;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 10px 25px;
	transition: background-color 0.2s ease;

	font-family: var(--font-sans-serif);
	font-weight: var(--font-sans-serif-regular);
	font-size: 16px;
	line-height: 22px;
}

.cardlist__card:hover .cardlist__card-thumbnail img {
	transform: scale(1.1);
}
.cardlist__card:hover .cardlist__card-thumbnail:after {
	opacity: 1;
}
.cardlist__card:hover .cardlist__card-text {
	background: #c8122e;
}

.cardlist__carousel {
	display:none;
}

.cardlist .splide__arrows {
	display:none;
}
#main .cardlist .splide__list {
	padding:0 !important;
	margin:0 !important;
}
#main .cardlist .splide__slide {
	display:block;
	padding:30px 0 0 0;
	margin:0;
}
#main .cardlist .splide__slide:before {
	content: none;
}
@media screen and (max-width: 1000px) {
	.cardlist__cards-wrapper {
		display:none;
	}
	.cardlist__carousel {
		display: block;

	}

	.cardlist {
		padding-bottom: 13px;
	}
	.cardlist__card {
		display:block;
		width:100%;
		margin-bottom: 30px;
	}

}

.nc-contact {
	background: #f2f1ee;
	border-top: 8px solid #fcfbf7;
	padding: 55px 0;
	overflow:hidden;
}
.nc-contact form label {
	font-family: var(--font-main);
}
.nc-contact__top {
	display:flex;
	position:relative;
}
.nc-contact__top:after {
	content: "";
	display:block;
	position:absolute;
	z-index:0;
	right: -60px;
	top:-210px;
	bottom:-1000px;
	width: 100%;
	background-image: url("/wp-content/themes/NewChurchEngrave/images/contact-bg.png");
	background-position: right top;
	background-size: auto;
	background-repeat: no-repeat;
	opacity: 0.45;
}
.nc-contact--layout-full .nc-contact__top:after {
	top: 0;
	bottom: -80px;
	left: 0;
	right:0;
	background-position:center bottom;
}
.nc-contact__left {
	position:relative;
	z-index:1;
	/*flex-grow:1;*/
	margin-right: auto;
	max-width: 720px;
	box-sizing: border-box;
}
.nc-contact--layout-full .nc-contact__left {
	width: 50%;
	flex-shrink:0;
	padding-right: 85px;
}
.nc-contact--layout-full .nc-contact__right {
	width: 50%;
	flex-shrink:0;
	padding-left: 15px;
}
.nc-contact__right {
	z-index:1;
	flex-shrink:0;
	flex-grow:0;

	display:flex;
	flex-direction: column;
	justify-content: center;
}

.nc-contact__title {
	display:inline-block;
	color: #2f4167 !important;
	margin-bottom: 20px !important;

	font-family: var(--font-serif) !important;
	font-weight: var(--font-serif-bold);
	font-size: 34px;
	line-height: 40px;
}
.nc-contact__text {
	font-size: 18px;
	line-height: 30px;
	color: #414040;
	font-family: var(--font-main);
}
.nc-contact__title:after {
	content: "";
	margin-top: 20px;
	display:block;
	height: 1px;
	background: linear-gradient(to right, rgba(203, 202, 198, 100%) 0, rgba(203, 202, 198, 0) 100%)
}
.wpcf7-form input[type=submit] {
	display:inline-block !important;
	border-width: 2px;
	border-style: solid;
	border-radius: 15px;
	padding: 10px 20px !important;
	font-size: 22px !important;
	font-family: var(--font-sans-serif) !important;
	font-weight: var(--font-sans-serif-regular) !important;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	text-decoration: none !important;
	text-align: center;
	color:white;
	background: #c8122e;
	border-color: #c8122e;
}
#slider .featured-link a, #body-core .wpcf7-form input[type=submit]:hover, input[type=submit]:hover {
	color:white;
	background: #8e0d21;
	border-color: #8e0d21;
}

@media screen and (max-width:1000px) {
	.nc-contact__top {
		display:block;
	}
	.nc-contact__left,
	.nc-contact__right {
		max-width: none !important;
		width: 100% !important;
		padding: 0 !important;
	}
	.nc-contact__top:after {
		content: none;
	}
	.nc-button {
		display: table !important;
		margin: 0 auto !important;
	}
}

.minimalist-footer__copyright {
	font-size: 15px;
	color: #414040;
	text-align: center;
	font-family: var(--font-main);
	font-weight: var(--font-main-regular);
	padding: 20px;
}
.minimalist-footer__copyright a {
	color: #414040;
}

.nc-breadcrumbs li:not(.current-menu-ancestor) {
	display:none;
}


.nc-breadcrumbs {
	margin-bottom: 20px;
}
.nc-breadcrumbs ul {
	display:inline;
	padding:0;
	margin:0;
	width: 100%;
}
.nc-breadcrumbs li {
	display:inline-block;
	margin-right: 20px;
}
.nc-breadcrumbs .sub-menu > li:before {
	content: "\f105";
	font-family: FontAwesome;
	display:inline-block;
	margin: 0 10px;
}
.nc-breadcrumbs a:hover {
	text-decoration-color: inherit !important;
}
.nc-breadcrumbs a {
	text-decoration-color: transparent !important;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	color: #5b6871 !important;
	font-family: var(--font-small);
	font-weight: var(--font-small-regular);
	background: transparent !important;
}
.nc-breadcrumbs a:hover {
	color: #8e0d21 !important;
	text-decoration: underline;
}



/**
Overrides for Connections directory plugin
 */
.cn-list * {
	box-sizing: border-box !important;
}
.cn-list-body {
	max-width: 1110px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 65px !important;
	padding-right: 65px !important;
	width: 100%;
}
.cn-list-body:has(.cn-list-item:not(.cn-list-item-is-single)) {
	display:grid;
	grid-template-columns: repeat(3, 225px);
	justify-content: space-between;
	.cn-left {
		float: none !important;
		width: 100% !important;
		font-family: var(--font-sans-serif) !important;
		font-weight: var(--font-sans-serif-light) !important;
	}

	.cn-clear {
		display:none !important;
	}
}
.cn-list-body:has(.cn-list-item-is-single) {
	.cn-left {
		font-family: var(--font-sans-serif) !important;
		font-weight: var(--font-sans-serif-medium) !important;
		h3 {
			margin-bottom: 10px !important;
		}
		margin-bottom: 35;
	}
	.cn-right {
		margin-bottom: 35px;
	}
	h4 {
		display:none;
	}
}
.cn-list-body:before {
	content: none !important;
}
.cn-entry {
	height: 100%;
}
#cn-list span.cn-image-style {
	border-radius: 10px;
	padding:0;
	margin:0;
	overflow:hidden;
}
.cn-entry {
	border:none !important;
}
.cn-left a {
	font-family: var(--font-sans-serif) !important;
	font-weight: var(--font-sans-serif-regular) !important;
	font-variant: normal;
	color: #4B6499;
	> span {
		text-decoration: underline;
	}
}
.cn-categories {
	display:none !important;
}
.cn-last-updated {
	display:none !important;
}
#cn-entry-actions {
	margin-left: 0 !important;
	margin-bottom: 80px !important;
}
#cn-entry-action-back {
	padding-left:0 !important;
	&:before {
		content: none !important;
	}
	a {
		color: #1784E0;
	}
	a:before {
		content: "< ";
	}
}
.cn-left br {
	/* The plugin uses PHP_EOL frequently and on Dreamhost this outputs <br/> tags in weird places. */
	display: none;
}

@media screen and (max-width: 1200px) {
	.cn-list-body:has(.cn-list-item:not(.cn-list-item-is-single)) {
		grid-template-columns: repeat(2, 225px);
		justify-content: space-around;
	}
}
@media screen and (max-width: 700px) {
	.cn-list-body:has(.cn-list-item:not(.cn-list-item-is-single)) {
		grid-template-columns: repeat(1, 225px);
		justify-content: space-around;
	}

	.cn-list-body:has(.cn-list-item-is-single) {
		.cn-right {
			float: none !important;
			clear: left;
			padding-top: 20px !important;
		}
	}
}