.elementor-kit-720{--e-global-color-primary:#012C7D;--e-global-color-secondary:#02B188;--e-global-color-text:#3F485A;--e-global-color-accent:#A3D774;--e-global-color-7d2d931:#4A5664;--e-global-color-ad2540b:#D4D8DA;--e-global-color-7ce34d5:#011F58;--e-global-color-65bef36:#EBF1FF;--e-global-color-ee89ede:#F3F6FF;--e-global-color-a329665:#F3F7FB;--e-global-color-6509f25:#3F485A;--e-global-color-5d61a93:#EBF1FF;--e-global-color-086b626:#000000;--e-global-color-2b1902f:#FFFFFF;--e-global-color-44cefd8:#9EA5B1;--e-global-color-dab7e42:#F3F4F4;--e-global-color-4260628:#D0D2D359;--e-global-color-23cdc44:#D0D2D359;color:var( --e-global-color-text );font-family:"Nunito Sans", Sans-serif;font-size:16px;line-height:28px;}.elementor-kit-720 p{margin-bottom:20px;}.elementor-kit-720 a{color:var( --e-global-color-secondary );font-size:16px;line-height:26px;}.elementor-kit-720 a:hover{color:var( --e-global-color-accent );}.elementor-kit-720 h1{font-family:"Lato", Sans-serif;font-size:50px;font-weight:700;line-height:56px;}.elementor-kit-720 h2{font-family:"Lato", Sans-serif;font-size:40px;font-weight:700;line-height:48px;}.elementor-kit-720 h3{font-family:"Lato", Sans-serif;font-size:26px;font-weight:700;line-height:34px;}.elementor-kit-720 h4{font-family:"Lato", Sans-serif;font-size:22px;font-weight:700;line-height:28px;}.elementor-kit-720 h5{font-family:"Lato", Sans-serif;font-size:18px;font-weight:700;line-height:26px;}.elementor-kit-720 h6{font-family:"Lato", Sans-serif;font-size:16px;font-weight:700;line-height:22px;}.elementor-kit-720 button,.elementor-kit-720 input[type="button"],.elementor-kit-720 input[type="submit"],.elementor-kit-720 .elementor-button{font-family:"Nunito Sans", Sans-serif;font-size:18px;font-weight:800;line-height:28px;letter-spacing:0px;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-kit-720 button:hover,.elementor-kit-720 button:focus,.elementor-kit-720 input[type="button"]:hover,.elementor-kit-720 input[type="button"]:focus,.elementor-kit-720 input[type="submit"]:hover,.elementor-kit-720 input[type="submit"]:focus,.elementor-kit-720 .elementor-button:hover,.elementor-kit-720 .elementor-button:focus{border-radius:0px 0px 0px 0px;}.elementor-kit-720 img{border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-720 a{font-size:16px;line-height:28px;}.elementor-kit-720 h1{font-size:38px;line-height:44px;}.elementor-kit-720 h2{font-size:28px;line-height:36px;}.elementor-kit-720 h3{font-size:24px;line-height:30px;}.elementor-kit-720 h4{font-size:20px;line-height:26px;}.elementor-kit-720 h5{font-size:18px;line-height:24px;}.elementor-kit-720 h6{font-size:16px;line-height:22px;}.elementor-kit-720 button,.elementor-kit-720 input[type="button"],.elementor-kit-720 input[type="submit"],.elementor-kit-720 .elementor-button{font-size:18px;line-height:28px;padding:06px 22px 6px 22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*** BUTTON WITH SLIDE BACKGROUND EFFECT ***/

/** BLUE BUTTON **/

.my-btn-blue .elementor-button {
	
	overflow: hidden;
	color:#fff;
	transition: all 0.4s cubic-bezier(.86, .01, .15, .99);
}

.my-btn-blue .elementor-button::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0;
}

.my-btn-blue .elementor-button {
	background: #02B188
;
	transform: perspective(1px) translateZ(0);
	color: black;
	transition: 0.4s;
}

.my-btn-blue .elementor-button::before  {
	background: #A3D774;
	clip-path: inset(0 100% 0 0);
	opacity: 1;
	transition: 0.4s;
}

.my-btn-blue .elementor-button:hover::before {
	clip-path: inset(0 0 0 0);
}

/** BLUE BUTTON 2 MIDNIGHT **/

.my-btn-blue-2 .elementor-button {
	
	overflow: hidden;
	color:#fff;
	transition: all 0.4s cubic-bezier(.86, .01, .15, .99);
}

.my-btn-blue-2 .elementor-button::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0;
}

.my-btn-blue-2 .elementor-button {
	background: #012C7D;
	transform: perspective(1px) translateZ(0);
	color: black;
	transition: 0.4s;
}

.my-btn-blue-2 .elementor-button::before  {
	background: #011F58;
	clip-path: inset(0 100% 0 0);
	opacity: 1;
	transition: 0.4s;
}

.my-btn-blue-2 .elementor-button:hover::before {
	clip-path: inset(0 0 0 0);
}

/** BUTTON YELLOW **/

.my-btn-yellow .elementor-button {
	
	overflow: hidden;
	transition: all 0.4s cubic-bezier(.86, .01, .15, .99);
}

.my-btn-yellow .elementor-button::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0;
}

.my-btn-yellow .elementor-button {
	background: #FCC335;
	transform: perspective(1px) translateZ(0);
	color: black;
	transition: 0.4s;
}

.my-btn-yellow .elementor-button::before  {
	background: #FFDA7D;
	clip-path: inset(0 100% 0 0);
	opacity: 1;
	transition: 0.4s;
}

.my-btn-yellow .elementor-button:hover::before {
	clip-path: inset(0 0 0 0);
}

/*** CLOSE ***/


/** SOLUTIONS TOGGLE BACKGROUND 1 **/

#this-one .elementor-toggle-item
{
     background-color: #F3F7FB;
    border-radius: 50px;
}

/*** CLOSE ***/

/** SOLUTIONS TOGGLE BACKGROUND 2 **/

#this-two .elementor-toggle-item
{
    background-color: #D6ECFE;
    border-radius: 50px;
}

/*** CLOSE ***/

/** FOOTER ADDRESS ICONS ALIGNEMENT | #address-icons **/

#address-icons .elementor-icon-list-icon {
    
    display:block;
    
}

#address-icons .elementor-icon-list-item {
    
    align-items: start;
    
}

/** CLOSE **/

#leadership-img-overlay .eael-team-item.eael-team-members-overlay .eael-team-content {
    
    top:0;
    right: 0;
    bottom: 0;
    left: 0;

}

/** Testimonial text content left on mobile **/

#testimonial-mobile .elementor-testimonial__text, .elementor-testimonial__cite {
    
    text-align:left;
}

#resources-badge .elementor-post__badge {
    
    padding: 6px 25px:
}

/** Custom List item bullets **/

#blog-post ul li {
list-style-type: none;

}

#blog-post ul li:before {

list-style-image: none;
content: "›";
padding-right:20px;
color: #A3D774;
font-weight: bold;
font-size: 20px

}

/** Close **/

/** Blockquote **/

blockquote {
    
    border-left: 3px solid #A3D774;
    margin: 0;
    padding-left:35px;
    color:#697996;
    font-weight: bold;
}

/** Close **/

/** Img Leader Overlay **/

#img-leader {
    
    background-color: #012C7D;
    border-radius: 0;
    
}

#blog-text-container ul {
    
    padding: 0px;
    
}/* End custom CSS */