@charset "utf-8";
/* Copyright Page */
.content-wrapper {
	margin: 0 auto;
	width: 50%;
	padding: 0 7px;
	font-size: 28.8px;
	font-size: 1.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.title {
	font-size: 32px;
	font-size: 2rem;
	color: #527396;
	padding: 32px 0 24px;
	padding: 2rem 0 1.5rem;
}
ul {
	list-style-type: none;
}
li {
	background: url("../images/bullet_globe.gif");
	background-repeat: no-repeat;
	background-position: 0px 8px;
	background-size: 1.5%;
  	padding: 0 0 4px 30px;
 	margin-left: 16px;
 	margin-left: 1rem;
}
/* Media Query for Smaller Screens */
@media only screen and (max-width: 1000px) {
	.content-wrapper {
		width: 70%;
	}
}
@media only screen and (max-width: 550px) {
	.content-wrapper {
		width: 90%;
	}
}