body {
}

/* Content Editor */
.text-highlight-1 {
	text-align: center;
	border-bottom: double 5px #63ab85;
	text-transform: none;
}

.text-highlight-2 {
	padding: 1% 2%;
	background-color: #19333f;
	color: #FFFFFF;
	text-align: center;
	margin: 2% 0%;
	font-style: italic;
}

.text-highlight-2 a {
	color: #36718d;
}

.text-highlight-2 a:hover {
	color: #FFFFFF;
}

.call-out-v1 {
}

.call-out-v2 {
}

.p-call-out-v1 {
	padding: 1em;
	background: #dbeaf1;
	color: #002e4f;
	margin: 1em 2em;
	border: solid 2px #bfd6e1;
	font-family: sans-serif;
}

.p-call-out-v2 {
	border-left: solid 3px #38A5DC;
	padding-left: 20px;
}
/* End Content Editor */