h2{
  text-align:left;
}
.news-article img, .side-article img{
  width:100%;
  transition:all .25s;
  -webkit-transition:all .25s;
  -moz-transition:all .25s;
  -o-transition:all .25s;
}
.news-article img.hover-image, .side-article img.hover-image{
  filter:saturate(150%) brightness(125%) grayscale(100%) blur(.5px);
  -webkit-filter:saturate(150%) brightness(125%) grayscale(100%) blur(.5px);
  -moz-filter:saturate(150%) brightness(125%) grayscale(100%) blur(.5px);
  -o-filter:saturate(150%) brightness(125%) grayscale(100%) blur(.5px);
}

.news-article {
    display: inline-block;
    width: 46.5%;
      margin: 1.5% 3% 1.5% 0;
    vertical-align: top;
}
.news-article.small {
    width: 20%;
}
.news-article > a:hover{
  text-decoration:none;
}

.news-article .wrapper{
  position:relative;
  border:1px solid rgba(40,40,40,.15);
  background-color:#ffffff;
  color:#404040;
  transition: all .25s;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
}
.news-article .wrapper:hover{
  background-color:#1a79af;
  color:#ffffff;
  border:1px solid rgba(28,28,28,.1);
}
.news-article .wrapper img{
  width:100%;
  max-width:100%;
}

.news-article .wrapper section{
  color: inherit;
  background-color:inherit;
  padding:0;
}

.news-article .wrapper section h2, .news-article .wrapper section .full-article p{
  color:inherit;
}
.news-article .wrapper section h2, .news-article.multimedia h2{
  font-family:'Raleway', sans-serif;
  font-size:1.3em;
  line-height:1.4em;
  margin: 7px;
  padding: 7px 10px;
  border-left: 2px solid #e2383f;
  min-height:70px;
}

.news-article .wrapper section h2.gold-border, .news-article.multimedia h2.gold-border{
  border-left:2px solid #feab00;
}
.news-article.personalized .learn-more-button {
    color: #444;
    font-size: .8em;
    text-align: right;
    padding-right: 5px;
}

.headline h2{
  font-family: 'Raleway';
  border-left: 2px solid #e2383f;
  transition:border-left .25s;
}

.headline h2.gold-border{
  border-left:2px solid #feab00;
}

.learn-more-button p{
  text-align:right;
  padding-right:12px;
  font-size:.9em;
  color:#inherit;
}

.info>p {
    padding: 10px 19px;
    margin-bottom:0;
    font-size:.9em;
    margin-bottom:5%;
}
.side-article {
    color: #444;
    border-top:1px solid rgba(40,40,40,.15);
    transition: color .25s, background-color .25s;
    -webkit-transition: color .25s, background-color .25s;
    -moz-transition: color .25s, background-color .25s;
    -o-transition: color .25s, background-color .25s;
}
.side-article:hover{
  color:#ffffff;
  background-color:#1a79af;
}
.side-article img {
    display:inline-block;
    vertical-align:top;
    width: 29%;
}
.side-article .info {
    display: inline-block;
    vertial-align:top;
    width: 69%;
}
.side-article h2{
    font-family: 'Raleway';
    font-size: 1em;
    margin: 0;
    padding:3% 5% 0 2%;
    min-height: 50px;
    color:inherit;
}
.side-article .learn-more-button p{
  margin-bottom:0;
  margin-top:2%;
  padding-right:8px;
}

.news-article.multimedia {
    width: 20%;
    border: 1px solid rgba(40,40,40, .15);
    background-color: #ffffff;
    color: #444;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
}
.news-article.multimedia:hover {
    background-color: #1a79af;
    color:#ffffff;
}
@media (max-width:1400px){
  .news-article .wrapper section h2, .news-article.multimedia h2{
    font-size:1em;
    min-height:60px;
  }
}
@media (max-width:1200px){
  .side-article h2 {
    font-size: .8em;
    line-height: 1.5em;
  }
}
@media (max-width:1000px){
  .news-article{
    width: 44%;
    margin: 3% 4% 1% 0;
  }
}
@media screen and (max-width:800px), only screen and (min-device-width: 375px) and (max-device-width: 667px), only screen and (min-device-width: 414px) and (max-device-width: 736px), only screen and (min-device-width: 320px) and (max-device-width: 568px), only screen and (min-device-width: 320px) and (max-device-width: 480px) {

  .news-article, .news-article.small, .news-article.multimedia {
    width: 46%;
    margin: 3% 1.5% 1% 1.5%;
  }
  .news-article .wrapper section h2, .news-article.multimedia h2 {
    font-size: .8em;
  }

}
@media screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation:portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation:portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation:portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation:portrait){
  .news-article, .news-article.multimedia {
    width: 96%;
    margin: 0 0 6% 1.5%;
  }
}
