@charset "utf-8";
/*Designs 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;
}
.h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.5rem;
	padding: 24px 0;
	padding: 1.5rem 0;
	color: #527396;
	text-align: center;
}
hr {
	border: 1px solid #CAC7DC;
  	border-radius: 5px;
	margin: 30px 0 20px;
}
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;
}
.subtitle {
	color: #527396;
	font-weight: bold;
	padding: 32px 0 24px;
	padding: 2rem 0 1.5rem;
}
/*.tc {
	background-color: #E4E4E4;
	text-decoration: none;
	color: #646464;
}*/

/* 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: 95%;
	}
}