	@import url("../Divi/style.css");
/*
Theme Name: TheDesignPeople
Description: Child theme for the Divi theme
Author: Nic Morris
Author URI: http://thedesignpeople.com.au/
Template: Divi
Version: 1.0.0
*/


/*COLORS: White #FFFFFF, Green #99C860, Yellow #F4C500, Light Grey #EBE9E9, Dark Grey #CDCCCC, Deep Grey #373335 */

/* font-family: "Noticia Text", serif; font-family: "Poppins", sans-serif; */

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

body {
	font-family: "Poppins", sans-serif !important;
	letter-spacing: .02em;
	font-size: 16px !important;
	color: #373335;
}

p,
li {
	font-size: 1.3em !important;
	line-height: 1.4;
	font-family: "Poppins", sans-serif !important;
	color: black;
	font-weight: 300;
}

a, li a {
	color: #111;
	text-decoration: 1px dashed underline !important;
	-webkit-text-decoration-line:  underline !important;
	-webkit-text-decoration-style: dashed !important;
	text-underline-offset: 6px!important;
	overflow-wrap: break-word;

}

a:hover, li a:hover {
	color: #111;
	text-decoration: 1px solid underline !important;
	-webkit-text-decoration-line:  underline !important;
	-webkit-text-decoration-style: solid !important;
	text-underline-offset: 6px!important;
	overflow-wrap: break-word;
}

h1,
h2,
h3 {
	font-family: "Poppins", sans-serif !important;
	/* font-family: "Noticia Text", serif; */
	font-weight: 500 !important;
}

h4,
h5,
h6 {
	font-family: "Poppins", sans-serif !important;

}

h1 {
	font-size: 45px!important;
	font-weight: 700!important;
	margin-bottom: 25px!important;
	color: black!important;
		
	/* font-size: 2.5em !important;
	font-weight: 600 !important;
	margin-left: 0;
	margin-top: 30px !important;
	text-transform: none !important;
	color: #99C860;
	letter-spacing: 0.01em !important; */
}

h2


	{
	font-size: 45px!important;
	font-weight: 700!important;
	margin-bottom: 25px!important;
}

h3


	{
	font-size:  28px !important;
	font-weight: 600!important;
	margin-top: 25px;
	margin-bottom: 12px;
}

h4


	{
	font-size: 26px!important;
	font-weight: 500!important;
	margin-top: 25px!important;
	margin-bottom: 12px!important;
}

h5


	{
	font-size: 1.125em;
	font-weight: 300;
	text-transform: uppercase;
}

h6


	{
	font-size: 1.1em;
}


#skip a,
#skip a:hover,
#skip a:visited {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#skip a:focus {
	position: static;
	width: auto;
	height: auto;
}

a:active,
a:hover {
	outline: 0;
}

strong,
.strong {
	font-weight: 600 !important;
}




blockquote {
	margin-left: 40px;
	border-left: 0 !important;
}

input[type=text] {
	padding: 10px;
}



ol,
ul {
	margin-bottom: 15px;
}


ol li {
	margin-left: 20px;
}

ol li,
ul li {
	padding-bottom: 12px;
}

ul li {
	margin-left: 20px;
}

ol li::marker {
	color: #99C860;
	font-size: 18px;
	font-weight: 400;
}

#white, #white h1, #white h2, #white h3, #white h4, #white h5, #white h6, #white a, #white p {
	color: white!important;}

.smallText {
	font-size: 12px;
}

.midText p,
.midText ul li,
div.sp-testimonial-content {
	font-size: 21px !important;
	line-height: 1.4;


}

.midText p,
.midText {
	padding-bottom: 1em !important;
}


.bigText p,
.bigText,
.bigTextWhite,
.bigTextWhite p,
.bigText ul li {
	font-size: 30px !important;
	line-height: 1.2;
	padding-bottom: 20px !important;
	font-weight: 400;
}

.bigTextWhite,
.bigTextWhite p {
	color: white !important;
}


.extraBigText ul li, .extraBigText p {
	font-size: 33px !important;
	line-height: 1.5;
}

.extraBigText ul li {
	text-decoration: none;
	list-style-type: none;


}

.extraBigText ul {

	margin-left: 0 !important;
	padding-left: 0 !important;

}

.leadText, .leadText h2, .leadText p  {
	color: white!important;
}

.leadText h2 {
	font-size: 45px !important;
	font-weight: 700!important;
	text-decoration: underline 2px solid white!important;
	text-underline-offset: 10px;
	padding-bottom: 5px;
}

.leadText p {
	margin-top: 10px!important;
	font-size: 30px !important;
	font-weight: 400;
}

.responsive-text {
  font-size: clamp(40px, 7vw, 70px)!important;
  text-align: left;
  width: 100%; 
  max-width: none;
  overflow-wrap: break-word; 
  word-wrap: break-word; 
  
}

.responsive-text {
	color: white;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	line-height: 1.2; 
	font-weight: 700;
	/* text-shadow: 
	-1px -1px 0 black,  
	 1px -1px 0 black,  
	-1px  1px 0 black,  
	 1px  1px 0 black; */

}

.responsive-text {
	position: sticky !important;
	top: 100px; /* Matches your Divi offset */
	z-index: 99;
	padding-top: 100px!important;
	padding-bottom: 100px!important;
}
/*------------------------------------------------*/
/*---------------[HEADER]------------------*/
/*------------------------------------------------*/



#main-header.et-fixed-header {
	box-shadow: none !important;
	background-color: #212121 !important;
	opacity: 1 !important;
}

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


.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
	padding: 20px 0 0 0 !important;

}



.et_mobile_menu li a:hover,
.nav ul li a:hover {
	background-color: white !important;
	opacity: 1;
}

.nav li ul {
	width: 220px;
}

ul.sub-menu {
	padding: 0 !important;
	margin-top: 0;
	padding-bottom: 20px !important;
	padding-top: 20px!important;
}



.nav li ul {
	position: absolute;
	padding: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.nav li li {
	padding: 0 0;
	margin: 0;
	line-height: 1.5!important;
}

.et-menu li li a {
	padding: 2px 20px;
	width: 210px;
}

.et_pb_menu_0_tb_header.et_pb_menu ul li a {
	font-weight: 500!important;
	font-size: 19px!important;
}
	
li.menu-item-has-children a, li.menu-item-has-children a:hover {
	text-decoration: none!important;
}


.et-menu li li a:hover, ul#menu-main-menu li.menu-item-type-post_type a:hover, li.menu-item-has-children ul.sub-menu li a:hover {
	text-decoration: underline!important;
	text-underline-offset: var(5px)
}

.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before,
.et_pb_menu_1_tb_header .mobile_nav .mobile_menu_bar:before {
	font-size: 60px !important;
	font-weight: 700 !important;
	color: #000000 !important;
}


.et_pb_menu .et_pb_menu__menu>nav>ul>li {
	max-height: 50px;
	margin-top: 15px;
}

.et_pb_menu .et-menu>li {
	padding-left: 20px;
	padding-right: 15px;
}

.et_pb_menu .et_pb_menu__wrap {
	margin-left: 40px; }

.donateNow {
	color: white!important;
	background-color: #99C860 !important;

}


.donateNow:hover {
	color: white !important;
	background-color: #F4C500 !important;
	

}

body #page-container #mobileHeader.et_pb_section .et_pb_button_1_tb_header.donateNow {
	padding: 0.3em 0.5em !important;

}


.mobile_menu_bar::before {
	color: white !important;
}


/* ul#mobile_menu2 ul.sub-menu {
	padding: 0 !important;
	margin-top: 0;
}

ul#mobile_menu2 ul.sub-menu li,
ul#mobile_menu2 li {
	padding: 0 !important;


}

ul#mobile_menu2 li {
	margin-left: 0 !important;
	padding-bottom: 0 !important;
}



ul#mobile_menu2 li:hover,
ul#mobile_menu2 li a:hover {
	background-color: #0066CC !important;
	color: white !important;
} */


ul#menu-main-menu {
	margin-bottom: 0 !important;
}

.et_mobile_menu li a {
	text-decoration: none!important;
}

.et_pb_menu .et_mobile_menu li.donateNow a {
	color: white !important;
	display: block !important;
	text-align: center;
	font-weight: 500;
	margin-top: 30px;

}

.et_pb_menu .et_mobile_menu li.donateNow a:hover {
	background-color: #99C860 !important;
	color: white!important;

}

#mobileHeader {
	display: flex!important;
}

#mobileHeader .et_pb_column_1_2 {
	width: 46%!important;
	display: inline-block;
	margin-left: 0;
	margin-right: 20px!important;
}

#mobileHeader .et_pb_column_1_4.et_pb_column_3_tb_header {
	width: 24%!important;
	display: inline-block;
	margin-top: 4.5%!important;
	margin-left: 0;
	margin-right: 8.5% !important;
	float: left;
}

#mobileHeader .et_pb_column_1_4.et_pb_column_4_tb_header {
	width: 15%!important;
	display: inline-block;
	margin-top: 1.5%;
	margin-left: 0;
	margin-right: 0;
	float: right;
}

ul#mobile_menu2 {
	width: 320px;
	margin-left: -275px;
	margin-bottom: 0!important;
}

ul#mobile_menu2 li {
	margin-left: 0!important;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0;
}

ul#mobile_menu2 ul.sub-menu {
	margin-left: 10px!important;
	margin-bottom: 0;
	padding-bottom: 0 !important;
	padding-top: 0!important;
}

.et_mobile_menu .menu-item-has-children>a {
	font-weight: 700;
	background-color: #F4C500!important;
	color: white!important;
}

.et_mobile_menu .menu-item-has-children>a:hover {
	font-weight: 700;
	background-color: #F4C500!important;
	color: white!important;
}

.et_pb_menu_1_tb_header.et_pb_menu ul li a, .et_pb_menu_1_tb_header.et_pb_menu ul li a:hover {
	font-weight: 600;
	font-size: 20px;
	color: black !important;
}

/* .et_mobile_menu .menu-item-has-children>a {
	font-weight: 700;
	background-color: #99C860;
	color: white;
} */

/* .et_pb_menu_0_tb_header.et_pb_menu ul li.donateNow a,
.et_pb_menu_0_tb_header.et_pb_menu ul li.donateNow.current-menu-item a {

	opacity: 1;
} */


/* .et_pb_menu_0_tb_header.et_pb_menu ul li.donateNow a {
	font-size: 20px!important;
} */
	
/* .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.donateNow>a {
	margin-top: -7px;
} */

/* .et_pb_menu_0_tb_header.et_pb_menu ul li a, .et_pb_menu_1_tb_header.et_pb_menu ul li a {
	font-size: 18px;
	color: #000000 !important;
} */

/* 

.et_pb_menu_0_tb_header.et_pb_menu ul li.donateNow a:hover,
.et_pb_menu_0_tb_header.et_pb_menu ul li.donateNow.current-menu-item a:hover {
	color: white !important;
	opacity: 1;
	text-decoration: none!important;
} */


/*------------------------------------------------*/
/*---------------[MAIN LAYOUT]---------------*/
/*------------------------------------------------*/

.et_pb_row {
	max-width: 1280px;
}

.et_pb_testimonial_author {
	margin-top: 15px;

}

h4.et_pb_module_header {
	font-size: 25px;
	font-weight: 700;
	margin-top: 30px;
	color: black;
}

.addIcon ul {
	margin-top: 15px;
}

.addIcon li:before {
	content: "\e052";
	font-family: ETmodules;
	font-size: 30px;
	color: black;
	position: relative;
	margin-right: 15px;
	margin-top: -6px;
}

.addIcon li {
	list-style-type: none;
}




/* .checkMark ul {
	list-style: none;
	padding-left: 0;
}

.checkMark li {
	position: relative;
	padding-left: 3em;
	line-height: 2em;
	margin-bottom: 0.7em;
}

.checkMark li:before {
	content: '';
	position: absolute;
	left: 0;
	width: 2em;
	height: 2em;
	background: url(#); */

}

.photoRight {
	padding: 40px 0 40px 40px;
}

.photoLeft {
	padding: 25px 20px 25px 0;
}

.photoCenter {
	padding: 25px 0;
}

.dollar .percent-value:before {
	content: '$';
}

.textBox {
	padding: 0 25px 25px;
}

.zoomIn.et_pb_image:hover img,
.zoomIn .et_pb_image_wrap:hover img,
.zoomIn a:hover img {
	transform: scale(1.2);
	transition: all 1.5s 0s ease;
}




.et_pb_scroll_top.et-pb-icon {
	text-align: center;
	background: #99C860;
	opacity: 1;
}

.underlineWrapper .underlineInnerWrapper,
.underlineWrapper .underlineInnerWrapper a.underlineLink,
.underlineInnerWrapper .underlineLink h3 {
	color: #000 !important;
}

.underlineLink {
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #000;
}


.linkHover:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.6s;

}

.linkHover:hover:after {
	transform: scaleX(1);

}

#notice-section p {
	font-size: 13px !important;
}


.hr-text {
	border: 0;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 3px;
	height: 1.5em;
	line-height: 1em;
	position: relative;
	text-align: center;
	font-family: 'Amiri', serif;
	text-transform: uppercase;

}

.hr-text::before {
	content: "";
	background: black;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
}

.hr-text::after {
	background-color: white;
	color: black;
	content: attr(data-content);
	line-height: 1.5em;
	padding: 0 10px;
	position: relative;
}

body .et_pb_button {
	border-width: 0 !important;
}

.et_pb_button {
	text-decoration: none!important;
}

 /* .et_pb_button, */
.form-submit .et_pb_button {
	padding: 0.3em 1em !important;
	font-size: 21px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	background-color: #99C860!important;
	border-radius: 4px;
	line-height: 1.7 !important;
	color: white;
	border: none !important;
	text-decoration: none !important;

}


/* .et_pb_button:hover, */
.form-submit .et_pb_button:hover{
	background-color: #99C860 !important;
	color: white !important;
	border: none !important;
	cursor: pointer;
	text-decoration: none !important;
}

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

input,
placeholder,
textarea {
	font-size: 16px !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 500 !important;
	background-color: transparent;
	line-height: 1.7 !important;
	padding: 0.6em 1.2em !important;

}

.et_pb_contact p textarea {
	color: #4e4e4e !important;

}


.et_pb_contact p textarea placeholder {

	color: #ccc !important;
}


.ab-sub-wrapper {
	display: none !important;
}

.backgroundBlock a:hover {
	color: white!important;
}


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

.forMoreLinks li, .forMoreLinks a {line-height: 1.3!important;}


.tablepress>:where(thead,tfoot)>tr>* {
	background-color:#99C860!important;
	color: white!important;
	font-weight: 700;
	vertical-align: middle;
	word-break: normal;
}

.dt-input {border: 1px solid #cdcdcd;}

body.page-id-384018 p.et_pb_contact_field.et_pb_contact_field_2 .et_pb_contact_field_options_title, body.page-id-384027 .et_pb_contact_field.et_pb_contact_field_2 .et_pb_contact_field_options_title{
	display: none!important;
}
/*------------------------------------------------*/
/*-------------------[SLIDER]-------------------*/
/*------------------------------------------------*/

.et_pb_slides a, h2.et_pb_slide_title {
	/* border-bottom: none!important; */
	text-decoration: none!important;
}

/* .homeSlider h2 {
	font-size: 35px !important;
	font-weight: 700 !important;

}

.homeSlider p {
	font-weight: 400;
	font-size: 29px !important;
	line-height: 1.2;

} */

h1.et_pb_slide_title, h2.et_pb_slide_title {
	font-size: 70px !important;
	font-weight: 700!important;
	padding: 15px 0;
	line-height: 1.1;
	font-family: "Oswald", sans-serif!important;
	text-transform: uppercase!important;
	color: white!important;
}

h1.et_pb_slide_title a:hover, h2.et_pb_slide_title a:hover {
	color: white!important;

}

.et_pb_slide_content p {

	font-size: 29px !important;
	color: #fff !important;
	line-height: 1.3!important;
	font-weight: 400 !important;

}

.et-pb-controllers a {

background-color: hsla(0, 0%, 100%, .5);
text-indent: -9999px;
border-radius: 7px;
width: 15px;
height: 15px;
border-bottom: none!important; }




.et_pb_slide>.et_pb_container {
	width: 100%!important;
	margin: 0 auto!important;
	max-width: 100%!important;
}


#bottomImage .et_parallax_bg {

	background-position: bottom!important;

}

/* .et_pb_sticky_module::after {
	background-color: black !important;
} */



/*------------------------------------------------*/
/*------------[TESTIMONIALS]-----------*/
/*------------------------------------------------*/

h3.sp-testimonial-client-name {
	color: #99C860 !important;
	margin-bottom: 20px !important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial {
	padding: 0 40px !important;
}

#sp-testimonial-free-wrapper-375991 .sp-testimonial-free-section .testimonial-nav-arrow {
	background: transparent;
	border: 2px solid #efefef;
	color: #777777;
}

.et_pb_testimonial .et_pb_testimonial_content p {
	font-size: 21px!important;
}

.et_pb_testimonial_author {
	color: white!important;
}
/*------------------------------------------------*/
/*------------[BLOG / NEWS]-----------*/
/*------------------------------------------------*/

.et-waypoint:not(.et_pb_counters) {
	opacity: 1!important;
}

h2.entry-title,
h2.entry-title a {
	font-size: 1.3em !important;
	line-height: 1.3 !important;
	border-bottom: none !important;
	/* color: white!important; */
}

h3.entry-title,
h3.entry-title a {
	font-size: 24px !important;
	line-height: 1.3 !important;
	border-bottom: none !important;
}

.post-categories a, .et_pb_post a {
	text-decoration: none!important;
}

.et_pb_post .more,
.et_pb_post .post-meta a {

	color: black !important;
	font-weight: 500 !important;
}

p.post-meta {
	font-size: 18px !important;
}

.et_pb_post_extra.el_dbe_block_extended .post-meta,
.et_pb_post_extra.el_dbe_block_extended .post-meta a {
	padding: 5px 0 !important;
	font-size: 1.1em;
	border-bottom: none !important;
}

.post-media a
{
	border-bottom: none !important;
}

.et_pb_post_extra.el_dbe_block_extended .post-content {
	width: 100%;
	padding: 0!important;
	/* background-color: #FF6699!important; */
}

.et_pb_post_extra.el_dbe_block_extended .post-content .post-data {
	margin-bottom: 22px!important;
}

.et_pb_post_extra .entry-title {
	margin-top: 20px!important;
	margin-bottom: 10px;
}

body.single-post .et_pb_post_title,   body.single-post .et_pb_post_content {
	padding-left: 20px;
	padding-right: 20px;
}

body.single-post h1.entry-title {
	margin-bottom: 10px!important;
}

 /* body.single-post .et_pb_column_2_3.et_pb_column_0_tb_body {
	border: none;
 }
 
 body.single-post .et_pb_post_title {
	 border: none;
 } */

/* p.et_pb_title_meta_container {
	padding: 10px!important;
	background-color: #F6F4F3;
} */

/* p.et_pb_title_meta_container a {
	text-decoration: none!important;
} */

p.et_pb_title_meta_container, .et_pb_post_extra .post-categories a  {
	font-size: 1.2em!important;
	font-weight: 400!important;
}

.et_pb_post_extra .post-categories a  {
	margin-right: 10px; 
}

.et_pb_title_container p.et_pb_title_meta_container a[rel~="category"], .widget_block .wp-block-categories-list li.cat-item a  {
color: #FFFFFF !important;
background-color: #99C860;
border-color: #99C860;
padding: 2px 4px;
text-decoration: none!important;
}




a[rel~="category"] {
	display: inline-block;
	margin-right: 10px; 
}

.et_pb_widget_area_left {
	border-right: none!important;
	border-left: 1px solid #F6F4F3!important;
	padding: 30px 40px;
	background-color: #f6f4f3;
}

.et_pb_widget ul {
	margin-bottom: 0!important;

}

.et_pb_widget ul li {
	margin-bottom: 0!important;
	font-size: 1.2em !important;
}



.et_pb_widget ul li a {
	text-decoration: underline 1px dashed;
	text-underline-offset: 6px; }

.et_pb_widget.widget_block {
	margin-bottom: 0!important;
}

.et_pb_widget li a:hover {
	color: #99C860!important;
}


.et_pb_blog_extras_0_tb_body .el-isotope-item {
	margin-bottom: 40px!important;
}

h3.wp-block-heading {
	margin-top: 30px;
}


/*------------------------------------------------*/
/*---------------[FOOTER LAYOUT]---------------*/
/*------------------------------------------------*/

#footerLinks ul li,
#footerLinks a {
	list-style-type: none !important;
	color: #ffffff !important;
}

#footerLinks ul li a,
#footerLinks a,
footer.et-l--footer #footerLinks ul li a {
	color: #ffffff !important;
	font-weight: normal;
}

#footerLinks ul li a:hover,
#footerLinks a:hover,
footer.et-l--footer #footerLinks ul li a:hover {
	color: #99C860 !important;
	text-decoration: underline !important;
}

#footerLinks a.et_pb_button.et_pb_button_1_tb_footer:hover {
	text-decoration: none !important;
}


#footerLinks a.et_pb_button_0_tb_footer {
	color: black !important;
	font-weight: 400 !important;
}

#footerLinks a.et_pb_button_0_tb_footer:hover {
	color: white !important;
	text-decoration: none !important;
}

.et-l--footer ul li {
	list-style-type: none !important;
	padding-bottom: 0 !important;
	margin-left: 0 !important;
}



#footerLinks ul#socialMediaIcons li a:hover {
	color: #99C860 !important;
	text-decoration: none !important;
}

p#footer-info {
	font-size: 18px !important;
	color: white !important;
}


#footerLinks,
#footerLinks a,
#footerLinks p {
	font-size: 19px !important;
	color: white !important;
	font-weight: 300 !important;
}


.et-l--footer ul li.footerHeader {
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 0.5em !important;
	margin-top: 1em !important;
	margin-bottom: 0.5em !important;
	font-size: 20px !important;
}


.et-l--footer ul {
	list-style-type: disc;
	padding: 0 !important;
	line-height: 26px;
}

.et_pb_section_0_tb_footer.et_pb_section {
	padding-top: 30px !important;
	padding-bottom: 60px !important;
	margin-top: 60px !important;
	background-color: #282828 !important;
}




/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/

@media (min-width:1800px) and (max-width:3000px) {
	.et_pb_slide {
		height: 1000px !important;
		min-height: auto;
	}
	.et_pb_slider_0.et_pb_slider .et_pb_slide_description, .et_pb_slider_1.et_pb_slider .et_pb_slide_description {
		max-width: 950px!important;
		margin: auto;
	}
}

@media only screen and (min-width: 760px) {
	
	#mobileHeader .et_pb_column_1_2 {
		width: 55%!important;
		display: inline-block;
		margin-left: 0;
		margin-right: 20px!important;
	}
	
	#mobileHeader .et_pb_column_1_4.et_pb_column_3_tb_header {
		width: 24%!important;
		display: inline-block;
		margin-top: 3.3%!important;
		margin-left: 0;
		margin-right: 2.5% !important;
		float: left;
	}
	
	#mobileHeader .et_pb_column_1_4.et_pb_column_4_tb_header {
		width: 15%!important;
		display: inline-block;
		margin-top: 2%;
		margin-left: 0;
		margin-right: 0;
		float: right;
	}
	
	
}

@media (min-width:990px) and (max-width:1280px) {
	/* .responsive-text {
	  font-size: clamp(40px, 7vw, 50px)!important;
	  text-align: left;
	  width: 100%; 
	  max-width: none;
	  overflow-wrap: break-word; 
	  word-wrap: break-word; 
	  
	} */

}

@media (min-width:1080px) and (max-width:1321px) {
	.responsive-text {
	  font-size: 55px!important;
	  
	}
}

@media (min-width:980px) and (max-width:1079px) {
	.responsive-text {
	  font-size: 50px!important;
	  
	}
	
	
}

@media only screen and (max-width: 1280px) {
	
	.leadText h2 {
		font-size: 40px !important;
		font-weight: 700!important;
		text-decoration: underline 2px solid white!important;
		text-underline-offset: 10px;
		padding-bottom: 5px;
	}
	
	.leadText p {
		margin-top: 10px!important;
		font-size: 26px !important;
		font-weight: 400;
	}
	
	
}

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

.et_pb_menu .et_pb_menu__wrap {
	margin-left: 0!important;
}

.et_pb_menu .et_mobile_nav_menu {
float: none;
margin: 0; }

/* .et_pb_menu .et_pb_menu__wrap {
	-webkit-box-flex: 1;
	-ms-flex: 0 auto;
	flex: 0 auto; } */
	
	/* .et_pb_menu--style-left_aligned .et_pb_menu__logo {
		margin-right: 0!important;
	}
	
	
	 */
	/* .et_pb_menu--style-left_aligned .et_pb_menu_inner_container, .et_pb_menu--style-left_aligned .et_pb_row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		justify-content: flex-end;
		flex-direction: row;
	} 
	
	.et_pb_menu_1_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, .et_pb_menu_1_tb_header .et_pb_menu__logo-slot {
		width: 265px;
		max-width: 100%;
		margin-right: 40%;
	} */

	#logo {
		max-height: 90% !important;
	}

	/* .et_header_style_left #logo,
	.et_header_style_split #logo {
		max-width: 90%;
	} */
	
	.et_pb_post .post-meta {
		color: #666;
		font-size: 0.9em!important;
	}
	
	h1.et_pb_slide_title, h2.et_pb_slide_title {
		font-size: 45px !important;
		font-weight: 700!important;
		padding: 15px 0;
		line-height: 1.3;
	
	}
	
	h1, h2 {
		line-height: 1.3!important;
	}


}



@media only screen and (max-width: 780px) {
	
	.et_pb_slides .et_pb_slider_container_inner {
		display: table-cell;
		width: 100%;
		vertical-align: top!important;
	}



.et_pb_slide_content p {

	font-size: 22px !important;
	color: #fff !important;
	line-height: 1.3!important;
	font-weight: 400 !important;

}

	/* .et_pb_slide_description {

		padding-right: 0!important;
		padding-left: 0!important;
	} */

/* .et_pb_slide_description {
padding-top: 20%!important;
padding-right: 0!important;
padding-bottom: 5%!important;
padding-left: 0!important;

} */

	

}


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

	h1.et_pb_slide_title, h2.et_pb_slide_title {
		font-size: 38px !important;
		font-weight: 700!important;
		padding: 15px 0;
		line-height: 1.3;
	
	}
	
	.et_pb_slider_0 .et_pb_slide>.et_pb_container {
		width: 100%!important;


	}
	
	/* .et_pb_menu_1_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, .et_pb_menu_1_tb_header .et_pb_menu__logo-slot {
	
		margin-right: 0;
	} */
	
	/* .et_pb_button_1_tb_header_wrapper {
		margin-top: 20px !important;
	}
	 */
}

@media (max-width: 350px) {
.et_pb_row_1_tb_header.et_pb_row {
	padding-right: 5px !important;
	padding-left: 5px !important;


}

.et_pb_image_0_tb_header.et_pb_module {

	margin-top: 5px!important;
}

}


@media (min-width: 981px) {



}

@media (min-width: 981px) {}