



@media screen and (max-width: 529.8px) {
	ul.dashed-marker-multi {
		-webkit-column-count: 1 !important;
	}
}







	.rte-content-linkBlue a:hover {
		color: #FE4199 !important;
		font-weight: bold !important;
		text-decoration: none !important;
	}











	

		.rte-content-linkPink a:hover {
			color: #1857A2 !important;
			font-weight: bold !important;
			text-decoration: none !important;
		}








	/*.rte-content-linkBlue a:hover {*/
	/*	color: #FE4199 !important;*/
	/*	font-weight: bold !important;*/
	/*	text-decoration: none !important;*/
	/*}*/




	

		.rte-content-linkGreen a:hover {
			color: #FE4199 !important;
			text-decoration: none !important;
			font-weight: bold !important;
		}


.rte-content-linkWhite a:hover {
	color: white !important;
			text-decoration: none !important;
			font-weight: bold !important;
}

















/* Add this new rule to target only the editor */
.umb-rte .rte-content-white {
    background-color: #333 !important;
    border: 1px dashed #999 !important; /* Optional: adds a border in the editor */
}

























/* Add this new rule to target only the editor */
.umb-rte .rte-content-linkWhite a {
    background-color: #333 !important;
    border: 1px dashed #999 !important; /* Optional */
}

/**umb_name:H2*/
h2.rte {
	color: #1857A2 !important;
}

/**umb_name:H3*/
h3.rte {
	color: #006F8E !important;
}

/**umb_name:H4*/
h4.rte {
	color: #FE4199 !important;
	font-weight:bolder !important;
}

/**umb_name:Body*/
p {
}

/**umb_name:Pink Text*/
.rte-content-pink {
	color: #FE4199 !important;
}

/**umb_name:Blue Text*/
.rte-content-blue {
	color: #1857A2 !important;
}

/**umb_name:Green Text*/
.rte-content-green {
	color: #006F8E !important;
}

/**umb_name:White Text*/
.rte-content-white {
	color: white !important;
	/*background-color: #333 !important;
	*/;
}

/**umb_name:Link Pink*/
.rte-content-linkPink a {
	color: #FE4199 !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}

/**umb_name:Link Blue*/
.rte-content-linkBlue a {
	color: #1857A2 !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}

/**umb_name:Link Green*/
.rte-content-linkGreen a {
	color: #006F8E !important;
	text-decoration: underline !important;
	font-weight: bold !important;
}

/**umb_name:Link White*/
.rte-content-linkWhite a {
	color: white !important;
	text-decoration: underline !important;
	font-weight: bold !important;
	/*background-color: #333 !important;
	*/;
}

/**umb_name:UL-Single-Column*/
ul.dashed-marker {
	list-style: disk !important;
}

/**umb_name:UL-Two-column*/
ul.dashed-marker-multi {
	-webkit-column-count: 2;
	list-style: disc !important;
	gap: 4rem;
}
