/****** CSS for All Static Pages ******/
div.content-wrapper { margin: 0 auto 50px auto; }

@media (max-width: 1200px) {
  div.content-wrapper{
	width:75%;
  }
}

@media (min-width: 1200px) {
  div.content-wrapper{
	width:55%;
  }
}

div.content-wrapper h1.page-title {
   font-size: 34px;
   font-weight: 300;
   display: block;
   padding-top: 30px;
   padding-bottom: 18px;
   border-bottom: 1px solid #ccc;
   text-align:center;
}

div.content-wrapper h2 {
    font-size: 28px;
    font-weight: 700;
 	padding-top: 15px;
}

div.content-wrapper h3 {
 	font-size: 16px;
 	font-weight: 700;
}

div.content-wrapper ul li {
 	list-style-type: none;
}

/****** /END CSS for All Static Pages ******/
