
/*
 Theme Name:     Prenger Solutions Group - Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Prenger Solutions Group - Divi Child Theme
 Author:         Smitten Labs
 Author URI:     https://www.smittenlabs.co
 Template:       Divi
 Version:        2.49
*/

/* =Theme customization starts here
------------------------------------------------------- */
.balanced-text-wrap {
	text-wrap: balance;
}

/* Hubspot forms */
body .hs-input {
	border: 1px solid #002068 !important;
	height: 55px;
	margin-bottom: 25px !important;
	padding: 20px !important;
	width: 96% !important;
}

body .hs-form label {
	color: #002068;
	font-size: 18px;
	padding-bottom: 5px;
}

body .hs-form ::-webkit-input-placeholder {
	color: #002068;
	font-size: 16px;
}

body .hs-form :-moz-placeholder {
	color: #002068;
	font-size: 16px;
}

body .hs-form ::-moz-placeholder {
	color: #002068;
	font-size: 16px;
}

body .hs-form :-ms-input-placeholder {
	color: #002068;
	font-size: 16px;
}

body .hs-form select {
	color: #002068;
	font-size: 16px;
	padding: 0px 0px 0px 20px !important;
}

body .hs-form fieldset {
	max-width: 100% !important;
	font-size: 16px;
}

body .hs-form input[type="submit"] {
	align-items: flex-start;
	align-items: center;
	border: none;
	box-sizing: border-box;
	appearance: push-button;
	background: #277cc4;
	color: #fff !important;
	cursor: pointer;
	display: flex;
	font-weight: 700;
	height: 46px;
	justify-content: center;
	letter-spacing: 1.2px;
	line-height: 1 !important;
	padding: 15px 30px !important;
	padding-bottom: 15px !important;
	text-align: center;
	text-transform: uppercase;
	user-select: none;
	white-space: pre;
}

body .hs-form input[type="submit"]:hover {
	background: #002068;
}

body .hs-form fieldset.form-columns-2 .hs-form-field {
	width: 49% !important;
}

body .hs-form fieldset.form-columns-2 .hs-form-field:last-of-type {
	float: right;
}

body .hs-form .hs-input {
	width: 100% !important;
}

body .hs-form fieldset .input {
	margin-right: 0 !important;
}

/* Hubspot Textarea */
body .hs-form textarea {
	min-height: 175px;
}

/* Hubspot Checkbox */
body .hs-fieldtype-checkbox {
	margin: 25px 0 50px;
}

body .hs-fieldtype-checkbox > label {
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
}

body .hs-fieldtype-checkbox ul[role=checkbox] {
	list-style: none;
	padding: 0;
}

body .hs-fieldtype-checkbox label.hs-form-checkbox-display {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

body .hs-fieldtype-checkbox input[type=checkbox] {
	margin: 0 15px 0 0 !important;
	max-height: 35px;
	max-width: 25px;
}

/* Hubspot Radio */
body .hs-fieldtype-radio {
	margin: 25px 0 50px;
}

body .hs-fieldtype-radio > label {
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
}

body .hs-fieldtype-radio ul[role=checkbox] {
	list-style: none;
	padding: 0;
}

body .hs-fieldtype-radio label.hs-form-radio-display {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

body .hs-fieldtype-radio input[type=radio] {
	margin: 0 15px 0 0 !important;
	max-height: 35px;
	max-width: 25px;
}

@media screen and (max-width: 480px) {
	body .hs-form fieldset.form-columns-2 .hs-form-field {
		width: 100% !important;
	}
}

/* Break Class - For headline responsive breaks spans */
span.break {
	display: block;
}

/* SUP for Trade Maks */
body sup {
	bottom: .6em;
	font-size: .6em;
}

/* WordPress Admin - Top Menu */
body #wp-admin-bar-monsterinsights_frontend_button, body #wp-admin-bar-comments, body #wp-admin-bar-wpseo-menu, body #wp-admin-bar-wp-mail-smtp-menu, body #wp-admin-bar-stats, body #wp-admin-bar-gform-forms {
	display: none;
}

/* Divi Bullets - List Styling */

/* 
body .et_pb_text ol {
	padding: 15px 0 15px 0; 
}

body .et_pb_text ol li {
	font-weight: 600;
	margin-bottom: 12px;
}

body .et_pb_text ul {
	padding: 15px 0 15px 1em;
}

body .et_pb_text ul li {
	margin-bottom: 8px;
} 
*/
body .et_pb_text.bullets_two_column ul {
	columns: 200px 2;
	padding-left: 0;
}

body .et_pb_text.bullets_two_column ul li {
	border-bottom: 1px solid rgba(151, 151, 151, .34);
	padding: 0 0 15px 0;
}

/* Logo Wall - or any row you want to maintain columns in mobile */
.maintain_columns_through_mobile {
	padding: 0 10px;
}

@media screen and (max-width:980px) {
	.maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_2 {
		width: 50% !important;
	}
	
	.maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_3 {
		width: 33.333333% !important;
	}
	
	.maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_4 {
		width: 25% !important;
	}
	
	.maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_5 {
		width: 20% !important;
	}
	
	.maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_6 {
		width: 16.666666% !important;
	}
	
	.maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_7 {
		width: 14.285714% !important;
	}
	
	.maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_8 {
		width: 12.5% !important;
	}
	
	.maintain_columns_through_mobile.et_pb_row.et_pb_row_2col, .maintain_columns_through_mobile.et_pb_row.et_pb_row_3col, .maintain_columns_through_mobile.et_pb_row.et_pb_row_4col, .maintain_columns_through_mobile.et_pb_row.et_pb_row_5col, .maintain_columns_through_mobile.et_pb_row.et_pb_row_6col, .maintain_columns_through_mobile.et_pb_row.et_pb_row_7col, .maintain_columns_through_mobile.et_pb_row.et_pb_row_8col {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_2, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_3, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_4, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_5, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_6, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_7, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_8 {
		padding: 0;
		margin: 0 auto;
	}
	
	.maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_2 .et_pb_image, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_3 .et_pb_image, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_4 .et_pb_image, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_5 .et_pb_image, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_6 .et_pb_image, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_7 .et_pb_image, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_8 .et_pb_image {
		padding: 0 10px;
	}
}

/* Logo Wall - or any row you want to maintain TWO or THREE columns in mobile */
.maintain_three_columns_through_mobile, .maintain_two_columns_through_mobile {
	padding: 0 25px;
}

@media screen and (max-width:980px) {
	.maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_2, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_3, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_4, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_5, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_6, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_7, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_8 {
		width: 50% !important;
	}
	
	.maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_2, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_3, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_4, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_5, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_6, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_7, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_8 {
		width: 33.33% !important;
	}
	
	.maintain_two_columns_through_mobile.et_pb_row.et_pb_row_2col, .maintain_two_columns_through_mobile.et_pb_row.et_pb_row_3col, .maintain_two_columns_through_mobile.et_pb_row.et_pb_row_4col, .maintain_two_columns_through_mobile.et_pb_row.et_pb_row_5col, .maintain_two_columns_through_mobile.et_pb_row.et_pb_row_6col, .maintain_two_columns_through_mobile.et_pb_row.et_pb_row_7col, .maintain_two_columns_through_mobile.et_pb_row.et_pb_row_8col, .maintain_three_columns_through_mobile.et_pb_row.et_pb_row_2col, .maintain_three_columns_through_mobile.et_pb_row.et_pb_row_3col, .maintain_three_columns_through_mobile.et_pb_row.et_pb_row_4col, .maintain_three_columns_through_mobile.et_pb_row.et_pb_row_5col, .maintain_three_columns_through_mobile.et_pb_row.et_pb_row_6col, .maintain_three_columns_through_mobile.et_pb_row.et_pb_row_7col, .maintain_three_columns_through_mobile.et_pb_row.et_pb_row_8col {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		width: 100% !important;
	}
	
	.maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_2, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_3, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_4, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_5, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_6, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_7, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_8, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_2, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_3, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_4, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_5, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_6, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_7, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_8 {
		padding: 0;
		margin: 0 auto;
	}
	
	.maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_2 .et_pb_image, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_3 .et_pb_image, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_4 .et_pb_image, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_5 .et_pb_image, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_6 .et_pb_image, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_7 .et_pb_image, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_8 .et_pb_image, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_2 .et_pb_image, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_3 .et_pb_image, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_4 .et_pb_image, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_5 .et_pb_image, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_6 .et_pb_image, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_7 .et_pb_image, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_8 .et_pb_image {
		padding: 0 25px;
	}
}

/* AutomateGenius Two Col List - See AG Home */
.two_col_list_underlined ul {
	list-style: none;
	padding: 0;
	column-count: 2;
	margin-bottom: 30px;
}

.two_col_list_underlined ul li {
	padding: 15px 0;
	margin: 0 !important;
	line-height: 1.2em;
	border-bottom: 1px solid #e9e9e9;
}

@media screen and (max-width:767px) {
	.two_col_list_underlined ul {
		column-count: 1;
	}
}

/* Button base style */
#et-main-area input[type=submit], #et-main-area button, #et-main-area .button, #et-main-area a.et_pb_button {
	border-radius: 6px;
	/*     letter-spacing: 2px; */
	
	/*     font-weight: 600; */
	
	/*     text-transform: uppercase; */
	transition: all 150ms ease-in-out 0ms;
}

/* Calculator plugin (Added by Shawn in Theme Editor?) */
#fbuilder fieldset {
	border: 0px !important;
	padding: 0px !important;
}

#fbuilder * {
	font-family: filson-pro, sans-serif !important;
	color: #002068 !important;
	line-height: 1.1em !important;
}

#fbuilder .fields:not(.cff-container-field) {
	padding: 10px !important;
}

.cp_cff_13 #fbuilder input[type="text"], #fbuilder input[type="number"] {
	padding: 17px 15px !important;
}

/* Main nav 2 line menu items */
#top-menu li a {
	line-height: 1.3em;
}

/* Divi Text Module Styles */
.et_pb_text h1, .et_pb_text h2, .et_pb_text h4, .et_pb_text h5, .et_pb_text h6 {
	font-weight: 500;
}

/* Divi Text Module - Blockquote Tag */
body body .et_pb_text .et_pb_text_inner blockquote p {
	font-weight: 500;
}

body .et_pb_social_media_follow li a.icon {
	margin: 0;
	width: 28px;
}

/* Page Sub Navigation */
body .page_sub_nav {
	margin-top: 2px;
}

body .page_sub_nav .page_nav_column {
	align-items: flex-start;
	display: flex;
	justify-content: flex-end;
}

body .page_sub_nav .page_nav_column .company_logo {
	margin-right: 50px;
	margin-top: 4px !important;
}

body .page_sub_nav .more_plus {
	display: none;
	margin-top: 0 !important;
	width: 15%;
}

body .page_sub_nav .more_plus a {
	font-weight: 500;
	padding: 5px 15px;
}

/* hide .more_plus on automate/askgenius pages */
body.page-id-8456 .more_plus, body.page-id-8457 .more_plus {
	display: none !important;
}

@media screen and ( max-width:980px ) {
	body.page-id-8456 .text_navigation, body.page-id-8457 .text_navigation {
		text-align: center;
		width: 100%;
	}
	
	body.page-id-8456 .text_navigation ul, body.page-id-8457 .text_navigation ul {
		padding: 0;
	}
}

body .text_navigation {
	width: 85%;
}

body .page_sub_nav ul {
	display: flex;
	flex-wrap: wrap;
	height: 28px;
	justify-content: flex-end;
	overflow: hidden;
	padding: 0;
	position: relative;
}

body .page_sub_nav div.et_pb_text_inner ul li {
	margin-bottom: 0;
	margin-top: 1px;
}

body .page_sub_nav ul li a {
	border-bottom: 1px solid transparent;
	font-weight: 500;
	padding: 5px 15px;
	text-transform: uppercase;
}

/* Laptop Down */
@media (max-width: 1300px) {
	/* body .page_sub_nav .page_nav_column {
		align-items: flex-start;
	}   */
	body .text_navigation {
		width: 80%;
	}
	
	body .page_sub_nav .more_plus {
		/* display: block; */
		width: 20%;
	}
	
	body .page_sub_nav ul.open {
		height: auto;
		margin-top: -5px;
		padding: 0;
	}
	
	body .page_sub_nav ul.open li {
		margin-bottom: 0;
		width: 100%;
	}
	
	body .page_sub_nav ul.open li a {
		border-bottom: 1px solid #fff;
		display: block;
		padding: 5px 0;
		width: 100%;
	}
	
	body .page_sub_nav ul.open li:last-of-type a {
		border-bottom-color: transparent;
	}
}

/* Tablet Down */
@media (max-width: 980px) {
	body .page_sub_nav ul {
		justify-content: center;
		padding: 0 0 0 14%;
	}
	
	body .page_sub_nav ul.open {
		padding: 0 0 0 3%;
	}
	
	body .page_sub_nav .more_plus {
		display: block;
	}
}

/* Mobile Down */
@media (max-width: 767px) {
	body .text_navigation {
		width: 85%;
	}
	
	body .page_sub_nav ul {
		padding: 0 0 0 0;
	}
	
	body .page_sub_nav .more_plus {
		display: block;
		width: 15%;
	}
}

/* Mobile Down */
@media screen and (max-width: 480px) {
	body .text_navigation {
		width: 75%;
	}
	
	body .page_sub_nav .page_nav_column {
		justify-content: center;
		flex-wrap: wrap;
	}
	
	body .page_sub_nav .page_nav_column .company_logo {
		margin: 0 auto 25px auto !important;
	}
	
	body .page_sub_nav .more_plus {
		width: 25%;
	}
}

/* Mega Menu - Desktop */
@media (min-width: 981px) {
	header #mega-menu-section .nav_column {
		display: flex;
		justify-content: flex-end;
	}
	
	header #mega-menu-section .et_pb_widget_area {
		align-items: center;
		display: flex;
		justify-content: flex-end;
		margin-bottom: 0 !important;
		margin-right: 25px;
	}
	
	header #mega-menu-section .widget_nav_menu {
		margin: 0 !important;
		width: 100%;
	}
	
	header #mega-menu-section #menu-mega-menu-primary {
		align-items: center;
		display: flex;
		justify-content: flex-end;
	}
	
	header #mega-menu-section #menu-mega-menu-primary li {
		margin-bottom: 0;
		margin-left: 25px;
	}
	
	header #mega-menu-section #menu-mega-menu-primary li a {
		color: #002068;
		font-size: 13px;
		font-weight: 400;
		text-transform: uppercase;
	}
	
	header #mega-menu-section #menu-mega-menu-primary li a:hover {
		color: #437bbe;
	}
	
	body #page-container.ascestor_products #mega-menu-section #menu-mega-menu-primary li.nonprofit-menu a {
		color: #437bbe !important;
	}
	
	header #mega-menu-section #menu-mega-menu-primary li a:after {
		content: url("https://cdn-ilabjcb.nitrocdn.com/KFgpzdXapzQWPGXFneHVYUCueGBtACRm/assets/images/source/rev-530760d/prengersolutions.com/wp-content/themes/prenger-solutions-group/images/navigation-arrrow-down.svg");
		display: inline-block;
		position: relative;
		top: -2px;
		left: 5px;
	}
}

body:not(.wp-admin) header .mega-menu {
	opacity: 0;
	visibility: hidden;
}

body header .mega-menu {
	margin-top: -100px;
	position: absolute;
	transition: all .35s ease-in-out;
	width: 100%;
}

body header .mega-menu i.close {
	background-image: url("https://cdn-ilabjcb.nitrocdn.com/KFgpzdXapzQWPGXFneHVYUCueGBtACRm/assets/images/source/rev-530760d/prengersolutions.com/wp-content/themes/prenger-solutions-group/images/icon-x-close.svg");
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	display: block;
	height: 20px;
	position: absolute;
	right: 40px;
	top: 15px;
	width: 20px;
	z-index: 1000;
}

body header .mega-menu i.close.nitro-lazy {
	background-image: none !important;
}

body header .mega-menu.open {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}

body #mega-menu-section i.burger {
	background-image: url("https://cdn-ilabjcb.nitrocdn.com/KFgpzdXapzQWPGXFneHVYUCueGBtACRm/assets/images/source/rev-530760d/prengersolutions.com/wp-content/themes/prenger-solutions-group/images/icon-burger-15w.svg");
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	display: block;
	height: 25px;
	position: absolute;
	right: 25px;
	top: 45px;
	width: 25px;
	display: none;
	z-index: 100;
}

body #mega-menu-section i.burger.nitro-lazy {
	background-image: none !important;
}

body #mega-menu-section i.burger.open {
	background-image: url("https://cdn-ilabjcb.nitrocdn.com/KFgpzdXapzQWPGXFneHVYUCueGBtACRm/assets/images/source/rev-530760d/prengersolutions.com/wp-content/themes/prenger-solutions-group/images/icon-x-close.svg");
}

body #mega-menu-section i.burger.open.nitro-lazy {
	background-image: none !important;
}

/* Mega Menu - Tablet and DOWN */
@media (max-width: 980px) {
	header #mega-menu-section .logo_column {
		margin-bottom: 0;
	}
	
	header #mega-menu-section .nav_column {
		background-color: #fff;
		margin-left: 100%;
		left: -3%;
		opacity: 0;
		padding: 25px 15px 50px;
		position: absolute;
		top: 85px;
		transition: all .35s ease-in-out;
		visibility: hidden;
		width: 106%;
	}
	
	header #mega-menu-section .nav_column.open {
		margin-left: 0;
		opacity: 1;
		visibility: visible;
	}
	
	body #mega-menu-section i.burger {
		display: block;
	}
	
	body #mega-menu-section .menu-mega-menu-primary-container {
		padding: 0 15px 15px;
	}
	
	header #mega-menu-section .et_pb_widget_area {
		margin: 0 !important;
	}
	
	header #mega-menu-section .widget_nav_menu {
		margin: 0 !important;
		width: 100%;
	}
	
	header #mega-menu-section #menu-mega-menu-primary li a {
		border-bottom: 1px solid rgba(0, 0, 0, .09);
		color: #002068;
		display: block;
		font-size: 13px;
		font-weight: 400;
		text-transform: uppercase;
	}
	
	header #mega-menu-section #menu-mega-menu-primary li a:after {
		content: url("https://cdn-ilabjcb.nitrocdn.com/KFgpzdXapzQWPGXFneHVYUCueGBtACRm/assets/images/source/rev-530760d/prengersolutions.com/wp-content/themes/prenger-solutions-group/images/navigation-arrrow-down.svg");
		display: inline-block;
		left: 5px;
		position: relative;
		top: 0;
		transform: rotate(-90deg);
	}
	
	body header .mega-menu i.close {
		/* background-image: url(/wp-content/themes/prenger-solutions-group/images/navigation-arrrow-down.svg); */
		background-image: url("https://cdn-ilabjcb.nitrocdn.com/KFgpzdXapzQWPGXFneHVYUCueGBtACRm/assets/images/source/rev-530760d/prengersolutions.com/wp-content/themes/prenger-solutions-group/images/icon-x-close.svg");
		background-size: contain;
		height: 25px;
		left: 5%;
		right: auto;
		top: 3%;
		/* transform: rotate(-90deg); */
		width: 25px;
	}
	
	body header .mega-menu i.close.nitro-lazy {
		background-image: none !important;
	}
	
	body header .mega-menu {
		margin-top: 0;
		margin-left: 100%;
		padding-top: 35px !important;
		z-index: 100;
	}
	
	body header .mega-menu.open {
		margin-left: 0;
		opacity: 1;
		visibility: visible;
		z-index: 1000;
	}
}

/* Mega Menu - Tablet and DOWN */
@media (max-width: 480px) {
	body header .mega-menu {
		padding-top: 50px !important;
	}
	
	header #mega-menu-section .nav_column {
		left: -6%;
		padding: 15px 15px 50px;
		top: 70px;
		width: 112% !important;
	}
}

/* Body Overflow - For Responsive */
body, html {
	font-family: filson-pro, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.6em;
	overflow-x: hidden;
}

body #page-container {
	overflow-x: hidden;
	overflow-y: hidden;
}

/* Pillar Hero Bullets */
body .pillar_hero_navigation ol li::marker {
	color: #fff;
}

/* Pillar Brand Text */
body .pillar_text p {
	padding-bottom: 1em !important;
}

body .pillar_text ol, body .pillar_text ul {
	padding-bottom: 0;
}

body .pillar_text li {
	margin-bottom: 1em;
}

body .pillar_text .aligncenter {
	margin: 25px auto;
}

body .pillar_text .alignleft {
	margin-bottom: 35px;
	margin-right: 50px;
	margin-top: 15px;
}

body .pillar_text .alignright {
	margin-bottom: 35px;
	margin-left: 50px;
	margin-top: 15px;
}

body .pillar_text .vimeo_left {
	float: left;
	padding: 10px 50px 35px 0;
	width: 640px;
}

body .pillar_text .vimeo_right {
	float: right;
	padding: 10px 0 35px 50px;
	width: 640px;
}

/* Pricing Bullets - Custom Unordered Lists */
body .pricing_bullets.two_column ul {
	columns: 200px 2;
	column-gap: 50px;
}

body .pricing_bullets.three_column ul {
	columns: 320px 3;
	column-gap: 50px;
}

body .pricing_bullets ul li {
	padding-left: 5px;
	margin-bottom: 10px;
}

body .pricing_bullets ul li::marker {
	content: "✓ ";
	color: #002169;
	font-weight: 800;
}

/* Divi Areas - Video Popups */
body #et-boc [data-da-area] .da-close-wrap .da-close, body .area-outer-wrap .da-close {
	background-color: rgba(0, 0, 0, .8);
	border-radius: 4px;
	color: #fff;
	font-size: 40px !important;
	left: 8px;
	padding: 3px 2px 2px 2px !important;
	right: auto;
	top: 8px;
}

/* Header */
body.et_header_style_left #top-menu li.btn a, body.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li.btn > a {
	align-items: center;
	background: #277cc4;
	color: #fff !important;
	display: flex;
	font-weight: 700;
	height: 46px;
	justify-content: center;
	line-height: 1 !important;
	letter-spacing: 1.2px;
	padding: 15px 30px !important;
	padding-bottom: 15px !important;
}

body #main-header {
	box-shadow: none !important;
}

/* Gravity Forms */
body .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper.gravity-theme .gform_page_footer {}

/* Diocese Ladning Page - Form Section */
body.single-mydiocese .form {
	background-color: rgba(212, 235, 255, .49);
	margin-top: 50px;
	padding: 50px;
}

body.single-mydiocese .form .hbspt-form {
	margin-top: 50px;
}

body.single-mydiocese .form .hbspt-form .hs_diocesan_name {
	text-align: left;
}

body.single-mydiocese h1 {
	font-size: 35px;
}

body.single-mydiocese h2 {
	font-size: 30px;
}

body.single-mydiocese .btn {
	align-items: center;
	background: #19206b;
	color: #fff !important;
	display: flex;
	font-size: 25px;
	font-weight: 700;
	justify-content: center;
	line-height: 1em !important;
	letter-spacing: 1.2px;
	margin: 45px auto;
	max-width: 650px;
	padding: 30px 30px !important;
	text-transform: uppercase;
}

/* Hide Mitchbot */
body.page-id-7905 #hubspot-messages-iframe-container, body.single-mydiocese #hubspot-messages-iframe-container, body.wp-admin #hubspot-messages-iframe-container {
	display: none !important;
}

/* Prenger Client Proile Header */
body .prenger_profile_header {
	text-align: center;
}

body .prenger_profile_header .profile_logo {
	height: auto;
	max-width: 225px;
	margin: 0 0 15px 0;
}

body .prenger_profile_header .welcome {
	font-size: 40px;
	margin: 0 0 15px 0;
	padding: 0;
}

body .prenger_profile_header .member_since {
	color: #999;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 35px 0;
	padding: 0;
}

body .prenger_profile_header .instructions p {
	font-size: 20px;
}

body .prenger_profile_header .instructions .expand {
	color: #277cc4;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 15px 0 50px 0;
}

/* Ultimate Member */
body .um-profile-photo {
	display: none;
}

body .um-cover {
	display: none;
}

.um-profile-meta {
	padding-left: 0 !important;
}

/* Ultimate Member - Default Registration */
#um_field_7524_parish_city, #um_field_7524_parish_state, #um_field_7524_diocese {
	display: none;
}

body .select2-selection__clear {
	display: none !important;
}

body .um .um-tip {
	color: #277cc4 !important;
}

body .um .um-tip:hover {
	color: #002068 !important;
}

/* Carousel - Staggered */
body .carousel_staggered .dipi_carousel_child:nth-last-of-type(odd) {
	margin-top: 55px;
}

/* Logo Carousel */
body .logo_carousel .dipi-carousel-child-wrapper {
	display: flex;
	height: 100px;
}

body .logo_carousel .dipi-carousel-child-wrapper .dipi-image-wrap {
	display: flex;
	padding: 0 25px;
}

body .logo_carousel .dipi-carousel-child-wrapper .dipi-carousel-item-content {
	display: none;
}

/* Three Column */
@media screen and (min-width: 981px) {
	body .stat_counters_three .et_pb_row {
		justify-content: space-between;
	}
	
	body .stat_counters_three .et_pb_row:after {
		display: none;
	}
	
	body .stat_counters_three .et_pb_row .et_pb_column {
		margin: 0;
		width: 32.5%;
	}
}

@media screen and (min-width: 981px) {
	body.et_fullwidth_nav #main-header .container {
		padding-right: 2%;
		padding-left: 2%;
	}
	
	body.et_header_style_left div#et-top-navigation {
		padding-bottom: 25px !important;
		padding-top: 25px !important;
	}
	
	body.et_header_style_left .et-fixed-header #et-top-navigation, body.et_header_style_split .et-fixed-header #et-top-navigation {
		padding-bottom: 10px !important;
		padding-top: 10px !important;
	}
	
	body #top-menu li {
		padding-right: 16px;
	}
	
	body.et_header_style_left #et-top-navigation nav > ul > li > a {
		padding-bottom: 0 !important;
	}
	
	body .et-fixed-header #top-menu .sub-menu li.current_page_item>a {
		color: #d4ebff !important;
	}
}

body .dipi_carousel.image_carousel .swiper-container .dipi_carousel_child {
	border-right: 1px solid #fff;
	height: 250px;
}

body .header_notification {
	background: #fff1db;
	color: #002068;
	font-size: 11px;
	line-height: 1.75em;
	padding: 5px 75px;
	text-align: center;
	width: 100%;
}

body .header_notification a {
	color: #002068;
	text-decoration: underline;
}

body .header_notification a.login {
	display: block;
	padding: 5px;
	position: absolute;
	right: 5px;
	text-transform: uppercase;
	top: 0px;
}

body .social-icons {
	display: flex;
}

body .social-icons .fab {
	display: block;
	font-size: 18px;
	margin: 0 5px 0 0;
	padding: 5px;
}

body .social-icons .fab:first-of-type {
	margin-left: -5px;
}

/* Footer */
body footer .et_pb_fullwidth_menu .et_pb_menu__menu, body footer .et_pb_menu .et_pb_menu__menu {
	display: block !important;
}

body footer .et_pb_fullwidth_menu .et_mobile_nav_menu, body footer .et_pb_menu .et_mobile_nav_menu {
	display: none !important;
}

body footer .et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li, body footer .et_pb_menu .et_pb_menu__menu>nav>ul>li {
	display: block;
	margin: 0 0 0 0;
	width: 100%;
}

/**************** Media Queries - Max Widths */
@media (min-width: 1850px) {}

@media (min-width: 1150px) and (max-width: 1800px) {}

@media (max-width: 1250px) {
	body #footer-menus {
		display: flex;
		justify-content: space-between;
	}
	
	body #footer-menus:after {
		display: none;
	}
	
	/* Footer Columns */
	body #footer-menus .et_pb_column_1_5 {
		float: none;
		margin: 0 0 0 0;
		width: 20% !important;
	}
	
	body #footer-menus .et_pb_column_1_tb_footer {
		width: 10% !important;
	}
	
	body #footer-menus .et_pb_column_2_tb_footer {
		width: 17% !important;
	}
	
	body #footer-menus .et_pb_column_3_tb_footer {
		width: 20% !important;
	}
	
	body #footer-menus .et_pb_column_4_tb_footer {
		width: 15% !important;
	}
	
	body #footer-menus .et_pb_column_5_tb_footer {
		width: 10% !important;
	}
}

@media (max-width: 1100px) {
	body .header_notification a.login {
		position: relative;
	}
}

/* Tablet and DOWN */
@media (max-width: 980px) {
	/* Break Class - For headline responsive breaks spans */
	span.break {
		display: inline;
	}
	
	/* Pillar Brand Text */
	body .pillar_text .alignleft {
		margin-bottom: 25px;
		margin-right: 0;
		margin-top: 10px;
	}
	
	body .pillar_text .alignright {
		margin-bottom: 25px;
		margin-left: 0;
		margin-top: 10px;
	}
	
	body .pillar_text .vimeo_left {
		float: none;
		padding: 0 0 25px 0;
		width: 100%;
	}
	
	body .pillar_text .vimeo_right {
		float: none;
		padding: 0 0 25px 0;
		width: 100%;
	}
	
	/* Header Message */
	body #main-header {
		height: 80px !important;
		padding: 0 0 85px 0 !important;
	}
	
	body .header_notification a.login {
		display: none;
	}
	
	body #main-header .container {
		max-width: 100%;
		padding: 10px 10px 0 15px;
		width: 100%;
	}
	
	body.et_pb_svg_logo #logo {
		width: 75px;
	}
	
	body #et-boc .area-outer-wrap[data-da-type=inline] {
		margin-bottom: 15px !important;
		width: 100% !important;
	}
	
	/* Responsive Column Order */
	body .flex_swap {
		display: flex;
		flex-wrap: wrap;
	}
	
	body .flex_swap .et_pb_column {
		margin: 25px 0;
		width: 100%;
	}
	
	body .flex_swap .et_pb_column:first-of-type {
		order: 2;
	}
	
	body .flex_swap .et_pb_column:last-of-type {
		order: 1;
	}
	
	/* Hubspot Forms */
	.hs-form input[type="submit"] {
		margin: auto;
	}
	
	/* Footer Columns */
	body #footer-menus .et_pb_column_1_5 {
		margin: 0 0 25px 0 !important;
		width: 100% !important;
	}
	
	body #footer-menus .et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__wrap, body #footer-menus .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
		justify-content: center;
	}
	
	body #footer-menus .et_pb_menu .et_pb_menu__menu>nav>ul>li, body #footer-menus .et_pb_image {
		text-align: center;
	}
	
	body #footer-menus .et_pb_text_inner, body #footer-copyright .et_pb_text_inner {
		text-align: center;
		width: 100%;
	}
	
	body #footer-copyright .et_pb_column {
		margin-bottom: 0;
	}
	
	body #footer-menus .social-icons {
		justify-content: center;
	}
}

/* Mobile Down */
@media (max-width: 767px) {}

/* Mobile Down */
@media screen and (max-width: 480px) {
	/* Header Message */
	body #main-header {
		height: 80px !important;
		padding: 0 0 100px 0 !important;
	}
	
	body .header_notification {
		padding: 5px 15px;
	}
}

/*
font-family: filson-pro,sans-serif;
font-weight: 700;
font-style: normal;

font-family: filson-pro,sans-serif;
font-weight: 700;
font-style: italic;

font-family: filson-pro,sans-serif;
font-weight: 400;
font-style: normal;

font-family: filson-pro,sans-serif;
font-weight: 400;
font-style: italic;
*/
div.et_pb_text_inner ul li, div.et_pb_text_inner ol li {
	margin-bottom: 1em;
}

/* Logo Wall - or any row you want to maintain columns in mobile */
.maintain_columns_through_mobile {
	padding: 0 10px;
}

/* Logo Wall - or any row you want to maintain TWO or THREE columns in mobile */
.maintain_three_columns_through_mobile, .maintain_two_columns_through_mobile {
	padding: 0 25px;
}

@media screen and (max-width:980px) {
	.maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_2 {
		width: 50% !important;
	}
	
	.maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_3 {
		width: 33.333333% !important;
	}
	
	.maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_4 {
		width: 25% !important;
	}
	
	.maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_5 {
		width: 20% !important;
	}
	
	.maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_6 {
		width: 16.666666% !important;
	}
	
	.maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_7 {
		width: 14.285714% !important;
	}
	
	.maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_8 {
		width: 12.5% !important;
	}
	
	.maintain_columns_through_mobile.et_pb_row.et_pb_row_2col, .maintain_columns_through_mobile.et_pb_row.et_pb_row_3col, .maintain_columns_through_mobile.et_pb_row.et_pb_row_4col, .maintain_columns_through_mobile.et_pb_row.et_pb_row_5col, .maintain_columns_through_mobile.et_pb_row.et_pb_row_6col, .maintain_columns_through_mobile.et_pb_row.et_pb_row_7col, .maintain_columns_through_mobile.et_pb_row.et_pb_row_8col {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_2, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_3, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_4, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_5, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_6, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_7, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_8 {
		padding: 0;
		margin: 0 auto;
	}
	
	.maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_2 .et_pb_image, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_3 .et_pb_image, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_4 .et_pb_image, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_5 .et_pb_image, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_6 .et_pb_image, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_7 .et_pb_image, .maintain_columns_through_mobile >.et_pb_column.et_pb_column_1_8 .et_pb_image {
		padding: 0 10px;
	}
	
	.maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_2, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_3, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_4, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_5, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_6, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_7, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_8 {
		width: 50% !important;
	}
	
	.maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_2, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_3, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_4, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_5, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_6, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_7, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_8 {
		width: 33.33% !important;
	}
	
	.maintain_two_columns_through_mobile.et_pb_row.et_pb_row_2col, .maintain_two_columns_through_mobile.et_pb_row.et_pb_row_3col, .maintain_two_columns_through_mobile.et_pb_row.et_pb_row_4col, .maintain_two_columns_through_mobile.et_pb_row.et_pb_row_5col, .maintain_two_columns_through_mobile.et_pb_row.et_pb_row_6col, .maintain_two_columns_through_mobile.et_pb_row.et_pb_row_7col, .maintain_two_columns_through_mobile.et_pb_row.et_pb_row_8col, .maintain_three_columns_through_mobile.et_pb_row.et_pb_row_2col, .maintain_three_columns_through_mobile.et_pb_row.et_pb_row_3col, .maintain_three_columns_through_mobile.et_pb_row.et_pb_row_4col, .maintain_three_columns_through_mobile.et_pb_row.et_pb_row_5col, .maintain_three_columns_through_mobile.et_pb_row.et_pb_row_6col, .maintain_three_columns_through_mobile.et_pb_row.et_pb_row_7col, .maintain_three_columns_through_mobile.et_pb_row.et_pb_row_8col {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		width: 100% !important;
	}
	
	.maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_2, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_3, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_4, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_5, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_6, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_7, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_8, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_2, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_3, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_4, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_5, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_6, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_7, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_8 {
		padding: 0;
		margin: 0 auto;
	}
	
	.maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_2 .et_pb_image, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_3 .et_pb_image, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_4 .et_pb_image, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_5 .et_pb_image, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_6 .et_pb_image, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_7 .et_pb_image, .maintain_two_columns_through_mobile >.et_pb_column.et_pb_column_1_8 .et_pb_image, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_2 .et_pb_image, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_3 .et_pb_image, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_4 .et_pb_image, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_5 .et_pb_image, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_6 .et_pb_image, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_7 .et_pb_image, .maintain_three_columns_through_mobile >.et_pb_column.et_pb_column_1_8 .et_pb_image {
		padding: 0 25px;
	}
	
	.maintain_two_columns_through_mobile {
		display: flex;
		align-content: center;
	}
	
	.maintain_two_columns_through_mobile .et_pb_column_empty {
		display: none;
	}
	
	.maintain_two_columns_through_mobile .et_pb_column, .maintain_two_columns_through_mobile .et_pb_column.et_pb_column_1_2, .maintain_two_columns_through_mobile .et_pb_column.et_pb_column_1_3, .maintain_two_columns_through_mobile .et_pb_column.et_pb_column_1_4, .maintain_two_columns_through_mobile .et_pb_column.et_pb_column_1_5, .maintain_two_columns_through_mobile .et_pb_column.et_pb_column_1_6, .maintain_two_columns_through_mobile .et_pb_column.et_pb_column_1_7, .maintain_two_columns_through_mobile .et_pb_column.et_pb_column_1_8 {
		margin: 0 auto !important;
	}
	
	.maintain_two_columns_through_mobile .et_pb_module {
		padding: 0 15% !important;
	}
}

.maintain_three_columns_through_mobile .et_pb_image_1 .et_pb_image_wrap, .maintain_three_columns_through_mobile .et_pb_image_2 .et_pb_image_wrap, .maintain_three_columns_through_mobile .et_pb_image_3 .et_pb_image_wrap, .maintain_three_columns_through_mobile .et_pb_image_4 .et_pb_image_wrap, .maintain_three_columns_through_mobile .et_pb_image_5 .et_pb_image_wrap, .maintain_three_columns_through_mobile .et_pb_image_6 .et_pb_image_wrap, .maintain_three_columns_through_mobile .et_pb_image .et_pb_image_wrap {
	background: transparent !important;
	box-shadow: none !important;
}

.maintain_three_columns_through_mobile .et_pb_image_1, .maintain_three_columns_through_mobile .et_pb_image_2, .maintain_three_columns_through_mobile .et_pb_image_3, .maintain_three_columns_through_mobile .et_pb_image_4, .maintain_three_columns_through_mobile .et_pb_image_5, .maintain_three_columns_through_mobile .et_pb_image_6, .maintain_three_columns_through_mobile .et_pb_image {
	max-width: 100%;
}

/* Webinar Pages - added 20230901 by steph@smittenlabs.co */
.webinar-video {
	background-color: #222;
	background-image: url("https://prengerdev.wpengine.com/wp-content/uploads/2024/06/webinar-video-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
	padding-top: 56.2963%;
	position: relative;
}

.webinar-video.nitro-lazy {
	background-image: none !important;
}

.webinar-video .et_pb_video_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.single-webinar #main-content .about-the-webinar, body.single-webinar #main-content .webinar-downloads-heading {
	margin-bottom: 0 !important;
}

body.single-webinar #main-content .meet-your-hosts .et_pb_text_inner {
	justify-content: center;
	flex-flow: wrap !important;
	display: flex;
	gap: 30px 60px;
}

body.single-webinar #main-content .meet-your-hosts .et_pb_blurb {
	width: calc(50% - 30px) !important;
}

body.single-webinar #main-content .meet-your-hosts .et_pb_blurb_content {
	align-items: flex-start;
	display: flex;
	gap: 15px;
}

body.single-webinar #main-content .meet-your-hosts .et_pb_blurb_content .et_pb_main_blurb_image {
	flex-basis: 33.33%;
}

body.single-webinar #main-content .meet-your-hosts .et_pb_blurb_content .et_pb_blurb_container {
	flex-basis: 66.66%;
}

body.single-webinar #main-content .meet-your-hosts .et_pb_blurb_content .et_pb_main_blurb_image {
	margin-bottom: 0;
}

body.single-webinar #main-content .meet-your-hosts .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

body.single-webinar #main-content .meet-your-hosts .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img {
	border-radius: 50%;
}

body.single-webinar #main-content .meet-your-hosts .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header .name {
	display: block;
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 5px;
}

body.single-webinar #main-content .meet-your-hosts .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header .job_title {
	display: block;
	font-size: .9em;
	font-weight: 800;
}

body.single-webinar #main-content .meet-your-hosts .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	line-height: 1.6;
}

body.single-webinar #main-content .et_pb_text_inner p, body.single-webinar #main-content .et_pb_text_inner ul {
	margin-bottom: 1em;
}

body.single-webinar #main-content .et_pb_text_inner li {
	line-height: 1.4;
	padding-bottom: 0;
}

body.single-webinar #main-content .webinar-resources li {
	margin-bottom: 8px;
	padding-bottom: 0;
	line-height: 1.4;
}

body.single-webinar #main-content .webinar-resources li a {
	font-weight: 700;
}

body.single-webinar #main-content a.et_pb_button, body.single-webinar #main-content a.et_pb_button:hover, input.hs-button.primary.large {
	color: #fff !important;
	border-style: solid;
	border-width: 2px !important;
	border-color: #002169 !important;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	line-height: 25.5px !important;
	height: 59.5px;
	letter-spacing: 0 !important;
	background-color: #002169 !important;
	padding: 15px 35px !important;
	transition: all 150ms ease-in-out 0ms;
}

body.single-webinar #main-content a.et_pb_button:hover, input.hs-button.primary.large:hover {
	background-color: #fff !important;
	color: #002169 !important;
}

body.single-webinar #main-content a.et_pb_button::after, input.hs-button.primary.large::after {
	line-height: inherit;
	font-size: inherit !important;
	margin-left: -1em;
	left: auto;
	font-family: ETmodules !important;
	font-weight: 400 !important;
}

body.single-webinar #main-content a.et_pb_button:hover::after, input.hs-button.primary.large:hover::after {
	left: auto;
	margin-left: .3em;
	opacity: 1;
}

#main-content .dp-dfg-items p, #main-content p.date_and_time {
	font-size: 1rem;
}

#main-content p.date_and_time a, #main-content p.watch_message a {
	text-decoration: underline;
}

body.single-fundraising-insight #main-content p.title, body.single-fundraising-insight #main-content a.dp-dfg-more-button {
	font-size: 1rem;
	font-weight: 700;
}

body.single-fundraising-insight #main-content a.dp-dfg-more-button {
	text-decoration: underline;
}

#main-content .dp-dfg-items .dp-dfg-item, #main-content .dp-dfg-item {
	border: none;
	padding: 0;
	display: flex column;
}

body.single #main-content .dp-dfg-items .dp-dfg-item, body.single #main-content .dp-dfg-item {
	max-width: 50%;
}

@media screen and ( max-width: 980px ) {
	body.single #main-content .dp-dfg-items .dp-dfg-item, body.single #main-content .dp-dfg-item {
		max-width: 100%;
	}
}

#main-content .dp-dfg-items .dp-dfg-item .entry-header {
	display: flex;
	margin-bottom: 1em;
	padding-top: 1em;
}

#main-content .dp-dfg-items .dp-dfg-item.type-download .entry-header, #main-content .dp-dfg-items .dp-dfg-item.type-csm-download .entry-header {
	order: 2;
}

#main-content .dp-dfg-items .dp-dfg-item .dp-dfg-more-button, #main-content .dp-dfg-items .dp-dfg-item .dp-dfg-more-button:hover, body.single-download #main-content .dp-dfg-item .dp-dfg-more-button, body.single-download #main-content .dp-dfg-item .dp-dfg-more-button:hover {
	text-align: left;
	display: inline;
	border: none;
	background: transparent;
	color: #002169 !important;
	text-decoration: underline;
	padding: 0;
	font-size: 1rem;
	font-weight: 700;
}

body.single-download #main-content .dp-dfg-item .dp-dfg-more-button, body.single-download #main-content .dp-dfg-item .dp-dfg-more-button:hover {
	color: #fff !important;
}

#main-content .dp-dfg-items .dp-dfg-item .read-more-wrapper .et_pb_button::after, body.single-download #main-content .dp-dfg-item .read-more-wrapper .et_pb_button::after {
	content: none;
}

#main-content .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content, #main-content .dp-dfg-items .dp-dfg-item > div, body.single-download .dp-dfg-item .dp-dfg-custom-content {
	order: 0;
	font-size: 1rem;
	padding: 0;
}

#main-content .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content *, #main-content .dp-dfg-items .dp-dfg-item > div *, body.single-download .dp-dfg-item .dp-dfg-custom-content * {
	font-size: 1rem;
}

#main-content .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .dp-dfg-custom-field.dp-dfg-cf-heading, #main-content .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .dp-dfg-custom-field.dp-dfg-cf-subheading, #main-content .dp-dfg-items .dp-dfg-item .dp-dfg-meta, #main-content .dp-dfg-items .dp-dfg-item .dp-dfg-content, body.single-download #main-content .dp-dfg-item .dp-dfg-custom-content .dp-dfg-custom-field.dp-dfg-cf-subheading {
	margin-bottom: 1em;
}

#main-content .dp-dfg-items .dp-dfg-item .dp-dfg-meta {
	font-weight: 700;
	margin-top: 9px !important;
}

#main-content .dp-dfg-items .dp-dfg-item .read-more-wrapper {
	margin-bottom: 0;
	margin-top: 0;
	text-align: left;
}

#main-content .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content img, #main-content .dp-dfg-items .dp-dfg-item .dp-dfg-image {
	border: 1px solid #ccc;
}

#main-content .dp-dfg-items .dp-dfg-item.type-download .dp-dfg-custom-content img, #main-content .dp-dfg-items .dp-dfg-item.type-download .dp-dfg-image {
	border: none;
}

#main-content .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .dp-dfg-custom-field.dp-dfg-cf-heading, #main-content .dp-dfg-cf-date_and_time, #main-content .date_and_time, body.single-download .title, body.single-download .hubspot-form-heading {
	font-weight: 700;
}

#main-content .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .dp-dfg-custom-field.dp-dfg-cf-heading {
	padding-bottom: 0;
}

body.single-download .title, body.single-download .hubspot-form-heading {
	font-size: 1.4em !important;
	color: #fff;
	margin-bottom: 1em;
	padding-bottom: 0;
}

body.single-download .meet-your-hosts .hbspt-form label * {
	color: #fff;
}

#main-content .dp-dfg-filters {
	display: flex;
	gap: 50px;
}

#main-content .dp-dfg-filters >div {
	flex-basis: 50%;
	height: 48px;
}

#main-content .dp-dfg-filters >div .dp-dfg-dropdown-label {
	height: 48px;
	text-transform: capitalize !important;
	color: #437bbe !important;
}

#main-content .dp-dfg-filters .dp-dfg-filters-dropdown {
	border: none !important;
}

#main-content .dp-dfg-filters .dp-dfg-filters-dropdown .dp-dfg-dropdown-tag {
	background: #cbd6e2;
	cursor: pointer;
	height: 34px;
	line-height: 34px;
	margin: -1px;
	border-radius: 3px;
	padding: 0 10px;
	color: #222 !important;
	overflow: hidden;
}

#main-content .dp-dfg-filters .dp-dfg-search * {
	background-color: transparent !important;
	border: none;
	text-transform: capitalize !important;
}

body #main-content .dp-dfg-filters .dp-dfg-filters-dropdown .dp-dfg-filter a.dp-dfg-filter-link, body #main-content .dp-dfg-skin-default .dp-dfg-filters-dropdown-layout .dp-dfg-filter a.dp-dfg-filter-link {
	color: #437bbe !important;
	text-transform: capitalize !important;
}

#main-content .dp-dfg-filters .dp-dfg-filters-dropdown .dp-dfg-dropdown-label, #main-content .dp-dfg-filters .dp-dfg-search {
	border-radius: 4px !important;
	border: 1px solid #cbd6e2 !important;
	background-color: #f5f8fa !important;
	text-transform: capitalize !important;
}

#main-content .dpdfg_filtergrid.large-grid .dp-dfg-items .dp-dfg-item {
	border: 1px solid #ccc !important;
	padding: 0 20px 20px !important;
}

#main-content .dpdfg_filtergrid.large-grid .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content .dp-dfg-cf-preview_image, #main-content .dpdfg_filtergrid.large-grid .dp-dfg-items .dp-dfg-item .dp-dfg-image, #main-content .dpdfg_filtergrid.large-grid .dp-dfg-items .dp-dfg-item.type-csm-download .dp-dfg-image {
	margin: -1px -21px 0 !important;
	padding-bottom: 0;
}

#main-content .dp-dfg-items .dp-dfg-item p.dp-dfg-custom-field.dp-dfg-cf-preview_image {
	padding-bottom: 0;
}

#main-content .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content img, #main-content .dp-dfg-items .dp-dfg-item .dp-dfg-image {
	aspect-ratio: 19/10;
	overflow: hidden;
}

#main-content .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content img, #main-content .dp-dfg-items .dp-dfg-item .dp-dfg-image a img {
	object-fit: cover;
	min-height: 100%;
}

#main-content .dpdfg_filtergrid.large-grid .dp-dfg-items .dp-dfg-item.type-download {
	border-width: 0 !important;
	border-color: transparent !important;
	padding: 0 !important;
}

#main-content .dpdfg_filtergrid.large-grid .dp-dfg-items .dp-dfg-item:not(.type-webinar):not(.type-csm-webinar):not(.type-csm-download) .dp-dfg-custom-content .dp-dfg-cf-preview_image {
	margin: 0 !important;
}

#main-content .dp-dfg-items .dp-dfg-item.type-download .dp-dfg-custom-content img {
	aspect-ratio: inherit;
	overflow: hidden;
}

@media screen and ( max-width:980px ) {
	body.single-webinar #main-content .meet-your-hosts .et_pb_blurb {
		width: 100% !important;
	}
	
	body.single-webinar #main-content .meet-your-hosts .et_pb_blurb_content {
		align-items: center !important;
	}
	
	body.single-webinar #main-content .meet-your-hosts .et_pb_text_inner {
		flex-flow: column wrap;
	}
	
	body.single-webinar #main-content .meet-your-hosts .et_pb_text_inner * {
		text-align: left;
	}
	
	#main-content .dp-dfg-filters {
		display: block !important;
	}
	
	#main-content .dp-dfg-filters >div {
		border: 1px solid #cbd6e2 !important;
	}
	
	#main-content .dp-dfg-filters .dp-dfg-filters-dropdown {
		margin-bottom: 25px;
	}
	
	body.single-download #main-content .et_pb_column {
		margin-top: 50px;
	}
	
	body.single-download #main-content .et_pb_column:nth-child(1) {
		margin-top: 0;
	}
}

@media screen and ( max-width:767px ) {
	#main-content .dpdfg_filtergrid.large-grid .dp-dfg-items {
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
	}
}

@media screen and ( max-width:390px ) {
	body.single-webinar #main-content .meet-your-hosts .et_pb_blurb_content {
		flex-flow: column;
	}
	
	body.single-webinar #main-content .meet-your-hosts .et_pb_blurb_content >div {
		flex-basis: 100%;
		padding: 0;
	}
	
	body.single-webinar #main-content .meet-your-hosts .et_pb_blurb_content .et_pb_main_blurb_image {
		flex-basis: 66.66% !important;
		width: 66.66%;
	}
	
	body.single-webinar #main-content .meet-your-hosts .et_pb_text_inner * {
		text-align: center !important;
	}
}

/* hubspot form updates - 20230922 by steph@smittenlabs.co */
.hs-form label, .hs-form * {
	font-size: 15px !important;
}

.hs-form label {
	margin-bottom: 5px !important;
	display: block;
	padding-bottom: 0;
}

.hs-form * {
	line-height: 1;
}

.hs-form ul, .hs-form li {
	padding-bottom: 0 !important;
}

.hs-form .hs_submit {
	margin-top: 25px;
}

.hs-form input, .hs-form textarea, .hs-form select {
	border-color: #cbd6e2 !important;
	background-color: #f5f8fa !important;
	color: #000;
	font-weight: 500;
}

#mobile_menu {
	z-index: -1 !important;
}

.mobile_nav.opened #mobile_menu {
	z-index: 999 !important;
}

#main-header {
	overflow-x: clip !important;
	width: 100% !important;
	width: 100vw !important;
}

.hubspot-cta-embed-code-wrapper {
	margin: 60px 0 0;
}

.hubspot-cta-embed-code-wrapper h5 {
	color: #437bbe;
	font-size: 15px;
	font-weight: 700;
	line-height: 2em;
}

.hubspot-cta-embed-code-wrapper .hubspot-cta-embed-code-container {
	position: relative;
}

.hubspot-cta-embed-code-wrapper .hubspot-cta-embed-code-container .hs-cta-wrapper .cta_button {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	cursor: pointer;
}

.hubspot-cta-embed-code-wrapper .related-media-only-container, .hubspot-cta-embed-code-wrapper .hubspot-cta-only-container .hs-cta-wrapper {
	display: block;
	text-align: left;
}

.hubspot-cta-embed-code-wrapper .related-media-only-container .cta_button, .hubspot-cta-embed-code-wrapper .hubspot-cta-only-container .hs-cta-wrapper .cta_button {
	color: #fff !important;
	border-width: 2px !important;
	border-color: #002169;
	border-radius: 8px;
	border-style: solid;
	display: inline-block;
	font-size: 15px;
	font-weight: 700 !important;
	line-height: 25.5px !important;
	text-transform: uppercase !important;
	background-color: #002169;
	transition: all 300ms ease 0ms;
	padding: 15px 35px;
}

.hubspot-cta-embed-code-wrapper .related-media-only-container .cta_button:hover, .hubspot-cta-embed-code-wrapper .hubspot-cta-only-container .hs-cta-wrapper .cta_button:hover {
	background-color: #fff;
	color: #002169 !important;
	transform: scaleX(1.05) scaleY(1.05) !important;
}

/* filter dropdown styles */
#main-content .dp-dfg-filters {
	display: flex;
	gap: 50px;
}

#main-content .dp-dfg-filters >div {
	flex-basis: 50%;
	height: 48px;
}

#main-content .dp-dfg-filters >div .dp-dfg-dropdown-label {
	height: 48px;
	text-transform: capitalize !important;
	color: #437bbe !important;
}

#main-content .dp-dfg-filters .dp-dfg-filters-dropdown {
	border: none !important;
}

#main-content .dp-dfg-filters .dp-dfg-filters-dropdown .dp-dfg-dropdown-tag {
	background: #cbd6e2;
	cursor: pointer;
	height: 34px;
	line-height: 34px;
	margin: -1px;
	border-radius: 3px;
	padding: 0 10px;
	color: #222 !important;
	overflow: hidden;
}

#main-content .dp-dfg-filters .dp-dfg-search * {
	background-color: transparent !important;
	border: none;
	text-transform: capitalize !important;
}

#main-content .dp-dfg-content.entry-summary {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body #main-content .dp-dfg-filters .dp-dfg-filters-dropdown .dp-dfg-filter a.dp-dfg-filter-link, body #main-content .dp-dfg-skin-default .dp-dfg-filters-dropdown-layout .dp-dfg-filter a.dp-dfg-filter-link {
	color: #437bbe !important;
	text-transform: capitalize !important;
}

#main-content .dp-dfg-filters .dp-dfg-filters-dropdown .dp-dfg-dropdown-label, #main-content .dp-dfg-filters .dp-dfg-search {
	border-radius: 4px !important;
	border: 1px solid #cbd6e2 !important;
	background-color: #f5f8fa !important;
	line-height: 2em !important;
	text-transform: capitalize !important;
}

/* mobile form zoom quickfix */
@media screen and ( max-width: 767px ) {
	input:not([type=submit]), textarea {
		font-size: 16px !important;
	}
}

/* quick fix for calculated fields form plugin */
.fields.cff-container-field label {
	white-space: nowrap !important;
	font-size: 16px;
}

.fields.cff-container-field {
	width: calc(100% + 20px);
	margin-left: -10px;
}

/* landing page template editor - remove divi editor from admin bar */
body.admin-bar.page-template-landing-page-builder #wp-admin-bar-et-use-visual-builder {
	display: none !important;
}

/* Partner Logo Section grid */
.prenger-partner-logo-section-grid {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.prenger-partner-logo-section-rows, .prenger-partner-logo-section-mobile {
	width: 100%;
}

.prenger-partner-logo-section-mobile {
	display: none;
}

.prenger-partner-logo-section-row {
	align-items: center;
	display: flex;
	gap: 40px;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.prenger-partner-logo-section-grid__item {
	align-items: center;
	display: flex;
	flex: 0 0 calc(( 100% - 180px ) / 6);
	justify-content: center;
	padding: 20px 40px;
	width: 100%;
}

.prenger-partner-logo-section-grid__item img {
	display: block;
	height: auto;
	max-width: 100%;
}

.prenger-partner-logo-section-grid__item.is-placeholder {
	visibility: hidden;
}

@media screen and (max-width: 980px) {
	.prenger-partner-logo-section-rows {
		display: none;
	}
	
	.prenger-partner-logo-section-mobile {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
	}
	
	.prenger-partner-logo-section-grid__item {
		flex: 0 0 calc(( 100% - 40px ) / 3);
		max-width: calc(( 100% - 40px ) / 3);
		padding: 0 20px;
	}
	
	.prenger-partner-logo-section-grid__item.is-placeholder {
		display: none;
	}
}
