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

/* -- COLORS -- */

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

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

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

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

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

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

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

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

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

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

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

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

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

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

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

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

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

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

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */



/* -- END TEMPLATE -- */


/* -- HEADER -- */

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

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

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

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

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

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

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

/* - end mobile menu toggling elements - */

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

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

/* -- END HEADER -- */


/* -- FOOTER -- */

/* - Bottom Bar - */

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

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

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

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

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

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

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

/* -- END FOOTER -- */


/* -- RESPONSIVE -- */

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

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

/* -- END RESPONSIVE -- */


/* -- CHECKLIST -- */

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

.checklist ul li {
	position: relative;
	padding-left: 30px;
	margin: 0 0 6px !important;
	font-family:soleil, sans-serif;
	color:#707070!important;
}

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

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

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

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

/* -- END CHECKLIST -- */

/* -- CHECKLIST WHITE -- */

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

.checklist-white ul li {
	position: relative;
	padding-left: 30px;
	margin: 0 0 6px !important;
	font-family:soleil, sans-serif;
	color:#fff!important;
}

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

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

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

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

/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */

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

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

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

/* -- END DIVI HACKS -- */


/* -- PASSWORD PROTECTED -- */

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

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

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

/* -- END PASSWORD PROTECTED -- */


/* -- TESTIMONIALS PLUGIN -- */

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

/* -- END TESTIMONIALS PLUGIN -- */


/* -- GRAVITY FORMS -- */

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

/* -- END GRAVITY FORMS -- */


/* -- HELPERS -- */

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

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

@media (max-width: 980px) {
	/* use the "stacked-flex" class on a ROW to make it be flexbox when stacked, to help with adjusting order of stacked columns */
	.stacked-flex {
		display: flex;
		flex-wrap: wrap; 
	}
	/* add the desired class to COLUMNS to designate their order when stacked within a "stacked-flex" ROW */
	.stacked-order-negative-4 {
		order: -4;
	}
	.stacked-order-negative-3 {
		order: -3;
	}
	.stacked-order-negative-2 {
		order: -2;
	}
	.stacked-order-negative-1 {
		order: -1;
	}
	.stacked-order-1 {
		order: 1;
	}
	.stacked-order-2 {
		order: 2;
	}
	.stacked-order-3 {
		order: 3;
	}
	.stacked-order-4 {
		order: 4;
	}
	.stacked-order-5{
		order: 5;
	}
	/* 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 -- */


/**-----------------------------------------------------------------------------------------------------**/
/**-----------------------------------------------------------------------------------------------------**/

/**SITE WIDE**/
/**preloader**/
div#loader {
    width: 100%!important;
}
.loader-inner {
    width: 100%!important;
}

/**back to top button**/
.et_pb_scroll_top.et-pb-icon {
	background: #ED7D30;
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
	
}
/*hide horizontal overflow*/
.et_pb_section {
    overflow: hidden!important;
}

/**custom fonts**/
h1, h2, h3, h4, h5, h6 {
	font-family: calder-dark-grit, sans-serif;
}

p {
	font-family: soleil, sans-serif;
}

.accent p {
	font-family: bebas-neue-pro, sans-serif;
}

.accent-calder p {
	font-family: calder-dark-grit, sans-serif;
}

/*vertical align content*/
.fs-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 

/**superscript styling**/
.superscript sup {
    bottom: 0.8em;
    font-size: 50%;
    letter-spacing: 0;
}

/*button font*/
a.et_pb_button.et_pb_button {
	font-family: bebas-neue-pro, sans-serif;
}

/**buttons with custom swipe backgrounds**/
/*orange with blue hover*/
.button-orange-blue {
	background-image:url('/wp-content/uploads/pr-button-bkg-orange.png')!important;
}
.button-orange-blue:hover {
	background-image:url('/wp-content/uploads/pr-button-bkg-teal.png')!important;
	 -webkit-transition: all 0.5s ease;
 	 transition: all 0.5s ease;
}
.button-orange-blue {
	width:261.79px!important;
	height:50.87px!important;
}
a.et_pb_button.button-orange-blue.fs-vertical-align {
    display: flex;
}
/*white with blue hover*/
.button-white-blue {
	background-image:url('/wp-content/uploads/pr-button-bkg-white.png')!important;
}
.button-white-blue:hover {
	background-image:url('/wp-content/uploads/pr-button-bkg-teal.png')!important;
	 -webkit-transition: all 0.5s ease;
 	 transition: all 0.5s ease;
}
.button-white-blue {
	width:261.79px!important;
	height:50.87px!important;
}
a.et_pb_button.button-white-blue.fs-vertical-align {
    display: flex;
}
/*shorter orange with blue hover - ex: nav contact button*/
/*orange with blue hover*/
.small-orange-blue {
	background-image:url('/wp-content/uploads/pr-button-bkg-orange-short.png')!important;
}
.small-orange-blue:hover {
	background-image:url('/wp-content/uploads/pr-button-bkg-blue-short.png')!important;
	 -webkit-transition: all 0.5s ease;
 	 transition: all 0.5s ease;
}
.small-orange-blue {
	width:218.93px!important;
	height:50.87px!important;
}
a.et_pb_button.small-orange-blue.fs-vertical-align {
    display: flex;
}
.small-orange-blue {
	text-align:center!important;
}

/**custom buttons centered**/
.et_pb_button.cust-button-center {
	margin:auto!important;
}

/**button with bottom border**/
a.et_pb_button.button-border-bottom {
    border-bottom: 5px solid rgba(255,255,255,0)!important;
}
a.et_pb_button.button-border-bottom:hover {
    border-bottom: 5px solid #292F31!important;
}
/*orange version*/
a.et_pb_button.button-boder-bottom-orange {
    border-bottom: 5px solid rgba(255,255,255,0)!important;
}
a.et_pb_button.button-boder-bottom-orange:hover {
    border-bottom: 5px solid #ED7D30!important;
}

/**number counters**/
/*number font*/
.cust-number-counters span.percent-value {
    font-family: calder-dark-grit, sans-serif;
}
/*title font*/
.cust-number-counters h2.title {
    font-family: bebas-neue-pro, sans-serif!important;
}
@media screen and (min-width:981px) and (max-width:1100px) {
	.cust-number-counters.et_pb_number_counter .percent p {
		font-size:60px!important;
	}
}

/**popup maker styling**/
/*close button*/
.pum-theme-lightbox .pum-content + .pum-close {
	height: 34.87px;
    width: 50px;
	background-image: url(/wp-content/uploads/orange-swipe-icon-bkg.png);
	border:none!important;
	border-radius:0px!important;
	box-shadow:none!important;
	text-shadow:none!important;
	background-color:transparent!important;
	top:30px!important;
	right:30px;
}
.pum-container, .pum-theme-lightbox .pum-container {
	border:0px!important;
	border-radius:0px!important;
	box-shadow:none!important;
	background:transparent!important;
}

/**column width on small desktops**/
@media screen and (min-width:981px) and (max-width:1600px) {
	.row-60 {
		width:80%!important;
	}
}
@media screen and (min-width:981px) and (max-width:1600px) {
	.row-90 {
		width:90%!important;
	}
}

/**tablepress mobile collapse icon**/
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before {
	top: 8px;
    left: 8px;
    color: #fff;
    border: 0px;
    border-radius: 16px;
    box-shadow: none!important;
    text-align: center;
    text-indent: 1px!important;
    font-family: soleil, sans-serif;
    line-height: 14px;
    content: "+";
    background-color: #ED7D30;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before {
	background-color: #164862;
}

/**sections with visible overflow**/
.overflow-visible {
	overflow:visible!important;
}

/**blurbs with image - reduce spacing between image and body text**/
.blurb-bottom-spacing .et_pb_main_blurb_image {
	margin-bottom:0px!important;
}

/**-----------------------------------------------------------------------------------------------------**/
/**-----------------------------------------------------------------------------------------------------**/

/**HEADER**/
/**place above all other content**/
.pr-header {
	overflow: visible!important;
}
header.et-l.et-l--header {
    position: relative;
    z-index: 99999!important;
}

/**buttons**/
/*flex button column so they sit next to one another*/
@media screen and (min-width:600px) {
	.home-hero-btuton-flex {
		display:flex;
		flex-direction:row;
		justify-content:center;
	}
}

/**fixed header that changes color on scroll**/
/*set the default background color of the header section*/
.pr-header {
	background: transparent;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}
/*set the background color of the fixed header when scrolling*/
.pr-fixed-header {
	background-image: url('/wp-content/uploads/test-menu-bkg.png')!important;
	background-position: bottom!important;
	background-repeat:none!important;
	-webkit-transition: background-iamage 1s ease-out;
	-moz-transition: background-image 1s ease-out;
	-o-transition: background-image 1s ease-out;
	transition: background-image 1s ease-out;
}
/*logo sizing, spacing and menu spacing on scroll*/
@media screen and (min-width:981px) {
	.pr-fixed-header .logo-mark img {
		max-width:105px!important;
	}
	.nav-col-1 {
		margin-bottom:40px!important;
	}
	.nav-col-2 {
		margin-bottom:40px!important;
	}
}

/**navigation with button**/
/*flex row so items are next to one another*/
.menu-flex {
	display:flex;
	flex-direction:row;
	justify-content:flex-end!important;
}
/*vertically center content*/
.menu-flex {
	align-items:center!important;
}
/*primary navigation menu font*/
.nav-links.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
	font-family: bebas-neue-pro, sans-serif;
}
/*remove arrow on menu items with children and rmove right padding*/
.nav-links .et-menu .menu-item-has-children>a:first-child {
    padding-right: 0px;
}
.nav-links .et-menu .menu-item-has-children>a:first-child:after {
	display:none!important;
}
/*hide contact link on desktop*/
@media screen and (min-width:981px) {
	.contact-mobile {
		display:none!important;
	}
}

/**small desktop styling**/
@media screen and (min-width:981px) and (max-width:1100px) {
	/*row width*/
	.nav-row {
		width:90%!important;
	}
	/*logo size*/
	.pr-header .logo-mark img {
		width:100px!important;
	}
	/*column sizing/spacing*/
	.nav-col-1 {
		width:11.875%!important;
		margin-bottom:20px!important;
	}
	.nav-col-2 {
		width:87.625%!important;
		margin-bottom:20px!important;
	}
	/*link size*/
	.nav-links.et_pb_menu_0_tb_header.et_pb_menu ul li a {
		font-size:13px!important;
	}
	/*space between links*/
	.nav-links.et_pb_menu .et-menu>li {
		padding-right:8px!important;
		padding-left:8px!important;
	}
	/*contact button size*/
	a.et_pb_button.small-orange-blue.header-contact {
		font-size:13px!important;
		align-items: center!important;
		display: flex;
		justify-content: center;
	}
}
@media screen and (min-width:1101px) and (max-width:1300px) {
	/*row width*/
	.nav-row {
		width:85%!important;
	}
	/*logo size*/
	.pr-header .logo-mark img {
		width:100px!important;
	}
	/*column sizing/spacing*/
	.nav-col-1 {
		width:11.875%!important;
		margin-bottom:20px!important;
	}
	.nav-col-2 {
		width:87.625%!important;
		margin-bottom:20px!important;
	}
	/*link size*/
	.nav-links.et_pb_menu_0_tb_header.et_pb_menu ul li a {
		font-size:14.5px!important;
	}
	/*space between links*/
	.nav-links.et_pb_menu .et-menu>li {
		padding-right:8px!important;
		padding-left:8px!important;
	}
	/*contact button size*/
	a.et_pb_button.small-orange-blue.header-contact {
		font-size:14.5px!important;
		align-items: center!important;
		display: flex;
		justify-content: center;
	}
}
@media screen and (min-width:1301px) and (max-width:1500px) {
	/*row width*/
	.nav-row {
		width:80%!important;
	}
	/*logo size*/
	.pr-header .logo-mark img {
		width:135px!important;
	}
	/*column sizing/spacing*/
	.nav-col-1 {
		width:13.875%!important;
		margin-bottom:25px!important;
	}
	.nav-col-2 {
		width:85.625%!important;
		margin-bottom:25px!important;
	}
	/*link size*/
	.nav-links.et_pb_menu_0_tb_header.et_pb_menu ul li a {
		font-size:17px!important;
	}
	/*space between links*/
	.nav-links.et_pb_menu .et-menu>li {
		padding-right:8px!important;
		padding-left:8px!important;
	}
	/*contact button size*/
	a.et_pb_button.small-orange-blue.header-contact {
		font-size:17px!important;
		align-items: center!important;
		display: flex;
		justify-content: center;
	}
}
@media screen and (min-width:1501px) and (max-width:1700px) {
	/*row width*/
	.nav-row {
		width:75%!important;
	}
	/*logo size*/
	.pr-header .logo-mark img {
		width:150px!important;
	}
	/*column sizing/spacing*/
	.nav-col-1 {
		width:13.875%!important;
		margin-bottom:25px!important;
	}
	.nav-col-2 {
		width:85.625%!important;
		margin-bottom:25px!important;
	}
	/*link size*/
	.nav-links.et_pb_menu_0_tb_header.et_pb_menu ul li a {
		font-size:19px!important;
	}
	/*space between links*/
	.nav-links.et_pb_menu .et-menu>li {
		padding-right:9px!important;
		padding-left:9px!important;
	}
	/*contact button size*/
	a.et_pb_button.small-orange-blue.header-contact {
		font-size:19px!important;
		align-items: center!important;
		display: flex;
		justify-content: center;
	}
}
@media screen and (min-width:1701px) and (max-width:1900px) {
	/*row width*/
	.nav-row {
		width:70%!important;
	}
	/*logo size*/
	.pr-header .logo-mark img {
		width:200px!important;
	}
	/*column sizing/spacing*/
	.nav-col-1 {
		width:13.875%!important;
		margin-bottom:25px!important;
	}
	.nav-col-2 {
		width:85.625%!important;
		margin-bottom:25px!important;
	}
}

/**tablet/mobile styling**/
/*flex row so items are next to one another*/
@media screen and (max-width:980px) {
	.nav-row {
	display:flex!important;
}
.nav-col-1 {
	margin-bottom:0px!important;
}
	/*remove 2 px at top of hamburger menu*/
	.et_pb_module .mobile_menu_bar:before {
    top: 0px;
}
}
@media screen and (min-width:768px) and (max-width:980px) {
	/*logo sizing, spacing and menu spacing on scroll*/
	.pr-fixed-header .logo-mark img {
		max-width:90px!important;
	}
}
/*hide contact link on tablet*/
@media screen and (min-width:768px) and (max-width:980px) {
	.contact-mobile {
		display:none!important;
	}
}


/**submenu**/
/*menu width*/
.sub-menu {
	width:300px!important;
}
/*links*/
.sub-menu a {
text-transform: capitalize!important;
font-size: 16px!important;
padding-top:0px!important;
padding-right:0px!important;
padding-left:0!important;
padding-bottom:0px!important;
margin-bottom:8px;

}
.sub-menu li {
    width: 100%!important;
}
.sub-menu li a {
    width:100%!important;
	font-weight:700!important;
}
.sub-menu li a:hover::before {
    content:url('/wp-content/uploads/arrow-right-orange.png');
	margin-right:10px!important;
}
.sub-menu li a:hover {
	color:#ED7D30!important;
	margin-left:6px!important;
}

/**-----------------------------------------------------------------------------------------------------**/
/**-----------------------------------------------------------------------------------------------------**/

/**HOME PAGE**/
/**hero buttons row**/
/*flex buttons next to each other*/
.home-hero-button-flex {
	display:flex;
	flex-direction:row;
	justify-content:center;
}
/**number counters row**/
/*flex row so number counters are next to one another*/
@media screen and (min-width:768px) {
.home-number-counters {
	display:flex;
	flex-direction:row;
	justify-content:center!important;
}
}
/**video**/
/*hover overlay*/
.home-vid:hover {
	content:url('/wp-content/uploads/pr-video-home-overlay-2.png');
	width:100%!important;
}

/**programs columns**/
@media screen and (min-width:981px) {
	/*custom column spacing*/
	.home-cust-col-spacing .et_pb_column {
		margin:20px!important;
	}
/*buttons hover on column hover*/
	.home-programs-hover:hover .button-border-bottom {
		border-bottom: 5px solid #292F31!important;
		color:#292f31!important;
	}
/*title text module height*/
.home-program-heading {
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
	}
}
/*consult advisory services gradient hover on column hover*/
.home-programs-hover:hover .home-consult-gradient {
	border-bottom:10px solid #164862!important;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(38,91,118,0.7);
	-moz-box-shadow: 0px 0px 35px 0px rgba(38,91,118,0.7);
	box-shadow: 0px 0px 35px 0px rgba(38,91,118,0.7);
}

/**testimonial slider**/
/*auto height*/
.et_pb_slide .et_pb_container {
    height: auto!important;
}
@media screen and (max-width:767px) {
	.et_pb_slide_image {
		display:block!important;
		max-width:275px!important;
	}
}
@media screen and (min-width:893px) and (max-width:980px) {
	.et_pb_slides .et_pb_slider_container_inner {
		padding-top:30px!important;
		padding-bottom:30px!important;
	}
}
@media screen and (min-width:981px) {
	.et_pb_slides .et_pb_slider_container_inner {
		height:320px;
	}
}
/*add background behind slide images*/
.et_pb_slide_image {
    background-image: url(/wp-content/uploads/pr-white-swipe-diagonal-small.png);
    background-position: center;
    background-repeat: no-repeat;
	background-size:contain!important;
}
/*hide slider button*/
a.et_pb_button.et_pb_more_button {
    display: none!important;
}
/*spacing around slides*/
.et_pb_slider .et_pb_container {
	margin:0px!important;
}
.et_pb_slider .et_pb_container {
	max-width:100%!important;
}
/*testimonial content text shadow*/
.et_pb_slide_content {
    text-shadow: none;
}
/*change arrows*/
.et_pb_slider.cust-slider-arrow .et-pb-arrow-prev {
	opacity: 1;
	left: 22px;
} 
.et_pb_slider.cust-slider-arrow .et-pb-arrow-next {
	opacity: 1;
	right: 22px;
} 
.et_pb_slider.cust-slider-arrow .et-pb-arrow-prev:before{
	content:"\23";
	font-size:25px!important;
	font-weight:700!important;
} 
.et_pb_slider.cust-slider-arrow .et-pb-arrow-next:before{
	content:"\24";
	font-size:25px!important;
	font-weight:700!important;
}

/**blog section**/
/*spacing between blog boxes*/
@media screen and (min-width:981px) {
.et_pb_salvattore_content .column {
    margin-right: 10px!important;
	margin-left:10px!important;
}
	.et_pb_salvattore_content {
		display:flex;
		justify-content:center!important;
	}
}
@media screen and (max-width:980px) {
	.et_pb_column .cust-blog .column.size-1of2 {
		width:100%!important;
}
	.cust-blog .et_pb_post {
   		margin-bottom: 30px!important;
		height:auto!important;
}
}
/*custom read more button*/
a.more-link {
    font-family: 'bebas-neue-pro';
    text-transform: uppercase;
}
a.more-link {
    border-bottom: 5px solid rgba(255,255,255,0);
	padding-bottom:5px!important;
}
a.more-link:hover {
    border-bottom: 5px solid rgba(255,255,255,1)!important;
	padding-bottom:5px!important;

}

/*spacing between content and button*/
.post-content-inner {
    margin-bottom: 20px;
}
/*featured image spacing*/
.et_pb_blog_grid .et_pb_image_container img {
	padding: 40px 25px 0px 25px;
}
/*grid boxes padding*/
@media screen and (min-width:981px) {
.et_pb_blog_grid .et_pb_post {
	    padding: 19px 19px 350px 19px;
}
}

/**small desktop styling**/
/*groundwork row with video*/
@media screen and (min-width:981px) and (max-width:1500px) {
	.home-groundwork-row {
		width:95%!important;
	}
}
/*blog button*/
@media screen and (min-width:768px) and (max-width:980px) {
	.et_pb_blog_grid .et_pb_post {
	    padding: 19px 19px 250px 19px;
}
}
@media screen and (max-width:767px) {
	.et_pb_blog_grid .et_pb_post {
	    padding: 19px 19px 225px 19px;
}
}

/**small desktop text size adjustments**/
/*box headings*/
@media screen and (min-width:981px) and (max-width:1300px) {
	.home-box-head h3 {
		font-size:17px!important;
	}
	.home-vid-sm-dt {
		margin-top:165px!important;
	}
}

/**-----------------------------------------------------------------------------------------------------**/
/**-----------------------------------------------------------------------------------------------------**/

/**FOOTER**/
/**copyright**/
/*resize logo*/
.copyright img {
	max-width:40px!important;
	vertical-align:middle!important;
}
/**menu columns**/
.footer-links .et-menu-nav ul {
    display: flex;
    flex-direction: column!important;
}

/**social media icons**/
a.icon.et_pb_with_border {
	padding-left: 3px;
    padding-top: 2px;
}
a.icon.et_pb_with_border:hover {
    background-image: url(/wp-content/uploads/social-bkg.png);
    padding-left: 3px;
    padding-top: 2px;
}

/**desktop-specific styling**/
/**column widths/spacing**/
@media screen and (min-width:981px) and (max-width:1200px) {
	/*row width*/
	.foot-row.et_pb_row {
		width:90%!important;
	}
	/*column widths*/
	.foot-col-1 {
		width:15%!important;
	}
	.foot-col-2 {
		width:16%!important;
	}
	foot-.col-3 {
		width:16%!important;
	}
	.foot-col-4 {
		width:16%!important;
	}
	.foot-col-5 {
		width:23%!important;
	}
	/*button scale & placement*/
	.foot-contact-button.et_pb_button {
    	transform: scale(0.75);
   	 	margin-left: -80px!important;
	}
	/*heading text*/
	.footer-heading p {
		font-size:13px!important;
		line-height:1.3em!important;
	}
	/*contact text*/
	.foot-contact p {
		font-size:11px!important;
		line-height:1.7em!important;
	}
	/*menu text*/
	.footer-links a {
		font-size:11px!important;
	}
	/*spacing between menu links*/
	.footer-links .et_pb_menu__menu>nav>ul>li>a {
		padding-bottom:1px!important;
	}
}
@media screen and (min-width:1201px) and (max-width:1400px) {
	/*row width*/
	.foot-row.et_pb_row {
		width:82%!important;
	}
	/*column widths*/
	.foot-col-1 {
		width:15%!important;
	}
	.foot-col-2 {
		width:16%!important;
	}
	foot-.col-3 {
		width:16%!important;
	}
	.foot-col-4 {
		width:16%!important;
	}
	.foot-col-5 {
		width:23%!important;
	}
	/*button scale & placement*/
	.foot-contact-button.et_pb_button {
    	transform: scale(0.85);
   	 	margin-left: -80px!important;
	}
	/*heading text*/
	.footer-heading p {
		font-size:16px!important;
		line-height:1.3em!important;
	}
	/*contact text*/
	.foot-contact p {
		font-size:12px!important;
	}
	/*menu text*/
	.footer-links a {
		font-size:12px!important;
	}
}
@media screen and (min-width:1401px) and (max-width:1600px) {
	/*row width*/
	.foot-row.et_pb_row {
		width:75%!important;
	}
	/*column widths*/
	.foot-col-1 {
		width:15%!important;
	}
	.foot-col-2 {
		width:16%!important;
	}
	foot-.col-3 {
		width:16%!important;
	}
	.foot-col-4 {
		width:16%!important;
	}
	.foot-col-5 {
		width:23%!important;
	}
	/*button scale & placement*/
	.foot-contact-button.et_pb_button {
    	transform: scale(0.85);
   	 	margin-left: -80px!important;
	}
	/*heading text*/
	.footer-heading p {
		font-size:16px!important;
		line-height:1.3em!important;
	}
	/*contact text*/
	.foot-contact p {
		font-size:12px!important;
	}
	/*menu text*/
	.footer-links a {
		font-size:12px!important;
	}
}
@media screen and (min-width:1601px) and (max-width:1800px) {
	/*column widths*/
	.foot-col-1 {
		width:15%!important;
	}
	.foot-col-2 {
		width:16%!important;
	}
	foot-.col-3 {
		width:16%!important;
	}
	.foot-col-4 {
		width:16%!important;
	}
	.foot-col-5 {
		width:23%!important;
	}
	/*button scale & placement*/
	.foot-contact-button.et_pb_button {
    	transform: scale(0.95);
   	 	margin-left: -60px!important;
	}
	/*heading text*/
	.footer-heading p {
		font-size:18px!important;
		line-height:1.3em!important;
	}
}
@media screen and (min-width:1801px) {
	/*column widths*/
	.foot-col-1 {
		width:17%!important;
	}
	.foot-col-2 {
		width:16%!important;
	}
	foot-.col-3 {
		width:16%!important;
	}
	.foot-col-4 {
		width:16%!important;
	}
	.foot-col-5 {
		width:20%!important;
	}
	/*button scale & placement*/
	.foot-contact-button.et_pb_button {
   	 	margin-left: -65px!important;
	}
}

/**tablet/mobile styling**/
/*show open menu*/
@media (max-width: 980px) {
	.pr-open-mobile-menu .et_pb_menu__menu {
		display: flex!important;
	}
	.pr-open-mobile-menu .et_mobile_nav_menu {
		display: none!important;
	}
	.footer-links .et_pb_menu__menu>nav>ul>li {
    	justify-content: center!important;
	}
}
@media screen and (min-width:768px) and (max-width:980px) {
	.foot-col-1 {
		width:100%!important;
	}
	.foot-col-4 {
		width:100%!important;
	}
	.foot-col-2 {
		width:27%!important;
		margin-right:35px!important;
	}
	.foot-col-3 {
		width:26%!important;
	}
	.foot-col-5 {
		width:35%!important;
	}
}
@media screen and (max-width:767px) {
	/*justify menus center*/
	.footer-links .et_pb_menu__wrap {
		justify-content:center!important;
	}
	.foot-col-1 {
		width:100%!important;
	}
	.foot-col-4 {
		width:100%!important;
	}
	.foot-col-2 {
		width:100%!important;
	}
	.foot-col-3 {
		width:100%!important;
	}
	.foot-col-5 {
		width:100%!important;
	}
}

/**-----------------------------------------------------------------------------------------------------**/
/**-----------------------------------------------------------------------------------------------------**/

/**GRAVITY FORMS**/
/**submit button**/
body .gform_wrapper .gform_footer input.button {
	background-color: transparent;
    color: #fff;
    font-family: bebas-neue-pro, sans-serif;
    text-transform: uppercase;
    border-width: 0px;
	letter-spacing: 0.8px;
}
body .gform_wrapper .gform_footer input.button:hover {
	background-color: transparent;
    color: #fff;
    font-family: bebas-neue-pro, sans-serif;
    text-transform: uppercase;
    border-width: 0px;
	letter-spacing: 0.8px;
}
.gform_footer.top_label {
    background-image: url(/wp-content/uploads/pr-button-bkg-orange-short.png);
    background-repeat: no-repeat;
    justify-content: center!important;
    width: 218.9px;
    height: 50.87px;
}
.gform_footer.top_label:hover {
    background-image: url('/wp-content/uploads/pr-button-bkg-blue-short.png');
    background-repeat: no-repeat;
	justify-content: center!important;
    width: 218.9px;
    height: 50.87px;
}
.gform_wrapper.gravity-theme .gform_footer {
	padding:3px 0px!important;
	margin:16px 0 0!important;
}

/**input fields**/
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	-webkit-box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 18%);
	background-color: #fff;
	height:60px!important;
}

/**placeholder text**/
.gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
  color: #707070!important;
	font-size:18px!important;
	letter-spacing:0.72px!important;
	font-family:soleil, sans-serif!important;
}
@media screen and (max-width:980px) {
	.gform_fields .gfield input::-webkit-input-placeholder {
	font-size:16px!important;
	}
}

/**message field**/
body .gform_wrapper .hidden_label textarea.textarea {
	-webkit-box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 18%);
	background-color: #fff;
	height:150px!important;
}

/**message placeholder text**/
.gform_fields .gfield textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
  color: #707070!important;
	font-size:18px!important;
	letter-spacing:0.72px!important;
	font-family:soleil, sans-serif!important;
}
@media screen and (max-width:980px) {
	.gform_fields .gfield textarea::-webkit-input-placeholder {
		font-size:16px!important;
	}
}

/**hide required fields notice**/
p.gform_required_legend {
    display: none;
}
/**-----------------------------------------------------------------------------------------------------**/
/**-----------------------------------------------------------------------------------------------------**/

/**INNER PAGES**/
/**hero sections**/
/*move text to bottom of section*/
.inner-hero-flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%!important;
}
@media screen and (min-width:981px) and (max-width:1500px) {
	.inner-hero-flex {
   	 bottom: 30px;
	}
}
@media screen and (min-width:1501px) {
	.inner-hero-flex {
   	 bottom: 120px;
	}
}
@media screen and (min-width:768px) and (max-width:980px) {
	.inner-hero-flex {
   	 bottom: 50px;
	}
}
@media screen and (max-width:767px) {
	.inner-hero-flex {
   	 bottom: 25px;
	}
}
/*redece section height on small desktops*/
@media screen and (min-width:981px) and (max-width:1500px) {
	.inner-hero-sec {
		height:350px!important;
	}
}


/**-----------------------------------------------------------------------------------------------------**/
/**-----------------------------------------------------------------------------------------------------**/

/**CONSULTING PAGE**/

/**section spacing project overview section**/
.et_pb_section.et_pb_section_2.consulting-proj-consulting.et_section_regular.et_pb_section_sticky {
    padding-bottom: 0px!important;
}

/**toggles**/
/*spacing around closed title*/
.et_pb_toggle_close {
	padding:0px!important;
}
/*title text*/
h3.et_pb_toggle_title {
    font-family: 'bebas-neue-pro';
	background: #164862;
    padding: 10px 20px!important;
}
/*take padding off around sides of whole toggle module*/
.et_pb_module.et_pb_toggle.accent-title.et_pb_toggle_item.et_pb_toggle_open {
    padding: 0px;
}
/*add spacing around toggle body content*/
.et_pb_toggle_content.clearfix {
    padding: 30px 20px;
}
/*open title background color*/
.et_pb_toggle_open h3.et_pb_toggle_title {
	background:#164862!important;
}
/*closed title background color*/
.et_pb_toggle.et_pb_toggle.et_pb_toggle_close h3.et_pb_toggle_title {
	background:#CCDAE3!important;
}
/*icon position*/
.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
	right:15px!important;
}
.et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title:before {
	right:15px!important;
}
/*open toggle box shadow*/
.et_pb_module.et_pb_toggle.accent-title.et_pb_toggle_item.et_pb_toggle_open {
    box-shadow: 1px 2px 13px 0px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 1px 2px 13px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 1px 2px 13px 0px rgba(0,0,0,0.15);
}

/**services columns**/
/*title color on hover*/
.consulting-col-hover:hover .consulting-col-title-hover h3 {
    color: #ED7D30!important;
}
/*body color on hover*/
.consulting-col-hover:hover .consulting-col-body-hover p {
	color: #fff!important;
}
/*column box shadow hover*/
.consulting-col-hover:hover {
	box-shadow: 1px 2px 22px 0px rgba(237,125,48,0.45);
	-webkit-box-shadow: 1px 2px 22px 0px rgba(237,125,48,0.45);
	-moz-box-shadow: 1px 2px 22px 0px rgba(237,125,48,0.45);
}

/**advisory row**/
/*mobile and tablet spacing adjustment*/
@media screen and (max-width:480px) {
.et_pb_row.compare-hover-row.consulting-advisory {
    margin-right: 0px!important;
    margin-left: 6%!important;
}
} 
@media screen and (min-width:481px) and (max-width:980px) {
.et_pb_row.compare-hover-row.consulting-advisory {
    margin-right: 0px!important;
    margin-left: 8%!important;
}
}

/**mobile text size adjustments**/
@media screen and (max-width:407px) {
	.box-head-mob h3 {
		font-size:16px!important;
	}
}
/**-----------------------------------------------------------------------------------------------------**/
/**-----------------------------------------------------------------------------------------------------**/

/**COMPARE US PAGE**/
/**'are you...' blurb font**/
.blurb-bebas.et_pb_blurb p {
    font-family: 'bebas-neue-pro'!important;
}

/**hover columns**/
/*blurb and text sizing on different devices*/
@media screen and (min-width:768px) and (max-width:980px) {
.compare-tailored-blurb .et_pb_module_header {
    max-width: 400px;
    margin: auto;
	
	}
}
/*custom margin betwee columns*/
.compare-hover-row .et_pb_column {
	margin-right:20px!important;
	margin-left:20px!important;
}
@media screen and (max-width:980px) {
	.compare-hover-row .et_pb_column {
	margin-top:20px!important;
	margin-bottom:20px!important;
}
}
@media screen and (max-width:480px) {
	.et_pb_column.compare-col-hover.fs-vertical-align {
    margin-bottom: 20px!important;
}
}
/*hide blurb in active state*/
.compare-col-hover-blurb {
	opacity:0!important;
}
/*blurb title sizing small desktops*/
@media screen and (min-width:981px) and (max-width:1500px) {
	.compare-col-hover-blurb .et_pb_module_header {
    font-size: 1.67vw!important;
	}
}
/*show blurb in hover state*/
.compare-col-hover:hover .compare-col-hover-blurb {
	opacity:1!important;
}
.hov-1-blurb .et_pb_module_header {
	max-width:250px!important;
	margin:auto!important;
}
/*hide title in hover state*/
.compare-col-hover:hover .compare-col-hover-title {
	display:none!important;
}
/*column box shadow hover*/
.compare-col-hover:hover {
	box-shadow: 1px 2px 22px 0px rgba(237,125,48,0.45);
	-webkit-box-shadow: 1px 2px 22px 0px rgba(237,125,48,0.45);
	-moz-box-shadow: 1px 2px 22px 0px rgba(237,125,48,0.45);
	z-index: 9999;
}

/**tablepress tables**/
/*remove default table border*/
.entry-content table:not(.variations) {
	border:0px!important;
}
/*table id 1*/
/*add borders around all items*/
#tablepress-1 {
    border-spacing: 5px!important;
    border-collapse: separate!important;
}
#tablepress-1 td {
    border: 1px solid #707070;
}
#tablepress-1 th {
    border: 1px solid #707070;
}
/*center images vertically and horizontally*/
#tablepress-1 img {
	display: flex;
    margin: auto!important;
}
/*heading color*/
#tablepress-1 th {
    color: #164862!important;
	font-size:24px!important;
	letter-spacing:0.96px!important;
}
/*equal item height*/
#tablepress-1 tr td {
    height: 70px;
}
/*gray background for PR column*/
#tablepress-1 td.column-2 {
    background-color: #F2F2F2;
}
/*column 1 width*/
#tablepress-1 td.column-2, #tablepress-1 td.column-3, #tablepress-1 td.column-4, #tablepress-1 td.column-5, #tablepress-1 td.column-6 {
    width: 14%!important;
}
#tablepress-1 .column-1 {
width: 30%!important;
}

/**scroll blurb**/
/*flex column and align right*/
.compare-blurb-flex {
    display: flex;
    justify-content: flex-end;
}
/*space between icon and text*/
.blurb-left-spacing .et_pb_blurb_container {
    padding-left: 0px!important;
}


/**pm 101 section**/
/*pm 101 column sizing*/
@media screen and (min-width:768px) and (max-width:980px) {
	.pm-101 {
    	height: 32vw!important;
		margin-top:50px!important;
	}
}
@media screen and (max-width:767px) {
	.pm-101 {
    	height: 36vw!important;
		margin-top:50px!important;
	}
}

/**small desktop text adjustments**/
/*accelerate heading small desktops*/
@media screen and (min-width:981px) and (max-width:1215px) {
	.accelerate-head-sm-dt h2 {
		font-size:31px!important;
	}
}

/**-----------------------------------------------------------------------------------------------------**/
/**-----------------------------------------------------------------------------------------------------**/

/**MEET THE TEAM PAGE**/
/**logos row**/
/*logo size on small desktops*/
@media screen and (min-width:981px) and (max-width:1200px) {
	.et_pb_image.logo-sm-dt {
    max-width: 125px;
	}
}
/**team member row**/
/*flex team member columns so they are in a row*/
@media screen and (min-width:768px) {
.meet-team-flex {
	display:flex;
	flex-direction:row;
	justify-content:center;
	}
}
/*leader row with 2, custom image sizing and styling*/
.team-member-custom-size .et_pb_main_blurb_image {
	border-bottom: 8px solid #292F31;
}
@media screen and (min-width:768px) and (max-width:980px) {
	.team-member-custom-size img {
    width: 200px!important;
	}
}
@media screen and (min-width:981px) and (max-width:1300px) {
	.team-member-custom-size img {
    width: 200px;
	}
}
@media screen and (min-width:1301px) and (max-width:1500px) {
	.team-member-custom-size img {
    width: 235px;
	}
}
@media screen and (min-width:1501px) and (max-width:1700px) {
	.team-member-custom-size img {
    width: 285px;
	}
}
/*team members grayscale active, color hover*/
.team-member img {
    filter: grayscale(100%);
}
.team-member img:hover {
    filter: grayscale(0%);
}
/*spacing below blurb image*/
.team-member .et_pb_main_blurb_image {
	margin-bottom:15px!important;
}

/**-----------------------------------------------------------------------------------------------------**/
/**-----------------------------------------------------------------------------------------------------**/

/**TEAM PROGRAM PAGE**/
/**toggles**/
/*links inside toggles*/
.toggle-link a {
    font-family: 'bebas-neue-pro'!important;
    text-transform: uppercase;
    letter-spacing: 0.72px;
    color: #ED7D30!important;
	font-size:20px!important;
}
.toggle-link a:hover {
    font-family: 'bebas-neue-pro'!important;
    text-transform: uppercase;
    letter-spacing: 0.72px;
    color: #164862!important;
	font-size:20px!important;
	padding-bottom:5px!important;
	border-bottom:5px solid #164862!important;
}
.toggle-link a::after {
    content: url(/wp-content/uploads/arrow-right-teal.png);
    margin-left: 10px;
}

/**program details rows**/
/*blurb button*/
.prog-details-button {
	opacity:0!important;
}
.compare-col-hover:hover .prog-details-button {
	opacity:1!important;
}

/**programs popups**/
/*spacing between blurb icons and text*/
.programs-popups-blurb .et_pb_blurb_container {
	padding-left:0px!important;
}
/*desktop specific styling*/
.pum-container {
	width:95%!important;
	right:2%!important;
	left:auto!important;
	top:50px!important;
}
/*tablet/mobile styling*/
@media screen and (min-width:768px) and (max-width:980px) {
	/*flex row so columns are next to one another*/
	.program-popup-flex {
		display:flex;
	}
}
@media screen and (max-width:480px) {
	/*title spacing*/
	.programs-popup-title {
		margin-left:20px!important;
	}
	/*adjust title background swipe placement*/
	.program-popup-title-swipe {
		margin-top:-30px!important;
	}
	/*adjust column spacing*/
	.program-popup-text {
		padding-top:30px!important;
		padding-left:30px!important;
		padding-right:30px!important;
	}
}
@media screen and (min-width:481px) and (max-width:767px) {
	/*adjust title background swipe placement*/
	.program-popup-title-swipe {
		margin-top:-60px!important;
	}
}

/**-----------------------------------------------------------------------------------------------------**/
/**-----------------------------------------------------------------------------------------------------**/

/**GROUNDWORK QUIZ PAGE**/
/**form**/
@media screen and (min-width:981px) {
	/*spacing above scoring section*/
	.quiz-scoring {
    	margin-top: 50px;
    	margin-bottom: 50px;
	}
	/*input labels*/
	legend.gfield_label {
    	font-family: 'bebas-neue-pro';
    	color: #164862;
    	text-transform: uppercase;
    	font-size: 18px!important;
   		letter-spacing: 0.72px!important;
	}
	/*confirmation message font styling*/
	.gform_confirmation_message_3 h2 {
    	font-size: 35px!important;
		margin-bottom:-20px!important;
	}
	.gform_confirmation_message_3 h3 {
    	font-size: 30px!important;
		color:#ED7D30!important;
	}
	.gform_confirmation_message_3 h4 {
    	font-size: 25px!important;
		margin-bottom:-25px;
	}
	.gform_confirmation_message_3 h5 {
			font-size: 22px!important;
			margin-bottom:-25px;
	}
	.gform_confirmation_message_3 h6 {
		font-size: 22px!important;
		font-family: bebas-neue-pro, sans-serif;
		letter-spacing:0.8px;
		text-transform:uppercase;
		color:#164862;
		margin-bottom:-30px;
	}
	.gform_confirmation_message_3 {
		color:#292F31!important;
		font-size:16px!important;
	}
}
/*choices font color*/
	.gform_wrapper.gravity-theme .gfield-choice-input+label {
		color:#292F31;
	}
/*confirmation message background*/
	.gform_confirmation_wrapper .gform_confirmation_message {
		background:transparent;
	}
/*confirmation message links*/
span.confirmation-links a {
	font-weight:700!important;
	color:#292F31;
}
span.confirmation-links a:hover {
    font-weight: 700;
    border-bottom: 3px solid #164862;
    color: #164862;
}

/**-----------------------------------------------------------------------------------------------------**/
/**-----------------------------------------------------------------------------------------------------**/

/**BLOG PAGE**/
/*increase row size on small desktops*/
@media screen and (min-width:981px)and (max-width:1200px) {
	.blog-pg-posts-row {
		width:90%!important;
	}
	a.el_category_term.el_term_product-management {
    min-width: 235px!important;
}
	.et_pb_blog_extras_0 .et_pb_post.et_pb_post_extra .post-categories a {
		font-size:11px!important;
		text-align:center!important;
	}
}
/**glog grid read more button**/
/*hover*/
.blog-pg-grid .et_pb_button {
    border-bottom: 5px solid rgba(255,255,255,0)!important;
	transition:color 0ms!important;
}
.blog-pg-grid .et_pb_button:hover {
    border-bottom: 5px solid #292F31!important;
	transition:color 0ms!important;
}
.blog-pg-grid .et_pb_button::after {
    border-bottom: 5px solid rgba(255,255,255,0)!important;
	transition:color 0ms!important;
}
.blog-pg-grid .et_pb_button:hover::after {
    border-bottom: 5px solid #292F31!important;
	transition:color 0ms!important;
}
.blog-pg-grid .et_pb_button::after {
	margin-left:0px!important;
	padding-left:0.3em!important;
}

/**blog grid title**/
.blog-pg-grid .entry-title {
	font-family:bebas-neue-pro, sans-serif;
}

/**blog grid categories**/
.blog-pg-grid .et_pb_post.et_pb_post_extra .post-categories a {
	letter-spacing: 0.6px;
    text-transform: uppercase;
	border-radius:0px;
	padding-right:30px;
	padding-left:30px!important;
}

/**blog grid post box border radius**/
.el-dbe-blog-extra.block_extended .et_pb_post {
    border-radius: 0px;
}

/**blog grid laod more button**/
a.et_pb_button.el-pagination-button.el-button.el-load-more {
	padding-left: 0px!important;
    padding-right: 0px!important;
    padding-bottom: 0px!important;
}

/**blog grid spacing around images**/
.blog-pg-grid .post-media-container {
	padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
}

/**blog grid spacing between title and featured image**/
.blog-pg-grid .entry-title {
	margin-top:-15px!important;
}


/**individual blog posts**/
/*featured image container*/
.et_pb_title_featured_container {
    max-width: 750px;
}
.et_pb_title_featured_container .et_pb_image_wrap {
	display:flex;
	justify-content:center!important;
}
.et_pb_title_featured_container img {
	width:auto!important;
}

/**search results page**/
/*title font*/
.search-results-posts .entry-title {
    font-family: bebas-neue-pro, sans-serif;
}
/*read more button*/
.search-results-posts .et_pb_post div.post-content a.more-link:hover::after {
    content: url(/wp-content/uploads/arrow-right-teal.png);
}
.search-results-posts .et_pb_post div.post-content a.more-link:hover {
	border-bottom:4px solid #292F31!important;
}
/*take off spacing at bottom of post boxes*/
.search-results-posts .et_pb_post {
    padding-bottom: 40px!important;
}

/**-----------------------------------------------------------------------------------------------------**/
/**-----------------------------------------------------------------------------------------------------**/

/**404 PAGE**/
/**blurb**/
/*flex to horizontally center*/
.oops-flex {
	display:flex;
	justify-content:center!important;
}

/**-----------------------------------------------------------------------------------------------------**/
/**-----------------------------------------------------------------------------------------------------**/

/**ABOUT US PAGE**/
/**then what happened row**/
/*sizing adjustment for movile screens*/
@media screen and (max-width:400px) {
	.about-what-happened {
		min-height:225px!important;
	}
}
@media screen and (min-width:401px) and (max-width:500px) {
	.about-what-happened {
		min-height:260px!important;
	}
}
@media screen and (min-width:501px) and (max-width:600px) {
	.about-what-happened {
		min-height:310px!important;
	}
}
@media screen and (min-width:601px) and (max-width:700px) {
	.about-what-happened {
		min-height:345px!important;
	}
}
@media screen and (min-width:701px) and (max-width:767px) {
	.about-what-happened {
		min-height:395px!important;
	}
}
@media screen and (max-width:420px) {
	.then-what-happened {
		margin-top:40px!important;
	}
}
/**table**/
/*title image sizing*/
@media screen and (max-width:480px) {
	.et_pb_module.et_pb_text.fs-vertical-align.about-break-down-swipe {
	min-height:100px!important;
	}
}
@media screen and (min-width:481px) and (max-width:625px) {
	.et_pb_module.et_pb_text.fs-vertical-align.about-break-down-swipe {
	min-height:150px!important;
	}
}
@media screen and (min-width:626px) and (max-width:767px) {
	.et_pb_module.et_pb_text.fs-vertical-align.about-break-down-swipe {
	min-height:190px!important;
	}
}
/*table id 3*/
/*add borders around all items*/
#tablepress-3 {
    border-spacing: 5px!important;
    border-collapse: separate!important;
}
#tablepress-3 td {
    border: 1px solid #707070;
}
#tablepress-3 th {
    border: 1px solid #707070;
}
/*heading color*/
#tablepress-3 th {
    color: #164862!important;
	font-size:24px!important;
	letter-spacing:0.96px!important;
}
/*equal item height*/
#tablepress-3 tr td {
    height: 200px;
}
/*gray background for PR column*/
#tablepress-3 td.column-1 {
    background-color: #F2F2F2;
}
/*column 1 width*/
#tablepress-3 td.column-1, #tablepress-3 td .column-2, #tablepress-3 td .column-3 {
    width: 33.3%!important;
}
@media screen and (max-width:599px) {
	table#tablepress-3 {
   		width: auto!important;
		margin:auto!important;
	}
}
/*col 1 heading color*/
#tablepress-3 th.column-1 {
	background-color:#f2f2f2!important;
}
/*col 2 heading color*/
#tablepress-3 th.column-2 {
    background-color: #fff!important;
}

/**-----------------------------------------------------------------------------------------------------**/
/**-----------------------------------------------------------------------------------------------------**/

/**REBELS IN ACTION PAGE**/
/**blurbs**/
/*change title text*/
.rebels-blurb-titles-bebas.et_pb_blurb .et_pb_module_header {
	font-family:'bebas-neue-pro'
}

/**toggles**/
/*links hover*/
.ria-toggle a:hover {
	color:#ED7D30!important;
}

/**featured videos sizing small desktops**/

@media screen and (min-width:981px) and (max-width:1500px) {
	.videos-ria {
		width:80%!important;
	}
}

/**-----------------------------------------------------------------------------------------------------**/
/**-----------------------------------------------------------------------------------------------------**/

/**OUR CUSTOMERS PAGE**/
/**toggles**/
/*move icon to top center*/
/**additional services toggles**/
/*center icon under title*/
@media screen and (min-width:981px) and (max-width:160px) {
.toggle-customers .et_pb_toggle_title {
    max-width:400px;
	margin:auto!important;
}
}

.toggle-customers .et_pb_toggle_title:before {
	bottom: 0px !important;
	left: 0 !important;
	color: #ED7D30 !important;
}

.toggle-customers .et_pb_toggle_title {
	padding-right: 0px !important;
}

.toggle-customers.et_pb_toggle_close .et_pb_toggle_title:before {
	padding-top: 50px !important;
}

.toggle-customers.et_pb_toggle_close .et_pb_toggle_title:hover:before {
	color: #6D9CB4!important;
}

.toggle-customers.et_pb_toggle_open .et_pb_toggle_title:before {
	padding-top: 50px !important;
	z-index: 99999;
	opacity: 1 !important;
}

.toggle-customers .et_pb_toggle_content {
	margin-top: 20px !important;
}

.toggle-customers.et_pb_toggle_open {
	padding:0px!important;
}
/**-----------------------------------------------------------------------------------------------------**/
/**-----------------------------------------------------------------------------------------------------**/

/**SMART SLIDER**/
/**home hero animation**/
@media screen and (min-width:981px) and (max-width:1250px) {
div#n2-ss-3 .home-hero-heading {
	font-size:80%!important;
	}
}

/**-----------------------------------------------------------------------------------------------------**/
/**-----------------------------------------------------------------------------------------------------**/
/**HUBSPOT POPUP FORM STYLING**/
/*spacing from top*/
.leadinModal-content {
    margin-top: 100px!important;
}
/*background color of content*/
.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {
	background:#fff!important;
	border-radius:0px!important;
}
/*center heading text*/
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4 {
	margin:auto!important;
	margin-bottom:7px!important;
}
.leadinModal .leadinModal-content h4 {
	text-align:center!important;
}
/*image on top of content*/
.leadinModal.leadinModal-v3 .leadin-preview-wrapper {
	display:flex!important;
	flex-direction:column!important;
}
/*center image*/
.leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image {
	margin:auto!important;
}
/*image styling*/
.dyno-image img {
	width:50px!important;
	margin-bottom:15px!important;
}
/*center button*/
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper {
	margin:auto!important;
}
/*button font size*/
.leadinModal .leadin-button {
	font-size:18px!important;
}
/*button styling*/
.leadinModal-780555 .leadin-button-primary {
	background:transparent!important;
    color: #FFFFFF !important;
	font-family: bebas-neue-pro, sans-serif;
	text-transform:uppercase;
    background-image: url(/wp-content/uploads/pr-button-bkg-orange.png)!important;
    width: 262px!important;
    height: 51px!important;
}
/*center body content*/
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview p {
	margin:auto!important;
	font-size:16px!important;
}


/**-----------------------------------------------------------------------------------------------------**/
/**-----------------------------------------------------------------------------------------------------**/
/**ADVANCED TEAM PROGRAM PAGE**/
/**'our transformational...' heading on small mobile size adjustment**/
@media screen and (max-width:350px) {
	.adv-head-sm-mob h2 {
		font-size:18px!important;
	}
}

/**-----------------------------------------------------------------------------------------------------**/
/**-----------------------------------------------------------------------------------------------------**/
/**ADVANCED TEAM PROGRAM PAGE**/
/*'transform your...'heading text adjustment on small mobile*/
@media screen and (max-width:360px) {
	.team-prog-head-sm-mob h2 {
		font-size:17px!important;
	}
}

/**-----------------------------------------------------------------------------------------------------**/
/**-----------------------------------------------------------------------------------------------------**/
/**PROGRAM WEEKS - TEXT ADJUSTMENTS IN BETWEEN DEVICE SIZES**/
@media screen and (max-width:340px) {
	.convergent-prob-statement h3 {
		font-size:22px!important;
	}
	.actionable-persona h3 {
		font-size:22px!important;
	}
	.hypotheses h3 {
		font-size:22px!important;
	}
	.individ-needs h3 {
		font-size:17px!important;
	}
	.commit h3 {
		font-size:22px!important;
	}
	}
/*mp 02/21**/
.checklist.text-white li{
	color:#fff !important;
}
@media only screen and (max-width:1200px) and (min-width:761px){
	.stack-early{
		display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
		flex-wrap: wrap;
        justify-content: center;
		direction: ltr;
	}
	.stack-early .et_pb_column{
		width:44% !important;
		display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
		margin-bottom:40px !important;
	}
	.stack-early .et_pb_column:last-child{
		margin-top:0 !important;
		margin-left:0 !important;
	}
}
@media only screen and (max-width:760px){
	.stack-early.compare-hover-row .et_pb_column{
		margin-right: 0 !important;
    	margin-left: 0 !important;
	}
}
.mp-align-in-between{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	bottom:auto !important;
}
.mp-vertical-align{
	display:flex;
	flex-direction:column;
	justify-content:center;
}
/*-- testimonials --*/
.testimonial-slider .et_pb_slide_description{
	display: flex;
    flex-direction: column-reverse;
	text-shadow: none !important;
}
.testimonial-slider .et_pb_slide_description .et_pb_slide_title {
    margin-top: 20px;
}
@media screen and (min-width: 981px) {
    .testimonial-slider .et_pb_slides .et_pb_slider_container_inner {
        height: auto;
        display: flex;
        justify-content: center;
        align-self: center;
        min-height: 480px;
    }
	.testimonial-slider .et_pb_slides .et_pb_container {
    display: flex;
    flex-direction: column;
		justify-content: center;
	}
}