/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme via FreshySites
Author: FreshySites
Author URI: https://freshysites.com/
Template: Divi
Version: 3.0.1
*/
/* Add your own styles at the bottom */

/* -- COLORS -- */

.white, 
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white li, .white a,
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, li.white, a.white, p.white {
	color: #fff;
}

.black, 
.black h1, .black h2, .black h3, .black h4, .black h5, .black h6, .black li, .black a,
h1.black, h2.black, h3.black, h4.black, h5.black, h6.black, li.black, a.black, p.black {
	color: #000;
}

.primary, 
.primary h1, .primary h2, .primary  h3, .primary h4, .primary h5, .primary h6, .primary li, .primary a,
h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary, li.primary, a.primary, p.primary {
	color: #32a709;
}

.secondary, 
.secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary h6, .secondary li, .secondary a,
h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary, li.secondary, a.secondary, p.secondary {
	color: #daf238;
}

.tertiary, 
.tertiary h1, .tertiary h2, .tertiary h3, .tertiary h4, .tertiary h5, .tertiary h6, .tertiary li, .tertiary a,
h1.tertiary, h2.tertiary, h3.tertiary, h4.tertiary, h5.tertiary, h6.tertiary, li.tertiary, a.tertiary, p.tertiary {
	color: #e4debe;
}

/* background colors */
.bg-white, a.bg-white {background-color: #fff;}
.bg-black, a.bg-black {background-color: #000;}
.bg-primary, a.bg-primary {background-color: #32a709;}
.bg-secondary, a.bg-secondary {background-color: #daf238;}
.bg-tertiary, a.bg-tertiary {background-color: #e4debe;}

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

.text-lowercase, 
.text-lowercase h1, .text-lowercase h2, .text-lowercase h3, .text-lowercase h4, .text-lowercase h5, .text-lowercase h6, .text-lowercase li, .text-lowercase a {
	text-transform: lowercase !important;
}

.text-uppercase, 
.text-uppercase h1, .text-uppercase h2, .text-uppercase h3, .text-uppercase h4, .text-uppercase h5, .text-uppercase h6, .text-uppercase li, .text-uppercase a {
	text-transform: uppercase !important;
}

.text-capitalize, 
.text-capitalize h1, .text-capitalize h2, .text-capitalize h3, .text-capitalize h4, .text-capitalize h5, .text-capitalize h6, .text-capitalize li, .text-capitalize a {
	text-transform: capitalize !important;
}

.text-transform-none, 
.text-transform-none h1, .text-transform-none h2, .text-transform-none h3, .text-transform-none h4, .text-transform-none h5, .text-transform-none h6, .text-transform-none li, .text-transform-none a {
	text-transform: none !important;
}

.font-weight-bold, 
.font-weight-bold h1, .font-weight-bold h2, .font-weight-bold h3, .font-weight-bold h4, .font-weight-bold h5, .font-weight-bold h6, .font-weight-bold li, .font-weight-bold a {
	font-weight: 700;
}

.font-weight-normal, 
.font-weight-normal h1, .font-weight-normal h2, .font-weight-normal h3, .font-weight-normal h4, .font-weight-normal h5, .font-weight-normal h6, .font-weight-normal li, .font-weight-normal a {
	font-weight: 400;
}

.font-italic {font-style: italic;}

.text-underline-none, .text-underline-none a {text-decoration: none !important;}

.text-underline, .text-underline a {text-decoration: underline !important;}

.text-nowrap, .text-nowrap a {white-space: nowrap !important;}

.text-wrap-normal, .text-wrap-normal a {white-space: normal !important;}

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */



/* -- END TEMPLATE -- */


/* -- HEADER -- */

/* helps logo to not be pixelated when scaled down */
#logo {
	transform: none !important;
}

/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}

/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after, 
#et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
	content: '5';	
}

/* if parent link of child menu is a deadlink, then make it not clickable */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a[href="#0"] { 
	pointer-events: none;
}

/* - mobile menu toggling elements, injected via jQuery - */

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
	position: relative;	
}
/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
	position: absolute;
	background-color: rgba(0,0,0,0.03);
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-align: center;
}
/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
	background-color: rgba(0,0,0,0.1);
}
/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: '\33';
}
/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
	content: '\32';
}
/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
	display: none !important;
	padding-left: 0;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
	display: block !important;
	background-color: rgba(0,0,0,0.03);
}
/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li {
	padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a {
	padding-left: 20px;
	padding-right: 20px;
}
/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a {
	padding-left: 40px;
	padding-right: 20px;
}
/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
	padding-left: 60px;
	padding-right: 20px;
}
/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
	padding-right: 44px;
}

/* - end mobile menu toggling elements - */

/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
	background-color: transparent;
	font-weight: inherit;
}

/* make the current page's mobile menu link be different */
#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
	font-weight: bolder;
}

/* -- END HEADER -- */


/* -- FOOTER -- */

/* - Bottom Bar - */

/* if the bottom bar has equal column height setting, then make it always be flex, and stack the columns initially (for mobile use)
 * and make the columns vertical aligned to be vertically centered too */
#fs-footer-bottom-bar > .et_pb_row.et_pb_equal_columns {
	display: flex;
	align-items: center;
}

/* copyright wrapper */
#freshy_copyright {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: white;
	font-size: 13px;
	line-height: 1.25em;
}

/* vertical pipe divider */
#freshy_copyright span.copyright_via {
	width: 33.33333%;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200%;
	background: rgba(255,255,255,0.25);
	vertical-align: middle;
	margin: 10px auto 15px;
	display: block;
}

/* add an FS logo via background */
#freshy_copyright a.copyright_fs {
	display: block;
	width: 42px;
	height: 20px;
	background-image: url("/wp-content/uploads/fs-lettermark-white.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	flex-shrink: 0;
	transition: all 0.4s ease-in-out;
}
/* FS logo link hover */
#freshy_copyright a.copyright_fs:hover {
	opacity: 0.8;
}

/* remove the bottom margin that Divi adds to the social media follow icons */
#fs-footer-bottom-bar .et_pb_social_media_follow li {
	margin-bottom: 0;
}

@media (min-width: 600px) {
	/* make the copyright elements be side by side at wider screens */
	#freshy_copyright {
		flex-direction: row;
	}
	/* change horizontal pipe divider to vertical on wider screens */
	#freshy_copyright span.copyright_via {
		width: 1px;
		height: 20px;
		margin: 0 10px;
	}
}

@media (max-width: 980px) {
	/* make sure the row has columns going side by side instead of stacked */
	#fs-footer-bottom-bar > .et_pb_row.et_pb_equal_columns {
		flex-direction: column;
	}
	/* when stacked, adjust the gap between stacked columns */
	#fs-footer-bottom-bar > .et_pb_row.et_pb_equal_columns > .et_pb_column {
		margin-bottom: 1rem;
	}
	/* swap the order of columns when stacked, to the first column is the last one 
	 * and give no bottom margin to the first column, since we re-ordered it to the bottom */
	#fs-footer-bottom-bar > .et_pb_row.et_pb_equal_columns > .et_pb_column:first-child {
		order: 1;
		margin-bottom: 0;
	}
	/* center the copyright stuff when columns are stacked */
	#freshy_copyright {
		justify-content: center;
	}
	/* remove left margin on first social icon in regular Divi footer (when not using Theme Builder) when stacked */
	#footer-bottom .et-social-icons li:first-child {
		margin-left: 0;
	}
}

/* -- END FOOTER -- */


/* -- RESPONSIVE -- */

/* do for mobile */
@media screen and (max-width: 767px) {
	/* hide on mobile */
	.hide-mobile {
		display: none;
	}
}

/* do for desktop */
@media screen and (min-width: 768px) {
	/* hide on desktop */
	.hide-desktop {
		display: none;
	}
}

/* -- END RESPONSIVE -- */

/* -- ARROWLIST -- */

.arrowlist ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

.arrowlist ul li {
	position: relative;
	padding-left: 30px;
	margin: 0 0 6px !important;
}

.arrowlist ul li::before {
	font-family: 'ETModules';
	content: '\24';
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #ffffff;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}


/* -- CHECKLIST -- */

.checklist ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

.checklist ul li {
	position: relative;
	padding-left: 30px;
	margin: 0 0 6px !important;
}

.checklist-columns-2 ul li,
.checklist-columns-3 ul li,
.checklist-columns-4 ul li {
	margin-bottom: 30px !important;
}

@media (max-width: 638px) {
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		margin-bottom: 20px !important;
	}
	.checklist-columns-2 ul li:last-child,
	.checklist-columns-3 ul li:last-child,
	.checklist-columns-4 ul li:last-child {
		margin-bottom: 0 !important;
	}
}

/* create columns of list items with this class */
@media (min-width: 639px) {
	.checklist-columns-2 ul::after,
	.checklist-columns-3 ul::after,
	.checklist-columns-4 ul::after {
		content: '';
		clear: both;
		display: table;
	}
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 50%;
		padding-right: 30px;
	}
	.checklist-columns-2 ul li:nth-child(odd),
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd){
		clear: both;	
	}
	.checklist-columns-2-alt > ul,
	.checklist-columns-3-alt > ul,
	.checklist-columns-4-alt > ul {
		column-count: 2;
		column-gap: 20px;
	}
	.checklist-columns-2-alt ul li,
	.checklist-columns-3-alt ul li,
	.checklist-columns-4-alt ul li {
		break-inside: avoid-column;
	}
}
@media (min-width: 981px) {
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 33.333333%;
	}
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-3 ul li:nth-child(3n+1),
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: both;	
	}
	.checklist-columns-3-alt ul,
	.checklist-columns-4-alt ul {
		column-count: 3;
	}
}
@media (min-width: 1199px) {
	.checklist-columns-4 ul li {
		float: left;
		width: 25%;
	}
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(4n+1) {
		clear: both;	
	}
	.checklist-columns-4-alt ul {
		column-count: 4;
	}
}

.checklist ul li::before {
	font-family: 'ETModules';
	content: '\4e';
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #2bc3ea;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}

.pluslist ul li::before {
	content: '\e050';
}

.externallist ul li::before {
	content: '\e906';	
}

/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */

/* make parallax image be centered at the start */
.et_parallax_bg {
	background-position: center center;	
}

/* Divi was turning off bottom padding on last paragraphs, when it should be only if it's the last child */
p:last-of-type,
p:not(.has-background):last-of-type {
	padding-bottom: 1em;
}
p:last-child,
p:not(.has-background):last-child {
	padding-bottom: 0;
}

/* if there are more than one paragraphin the Fullwidth Header module, they should have padding */
.et_pb_fullwidth_header p:not(:last-child) {
	padding-bottom: 1em;
}

/* -- END DIVI HACKS -- */


/* -- PASSWORD PROTECTED -- */

/* set a max width to make it only as wide as most content */
.post-password-required .et_password_protected_form {
	width: 80%;
	margin: 10% auto;
	max-width: 1140px;
}

/* give the input a border */
.post-password-required .et_password_protected_form p input {
	border: 1px solid !important;
}

/* remove the arrow on hover of the submit button */
.post-password-required .et_password_protected_form .et_submit_button::after {
	display: none;
}

/* -- END PASSWORD PROTECTED -- */


/* -- TESTIMONIALS PLUGIN -- */

/* flip quote so it's an opening quote icon for grid and slider versions */
.b3_archive_testimonials_grid article .b3_quote.grid_quote::before,
.et_pb_module.et_pb_testimonial_slider .et_pb_slides_testi::before {
	transform: scale(-1,-1);
}

/* -- END TESTIMONIALS PLUGIN -- */


/* -- GRAVITY FORMS -- */

/* confirmation (success) message */
.gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 1.2rem;
	line-height: 1.5em;
	padding: 2rem;
	background: rgba(90, 90, 90, 0.1);
	text-align: center;
}

/* -- END GRAVITY FORMS -- */


/* -- HELPERS -- */

/* use the "fullwidth-section" class on a SECTION to make a "standard" SECTION truly be fullwidth 
(NOTE: the SECTION needs THIS class) */
.fullwidth-section.et_pb_section {
	padding: 0;
}
.fullwidth-section.et_pb_section > .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
}

/* use the "fullwidth-row" class on a SECTION to make a "full width" ROW truly be fullwidth 
(NOTE: the ROW module settings needs to be Gutter Width 1, and the SECTION needs THIS class,
and unlike the class above, THIS class will auto-add padding to the columns) */
.fullwidth-row.et_pb_section {
	padding: 0;	
}
.fullwidth-row.et_pb_section .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
/* helps add padding to each column */
.fullwidth-row.et_pb_section .et_pb_row > .et_pb_column {
	padding: 50px 10%;
}
@media (min-width: 767px) {
	.fullwidth-row.et_pb_section .et_pb_row > .et_pb_column {
		padding: 80px 6%;
	}
}
/* for some reason Divi removes bottom margin from modules if in column with no gutters, 
so we need to add margins back */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column .et_pb_module:not(:last-child) {
	margin-bottom: 30px;
}
@media (min-width: 981px) {
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column_2_3 .et_pb_module:not(:last-child) {
		margin-bottom: 4.242%;
	}
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column_1_3 .et_pb_module:not(:last-child) {
		margin-bottom: 9.27%;
	}	
}
/* reduce gap between toggles if in fullwidth row */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column .et_pb_module.et_pb_toggle:not(:last-child) {
	margin-bottom: 3px;
}

@media (max-width: 980px) {
	/* use the "stacked-flex" class on a ROW to make it be flexbox when stacked, to help with adjusting order of stacked columns */
	.stacked-flex {
		display: flex;
		flex-wrap: wrap; 
	}
	/* add the desired class to COLUMNS to designate their order when stacked within a "stacked-flex" ROW */
	.stacked-order-negative-4 {
		order: -4;
	}
	.stacked-order-negative-3 {
		order: -3;
	}
	.stacked-order-negative-2 {
		order: -2;
	}
	.stacked-order-negative-1 {
		order: -1;
	}
	.stacked-order-1 {
		order: 1;
	}
	.stacked-order-2 {
		order: 2;
	}
	.stacked-order-3 {
		order: 3;
	}
	.stacked-order-4 {
		order: 4;
	}
	/* adds margin to former "last" column that otherwise wouldn't have it */
	.stacked-flex:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}

/* -- END HELPERS -- */

/* -- BLOG -- */

/* sidebar recent posts */
.et_pb_widget.widget_recent_entries ul li  {
	margin-bottom: 1em;
}

/* sidebar recent posts dates */
.et_pb_widget.widget_recent_entries ul li span.post-date {
	display: table;
	font-size: 0.85em;
}

/* -- END BLOG -- */


@media (min-width: 981px) {
	.home-header a.et_pb_button {
		margin-top: 70px!important;
	}
}

/*vertical align content*/
.vertical-align  {
	margin-top:auto;
	margin-bottom:auto;
}


/*centering text on blurb author*/
.center-icon .et_pb_main_blurb_image {
    vertical-align: middle;
}

/*align modules to bottom*/
/*column*/
.vertical-align-col {
	display: flex!important;
	flex-flow: column!important;
}
/*module*/
body .home-ministry .et_pb_button_module_wrapper, .bottom-align {
margin-top: auto!important;
}

/*bring up main content under sticky menu*/
div#main-content {
    margin-top: -90px;
}
/*hide menu and add mobile menu*/
/*.header-mobile .et_pb_menu__menu {
    display: none!important;
}
.header-mobile .et_mobile_nav_menu {
    display: contents;
}*/

/*adjust columns on desktop*/
.home-menu-col-2 {
    width: 35px!important;
}
.home-menu-col-1 {
    width: 100%!important;
}

.header-mobile .et_mobile_menu {
	left: -740px;
}


/*home full width header make full width*/
@media (max-width: 980px) {
	.home-header.et_pb_section_video:not(.et_pb_section--with-menu) {
    	overflow: visible;
	}
}

/*inner header text bottom*/
.title-row .et_pb_column {
	margin-top:auto;
}

.title-row {
	padding-bottom: 0px !important;
}

/*larger button width*/
a.wide-button {
    width: 210px;
    text-align: center;
}

/*button sizing*/
.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button, .et_button_no_icon.et_button_left .et_pb_button:hover, .et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover {
    padding: 0.6em 1em!important;
}



/*eventon styles*/
/*em.date {
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    background-color: #2BC3EA;
    text-align: center;
    padding: 0px 15px;
    font-size: 27px;
}
em.month {
    text-align: center;
    background-color: #305170;
    padding: 8px;
    font-weight: bold!important;
    font-size: 14px!important;
    letter-spacing: 0px;
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}
body .eventon_events_list .eventon_list_event .evcal_list_a {
    background-color: #ffffff!important;
	padding-left:0px!important;
	border-bottom:1px solid #94948F;
	padding-bottom: 50px!important;
}

span.evcal_desc2.evcal_event_title, span.evcal_event_subtitle, span.evcal_desc_info {
	color: #305170!important;
	text-transform: initial!important;
}
.ajde_evcal_calendar.cev #evcal_list .eventon_list_event a:hover {
    border-width: 1px;
}*/

/*modern Events cal styles*/

.mec-event-list-minimal .mec-event-title {
    font-weight: bold!important;
    font-size: 26px;
    text-transform: initial;
}
.mec-event-list-minimal .mec-event-detail, .mec-event-list-minimal .mec-time-details {
    font-size: 14px;
    font-weight: initial;
    color: #212221;
}
.mec-event-date.mec-bg-color {
    background-color: #305170;
	    padding: 0;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
}
.mec-event-list-minimal .mec-event-date span {
    font-size: 27px;
    background: #2BC3EA;
    padding: 0px 5px;
}

.mec-event-list-minimal .mec-event-date:after {
    background: transparent;
    box-shadow: transparent;
}

.mec-event-list-minimal .btn-wrapper {
    text-align: left;
	width: 100%!important;
}
.mec-event-list-minimal a.mec-detail-button {
    background: transparent;
    color: #94948F;
    font-size: 14px;
    letter-spacing: 1px;
	padding:0;
}
.mec-event-list-minimal a.mec-detail-button:hover {
    background: transparent;
    color: #2bc3ea;
}
.mec-event-list-minimal .mec-event-article {
    border-bottom: 1px solid #94948F;
    padding: 24px 0 16px;
}

/* gravity form styles*/
.gform_wrapper.gravity-theme .gform_fields {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 1%;
    -ms-grid-columns: (1fr 1%)[12];
	grid-row-gap: 1%;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea.textarea, body div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    background-color: #fff;
    font-size: 14px;
	color: #7B8D96;
}
/* Other Fields */
.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
	color: #7B8D96;
}

/* Paragraph Text Area */
.gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder {
	color: #7B8D96;
}

.gform_wrapper.gravity-theme #field_submit input, .gform_wrapper.gravity-theme .gform_footer input {
    align-self: flex-end;
    font-size: 18px;
    background-color: #2bc3ea;
    border-color: #2bc3ea;
    border-radius: 0px 30px 30px 0px;
    font-weight: bold;
    color: white;
    height: 49px;
    box-shadow: none;
    width: 104%;
    margin-left: -12px;
    margin-top: 12px!important;
    max-width: 112%;
    border-style: none;
}

/*full button gravity form*/
body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_page_footer input.button:hover, body div.form_saved_message div.form_saved_message_emailform form input[type=submit]:hover {
    border-radius: 30px;
}

.gform_wrapper.gravity-theme #field_submit input:hover, .gform_wrapper.gravity-theme .gform_footer input:hover {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #2bc3ea;
}

.pum-container {
    border-radius: 15px!important;
}

/*series engine styles*/
#seriesengine #enmse-archive-thumbnails .enmse-archive-thumb, #seriesengine .enmse-player, #seriesengine .enmse-message-card {
    background-color: #f4f4f4;
    border-radius: 18px;
}

#seriesengine #enmse-archive-thumbnails .enmse-archive-thumb img, #seriesengine .enmse-message-card img {
    border-radius: 18px 18px 0px 0px;
}

#seriesengine #enmse-archive-thumbnails .enmse-archive-thumb h4, #seriesengine #enmse-archive-thumbnails .enmse-archive-thumb h5, #seriesengine #enmse-archive-thumbnails .enmse-archive-thumb p, #seriesengine h3.enmse-modern-message-meta, #seriesengine h2.enmse-modern-message-title, #seriesengine .enmse-player .enmse-modern-player-details p.enmse-message-description, #seriesengine .enmse-player .enmse-modern-player-details p.enmse-modern-scripture, #seriesengine .enmse-player .enmse-modern-player-details h3, #seriesengine .enmse-message-card h6, #seriesengine .enmse-message-card h5, #seriesengine .enmse-message-card p.enmse-speaker-name, #seriesengine .enmse-message-card p.enmse-scripture-info {
	color: #305170;
}

#seriesengine .enmse-selector {
    background-color: #f4f4f4;
    border-radius: 18px;
}

#seriesengine ul.enmse-modern-player-tabs li a, #seriesengine .enmse-message-card .enmse-card-links a {
    transition: all 0.2s ease-in-out !important;
    background-color: #2bc3ea !important;
    border-color: #2bc3ea !important;
    border-radius: 30px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    color: #305170 !important;
}

#seriesengine ul.enmse-modern-player-tabs li a:hover, #seriesengine .enmse-message-card .enmse-card-links a:hover {
    background-color: rgba(43,195,234,0.7) !important;
    border-color: transparent!important;
    color: #305170 !important;
}

@media (min-width: 768px) {
	.home #seriesengine .enmse-message-card {
		box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 16%);
		padding: 5vw 0px;
		border-radius: 500px!important;
		margin: 0px 20px 0px 20px !important;
	}
}

@media (max-width: 767px) {
	#seriesengine .enmse-message-card {
		width: 100% !important;
	}

	.home #seriesengine .enmse-message-card {
		box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 16%);
		padding: 10vw 0px;
		border-radius: 500px!important;
		margin: 0px 20px 40px 20px !important;
	}

	#seriesengine .enmse-related-area.card-view {
		padding: 20px 0 0 1.5%;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
	}
}

/*divi tabs styles*/
.dipl_tabs_content h3 {
    font-size: 26px;
}


/*gravity form spacing on messagge*/
body .gform_wrapper .hidden_label textarea.textarea {
    margin: 3px 0 0!important;
}
div#gform_fields_1 .hidden_label .ginput_container>* {
    margin-top: 4px!important;
}

/*contact form*/
input#gform_submit_button_1, input#gform_submit_button_3 {
    max-width: 220px;
}



/*series engine font*/
#seriesengine h1, #seriesengine h2, #seriesengine h3, #seriesengine h4, #seriesengine h5, #seriesengine h6, #seriesengine p, #seriesengine form, #seriesengine ul, #seriesengine ol, #seriesengine li, #seriesengine ol li, #seriesengine ul li, #seriesengine blockquote, #seriesengine input, #seriesengine input[type="submit"], #seriesengine textarea, #seriesengine select, #seriesengine select:focus, #seriesengine label, #seriesengine table, #seriesengine table tr, #seriesengine table tr td, #seriesengine iframe, #seriesengine object, #seriesengine embed, #seriesengine img, #seriesengine a {
    font-weight: 400;
font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}

table.wpDataTable td.urlColumn a {
    color: #2BC3EA!important;
}


/*hide indicates form field*/
p.gform_required_legend {
    display: none;
}


/*person image hover*/
.et_pb_team_member_image .et_multi_view_image__loaded {
    -webkit-animation: multi-view-image-fade 0s;
    animation: multi-view-image-fade 0s;
}


/*divi team member styles*/
.et_pb_jv_team_image img {
	max-width:300px;
}
a.popup-modal.et_smooth_scroll_disabled {
	color:transparent!important;
}
h4.et_pb_jv_team_title {
    font-size: 24px!important;
    text-transform: initial!important;
	color: #305170!important;
}
span.et_pb_position {
    color: #aaa!important;
    font-size: 18px!important;
}
/*divi team member popup*/
.white-popup.jv_popup_style1, .et_divi_builder #et_builder_outer_content .white-popup.jv_popup_style1 {
    padding: 0px!important;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.et_pb_row.clearfix.jv_team_popup_style1 {
    width: 100%;
    border-radius: 15px;
}
body button.mfp-close {
    border-radius: 15px;
	background-color: transparent!important;
}
.jv_team_popup_style1 .jv_team_list_position {
    font-size: 18px;
}
.jv_team_popup_style1 .jv_team_list_content, .jv_team_popup_style1 .website_url, .jv_team_popup_style1 .contect_number, .jv_team_popup_style1 .email_address, .jv_team_popup_style1 .jv_team_list_address1 {
    font-size: 18px!important;
    line-height: 1.4em;
}
.et_pb_jv_team_image img {
    object-fit: cover;
    width: 300px;
    height: 300px;
}
@media (max-width: 400px) {
	.et_pb_jv_team_image img {
    	object-fit: cover;
    	width: 260px;
    	height: 260px;
	}
}


/*Menu Styles*/
@media (min-width: 981px) {
	ul#mobile_menu2 {
    	column-count: 2;
	}
	li.give-mobile {
    	visibility: hidden;
	}
	.header-mobile ul#mobile_menu2 {
    	width: 800px;
		height:550px!important;
	}
}
@media (max-width: 980px) {
	.home-menu-col-2 {
    	width: 100%!important;
	}
	.header-mobile .et_mobile_menu {
    	left: 0px;
	}
	.header-mobile ul#mobile_menu2 {
    	width: 100%;
	}
}
.et_mobile_nav_menu ul {
    list-style-type: none;
}


/*homepage series engine styles*/
.home #seriesengine .enmse-selector, .home #seriesengine .se-pagination, .home #seriesengine .enmse-message-card img {
	display:none;
}

#seriesengine .enmse-message-card h5 {
    font-size: 28px !important;
}

.page-title-x245 {
	display: none;
}

.stories-grid h2.entry-title {
    padding-top: 20px;
}

.stories-grid .dp-dfg-skin-default .et_pb_button_wrapper .et_pb_button {
    margin-bottom: 20px;
}

.et_pb_jv_team_members_style33 .et_pb_jv_team > .et_pb_jv_team_description, 
.et_divi_builder #et_builder_outer_content .et_pb_jv_team_members_style33 .et_pb_jv_team > .et_pb_jv_team_description {
	max-width: 250px !important;
	text-align: center !important;
	background: transparent !important;
    margin: auto !important;
    justify-content: center;
    display: flex;
}

.et_pb_column.jv_team-scale-anm.all.et_pb_column_1_3.et_pb_jv_team_members_column {
	width: 25% !important;
}

.et_pb_jv_team_image img {
    object-fit: cover;
    margin: auto !important;
    justify-content: center;
    display: flex;
    width: 250px;
    height: 250px;
	border-radius: 15px;
}

.inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}

#seriesengine a.next.page-numbers, 
#seriesengine a.previous.page-numbers {
	color: #ffffff !important;
}

@media (max-width: 767px) {
	#seriesengine a.next.page-numbers, #seriesengine a.previous.page-numbers {
		font-size: 14px !important;
		padding: 5px 5px 0px 5px !important;
		line-height: 1.7em !important;
	}
}

p.et_pb_member_position {
    margin-top: -10px;
}

.et_pb_team_member_image .et_multi_view_image__loaded {
    -webkit-animation: multi-view-image-fade 0.2s !important;
    animation: multi-view-image-fade 0.2s !important;
}

.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    display: block!important;
    font-family: FontAwesome!important;
    content: "\f056"!important;
}

@media (min-width: 981px) {
	.opportunities-grid .dp-dfg-skin-default.dp-dfg-skin-zoomimage .dp-dfg-image img {
		object-fit: cover !important;
		width: 13vw !important;
		height: 13vw !important;
	}

	.opportunities-grid .dp-dfg-skin-default .dp-dfg-image, 
	.opportunities-grid .dp-dfg-skin-default .dp-dfg-overlay, 
	.opportunities-grid .et-l .dp-dfg-skin-default .dp-dfg-image, 
	.opportunities-grid .et-l .dp-dfg-skin-default .dp-dfg-overlay {
		width: 13vw !important;
		height: 13vw !important;
		border-radius: 500px !important;
	}

	.opportunities-grid .dpdfg_filtergrid_0 .dp-dfg-container .dp-dfg-items .dp-dfg-item {
		width: 13vw !important;
		height: 13vw !important;
		border-radius: 500px !important;
	}

	.opportunities-grid .dp-dfg-skin-default .dp-dfg-header h2.entry-title {
		font-size: 1.1vw;
	}

	.opportunities-grid .dp-dfg-skin-default.dp-dfg-skin-zoomimage .dp-dfg-header, 
	.opportunities-grid .dp-dfg-skin-default.dp-dfg-skin-zoomimage .dp-dfg-item>a {
		width: 11.9vw;
	}

	.opportunities-grid .dp-dfg-item {
		width: 13vw;
		height: 13vw;
		border-radius: 500px !important;
		transition: all 0.2s ease-in-out !important;
	}

	.opportunities-grid .dp-dfg-overlay {
		opacity: 0;
		width: 13vw;
		height: 13vw;
		border-radius: 500px !important;
		transition: all 0.2s ease-in-out !important;
	}

	.opportunities-grid .dp-dfg-item:hover > .dp-dfg-overlay {
		opacity: 1 !important;
		width: 13vw;
		height: 13vw;
		border-radius: 500px !important;
	}

	.et_pb_menu .et-menu>li {
		padding-left: 30px;
		padding-right: 30px;
	}

	button.et_pb_menu__icon {
		margin: 0px 20px 0px 30px;
	}
}

.dp-dfg-skin-default .dp-dfg-header h2.entry-title {
	margin-top: 7px;
    margin-left: -10px;
}

/*change Divi hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}
.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
  transition: all .4s ease;
  transform: rotate(0deg);
  display: block;
}

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before, .et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
  transition: all .4s ease;
  transform: rotate(90deg);
  display: block;
}

#seriesengine .enmse-related-area.card-view {
	flex-wrap: nowrap !important;
	padding: 0px !important;
}

#seriesengine .enmse-player .enmse-modern-player-details p.enmse-downloads a {
	color: #305170 !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

@media (min-width: 1028px) {
	.inline-modules-tabs-bulletin .et_pb_module {
		display: inline-block !important;
	}
}

@media (max-width: 1027px) {
	.tab-button-bulletin {
		width: 100% !important;
		display: block !important;
	}
}

@media (min-width: 1095px) {
	.inline-modules-tabs-team .et_pb_module {
		display: inline-block !important;
	}
}

@media (max-width: 1094px) {
	.tab-button-team {
		width: 100% !important;
		display: block !important;
	}
}

.team-button {
	cursor: pointer !important;
}

.home-series .et_pb_text_inner {
	display: flex !important;
	justify-content: center !important;
}

#seriesengine {
	max-width: 1250px !important;
}

#seriesengine a:link {
	font-weight: 400 !important;
}

#seriesengine .page-numbers.current,
#seriesengine a.page-numbers {
	color: #305170 !important;
}

#seriesengine a.page-numbers.wide {
	display: none !important;
}

@media (min-width: 981px) {
	#seriesengine .se-pagination {
		padding-top: 30px !important;
		margin-top: 400px;
		position: absolute;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	#seriesengine .se-pagination {
		padding-top: 30px !important;
		margin-top: 300px;
		position: absolute;
	}
}

@media (max-width: 767px) {
	#seriesengine .se-pagination {
		position: relative !important;
	}
}

.et_pb_module.et_pb_icon.et_pb_icon_0.popmake-75055.pum-trigger {
    display: none;
}

button.wdt-clear-filters-button:before, button.wdt-clear-filters-widget-button:before {
    font-family: wpDataTablesIcons;
    content: "\e817";
    margin-right: 10px;
}

.blue-square-button {
	width: 100% !important;
}

@media (max-width: 393px) {
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one,
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
		margin: 20px !important;
	}
}

.et-l--header {
    z-index: 9999999;
    position: relative;
}
/*hamburguer menu*/
@media (max-width: 900px) {
.et_pb_module.et_pb_image.et_pb_image_1_tb_header.et_pb_sticky_module.et_pb_sticky.et_pb_sticky--top {
	top: auto !important;}
.area-outer-wrap.popup_outer_wrap.et-l.entry-content.full-height {
    z-index: 9999999 !important;
}
	
}

.hamburger {
    background-color: transparent !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px !important;
    right: 20px !important;
    top: 15px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/* Fun image hover */
.fun-hover img {
	transition: 0.3s;
}

.fun-hover img:hover {
	opacity: 0;
}

/* Women's Event Shortcode */
h4.mec-event-title {
    font-weight: 600 !important;
}

.mec-event-grid-clean .mec-event-sharing-wrap {
	display: none;
}

/* Search Results */

.search-results .dp-dfg-skin-default .dp-dfg-header h2.entry-title { 
	margin-left: 0px !important; 
}

#seriesengine h3.enmse-more-title {
    padding: 50px 0px 20px 0px;
}

#seriesengine .enmse-share-details.modern {
    display: none;
}

#seriesengine a.next.page-numbers, #seriesengine a.previous.page-numbers {
    font-size: 24px !important;
    line-height: 1em;
}

body .gform_wrapper #field_submit input:hover:hover {
	border-radius: 0px 30px 30px 0px !important;
}

.young-adult-person h4 {
    display: flex;
    align-items: flex-end;
    padding-top: 215px;
    padding-left: 15px;
}

#dm-menu li a, .et-db #et-boc .et-l #dm-menu.nav li a {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.5em;
    color: #2bc3ea;
}

#dm_nav li ul.sub-menu a {
	text-transform: capitalize !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
    line-height: 1.5em !important;
    color: #ffffff !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.scroll_section {
    height: 90vh !important;
    max-height: 90vh !important;
}

.menu-wrap a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

#dm_nav .menu-wrap__inner .menu-item-has-children > a:after {
    width: 200px !important;
    text-align: right !important;
    z-index: 999999 !important;
}

.missions-grid .dp-dfg-skin-default .dp-dfg-image img {
    height: 300px !important;
    object-fit: cover !important;
}

.missions-grid img.dp-dfg-featured-image {
    border-radius: 15px !important;
}

.circular-image img {
	border-radius: 500px !important;
}

@media (max-width: 767px) {
	button#open-button {
    	margin-top: -15px;
	}
}

@media (max-width: 980px) {
	.mobile-menu.et_pb_menu .et_pb_menu__menu,
	.mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
		display: flex !important;
	}

	.mobile-menu .et_mobile_nav_menu {
		display: none;
	}
	
	.mobile-menu-column-1,
	.mobile-menu-column-2 {
		width: 50% !important;
	}
	
	.et_pb_menu--style-left_aligned .et_pb_menu__wrap {
		justify-content: flex-start !important;
	}
	
	/*open the mobile menu up and use on all devices*/
	.et-db #et-boc .et-l .vertical-menu .et_pb_menu__menu {
		display: flex;
	}
	
	/*hide the hamburger icon*/
	.et-db #et-boc .et-l .vertical-menu .et_mobile_nav_menu {
		display: none;
	}

	/*remove default 11px padding on each side of list items*/
	.vertical-menu .et-menu > li {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	/*make the menu items fullwidth and add space between them*/
	.vertical-menu .et_pb_menu__menu nav ul li {
		display: block;
		width: 100%;
		margin: 3px 0px 5px 10px;
	}
	
	/*make the submenu align directly to the right of the menu item instead of below*/
	.vertical-menu .et_pb_menu__menu nav ul li ul {
		top: 0!important;
	}
	
	/*align submenu to the right of menu link*/
	.vertical-menu .et_pb_menu__menu nav li ul {
		left: 100%!important;
	}
	
	#et-boc .area-outer-wrap .da-close {
		font-size: 50px;
		top: 10px;
		right: 10px;
		opacity: 0.5;
	}
}

@media (min-width: 981px) {
	#sticky-header-section {
		height: 90px !important;
		top: 0px !important;
	}
	
	.et_pb_fullwidth_header_container.center {
		height: 950px;
		margin-top: -60px;
	}
}

@media (max-width: 980px) {
	.hero-section {
		-webkit-overflow-scrolling: touch !important;
		margin-top: 60px !important;
	}
	
	#sticky-header-section-home {
    	position: fixed !important;
		width: 100% !important;
		height: 67px !important;
		margin-top: 30px !important;
	}

	#sticky-header-section-interior {
    	position: relative !important;
		width: 100% !important;
		height: 67px !important;
		margin-top: 0px !important;
	}
	
	.header-content-container.center {
    	height: 400px !important;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.et_pb_fullscreen .et_pb_fullwidth_header_container,
	.et_pb_section_video_bg,
	div#mep_0,
	.et_pb_fullwidth_header_container.center,
	.home-header.et_pb_section_video:not(.et_pb_section--with-menu) {
		height: 900px !important;
	}
}

@media (max-width: 767px) {
	.et_pb_fullscreen .et_pb_fullwidth_header_container,
	.et_pb_section_video_bg,
	div#mep_0,
	.et_pb_fullwidth_header_container.center,
	.home-header.et_pb_section_video:not(.et_pb_section--with-menu) {
		height: 700px !important;
	}
}

@media (max-width: 640px) {
	.gform_wrapper.gravity-theme #field_submit input, 
	.gform_wrapper.gravity-theme .gform_footer input {
		margin-left: 0px !important;
	}
}

@media (max-width: 767px) {
	#seriesengine a.next.page-numbers, #seriesengine a.previous.page-numbers {
    	font-size: 14px !important;
	}
}

.team-member-grid .dp-dfg-custom-content {
    margin-left: -10px;
	margin-top: -7px;
}

.team-member-grid .dp-dfg-skin-default .dp-dfg-item {
	background-color: transparent !important;
}

.clickthrough {
    position: absolute;
    z-index: 99999999999 !important;
}

.enmse_message .entry-title {
	padding-top: 75px !important;
}

/* project work - KL - deactivated the search popup and made the divi search input text white */
header .et_pb_menu .et_pb_menu__search-input {
	color: #fff;
}