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

sup {
	font-size: 70%;
}
/* ---------- Citation ---------- */
.citation sup {
	font-size: 10px;
}

/* ---------- Search Blurb ---------- */
.search-blurb .et_pb_blurb_content {
	display: flex!important;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: space-between;
	align-items: center;
}
.search-blurb .et_pb_main_blurb_image {
	order: 2;
	width: 20px!important;
	margin-bottom: 0!important;
}
.search-blurb .et_pb_blurb_container {
	order: 1;
	padding-right: 5px!important;
	padding-left: 0!important;
}

/* ---------- Header Tags ---------- */
.header-bottom-padding h1, .header-bottom-padding h2, .header-bottom-padding h3, .header-bottom-padding h4, .header-bottom-padding h5, .header-bottom-padding h6 {
	padding-bottom: 0!important;
}

/* ---------- Center Blurb ----------  */
.center-blurb .et_pb_blurb_container {
	vertical-align: middle!important;
}

/* ---------- Triangle Blurb  ----------  */
.triangle-blurb .et_pb_blurb_container {
	padding-left: 0!important;
}
.triangle-blurb .et-pb-icon {
	margin-top: -5px!important;
}

/* ---------- Pull Quote ---------- */
.pull-quote:before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 50px;
	height: 50px;
	opacity: 0.06;
	background-image: url('/wp-content/uploads/quotes.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

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

#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: rgba(255,255,255,0.25);
	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-white.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 {
		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: #32a709;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}
.pluslist ul li::before {
	content: '\e050';
}
.externallist ul li::before {
	content: '\e906';	
}
.trianglelist ul li::before {
	content: '\45';
	color: #fff200;
}

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

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

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


/* +++++++++++ Global Style +++++++++++++ */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Source Sans Pro", sans-serif !important;
}

/*.container {
width: 90%;
}
.et_pb_row {
width: 90%;
}*/

/* column align middle */
@media (min-width: 981px) {
	.center-align {
		display: flex;
		align-items: center;
	}
	.bottom-align {
		display: flex;
		align-items: flex-end;
	}
}

/* Column reverse on tab and mobile devices */
@media (max-width: 980px) {
	.column-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	.column-reverse .et_pb_column:first-child {
		margin-bottom: 0;
	}
	.column-reverse .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}

@media (max-width: 479px) {
	.column-reverse .et_pb_column:last-child {
		margin-bottom: 30px !important;
	}
}

/* home slider css */

.home-slider .et_pb_slide_title {
	text-shadow: none;
}
.home-slider .et_pb_slide_content {
	text-shadow: none;
}

@media (max-width: 980px) {
	.slider-title h1 {
		font-size: 40px !important;
	}

	.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color {
		z-index: 1;
		background-color: transparent !important;
		background-image: url(/wp-content/uploads/wave-mobile-2x.png);
		background-size: cover;
		background-position: center center;
	}
}

@media (max-width: 479px) {
	.slider-title h1 {
		font-size: 35px !important;
	}
}

/* **************   Header CSS   ************** */

#top-menu li {
	padding-right: 3.38vw;
}

#main-header {
	padding-top: 25px;
}

.et_fixed_nav #main-header {
	padding-top: 0px;
}

#main-header {
	box-shadow: none;
}

#main-header .et_mobile_menu {
	background-color: #000000 !important;
}

@media (min-width: 981px) {
	#main-header nav > ul > li > a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		top: 18px;
		left: 0;
		background-color: #ff0;
		visibility: hidden;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
	}

	#main-header nav > ul > li > a:hover:before,
	#main-header nav > ul > li.current-menu-item > a:before {
		visibility: visible;
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
	}
}

/* *************** Resource Page CSS   ************** */

.banner-inner {
	overflow: clip;
}

.banner-inner .text-decor {
	top: 76%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 53%;
	z-index: 1;
}

.banner-inner .text-decor {
	font: 900 250px/252px Muli, Helvetica Neue, Helvetica, sans-serif;
	letter-spacing: 15.6px;
	opacity: 0.06;
	color: #fff200;
	position: absolute;
	white-space: nowrap;
}

.banner-inner .text-decor.single-resource-post-label {
	left: inherit;
	right: 0;
	display: inline-block;
	width: auto;
}

.banner-inner .text-decor.single-resource-post-label .et_pb_text_inner {
	display: inline-block;
}

.resource-grid .dp-dfg-image img {
	border-radius: 16px;
}

.resource-grid figure.dp-dfg-image.entry-thumb {
	padding-bottom: 18px !important;
}

.resource-grid .dp-dfg-skin-default .dp-dfg-meta {
	font-weight: 700;
}

.resource-grid .dp-dfg-layout-grid .dp-dfg-item {
	padding: 0;
}

.resource-grid .dp-dfg-layout-grid .dp-dfg-image,
.resource-grid .dp-dfg-layout-grid .dp-dfg-overlay {
	margin: 0;
}

.taxonomy-subject,
.taxonomy-region {
	margin-right: 20px;
}

/* ************** Resource Single Page ************* */

.resource-single-category {
	display: inline-block;
	margin-right: 24px;
	margin-bottom: 0px !important;
}

.post-publish-date {
	display: inline-block;
}

.social-share-resource-post .et_pb_code_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.social-share-resource-post .addtoany_shortcode {
	margin-left: 50px;
}

/*body.single-format-standard .pdf-btn,
body.single-format-video .pdf-btn {

}*/


article.format-link figure.dp-dfg-image:after {
	content: "PDF";
	background: #2b2b2b;
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 1;
	min-width: 100px;
	padding: 7px 15px 5px 20px;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: capitalize;
	line-height: 1.5;
	color: #ffffff;
}

article.format-standard figure.dp-dfg-image:after {
	content: "Article";
	background: #2b2b2b;
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 1;
	min-width: 100px;
	padding: 7px 15px 5px 20px;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: capitalize;
	line-height: 1.5;
	color: #ffffff;
}

article.format-video figure.dp-dfg-image:after {
	content: "Video";
	background: #2b2b2b;
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 1;
	min-width: 100px;
	padding: 7px 15px 5px 20px;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: capitalize;
	line-height: 1.5;
	color: #ffffff;
}
/*
article.resource_type-blog figure.dp-dfg-image:after {
content: "Blog" !important;
background: #2b2b2b;
position: absolute;
top: 25px;
right: 0;
z-index: 1;
min-width: 100px;
padding: 7px 15px 5px 20px;
font-size: 10px;
font-weight: 900;
letter-spacing: 1px;
text-transform: capitalize;
line-height: 1.5;
color: #ffffff;
}*/
/*Eduardo Freshysites 21/11/2022 !important is probably not the best practice*/
article.resource_type-blog figure.dp-dfg-image:after {
	content: "Blog";
}
article.resource_type-reports figure.dp-dfg-image:after {
	content: "Reports";
}
article.resource_type-news figure.dp-dfg-image:after {
	content: "News";
}
article.resource_type-resources figure.dp-dfg-image:after {
	content: "Resources";
}
article.resource_type-pdf figure.dp-dfg-image:after {
	content: "PDF";
}
/*Finishes Eduardo's customization*/

.et_pb_module blockquote {
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	quotes: "“" "”" "‘" "’";
	padding: 0;
	border: 0;
	margin: 0;
	padding-bottom: 15px;
}

.et_pb_module blockquote:after {
	content: close-quote;
}

.et_pb_module blockquote:before {
	content: open-quote;
}

.et_pb_module blockquote p {
	display: inline;
}

.dp-dfg-content.entry-summary h2,
.dp-dfg-content.entry-summary h3 {
	font-size: 18px;
	font-weight: 700;
}

/* ***********  Inner Page Banner  *************** */

.title_background {
	position: absolute;
	right: 0;
	white-space: nowrap;
	top: -4.375vw !important;
	left: 6.927vw !important;
}

/* forom jn d */
/* update from redirect page  */
.title_background {
	position: absolute;
	width: 28845px;
	opacity: 0.06;
}
.title_background {
	top: -84px;
	left: 133px;
}
.title_background_work {
	top: -57px;
	left: -115px;
}
@media all and (max-width: 980px) {
	.title_background {
		top: -30px;
		left: 30px;
		letter-spacing: 0 !important;
		font-size: 125px !important;
	}
}
/* work  */
@media all and (max-width: 600px) {
	.title_background_work {
		left: 25%;
		/* width: 100%; */
	}
}
@media only screen and (min-width: 601px) and (max-width: 980px) {
	.title_background_work {
		left: 50%;
		/* width: 100%; */
	}
}
/* end work */
.banner-rd:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	margin-left: 2px;
	background: #fff200;
}
/* u */
/* update for work page  */
.counter-cmn .percent {
	margin-bottom: 30px !important;
}
/* box  */

@media all and (min-width: 981px) {
	.conter_row .et_pb_column {
		max-width: 319px;
		margin-right: 0 !important;
	}

	.conter_row {
		display: flex;
		justify-content: center;
	}

	.conter_row .et_pb_column:after {
		content: "";
		position: absolute;
		width: 10px;
		height: 88px;
		background: #fff200;
		top: 51%;
		right: 0;
		-webkit-transform: translate(50%, -50%);
		-ms-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
	}
	.conter_row .et_pb_column:last-child:after {
		display: none;
	}
}
@media all and (max-width: 980px) {
	.counter-cmn .percent {
		margin-bottom: 8px !important;
	}

	.conter_row .et_pb_column {
		padding-bottom: 50px;
	}
	.conter_row .et_pb_column:after {
		content: "";
		position: absolute;
		top: auto;
		bottom: 0;
		right: 50%;
		-webkit-transform: translate(50%, 50%);
		-ms-transform: translate(50%, 50%);
		transform: translate(50%, 50%);
		width: 88px;
		height: 10px;
		background: #fff200;
	}
	.conter_row .et_pb_column:last-child {
		padding-bottom: 0;
	}
	.conter_row .et_pb_column:last-child:after {
		display: none;
	}
}
/* end box  */
.three_main_area_row .et_pb_column {
	transition: box-shadow 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
}

.three_main_area_row .et_pb_column:hover {
	box-shadow: 0 6px 30px 8px rgb(0 0 0 / 4%);
}
@media all and (max-width: 980px) {
	.three_main_area_row .et_pb_column {
		margin-bottom: 10px !important;
	}

	.three_main_area_row .et_pb_column:last-child {
		margin-bottom: 0 !important;
	}
	.word_section .et_pb_column:first-child {
		margin-bottom: 0 !important;
	}
}
/* img blurb  */
.img_cmn_for_b {
	position: relative;
	padding-bottom: 16px;
}

.img_cmn_for_b:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	height: 4px;
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#fff200),
		to(rgba(255, 242, 0, 0))
	);
	background: -webkit-linear-gradient(right, #fff200, rgba(255, 242, 0, 0));
	background: -o-linear-gradient(right, #fff200, rgba(255, 242, 0, 0));
	background: linear-gradient(270deg, #fff200, rgba(255, 242, 0, 0));
}
/* responsive  */
@media only screen and (min-width: 981px) and (max-width: 1440px) {
	.counter_section {
		margin-bottom: 80px !important;
	}

	.word_section {
		padding-top: 40px !important;
		padding-bottom: 80px !important;
	}

	.counter-cmn span.percent-value {
		font-size: 71px;
	}
	.three_section {
		padding-bottom: 80px !important;
	}
	/* 	for vison  */
	.vision_section {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	.vison_title_ani h1 {
		font-size: 60px !important;
	}

	/* 	end for vison */
}

.vision_section {
	height: calc(100vh - 87px - 80px);
}
.vision_section {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

@media only screen and (min-width: 981px) and (max-width: 1366px) {
	.we_connect_t {
		font-size: 23px;
	}
}
/* end img blurb  */
/* end for work page  */
/* end update from redirect page  */
/* vision page  */
@media all and (min-width: 981px) {
	.vision_section {
		height: calc(100vh - 41px - 104px);
	}
	.vision_section {
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}
}
/* update for privacy poly  */
.content_row_privacy b,
.content_row_privacy strong {
	font-weight: 900;
}
/* end for privacy polici */
.table_custom_privacy table tr td {
	border-top: 1px solid rgb(255 255 255 / 50%);
	border-right: 1px solid rgb(255 255 255 / 50%);
	padding: 10px 5px !important;
}

.table_custom_privacy table {
	border: 1px solid rgb(255 255 255 / 50%) !important;
}
.content_row_privacy ul {
	padding-left: 40px;
}
/* end vison page  */
/* single blgo  */
blockquote {
	line-height: 28px;
}
.sp_link_az a {
	text-decoration: underline;
}

.sp_link_az a:hover {
	text-decoration: none;
}
/* vido  */
.single-format-video span.et_pb_image_wrap:after {
	position: absolute;
	content: "";
	z-index: 5;
	background: url("/wp-content/uploads/play.svg");
	background-repeat: no-repeat;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	left: calc(50% - 60px);
	transition: opacity 0.3s ease-in-out;
}
.single-format-video span.et_pb_image_wrap:hover:after {
	opacity: 0.85;
}

.wp-caption-text {
	max-width: 660px;
	margin: 20px auto;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
}

/* end slingle blog  */
body.home #logo {
	display: none !important;
}
body.home #page-container .home-logo {
	display: inline-block !important;
}
/* from j n d  */

/*** Contact Page ****/

.contact-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}

@media all and (min-width: 981px) and (max-width: 1700px) {
	body #page-container .row-width-fix {
		width: 90%;
	}
}

.dot-right:after {
	content: ".";
	font-family: Lato, Helvetica Neue, Helvetica, sans-serif;
	color: #fff200;
}

.font-w900 {
	font-weight: 900 !important;
}

.font-muli {
	font-family: "muli", sans-serif !important;
}

.contact-holder .row {
	font-family: Muli, Helvetica Neue, Helvetica, sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 9px;
}

.contact-holder .title {
	font-family: Lato, Helvetica Neue, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	width: 170px;
	padding: 0 10px 0 0;
	text-transform: uppercase;
	letter-spacing: normal;
}

.contact-holder .address-wrap p {
	margin: 0;
}

.contact-holder .social-list li {
	margin: 0 15px 0 0;
	line-height: 29px;
	font-size: 18px;
}

.icon-twitter:before {
	content: "\f099" !important;
	font-size: 20px !important;
	font-family: "Font Awesome 5 Brands" !important;
}

.icon-linkedin:before {
	content: "\f0e1";
	font-size: 20px !important;
	font-family: "Font Awesome 5 Brands" !important;
	margin-left: -13px !important;
}

.social-list {
	display: flex;
	text-transform: uppercase;
	list-style: none !important;
}

.social-list a {
	font-size: 0 !important;
	text-decoration: none;
}

.social-list a i {
	font-style: normal !important;
}

.contact-holder .social-list a {
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

@media all and (max-width: 767px) {
	.contact-holder .row {
		display: block;
		margin: 0 0 26px;
	}

	.contact-holder .address-wrap {
		width: 100%;
		padding: 0;
	}

	.contact-holder .title {
		display: block;
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 6px;
	}

	.contact-holder .social-list {
		margin-top: -10px;
	}
}

/****** Contact page ends ******/

/***** R&D Page starts******/

.page-id-261 #main-header,
.page-id-261 #main-header .nav li ul,
.page-id-261 .et-search-form,
.page-id-261 #main-header .et_mobile_menu {
	background-color: #2b2b2b;
}

.page-id-261 .et_pb_section_0_tb_footer.et_pb_section {
	background-color: #2b2b2b !important;
}

.banner-rd {
	font-weight: 900 !important;
}

.banner-rd:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	margin-left: 2px;
	background: #fff200;
}

.banner-rd .img {
	position: relative;
	width: 373px;
	min-width: 373px;
	margin: 20px 40px 0 0;
}

.banner-rd .text-decor {
	position: absolute;
	z-index: -1;
	top: -4%;
	left: 28%;
	font-family: Muli, Helvetica Neue, Helvetica, sans-serif;
	font-size: 250px;
	font-weight: 900;
	letter-spacing: 15px;
	color: #fff200;
	opacity: 0.06;
}

.banner-rd .img-mob {
	display: none;
	width: 81%;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
	margin: -51px 0 0 38px;
}

.bulb .st1 {
	fill: none;
	stroke: transparent;
	stroke-width: 8;
	stroke-miterlimit: 10;
}

.bulb .st1,
.bulb .st6 {
	-webkit-transition: stroke 0.3s ease-in-out;
	-o-transition: stroke 0.3s ease-in-out;
	transition: stroke 0.3s ease-in-out;
}

.bulb {
	width: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.bulb .st1 {
	stroke: transparent;
}

.bulb .st4 {
	fill: #cacaca;
}

.banner-rd .img:hover .bulb .st1 {
	stroke: #fff200;
}

.banner-rd .img:hover .bulb .st1 {
	stroke: #fff200;
}

.gear {
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	position: absolute;
}

.gear01,
.gear02 {
	-webkit-animation-name: rotation-plus;
	animation-name: rotation-plus;
}

.gear01 {
	top: 133px;
	left: 78px;
}

.gear01,
.gear02 {
	-webkit-animation-name: rotation-plus;
	animation-name: rotation-plus;
}

.gear .st1 {
	-webkit-transition: fill 0.3s ease-in-out;
	-o-transition: fill 0.3s ease-in-out;
	transition: fill 0.3s ease-in-out;
	fill: #606060;
	opacity: 0.99;
}

.gear02 {
	top: 93px;
	right: 156px;
}

.gear03 {
	-webkit-animation-name: rotation-plus;
	animation-name: rotation-plus;
	bottom: 158px;
	right: 201px;
}

.gear04 {
	-webkit-animation-name: rotation-minus;
	animation-name: rotation-minus;
	bottom: 158px;
	right: 107px;
}

.gear05 {
	-webkit-animation-name: rotation-plus;
	animation-name: rotation-plus;
	bottom: 201px;
	left: 130px;
}

.gear06 {
	-webkit-animation-name: rotation-minus;
	animation-name: rotation-minus;
	top: 112px;
	right: 52px;
}

.gear .st1 {
	-webkit-transition: fill 0.3s ease-in-out;
	-o-transition: fill 0.3s ease-in-out;
	transition: fill 0.3s ease-in-out;
	fill: #606060;
	opacity: 0.99;
}

.gear .st1 {
	fill: #cacaca;
}

.banner-rd .img:hover .bulb .st4,
.banner-rd .img:hover .gear .st1 {
	fill: #000;
}

@media (max-width: 767px) {
	.banner-rd:after {
		width: 6px;
		height: 6px;
	}
}

@media all and (min-width: 981px) and (max-width: 1130px) {
	.banner-rd {
		font-size: 41px !important;
	}
}

@media all and (min-width: 981px) and (max-width: 1700px) {
	body #page-container .row-width-fix {
		width: 80%;
	}
}

/***** R&D Page ends******/

/****** Join page ******/

.type-txt-style {
	color: #fff200;
}

.slider-style-fix .dica-image-container .image img {
	width: 117px;
	height: 117px;
	padding: 20px;
}

.slider-style-fix .item-title {
	font-weight: 900;
	margin-top: 25px;
	margin-bottom: 25px;
}

.slider-style-fix .info-block {
	letter-spacing: 0.6px;
	font-weight: 400;
	line-height: 1.56;
	padding: 0 39px;
	margin: 0 auto 33px;
	opacity: 0.6;
	color: rgba(0, 0, 0, 0.85);
	text-align: center;
}

.slider-style-fix .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 12px;
	text-align: left;
}

.slider-style-fix .subtitle {
	font-weight: 600;
	width: 60%;
	font-size: 15px;
	line-height: 17px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0;
}

.slider-style-fix .text {
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 400;
	width: 40%;
}

.slider-style-fix .item-subtitle {
	padding: 10px 60px;
	height: 102px;
	border-top: 1px solid #e7e7e7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1.57;
	font-weight: 900 !important;
	background-color: #fbfbfb;
	border-radius: 0 0 15px 15px;
}

body #page-container .slider-style-fix .item-title {
	font-size: 22px;
	line-height: 1.36;
	letter-spacing: 1.8px;
	font-weight: 900;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

body #page-container .slider-style-fix .item-subtitle:hover {
	text-decoration: none !important;
}

body #page-container .slider-style-fix .dica_divi_carouselitem {
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: 2em !important;
}

body #page-container .slider-style-fix .info-block {
	letter-spacing: 0.6px;
	font-weight: 400;
	line-height: 1.56;
	padding: 0 39px;
	margin: 0 auto 33px;
	opacity: 0.6;
	color: rgba(0, 0, 0, 0.85);
	text-align: center;
}

body #page-container .write-slider-fix .dica-image-container .image img {
	/*width: 180px !important;*/
	border-radius: 0 !important;
	margin-left: 0 !important;
}

body #page-container .slider-style-fix .write-slider-fix .info-block {
	padding-bottom: 30px;
}

body #page-container .slider-style-fix .write-slider-fix .item-subtitle {
	padding: 10px 25px;
}

body #page-container .join-title-fix {
	top: 4.625vw !important;
	left: 2.927vw !important;
}

.slider-style-fix .swiper-button-prev:before {
	content: "\23" !important;
}

.slider-style-fix .swiper-button-next:before {
	content: "\24" !important;
}

.swiper-buttton-container {
	padding-right: 28vw;
}

body #page-container .slider-style-fix .item-title {
	font-weight: 900 !important;
	padding: 0 10px 10px 10px;
}

@media all and (max-width: 980px) {
	.swiper-buttton-container {
		padding-right: 10vw;
	}
	body #page-container .slider-style-fix .dica_divi_carouselitem {
		margin-top: 0;
		margin-left: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	body
	#page-container
	.slider-style-fix
	.dica_divi_carouselitem
	.et_pb_module_inner {
		box-shadow: 0px 4px 10px 7px rgb(0 0 0 / 5%);
	}
}

@media all and (max-width: 420px) {
	body #page-container .slider-style-fix .dica_divi_carouselitem {
		margin-top: 0em;
		margin-left: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.slider-style-fix .item-subtitle {
		padding: 10px 30px;
	}

	body #page-container .slider-style-fix .info-block {
		padding: 0 20px;
	}

	body
	#page-container
	.slider-style-fix
	.dica_divi_carouselitem
	.et_pb_module_inner {
		box-shadow: 0px 4px 10px 7px rgb(0 0 0 / 3%);
	}
}

@media all and (min-width: 981px) and (max-width: 1620px) {
	body #page-container .join-row-slider {
		width: 94%;
	}
}

/* -- SITE REBUILD CSS STARTS HERE -- */

/* -- TYPOGRAPHY -- */

/*@media (min-width: 1921px) {
.title-max h1,
.title-max h2 {
font-size: 100px !important;
}

.hero-max h2 {
font-size: 60px !important;
}

.impact-report {
font-size: 50px !important;
}
}*/

/* -- GENERAL -- */

/* Align Middle Row */
.align-middle .et_pb_row.et_pb_equal_columns {
	-webkit-align-items: center;
	align-items: center;
}

.align-middle-row {
	align-items: center !important;
}

/* Scroll to Top Icon */

.et_pb_scroll_top.et-hidden {
	text-align: center;
	background: #fff200;
	opacity: 0;
	text-decoration: none;
	z-index: 99999;
	bottom: 125px;
	position: fixed;
	right: 10px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	cursor: pointer;
	font-size: 30px;
	padding: 5px;
	color: #000000;
	transition: all 0.2s ease-in-out;
}

.et_pb_scroll_top.et-visible {
	text-align: center;
	background: #fff200;
	opacity: 1;
	text-decoration: none;
	z-index: 99999;
	bottom: 125px;
	position: fixed;
	right: 10px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	cursor: pointer;
	font-size: 30px;
	padding: 5px;
	color: #000000;
	transition: all 0.2s ease-in-out;
}

.et_pb_scroll_top.et-visible:hover {
	background: #fff200;
	opacity: 1;
	color: #000000;
}

/* END Scroll to Top Icon */

/* Custom Scrollbar */

::-webkit-scrollbar {
	width: 11px;
}

::-webkit-scrollbar-track {
	background: #3f4444;
}

::-webkit-scrollbar-thumb {
	background-color: #fff200 !important; 
	background: #3f4444;
}

/* END Custom Scrollbar */

/* Text Highlight Color */

::-moz-selection { /* Code for Firefox */
	color: #000000;
	background: #fff200;
}

::selection {
	color: #000000;
	background: #fff200;
}

/* END Text Highlight Color */

/* -- END GENERAL -- */

/* -- HEADER -- */

.et-menu a:hover {
	opacity: 1 !important;
}

.header-menu li#menu-item-1596 {
	margin-top: 0px !important;
	height: 126px !important;
	background-color: #fff200 !important;
}

.header-menu li#menu-item-1596 a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #000000;
	visibility: visible;
	transform: scaleX(1);
}

.header-menu li.menu-item-45 {
	margin-top: 0px !important;
	height: 126px !important;
	background-color: #fff200 !important;
}

.header-menu li.menu-item-45 a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #000000;
	visibility: visible;
	transform: scaleX(1);
}

.header-menu .et_pb_menu__menu>nav>ul>li {
	margin-top: 0px !important;
	padding: 2vw 1.2vw !important;
	align-items: center !important;
}

@media (min-width: 981px) {
	header .et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__menu>nav>ul, 
	header .et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.header-menu .et-menu li>a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #fff200;
	visibility: hidden;
	transform: scaleX(0);
	transition: all 0.3s ease-in-out;
}

.header-menu .et-menu li>a:hover:before {
	visibility: visible;
	transform: scaleX(1);
}

.et_mobile_menu li a:hover, .nav ul li a:hover,
.et_mobile_menu .menu-item-has-children>a {
	background-color: #ffffff !important;
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
	top: calc(100% - 0px) !important;
}

.et_pb_menu .et_mobile_menu {
	top: calc(100% + 20px) !important;
}

.et_pb_module .mobile_menu_bar:before {
	color: #000000 !important;
}

.et_pb_menu .et-menu {
	margin-left: 0px !important;
	/* 	margin-right: 20px !important; */
}

@media (min-width: 1921px) {
	.header-menu ul li a {
		font-size: clamp(16px, 1.07vw, 24px)!important;
	}

	.header-menu .et_pb_menu__menu>nav>ul>li {
		padding: 28px !important;
	}
}

@media (min-width: 400px) {
	.header-menu .nav li ul {
		width: 360px;
	}
	.header-menu .et-menu li li,
	.header-menu .et-menu li li a {
		width: 100%;
		line-height: 1.3em;
	}
}

/* -- END HEADER -- */

/* -- FOOTER -- */

/* Footer Menus */
.footer-menu .et_pb_menu__wrap ul.et-menu  {
	display: block !important;
}

.footer-menu .et_pb_menu__wrap ul.et-menu li a {
	padding-bottom: 0 !important;
	line-height: 1.9em !important;
}

@media (max-width: 980px) {
	.footer-menu .et_pb_menu__wrap .et_mobile_nav_menu {
		display: none !important;
	}
}   

.footer-menu .et_pb_menu__wrap .et_pb_menu__menu {
	display: block !important;
}

.footer-menu .et_pb_menu__wrap {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: start !important;
}

.inline-module .et_pb_button_module_wrapper,
.inline-module {
	display: inline-block !important;
}

@media (min-width: 980px) {
	.footer-column-1 {
		width: 32% !important;
	}

	.footer-column-2 {
		width: 12% !important;
	}

	.footer-column-3 {
		width: 16% !important;
	}

	.footer-column-4 {
		width: 23% !important;
	}
}

.contact-info a {
	text-decoration: underline;
	text-decoration-color: #fff200;
}

.copyright-menu {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}

/* -- END FOOTER -- */

/* -- BUTTONS -- */

/* Custom Diagonal Buttons */

.large {
	width: auto;
}

.diagonal {
	position: relative;
	line-height: 1.1em;
	background: rgba(0,0,0,0);
	color: #ffffff;
	border: 4px solid #ffffff;
	font-size: 40px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	overflow: hidden;
	z-index: 1;
	padding: 10px 5px 10px 5px;
}

.diagonal:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 500%;
	height: 1000%;
	background: #ffffff;
	z-index: -1;
	transform-origin: 0% 0%;
	transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
	transform: translateY(10%) translateX(16%) rotate(-45deg);
	transition: transform .3s;
}

.diagonal:hover::after {
	transform: translateY(10%) translateX(-25px) rotate(-45deg);
}

/* End Custom Diagonal Buttons */

body #page-container .et_pb_section .arrow-button-white-hero:after {
	content: url(/wp-content/uploads/Right-Arrow-White.svg) !important;
	width: 40px !important;
	margin-left: 15px !important;
}

body #page-container .et_pb_section .arrow-button-white:after {
	content: url(/wp-content/uploads/Right-Arrow-White.svg) !important;
	width: 40px !important;
	margin-left: 15px !important;
	margin-top: -5px !important;
}

body #page-container .et_pb_section .arrow-button-black:after {
	content: url(/wp-content/uploads/Right-Arrow-Black.svg) !important;
	width: 40px !important;
	margin-left: 15px !important;
	margin-top: -5px !important;
}

/* -- END  BUTTONS -- */

/* -- HOME -- */

/* Hero Section */

@media (min-width: 981px) {
	span.post_text_wrapper.dipl_pre_post {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	span.post_text_wrapper.dipl_pre_post {
		margin-top: 0px;
	}
}

@media (max-width: 767px) {

	span.animated_text.dipl_main_part,
	span.pre_text_wrapper.dipl_pre_post {
		display: block !important;
	}

	span.animated_text.dipl_main_part {
		min-height: 8.75vw;
	}

	span.post_text_wrapper.dipl_pre_post {
		margin-top: -1vw;
	}
}

/* END Hero Section */

/* Slick Slider */

.slick-slider {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow-x: hidden;
	margin: 0;
	padding: 0 0 0px!important;
}

.slick-track:before, 
.slick-track:after {
	display: table;
	content: '';
}

.slick-slide {
	position: relative;
	float: left;
	height: 100%;
	min-height: 1px;
}

.entry-content ul.slick-dots {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li.slick-active button { 
	background-color: #fff200; 
}

@media (min-width: 981px) {
	.slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 60px;
		height: 4px;
		padding: 0;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background-color: #dddddd;
		border-radius: 0px;
		margin-left: 3px;
		margin-right: 3px;
	}
}

@media (max-width: 980px) {
	.slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 40px;
		height: 4px;
		padding: 0;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background-color: #dddddd;
		border-radius: 0px;
		margin-left: 3px;
		margin-right: 3px;
	}
}

/* END Slick Slider */

/* Align Bottom Sections and Buttons */

.align-bottom-left-aligned,
.align-bottom-right-aligned {
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-end !important;
}

.align-bottom-column .et_pb_button_module_wrapper {
	position: absolute; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	margin: auto;
}

/* -- END HOME -- */

/* -- CONTACT -- */

.gform_wrapper.gravity-theme * {
	color: #000000 !important;
	font-size: 20px !important;
}

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] {
	background-color: #ffffff !important;
	color: #000000 !important;
	border-width: 3px !important;
	border-color: #000000 !important;
	border-radius: 0px !important;
	font-size: 18px !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 {
	background-color: #000000 !important;
	color: #ffffff !important;
	border-width: 3px !important;
	border-color: #000000 !important;
	border-radius: 0px !important;
	font-size: 18px !important;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
body .gform_wrapper textarea.textarea, 
body div.form_saved_message div.form_saved_message_emailform form input[type=text] {
	background-color: #ffffff !important;
	border: 1px solid #dbdbdb !important;
}

/* -- END CONTACT -- */

/* -- COOKIE POLICY -- */

.unordered-list li {
	margin-bottom: 20px;
}

/* -- END COOKIE POLICY -- */

/* -- SECGTORS -- */

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

/* -- END SECTORS -- */

/* -- ABOUT US -- */

.signature-column-1 {
	border-right: 1px solid #000000 !important;
	margin-right: 0px !important;
}

.signature-column-1 {
	margin-left: 0px !important;
}

.signature-column-1,
.signature-column-2 {
	padding: 20px !important;
	width: 50% !important;
}

@media (max-width: 980px) {
	.signature-column-1,
	.signature-column-2 {
		width: 50% !important;
	}

	.signature-column-1 {
		border-right: 1px solid #000000 !important;
	}
}

/* -- END ABOUT US -- */

/* -- SERVICES -- */

@media (min-width: 1700px) {
	/*INSIGHTS*/
	#insights { background-position: 56% 500px !important; }
	/*INTERVENTIONS*/
	#interventions { background-position: 61% 500px !important; }
	/*CONSULTANCY*/
	#consultancy { background-position: 55% 480px !important; }
}

@media (min-width: 1600px) and (max-width: 1699px) {
	/*INSIGHTS*/
	#insights { background-position: 59% 500px !important; }
	/*INTERVENTIONS*/
	#interventions { background-position: 67% 500px !important; }
	/*CONSULTANCY*/
	#consultancy { background-position: 55% 450px !important; }
}

@media (min-width: 1400px) and (max-width: 1599px) {
	/*INSIGHTS*/
	#insights { background-position: 58% 510px !important; }
	/*INTERVENTIONS*/
	#interventions { background-position: 73% 470px !important; }
	/*CONSULTANCY*/
	#consultancy { background-position: 56% 440px !important; }
}

@media (min-width: 1250px) and (max-width: 1399px) {
	/*INSIGHTS*/
	#insights { background-position: 61% 456px !important; }
	#insights .et_pb_row:nth-child(5) {margin-bottom: -50px}
	/*INTERVENTIONS*/
	#interventions { background-position: 78% 460px !important; }
	/*CONSULTANCY*/
	#consultancy { background-position: 58% 430px !important; }
}

@media (min-width: 1100px) and (max-width: 1249px) {
	/*INSIGHTS*/
	#insights { background-position: 65% 450px !important; }
	#insights .et_pb_row:nth-child(2) {margin-bottom: -30px}
	#insights .et_pb_row:nth-child(3) {margin-bottom: 0px}
	#insights .et_pb_row:nth-child(4) {margin-bottom: 0px}
	#insights .et_pb_row:nth-child(5) {margin-bottom: -50px}
	/*INTERVENTIONS*/
	#interventions { background-position: 90% 480px !important; }
	/*CONSULTANCY*/
	#consultancy { background-position: 59% 436px !important; }
}

@media (min-width: 981px) and (max-width: 1099px) {
	/*INSIGHTS*/
	#insights { background-position: 72% 460px !important; }
	#insights .et_pb_row:nth-child(2) {margin-bottom: -30px}
	#insights .et_pb_row:nth-child(3) {margin-bottom: -35px}
	#insights .et_pb_row:nth-child(4) {margin-bottom: -30px}
	#insights .et_pb_row:nth-child(5) {margin-bottom: -100px}
	/*INTERVENTIONS*/
	#interventions { background-position: 115% 516px !important; }
	#interventions .et_pb_row:nth-child(5) {margin-bottom: -50px}
	/*CONSULTANCY*/
	#consultancy { background-position: 60% 440px !important; }
	#consultancy .et_pb_row:nth-child(3) {margin-bottom: -30px}
	#consultancy .et_pb_row:nth-child(4) {margin-bottom: -20px}
}

/*@media (min-width: 981px) and (max-width: 1399px) {
.services-title p,
.services-title h3 {
font-size: 40px !important;
line-height: 1.3em !important;
}
}*/

@media (max-width: 980px) {
	#insights { background-image: none !important; }
	#interventions { background-image: none !important; }
	#consultancy { background-image: none !important; }
}

/* -- END SERVICES -- */

/* -- RESOURCES -- */

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

/* ---------- Custom Flex Column ---------- */
.custom-flex-column {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: space-between;
}

/* ---------- Main Menu ---------- */
@media (max-width: 1275px) and (min-width: 981px) {
	.custom-main-menu-section,
	.custom-main-menu-section .et_pb_row,
	.custom-main-menu-section .header-menu li#menu-item-1596 {
		height: auto !important;
	}
	.custom-main-menu-section .header-menu .et_pb_menu__menu>nav>ul>li {
		padding: 1.5vw 2vw;
	}
}

/* ---------- Footer ---------- */
/* ----- Social Media ----- */
#page-container .custom-social-media li a.icon {
	height: 30px;
	width: 30px;
	margin-left: 12px;
}
#page-container .custom-social-media li a.icon:before {
	font-size: 23px;
	line-height: 30px;
	height: 30px;
	width: 30px;
}

/* ---------- Inline Button - Use on Column ----------*/
.inline-button .et_pb_button_module_wrapper {
	display: inline-block !important;
}

/* ---------- Flex Column ---------- */
@media (min-width: 981px) {
	.flex-column {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: flex-end;
		align-items: center;
	}
}

/* Adjust text sizes */
@media (max-width: 1400px) and (min-width: 981px) {
	#page-container .custom-large-title h1 {
		font-size: 65px;
	}
	#page-container .custom-header-1 h2 {
		font-size: 55px;
	}
	#page-container .custom-subheader-1 h3 {
		font-size: 40px;
	}
	#page-container .services-title h4 {
		font-size: 35px;
	}
	#page-container .custom-large-body-text p {
		font-size: 27px;
	}
	#page-container .large-cta-header h2 {
		font-size: 65px;
	}
}

/* ----- LOGIN / DASHBOARD ----- */
body .login-form .gform_wrapper .gform_footer,
body .access-code-form .gform_wrapper .gform_footer {
	text-align: center;
}

body .access-code-form .gform_wrapper .gform_fields .gfield {
	margin: auto;
}


body .access-code-form .gform_wrapper .gform_fields .gfield input {
	width: 257px;
}


body .access-code-form .gform_wrapper .gform_fields .gfield label {
	display: block;
	text-align: center;
}

/* Custom divi plus tabs */
.custom-dp-tabs .inner-row {
	width: 100%;
	max-width: 100%;
}

.custom-dp-tabs.dipl_tabs .dipl_tabs_item .dipl_single_tab_content {
	padding: 0;
}

.custom-dp-tabs.dipl_tabs .dipl_tabs_item_title {
	border: 1px solid #333 !important;
}

.custom-dp-tabs.dipl_tabs .dipl_tabs_item_title img {
	width: 50px;
}

.custom-dp-tabs.dipl_tabs .dipl_tabs_item_4_title img {
	width: 90px;
}

@media (max-width: 767px) {
	.custom-dp-tabs.dipl_tabs .dipl_tabs_item_title {
		width: 100%;
	}	
}

/* Carousels */

body .location-carousel .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	margin-right: 50px!important;
}

body .location-carousel.et_pb_module.dica_divi_carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #000000!important;
}

body .text-gradient {
	background: -webkit-linear-gradient(45deg, #96f1b4, #6dcafa);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

body .text-gradient-pink {
	background: -webkit-linear-gradient(45deg, #d550ff, #77cbff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* ----- Controllers ----- */

body .custom-image-center-slider.dica_divi_carousel .swiper-pagination {
	position: relative;
	bottom: 0;
	height: 15px;
}
body .custom-image-center-slider.dica_divi_carousel .swiper-pagination span.swiper-pagination-bullet {
	background-color: #e0e0e0 !important;
	width: 15px;
	height: 15px;
	margin-right: 50px !important;
	opacity: 1;
}
body .custom-image-center-slider.dica_divi_carousel .swiper-pagination span.swiper-pagination-bullet:last-child {
	margin-right: 0;
}

body .custom-image-center-slider.dica_divi_carousel .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #000 !important;
}

body .custom-image-center-slider.dica_divi_carousel .dica_divi_carouselitem .dica-image-container {
	opacity: 0;
	transition: opacity 0.8s ease-out 0s;
}

@keyframes fadeout {
	from {opacity: 1;}
	to {opacity: 0;}
}

body .custom-image-center-slider.dica_divi_carousel .dica_divi_carouselitem.swiper-slide-active .dica-image-container {
	opacity: 1;
	transition: opacity 0.8s ease-in 1s;
}

body .custom-image-center-slider.dica_divi_carousel .dica-container .swiper-wrapper {
	transition-delay: 1s;
}


/* Accordions */
.accordion-fade-column {
	border-style: solid;
}

body .moonshot-accordion.et_pb_accordion .et_pb_toggle_close.et_pb_accordion_item .et_pb_image img,
body .moonshot-accordion.et_pb_accordion .et_pb_toggle_close.et_pb_accordion_item .accordion-fade-column {
	opacity: 0;
	transition: opacity 0.8s;
}

body .moonshot-accordion.et_pb_accordion .et_pb_toggle_open.et_pb_accordion_item .et_pb_image img,
body .moonshot-accordion.et_pb_accordion .et_pb_toggle_open.et_pb_accordion_item .accordion-fade-column {

	-webkit-animation: fadeInFromNone 0.8s ease-out;
	-moz-animation: fadeInFromNone 0.8s ease-out;
	-o-animation: fadeInFromNone 0.8s ease-out;
	animation: fadeInFromNone 0.8s ease-out;
}

@-webkit-keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}

@-moz-keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}

@-o-keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}

@keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}

body .moonshot-accordion.et_pb_accordion .et_pb_accordion_item .et_pb_button {
	font-size: 22px !important;
	color: #000000 !important;
	border-width: 2px !important;
	border-color: #000000;
	background-image: initial;
	background-color: #FFFFFF;
	padding-top: 3px !important;
	padding-right: 14px !important;
	padding-bottom: 1px !important;
	padding-left: 14px !important;
	margin-top: 10px !important;
}

body .moonshot-accordion.et_pb_accordion .et_pb_accordion_item .et_pb_button:after {
	display:none;
}

body .moonshot-accordion.et_pb_accordion .et_pb_accordion_item {
	padding: 40px 0 40px 0;
	margin-bottom: 0px;
}

body .moonshot-accordion.et_pb_accordion .et_pb_accordion_item .et_pb_toggle_content > .et_pb_row,
body .moonshot-accordion.et_pb_accordion .et_pb_accordion_item .et_pb_toggle_content .et_pb_row {
	width: 100% !important;
}

body .moonshot-accordion.et_pb_accordion .et_pb_toggle_title:before {
	content: "\4c";
	font-size: 40px;
	color: #000000;
	transition-duration: 0.6s;
	transition-property: transform;
}

body .moonshot-accordion.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
	transform: rotate(45deg);
}

body .moonshot-accordion.et_pb_accordion .et_pb_accordion_item:last-child {
	border-bottom: 1px solid #000;
}

/* Light Accordions */
body .moonshot-accordion-light.moonshot-accordion.et_pb_accordion .et_pb_toggle_title:before {
	color: #fff;
}
body .moonshot-accordion-light.moonshot-accordion.et_pb_accordion .et_pb_accordion_item:last-child {
	border-bottom: 1px solid #fff;
}

/* gradient borders */

@media (max-width: 980px) {
	html body .gradient-borders-row > .et_pb_column {
		border-left: 0 !important;
		border-top: 0 !important;
		border-right: 0 !important; 
		border-bottom: 0 !important;
	}

	html body .gradient-borders-row.et_pb_row .et_pb_column:after,
	html body .gradient-borders-row.et_pb_row .et_pb_column:before {
		display: none;
	}

	html body .gradient-borders-row.et_pb_row:nth-child(2) {
		border-image: linear-gradient( to bottom, #9ef3b8, #84dbe4 ) 1 100%;
		padding-left: 40px !important;
		border-left: 9px solid;
	}
	html body .gradient-borders-row.et_pb_row:nth-child(3) {
		border-image: linear-gradient( to bottom, #84dbe4, #88c0ff ) 1 100%;
		padding-left: 40px !important;
		border-left: 9px solid;
	}
	html body .gradient-borders-row.et_pb_row:nth-child(4) {
		border-image: linear-gradient( to bottom, #88c0ff, #b094ff ) 1 100%;
		padding-left: 40px !important;
		border-left: 9px solid;
	}
	html body .gradient-borders-row.et_pb_row:nth-child(5) {
		border-image: linear-gradient( to bottom, #b094ff, #d948dc ) 1 100%;
		padding-left: 40px !important;
		border-left: 9px solid;
	}
	html body .gradient-borders-row.et_pb_row:nth-child(6) {
		border-image: linear-gradient( to bottom, #d948dc, #eb2555 ) 1 100%;
		padding-left: 40px !important;
		border-left: 9px solid;
	}
}

/* Services Page updates 2/28/2023 */

@media (min-width: 1700px){
	#consultancy.new-consultancy {
		background-position: 56% 480px !important;
	}
}

@media (min-width: 1600px) and (max-width: 1699px){
	#consultancy.new-consultancy {
		background-position: 58% 500px !important;
	}
}

@media (min-width: 1400px) and (max-width: 1599px){
	#consultancy.new-consultancy {
		background-position: 59% 484px !important;
	}
}

@media (min-width: 1305px) and (max-width: 1399px){
	#consultancy.new-consultancy {
		background-position: 62% 531px !important;
	}
}

@media (min-width: 1250px) and (max-width: 1306px){
	#consultancy.new-consultancy {
		background-position: 62% 528px !important
	}
}

@media (min-width: 1145px) and (max-width: 1249px){
	#consultancy.new-consultancy {
		background-position: 62% 553px !important;
	}
}

@media (min-width: 1100px) and (max-width: 1145px){
	#consultancy.new-consultancy {
		background-position: 62% 560px !important;
	}
}
@media (min-width: 1051px) and (max-width: 1099px){
	#consultancy.new-consultancy {
		background-position: 64% 535px !important;
	}
}

@media (min-width: 981px) and (max-width: 1051px){
	#consultancy.new-consultancy {
		background-position: 64% 561px !important;
	}
}