.campus-style {
  width: 854px;
  padding: 32px 0 100px 0;
  margin-bottom: 70px;
  background: #fff;
}

.campus-style h2 {
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 20px;
  margin: 0 32px;
  border-bottom: 1px solid #ededed;
}

.campus-style h2 span {
  margin-left: 10px;
  color: #707070;
  font-size: 18px;
  font-style: italic;
}

.campus-style .about-title{
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
.campus-style .about-title h1{
  font-size: 24px;
  font-weight: 300;
  display: inline-block;
}
.campus-style .about-title span{
  margin-left: 10px;
  color: #707070;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.campus-style h3 {
  display: inline-block;
  margin: 20px 32px;
  font-size: 16px;
  color: #002b60;
  padding: 10px 32px;
  border: 1px solid #002b60;
}

.campus-style ul {
  padding: 0 0 0 32px;
}

.campus-style ul li {
  float: left;
  width: 251px;
  margin: 23px 20px 0 0;
  font-size: 14px;
  color: #707070;
  text-align: center;
  overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
/*# sourceMappingURL=campus-style.css.map */
