@charset "utf-8";
/*
Teal:   #48E1EE  72, 225, 238
Orange: #FBB040  251, 182, 64
Gray:   #676766  103, 103, 102
*/
#overview {
  color: #FFF;
  font-size: 1.4rem;
  line-height: 2.0rem;
  background-color: #676766;
  -webkit-background-size: 30%;
  -moz-background-size: 30%;
  -ms-background-size: 30%;
  -o-background-size: 30%;
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0 60px 0;
  text-align: center;
}
#newsDiv {
  padding: 48px 0 48px 0;
}
#newsDiv h2 {
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #48E1EE;
  margin: 0 0 24px 0;
}
@media only screen and (max-width: 549px) {}