/* revolution_slider */

.teal_background_lge_white_text {
	position: absolute;
	color: #FFF;
	font-weight: 300;
	font-size: 33px;
	line-height: 38px;
	font-family: open-sans, arial;
	margin: 0px;
	padding: 10px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	background-color: #8BC5C5;
	background-color: rgba(90,119,133,0.81);  /* yes teal, 70% transparent */
	font-style: normal;
}
.teal_background_med_white_text {
	position: absolute;
	color: #305566;
	font-weight: 600;
	font-size: 20px;
	font-family: open-sans, arial;
	margin: 0px;
	padding: 10px;
	border-width: 0px;
	border-style: none;
	background-color: #8BC5C5;
	background-color: rgba(251,251,252,0.82);  /* yes teal, 70% transparent */
	font-style: normal;
}
.teal_background_med_white_text a:link {
	color: #333;
	text-decoration:none;
}
.teal_background_med_white_text a:visited {
	color: #333;
	text-decoration:none;
}
.teal_background_med_white_text a:hover {
	color: #333;
	text-decoration:underline;
}
.teal_background_med_white_text a:active {
	color: #333;
	text-decoration:none;
}
.white_background_sml_dark_text {
	position: absolute;
	color: #333;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	font-family: Verdana, sans-serif;
	margin: 0px;
	padding: 10px;
	border-width: 0px;
	border-style: none;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.8);  /* yes teal, 70% transparent */
}


.pink_button {
	position: absolute;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	line-height: 26px;
	font-family: "FS Albert Web Thin", Verdana, sans-serif;
	margin: 0px;
		padding: 10px;
	border-width: 0px;
	border-style: none;
	background-color: #E73E97;
	background-color: rgba(231, 62, 151, 0.8);  /* yes teal, 70% transparent */
}
.pink_button a:link {
	color: #fff;
	text-decoration:none;
}
.pink_button a:visited {
	color: #fff;
	text-decoration:none;
}
.pink_button a:hover {
	color: #E73E97;
	text-decoration:none;
	margin: 0px;
		padding: 9px;
	border-width: 0px;
	border-style: none;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);  /* yes teal, 70% transparent */
}
.pink_button a:active {
	color: #fff;
	text-decoration:none;
}
