
	.hero_wp{
		width: 96%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		justify-content: space-between;
	}

		.heroItem{
			flex: 180px;
			border: 1px solid #e0e1e1;
			border-radius: 5px;
			background-color: white;
			padding:15px;
		}

			.heroItem:hover{
				box-shadow: 2px 2px 10px rgba(37,97,137,0.5);
			}

		
			.heroImg{
				font-size: 50px;
			}

			.heroItem p{
				margin-top: 20px;
				/* text-align: left; */
			}

.about_wp{
	width: 96%;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #e0e1e1;
	border-radius: 5px;
	background-color: white;		
	display: flex;	
	flex-wrap: wrap;
	gap:20px;
}

	.about_left{
		padding: 15px;
		flex: 40%;
		text-align: left;
	}

	.about_right{
		@media (width<500px) {
			display:none;
		}
		flex:40%;
		height: 350px;
		background: url("../media/siteImgs/aboutUs.jpg");
		background-size: cover;
	}			

.contentHeader{
	font-size: 2rem;
	line-height: 2.5rem;
	color: #2561bb;
}

.contentHeader::after {
	display: block;
	content: " ";
	border-bottom: 2px solid #2561bb;
	height: 2px;
	width: 125px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 10px;
}

	.content3col_wp{
		margin: 25px 10px 0 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 20px 10px;
	}

		.content3col_item{
			flex: 350px;			
			max-width: 400px;
			border: 1px solid #e0e1e1;
			border-radius: 5px;
			background-color: white;
		}
		.content3col_item:hover{
			box-shadow: 2px 2px 10px rgba(37,97,137,0.5);

		}

			.content3col_item_img{
				width: 100%;
				border-radius: 5px 5px 0 0;


			}	

			.content3col_item_caption{
				margin: 10px;
				font-size: 1.2rem;
				line-height: 1.5rem;
				font-weight: 470;
			}	

			.content3col_item_desc{
				margin: 15px;
				font-size: 0.9rem;
				font-weight: 470;
				color: #8E9DAE;
				line-height: 1.25rem;

			}	

			.content3col_item_sep{
				height: 1px;
				width: 100%;
				background-color: #e0e1e1;
			}

			.content3col_item_readMore{
				display:block;
				color: #2561bb;
				font-weight: 550;
				margin: 5px;
				font-weight: 00;
			}

.contentMonoPanel{
	margin: 0 auto;
	margin-top: 25px;
	width: 96%;
	align-content: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;

}

	.monoPanelItem{
		flex: 130px;
		max-width: 200px;

		padding: 10px;
		border: 1px solid #e0e1e1;
		background-color: white;
		border-radius: 5px;
	}

	.monoPanelItem:Hover{
		box-shadow: 2px 2px 10px rgba(37,97,137,0.5);
	}

		
		.contentMonoPanel li a{
			display: block;
			height: 100%;
		}

		.refImg{
			width: 100%;
			height: 100%;
			object-fit: contain;
							

		}