/*
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: 1.8.3
*/
/* 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 {
	-webkit-transform: none !important;
	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);
}

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped + .sub-menu-toggle {
  display: none;
}

/* 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(133,211,196,0.1);
}
/* 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: 20px;
	padding-right: 20px;
}
/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
	padding-left: 20px;
	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 -- */

#freshy_copyright span {
	display: inline-block;
	line-height: 1.5em;
}

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

#freshy_copyright a.copyright_fs {
	display: block;
	vertical-align: middle;
	width: 42px;
	height: 20px;
	background-image: url("/wp-content/uploads/fs-lettermark-grey.svg");
	background-repeat: no-repeat;
	background-size: 42px 20px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
}

/* fix if using Impreza to remove underline */
#freshy_copyright a:hover {
	border: 0 !important;
}

@media (min-width: 600px) {
	/* vertical pipe divider */
	#freshy_copyright span.copyright_via {
		width: 1px;
		height: 20px;
		margin: 0 10px;
		display: inline-block;
	}
	#freshy_copyright a.copyright_fs {
		display: inline-block;
	}
}

@media (max-width: 980px) {
	#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 -- */


/* -- 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 {
		-moz-column-count: 2;
		-moz-column-gap: 8px;
		-webkit-column-count: 2;
		-webkit-column-gap: 8px;
		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 {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		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 {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
	}
}

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

.pluslist ul li::before {
	content: '\f055';
}
.eventlist ul li::before {
	content: '\f274';
}
.locationlist ul li::before {
	content: '\f041';
}
.externallist ul li::before {
	content: '\f14c';	
}
.pdflist ul li::before {
	content: '\f1c1';
	color: red;
}
.userlist ul li::before {
	content: '\f2c0';
}

/* -- 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 {
	-moz-transform: scale(-1,-1);
	-o-transform: scale(-1,-1);
	-webkit-transform: scale(-1,-1);
	transform: scale(-1,-1);
}

/* -- END TESTIMONIALS PLUGIN -- */


/* -- GRAVITY FORMS -- */

/* partially due to Surbma's restyling of the form, 
there now apepars to be excess margin above fields at certain screen sizes,
when two or more inputs have errors side by side (hence the + in the CSS),
so let's remove that top gap */
@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
	.gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
		margin-top: 0;
	}
}

/* we swap out form ajax spinner via PHP Function, and add spinning if its PNG */
img.gform_ajax_spinner[src$=".png"] {
	-webkit-animation: lime-spin 1.5s linear infinite;
	-moz-animation: lime-spin 1.5s linear infinite;
	animation: lime-spin 1.5s linear infinite;
	padding: 0;
	margin-left: 10px;
}
@-moz-keyframes lime-spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes lime-spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes lime-spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* fix for when Date Picker is used */
#ui-datepicker-div:empty {
	margin-top: 0;	
}

/* 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 -- */

/*-- toggling mega menu submenus injected via jQuery - */

/* make menu list item be relative, to be able to position toggle within this item */
#top-menu li.mega-menu.mega-menu-parent li>.sub-menu .menu-item-has-children, #top-menu li.mega-menu li>.sub-menu .menu-item-has-children {
	position: relative;	
}
/* the new toggle element, which is added via jQuery */
#top-menu li.mega-menu.mega-menu-parent li>.sub-menu .sub-menu-toggle,#top-menu li.mega-menu li>.sub-menu .sub-menu-toggle {
	position: absolute;
	background-color: rgba(0,0,0,0.05);
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 5px;
	right: 4px;
	cursor: pointer;
	text-align: center;
}
/* the new toggle element when popped */
#top-menu li.mega-menu.mega-menu-parent li>.sub-menu .sub-menu-toggle.popped, #top-menu li.mega-menu li>.sub-menu .sub-menu-toggle.popped {
	background-color: rgba(0,0,0,0.05);
}
/* toggle icon */
#top-menu li.mega-menu.mega-menu-parent li>.sub-menu .sub-menu-toggle::before, #top-menu li.mega-menu li>.sub-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: 18px;
	text-transform: none;
	speak: none;
	content: '\f107';
	color:#002B52;
}
/* toggle icon when triggered */
#top-menu li.mega-menu.mega-menu-parent li>.sub-menu .sub-menu-toggle.popped::before, #top-menu li.mega-menu li>.sub-menu .sub-menu-toggle.popped::before {
	content: '\f106';
}
/* hide sub menus by default */
#top-menu li.mega-menu.mega-menu-parent li>.sub-menu .sub-menu-toggle ~ ul.sub-menu, #top-menu li.mega-menu li>.sub-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 */
#top-menu li.mega-menu.mega-menu-parent li>.sub-menu .sub-menu-toggle.popped ~ ul.sub-menu, #top-menu li.mega-menu li>.sub-menu .sub-menu-toggle.popped ~ ul.sub-menu{
	display: block !important;
	background-color: rgba(133,211,196,0.1);
}
/* mega-menu 4 columns */
#top-menu li.mega-menu li>.sub-menu .sub-menu-toggle.popped ~ ul.sub-menu li a {
	background-color: rgba(133,211,196,0.1);
}
/* remove sub menu list item left padding, since padding will be on anchors */
#top-menu li.mega-menu.mega-menu-parent li>.sub-menu li li, #top-menu li.mega-menu li>.sub-menu li li {
	padding-left: 0;
}
/* make menus 100% on 4 column mega menu */
#top-menu li.mega-menu>ul>li>a {
	width: 100%;
}
/* adjust menu anchors side paddings */
#top-menu li.mega-menu.mega-menu-parent li>.sub-menu li a, #top-menu li.mega-menu li>.sub-menu li a {
	padding-left: 20px;
	padding-right: 20px;
}

/* indent sub menu inside sub menu */
#top-menu li.mega-menu.mega-menu-parent li>.sub-menu li li a, #top-menu li.mega-menu li>.sub-menu li li a {
	padding-left: 40px;
	padding-right: 20px;
	font-size:18px !important;
}
/* size of sub menus */
#top-menu li.mega-menu.mega-menu-parent li>.sub-menu li li a, #top-menu li.mega-menu li>.sub-menu li li a {
	font-size:18px !important;
}
.et-fixed-header #top-menu li.mega-menu.mega-menu-parent li>.sub-menu li li a, .et-fixed-header #top-menu li.mega-menu li>.sub-menu li li a {
	font-size:16px !important;
}
/* border under submenu links */
#top-menu li.mega-menu.mega-menu-parent li>.sub-menu li a, #top-menu li.mega-menu li>.sub-menu li a{
	border-bottom: 1px dotted #85D3C4;
}
/* indent sub sub menus further */
#top-menu li.mega-menu.mega-menu-parent li>.sub-menu li li li a, #top-menu li.mega-menu li>.sub-menu li li li a {
	padding-left: 60px;
	padding-right: 20px;
}
/* if menu anchor has toggle, make room for it to fit next to the link */
#top-menu li.mega-menu.mega-menu-parent li>.sub-menu .sub-menu-toggle + a, #top-menu li.mega-menu li>.sub-menu .sub-menu-toggle + a {
	padding-right: 44px;
}
/* sub menu margin */
@media only screen and (min-width:981px){
	#top-menu.nav li ul.sub-menu {
		margin-top: 10px !important;
	}
	#top-menu li.mega-menu.mega-menu-parent li>.sub-menu, #top-menu li.mega-menu li>.sub-menu {
		margin-top: 0px !important;
	}
}
/* center parent menu on mega menu*/
#top-menu li.mega-menu.mega-menu-parent>ul>li{
	text-align: center;
}
#top-menu li.mega-menu>ul>li.menu-item-has-children>a{
	text-align: left;
}
/* reduce sub menus width */
#top-menu li.mega-menu.mega-menu-parent li>.sub-menu, #top-menu li.mega-menu li>.sub-menu {
	width: 98%!important;
}
/*-- add background to top parent mega-menu --*/
#top-menu li.mega-menu.mega-menu-parent>ul>li.menu-item-has-children>a:first-child, #top-menu li.mega-menu>ul>li.menu-item-has-children>a:first-child{
	background-color: rgba(133,211,196,0.2);
	padding-top: 10px !important;
	border-left: 2px solid #fff;
}
#top-menu li.mega-menu.menu-item-1185>ul>li>a:first-child{
	padding-top: 10px !important;
}
/* - end mega menu toggling elements - */

#top-menu li.mega-menu>ul>li.no-hover>a:first-child:hover {
	background-color: rgba(133,211,196,.2) !important;
	opacity: 1;
}

/*-- custom --*/
body, h1, h2, h3, h4, h5, h6, .et_pb_menu .et-menu-nav li a {
	font-family: soleil, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-weight:800 !important;
}
body{
	font-weight:500 !important;
	letter-spacing:1px;
}
#page-container{
	overflow:hidden;
}
.mp-vertical-align { 
	display: flex; 
	flex-direction: column; 
	justify-content: center;
}
.mp-vertical-col.locations{
	display: flex; 
	justify-content: center;
}
@media only screen and (min-width:1621px){
	#top-menu li a {
		font-size: 24px !important;
	}
	.menu-button a{
		font-size: 18px !important;	
	}
/* 	h1, h2{
		font-size:80px !important;
	} */
	h3{
		font-size:42px !important;
	}
	h4{
		font-size:28px !important;
	}
	.expand-locations .et_pb_module_header{
		font-size:32px !important;
	}
/* 	.et_pb_fullwidth_header h1{
		font-size:80px !important;
	}
	.custom-post-content h1{
		font-size:80px !important;
	} */
}
@media only screen and (max-width:1620px) and (min-width:1360px){
	.header-home h1, .header-home h2{
		font-size:76px;
	}
	h1, h2{
		font-size:62px;
	}
	h3{
		font-size:34px!important;
	}
	h4{
		font-size:22px!important;
	}	
	.et_pb_fullwidth_header h1{
		font-size:60px !important;
	}
	.custom-post-content h1{
		font-size:40px !important;
	}
}
@media only screen and (max-width:1359px) and (min-width:981px){
	.header-home h1{
		padding-bottom: 4px;
	}
	h1, h2{
		font-size:48px;
	}
	.header-home h3{
		font-size:50px;
	}
	h3{
		font-size:30px !important;
	}
	h4/*, h5*/{
		font-size:20px !important;
	}
	.custom-post-content h1{
		font-size:40px !important;
	}
}
@media only screen and (max-width:1380px) and (min-width:1200px){
	body{
		font-size:16px !important;
	}
}
@media only screen and (max-width:1199px) and (min-width:981px){
	body{
		font-size:14px !important;
	}
}
@media only screen and (max-width:768px){
	h1, h2{
		font-size:40px !important;
		font-weight: 400!important;
    	text-transform: initial !important;
	}
	h3{
		font-size:30px !important;
	}
	h4/*, h5*/{
		font-size:22px !important;
	}
	.custom-post-content h1{
		font-size:34px !important;
	}
}
@media only screen and (max-width:981px){
	h1, h2{
		font-size:30px !important;
	}
	h3{
		font-size:24px !important;
	}
	h4/*, h5*/{
		font-size:20px !important;
	}
	.custom-post-content h1{
		font-size:33px !important;
	}
}
@media only screen and (max-width:480px){
	h1, h2{
		font-size:26px !important;
	}
	h3{
		font-size:22px !important;
	}
	h4/*, h5*/{
		font-size:18px !important;
	}
	.custom-post-content h1{
		font-size:26px !important;
	}
}
/*-- menu --*/
.menu-item{
	cursor:pointer;
}
#et-secondary-nav li {
	text-align: center;
}
#main-header .container, #top-header .container{
	max-width:100% !important;
	width:90%;
}
#main-header .menu-button{
	padding: 1.5em 1.2em 1.5em !important;
	background: #F7EA82;
	-webkit-transition: all .35s;
	transition: all .35s;
	box-shadow: 0px 0px 1px 1px rgba(247,234,130, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(247,234,130, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(247,234,130, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(247,234,130, 0);
	}
}

.home #top-menu li.menu-button a{
	font-size: 16px !important;	
	color: #002B52 !important;
	font-weight: 700;
}
#top-menu-nav>ul>li.menu-button a:hover{
	opacity: 1 !important;
}
.menu-button:hover{
	background: #85D3C4 !important;
	border-bottom-left-radius:0px !important;
	border-top-right-radius:0px !important;
	border-bottom-right-radius:30px !important;
	border-top-left-radius:30px !important;
	-webkit-transition: all .35s;
	transition: all .35s;
}

#top-menu li.menu-button a {
	color: #002B52 !important;
}
/* .home #logo {
	content: url('/wp-content/uploads/SEED-logo.png.webp');
	position:absolute;
	max-height: 100%;
	margin-top: 20px;
} */
.home .et-fixed-header #logo{
	content:none;
	position:relative;
	max-height: 77%;
	margin-top: 0px;
}
.home #main-header {
	background-color: #fff;
	box-shadow: 0 1px 0 rgba(0,0,0,.0);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.0);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.0);
}
.home #main-header.et-fixed-header {
	box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
	background: #fff;
}
/* .home #top-menu li a{
	color:#fff !important;
} */
.home .et-fixed-header #top-menu li a{
	color:#002B52 !important;
}
.home #top-menu li.current-menu-item > a{
	color:#fff;
	text-decoration: underline;
}
.home .et-fixed-header #top-menu li.current-menu-item > a {
	color: #002B52 !important;
	text-decoration: underline;
}

.home #page-container {
	margin-top: 0 !important;
	padding: 0 !important;
}
.home .et_pb_section_0{
	padding-top:117px;
}
.home #top-menu ul.sub-menu li a {
	color: #002B52 !important;
}
@media only screen and (min-width:1621px){
	#top-menu li a {
		font-size: 24px !important;
	}
	.home #top-menu li.menu-button a{
		font-size: 18px !important;	
	}
}
@media only screen and (max-width:1255px) and (min-width:1032px){
	.home #logo {
		max-height: 70% !important;
	}
	#top-menu li a, #top-menu li.mega-menu.mega-menu-parent li>.sub-menu li li a {
		font-size: 16px !important;
	}
}
@media only screen and (max-width:1031px) and (min-width:981px){
	.home #logo {
		max-height: 50% !important;
	}
	#main-header .container, #top-header .container {
		width: 98%;
	}
	#top-menu li a, #top-menu li.mega-menu.mega-menu-parent li>.sub-menu li li a {
		font-size: 16px !important;
	}
}
@media only screen and (min-width:981px){
	#et-top-navigation nav>ul>li>a{
		padding-bottom: 0 !important;
	}
/* 	.home #et-top-navigation{
		padding: 43px 0 0 0 !important;
	} */
	.et-fixed-header #et-top-navigation nav>ul>li>a{
		padding-bottom: 0 !important;
	}
	.home .et-fixed-header #et-top-navigation{
		padding: 23px 0 23px 0 !important;
	}
	#et-top-navigation{
		padding: 32px 0 32px 0 !important;
	}
	.nav li ul.sub-menu{
		margin-top:0px !important;
	}
	#top-menu li li a {
		padding: 6px 0;
	}
}
/* -- menu mobile -- */

@media only screen and (max-width: 980px){	
	#logo {
		max-height: 80%;
		max-width:64% !important;
	}
	#main-header #mobile_menu.et_mobile_menu li a, .et_pb_menu .et_mobile_menu {
		text-align: center;
	}
	#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
		padding-left: 44px;
	}
	#main-header #mobile_menu.et_mobile_menu li li a{
		padding-right: 40px;
	}
	#top-menu li li {
		text-align: center;
	}
	.mobile_menu_bar:before {
		background: #fff;
	}
	#main-header .et_mobile_menu .menu-button {
		padding: 0 !important;
	}
}
/*-- footer --*/
@media only screen and (min-width:981px){
	.expand-locations .locations-row .et_pb_blurb .et_pb_image_wrap {
		margin-top: 8px;
	}
	.expand-locations .locations-row .et_pb_blurb_position_left .et_pb_main_blurb_image{
		width: 4vw;
		text-align: right;
	}
}
@media only screen and (max-width:1318px) and (min-width:981px){
	.locations-row{
		width:95% !important;
	}
	.locations-row .et_pb_blurb_description{
		font-size:16px !important;
	}
}
@media only screen and (max-width:1266px) and (min-width:981px){
	.expand-locations .locations-row .location-blurb.et_pb_blurb_position_left .et_pb_main_blurb_image{
		width: 20px;	
	}
}
@media only screen and (max-width:1005px) and (min-width:981px){
	.locations-row .et_pb_blurb_description{
		font-size:14px !important;
	}
}

.credits{
	font-size:15px !important;
	font-weight:500 !important;
}
.footer-links p, .footer-links span, .footer-links div{
	display: inline-block;
}
.footer-links div {
	padding: 0 6px;
}
.footer-links strong{
	color:#002b52;
}
.custom-footer h4{
	font-size:18px !important;
}
.footer-links{
	display: flex;
	justify-content: center;
}
.custom-footer .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_widget{
	margin-bottom:0 !important;
}
.et_pb_widget ul li {
	margin-bottom: 0 !important;
}
@media only screen and (min-width:981px){
	.footer-links{
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}
@media only screen and (max-width:980px){
	.custom-footer .menu-footer.et_pb_widget_area a, .custom_footer .menu-footer.et_pb_widget_area li {
		text-align: center !important;
		display: block;
	}	
	.widgets-row>.et_pb_column.et_pb_column_1_6 .et_pb_widget{
		margin:0 !important;
	}
}
@media only screen and (max-width:1350px) and (min-width:981px){
	.custom-footer .et_pb_row{
		width:95%;
		max-width:100%;
	}
}
@media only screen and (max-width:1360px) and (min-width:981px){
	.custom-footer .widgets-row, .custom-footer .custom-row-locations{
		width:99%;
		max-width:100%;
	}
	.locations{
		font-size: 14px !important;
	}
	.widgets-row.et_pb_gutters2 .et_pb_column, .widgets-row.et_pb_gutters2.et_pb_row .et_pb_column {
		margin-right: 1.5% !important;
	}
	.widgets-row.et_pb_gutters2 .et_pb_column_1_2, .widgets-row.et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
		width: 51.5% !important;
	}
}
@media only screen and (max-width:1240px) and (min-width:981px){
	.locations, .custom-footer .et_pb_widget_area a {
		font-size: 12px !important;
	}

	.custom-footer h4 {
		font-size: 15px !important;
	}
}
@media only screen and (max-width:1160px) and (min-width:981px){
	.custom-footer h4 {
		font-size: 13px !important;
	}
}
/*-- stack--*/
@media all and (max-width: 980px) {
	/*** wrap row in a flex box ***/
	.custom_row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
		flex-wrap: wrap;
	}

	/*** custom classes that will designate the order of columns in the flex box row ***/
	.first-on-mobile {
		-webkit-order: 1;
		order: 1;
	}

	.second-on-mobile {
		-webkit-order: 2;
		order: 2;
	}

	.third-on-mobile {
		-webkit-order: 3;
		order: 3;
	}
	/*** add margin to last column ***/
	.custom_row:last-child .et_pb_column:last-child {
		margin-bottom: 0px;
	}
	.mobile-row .et_pb_column:last-child{
		width:100% !important;		
	} 
}
/*-- scroll up --*/
.et_pb_scroll_top.et-pb-icon {
	background: #85D3C4;
	bottom: 20px;
	right: 10px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	font-size: 40px;
	padding: 10px;
}
/*-- Buttons --*/
.et_pb_button, .et_pb_button_module_wrapper .et_pb_button, .et_pb_button.et_pb_promo_button{
	overflow:hidden;
	text-align:center;
	min-width:240px;
	font-weight:700 !important;
	padding: 0.45em 1em 0.55em !important;
}
.et_pb_button:hover, .et_pb_button_module_wrapper .et_pb_button:hover, .et_pb_button.et_pb_promo_button:hover{
	padding: 0.45em 1em 0.55em !important;
	border-bottom-left-radius:0px !important;
	border-top-right-radius:0px !important;
}
@media only screen and (max-width:1620px){
	.et_pb_button, .et_pb_button_module_wrapper .et_pb_button, .et_pb_button.et_pb_promo_button{
		font-size:20px !important;
	}
}
@media only screen and (max-width:1240px){
	.et_pb_button, .et_pb_button_module_wrapper .et_pb_button, .et_pb_button.et_pb_promo_button{
		font-size:16px !important;
	}
	.internal-cards .et_pb_button, .internal-cards .et_pb_button_module_wrapper .et_pb_button, .internal-cards .et_pb_button.et_pb_promo_button{
		min-width: 200px !important;
	}
}

@media only screen and (min-width:981px){
	.header-home .et_pb_button{
		min-width: 90% !important;
	}
	.we-serve .et_pb_button{
		min-width: 90% !important;
	}
	.meet-team-button.et_pb_button{
		min-width: 260px;
	}
}
@media only screen and (max-width:980px){
	.et_pb_button, .et_pb_button_module_wrapper .et_pb_button, .et_pb_button.et_pb_promo_button{
		font-size: 16px !important;
	}
}
@media only screen and (max-width:275px){
	.et_pb_button, .et_pb_button_module_wrapper .et_pb_button, .et_pb_button.et_pb_promo_button, .home-slider .et_pb_button.et_pb_more_button, .et_pb_button_module_wrapper.et_pb_module .et_pb_bg_layout_light.et_pb_button{
		min-width:auto;
	}
	.et_pb_button, .et_pb_button_module_wrapper .et_pb_button, .et_pb_button.et_pb_promo_button{
		font-size: 14px !important;
	}
}
/*-- form --*/
body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_page_footer input.button, body div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
	font-family: soleil, sans-serif;
}
body .gform_wrapper .gform_footer input.button{
	min-width: 260px;
	max-width: 260px;
	text-align: center;
	-webkit-transition: all .35s;
	transition: all .35s;
	border-radius:0 !important;
	margin-top: 0;
	padding: 0.45em 1em 0.45em !important;
	border:0 !important;
	font-weight:700 !important;
}
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{
	padding: 0.45em 1em 0.45em !important;
	border-bottom-left-radius:0px !important;
	border-top-right-radius:0px !important;
	border-bottom-right-radius:30px !important;
	border-top-left-radius:30px !important;
}
/*--general --*/
.et_pb_main_blurb_image {
	margin-bottom: 15px;
}
/*-- cta inline --*/
@media only screen and (min-width:981px){
	.cta-inline{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.cta-inline .et_pb_promo_description{
		display: flex;
		flex-direction: column;
		flex-basis: 100%;
		flex: 1;
		justify-content: center;
		padding-bottom:0;
		padding-right:10px;
		text-align:left;
	}
	.cta-inline.long-button .et_pb_promo_description{
		flex: 0.6;
	}
	.cta-inline .et_pb_promo_description h2{
		padding-bottom:0;
	}
	.cta-inline .et_pb_button_wrapper {
		display: flex;
		flex-direction: column;
		flex-basis: 100%;
		flex: 0.45;
		text-align:center;
		justify-content: center;
	}
}
@media only screen and (max-width:1342px){
	.cta-inline{
		padding:40px 20px;
	}
}
@media only screen and (max-width:1175px) and (min-width:1045px){
	.cta-inline .et_pb_promo_button.et_pb_button{
		font-size: 16px !important;
	}
}
@media only screen and (max-width:1046px) and (min-width:981px){
	.cta-inline .et_pb_promo_button.et_pb_button{
		font-size: 14px !important;
	}
	.cta-inline .et_pb_promo_description h3{
		font-size:28px;
	}
}
/*-- Home --*/
.white-header h1, .white-second-line h3{
	font-weight:400 !important;
}
.header-home:before{
	content:"";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	z-index: 1;
}

.icon-cards-rows .et_pb_column{
	min-height: 22vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/*-- inline podcast buttons home --*/
@media only screen and (min-width:481px){
	.inline-img .et_pb_image{
		display:inline-block;
		float:left;
		margin-left: auto;
		margin-right: auto;
	}
	.inline-img .et_pb_image:last-child{
		margin-right:0px;
	}
}
@media only screen and (max-width:767px) and (min-width:481px){
	.graph img{
		content:url(/wp-content/uploads/lines-tab-1.png);
	}
}

@media only screen and (max-width:1360px) and (min-width:981px){
	.header-home .white-header{
		margin-bottom:-5px !important;
	}
}
/*-- internals --*/

.internal-header.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	width: 100%;
	max-width: 100%;
}
.internal-header.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
	max-width: 100% !important;
}
@media only screen and (max-width:1620px) and (min-width:981px){
	.internal-header.et_pb_fullwidth_header{
		padding-top:100px !important;
		padding-bottom:100px !important;
	}
}
@media only screen and (min-width:981px){
	.custom-width .et_pb_column{
		width:46%;
	}
	.custom-width .col-text{
		width:54% !important;
	}
}
@media only screen and (min-width:981px){
	.internal-cards .et_pb_column_1_3 .et_pb_module.et_pb_blurb{
		margin-bottom:80px !important;
	}
	.internal-cards .et_pb_column_1_2 .et_pb_module.et_pb_blurb{
		margin-bottom:100px !important;
	}
}

.checklist.bluish ul li::before {
	color: #85D3C4;
}

.segmented-blurb .et_pb_main_blurb_image img {
    height: 150px;
    object-fit: contain;
}

/*-- blog --*/

@media (max-width: 980px) {
	body.post-type-archive-news #et-boc .et-l .et_pb_bg_layout_light .et_pb_post p {
		font-size: 18px;
	}
}

a.more-link {
	margin-top: 15px;
	margin-bottom: 30px;
	display: block;
	text-transform:capitalize;
	padding:0.5em 1.2em 0.6em !important;
	background: #F7EA82;
	-webkit-transition: all .35s;
	transition: all .35s;
	width:auto;
	text-align:center;
}
a.more-link:hover {
	background: #85D3C4 !important;
	border-bottom-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 30px !important;
	border-top-left-radius: 30px !important;
}

.custom-sidebar-blog .et_pb_widget ul li {
	margin-bottom: 10px !important;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}
.custom-sidebar-blog .et_pb_widget ul li:last-child{
	margin-bottom: 0px !important;
	border-bottom: 0 dotted #999;
}
.custom-sidebar-blog .et_pb_widget li a {
	font-weight: 700 !important;
	font-size:17px !important;
}
.custom-sidebar-blog .et_pb_widget select {
	height: 40px !important;
	padding: 0 10px !important;
}
.custom-sidebar-blog .et_pb_widget li a:hover{
	color: #82c0c7;
}
.custom-post-content .et_pb_post_content .et_pb_row{
	width:100%;
	max-width:100%;
}
.custom-post-content .et_pb_post_content .et_pb_section_0{
	padding:0 0 30px !important;
}
.custom-post-content .et_pb_post_content, .custom-post-content .et_pb_post_content .et_pb_text{
	color: #707070 !important;
}
.et_pb_title_featured_container{
	padding-top:30px !important;
}
#text-2 {
	margin: 0 5.5% 7.5% 0;
}
.et_pb_widget:last-child{
	margin-right:0 !important;
}
@media only screen and (min-width:767px){
	.custom-sidebar-blog{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.custom-sidebar-blog .et_pb_widget{
		margin-bottom:0 !important;
	}
}

/*-- plans section --*/
.plans-section .et_pb_module_header {
	padding-bottom: 20px;
}

.upper-words{
	text-transform:uppercase;
	font-weight:800 !important;
}

.middle-col{
	display:flex;
	align-items:center;
	justify-content:center;
}

.team-name h2{
	font-size:24px !important;
}
.team-position h3{
	font-size:20px !important;
}

.team-blurbs .et_pb_module_header{
	font-size:18px !important;
}
.team-blurbs .et_pb_blurb_description{
	font-size:16px !important;
}
.team-specialties.checklist-columns-2 ul li:last-child{
	padding-right:0 !important;
}
.et-db #et-boc .et-l .team-member-links .et_pb_blurb_container {
	vertical-align: bottom !important;
}
@media only screen and (max-width: 980px){
	.et-db #et-boc .et-l .team-member-links .et_pb_main_blurb_image .et_pb_image_wrap {
		width: auto !important;
	}
}

.investment-list-bold li strong{
	color:#85d3c4;
}
.simple-list-bold li strong{
	color:#002B52;
}

/*-- top menu --*/
.custom-podcast{
	width: 16px;
	margin-right: -2px;
}
.custom-podcast a{
	font-size: 14px;
	line-height: 1em;
}
.custom-podcast a:before {
	content: "";
	background:url(/wp-content/uploads/podcast-icon-1.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	bottom: -2px;
	background-position: left center;
}
.custom-podcast span{
	display:none;
}
@media only screen and (max-width:980px){
	.custom-podcast{
		display:none;
	}
}

.podcast-icons .et_pb_main_blurb_image {
	margin-bottom: 0;
}

/* -------------------- Leadership Page -------------------- */
/* ---------- Letter Blurbs ---------- */
/* Big Letters */
.custom-letter-blurb-s .et_pb_main_blurb_image {
	width: 63px;
	min-width: 63px;
}
.custom-letter-blurb-e .et_pb_main_blurb_image {
	width: 53px;
	min-width: 53px;
}
.custom-letter-blurb-d .et_pb_main_blurb_image {
	width: 75px;
	min-width: 75px;
}
/* Description bar */
.custom-letter-blurb .et_pb_blurb_description:before {
	content: '';
	display: block;
	width: 30px;
	height: 4px;
	background-color: #9AD5CA;
	margin-top: 35px;
	margin-bottom: 20px;
}

/* Open Sans Condensed */
@media (min-width: 981px) {
	.custom-font-h2 h2 {
		font-size: 51px !important;
	}
	.custom-font-h3 h3 {
		font-size: 55px !important;
	}
	.custom-font-quote-h3 h3 {
		font-size: 64px !important;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	.custom-font-h2 h2 {
		font-size: 41px !important;
	}
	.custom-font-h3 h3 {
		font-size: 45px !important;
	}
	.custom-font-quote-h3 h3 {
		font-size: 54px !important;
	}
}
@media (max-width: 767px) {
	.custom-font-h2 h2 {
		font-size: 31px !important;
	}
	.custom-font-h3 h3 {
		font-size: 35px !important;
	}
	.custom-font-quote-h3 h3 {
		font-size: 38px !important;
	}
}

/* ---------- Align Middle ---------- */
/* ----- More than one column ----- */
.align-middle .et_pb_row.et_pb_equal_columns {
	-webkit-align-items: center;
	align-items: center;	
}
/* ----- One Column ----- */
.align-middle-column {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* ---------- Leadership Cards ---------- */
/* ----- Flip Cards ----- */
.leadership-card .flip_box_front {
	padding: 0;
	z-index: 1;
}
.leadership-card .flip_box_back {
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
.leadership-card .flip_box_back .back_body {
	width: 100%;
}
.leadership-card p {
	padding: 0;
}
.leadership-card .flip_box_back, .leadership-card .flip_box_front {
	background-image: linear-gradient(90deg,#97d1c4 0%,#ffffff 100%)!important;
	box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.3);
}
@media (min-width: 981px) {
	.leadership-card .flip_box_back, .leadership-card .flip_box_front {
		min-height: 310px !important;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: stretch;
		align-items: center;
		justify-content: space-between;
	}
}
.leadership-card .image_wrap {
	display: none;
}
.leadership-card .flip_box {
	max-width: 1080px;
	margin: auto;
}
.leadership-card .flip_box_back .back_body, .leadership-card .flip_box_front .front_body {
	width: 100%;
}
/* ----- Blurbs ----- */
.leadership-blurb-front p {
	letter-spacing: 0px;
}
.leadership-blurb-front .et_pb_main_blurb_image {
	width: 225px;
	min-width: 225px;
	margin-bottom: 0;
	vertical-align: middle;
}
/* Container */
.leadership-blurb-front .et_pb_blurb_container {
	vertical-align: middle;
}
/* Title */
.leadership-blurb-front h4 {
	letter-spacing: 0;
}
@media (max-width: 980px) and (min-width: 768px) {
	.leadership-blurb-front h4 {
		font-size: 45px !important;
	}
}
@media (max-width: 767px) {
	.leadership-blurb-front h4 {
		font-size: 30px !important;
	}
}
/*mobile*/
@media (max-width: 767px) {
	.leadership-blurb-front .et_pb_main_blurb_image {
		width: 125px;
		min-width: 125px;
	}
	.leadership-blurb-front .et_pb_blurb_content {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}
}
/* ----- Back ----- */
/* Blurbs */
.spg-green {
	color: #9BD6CC;
}
/* Image */
.leadership-blurb-back .et_pb_main_blurb_image {
	width: 225px;
	min-width: 225px;
	margin-bottom: 0;
	vertical-align: middle;
}
/* Container */
.leadership-blurb-back .et_pb_blurb_container {
	vertical-align: middle;
}
/* Title */
.leadership-blurb-back h4 {
	letter-spacing: 0;
}
@media (min-width: 981px) {
	.leadership-blurb-back h4 {
		font-size: 40px !important;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	.leadership-blurb-back h4 {
		font-size: 35px !important;
	}
}
@media (max-width: 767px) {
	.leadership-blurb-back h4 {
		font-size: 25px !important;
	}
}
/*Description*/
.leadership-blurb-back p {
	padding: 13px !important;
	margin-bottom: 10px;
	background-color: #324C6B;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.leadership-blurb-back p:last-of-type {
	margin-bottom: 0px;
}
/*Right Image*/
@media (min-width: 768px) {
	/*Blurb*/
	.leadership-blurb-right-image .et_pb_blurb_content {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: flex-end;
		align-items: center;
	}
	.leadership-blurb-right-image .et_pb_main_blurb_image {
		order: 2;
	}
	.leadership-blurb-right-image .et_pb_blurb_container {
		order: 1;
		padding-right: 15px;
		padding-left: 0;
		flex-grow: 1;
	}
}
/*Mobile*/
@media (max-width: 980px) {
	.leadership-card .flip_box_back, .leadership-card .flip_box_front {
		min-height: 380px !important;
	}
	/*.leadership-blurb-front .et_pb_blurb_container,
	.leadership-blurb-back .et_pb_blurb_container {
	padding-left: 0;
}*/
	/*Columns*/
	.leadership-blurb-right-column {
		display: flex;
		flex-wrap: wrap;
	}
	/* ----- custom classes that will designate the order of columns in the flex box row ----- */
	.first-on-mobile {
		-webkit-order: 1;
		order: 1;
	}
	.second-on-mobile {
		-webkit-order: 2;
		order: 2;
		margin-bottom: 0 !important;
	}
	/* ----- add margin to last column ----- */
	.leadership-blurb-right-column:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.leadership-card .flip_box_back, .leadership-card .flip_box_front {
		min-height: 380px !important;
	}
	.leadership-card .flip_box_back .et_pb_blurb_container, .leadership-card .flip_box_front .et_pb_blurb_container {
		padding: 0;
	}
	.leadership-blurb-back .et_pb_main_blurb_image {
		width: 125px;
		min-width: 125px;
	}
	.leadership-blurb-back .et_pb_blurb_content {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}
	.flip_box_back .et_pb_column, .flip_box_back .et_pb_column:last-child {
		margin-bottom: 0 !important;
	}
}
/* Resize together */
@media (min-width: 1341px) {
	.leadership-blurb-front h4, .leadership-blurb-back h4 {
		font-size: 44px !important;
	}
}
@media (max-width: 1340px) and (min-width: 1131px) {
	.leadership-blurb-front h4, .leadership-blurb-back h4 {
		font-size: 40px !important;
	}
	.leadership-blurb-front .et_pb_blurb_description p {
		font-size: 24px;
	}
	.leadership-blurb-front .et_pb_main_blurb_image, .leadership-blurb-back .et_pb_main_blurb_image {
		width: 200px;
		min-width: 200px;
	}
}
@media (max-width: 1130px) and (min-width: 981px) {
	.leadership-blurb-front h4, .leadership-blurb-back h4 {
		font-size: 35px !important;
	}
	.leadership-blurb-front .et_pb_blurb_description p {
		font-size: 20px;
	}
	.leadership-blurb-front .et_pb_main_blurb_image, .leadership-blurb-back .et_pb_main_blurb_image {
		width: 175px;
		min-width: 175px;
	}
}
@media (max-width: 767px) {
	.leadership-blurb-front .et_pb_blurb_description p {
		font-size: 18px;
	}
}
/* Column Spacing */
@media (min-width: 981px) {
	/* .flip-row-column-right {
		padding-right: 0 !important;
	} */
	.flip-row-column-right .et_pb_column:last-child {
		padding-left: 25px;
	}
	/* .flip-row-column-left {
		padding-left: 0 !important;
	} */
	.flip-row-column-left .et_pb_column:first-child {
		padding-right: 25px;
	}
}
/* ---------- Counter Graphics ---------- */
@media (min-width: 981px) {
	.counter-graphic-right {
		position: relative;
		left: -4%;
	}
	.counter-graphic-left {
		position: relative;
		right: -4%;
	}
}
.counter-graphic-right .leadership-card:after {
	content: '';
	display: block;
	width: 18px;
	height: 275px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -15px;
	top: 20px;
}
.counter-graphic-left .leadership-card:before {
	content: '';
	display: block;
	width: 18px;
	height: 275px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -15px;
	top: 20px;
}
@media (max-width: 1400px) and (min-width: 768px) {
	.counter-graphic-right .leadership-card:after {
		right: -4%;
	}
	.counter-graphic-left .leadership-card:before {
		left: -4%;
	}
}
@media (max-width: 767px) {
	.counter-graphic-right .leadership-card:after {
		right: -25px;
	}
	.counter-graphic-left .leadership-card:before {
		left: -25px;
	}
}
.counter-graphic-1 .leadership-card:after {
	background-image: url('/wp-content/uploads/counter-graphic-1.png');
}
.counter-graphic-2 .leadership-card:before {
	background-image: url('/wp-content/uploads/counter-graphic-2.png');
}
.counter-graphic-3 .leadership-card:after {
	background-image: url('/wp-content/uploads/counter-graphic-3.png');
}
.counter-graphic-4 .leadership-card:before {
	background-image: url('/wp-content/uploads/counter-graphic-4.png');
}
.counter-graphic-5 .leadership-card:after {
	background-image: url('/wp-content/uploads/counter-graphic-5.png');
}
.counter-graphic-6 .leadership-card:before {
	background-image: url('/wp-content/uploads/counter-graphic-6.png');
}
.counter-graphic-7 .leadership-card:after {
	background-image: url('/wp-content/uploads/counter-graphic-7.png');
}
.counter-graphic-8 .leadership-card:before {
	background-image: url('/wp-content/uploads/counter-graphic-8.png');
}
.counter-graphic-9 .leadership-card:after {
	background-image: url('/wp-content/uploads/counter-graphic-9.png');
}

/* ---------- Flip Card Image - 4 Keys Types of Capital ---------- */
.custom-flip-image .flip_box_front {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.custom-flip-image .image_wrap {
	order: 2;
	margin: 0px;
}
.custom-flip-image .front_title {
	order: 1;
}
.custom-flip-image .flip_box_back p:empty {
	display: none;
}
.custom-flip-image .flip_box_back  .image_wrap {
	display: none;
}

#key-capital .custom-flip-image,
#key-capital .et_pb_module_inner,
#key-capital .flip_box_inner,
#key-capital .flip_box {
	min-height: 100%;
    height: auto !important;
	width: 100%;
}

@media (min-width: 981px) {
	#key-capital .flip_box_inner .flip_card{
		min-height: 100%;
		height: auto !important;
		width: 100%;
	}
}

#key-capital .custom-flip-image,
#key-capital .flip_box {
    display: flex;
}

#key-capital .flip_box_inner .flip_box_back {
	position: relative;
}
/* ---------- Underline Text ---------- */
.underline-text {
	text-decoration: underline;
}

/* Floating Floral Patterns */
.bg-pattern-1 {
	overflow: visible !important;
}
.bg-pattern-1:after {
	content: '';
	display: block;
	width: 272px;
	height: 272px;
	background-image: url('/wp-content/uploads/bg-pattern-small.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -127px;
	left: -107px;
	z-index: 1;
}
.bg-pattern-2:after {
	content: '';
	display: block;
	width: 492px;
	height: 492px;
	background-image: url('/wp-content/uploads/bg-pattern-large.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 120px;
	right: -246px;
	z-index: 1;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.bg-pattern-2:hover:after {
	background-image: url('/wp-content/uploads/bg-pattern-large-filled.png');
}
.bg-pattern-3:after {
	content: '';
	display: block;
	width: 492px;
	height: 492px;
	background-image: url('/wp-content/uploads/bg-pattern-large.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -20px;
	left: -204px;
	z-index: 1;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.bg-pattern-3:hover:after {
	background-image: url('/wp-content/uploads/bg-pattern-large-filled.png');
}
.bg-pattern-4:after {
	content: '';
	display: block;
	width: 272px;
	height: 272px;
	background-image: url('/wp-content/uploads/bg-pattern-small.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -38px;
	right: -136px;
	z-index: 1;
}

/* Hover H5 */
.hover-h5:hover h5 {
	color: #000 !important;
}

/* make header submenu hover work */

/*commented out by Nick -- this was causing the contact button to break on the homepage*/
/*@media (min-width: 980px) {
	#top-menu > li:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 46px;
		background: transparent;
	}
}*/

#top-menu-nav li ul {
    transition: none !important;
}