/*
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: 5.0.0
*/
/* Add your own styles at the bottom */

/* -- COLORS -- */

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

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

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

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

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

/* background colors */
.bg-white,
a.bg-white {
	background-color: #fff;
}

.bg-black,
a.bg-black {
	background-color: #000;
}

.bg-primary,
a.bg-primary {
	background-color: #32a709;
}

.bg-secondary,
a.bg-secondary {
	background-color: #daf238;
}

.bg-tertiary,
a.bg-tertiary {
	background-color: #e4debe;
}

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

.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 - */
/* align modules: year, site name, pipe, and logo */
#fs-footer-bottom-bar .col-1 {
	display: flex;
	align-items: center;
}

/* FS logo link hover */
#fs-footer-bottom-bar .col-1 .et_pb_image {
	transition: 0.3s all ease-in-out;
}

#fs-footer-bottom-bar .col-1 .et_pb_image:hover {
	opacity: 0.8;
}

/* tablet */
@media (min-width: 550px) and (max-width: 980px) {
	#fs-footer-bottom-bar .et_pb_row {
		display: flex;
	}

	#fs-footer-bottom-bar .et_pb_row .et_pb_column {
		margin-bottom: 0;
	}

	#fs-footer-bottom-bar .et_pb_gutters2 .et_block_row .et_pb_column_1_2,
	#fs-footer-bottom-bar .et_pb_gutters2.et_block_row.et_pb_row>.et_pb_column_1_2 {
		width: 48.5%;
	}

	#fs-footer-bottom-bar .et_pb_gutters2 .et_block_row .et_pb_column,
	#fs-footer-bottom-bar .et_pb_gutters2.et_block_row.et_pb_row>.et_pb_column {
		margin-right: 3%;
	}

	#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns {
		flex-direction: row;
	}

	#fs-footer-bottom-bar .col-1 {
		flex-wrap: nowrap;
		white-space: nowrap;
	}
}

@media (max-width: 549px) {
	#fs-footer-bottom-bar .et_pb_row {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
	}

	#fs-footer-bottom-bar .col-1 {
		align-items: center;
		display: flex;
		flex: 0 0 100%;
		float: none;
		justify-content: center;
		max-width: 100%;
		order: 2;
		text-align: center;
	}

	#fs-footer-bottom-bar .col-1 .year {
		float: none;
		margin-left: auto;
	}

	#fs-footer-bottom-bar .col-1 .pipe {
		float: none;
	}

	#fs-footer-bottom-bar .col-1 .et_pb_image {
		float: none;
		margin-right: auto;
	}

	#fs-footer-bottom-bar .col-1 .site-title {
		margin-left: 0;
		margin-right: 0;
	}

	#fs-footer-bottom-bar .col-2 {
		order: 1;
	}

	#fs-footer-bottom-bar .et_pb_social_media_follow {
		justify-content: center;
	}

	#fs-footer-bottom-bar .et_pb_row .et_pb_column {
		margin-bottom: 0;
	}
}

/* mobile */

/* -- END FOOTER -- */


/* -- RESPONSIVE -- */

/* do for mobile */
@media screen and (max-width: 767px) {

	/* hide on mobile */
	.hide-mobile {
		display: none;
	}
}

/* do for desktop */
@media screen and (min-width: 768px) {

	/* hide on desktop */
	.hide-desktop {
		display: none;
	}
}

/* -- END RESPONSIVE -- */


/* -- CHECKLIST -- */

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

.checklist ul li {
	position: relative;
	padding-left: 30px;
	margin: 0 0 6px !important;
}

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

@media (max-width: 638px) {

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

	.checklist-columns-2 ul li:last-child,
	.checklist-columns-3 ul li:last-child,
	.checklist-columns-4 ul li:last-child {
		margin-bottom: 0 !important;
	}
}

/* create columns of list items with this class */
@media (min-width: 639px) {

	.checklist-columns-2 ul::after,
	.checklist-columns-3 ul::after,
	.checklist-columns-4 ul::after {
		content: '';
		clear: both;
		display: table;
	}

	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 50%;
		padding-right: 30px;
	}

	.checklist-columns-2 ul li:nth-child(odd),
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: both;
	}

	.checklist-columns-2-alt>ul,
	.checklist-columns-3-alt>ul,
	.checklist-columns-4-alt>ul {
		column-count: 2;
		column-gap: 20px;
	}

	.checklist-columns-2-alt ul li,
	.checklist-columns-3-alt ul li,
	.checklist-columns-4-alt ul li {
		break-inside: avoid-column;
	}
}

@media (min-width: 981px) {

	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 33.333333%;
	}

	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;
	}

	.checklist-columns-3 ul li:nth-child(3n+1),
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: both;
	}

	.checklist-columns-3-alt ul,
	.checklist-columns-4-alt ul {
		column-count: 3;
	}
}

@media (min-width: 1199px) {
	.checklist-columns-4 ul li {
		float: left;
		width: 25%;
	}

	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;
	}

	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: none;
	}

	.checklist-columns-4 ul li:nth-child(4n+1) {
		clear: both;
	}

	.checklist-columns-4-alt ul {
		column-count: 4;
	}
}

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

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

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

/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */

/* make parallax image be centered at the start */
.et-pb-parallax-background {
	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 -- */

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


/* -- 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-centerText,
body #page-container .cmn-centerblurbTab {
	text-align: center;

}

body #page-container .ppb-inlinebtnWrap .et_pb_button_module_wrapper,
body #page-container .ppb-inlineElement,
body #page-container .ppb-inlineList ul li {
	display: inline-block;
}

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 .text-left-align {
	text-align: left;
}

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

body #page-container .ppb-inline-list ul li {
	display: inline-block;
}

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

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

body #main-header #top-menu li {
	padding-right: 2.8vw;
	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-top-navigation li a {
	transition: all 300ms ease-in-out;
	padding-bottom: 42px;
}

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

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

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: #005371;
	padding: 10px 25px !important;
	line-height: 1em;
	height: unset;
	border-radius: 20px;
}

.et_fixed_nav #page-container .et-fixed-header#top-header {
	z-index: 9999;
}
body #page-container #main-header.et-fixed-header #top-menu li.current-menu-item > a, body #page-container #main-header.et-fixed-header #top-menu li.current_page_item > a{
	color: #ebc66c !important;
}
/************* Menu Hover ***********/
#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
}

#top-menu li a:before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #016272;
	/*** COLOR OF THE LINE ***/
	height: 3px;
	/*** THICKNESS OF THE LINE ***/
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

#top-menu li a:hover {
	opacity: 1 !important;
}

#top-menu li a:hover:before {
	right: 0;
}

#top-menu li li a:before {
	bottom: 10%;
}

/************* Menu Hover ***********/
/*------------------------------------------------
---------------- Header Style End ---------------
------------------------------------------------*/
body #page-container .ppb-right-btm-shape .ppb-bio-lst-image:after,
body #page-container .ppb-left-angle-shape:before,
body #page-container .ppb-left-blue-shape:before {
	content: "";
	position: absolute;
	left: -58px;
	top: -65px;
	width: 113px;
	height: 128px;	
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
body #page-container .ppb-left-blue-shape:before{
background-image: url(/wp-content/uploads/blue-dots.svg);	
}
body #page-container .ppb-left-angle-shape:before{
background-image: url(/wp-content/uploads/image-angle-shape1.svg);	
width: 167px;
height: 135px;
    left: -85px;
    top: -50px;	
}
body #page-container .ppb-right-btm-shape .ppb-bio-lst-image{
	position: relative;
	z-index: 9;
}
body #page-container .ppb-right-btm-shape .ppb-bio-lst-image:after{
left: unset;
    right: -60px;
    top: unset;
    bottom: -45px;
    width: 113px;
    height: 128px;
    background-image: url(/wp-content/uploads/blue-dots.svg);
    z-index: -1;
}
/*------------------------------------------------
---------------- 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: #EBC66C;
	text-align: center;
	padding: 23px 34px;
	color: #fff;
	border-radius: 8px;
}

body #page-container #main-header #et-top-navigation li.ppb-blue-button a {
	background: #026579;
}

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;

}
body #page-container #main-header #et-top-navigation li.Ppb_menuBtn a:before{
	display: none;
}

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

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

/*------------------------------------------------
---------------- Scroll Top Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Form Style Strat ---------------
------------------------------------------------*/
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper textarea.textarea,
body div.form_saved_message div.form_saved_message_emailform form input[type="text"] {
	color: #363636;
	font-weight: 500;
	font-size: 20px;
	border-radius: 8px;
}

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: 60px;
}

body #page-container .gform_wrapper.gravity-theme .gfield textarea{
	margin-top: 0 !important;
	max-height: 155px;
}
body .gform_wrapper .gform_footer button[type="submit"]{
margin-top: 15px;	
}
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"],
body .gform_wrapper button[type="submit"]{
	background-color: #EBC66C;
	color: #363636;
	border-width: 0px;
	border-color: #EBC66C;
	border-radius: 8px !important;
	font-size: 20px;
	font-weight: 700;
	height: 60px;
	width: 144px;
	cursor: pointer;
	transition: all 300ms ease-in-out;
}
body .gform_confirmation_wrapper .gform_confirmation_message{    
    padding: 15px !important;
    background: #ebc66c;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

body .gform_wrapper #field_submit input:hover,
body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_page_footer input.button:hover,
body div.form_saved_message div.form_saved_message_emailform form input[type="submit"]:hover,
body .gform_wrapper button[type="submit"]:hover{
	background: #3C4D5D;
	color: #fff;
}

body #page-container .gform_wrapper.gravity-theme .gform_footer,
body #page-container .gform_wrapper.gravity-theme .gform_page_footer {
	margin: 2px 0 0;
	padding: 0px 0;
}

body #page-container .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

::placeholder {
	color: rgba(54, 54, 54, .4);
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(54, 54, 54, .4);
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(54, 54, 54, .4);
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(54, 54, 54, .4);
}

:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(54, 54, 54, .4);
}
body #page-container .ppb-inline-form .gform_wrapper.gravity-theme .gform_validation_errors{
	position: absolute;
    top: -55px;
	 z-index: 999;
}
body #page-container .ppb-inline-form .gform_wrapper .gfield_description.gfield_validation_message{
	position: absolute;
	top: 100%;
    z-index: 999;
}
/*------------------------------------------------
---------------- Form Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Testimonial Carousel Style Strat ---------------
------------------------------------------------*/
body #page-container .ppb-auth-details .et_pb_blurb_container {
	width: calc(100% - 102px);
}
body #page-container .ppb-testimonial-carousel .et_pb_group_carousel_slide .et_pb_group{
	background: #DCEEF2;
	height: 100%;
}
body #page-container .ppb-testimonial-carousel .et_pb_group_carousel_slide.et_pb_group_carousel_slide_active .et_pb_group{
	background: #ffffff;	
}
body #page-container .ppb-testimonial-carousel .et_pb_group_carousel_slide{
	align-self:stretch;
}
/*------------------------------------------------
---------------- Testimonial Carousel Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Blog Style Strat ---------------
------------------------------------------------*/

body #page-container .ppb-blog-wrap .et_pb_post {
	padding: 64px 56px;
}

body #page-container .ppb-blog-wrap .et_pb_post .post-content-inner {
	padding-bottom: 75px;
}

body #page-container .ppb-blog-wrap .et_pb_post .more-link {
	position: absolute;
	bottom: 64px;
	left: 56px;
}

body #page-container .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block !important;
}

body #page-container .dp-dfg-container .dp-dfg-items .dp-dfg-item {
	padding: 0px 54px 64px;
}
body #page-container .ppb-blog-wrap .dp-dfg-container .dp-dfg-items .dp-dfg-item {
	padding: 64px 54px 64px;
}

body #page-container .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-image {
	margin-left: -54px;
	margin-right: -54px;
	margin-bottom: 30px;
}

body #page-container .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-content {
	padding-bottom: 70px;
}

body #page-container .dp-dfg-container .dp-dfg-items .dp-dfg-item .et_pb_button_wrapper {
	padding: 0;
	position: absolute;
	bottom: 70px;
	left: 54px;
}
body #page-container .dp-dfg-container .dp-dfg-items .dp-dfg-item .et_pb_button_wrapper .et_pb_button:hover{
	background: transparent;
	padding: 0 !important;
	border: 0 !important;
}
body #page-container .dp-dfg-container .dp-dfg-filter a.dp-dfg-filter-link {
	border: none;
}

body #page-container .dp-dfg-container .dp-dfg-filter a.dp-dfg-filter-link:hover {
	background: transparent;
	font-weight: 500 !important;
}
body #page-container .ppb-blog-wrap .dp-dfg-container .dp-dfg-item{
	transition: all 300ms ease-in-out;
}
body #page-container .ppb-blog-wrap .dp-dfg-container .dp-dfg-item:hover{
background: #DCEEF2;	
}

/*------------------------------------------------
---------------- Blog Style Strat ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Footer Style Strat ---------------
------------------------------------------------*/
body #page-container #menu-footer-menu li {
	margin: 0;
	padding-right: 3vw;
}

body #page-container #menu-footer-menu li:last-child {
	padding-right: 0px;
}

body #page-container #menu-footer-menu li.Ppb_menuBtn a {
	background: #4EA9B9;
	color: #fff !important;
	padding: 18px 35px;
	border-radius: 8px;
	transition: all 300ms ease-in-out;
}

body #page-container #menu-footer-menu li.Ppb_menuBtn a:hover {
	background: #3C4D5D;
}

/*------------------------------------------------
---------------- Footer Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Inner Page Style Start ---------------
------------------------------------------------*/
body #page-container .ppb-step-blurb .et_pb_blurb_container .et_pb_module_header {
	width: 72px;
	height: 72px;
	margin: 0 auto 30px;
	background: #016272;
	border-radius: 100px;
	line-height: 72px;
}

body #page-container .ppb-phase-blurb .et_pb_module_header {
	display: inline-block;
	position: relative;
	border-bottom: 6px solid #EBC66C;
	padding-bottom: 30px;
	margin-bottom: 30px;
}


body #page-container .ppb-process-blurb {
	position: relative;
}

body #page-container .ppb-blog-wrap img {
	width: 100%;
}
body #page-container .et_pb_toggle_title:before{
	content: url("/wp-content/uploads/plus-icon.svg") !important;
}
body #page-container .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before{
	content: url("/wp-content/uploads/minus-icon.svg") !important;
}
body #page-container .ppb-copy-dot{
margin: 0px 20px;
    position: relative;
    top: -5px;	
}
/*
   body #page-container .ppb-process-blurb:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 51%;
      background: red;
      transform: skew(0deg, 6deg);
    }
  body #page-container .ppb-process-blurb:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 50%;
      background: red;
      transform: skew(0deg, -6deg);
    }
*/
body #page-container .slick-dots{
	bottom: -70px;
}
body #page-container .slick-dots li,
body #page-container .slick-dots li button,
body #page-container .slick-dots li button:before{
	width: 10px;
    height: 10px;
	line-height: 10px;
}
body #page-container .slick-dots li button:before{
	font-size: 10px;
	color: #EBC66C;
}
body #page-container .equal-height-carousel .slick-track{
	display: flex !important;
}
body #page-container .equal-height-carousel .slick-track .slick-slide{
	height: auto !important;
    display: flex !important;
}
body #page-container .testimonial-carousel .slick-track .slick-slide:not(.slick-center){
	background: #ffffff !important;
}
body #page-container .slick-next, body #page-container .slick-prev{    
	transform: scale(.7) translateY(-50%);

}
body #page-container .slick-next,
body #page-container .slick-prev,
 body #page-container .slick-next:before,
body #page-container .slick-prev:before{
	    width: 60px;
  height: 60px;
  line-height: 60px;
}
body #page-container .slick-next:before,
body #page-container .slick-prev:before{
	display: block;
}
body #page-container .slick-next:before{
	content: url(/wp-content/uploads/next-arrow.png);
}

body #page-container .slick-prev:before {   
  content: url(/wp-content/uploads/prev-arrow.png); 
    
}
body #page-container .slick-next{
	right: -58px;
}
body #page-container .slick-prev{
	    left: -52px;
}
body #page-container .ppb-phase-row.ppb-about-phase .ppb-phase-blurb{
	
}
/*------------------------------------------------
---------------- Inner Page Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- List Style Start ---------------
------------------------------------------------*/
body #page-container .checklist ul li {
	padding-left: 40px;
	margin: 0 0 15px !important;
}

body #page-container .checklist ul li::before {
	background-image: url(/wp-content/uploads/List_icon.svg);
	width: 25px;
	height: 25px;
	content: "";
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

/*------------------------------------------------
---------------- List Style End ---------------
------------------------------------------------*/

/*------------------------------------------------
---------------- Trim Text Style Start ---------------
------------------------------------------------*/
body #page-container .ppb-bio-content .et_pb_text_inner {
	text-overflow: ellipsis;
	max-height: 190px;
	outline: none;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

body #page-container .ppb-bio-content.ppb-vickis-content .et_pb_text_inner {
	max-height: 208px;
}

body #page-container .ppb-bio-content.expand .et_pb_text_inner {
	-webkit-line-clamp: unset;
	max-height: unset;
	overflow: unset;
}

body #page-container .ppb-bio-content .ppb-bio-button {
	cursor: pointer;
}

body #page-container .ppb-bio-content .et_pb_text_inner ul li {
	padding-bottom: 10px;
}
 
body.single #page-container .checklist ul li::before{
	width: 28px;
  height: 28px;
	top: 5px;
}
body.single #page-container .checklist ul li {
  padding-left: 40px;
  margin: 0 0 20px !important;
}
body.single #page-container h1,
body.single #page-container h2,
body.single #page-container h3,
body.single #page-container h4,
body.single #page-container h5{
	padding-bottom: 20px;
}
/*------------------------------------------------
---------------- Trim Text Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Responsive Style Strat ---------------
------------------------------------------------*/
@media only screen and (min-width: 981px) {
	body #page-container .cmn-3colWrap .et_pb_column {
		width: calc((100% - 32px)/3);
		margin-right: 16px;
	}
}
@media only screen and (min-width:1701px) and (max-width:1850px) {
	body #page-container .ppb-inner-banner .leftline_row {
		max-width: 100px !important;
	}
}
@media only screen and (min-width:1700px) {
	body #page-container .ppb-inner-banner .ppb-banner-right-image {
		width: 118%;
	}

}
@media only screen and (max-width:1700px) {
		body #page-container .ppb-left-angle-shape:before {    
    width: 100px;
    height: 100px;
    left: -40px;
    top: -30px;
}
	body #page-container .ppb-right-btm-shape .ppb-bio-lst-image:after {   
    right: -38px;    
    bottom: -33px;
    width: 75px;
    height: 90px;   
}
}
@media only screen and (min-width:1367px) and (max-width:1650px) {
	body #page-container .ppb-inner-banner h1 {
		font-size: 60px;
	}
	body #page-container .custom_h_for_all h2 {
		font-size: 50px;
	}
body,
	body.single .et_pb_post_content,
	body .et_pb_module .et_pb_text_inner,
	body .et_pb_blurb_description {
		font-size: 18px;
		line-height: 1.6em;
	}
	body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	body .gform_wrapper textarea.textarea,
	body div.form_saved_message div.form_saved_message_emailform form input[type="text"] {
		font-size: 16px;
	}

	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"],
	body .gform_wrapper button[type="submit"]{
		font-size: 16px;
	}
  body, body.single .et_pb_post_content, body .et_pb_module .et_pb_text_inner, body .et_pb_blurb_description {
    font-size: 18px;
    line-height: 1.6em;
  }
 body #page-container .custom_h_for_all h3 {
    font-size: 35px;
  }
	body #page-container .ppb-phase-row .ppb-phase-blurb{	 
		padding-left: 90px !important;
        padding-right: 90px !important;
	}
}
@media only screen and (min-width:1171px) and (max-width:1650px) {
body #page-container #et-boc .ppb-phase-row{
	max-width: 1220px !important;
}
	body #page-container .ppb-phase-blurb:nth-child(2){
		margin-left: -65px !important;
	}
body #page-container .ppb-phase-blurb .et_pb_module_header {   
  border-bottom: 3px solid #EBC66C;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 28px;
}
	body #page-container .ppb-phase-blurb .et_pb_blurb_description{
	font-size: 18px;	
	}
	body #page-container .ppb-phase-blurb{
		padding-top: 30px !important; 
  padding-bottom: 30px !important;
	 
	}
	body #page-container .ppb-bio-content .et_pb_text_inner{
		    max-height: 130px;
	}
	}
@media only screen and (min-width: 1171px) and (max-width: 1560px) {
	body #page-container .ppb-inner-banner h1 {
		font-size: 60px;
	}
}


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

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

	}

	body #page-container .dp-dfg-container .dp-dfg-items .dp-dfg-item {
		padding: 0px 30px 30px;
	}
body #page-container .ppb-blog-wrap .dp-dfg-container .dp-dfg-items .dp-dfg-item {
		padding: 30px 30px;
	}
	body #page-container .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-image {
		margin-left: -30px;
		margin-right: -30px;
		margin-bottom: 30px;
	}

	body #page-container .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-content {
		padding-bottom: 60px;
	}

	body #page-container .dp-dfg-container .dp-dfg-items .dp-dfg-item .et_pb_button_wrapper {
		bottom: 30px;
		left: 30px;
	}
}

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

	body #page-container .ppb-copy-col .ppb-copy-text p,
	body #page-container .ppb-copy-col .ppb-privacy-link p,
	body #page-container footer .ppb-ft-mail p {
		font-size: 16px;
	}

}

@media only screen and (max-width: 1400px) {
	body #page-container .ppb-blog-wrap .et_pb_post {
		padding: 50px 30px !important;
	}

	body #page-container .ppb-blog-wrap .et_pb_post .more-link {
		bottom: 50px;
		left: 30px;
	}

	body #page-container .ppb-blog-wrap .et_pb_post .post-content-inner {
		padding-bottom: 50px;
	}
body #page-container .ppb-copy-dot {
    margin: 0px 5px;   
}
}

@media only screen and (min-width: 981px) and (max-width: 1366px) {
	body #page-container .custom_h_for_all h2 {
		font-size: 50px;
	}

	body #page-container .ppb-step-blurb .et_pb_blurb_container .et_pb_module_header {
		width: 60px;
		height: 60px;
		margin: 0 auto 15px;
		line-height: 60px;
	}

	body,
	body.single .et_pb_post_content,
	body .et_pb_module .et_pb_text_inner,
	body .et_pb_blurb_description {
		font-size: 18px;
		line-height: 1.6em;
	}

	body #page-container .ppb-bio-content .et_pb_text_inner {
		        max-height: 90px;
		-webkit-line-clamp: 3;
	}
	     body #fs-footer-bottom-bar .et_pb_module .et_pb_text_inner, body #fs-footer-bottom-bar .et_pb_blurb_description {
        font-size: 16px;
        line-height: 1.6em;
    }
	body #main-header #et-top-navigation li a {		 
		padding-bottom: 35px;
		 
	}
body #page-container .ppb-phase-row .ppb-phase-blurb{
	 
		padding-left: 80px !important;
        padding-right: 80px !important;
	}
body #page-container .ppb-phase-row.ppb-about-phase .ppb-phase-blurb{
	 
		padding-left: 90px !important;
        padding-right: 90px !important;
	}	
}

@media only screen and (max-width: 1366px) {
	body #page-container .slick-next, body #page-container .slick-prev {
  transform: scale(.5)  translateY(-50%);
}
	body #page-container .slick-prev {
  left: -48px;
}
body #page-container .slick-next {
  right: -48px;
}
	body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	body .gform_wrapper textarea.textarea,
	body div.form_saved_message div.form_saved_message_emailform form input[type="text"] {
		font-size: 16px;
	}

	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"],
	body .gform_wrapper button[type="submit"]{
		font-size: 16px;
	}

	body #page-container .checklist ul li::before {
		background-image: url(/wp-content/uploads/List_icon.svg);
		width: 30px;
		height: 30px;
		top: 5px;
	}

	body #page-container .checklist ul li {
		padding-left: 45px;
	}

	body #page-container .et_pb_section .et_pb_button{
		border-radius: 8px !important;
	}
}

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

	body #main-header #et-top-navigation li a {
		transition: all 300ms ease-in-out;		 
		font-size: 16px;
	}
}
@media only screen and (max-width: 1280px) {
	body #page-container .ppb-phase-row .ppb-phase-blurb{
padding-top: 30px !important;   
    padding-bottom: 30px !important;
    
	}
	body #page-container .ppb-phase-row .ppb-phase-blurb{ 
    padding-right: 60px !important;    
    padding-left: 60px !important;	
	}

	body #page-container .ppb-phase-row.ppb-about-phase .ppb-phase-blurb{	 
		padding-left: 70px !important;
        padding-right: 70px !important;
	}
 body #page-container #et-boc .ppb-phase-row {
    max-width: 1080px !important;
	 width: 100% !important;
  }
	body #page-container .ppb-phase-row .ppb-phase-blurb:nth-child(2)	{
	margin-left: -55px !important;	
	}
	  body #page-container .ppb-phase-row .ppb-phase-blurb:nth-child(2) {
    margin-left: -68px !important;
  }
	}
@media only screen (min-width: 981px) and (max-width: 1170px) {
body.home #page-container .ppb-phase-row .ppb-phase-blurb{
		padding-right: 55px !important;         
        padding-left: 55px !important;
	}
	}
@media only screen and (max-width: 1170px) {
	body #page-container #menu-footer-menu li.Ppb_menuBtn a {
		padding: 15px 25px;
		border-radius: 5px;
	}

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

	body #main-header #et-top-navigation li a {
		font-size: 14px;
	}

	body #page-container .ppb-left-blue-shape::before {
		left: -40px;
		top: -50px;
		width: 80px;
		height: 100px;
	}
	 body #page-container #et-boc .ppb-phase-row {
    max-width: 1020px !important;
	 width: 100% !important;
  }	
	 body #page-container .ppb-phase-row .ppb-phase-blurb {
           padding-top: 20px !important;
        padding-right: 35px !important;
        padding-bottom: 20px !important;
        padding-left: 50px !important;
  }
	body #page-container .ppb-phase-row.ppb-about-phase .ppb-phase-blurb{	 
		padding-left: 45px !important;
        padding-right: 60px !important;
	}
	body #page-container .ppb-phase-blurb .et_pb_module_header {   
  border-bottom: 3px solid #EBC66C;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
 body #page-container #et-boc .ppb-phase-row {
    max-width: 970px !important;
    width: 95% !important;
  }	
}
@media only screen and (max-width: 1024px) {
 body #page-container #et-boc .ppb-phase-row {
    max-width: 900px !important;
    width: 100% !important;
  }
	 body #page-container .ppb-phase-row .ppb-phase-blurb {    
    padding-right: 35px !important;   
    padding-left: 55px !important;
  }
	body #page-container .equal-height-carousel .slick-track .slick-slide {    
    margin-bottom: unset !important;
}
}
@media only screen and (max-width: 980px) {
	body #page-container .ppb-blog-wrap .et_pb_post {
		padding: 30px 20px !important;
	}

	body #page-container .ppb-blog-wrap .et_pb_post .more-link {
		bottom: 30px;
		left: 20px;
	}
  body #page-container .dp-dfg-container .dp-dfg-items .dp-dfg-item {
    padding: 0px 20px 30px;
  }
	body #page-container #menu-footer-menu li:last-child {
		display: block;
		margin-top: 30px;
		text-align: center !important;
	}

	body #page-container #menu-footer-menu {
		text-align: center !important;
	}

	body #page-container #menu-footer-menu li {
		margin: 0;
		padding-right: 5px;
		padding-left: 5px;
	}

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

	body #page-container #menu-footer-menu li.Ppb_menuBtn a {
		padding: 12px 20px;
	}

	body #page-container #main-header #et-top-navigation li.Ppb_menuBtn a {
		padding: 15px 30px;
		margin-top: 15px;
	}

	body #page-container .ppb-auth-details .et_pb_blurb_container {
		width: calc(100% - 80px);
	}

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

	body #page-container .checklist ul li {
		padding-left: 30px;
	}

	body #page-container .ppb-testimonial-carousel .ppb-auth-details .et_pb_main_blurb_image {
		margin: 0 !important;
	}

	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"] {
		width: 100%;
	}

	body #page-container .ppb-step-blurb .et_pb_blurb_container .et_pb_module_header {
		width: 50px;
		height: 50px;
		margin: 0 auto 15px;
		line-height: 50px;
	}

	body #page-container .ppb-bio-content .et_pb_text_inner {
		max-height: 70px;
        -webkit-line-clamp: 3;
	}

	body #page-container .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-content {
		padding-bottom: 45px;
	}
	    body #page-container .ppb-left-angle-shape:before {
        width: 70px;
        height: 70px;
        left: -35px;
        top: -20px;
    }
	    body #page-container .ppb-right-btm-shape .ppb-bio-lst-image:after {
        right: -27px;
        bottom: -25px;
        width: 50px;
        height: 60px;
    }
	body #page-container .et_pb_toggle_title:before{
	transform: scale(.7);
}
  body #page-container #et-boc .ppb-phase-row {
    max-width: 380px !important;
    width: 90% !important;
  }	
	 body #page-container #et-boc .ppb-phase-row .ppb-phase-blurb {
    margin-left: 0 !important;
  }
 body #page-container .ppb-phase-row .ppb-phase-blurb { 
    padding-left: 65px !important;
  }	
body #page-container .slick-dots {
    bottom: -40px;
}	
 
}

@media only screen and (max-width: 768px) {
	body #page-container .slick-next, body #page-container .slick-prev{
		display: none !important;
	}
	body #page-container .ppb-left-blue-shape::before {
		left: -24px;
		top: -36px;
		width: 50px;
		height: 70px;
	}
 
	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: 50px;
		font-size: 15px;
		border-radius: 5px;
	}

	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"],
	body .gform_wrapper button[type="submit"]{
		font-size: 15px;
		height: 50px;
		width: 120px;
	}
	body #page-container .ppb-bio-content .et_pb_text_inner {
		max-height: 80px;
	}
	body .ppb-inline-form .gform_wrapper button[type="submit"]{
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	body #page-container .ppb-left-blue-shape::before {
		left: -10px;
	}
	body #page-container .ppb-phase-row .ppb-phase-blurb {
    padding-top: 15px !important;
    padding-right: 35px !important;
    padding-bottom: 15px !important;
    padding-left: 60px !important;
  }
}

/*------------------------------------------------
---------------- Responsive Style End ---------------
------------------------------------------------*/
/* -- RECAPTCHA BADGE -- */
.grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 4px !important;
	z-index: 99999999;
}
.grecaptcha-badge:hover {
	width: 256px !important;
}
body .grecaptcha-badge {
	visibility: visible;
}

/* ------ Issue Css Start --------*/ 
@media(min-width: 1367px) and (max-width: 1760px){
	    body #page-container .contact_btm_secwrap .leftline_row {
        max-width: 148px !important;
        top: 44% !important;
    }
	
	body #page-container .leftline_row{
		  max-width: 90px !important;
        top: 8% !important;

	}
	body #page-container .rightline_row{
		max-width: 148px !important;
    top: 80% !important;

	}
}

@media(min-width: 1367px) and (max-width: 1500px){
	body #page-container .custom_h_for_all .et_pb_text_inner p{
		font-size: 18px;
        line-height: 1.6em;
	}
	body #page-container .ppb-auth-details .et_pb_blurb_description{
		font-size: 20px;
		    line-height: 1.4em;
	}
	 
}
@media(min-width: 981px) and (max-width: 1500px){
body #page-container .equal-height-carousel .slick-track .slick-slide{
		padding: 30px !important
	}
		}
@media only screen and (max-width: 1400px) {
    body #page-container .ppb-blog-wrap .et_pb_post {
        padding: 30px 30px 50px 30px !important;
    }
}
@media(min-width: 1171px) and (max-width: 1366px){
	body #page-container .ppb-testimonial-carousel .et_pb_group_carousel_slide .et_pb_group{
		padding-right: 36px !important;
    padding-left: 36px !important;
	} 
	body #page-container .et_pb_toggle_content p{
		font-size: 20px;
	}
		body #page-container .ppb-auth-details .et_pb_blurb_description{
		font-size: 20px;
		    line-height: 1.4em;
	}
		body #page-container .rightline_row{
		max-width: 100px !important;
    top: 80% !important;

	}
		    body #page-container .contact_btm_secwrap .leftline_row {
        top: 44% !important;
    }
		body #page-container .leftline_row{
		    max-width: 80px !important;
    top: 8% !important;

	}
	.resource_filtergrd .dp-dfg-item .dp-dfg-header .entry-title{
		font-size: 20px !important;
	}
	body .resource_filtergrd .dp-dfg-item .dp-dfg-content{
		font-size: 18px !important;
	}
	
	body .resource_filtergrd .dp-dfg-item .et_pb_button_wrapper .et_pb_button{
		font-size: 20px !important;
	}
}

@media(min-width: 981px) and (max-width: 1170px){
		body #page-container .ppb-auth-details .et_pb_blurb_description{
		font-size: 20px;
		    line-height: 1.4em;
	}
			body #page-container .rightline_row{
		max-width: 65px !important;
    bottom: 30px !important;

	}
			body #page-container .leftline_row{
		    max-width: 65px !important;
    top: 15px !important;

	}
			    body #page-container .contact_btm_secwrap .leftline_row {
        top: 44% !important;
    }
}

@media(max-width: 980px){
		 
  body #page-container .dp-dfg-container .dp-dfg-items .dp-dfg-item .et_pb_button_wrapper {    
    left: 20px;
  }
				    body #page-container .contact_btm_secwrap .leftline_row {
        top: 41% !important;
    }
	
		body #page-container .rightline_row{
		max-width: 65px !important;
    bottom: 30px !important;

	}
			body #page-container .leftline_row{
		    max-width: 65px !important;
    top: 15px !important;

	}
	body #main-header #et-top-navigation li a{
		padding-bottom: 10px !important;
	}
	body #page-container .et_mobile_menu{
		padding: 0 15px 15px;
	}
}

@media(max-width: 767px){
				body #page-container .rightline_row{
		max-width: 60px !important;
   bottom: 30px !important;

	}
	body #page-container .leftline_row{		   
    top: 15px !important;

	}
					    body #page-container .contact_btm_secwrap .leftline_row {
        top: 41% !important;
    }
	body #page-container .ppb-cta-shape {
    top: 15% !important;
  }
}

@media(max-width: 640px){
	body #page-container .ginput_container_email input{
		margin-top: 0 !important;
	}

}

@media(max-width: 480px){
	body #page-container .et_pb_toggle .et_pb_toggle_title{
		padding: 0 26px 0 0 !important;
	}

}



/* ------ Issue Css End --------*/

/* Fix header z-index — sits below Calendly overlay (9999) and nav dropdowns (9999) naturally */
/* body #page-container #main-header {
    z-index: 9998 !important;
} */
body.admin-bar #page-container #main-header {
    z-index: 9998 !important;
}

.calendly-overlay {   
    z-index: 99999 !important;
}


@media (min-width: 981px) and (max-width: 991px){
  body.et_header_style_left #main-header > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  body.et_header_style_left #main-header > .container .logo_container {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: auto;
    max-width: 338px;
    height: auto;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
  }

  body.et_header_style_left #et-top-navigation {
    float: none;
    padding-left: 0 !important;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
  }

  body.et_header_style_left #top-menu-nav {
    float: none;
  }

  body.et_header_style_left #top-menu > li {
    display: inline-flex;
    align-items: center;
  }
  body.et_header_style_left #et-top-navigation {
    overflow: visible;
  }

  body.et_header_style_left #top-menu,
  body.et_header_style_left #top-menu > li {
    overflow: visible;
  }

  body.et_header_style_left #top-menu > li {
    position: relative;
  }

  body.et_header_style_left #top-menu > li.menu-item-has-children > a {
    display: inline-flex;
    align-items: center;
  }

  body.et_header_style_left #top-menu > li > ul.sub-menu {
    top: 100%;
    left: 0;
    right: auto;
    margin-top: 0;
    transform: none;
    min-width: 260px;
    z-index: 9999;
  }
  
  body.et_header_style_left #top-menu > li:last-child > ul.sub-menu,
  body.et_header_style_left #top-menu > li.et-last-child > ul.sub-menu {
    left: auto;
    right: 0;
  }

  img#logo {
     max-width: 180px !important;
  }
}
