
#top-bar{
	background-color: #9C0;
}

/*Hero Default Blue*/
#hero-default-blue{
	background-image: url("/wp-content/uploads/2024/08/default-green-hero.png");
	background-position: center bottom;
	background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 106px;
}
#hero-default-blue h1{
	color: #004473;
}
#cards-block{
		background-image: url("/wp-content/uploads/2024/08/default-green-hero.png") !important
}
.card-program{
		margin-bottom: 20px; 
		border: 1px solid #9C0 !important; 
		border-radius: 10px; 
		padding: 2%;
		background-color: #fff;
	}

.blurb-content p{
	color: #212121 !important;
}
/*GREEN*/
#g-block {
	background-color: #9C0 !important;
	padding-top: 30px;
	padding-bottom: 0px;
	border-radius: 0px 0px 40px 40px;
}
#g-block h2{
	color: #004473 !important;
	margin-bottom: 40px;
}
#g-block a{
	color: #fff !important;
	text-decoration: underline;
}
#g-block p{
	color: #212121 !important
}
#g-block .wp-block-list{
	color: #fff !important;
}
#g-block .wp-block-list{
	list-style: none;
	padding-left: 0px;
}
#g-block .wp-block-list li{
	padding-left: 30px;
	color: #212121 !important;
}
#g-block .bullets h3{
		color: #fff !important;
	}
#g-block .fig-caption{
	background-color: #007CB1;
	padding: 32px;
	border-radius: 10px;
	width: 85%;
	float: inline-end;
	top: -70px;
	position: relative;
}
#g-block img{
	width: 100% !important;
}
#g-block .wp-block-list li:before{
	content: "\F26A";
	color: #007CB1;
	font-family: "Bootstrap-icons";
    display: block;
    top: 28px;
    position: relative;
    text-align: left;
    font-size: 19px;
    z-index: 0;
    left: -30px;
}
#gallery{
	background-color: #fff;
	padding-bottom: 47px;
}
#gallery img{
	width: 100%;
}

#intouch{
	background-color: #9C0;
	padding-top: 70px;
	padding-bottom: 70px;
}
#intouch:after{
	content: url(/wp-content/uploads/2024/08/dots-full.svg);
    display: block;
    height: 70px;
    top: -370px;
    position: relative;
    text-align: center;
    z-index: 0;
}
#intouch{
}
/*IMAGE SECTION TEST*/
.dot-bg-right{
	background-image: url("/wp-content/uploads/2024/09/green-dots-images-1.svg");
	background-position: right bottom;
	background-size: inherit;
    background-repeat: no-repeat;
    background-blend-mode:overlay;
    background-color:rgba(255, 255, 255, 0.786);
}
.dot-bg-left{
	background-image: url("/wp-content/uploads/2024/09/dots-green.svg");
	background-position: left bottom;
	background-size: inherit;
    background-repeat: no-repeat;
}
.dot-bg-full{
	background-image: url("/wp-content/uploads/2024/09/dots-green.svg");
	background-position: left bottom;
	background-size: 23%;
    background-repeat: no-repeat;
}
@media screen and (max-width: 481px) {
	.dot-bg-full{
		background-size: 70% !important;
	}
}