/* modifies h1 in simon headline widget  */
#masthead .hgroup h1 {
  font-weight: 300;
  font-size: 36px;
  font-family: "Ubuntu",Ubuntu Medium,Ubuntu,Arial,Helvetica,sans-serif,sans;
  text-align: center;
}

/* modifies h3 in simon headline widget  */
.widget_headline-widget h3 {
  font-weight: 300;
  font-size: 24px;
  font-family: "Ubuntu",Ubuntu Medium,Ubuntu,Arial,Helvetica,sans-serif,sans;
  color: #5885ac;
  text-align: center;
}

/*widens the headline widget to take up 600px of space*/
#pl-w56b51ae90ec77 .panel-grid-cell .so-panel:last-child {
  width: 600px;
}

/*removes padding from top of headline widget in header*/
div.header-sidebar {
  padding-top: 0px;
}
.so-panel.widget widget_media_image panel-first-child {
  margin-bottom: 0px;
}
#pl-w5ba6a2b104ff9 .so-panel {
  margin-bottom: 0px;
}
/*Style for buttons*/
.page-numbers.current {
  background-color: #ffffff;
  color: #1E73BE;
  border: 1px solid #1E73BE;
}

a.page-numbers {
  background: #1E73BE;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1E73BE), color-stop(1, #1E73BE));
  color: #ffffff;
  border: none;
}

a.page-numbers:hover {
  background: #2C96C3;
  color: #FFFFFF;
  border: none;
}

a.more-link {
  background: #1E73BE;
  color: #ffffff;
  /* background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1E73BE), color-stop(1, #1E73BE)); */
  border: none;
  margin-top: 6px;
}