h1, h2 {
  font-family: "Oswald", Arial, sans-serif;
  text-transform: uppercase;
}

h2 {
  font-size: 2.6em;
  font-weight: normal;
}

#homebanner_container {
  margin-bottom: 40px;
}
#homebanner_container #image_panel {
  position: relative;
  overflow: hidden;
}


#homebanner_container #image_panel a {
	line-height: 1em;
	width: 100%;
  height: auto;
}
#homebanner_container #image_panel a img {
  border: 1px solid #CCC;
}


#homebanner_container #image_panel #hb_controls {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  background-color: #FFF;
  border-top-right-radius: 2.5em;
  box-shadow: 4px -4px 12px -6px #000;
  padding: 27px 20px 9px 3px;
  max-width: 178px;
  margin-left: .9375rem;
}
#images {
}
#homebanner_container #image_panel #hb_controls #nav {
  float: left;

}
#homebanner_container #image_panel #hb_controls a {
  font-family: "Oswald", sans-serif;
  font-size: 1.5em;
  background-color: #ecece8;
  color: #545447;
  padding: 5px 7px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  line-height: 1em;
  width: 21px;
  height: 24px;
  margin: 0 2px;
  border: 0;
}
#homebanner_container #image_panel #hb_controls a.active, #homebanner_container #image_panel #hb_controls a:hover {
  background-color: #bc1309;
  color: white;
}
#homebanner_container #image_panel #hb_controls a.play_pause {
  width: 24px;
  height: 27px;
  padding: 0;
  line-height: 0;
  float: left;
  margin: 0 5px 0 0;
  cursor: pointer;
  background: transparent url("/public/images/icons/icon-sprites.png");
  text-indent: -99999em;
}
#homebanner_container #image_panel #hb_controls a.play_pause.pause {
  background-position: -268px -5px;
}
#homebanner_container #image_panel #hb_controls a.play_pause.pause:hover, #homebanner_container #image_panel #hb_controls a.play_pause.pause.active {
  background-position: -268px -32px;
}
#homebanner_container #image_panel #hb_controls a.play_pause.play {
  background-position: -239px -5px;
}
#homebanner_container #image_panel #hb_controls a.play_pause.play:hover, #homebanner_container #image_panel #hb_controls a.play_pause.play.active {
  background-position: -239px -32px;
}
#homebanner_container #headline_panel {
  height: 300px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#727166+0,54534d+100 */
  background: #727166; /* Old browsers */
  background: -moz-linear-gradient(top,  #727166 0%, #54534d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #727166 0%,#54534d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #727166 0%,#54534d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727166', endColorstr='#54534d',GradientType=0 ); /* IE6-9 */
  box-shadow: 0px 0px 0px 5px linear-gradient(to bottom,  #727166 0%,#54534d 100%);
  padding: 9px 0;
  position: relative;
}
#homebanner_container #headline_panel h2 {
  color: #eeeae7;
  font-size: 2.3em;
  font-weight: normal;
  margin: 0 15px 8px 15px;
}
#homebanner_container #headline_panel h2 span.features_border {
  width: 100%;
  height: 2px;
  background: url("/public/images/layouts/home-banner-featured-line.png");
  display: block;
}
#homebanner_container #headline_panel span.headline_tag {
  width: 21px;
  height: 32px;
  background: url("/public/images/layouts/home-banner-arrow.png");
  display: block;
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
}
#homebanner_container #headline_panel ul {
  color: #eeeae7;
  margin: 0 5px;
  padding: 0;
  font-size: 1em;
  text-align: left;
  list-style: none;
}
#homebanner_container #headline_panel ul li {
  color: #eeeae7;
  font-weight: bold;
  padding: 10px 10px 10px 50px;
  line-height: 1em;
  clear: both;
  cursor: pointer;
  position: relative;
}
#homebanner_container #headline_panel ul li:hover, #homebanner_container #headline_panel ul li.active {
  background-color: #8c8b83;
}
#homebanner_container #headline_panel ul li span.numbered {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1.3em;
  line-height: 1.2em;
  margin-right: 10px;
  position: absolute;
  top: 12px;
  left: 35px;
  text-align: right;
}
#homebanner_container #headline_panel ul li p {
  float: left;
  font-size: 1.35em;
  color: #eeeae7;
  margin: 0;
}

#content #mission {
	margin-bottom: 40px;
}
#content #news_events {
	margin-bottom: 65px;
}

 #news_events .news_item {
  margin-bottom: 0px;
  padding: 30px 0px 30px 0px;
  position: relative;
}

#news_events .news_item:after {
  margin-top: 15px;
  content:'';
  position: absolute;
  bottom: 0;
  left: 2.5%;
  width:95%;
  height:1px;
  margin-left: 0;
  background: #525246;
}


#news_events .news_item p {
  margin-bottom: 0px;
}

 #news_events .news_item:hover {
  background: #EEE;
}

 #news_events .news_item:hover h3 {
  color: #b51218;
}
 #news_events .news_item:hover .read_more {
  text-decoration: underline;
}

 #news_events .news_item img {
  border: solid 5px #ecece8;
  margin-right: 15px;
}
 #news_events .news_item .news_content {
  float: left;
}
 #news_events .news_item h3 {
  font-size: 1.3em;
  margin-bottom: 8px;
}
 #news_events .news_item .news_content h3 a {
  font-size: 1em;
  color: #333333;
  text-decoration: none;
  line-height: 1.2em;
}
 #news_events .news_item .news_content h3 a:hover {
  text-decoration: underline;
}
 #news_events .news_item p {
  margin-bottom: 5px;
  font-size: 1em;
}
 #news_events .news_item .news_content a.read_more {
  font-size: 1.4em;
  margin-bottom: 0;
}
 #news_events .news_item .image-width {
  width: 20%;
}

 #news_events .news_item .summary-width {
  width:80%;
}
.news_list {
  padding-top: 30px;
}
#content #news_events .news_item .news_content a.read_more span.more_arrow {
  background: url("/public/images/icons/icon-sprites.png") -13px -58px;
  width: 5px;
  height: 9px;
  display: inline-block;
  margin-left: 4px;
}
#content #get_involved .gi_item {
  float: left;
  margin: 0 0 2rem 0;
}
#content #get_involved .gi_item img {
  border: solid 5px #ecece8;
  height: 88px;
  float: left;
  margin-right: 15px;
}
#content #get_involved .gi_item h3 {
  font-size: 1.6em;
}
#get_involved .image-width {
 width: 35%;
}

#get_involved .summary-width {
 width: 65%;
}
