@charset "UTF-8";
/* CSS Document */

/* -- SHOW/HIDE -- */

.show_wrapper{
	width:100%; 
	padding-bottom: 25px;
}

.show {
	padding: 15px 0px !important;
	background-color: #DBDBDB;
	border-radius: 3px;
	margin: 0px !important;
}
	
.show p {
	margin: 0px !important;
}
	
.show .bold {
	text-decoration: none;
	font-weight: bold;
}

.show .italics {
font-weight: bold;
 font-style: italic;
text-decoration: none;
}

.show a:hover {
text-decoration: none !important;
	font-weight: bold !important;

}

.show a:active {
	text-decoration: none !important;
}

.show a:visited {
	text-decoration: none !important;
}

/* -- INFO -- */

.info_wrapper{
	width:100%; 
}

.info {
	margin-top: 10px;
   	padding: 15px 20px  !important;
	background-color: #FFF;
	border-radius: 3px;
}

.info .indent {
padding: 20px 15px 0px 15px !important;
}

.info p {
    margin-top: .75em !important;
}

.info ul, ol {
    margin-top: .75em !important;
    margin-bottom: 1.5em !important;
}

.info a{
	color: #416e92 !important;
	text-decoration: none !important;
}

.info a:hover {
	text-decoration: none !important;
	font-weight: bold !important;
}

.info a:active {
	text-decoration: none !important;
}

.info a:visited {
	text-decoration: none !important;
}

/* ----- CHEVRON ----- */
	
.chevron {
	color: #947A5C !important;
}

.chevron i { 
	font-size: 1.5em !important; 
	}
