.has-grain-orange-color {
	color: #F04E23 !important;
	border-color: #F04E23 !important;
}
.has-grain-magenta-color {
	color: #EC008C !important;
	border-color: #EC008C !important;
}
.has-grain-lime-color {
	color: #9ACA3C !important;
	border-color: #9ACA3C !important;
}
.has-grain-purple-color {
	color: #662D91 !important;
	border-color: #662D91 !important;
}
.has-grain-cyan-color {
	color: #00AEEF !important;
	border-color: #00AEEF !important;
}
.has-grain-yellow-color {
	color: #FFD400 !important;
	border-color: #FFD400 !important;
}
.has-grain-grey-color,
.has-grain-grey-color a,
.has-grain-grey-color a:has(.has-grain-grey-color) {
	color: #333 !important;
	border-color: #333 !important;
}
.has-grain-white-color {
	color: #fff !important;
	border-color: #fff !important;
}
.has-grain-black-color {
	color: #000 !important;
	border-color: #000 !important;
}
.has-grain-navy-color {
	color: #112233 !important;
	border-color: #112233 !important;
}








.has-grain-orange-background-color {
	background-color: #F04E23 !important;
	border-color: #F04E23 !important;
}
.has-grain-magenta-background-color {
	background-color: #EC008C !important;
	border-color: #EC008C !important;
}
.has-grain-lime-background-color {
	background-color: #9ACA3C !important;
	border-color: #9ACA3C !important;
}
.has-grain-purple-background-color {
	background-color: #662D91 !important;
	border-color: #662D91 !important;
}
.has-grain-cyan-background-color {
	background-color: #00AEEF !important;
	border-color: #00AEEF !important;
}
.has-grain-yellow-background-color {
	background-color: #FFD400 !important;
	border-color: #FFD400 !important;
}
.has-grain-grey-background-color {
	background-color: #333 !important;
	border-color: #333 !important;
}
.has-grain-white-background-color {
	background-color: #fff !important;
	border-color: #fff !important;
}
.has-grain-black-background-color {
	background-color: #000 !important;
	border-color: #000 !important;
}

.has-grain-navy-background-color {
	background-color: #112233 !important;
	border-color: #112233 !important;
}

/* Column Layouts */

@media only screen and (min-width: 768px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.column-width-42 {
		flex-basis: 42%;
	}
	
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.column-width-58 {
		flex-basis: 58%;
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.column-width-17 {
		flex-basis: 17%;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.column-width-66 {
		flex-basis: 66%;
	}
}

/* Bio Block */
.wp-block-columns.bio-block h1 {
	margin: 0px;
}
.wp-block-columns.bio-block h4 {
	margin: 18px 0px 28px 0px;
	text-transform: uppercase;
	font-size: 17px;
}

/* No Bullet Lists */
div:is(.entry-content, .editor-styles-wrapper) ul.is-style-no-bullet,
div:is(.entry-content, .editor-styles-wrapper) ol.is-style-no-bullet {
	list-style-type: none;
	padding-left: 0;
}

div:is(.entry-content, .editor-styles-wrapper) ul.is-style-no-bullet li,
div:is(.entry-content, .editor-styles-wrapper) ol.is-style-no-bullet li {
	margin-bottom: 8px;
}


p.is-style-less-space-after {
	margin-bottom: 4px;
	margin-top: 0;
}

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

	.wp-block-columns.bio-block {
		gap: 6% !important;
	}
	.wp-block-columns.bio-block > .wp-block-column:first-child {
		flex-basis: 63%;
	}
	.wp-block-columns.bio-block > .wp-block-column:last-child {
		flex-basis: 31%;
	}

	.wp-block-columns.bio-block > .wp-block-column:last-child h5 {
		font-size: 15px;
		line-height: 18px;
		font-weight: 400;
		color: #EC008C;
		text-transform: uppercase;
		margin: 30px 0px 10px 0px;
	}
	.wp-block-columns.bio-block > .wp-block-column:last-child > h5:first-child {
		margin-top: 14px;
	}
	.wp-block-columns.bio-block > .wp-block-column:last-child p {
		font-size: 22px;
		line-height: 29px;
		margin: 0px;
	}
	  

}

  

