@charset "utf-8";
/* CSS Document */

#ClickRevealMain {
	padding-right: 10px;
}

#ClickRevealMain ol {
	margin-top: 0px;
}

#ClickRevealMain ol li a {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}

#ClickReveals {
}

.ClickReveal {
	padding: 3%;
	background-color: #FFFFFF;
	display: none;
	border-radius: 0px;
	border: 2px solid #327CA3;
	min-height: 240px;
}

#ClickReveals div p:first-child {
	margin-top: 0px;
}

#ClickReveals div p:last-child {
	margin-bottom: 0px;
}

#ClickRevealMain ol li.RevealItemHighlighted {
	color: #1D45DC;
}

#ClickRevealMain ol li a:hover,#ClickRevealMain ol li:hover {
	color: #1D45DC;
	text-decoration: underline;
}

.RevealImage {
	float: right;
}

.cr_audio {
	width: 27px;
	margin-left: 10px;
	margin-right: 10px;
}

.cr_content {
	padding-left: 10px;
	padding-right: 10px;
}

/* Make adjustments below for just the phone view */
@media only screen and (max-width: 767px) {
	.RevealImage {
		display: none;
	}

}
