
body, p, a, li, ul, ol, button, input {
	font-family: "Jost", sans-serif;
	color: black;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Jost", sans-serif;
}

h1 {
	color: black;
	font-weight: 600;
	font-size: 40px;
}

h2 {
	color: black;
	font-weight: 600;
	font-size: 40px;
	margin-bottom: 2%;
    margin-top: 5%;
}

h3 {
	color: black;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 10px;
}

h4 {
	font-size: 21px;
	font-weight: 600;
}

h5 {
	font-size: 21px;
	font-weight: 600;
}



p, ul, ol {
	font-weight: 300;
	font-size: 17px;
}
p#breadcrumbs {
	font-size: 14px;
}

a, a:hover {
	color: var(--green);
	text-decoration: none;
}

a {
	color: var(--green);
}

li {
	margin-bottom: 8px;
	list-style-image: url('/wp-content/uploads/2024/10/gear-icon-sm.png');
}

ul {
	padding: 0;
	padding-left: 30px;
	
}

li {
  margin: 0;
  color: var(--dark-grey);
}

.bg-dark-grey, .bg-dark-grey p, .bg-dark-grey h1, .bg-dark-grey h2, .bg-dark-grey h3, .bg-dark-grey h4, .bg-dark-grey h5, .bg-dark-grey h6 {
	color: var(--white); 
}
.bg-gradient, .bg-gradient p, .bg-gradient h1, .bg-gradient h2, .bg-gradient h3, .bg-gradient h4, .bg-gradient h5, .bg-gradient h6 {
	color: var(--white); 
}

.bg-orange p {
	font-size: 14px;
	margin-bottom: 0;
}
.caption, .caption p, .caption h2, .caption h4 {
	color: var(--white);
}

.caption p {
	font-size: 20px;
}
.caption h2 {
	font-size: 60px;
}
.strong p {
	font-weight: 700;
}


/* ----------------------------------------------------- 2200px + ---------------------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 2200px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1800px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1750px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1650px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1550px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1450px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1350px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1250px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1125px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1080px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1024px - iPad landscape ----------------------------------------------------- */

@media only screen and (max-width : 1024px) {	
	h1 {
    	font-size: 49px;
	}
	h2 {
    	font-size: 35px;
	}
	h3 {
    	font-size: 30px;
	}
	h4 {
    	font-size: 19px;
	}
	h5 {
    	font-size: 18px;
	}
	h6 {
    	font-size: 17px;
	}

}

/* ----------------------------------------------------- Smaller than 991px ------------------------------------------------------ */

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

/* ----------------------------------------------------- Smaller than 870px ------------------------------------------------------ */

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

/* ----------------------------------------------------- Smaller than 800px ------------------------------------------------------ */

@media only screen and (max-width : 800px) {
    
    .caption-wrap .caption h1 {
          font-size: 50px !important;
          font-weight: 600;
}

}

/* ----------------------------------------------------- Smaller than 767px ------------------------------------------------------ */

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

	h1 {
    	font-size: 44px;
	}
	h2 {
    	font-size: 25px;
	}
	h3 {
    	font-size: 20px;
	}
	h4 {
    	font-size: 18px;
	}
	h5 {
    	font-size: 18px;
	}
	h6 {
    	font-size: 17px;
	}
	p, ul, ol {
    	font-size: 16px;
	}
}

/* ----------------------------------------------------- Smaller than 700px ------------------------------------------------------ */

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

/* ----------------------------------------------------- Smaller than Mobile ----------------------------------------------------- */

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

}

/* ----------------------------------------------------- Smaller than 540px ------------------------------------------------------ */

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

}

/* ----------------------------------------------------- Smaller than 500px ------------------------------------------------------ */

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