@charset "UTF-8";

h3 {
	color:#272727;
}

#content-wrapper {
	background:white; 
	float:left; 
	padding:2.5%;
}

.width-50 {
	float:left;
	width:50%;
}

.button  {
	background:#3ca2d2;
	color:white !important;
	float:right;
	padding:5px 10px;
	width:auto;
}

#index-content {
	padding:5%;
	font-size:12pt;
	color:#272727;
	width:100%;
	line-height:20pt;
	margin:0 auto;
	max-width:768px; 
}

#index-content-graphic {
	float:left;
	width:100%;
	padding:4px;
	margin:0;
}

#index-content-graphic img {
	width:100%;
}

#index-content-text {
	float:left;
	width:100%;
	margin:0 2.5%;
	color:#272727;
}

#index-content-text span {
	color:#002a5c;
	font-size:250%;
	border:1px solid #ccc;
	padding:2px;
	margin-right:3px;
}

#search-within, #search-within-label {
	display: none;
}

p {
	padding-bottom:5%;
}


@media (max-width: 47.9em) {
	.width-50 {
		width:100%;
	}
}
}
