.landing-header {
  background: url('../images/page-header-1.png') no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 200px;
  text-align: center;
}

.landing-wrapper {
  margin-top: -130px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}

.landing-header .landing-title {
  font-size: 33px;
  font-family: "Times New Roman", Times, serif;
  color: #fff;
  text-shadow: 1px 1px 2px black;
  text-transform: uppercase;
  /* font-family: Roboto; */
  font-weight: bold;
}

.landing-featured {
  overflow: hidden;
  padding: 20px 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
}

.landing-left-box {
  width: 560px;
  float: left;
  margin-right: 30px;
}

.landing-right-box {
  width: 370px;
  overflow: hidden;
  float: left;
}

.landing-right-box li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.img560 {
  border: 4px solid #D8D8D8;
}

.img120 {
  width: 120px;
  padding: 2px;
  float: left;
  margin-right: 10px;
  border: 1px solid #d8d8d8;
}

.landing-h1 {
  font: 700 24px/1.3 "Times New Roman", Georgia, Times;
  color: #004175;
  display: block;
}

.landing-h1:hover {
  color: #4f82ac;
}

.landing-right-box h2 a {
  display: block;
  margin-top: 3px;
  font-size: 15px;
  line-height: 1.5;
}