/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme via Freshy
Author: Freshy
Author URI: https://freshysites.com/
Template: Divi
Version: 4.2.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 -- */

.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,
#et-boc header .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,
#et-boc header .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"],
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .et_mobile_menu li li {
	padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a,
#et-boc header .et_mobile_menu li a {
	padding-left: 20px;
	padding-right: 20px;
}

/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a,
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .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: left;
	color: #000000;
	font-size: 22px;
	line-height: 1.25em;
	font-weight: 500;
	font-family: 'Asap', Helvetica, Arial, Lucida, sans-serif;
}

body #page-container .ppb-privacy-menu {
	font-weight: 500;
}

/* 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: 68px;
	height: 20px;
	background-image: url("/wp-content/uploads/Freshy-logo-blue.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	margin: 4px 0 0 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 !important;
	}

	/* 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 15px !important;
	line-height: 1.4em;
}

.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: #50C4D0;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}

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

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

/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */

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

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

p:last-child,
p:not(.has-background):last-child {
	padding-bottom: 0;
}

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

/* -- END DIVI HACKS -- */


/* -- PASSWORD PROTECTED -- */

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

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

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

/* -- END PASSWORD PROTECTED -- */


/* -- TESTIMONIALS PLUGIN -- */

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

/* -- END TESTIMONIALS PLUGIN -- */


/* -- GRAVITY FORMS -- */

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

/* -- END GRAVITY FORMS -- */


/* -- HELPERS -- */

/* use the "fullwidth-section" class on a SECTION to make a "standard" SECTION truly be fullwidth 
(NOTE: the SECTION needs THIS class) */
.fullwidth-section.et_pb_section {
	padding: 0;
}

.fullwidth-section.et_pb_section>.et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
}

/* use the "fullwidth-row" class on a SECTION to make a "full width" ROW truly be fullwidth 
(NOTE: the ROW module settings needs to be Gutter Width 1, and the SECTION needs THIS class,
and unlike the class above, THIS class will auto-add padding to the columns) */
.fullwidth-row.et_pb_section {
	padding: 0;
}

.fullwidth-row.et_pb_section .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* helps add padding to each column */
.fullwidth-row.et_pb_section .et_pb_row>.et_pb_column {
	padding: 50px 10%;
}

@media (min-width: 767px) {
	.fullwidth-row.et_pb_section .et_pb_row>.et_pb_column {
		padding: 80px 6%;
	}
}

/* for some reason Divi removes bottom margin from modules if in column with no gutters, 
so we need to add margins back */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column .et_pb_module:not(:last-child) {
	margin-bottom: 30px;
}

@media (min-width: 981px) {
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column_2_3 .et_pb_module:not(:last-child) {
		margin-bottom: 4.242%;
	}

	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column_1_3 .et_pb_module:not(:last-child) {
		margin-bottom: 9.27%;
	}
}

/* reduce gap between toggles if in fullwidth row */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column .et_pb_module.et_pb_toggle:not(:last-child) {
	margin-bottom: 3px;
}

@media (max-width: 980px) {

	/* use the "stacked-flex" class on a ROW to make it be flexbox when stacked, to help with adjusting order of stacked columns */
	.stacked-flex {
		display: flex;
		flex-wrap: wrap;
	}

	/* add the desired class to COLUMNS to designate their order when stacked within a "stacked-flex" ROW */
	.stacked-order-negative-4 {
		order: -4;
	}

	.stacked-order-negative-3 {
		order: -3;
	}

	.stacked-order-negative-2 {
		order: -2;
	}

	.stacked-order-negative-1 {
		order: -1;
	}

	.stacked-order-1 {
		order: 1;
	}

	.stacked-order-2 {
		order: 2;
	}

	.stacked-order-3 {
		order: 3;
	}

	.stacked-order-4 {
		order: 4;
	}

	/* adds margin to former "last" column that otherwise wouldn't have it */
	.stacked-flex:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}

/* -- END HELPERS -- */

/* -- BLOG -- */

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

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

/* -- END BLOG -- */


/*------------------------------------------------
---------------- Custom Style Start ---------------
------------------------------------------------*/

html,
body {
	overflow-x: hidden;
}

body {
	font-weight: 400;
}

body .cmn-mdmText,
body .cmn-mdmText .et_pb_text_inner,
body .cmn-mdmText .et_pb_text_inner p,
body .cmn-mdmText .et_pb_text_inner a {
	font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

.mapWrap {
	line-height: 0;
}

body .et_pb_button,
body .cmn-center-text,
body #page-container .cmn-centerblurbTab {
	text-align: center;

}

body #page-container .ppb-text-align-right {
	text-align: right;
}

body #page-container .cmn-inlinebtnWrap .et_pb_button_module_wrapper,
body #page-container .cmn-inline-element {
	display: inline-block !important;
}
body #page-container .ppb-block-column{
	display: block !important;
}
body #page-container .cmn-vertclamdleBlurb .et_pb_blurb_content .et_pb_main_blurb_image,
body #page-container .cmn-vertclamdleBlurb .et_pb_blurb_content .et_pb_blurb_container {
	vertical-align: middle;
}

body #page-container .cmn-centerblurbTab .et_pb_blurb_content {
	width: auto;
}

body #page-container .ppb-blank-banner .et_pb_header_content_wrapper {
	display: none;
}
body #page-container .ppb-breadcrumb-banner .et_pb_header_content_wrapper {
	display: block;
}
body #page-container .ppb-blank-banner h2 {
	margin: 0;
}

body #page-container .ppb-blank-banner .et_pb_fullwidth_header_container {
	width: 90%;
}

body #page-container .checklist ul ul {
	padding-top: 15px !important;
	padding-left: 30px !important;
}

body #page-container .ppb-table-column {
	display: flex;
	align-items: center;
	flex-direction: column;
}
body #page-container .ppb-table-column .et_pb_module {
	align-self: flex-start;
}
body #page-container .ppb-table-column .ppb-tble-title {
	width: 100%;
}

body #page-container .checklist.ppb-whit-list li::before {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7489%) hue-rotate(167deg) brightness(104%) contrast(102%);
}

body #page-container .ppb-privacy-content h2,
body #page-container .ppb-privacy-content h3,
body #page-container .ppb-privacy-content h4,
body #page-container .ppb-privacy-content h5 {
	padding-bottom: 15px;
}

body #page-container h2 .ppb-blue-text {
	color: #50C4D0;
}

/*------------------------------------------------
---------------- Custom Style End ---------------
------------------------------------------------*/

/*------------------------------------------------
---------------- Header Style Start ---------------
------------------------------------------------*/


#main-header .container,
#main-footer .container,
#top-header .container {
	width: 91%;
}

body #page-container #top-header {
	z-index: 1;
	padding-bottom: 5px;
}
body #page-container .ppb-inner-banner .et_pb_header_content_wrapper,
body #page-container .ppb-inner-banner .et_pb_header_content_wrapper p,
body #page-container .ppb-inner-banner h1{
		text-align: left;
	}
body #page-container #et-boc #top-header .container {
	overflow: hidden;
	padding-bottom: 15px;
}
body #page-container .ppb-inner-banner .et_pb_fullwidth_header_container{
	width: 90%;
}
body #page-container #et-boc .ppb-header-wrap #top-header:after {
	width: 73%;
	height: 1px;
	background: #00000015;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: absolute !important;
	right: 0;
	bottom: 5px;
	content: "";
}

body #page-container #main-header {
	overflow: visible;
	z-index: 9999;
	box-shadow: none !important;

}

body #main-header #top-menu li {
	padding-right: 15px;
	transition: all 300ms ease-in-out;
}

body #main-header #top-menu>li:last-child {
	padding-right: 0px;
}

body #main-header.et-fixed-header #top-menu li {
	padding-right: 30px;
}

body #main-header.et-fixed-header #top-menu>li:last-child {
	padding-right: 0px;
}

body #main-header #et-top-navigation li a {
	font-weight: 500;
	transition: all 300ms ease-in-out;
	padding-bottom: 25px;
}


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

body #main-header #logo {
	max-height: 145%;
	height: 137.5%;
}

body #main-header.et-fixed-header #et-top-navigation {
	padding-top: 15px;
}

body #main-header #top-menu li.current-menu-ancestor>a,
body #main-header #top-menu li.current-menu-item>a,
body #main-header #top-menu li.current_page_item>a {
	font-weight: 700;
}

body #page-container #top-header #et-secondary-menu>ul>li a {
	background: #FEBE10;
	padding: 15px 43px !important;
	line-height: 1em;
	height: unset;
	border-radius: 15px;
	font-weight: 600;
}

body #page-container #top-header #et-secondary-menu>ul>li.ppb-ltblue-btn a {
	background: #50C4D0;
}

body #page-container #top-header #et-secondary-menu>ul>li a:hover {
	background: #50C4D0;
	opacity: 1;
}

body #page-container #top-header #et-secondary-menu>ul>li.ppb-ltblue-btn a:hover {
	background: #005371;
}

.et_fixed_nav #page-container .et-fixed-header#top-header {
	z-index: 9999;
}

body #page-container #top-header.et-fixed-header #et-secondary-menu>ul>li a {
	font-size: 16px;
}

#top-menu .menu-item-has-children>a:first-child::after,
#et-secondary-nav .menu-item-has-children>a:first-child::after {
	font-size: 20px;
	color: #000;
}


body #main-header #et-top-navigation ul>li>a {
	white-space: nowrap;
}

body #main-header #et-top-navigation ul>li ul.sub-menu>li>a {
	font-size: 15px;
	padding: 15px;
	border-radius: 10px;
	font-weight: 500;
}

body #main-header.et-fixed-header #et-top-navigation ul>li ul.sub-menu>li>a {
	padding: 5px 15px;
	border-radius: 5px;
}

body #main-header #et-top-navigation ul>li ul.sub-menu {
	border-radius: 0 0 15px 15px;
}

body #main-header #et-top-navigation ul>li ul.sub-menu>li>a:hover {
	background: #E5F6F8;
	color: #50C4D0 !important;
	opacity: 1;
}

body #main-header #et-top-navigation ul>li ul.sub-menu>li {
	display: block;
}

body #main-header #et-top-navigation ul>li ul.sub-menu>li.current_page_item>a {
	font-weight: 600;
}

/*------------------------------------------------
---------------- Header Style End ---------------
------------------------------------------------*/

/*------------------------------------------------
---------------- Menu Button Style Strat ---------------
------------------------------------------------*/


body #page-container #main-header #et-top-navigation li.Ppb_menuBtn {
	padding-right: 0;
}

body #page-container #main-header #et-top-navigation li.Ppb_menuBtn a {
	background: #a1a37e;
	text-align: center;
	padding: 23px 36px;
	color: #fff;
	border-radius: 100px;
}

body #page-container #main-header #et-top-navigation li.Ppb_menuBtn a:hover {
	background: #3C4D5D;
	opacity: 1;
}

body #page-container #main-header.et-fixed-header #et-top-navigation li.Ppb_menuBtn a {
	padding: 16px 20px;
	color: #fff !important;

}

@media only screen and (max-width: 1360px) {
	body #page-container #main-header #et-top-navigation li.Ppb_menuBtn a {
		padding: 16px 20px;


	}
}

@media only screen and (max-width: 980px) {
	body #page-container #main-header #et-top-navigation li.Ppb_menuBtn a {
		padding: 15px 30px;
		margin-top: 15px;
	}

}

/*------------------------------------------------
---------------- Menu Button Style End ---------------
------------------------------------------------*/

/*------------------------------------------------
---------------- Scroll Top Style Strat ---------------
------------------------------------------------*/
body .et_pb_scroll_top.et-pb-icon {
	border-radius: 0;
	background: #005371;
	height: 60px;
	line-height: 60px;
	padding: 0;
	border-radius: 5px 0px 0px 5px;
}

/*------------------------------------------------
---------------- Scroll Top Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Custom Checklist Style Start ---------------
------------------------------------------------*/

.checklist ul li::before {
	content: '' !important;
	background-image: url(/wp-content/uploads/check-light-blue-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	height: 20px;
	width: 20px;
	top: 8px;
}

body #page-container .checklist .et_pb_accordion_item ul li::before {
	top: 3px;
}

body #page-container .dp-dfg-pagination ul.pagination li.pagination-item.active a {
	background: #005371;
}

body #page-container .dp-dfg-skin-default .dp-dfg-pagination ul.pagination {
	margin-top: 30px;
}

/*------------------------------------------------
---------------- Custom Checklist Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Banner Style Strat ---------------
------------------------------------------------*/
body #page-container .ppb-home-banner .et_pb_slide_description {
	max-width: 700px;
	margin-left: 0;
}
body #page-container .aioseo-breadcrumbs,
body #page-container .aioseo-breadcrumbs a{
	color: #ffffff;
	text-decoration: none;
	font-size: 18px !important;
}
body #page-container .aioseo-breadcrumbs{
	margin-bottom: 10px;
}
/*------------------------------------------------
---------------- Banner Style End ---------------
------------------------------------------------*/

/*------------------------------------------------
---------------- Home Page Style Strat ---------------
------------------------------------------------*/


body #page-container .gform_confirmation_message {
	color: #fff;
	font-weight: 700 !important;
	background: transparent !important;
}


body #page-container .ppb-counter .percent {
	margin-bottom: 53px;
}

body #page-container .ppb-counter-blurb.et_pb_column:hover .ppb-counter .title {
	color: #ffffff;
}

body #page-container .ppb-counter-blurb.et_pb_column:hover .et_pb_button {
	color: #50C4D0 !important;
}

body #page-container .stories-slider-fullwidth .slick-initialized .slick-track {
	display: flex;
	align-items: center;
}

/* body #page-container .stories-slider-fullwidth .slick-initialized .slick-slide {
	display: block;
	align-items: center;
	margin-bottom: 0;
} */

body #page-container .stories-slider-fullwidth .et_pb_post .entry-featured-image-url,
body #page-container .stories-slider-fullwidth .et_pb_post .Ppb-blogDescription {
	width: 50%;
	float: left;
}

body #page-container .ppb-dollar-counter .percent-value:before {
	content: "$";
}

body #page-container .stories-slider-fullwidth .et_pb_post .entry-featured-image-url {
	max-width: 937px;
	margin-bottom: 0;
}

body #page-container .stories-slider-fullwidth .et_pb_post .Ppb-blogDescription {
	margin-left: 5.2vw;
	max-width: 640px;

}

body #page-container .stories-slider-fullwidth .et_pb_post .Ppb-blogDescription .more-link {
	background: #50C4D0;
	display: inline-block;
	padding: 19px 50px;
	border-radius: 20px;
	margin-top: 40px;
	transition: all 300ms ease-in-out;
}

body #page-container .stories-slider-fullwidth .et_pb_post .Ppb-blogDescription .more-link:hover {
	background: #005371;
}

body #page-container .post-filtergrid-slider .dp-dfg-item .dp-dfg-meta {
	padding-bottom: 25px;
	padding-top: 30px;

}
body #page-container .ppb-blog-wrap.dpdfg_filtergrid .dp-dfg-item .et_pb_button_wrapper.read-more-wrapper{
	position: absolute;
	bottom:20px;
	left: 20px;
}
body #page-container .ppb-blog-wrap.dpdfg_filtergrid .dp-dfg-item .dp-dfg-content{
padding-bottom: 60px;	
}
body #page-container .post-filtergrid-slider .dp-dfg-content,
body #page-container .post-filtergrid-slider .dp-dfg-item .dp-dfg-meta,
body #page-container .post-filtergrid-slider .dp-dfg-item .dp-dfg-header {
	text-align: left;
}

body #page-container .stories-slider-fullwidth .et_pb_post .Ppb-blogDescription .entry-title {
	margin-bottom: 25px;
}

body #page-container .stories-slider-fullwidth .slick-slide img {
	max-height: 488px;
	object-fit: cover;
	object-position: top;
	min-height: 488px;
}

body #page-container .ppb-arrow-style .slick-prev.slick-arrow,
body #page-container .ppb-arrow-style .slick-next.slick-arrow {
	position: absolute;
	bottom: 30px;
}

body #page-container .image-slider.ppb-arrow-style .slick-arrow {
	bottom: 10px;
}

body #page-container .ppb-arrow-style .slick-prev.slick-arrow {
	right: 66px;
}

body #page-container .ppb-arrow-style .slick-next.slick-arrow {
	right: 0px;
}

body #page-container .ppb-arrow-style .slick-prev.slick-arrow,
body #page-container .ppb-arrow-style .slick-next.slick-arrow {
	width: 58px;
	height: 58px;
	background: #fff;
	text-align: center;
	line-height: 57px;
	border-radius: 100px;
	transition: all 300ms ease-in-out;
	cursor: pointer;
	z-index: 99999;
}

body #page-container .ppb-arrow-style .slick-arrow {
	box-shadow: 0 0 85px 0 rgba(0, 0, 0, .15);
}

body #page-container .ppb-arrow-style .slick-arrow:hover {
	background: #005371;
}

body #page-container .ppb-arrow-style .slick-arrow:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7476%) hue-rotate(110deg) brightness(98%) contrast(108%);
}

body #page-container .fullwidth-image-carousel.ppb-arrow-style .slick-arrow:hover img {
	filter: brightness(0) saturate(100%) invert(95%) sepia(91%) saturate(7324%) hue-rotate(142deg) brightness(89%) contrast(80%);
}

body #page-container .fullwidth-image-carousel.ppb-logo-carousel .slick-track {
	display: flex;
}

body #page-container .fullwidth-image-carousel.ppb-logo-carousel .slick-track .slick-slide .et_pb_image_wrap img {
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}

body #page-container .ppb-filtergrid-3post.ppb-arrow-style .slick-arrow.slick-prev,
body #page-container .post-filtergrid-slider.ppb-arrow-style .slick-arrow.slick-prev {
	right: 8vw;
}

body #page-container .ppb-filtergrid-3post.ppb-arrow-style .slick-arrow,
body #page-container .post-filtergrid-slider.ppb-arrow-style .slick-arrow {
	bottom: -115px;

}

body #page-container .ppb-filtergrid-3post.ppb-arrow-style .slick-arrow.slick-next,
body #page-container .post-filtergrid-slider.ppb-arrow-style .slick-arrow.slick-next {

	right: 4vw;
}

body #page-container .fullwidth-image-carousel.ppb-arrow-style .slick-arrow {
	background: transparent !important;
	box-shadow: none !important;
}

body #page-container .ppb-arrow-style .slick-arrow img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

body #page-container .equal-height-slider .slick-track {
	display: flex !important;
}

body #page-container .equal-height-slider .slick-slide {
	height: inherit !important;

}

body #page-container .ppb-filtergrid-3post .slick-slide,
body #page-container .post-filtergrid-slider .slick-slide {
	margin-right: 20px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
}

body #page-container .image-slider .slick-slide {
	margin-right: 20px;
}

body #page-container .ppb-filtergrid-3post .slick-slide .dp-dfg-image,
body #page-container .post-filtergrid-slider .slick-slide .dp-dfg-image {
	margin-left: -60px;
	margin-right: -60px;
	height: 17.2vw;
	overflow: hidden;
}

body #page-container .post-filtergrid-slider .slick-slide .dp-dfg-image,
body #page-container .ppb-filtergrid-3post .slick-slide .dp-dfg-image {
	height: 30vw;
	max-height: 330px;
}

body #page-container #et-boc #et-main-area .ppb-filtergrid-3post .slick-slide .et_pb_button_wrapper .et_pb_button.dp-dfg-more-button,
body #page-container #et-boc #et-main-area .post-filtergrid-slider .slick-slide .et_pb_button_wrapper .et_pb_button.dp-dfg-more-button {
	padding: 0 !important;
}

body #page-container #et-boc #et-main-area .fullwidth-image-carousel .slick-slide {
	margin: auto !important;
	padding: 15px 0;
	min-width: 250px;
}

body #page-container .fullwidth-image-carousel .slick-prev.slick-arrow {
	left: -75px;
}

body #page-container .fullwidth-image-carousel .slick-next.slick-arrow {
	right: -75px;
}

body #page-container .fullwidth-image-carousel .slick-arrow {
	background: transparent !important;
	box-shadow: none;
}


body #page-container .et_pb_slider .et-pb-controllers a {
	opacity: 1;
	background: #fff;
}

body #page-container .et_pb_slider .et-pb-controllers a.et-pb-active-control {
	background: #50C4D0;
}

body #page-container .stories-slider-fullwidth .items-carousel-fullwidth {
	max-width: 1696px;
	width: 91%;
	margin-left: 0px;
}

body #page-container .stories-slider-fullwidth.ppb-research-slider .items-carousel-fullwidth {
	max-width: unset;
}

body #page-container .ppb-filtergrid-3post .slick-slide .dp-dfg-image,
body #page-container .post-filtergrid-slider .dp-dfg-image {
	margin-bottom: 55px;
}

body #page-container .ppb-filtergrid-3post .slick-list,
body #page-container .post-filtergrid-slider .slick-list {
	margin-bottom: 40px;
}

body #page-container .ppb-newsletter-form .gform_wrapper.gravity-theme .gfield.gfield--width-three-quarter {
	grid-column: span 12;
}

body #page-container .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body #page-container .gform_wrapper textarea.textarea,
body #page-container div.form_saved_message div.form_saved_message_emailform form input[type="text"],
body #page-container .gfield--input-type-email .ginput_container_email input {
	margin-top: 0 !important;
	border-radius: 10px;
	font-size: 24px;
	color: #030303;
	background-color: #fff;
}

body #page-container .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body #page-container div.form_saved_message div.form_saved_message_emailform form input[type="text"] {
	height:75px;
}

body #page-container .gform_wrapper #field_submit input,
body #page-container .gform_wrapper .gform_footer input.button,
body #page-container .gform_wrapper .gform_page_footer input.button,
body #page-container div.form_saved_message div.form_saved_message_emailform form input[type="submit"] {
	padding-top: 8px !important;
	padding-right: 59px !important;
	padding-bottom: 8px !important;
	padding-left: 59px !important;
	color: #FFFFFF !important;
	border-width: 2px !important;
	border-color: #FFFFFF;
	background-color: RGBA(255, 255, 255, 0);
	border-radius:10px !important;

}

body #page-container .gform_wrapper #field_submit input:hover,
body #page-container .gform_wrapper .gform_footer input.button:hover,
body #page-container .gform_wrapper .gform_page_footer input.button:hover,
body #page-container div.form_saved_message div.form_saved_message_emailform form input[type="submit"]:hover {
	background-color: #ffffff;
	color: #005371 !important;
}

body #page-container .ppb-white-check-form .gfield_label,
body #page-container .ppb-white-check-form .gform-field-label {
	color: #ffffff;
	font-size: 24px;
}

body #page-container input[type="checkbox"] {
	accent-color: #005371;
}

body #page-container .ppb-newsletter-form .gform_wrapper.gravity-theme #field_submit {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);

}

body #page-container .gform_wrapper .gform-datepicker {
	width: 50% !important;
}

body #page-container .ppb-blue-button-form .gform_wrapper input[type="submit"] {
	border-color: #005371;
	background-color: RGB(0, 83, 113);
}

body #page-container .ppb-blue-button-form .gform_wrapper input[type="submit"]:hover {
	border-color: #50c4d0;
	background-color: RGB(80, 196, 208);
}

body #page-container .ppb-newsletter-form .gform_wrapper.gravity-theme #field_submit input {
	padding: 0 !important;
}

body #page-container .gform_wrapper.gravity-theme #field_submit .gform_image_button {
	margin-top: 0;
}

body #page-container ::placeholder,
body #page-container ::placeholder {
	/* Firefox 19+ */
	color: #030303;
}

body #page-container ::-webkit-input-placeholder,
body #page-container ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #030303;
}

body #page-container ::-moz-placeholder,
body #page-container ::-moz-placeholder {
	/* Firefox 19+ */
	color: #030303;
}

body #page-container :-ms-input-placeholder,
body #page-container :-ms-input-placeholder {
	/* IE 10+ */
	color: #030303;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #030303;
}

body #page-container .ppb-filtergrid-3post .slick-list,
body #page-container .post-filtergrid-slider .slick-list {
	margin-bottom: 0px;
}

/*------------------------------------------------
---------------- Home Page Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- About Page Style Start ---------------
------------------------------------------------*/
body #page-container .ppb-inner-banner .et_pb_header_content_wrapper {
	max-width: 974px;
	margin: 25px 0 0;
}

body #page-container .ppb-inner-banner .header-content-container .header-content {
padding: 0 !important;
  margin: 0 !important;
}

body #page-container .ppb-accordion .et_pb_toggle {
	padding-left: 0;
	padding-right: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 2px solid #03030315;
	margin-bottom: 0;

}

body #page-container .ppb-accordion .et_pb_toggle:last-child {
	border-bottom: 2px solid #03030315;
}

body #page-container .ppb-accordion .et_pb_toggle .et_pb_toggle_content ul {
	list-style: none;
	padding-left: 0;
	padding-bottom: 0;
}

body #page-container .et_pb_toggle .et_pb_toggle_content {
	padding-top: 35px;
}

body #page-container .ppb-accordion .et_pb_toggle .et_pb_toggle_content ul li {
	padding-bottom: 15px;
}

body #page-container .et_pb_toggle .et_pb_toggle_title::before {
	content: url("/wp-content/uploads/accordion-arrow-down-Icon.svg") !important;
	right: 0px;
	margin-top: -40px;
	transition: all 10ms ease-in-out;
}

body #page-container .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	transform: rotate(180deg);
	top: 0;
	margin-top: 5px;
}

body #page-container .dp-dfg-layout-grid .dp-dfg-item {
	padding: 20px;
}

body #page-container .dp-dfg-image {
	margin-bottom: 15px;
	max-height: 250px;
	overflow: hidden;
	height: 15vw;
}

body #page-container .dp-dfg-image img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	max-height: 330px;
}

/*------------------------------------------------
---------------- About Page Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Table Style Start ---------------
------------------------------------------------*/
body #page-container .tablepress th {
	color: #fff;
	font-weight: 600;
	background-color: #005371;
}


body #page-container .tablepress tr td:first-child {
	width: 30%
}

body #page-container .tablepresstr tr td:last-child {
	width: 70%;
}
body #page-container .commitee_member_row_cmn h3,
body #page-container .commitee_member_row_cmn .et_pb_text_inner,
body #page-container .commitee_member_row_cmn p{
	text-transform: initial;
}
body #page-container #mc_embed_signup_scroll p{
	display: none;
}
/*------------------------------------------------
---------------- Table Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Logo Box Style Start ---------------
------------------------------------------------*/
body #page-container .ppb-logo-box-row .et_pb_column {
	display: flex;
}

body #page-container .ppb-logo-blurb {
	width: 250px;
	height: 250px;
	align-items: center;
	display: flex !important;
	max-width: calc(100% / 4);
	max-height: 15vw;
}

body #page-container .ppb-logo-blurb .et_pb_main_blurb_image {
	margin-bottom: 0;
	max-width: 90%;

}

/*------------------------------------------------
---------------- Logo Box Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Footer Style Strat ---------------
------------------------------------------------*/
body #page-container .ppb-ctn-blurb .et_pb_blurb_container {
	padding-left: 18px;
}

body #page-container .ppb-ctn-blurb .et_pb_main_blurb_image {
	width: unset;
}

body #page-container .ppb-newsletter-form .gform_wrapper.gravity-theme .gform_footer {
	display: none;
}

body #page-container .ppb-newsletter-form .gform_confirmation_message {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 15px;
}

body #page-container .ppb-item-bar {
	padding: 0 7px;
}

/*------------------------------------------------
---------------- Footer Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Timeline Style Strat ---------------
------------------------------------------------*/
body #page-container .ppb-history-nav ul {
	list-style: none;
	padding-left: 0;
	padding-bottom: 0;
	margin-left: -10px;
}

body #page-container .ppb-history-nav h3 {
	margin-bottom: 15px;
}

body #page-container .ppb-history-nav ul li a {
	padding: 7px 9px;
	display: inline-block;
	border-radius: 8px;
	margin-bottom: 5px;
}

body #page-container .ppb-history-nav ul li:last-child a {
	margin-bottom: 0px;
}

body #page-container .ppb-history-nav ul li a.mPS2id-highlight,
body #page-container .ppb-history-nav ul li a:hover {
	background: #50C4D0;
	color: #ffffff;
}

/*------------------------------------------------
---------------- Timeline Style End ---------------
------------------------------------------------*/

/*------------------------------------------------
---------------- Inner Page Style Strat ---------------
------------------------------------------------*/
body #page-container .ppb-logo-wrap .et_pb_image {
	max-width: 31.33%;
	margin-right: 30px !important;
}

body #page-container .ppb-more-way-blurb .et_pb_main_blurb_image {
	width: 90px;
	height: 90px;
	border-radius: 100px;
	background-color: #d9f2f5;
	text-align: center;
	display: flex;
	margin-bottom: 0;
}

body #page-container .ppb-more-way-blurb .et_pb_main_blurb_image img {
	max-width: 45px;
}

body #page-container .ppb-more-way-blurb .et_pb_main_blurb_image {
	display: flex;

}

body #page-container .ppb-more-way-blurb .et_pb_blurb_container {
	padding-left: 18px;
}

body #page-container .ppb-main-tab .et_pb_tabs_controls {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: transparent;
	border: none;
}
 
body #page-container .ppb-main-tab .et_pb_tabs_controls .et_pb_tab_active:before{
content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translatex(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #005371;
    }
body #page-container .ppb-main-tab .et_pb_all_tabs .et_pb_tab {
	padding-left: 0;
	padding-right: 0;
}

body #page-container .ppb-main-tab .et_pb_tabs_controls:after {
	display: none;
}

body #page-container .ppb-main-tab .et_pb_tabs_controls li {
	border: 1px solid #005371;
	border-radius: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;

}

body #page-container .ppb-main-tab .et_pb_tabs_controls li a {
	padding: 10px 20px;
	text-align: center;
}

body #page-container .ppb-more-way-give-wrap .et_pb_column:hover {
	background: #ffffff;
	box-shadow: inset 0px 0px 0px 1px #005371;
}
body #page-container .ppb-more-way-give-wrap .et_pb_text a{
	font-size: 20px;
}
.vimeo-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	/* For 16:9 aspect ratio (height / width * 100%) */
	height: 0;
	overflow: hidden;
}

.vimeo-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body #page-container .dp-dfg-image a {
	display: block;
}

body #page-container .dp-dfg-image img {

	margin: 0 auto;
}

.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox] {
	opacity: 0;
}

.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]+label {
	position: relative;
	overflow: hidden;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
}

.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]+label:before,
.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]+label:after {
	content: '';
	position: absolute;
	left: 0;
	z-index: 1;
	-webkit-transition: .2s;
	transition: .2s;
}

/* after */
.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:not(:checked)+label:after {
	width: 20px;
	height: 19px;
	border: 2px solid #005371;
	border-radius: 5px;
	background-color: #fff;
	top: 5px;
}

.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:checked+label:after {
	top: 5px;
	width: 20px;
	height: 19px;
	border: 2px solid #005371;
	background-color: #005371;
	z-index: 0;
	border-radius: 5px;
}

/* before */

.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:checked+label:before {
	left: 1px;
	width: 8px;
	height: 16px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	-webkit-transform: rotateZ(34deg);
	transform: rotateZ(34deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.gform_wrapper.gravity-theme .gfield_checkbox label {
	line-height: 1.4;
}

body #page-container .dp-dfg-filter a.dp-dfg-filter-link {
	border: none;
}

body #page-container .et_pb_section .et_pb_button.dp-dfg-more-button {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

body #page-container .et_pb_section .ppb-research-slider .et_pb_button.dp-dfg-more-button {
	padding: 19px 50px !important;
}

body #page-container .ppb-code-secwrap .et_pb_code {
	overflow: auto;

}

body #page-container .mc-field-group {
	max-width: 600px;
	margin-bottom: 15px;
}

body #page-container .mc-field-group input {
	width: 100%;
	height: 60px;
	border-radius: 10px;
	font-size: 20px;
	padding: 10px 15px;
}

#mc_embed_signup input.mce_inline_error {
	border-color: #005371;

}

body #page-container .mc-field-group label {
	display: block;
	font-size: 20px;
}

body #page-container #mc_embed_signup_scroll .indicates-required {
	margin-bottom: 15px;
	color: #f00;
}

body #page-container #mc-embedded-subscribe {
	height: 62px;
	width: 222px;
	font-size: 25px;
	border-radius: 20px;
	font-weight: bold;
	text-transform: uppercase;
	background: #005371;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: all 300ms ease-in-out;

}

body #page-container #mc-embedded-subscribe:hover {
	background: #50C4D0;
}

body #page-container .ppb-event-sidebar-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body #page-container .ppb-event-sidebar-form div.form_saved_message div.form_saved_message_emailform form input[type="text"] {
	height: 60px;
	border-radius: 15px;

}

body #page-container .ppb-event-sidebar-form .gform_wrapper input[type="submit"],
body #page-container .ppb-event-sidebar-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body #page-container .ppb-event-sidebar-form div.form_saved_message div.form_saved_message_emailform form input[type="text"],
body #page-container .ppb-event-sidebar-form .gform_wrapper textarea.textarea {
	font-size: 20px;
}

/*------------------------------------------------
---------------- Inner Page Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Testimonial Style Start ---------------
------------------------------------------------*/
body #page-container .ppb-testi-spsecWrap>.et_pb_column:first-child {
	width: 28.333%;
}

body #page-container .ppb-testi-spsecWrap>.et_pb_column:last-child {
	width: 68.667%;
}

body #page-container .testi-slider-row .et_pb_testimonial_description {
	margin-left: 0px !important;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

body #page-container .testi-slider-row .et_pb_testimonial_portrait {
	position: absolute;
	bottom: 80px;
	left: 60px;
	margin-bottom: 0;
}

body #page-container .testi-slider-row .et_pb_testimonial_author,
body #page-container .testi-slider-row .et_pb_testimonial_meta {
	margin-left: 133px;
}

body #page-container .testi-slider-row .slick-track .slick-slide {
	max-width: 712px;
	margin-right: 30px !important;
	margin-bottom: 0;
}

body #page-container .testi-slider-row.ppb-arrow-style .slick-prev.slick-arrow,
body #page-container .testi-slider-row.ppb-arrow-style .slick-next.slick-arrow {
	bottom: -100px;
}

body #page-container .testi-slider-row .testimonial-portrait-img {
	position: absolute;
	top: 0;
	object-fit: cover;
	object-position: center;
}

body #page-container .testi-slider-row .ppb-testimonial-content-wrap {
	position: relative;
}

body #page-container .ppb-counter-row .et_pb_column .et_pb_button {
	pointer-events: none;
	cursor: default;
}
body #page-container .ppb-team-row .et_pb_column:not(.ppb-blank-column){
	background: #f2f6f8;
}
/*------------------------------------------------
---------------- Testimonial Style End ---------------
------------------------------------------------*/
body #page-container .ppb-price-box .et_pb_row,
body #page-container .ppb-prcbox-wrap{
	width: 100% !important;
}
 
body #page-container .ppb-price-box .et_pb_column{
 box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.1);

}
body #page-container .ppb-price-box .et_pb_column h3{
	 font-size: 22px;
}
 
/*------------------------------------------------
---------------- Responsive Style Strat ---------------
------------------------------------------------*/
@media only screen and (min-width: 1921px) {

	#main-header .container,
	#top-header .container {
		margin: 0 auto !important;
	}

	body #page-container #et-boc .ppb-header-wrap #top-header::after {
		width: 58%;
	}

	body #page-container .ppb-stories-wrap .et_pb_column {
		max-width: 1860px;
		margin: 0 auto !important;
		float: unset;
	}

	body #page-container .ppb-newsevents-row {
		margin: 0 auto !important;
	}
}

@media only screen and (min-width: 981px) {

	#main-header .container,
	#top-header .container {
		max-width: 1680px;
		margin-left: 15px;
	}

	.equalHeight:not(.et_section_specialty) .et_pb_column,
	.et_section_specialty.equalHeight>.et_pb_row>.et_pb_column.et_pb_specialty_column {
		margin: auto;
	}

	.equalHeight .et_pb_column:first-child {
		margin-left: 0;
	}

	body #page-container .cmn-3colWrap .et_pb_column {
		width: calc((100% - 32px)/3);
		margin-right: 16px;
	}

	body #page-container .ppb-funding-row .et_pb_column {
		width: calc((100% - 30px)/2);
		margin-right: 30px;
	}

	body #page-container .ppb-funding-row .et_pb_column:last-child {
		margin-right: 0px;
	}
body #page-container #et-boc #et-main-area .fullwidth-image-carousel .slick-slide {	 
	min-width: 250px;
}
	body #page-container #main-header .logo_container {
		top: -45px;
		width: unset;
	}

	body #main-header #et-top-navigation ul,
	body #main-header #et-top-navigation ul>li>a {
		width: unset;
	}

	body #page-container .ppb-header-wrap {
		background: #ffffff !important;
		z-index: 99999;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		height: 180px;
	}

	body #page-container .ppb-header-wrap.ppb-fixed-header {
		height: 154px;
	}

	body #page-container .et_pb_slide_content {
		margin-top: 20px;
		margin-bottom: 25px;
	}

	body #page-container .et_pb_slider .et-pb-controllers a {
		border-radius: 100px;
		width: 18px;
		height: 18px;
		opacity: 1;
		background: #fff;
	}

	body #page-container .et_pb_slider .et-pb-controllers {
		bottom: 40px;
		max-width: 1680px;
		display: flex;
		justify-content: end;
		left: 15px;
		width: 91%;
	}

	body #page-container .ppb-counter-row .et_pb_column {
		width: calc((100% - 40px) /3);
		margin-right: 20px;
	}

	body #page-container .ppb-counter-row .et_pb_column:last-child {
		margin-right: 0px;
	}

	body #page-container .ppb-newsevents-row .et_pb_column:first-child {
		width: 640px;
	}

	body #page-container .ppb-newsevents-row .et_pb_column:last-child {
		width: calc(100% - 640px);
	}

	body #page-container .ppb-newsevents-row.ppb-accordion-row .et_pb_column {
		width: calc((100% - 570px) / 2);
	}

	body #page-container .ppb-newsevents-row.ppb-accordion-row .et_pb_column:first-child {
		width: 570px;
	}

	body #page-container .ppb-team-row .et_pb_column {
		width: calc((100% - 60px) /4);
		margin-right: 20px;
	}

	body #page-container .ppb-team-row .et_pb_column:nth-child(4n) {
		margin-right: 0px;
	}

	body #page-container .ppb-ft-top-row .et_pb_column:nth-child(1) {
		width: 30.875%;
		margin-right: 3.5%;
	}

	body #page-container .ppb-ft-top-row .et_pb_column:nth-child(2) {
		width: 26.875%;
		margin-right: 3.5%;
	}

	body #page-container .ppb-ft-top-row .et_pb_column:nth-child(3) {
		margin-right: 3.5%;
		width: 16.875%;
	}

	body #page-container .ppb-ft-top-row .et_pb_column:nth-child(4) {
		width: 14.875%;
	}

	body #page-container #main-header {
		top: 113px !important;

	}

	body #page-container .ppb-timeline-wrap .et_pb_column.ppb-sidebar-column {
		width: 400px;
		margin-right: 95px;
	}

	body #page-container .ppb-timeline-wrap .et_pb_column.ppb-content-column-wrap {
		width: calc(100% - 495px);
	}

	body.admin-bar #page-container {
		padding-top: 149px !important;
	}

	body:not(.admin-bar) #page-container {
		padding-top: 179px !important;
	}


	body #page-container .testi-slider-row.ppb-arrow-style .slick-prev.slick-arrow {
		right: 155px;
	}

	body #page-container .testi-slider-row.ppb-arrow-style .slick-next.slick-arrow {
		right: 80px;
	}
}

@media only screen and (min-width: 769px) {

	body #page-container .ppb-main-timline-box {
		flex-wrap: wrap;
	}

	body #page-container .ppb-main-timline-box .et_pb_column.ppb-time-column {
		width: auto;

	}

	body #page-container .ppb-main-timline-box .et_pb_column.ppb-content-column {
		width: calc(100% - 244px);
	}

	body #page-container .ppb-main-timline-box .et_pb_column.ppb-image-column {
		width: 244px;
	}

	body #page-container .ppb-main-timline-box {
		display: flex;
	}

	body #page-container .ppb-main-timline-box .et_pb_column {
		margin: auto !important;
	}

	body #page-container .ppb-main-timline-box .et_pb_column.ppb-content-column.ppb-full-content-column {
		width: 100%;
		padding-left: 0px;
		padding-right: 0;
	}

	body #page-container .ppb-main-timline-box .et_pb_column.ppb-content-column.ppb-full-content-column .fluid-width-video-wrapper {
		max-width: 468px;
		max-height: 264px;
		float: right;
		padding: 7vw !important;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1760px) {
	body #main-header #et-top-navigation li a {
		font-size: 18px;
	}

	body #main-header.et-fixed-header #top-menu li {
		padding-right: 15px;
	}

	body #page-container #et-boc .ppb-header-wrap #top-header::after {
		width: 68%;
	}

	body #page-container .ppb-logo-blurb .et_pb_main_blurb_image .et_pb_image_wrap {
		max-width: 90%;

	}
}

@media only screen and (min-width: 981px) and (max-width: 1660px) {
	body #page-container .et_pb_button {
		font-size: 18px;
	}

	body #page-container .ppb-main-timline-box {
		padding-right: 30px !important;
		padding-left: 70px !important;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1560px) {
	body #page-container .ppb-header-wrap {
		height: 140px;
	}

	body #page-container .ppb-accordion .et_pb_toggle_title {
		font-size: 20px;
	}

	body #page-container .ppb-accordion-row .cmn-text .et_pb_text_inner,
	body #page-container .ppb-accordion .et_pb_toggle_content {
		font-size: 18px;
		line-height: 1.6em;
	}

	body #page-container {
		padding-top: 125px !important;
	}

	body #page-container .et_pb_toggle .et_pb_toggle_title::before {
		transform: scale(.7);
	}

	body #page-container .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before {
		transform: rotate(180deg) scale(.7);
	}

	body #page-container .et_pb_toggle .et_pb_toggle_title::before {
		margin-top: -35px;

	}

	body #page-container .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before {
		margin-top: 0px;
	}

	body #page-container .ppb-newsevents-row.ppb-accordion-row .et_pb_column:first-child {
		width: 500px;
	}

	body #page-container .ppb-newsevents-row.ppb-accordion-row .et_pb_column {
		width: calc((100% - 500px) / 2);
	}

	body #main-header #et-top-navigation li a {
		padding-bottom: 15px;
	}

	body #page-container .ppb-newsevents-row .et_pb_column:first-child {
		width: 440px;
	}

	body #page-container .ppb-newsevents-row .et_pb_column:last-child {
		width: calc(100% - 440px);
	}

	body #page-container .ppb-filtergrid-3post .slick-slide,
	body #page-container .post-filtergrid-slider .slick-slide {
		padding-left: 30px;
		padding-right: 30px;
	}

	body #page-container .ppb-filtergrid-3post .dp-dfg-image,
	body #page-container .post-filtergrid-slider .dp-dfg-image {
		margin-bottom: 20px;
	}

	body #page-container .ppb-filtergrid-3post.ppb-arrow-style .slick-arrow.slick-next,
	body #page-container .post-filtergrid-slider.ppb-arrow-style .slick-arrow.slick-next {
		right: 30px;
	}

	body #page-container .ppb-filtergrid-3post.ppb-arrow-style .slick-arrow.slick-prev,
	body #page-container .post-filtergrid-slider.ppb-arrow-style .slick-arrow.slick-prev {
		right: 100px;
	}

	body #page-container .cmn-inlinebtnWrap .et_pb_button {
		padding-right: 30px !important;
		padding-left: 30px !important;
		font-size: 20px;	 
	}

	body #page-container #freshy_copyright,
	body #page-container .ppb-privacy-menu .et_pb_text_inner {
		font-size: 18px;
	}

}

@media only screen and (max-width: 1560px) {

	body #main-header #top-menu li,
	body #main-header.et-fixed-header #top-menu li {
		padding-right: 15px;

	}

	body #main-header #logo {
		max-height: 100%;
		height: 100%;
	}

	body #page-container #top-header #et-secondary-menu>ul>li a {

		border-radius: 15px;

		font-size: 16px;
	}

	body #main-header #et-top-navigation {
		padding-top: 15px;
	}

	body #page-container .fullwidth-image-carousel .slick-next.slick-arrow {
		right: -50px;
	}

	body #page-container .fullwidth-image-carousel .slick-prev.slick-arrow {
		left: -50px;
	}

	body #page-container .ppb-newsletter-form .gform_wrapper.gravity-theme #field_submit .gform_image_button {
		max-width: 20px;
	}

	body #page-container .ppb-logo-blurb .et_pb_main_blurb_image .et_pb_image_wrap {
		width: 90%;

	}
}

@media only screen and (min-width: 1367px) and (max-width: 1495px) {
	body #page-container .ppb-funding-row .custom_h_for_all h2 {
		font-size: 36px !important;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1366px) {
	body #page-container .dp-dfg-image {
		margin-bottom: 15px;
		max-height: 230px;
		overflow: hidden;
		height: 28vw;
	}
	body #page-container .aioseo-breadcrumbs{
		font-size: 16px;
	}
	
	body,
	body.single .et_pb_post_content,
	body .et_pb_module .et_pb_text_inner,
	body .et_pb_blurb_description,
	body #page-container #et-boc #et-main-area .testi-slider-row .et_pb_testimonial_content,
	body #page-container #et-boc #et-main-area .testi-slider-row .et_pb_testimonial_author,
	body #page-container #et-boc #et-main-area .testi-slider-row .et_pb_testimonial_meta,
	body #page-container #et-boc #et-main-area .testi-slider-row .et_pb_testimonial_meta .et_pb_testimonial_company {
		font-size: 18px;
		line-height: 1.6em;
	}

	body.single-tribe_events p {
		font-size: 18px !important;
		line-height: 1.6em !important;
	}

	body #page-container .cmn-secResp {
		padding-top: 60px;
		padding-bottom: 60px;

	}

	body #page-container .custom_h_for_all h1 {
		font-size: 36px !important;
	}

	body #page-container .custom_h_for_all h2 {
		font-size: 27px !important;
	}

	body #page-container .ppb-funding-row .custom_h_for_all h2 {
		font-size: 25px !important;
	}

	body #page-container .custom_h_for_all h3 {
		font-size: 24px !important;
	}

	body #page-container .custom_h_for_all h4 {
		font-size: 22px !important;
	}

	body #page-container .et_pb_section .et_pb_button {
		font-size: 18px !important;
		padding: 10px 30px !important;
		border-radius: 15px !important;
	}


	body #page-container .et_pb_section .ppb-counter-row .et_pb_button {
		padding: 0 !important;
	}

	body #page-container .cmn_section {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	body #page-container .cmn_padding_btm {
		padding-bottom: 80px !important;
	}

	body #page-container .cmn_padding_top {
		padding-top: 80px !important;
	}

	body #page-container .cmn-rmoveBRK br {
		display: none;
	}

	body #main-header #et-top-navigation li a {
		padding-bottom: 15px;
	}

	body #page-container .ppb-header-wrap.ppb-fixed-header {
		height: 145px;
	}

	body #page-container .ppb-home-banner .et_pb_slide_content {
		font-size: 20px;
		line-height: 1.3em;
	}

	body #page-container .ppb-counter-row .et_pb_column {
		padding-right: 30px;
		padding-left: 30px;
		padding-bottom: 50px;
		padding-top: 50px;
	}

	body #page-container .ppb-counter-row .et_pb_number_counter .percent p {
		font-size: 65px;
	}

	body #page-container .ppb-counter-row .et_pb_number_counter .title {
		font-size: 20px;
	}

 

	body #page-container .stories-slider-fullwidth .et_pb_post .Ppb-blogDescription .entry-title {
		font-size: 35px !important;
		margin-bottom: 15px;
	}

	body #page-container .stories-slider-fullwidth .et_pb_post .Ppb-blogDescription .post-content-inner p {
		font-size: 18px;
		line-height: 1.4em;
	}

	body #page-container .stories-slider-fullwidth .et_pb_post .Ppb-blogDescription .more-link {
		font-size: 18px;
		padding: 12.4px 30px;
		border-radius: 15px;
	}

	body #page-container .ppb-small-row-laptop {
		max-width: 800px;
	}

	body #page-container .ppb-inner-banner .et_pb_header_content_wrapper {
		font-size: 20px;
	}

	body #page-container .ppb-team-row h2 {
		font-size: 22px !important;
	}

	body #page-container .ppb-newsevents-row.ppb-accordion-row .et_pb_column {
		width: 100%;
	}

	body #page-container #top-header.et-fixed-header #et-secondary-menu>ul>li a {
		font-size: 14px;
	}

	body #page-container .ppb-filtergrid-3post .dp-dfg-header .entry-title,
	body #page-container .post-filtergrid-slider .dp-dfg-header .entry-title {
		font-size: 22px !important;
	}

	body #page-container .dp-dfg-image {
		height: 28vw;
	}

	body #page-container .ppb-filtergrid-3post .dp-dfg-meta span,
	body #page-container .ppb-filtergrid-3post .dp-dfg-meta span a,
	body #page-container .post-filtergrid-slider .dp-dfg-meta span,
	body #page-container .post-filtergrid-slider .dp-dfg-meta span a {
		font-size: 14px !important;
	}

	body #page-container .ppb-filtergrid-3post .dp-dfg-content,
	body #page-container .post-filtergrid-slider .dp-dfg-content {
		font-size: 18px !important;
	}

	body #page-container .ppb-filtergrid-3post .dp-dfg-more-button,
	body #page-container .post-filtergrid-slider .dp-dfg-more-button {
		padding: 0 !important;
	}

	body #page-container .ppb-ft-top-row .et_pb_column .ppb-ft-menu li {
		line-height: 1em;
	}

	body #page-container .ppb-ft-top-row .ppb-ctn-blurb .et_pb_blurb_description,
	body #page-container .ppb-ft-top-row .et_pb_column .ppb-ft-menu li a {
		font-size: 16px;
	}

	body #page-container .ppb-ft-bottom-row .ppb-ft-logo-wrap .et_pb_image {
		max-width: 140px;
		vertical-align: middle;
	}

	body #page-container .ppb-counter-blurb .et_pb_button_module_wrapper {
		left: 30px;
	}

	body #page-container #freshy_copyright,
	body #page-container .ppb-privacy-menu .et_pb_text_inner {
		font-size: 16px;
	}

	body #page-container .checklist ul li::before {
		top: 2px;
	}

	body #page-container .ppb-time-blob {
		width: 60px;
		height: 60px;
	}

	body #page-container .ppb-time-blob .et_pb_text_inner {
		line-height: 60px;
	}

	body #page-container .ppb-main-timline-box .et_pb_column.ppb-time-column {
		top: 40px;
		left: -30px;
	}

	body #page-container .ppb-timeline-wrap .et_pb_column.ppb-sidebar-column {
		width: 280px;
		margin-right: 60px;
	}

	body #page-container .ppb-timeline-wrap .et_pb_column.ppb-content-column-wrap {
		width: calc(100% - 340px);
	}

	body #page-container .ppb-main-timline-box {
		padding-right: 20px !important;
		padding-left: 45px !important;
	}

	body #page-container .ppb-main-timline-box .ppb-content-column.ppb-full-content-column img {
		width: 200px;
	}

	body #page-container .ppb-more-way-blurb .et_pb_main_blurb_image {
		width: 50px;
		height: 50px;

	}

	body #page-container .ppb-more-way-blurb .et_pb_main_blurb_image img {
		max-width: 30px;
	}

	body #page-container .ppb-more-way-blurb h3 {
		font-size: 18px;
	}

	body #page-container .ppb-more-way-give-wrap .et_pb_column {
		padding-right: 20px;
		padding-left: 20px;
	}

	body #page-container .ppb-more-way-give-wrap .et_pb_column a {
		font-size: 16px;
	}

	body #page-container #mc-embedded-subscribe,
	body #page-container .mc-field-group label,
	body #page-container .mc-field-group input {
		font-size: 18px;
	}

	body #page-container .ppb-event-sidebar-form .gform_wrapper input[type="submit"],
	body #page-container .ppb-event-sidebar-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	body #page-container .ppb-event-sidebar-form div.form_saved_message div.form_saved_message_emailform form input[type="text"] {
		height: 50px;
		border-radius: 10px;

	}

	body #page-container .ppb-event-sidebar-form .gform_wrapper input[type="submit"],
	body #page-container .ppb-event-sidebar-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	body #page-container .ppb-event-sidebar-form div.form_saved_message div.form_saved_message_emailform form input[type="text"],
	body #page-container .ppb-event-sidebar-form .gform_wrapper textarea.textarea {
		font-size: 18px;
	}

	body #page-container .ppb-overlay-box-row .et_pb_module h4 {
		font-size: 26px;
	}
	body.admin-bar #page-container{
		padding-top: 124px !important;
	}
	    body:not(.admin-bar) #page-container {
        padding-top: 155px !important;
    }
	    
}

@media only screen and (min-width: 769px) and (max-width: 1366px) {
	body #page-container .ppb-main-timline-box .et_pb_column.ppb-image-column {
		width: 200px;
	}

	body #page-container .ppb-main-timline-box .et_pb_column.ppb-content-column {
		width: calc(100% - 200px);
		padding-right: 30px;
	}

	body #page-container .mc-field-group input {
		height: 50px;

	}
	body #page-container .aioseo-breadcrumbs,
body #page-container .aioseo-breadcrumbs a{ 
	font-size: 16px !important;
}
}

@media only screen and (max-width: 1366px) {

	body #page-container #top-header #et-secondary-menu>ul>li a,
	body #main-header #et-top-navigation li a,
	body #main-header #et-top-navigation ul>li ul.sub-menu>li>a {
		font-size: 14px;
	}

	body #page-container .ppb-counter .percent {
		margin-bottom: 25px;
	}

	body #page-container .stories-slider-fullwidth .items-carousel-fullwidth .slick-arrow {
		width: 40px;
		height: 40px
	}
body #page-container .ppb-inner-banner .ppb-breadcrumb-banner .et_pb_header_content_wrapper{
		margin: 15px 0 0;
	}
	body #page-container .ppb-arrow-style .slick-arrow img {
		width: 16px;
	}

	body #page-container .ppb-arrow-style .slick-prev.slick-arrow {
		right: 50px;
	}

	body #page-container .image-slider.ppb-arrow-style .slick-prev.slick-arrow {
		right: 70px;
	}

	body #page-container .image-slider.ppb-arrow-style .slick-arrow {
		bottom: 0px;
	}

	body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	body div.form_saved_message div.form_saved_message_emailform form input[type="text"],
	body #page-container .gfield--input-type-email .ginput_container_email input {
		height: 75px;
		border-radius: 15px;
		font-size: 18px;
	}

	body #page-container .fullwidth-image-carousel .slick-next.slick-arrow {
		right: -35px !important;
		box-shadow: none !important;
		background: transparent !important;
	}

	body #page-container .ppb-filtergrid-3post .slick-slide,
	body #page-container .post-filtergrid-slider .slick-slide {
		padding-left: 20px;
		padding-right: 20px;
	}

	body #page-container .ppb-filtergrid-3post .dp-dfg-image,
	body #page-container .post-filtergrid-slider .dp-dfg-image {
		margin-bottom: 15px;
	}

	body #main-header #et-top-navigation ul>li ul.sub-menu>li>a {
		padding: 10px;
	}
body #page-container .ppb-price-box .et_pb_column h3{
	 font-size: 18px;
}
	body #page-container .ppb-box-image-row .et_pb_image {
		width: calc((100% - 60px) / 3) !important;
		margin-right: 30px !important;
	}

	body #page-container .ppb-box-image-row .et_pb_image:nth-child(3n) {
		margin-right: 0px !important;
	}

	body #page-container #et-boc #et-main-area .fullwidth-image-carousel .slick-slide {
		padding: 0 15px;
	}

	#freshy_copyright a.copyright_fs {
		margin: 0;
	}

	body #page-container .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	body #page-container div.form_saved_message div.form_saved_message_emailform form input[type="text"] {
		height: 65px;
	}

	body #page-container .ppb-white-check-form .gfield_label,
	body #page-container .ppb-white-check-form .gform-field-label,
	body #page-container .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	body #page-container .gform_wrapper textarea.textarea,
	body #page-container div.form_saved_message div.form_saved_message_emailform form input[type="text"],
	body #page-container .gfield--input-type-email .ginput_container_email input,
	body .gform_wrapper #field_submit input,
	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"] {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
		border-radius: 10px !important;
		font-size: 18px;
	}

	body #page-container .ppb-white-check-form .gfield_label,
	body #page-container .ppb-white-check-form .gform-field-label {
		line-height: 1.4em;
		padding-bottom: 0 !important;
		padding-top: 0px !important;
	}

	body #page-container .gform_wrapper #field_submit input,
	body #page-container .gform_wrapper .gform_footer input.button,
	body #page-container .gform_wrapper .gform_page_footer input.button,
	body #page-container div.form_saved_message div.form_saved_message_emailform form input[type="submit"] {

		border-radius: 15px !important;
	}

	body #page-container .ppb-white-check-form .gfield_label,
	body #page-container .ppb-white-check-form .gform-field-label {

		border-radius: 0 !important;
	}

	.gform_wrapper .gfield_checkbox .gchoice input[type="checkbox"]:checked+label::after,
	.gform_wrapper .gfield_checkbox .gchoice input[type="checkbox"]:not(:checked)+label::after {
		width: 18px;
		height: 18px;
		border-radius: 3px !important;
		top: 5px;
		border: 1px solid #005371;

	}

	.gform_wrapper .gfield_checkbox .gchoice input[type="checkbox"]:checked+label::before {
		width: 5px;
		height: 13px;
		top: 3px;
	}

	body #page-container .testi-slider-row .et_pb_testimonial_portrait {
		width: 75px !important;
		height: 75px !important;
		bottom: 45px;
		left: 30px;
	}

	body #page-container .testi-slider-row .et_pb_testimonial_author,
	body #page-container .testi-slider-row .et_pb_testimonial_meta {
		margin-left: 75px;
	}

	body #page-container .testi-slider-row .slick-track .slick-slide {
		padding-top: 50px !important;
		padding-right: 30px !important;
		padding-bottom: 50px !important;
		padding-left: 30px !important;
	}

	body #page-container .testi-slider-row .slick-track .slick-slide {
		max-width: 600px;

	}

	body #page-container .testi-slider-row .testimonial-portrait-img {
		width: 60px !important;
		height: 60px !important;
	}

	body #page-container .dp-dfg-image img {
		width: calc(100% - 50px);
	}

	body #page-container .post-filtergrid-slider .slick-slide .dp-dfg-image,
	body #page-container .ppb-filtergrid-3post .slick-slide .dp-dfg-image {
		max-height: 270px;
	}

	body #page-container .dp-dfg-image img {
		max-height: 270px;
	}
	body #page-container .ppb-related-row .dp-dfg-image img{
		max-height: unset;
	}
	body #page-container .ppb-main-tab .et_pb_tabs_controls li a{
		font-size: 14px;
	}	
}

@media only screen and (max-width: 1280px) {

	body #page-container .dp-dfg-image img,
	body #page-container .post-filtergrid-slider .slick-slide .dp-dfg-image,
	body #page-container .ppb-filtergrid-3post .slick-slide .dp-dfg-image {
		max-height: 370px;
	}
 
}

@media only screen and (min-width: 981px) and (max-width: 1170px) {
	body #page-container #main-header {
		top: 105px !important;
	}

	body #page-container .ppb-newsevents-row {
		flex-direction: column;
		margin: 0 auto !important;
	}

	body #page-container .ppb-newsevents-row .et_pb_column {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 30px;
	}

	body #page-container .ppb-newsevents-row .et_pb_column:first-child {
		margin-bottom: 30px;
	}

/* 	body #page-container .ppb-newsevents-row .et_pb_column:first-child .et_pb_module,
	body #page-container .ppb-newsevents-row .et_pb_column:first-child .et_pb_module .et_pb_text_inner,
	body #page-container .ppb-newsevents-row .et_pb_column:first-child .et_pb_button_module_wrapper {
		text-align: center;
		max-width: 100%;
	} */

	body #page-container .ppb-newsevents-row .et_pb_column .et_pb_module h2 br {
		display: none;
	}

	body #page-container .ppb-newsevents-row .et_pb_column .et_pb_module.ppb-event-section-title {
		margin-bottom: 10px !important;
	}

	body #page-container .ppb-ft-top-row .et_pb_column:nth-child(2) {
		width: 24.875%;
	}

	body #page-container .ppb-ft-top-row .et_pb_column:nth-child(3) {
		width: 18.875%;
	}

	body #page-container #freshy_copyright,
	body #page-container .ppb-privacy-menu .et_pb_text_inner {
		font-size: 12px;
	}
body.admin-bar #page-container {
    padding-top: 117px !important;
  }
}

@media only screen and (max-width: 1170px) {
	body.et_pb_svg_logo #main-header #logo {
		height: 100%;
		max-height: 100%;
	}

	body #main-header #top-menu>li,
	body #main-header.et-fixed-header #top-menu>li {
		padding-right: 5px;
	}

	body #page-container #top-header.et-fixed-header #et-secondary-menu>ul>li a,
	body #page-container #top-header #et-secondary-menu>ul>li a,
	body #main-header #et-top-navigation li a,
	body #main-header #et-top-navigation ul>li ul.sub-menu>li>a {
		font-size: 12px;
	}

	body #page-container .image-slider .slick-slide {
		margin-right: 5px;
		margin-left: 5px;
	}

	body #page-container .et_pb_section .et_pb_button {
		font-size: 16px !important;
		padding: 10px 20px !important;

	}

	body #page-container .ppb-filtergrid-3post .slick-slide .dp-dfg-image,
	body #page-container .post-filtergrid-slider .slick-slide .dp-dfg-image {

		height: 34vw;

	}
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
body #page-container .ppb-main-tab .et_pb_tabs_controls li a{
	font-size: 12px;
	padding: 10px 10px;
}
	}
@media only screen and (min-width: 769px) and (max-width: 980px) {
	body #page-container .cmn-tab2colRow .et_pb_column {
		width: 48.5%;
		float: left;
	}
body #page-container .ppb-more-way-give-wrap .et_pb_text a {
  font-size: 16px;
}
	body #page-container .cmn-tab3colRow .et_pb_column {
		width: 31%;
		float: left;
		margin-right: 3%;
	}

	body #page-container .ppb-mobile-ft-top .et_pb_column:nth-child(1) {
		width: 55%;
		float: left;
		margin-right: 5%;
	}

	body #page-container .ppb-mobile-ft-top .et_pb_column:nth-child(2) {
		width: 40%;
		float: left;
	}

	body #page-container .ppb-ft-bottom-row .et_pb_column:nth-child(1) {
		width: 35%;
		margin-right: 5%;
		margin-bottom: 0;
	}

	body #page-container .ppb-ft-bottom-row .et_pb_column:nth-child(2) {
		width: 60%;
		margin-bottom: 0;
	}

	body #page-container .ppb-ft-bottom-row {
		display: flex;
		align-items: center;
	}

	body #page-container .ppb-white-check-form .gfield_label,
	body #page-container .ppb-white-check-form .gform-field-label,
	body #page-container .gform_wrapper #field_submit input,
	body #page-container .gform_wrapper .gform_footer input.button,
	body #page-container .gform_wrapper .gform_page_footer input.button,
	body #page-container div.form_saved_message div.form_saved_message_emailform form input[type="submit"] {

		font-size: 16px;
	}

	body #page-container .ppb-more-way-give-wrap {
		display: flex;
		flex-wrap: wrap;
	}

	body #page-container .ppb-more-way-give-wrap .et_pb_column {
		width: 50%;
	}
}

@media only screen and (max-width: 980px) {
	.ppb-tab-control-wrap{
		overflow-x: auto;
		padding-bottom: 20px;
	}
	body #page-container .ppb-main-tab .et_pb_tabs_controls li a {
  padding: 10px 5px;
  
}
	body #page-container #mc-embedded-subscribe,
	body #page-container .mc-field-group label,
	body #page-container .mc-field-group input {
		font-size: 16px;
	}

	.ppb-column-reverse {
		display: flex;
		flex-direction: column-reverse;
	}

	.ppb-column-reverse .et_pb_column:first-child {
		margin-bottom: 0;
	}

	.ppb-column-reverse .et_pb_column:last-child {
		margin-bottom: 30px !important;
	}

	body .et_pb_button {
		line-height: 1.4em !important;

	}

	body #page-container .cmn-maxColWrap .et_pb_column {
		max-width: 500px;
		margin: 0 auto 30px !important;
		float: unset;
	}

	body #page-container .cmn-maxColWrap .et_pb_column:last-child {

		margin-bottom: 0 !important;

	}

	body #page-container .et_pb_column.cmn-colspacemobHide {
		margin-bottom: 0 !important;
	}

	#main-header .container,
	#main-footer .container,
	#top-header .container {
		width: 90%;
	}


	body #page-container #top-header #et-secondary-menu>ul>li a,
	body #main-header #et-top-navigation li a {
		font-size: 16px;
	}

	body #page-container .et_mobile_menu {
		padding: 15px 0;
	}

	body #main-header #et-top-navigation li a {
		padding-bottom: 15px;
	}

	body #page-container .et_mobile_menu li.ppb-menu-button a {
		background: #005371;
		border-radius: 10px;
		font-weight: 600 !important;
		color: #fff;
		text-align: center;
		max-width: 90%;
		margin: 0 auto 10px;
	}

	body #page-container .et_mobile_menu li.ppb-menu-button a:hover {
		background: #50C4D0;
		opacity: 1;
	}

	body #main-header #et-top-navigation li a {
		text-transform: uppercase;
	}

	body #page-container .ppb-home-banner .et_pb_slide_description {
		max-width: 500px;
	}

	body #page-container .et_pb_slide_content {
		margin-top: 15px;

	}

	body #page-container .et_pb_slider .et-pb-controllers {
		left: 50%;
		width: 90%;
		transform: translateX(-50%);
		justify-content: end;
		display: flex;
		width: 91%;
	}

	body #page-container .et_pb_slider .et-pb-controllers a {
		width: 10px;
		height: 10px;
	}

	body #page-container .ppb-counter .percent {
		margin-bottom: 10px;
	}

	body #page-container .stories-slider-fullwidth .slick-initialized .slick-slide {
		display: block !important;

	}

	body #page-container .stories-slider-fullwidth .et_pb_post .entry-featured-image-url,
	body #page-container .stories-slider-fullwidth .et_pb_post .Ppb-blogDescription {
		width: 100%;
		float: unset;
		max-width: 100%;
	}

	body #page-container .stories-slider-fullwidth .et_pb_post .Ppb-blogDescription {
		padding-bottom: 100px;
		max-width: 90%;
	}

	body #page-container .stories-slider-fullwidth .slick-track {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
	}

	body #page-container .stories-slider-fullwidth .items-carousel-fullwidth {
		width: 100%;
		margin: 0 auto;
	}

	body #page-container .ppb-arrow-style .slick-next.slick-arrow {
		right: 20px;
	}

	body #page-container .ppb-arrow-style .slick-prev.slick-arrow {
		right: 70px;
	}

	body #page-container .stories-slider-fullwidth .et_pb_post .entry-featured-image-url {
		margin-bottom: 30px;
	}

	body #page-container .stories-slider-fullwidth .et_pb_post .Ppb-blogDescription .more-link {
		margin-top: 25px;
		border-radius: 15px;
	}

	body #page-container .stories-slider-fullwidth .et_pb_post .Ppb-blogDescription .entry-title {
		margin-bottom: 15px;

	}

	body #page-container .et_pb_toggle .et_pb_toggle_title::before {

		margin-top: -20px;

	}

	.checklist ul li::before {
		height: 16px;
		width: 16px;
		top: 2px;
	}

	.checklist ul li {
		padding-left: 25px;
	}

	body #page-container .checklist ul li:last-child {
		margin-bottom: 0 !important;
	}

	body #page-container .ppb-arrow-style .slick-prev.slick-arrow,
	body #page-container .ppb-filtergrid-3post.ppb-arrow-style .slick-arrow.slick-prev,
	body #page-container .post-filtergrid-slider.ppb-arrow-style .slick-arrow.slick-prev {
		right: calc(50% - 15px) !important;
		transform: translateX(-50%);
	}

	body #page-container .ppb-arrow-style .slick-next.slick-arrow,
	body #page-container .ppb-filtergrid-3post.ppb-arrow-style .slick-arrow.slick-next,
	body #page-container .post-filtergrid-slider.ppb-arrow-style .slick-arrow.slick-next {
		right: calc(50% - 75px);
		transform: translateX(-50%);
	}

	body #page-container .fullwidth-image-carousel.ppb-arrow-style .slick-arrow.slick-prev {}

	body #page-container .fullwidth-image-carousel.ppb-arrow-style .slick-arrow.slick-prev,
	body #page-container .fullwidth-image-carousel.ppb-arrow-style .slick-arrow.slick-next {
		width: 16px;
		height: unset;
		line-height: unset;
		transform: translate(-50%, -50%);
		bottom: 50%;

	}

	body #page-container .fullwidth-image-carousel.ppb-arrow-style .slick-arrow.slick-prev {
		left: -10px;
	}

	body #page-container .fullwidth-image-carousel.ppb-arrow-style .slick-arrow.slick-next {
		right: -26px !important;
	}

	body #page-container .ppb-arrow-style .slick-prev.slick-arrow,
	body #page-container .ppb-arrow-style .slick-next.slick-arrow {
		width: 45px;
		height: 45px;
		line-height: 45px;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
	}

	body #page-container .ppb-ft-menu .widget_nav_menu {
		margin-bottom: 0 !important;
		width: 100%;
	}

	body #page-container #freshy_copyright {
		font-size: 16px
	}

	body #page-container .ppb-privacy-menu {
		text-align: center !important;
	}

	body #page-container .ppb-privacy-menu p {
		line-height: 1.2em;
	}

	body #page-container .fullwidth-image-carousel .slick-prev.slick-arrow {
		left: -30px;
	}

	body #page-container .fullwidth-image-carousel .slick-next.slick-arrow {
		right: -35px !important;

	}

	body #page-container #et-boc .image-slider.ppb-arrow-style .slick-arrow {
		bottom: -40px;
	}

	#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped~ul.sub-menu,
	#et-boc header .et_mobile_menu .sub-menu-toggle.popped~ul.sub-menu {

		background: transparent;
		padding-left: 30px;
	}

	body #page-container .ppb-filtergrid-3post.ppb-arrow-style .slick-arrow,
	body #page-container .post-filtergrid-slider.ppb-arrow-style .slick-arrow {
		bottom: -75px !important;
	}

	body.et_pb_svg_logo #main-header #logo {
		height: 69%;
		max-height: 69%;
	}

	body #page-container .stories-slider-fullwidth .slick-slide img {
		max-height: 60vw;
		height: 60vw;
	}

	body #page-container .ppb-tab-cntr-content .et_pb_button_module_wrapper {
		text-align: center;
	}

	body #page-container .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	body #page-container div.form_saved_message div.form_saved_message_emailform form input[type="text"],
	body #page-container .gfield--input-type-email .ginput_container_email input {
		height: 60px;
		border-radius: 10px;
	}

	body #page-container .ppb-white-check-form .gfield_label,
	body #page-container .ppb-white-check-form .gform-field-label {
		font-size: 16px;
	}

	body #page-container .fullwidth-image-carousel .slick-prev.slick-arrow {
		left: -10px;
	}

	body #page-container .fullwidth-image-carousel .slick-next.slick-arrow {
		right: -52px !important;
	}

	body #page-container .ppb-main-timline-box .ppb-content-column.ppb-full-content-column img {
		width: 200px;
	}

	body #page-container .ppb-main-timline-box .et_pb_column.ppb-content-column.ppb-full-content-column {
		padding-left: 30px;
	}

	body #page-container .ppb-box-image-row .et_pb_image {
		width: calc((100% - 60px) / 2) !important;
		margin-right: 30px !important;
 max-width: unset;  
	}
	body #page-container .ppb-box-image-row.ppb-funding-parnters .et_pb_image{
		max-width: 213px;
	}
  body #page-container .ppb-box-image-row.ppb-funding-parnters .et_pb_image:nth-child(3n) {
    margin-right: 30px !important;
  }	
	body #page-container .dp-dfg-image {
		height: 20vw;
	}

	body #page-container .gform_wrapper #field_submit input,
	body #page-container .gform_wrapper .gform_footer input.button,
	body #page-container .gform_wrapper .gform_page_footer input.button,
	body #page-container div.form_saved_message div.form_saved_message_emailform form input[type="submit"] {

		border-radius: 10px !important;
	}

	body #page-container .ppb-more-way-blurb .et_pb_main_blurb_image {
		width: 50px;
		height: 50px;
		display: table-cell;

	}

	body #page-container .ppb-more-way-blurb .et_pb_main_blurb_image img {
		max-width: 30px;
	}

	body #page-container .ppb-cta-blurb .et_pb_main_blurb_image {
		margin: 0 auto 20px;
	}

	body #page-container .dp-dfg-image {
		height: 35vw;
	}

	body #page-container #mc-embedded-subscribe,
	body #page-container .mc-field-group input {
		height: 50px;
	}

	body #page-container #mc-embedded-subscribe {
		width: 180px;
		border-radius: 10px;
	}

	body #page-container .ppb-event-sidebar-form .gform_wrapper input[type="submit"],
	body #page-container .ppb-event-sidebar-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	body #page-container .ppb-event-sidebar-form div.form_saved_message div.form_saved_message_emailform form input[type="text"],
	body #page-container .ppb-event-sidebar-form .gform_wrapper textarea.textarea {
		font-size: 16px;
	}

	body #page-container .testi-slider-row.ppb-arrow-style .slick-prev.slick-arrow,
	body #page-container .testi-slider-row.ppb-arrow-style .slick-next.slick-arrow {
		bottom: -80px;
	}

	body #page-container .ppb-filtergrid-3post .slick-slide .dp-dfg-image,
	body #page-container .post-filtergrid-slider .slick-slide .dp-dfg-image {
		margin-bottom: 20px;
	}

	body #page-container .dp-dfg-image a {
		display: block;
	}

	body #page-container .dp-dfg-image img {
		width: calc(100% - 50px);
		margin: 0 auto;
	}

	body #page-container .stories-slider-fullwidth.ppb-research-slider .items-carousel-fullwidth {
		padding-bottom: 50px;
	}

	body #page-container .et_pb_section .ppb-research-slider .et_pb_button.dp-dfg-more-button {
		padding: 15px 30px !important;
		border-radius: 10px;
	}
body #page-container .dp-dfg-skin-default .dp-dfg-pagination ul.pagination {
  margin-top: 10px;
}
	  body #page-container .ppb-main-tab .et_pb_tabs_controls li a {
    font-size: 10px;   
  }
	body #page-container .ppb-prcbox-wrap{
		max-width: 500px;
  margin: 0 auto
	}
	body #page-container .ppb-main-timline-box .et_pb_column.ppb-content-column{
		padding-left: 30px;
	}
	  .gform_wrapper .gfield_checkbox .gchoice input[type="checkbox"]:checked + label::after, .gform_wrapper .gfield_checkbox .gchoice input[type="checkbox"]:not(:checked) + label::after {
    width: 16px;
    height: 15px;   
    top: 5px;
    
  }
	  .gform_wrapper .gfield_checkbox .gchoice input[type="checkbox"]:checked + label::before {
    width: 7px;
    height: 12px;
    top: 3px;
    left: 1px;
 border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  }
	body #page-container .ppb-accordion .et_pb_toggle .et_pb_toggle_content ul li {
  padding-bottom: 0px;
}
		body #page-container .aioseo-breadcrumbs,
body #page-container .aioseo-breadcrumbs a{ 
	font-size: 14px !important;
}
}

@media only screen and (max-width: 768px) {
	body #page-container .ppb-inner-banner .et_pb_module_header br {
		display: none;
	}
body #page-container .ppb-price-box .et_pb_column h3{
	 font-size: 16px;
}
		body #page-container .aioseo-breadcrumbs,
body #page-container .aioseo-breadcrumbs a{ 
	font-size: 12px !important;
}
	body #page-container .ppb-prcbox-wrap{
		max-width: 500px;
  margin: 0 auto
	}
	body #page-container #mc-embedded-subscribe,
	body #page-container .mc-field-group label,
	body #page-container .mc-field-group input {
		font-size: 15px;
	}

	body #page-container .et_pb_toggle .et_pb_toggle_title::before {
		transform: scale(.7);
	}

	body #page-container .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before {
		transform: rotate(180deg) scale(.7);
	}
	body #page-container .ppb-more-way-give-wrap .et_pb_text a {
  font-size: 15px;
}
body #page-container .ppb-main-tab .et_pb_tabs_controls{
		display: grid; 
  grid-template-columns: repeat(5, 1fr);
	min-width: 600px;
 
	}
	body #page-container .ppb-main-tab.et_pb_tabs_vertically_stacked{
	overflow-x: auto;	
	}
  body #page-container .ppb-main-tab .et_pb_tabs_controls li {
  
    height: unset !important;
  
  }
 
	body #page-container .et_pb_toggle .et_pb_toggle_title::before {
		margin-top: -12px;
	}

	body #page-container .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before {
		margin-top: 0px;
	}

	body #page-container .ppb-blank-banner .header-content {
		margin: 0;
		padding: 0;
	}
	
	body #page-container .ppb-ft-logo-wrap,
	body #page-container .ppb-ft-social-wrap {
		text-align: center;
	}

	body #page-container .ppb-ft-social-wrap {
		margin-bottom: 10px;
	}

	body #page-container .ppb-ft-logo-wrap .et_pb_image {
		vertical-align: middle;
	}

	body #page-container #freshy_copyright {
		font-size: 15px
	}

	body #page-container .fullwidth-image-carousel .slick-arrow {
		height: 15px;
		line-height: 15px;
	}

	body #page-container .ppb-responsive-table {
		overflow: auto
	}

	body #page-container .ppb-table-column {
		display: block;
	}

	body #page-container .dp-dfg-image a {
		display: unset;
	}

	body #page-container .ppb-responsive-table table {
		width: 600px;
	}

	body #page-container .ppb-filtergrid-3post .slick-slide,
	body #page-container .post-filtergrid-slider .slick-slide {
		margin-right: 5px;
		margin-left: 5px;
	}

	body #page-container .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	body #page-container div.form_saved_message div.form_saved_message_emailform form input[type="text"],
	body #page-container .gfield--input-type-email .ginput_container_email input {
		font-size: 15px;
		height: 55px;
	}

	body #page-container .fullwidth-image-carousel .slick-next.slick-arrow {
		right: -52px !important;
	}

	body #page-container .fullwidth-image-carousel .slick-prev.slick-arrow {
		left: -10px;
	}

	body #page-container .ppb-mobile-center-blurb .et_pb_main_blurb_image .et_pb_image_wrap {
		margin: 0 auto 20px !important;
	}

	body #page-container .ppb-arrow-style .slick-prev.slick-arrow,
	body #page-container .ppb-arrow-style .slick-next.slick-arrow {
		bottom: 30px;
	}

	body #page-container .ppb-filtergrid-3post .slick-slide .dp-dfg-image,
	body #page-container .post-filtergrid-slider .slick-slide .dp-dfg-image {
		height: 50vw;
		overflow: hidden;
	}

	body #page-container .ppb-main-timline-box {
		flex-direction: column-reverse;
		display: flex;
	}

	body #page-container .ppb-main-timline-box .ppb-content-column.ppb-full-content-column img {
		display: block;
		float: unset;
		margin: 0 auto 20px;
	}

	 

	body #page-container .gform_wrapper #field_submit input,
	body #page-container .gform_wrapper .gform_footer input.button,
	body #page-container .gform_wrapper .gform_page_footer input.button,
	body #page-container div.form_saved_message div.form_saved_message_emailform form input[type="submit"] {
		font-size: 15px;
	}

	body #page-container .ppb-more-way-give-wrap {
		display: block;

	}

	body #page-container .ppb-more-way-give-wrap .et_pb_column {
		width: 100%;
	}

	body #page-container .ppb-main-tab .et_pb_tabs_controls li {
		display: table;
	}

	body #page-container .dp-dfg-image {
		height: 44vw;
		max-height: 250px;
	}

	body #page-container .ppb-event-sidebar-form .gform_wrapper input[type="submit"],
	body #page-container .ppb-event-sidebar-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	body #page-container .ppb-event-sidebar-form div.form_saved_message div.form_saved_message_emailform form input[type="text"],
	body #page-container .ppb-event-sidebar-form .gform_wrapper textarea.textarea {
		font-size: 15px;
	}
	body #page-container .ppb-inner-banner .et_pb_header_content_wrapper { 
  margin: 11px 0 0;
}
}

@media only screen and (max-width: 599px) {
	body #page-container #freshy_copyright span.copyright_via {
		background: rgb(0, 83, 113);
	}

	#freshy_copyright a.copyright_fs {
		margin: 0 auto;
	}

	body #page-container .testi-slider-row .slick-track .slick-slide {
		max-width: 500px;
	 
	}
	body #page-container .testi-slider-row .slick-list{
		height: auto !important;
	}
	body #page-container .equal-height-slider .slick-slide {
  height: unset !important;
}
	body #page-container .ppb-main-timline-box{
		padding-top: 45px !important;
		margin-top: 50px !important;
	}
	body #page-container .ppb-main-timline-box .et_pb_column:nth-child(1){
		margin-bottom: 0;
  margin-top: -40px;
	}
	body #page-container .ppb-main-timline-box .et_pb_column:nth-child(1) .ppb-time-blob{
	margin: 0 auto !important;	
	}
}

@media only screen and (max-width: 480px) {

	body #page-container .ppb-ft-logo-wrap .et_pb_image:nth-child(1),
	body #page-container .ppb-ft-logo-wrap .et_pb_image:nth-child(2) {
		max-width: 45px;
	}

	body #page-container .dp-dfg-image {
		height: 70vw;
		max-height: 300px;
	}

	body #page-container .testi-slider-row .slick-track .slick-slide {
		max-width: 400px;
	}

	body #page-container .testi-slider-row .ppb-testimonial-content-wrap {
		display: grid;
	}

	body #page-container .stories-slider-fullwidth.ppb-research-slider .items-carousel-fullwidth {
		display: grid;
	}

	body #page-container .testi-slider-row .testimonial-portrait-img {
		margin-bottom: 0 !important;
		order: 1;
		position: relative;
	}

	body #page-container .testi-slider-row .et_pb_testimonial_author {
		order: 2;
		margin-top: 15px;
	}

	body #page-container .testi-slider-row .et_pb_testimonial_meta {
		order: 3;
	}

	body #page-container .testi-slider-row .et_pb_testimonial_author,
	body #page-container .testi-slider-row .et_pb_testimonial_meta {
		margin-left: 0px;
	}

	body #page-container .testi-slider-row .ppb-testimonial-content-wrap {
		margin-top: 15px;
	}
		body #page-container .ppb-blog-wrap.dpdfg_filtergrid .dp-dfg-item:last-child{
		margin-bottom: 0;
	}
	
}

@media only screen and (max-width: 380px) {
	body #page-container .testi-slider-row .slick-track .slick-slide {
		max-width: 300px;
	}
}

/*------------------------------------------------
---------------- Responsive Style End ---------------
------------------------------------------------*/


/*--------- Contact Page style Palash------------- */

.stay-connect-row .et_pb_column {
	text-align: center;
}

/*--------- Contact Page style End Palash------------- */


/* -- RECAPTCHA BADGE -- */
.grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 4px !important;
	z-index: 9;
	visibility: visible !important;
}

.grecaptcha-badge:hover {
	width: 256px !important;
}

.blurb_review h3 {
	padding-bottom: 10px;
}


.blurb_review .et_pb_image_wrap .et-pb-icon {
	font-family: 'Asap', Helvetica, Arial, Lucida, sans-serif !important;
	font-size: 0;
	animation: fadeTop 0s cubic-bezier(.77, 0, .175, 1) 1 !important;
}

.blurb_review .et_pb_image_wrap .et-pb-icon:after {
	content: "1";
	font-size: 20px;
	font-weight: 700;
	/* padding: 25px; */
	height: 100%;
	background: #50C4D0;
	border-radius: 50%;
	line-height: 1;
	width: 100%;
	position: absolute;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.blurb_review .et_pb_image_wrap .et-pb-icon {
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
}

.blurb_review:before {
	content: "";
	height: 100%;
	width: 1px;
	background: #0000004d;
	position: absolute;
	top: 20px;
	left: 20px;
}

/* up  */
.blurb_review:before {
	height: calc(100% - 20px);
}

.blurb_review_2 .et_pb_image_wrap .et-pb-icon:after {

	content: "2"
}

.blurb_review_3 .et_pb_image_wrap .et-pb-icon:after {

	content: "3"
}


.blurb_review_4 .et_pb_image_wrap .et-pb-icon:after {

	content: "4"
}


.blurb_review_5 .et_pb_image_wrap .et-pb-icon:after {

	content: "5"
}


.blurb_review_6 .et_pb_image_wrap .et-pb-icon:after {

	content: "6"
}


.blurb_review_6 .et_pb_image_wrap .et-pb-icon:after,
.blurb_review_4 .et_pb_image_wrap .et-pb-icon:after,
.blurb_review_2 .et_pb_image_wrap .et-pb-icon:after {
	background: #005371;
}

.row_for_review {
	border-left: 5px solid #50C4D0;
}

.row_for_review_odd {
	border-left-color: #005371;
}

/* up  */
@media all and (max-width:400px) {
	.row_for_review .et_pb_column {
		padding-left: 10px;
		padding-right: 10px;
	}

	.blurb_review .et_pb_blurb_container {
		padding-left: 10px;
	}
}

@media only screen and (min-width:981px) and (max-width:1366px) {
	body #page-container .commitee_member_row_cmn .custom_h_for_all h3 {
		font-size: 20px !important;
	}
}

/*--------- i-frame style ------------- */

.licences-row .checklist ul li {
	line-height: 1.4em;
}

@media(max-width: 980px) {
	body #page-container .licences-row .checklist ul li:last-child {
		margin-bottom: 15px !important;
	}
}

@media(max-width: 549px) {
	.ppb-code-secwrap .et_pb_code_inner {
		overflow-y: scroll;
		max-height: 900px;
	}

	.ppb-code-secwrap .et_pb_code_inner iframe {
		min-height: 1500px !important;
	}
}

@media(max-width: 408px) {

	.ppb-code-secwrap .et_pb_code_inner iframe {
		min-height: 1600px !important;
	}
}


/*--------- i-frame style End------------- */


/*--------- Carousal Testimonial style start ------------- */
.commitee_member_row_cmn.last_row .et_pb_column:last-child{
	    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.0) !important;
}


.left_align_row .cmn-inlinebtnWrap{
	text-align: left;
}


@media(min-width: 981px) and (max-width: 1366px) {
	body .disclaimer-txt .et_pb_text_inner {
		font-size: 14px !important;
	}
}


/*--------- Carousal Testimonial style End ------------- */