#welcome_body{
	padding-top: 50px; 
	padding-bottom: 66px;
}

.box_description {
  /*height: 60px;*/
}

.show-read-more .more-text {
	display: none;
}

.welcome_jumbotron{
	padding-top: 28px;
}

.welcome_title{
	margin-top: 0;
}

.welcome_text p {
	font-size: 14px;
}

.welcome_list{
	float: left;
  font-size: 12px;
}

.featured{
  font-weight: bold;
  font-size: 14px;
}

ul.list-group:after, .welcome_list ul li:after {
  clear: both;
  display: block;
  content: "";
}

.list-group-item, .welcome_list ul li {
  float: left;
  width: 84px;
  background-color: #eee;
  border: none;
  padding: 5px 10px;
}

/* 768 to 825 */
@media screen and (min-width: 768px) and (max-width: 885px) {
  .jumbotron {
    padding-top: 108px;
  }
}

.list-group {
  margin-bottom: 10px;
}

.county_title{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.jumbotron p{

  font-weight: 400;

}