body {
	height: auto;
}

/* Content Editor */
.text-highlight-1 {
	padding: 0 0.9em 0.9em 0.9em;
	color: #000000;
	text-align: center;
	border-bottom: double 5px #325EA9;
}

.text-highlight-2 {
	padding: 0.9em;
	background-color: #325EA9;
	color: #CADFF9;
	text-align: center;
	margin: 1em;
	font-style: italic;
}

.text-highlight-2 a {
	color: #FFFFFF;
}

.text-highlight-2 a:hover {
	color: #CADFF9;
}

.call-out-v1 {
}

.call-out-v2 {
}

.p-call-out-v1 {
	font-size: 1.1em;
	padding: 1em;
	background: #ECECEC;
	color: #5893DB;
	margin: 1em 2em;
	border: solid 2px #DFDFDF;
}

.p-call-out-v2 {
	border-left: solid 3px #325EA9;
	padding-left: 20px;
	font-size: 1em!important;
	font-style: italic;
	color: #053857;
	background: rgba(202,
				223,
				249,
				0.388);
	padding: 1em;
}

.p-call-out-v2 a {
	color: #BF6F1E;
}

.p-call-out-v2 a:hover {
	color: rgba(191,111,30,0.514);
}
/* End Content Editor */