/**********************NEWS TEASE**********************/


.news-teasers {
  margin-top: 3em;
  margin-bottom: 3em;
  padding-top: 2em;
  padding-bottom: 3em;
  background: #eefbfd;
}

.news-teasers-container {
  margin-top: 2.6em;
}

.news-teasers-h1 h1 {
  text-align: center;
  color: #999;
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: 'MuseoSans100';
}

.news-teasers h2 {
  margin-bottom: 1em;
  margin-top: 1.7em;
  color: #999;
}

.news-teasers ul {
  list-style-type: none;
  text-decoration: none;
  padding-left: 0px;
}

.news-teasers li:last-child {
  border-bottom: 1px solid #eeeeee;
}


.news-teasers li a {
  display: block;
  padding-top: .8em;
  padding-bottom: .8em;
  border-top: 1px solid #eeeeee;
  border-bottom: none;
  font-family: 'MuseoSans300';
  font-size: 1.3em;
  color: #999;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


.news-teasers li a:hover {
  text-decoration: none;
  padding-left: 10px;
}
