
#top-bar{
	background-color: #007CB1;
}
h2{
	color: #004473;
}
#hero-default-blue{
	padding-bottom: 106px;
}
#cards-block{
		background-image: url("/wp-content/uploads/2024/08/default-light-blue-hero.png") !important
}
.icon-card{
	border: 1px solid #007CB1 !important;
	/*border-radius: 10px;
	background-color: #fff;*/
	border-radius: 10px;
    padding: 2%;
    background-color: #fff;
}
/*LIGHT BLUE*/
#g-block {
	background-color: #007CB1 !important;
	padding-top: 70px;
	padding-bottom: 70px;
	border-radius: 0px 0px 40px 40px;
}
#g-block h2{
	color: #fff !important;
	margin-bottom: 70px;
}
#g-block a{
	color: #fff !important;
	text-decoration: underline;
}
#g-block .wp-block-columns{
	/*gap: 88px !important;
	padding-bottom: 0px;
	margin-bottom: 0px;*/
}
#g-block .wp-block-list li{
	padding-left: 30px;
	padding-bottom: 0px;
}
#g-block .wp-block-list li:nth-child(1){
	border-bottom: 1px solid rgba(231, 228, 228, 0.25);
}
#g-block p{
	color: #fff !important;
}
#g-block .wp-block-list{
	color: #fff !important;
	line-height: normal !important;
}
#g-block .wp-block-list{
	list-style: none;
	padding-left: 0px;
}

#g-block .wp-block-list li{
	padding-left: 30px;
}
#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 h3{
	color: #fff !important;
}

#g-block .wp-block-list li:before{
	content: "\F26A";
	color: #004473;
	font-family: "Bootstrap-icons";
    display: block;
    top: 33px;
    position: relative;
    text-align: left;
    font-size: 28px;
    z-index: 0;
    left: -40px;
}
.blurb-content p{
	color: #000 !important;
}
#intouch{
	background-color: #007CB1;
	padding-top: 70px;
	padding-bottom: 70px;
}
#intouch:after{
	content: url("/wp-content/uploads/2024/08/dark-blue-dots.svg");
    display: block;
    height: 70px;
    top: -370px;
    position: relative;
    text-align: center;
    z-index: 0;
}
#gallery{
	background-color: #fff;
	padding-bottom: 40px;
}
#gallery img{
	width: 100%;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	#g-block .wp-block-columns{
		gap:20px !important;
	}
	#funding{
		padding-bottom: 30px;
		padding-top: 30px;
	}
	#funding h2{
	
	}
	#resources .row{
		
	}
	#resources{
		padding-bottom: 30px;
		padding-top: 30px;
	}
	#resources h2{
		
	}
	#gallery{
		padding-bottom: 0px;
	}
	.trans{
		margin-top: 60px;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 481px) {
	.dot-bg-full{
		background-size: 70% !important;
	}
}
/*IMAGE SECTION TEST*/
.dot-bg-right{
	background-image: url("/wp-content/uploads/2024/09/light-blue-dots-images.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-light-blue.svg");
	background-position: left bottom;
	background-size: inherit;
    background-repeat: no-repeat;
}
.dot-bg-full{
	background-image: url("/wp-content/uploads/2024/09/dots-light-blue.svg");
	background-position: left bottom;
	background-size: 23%;
    background-repeat: no-repeat;
}
