.article-title {
  color: white;
  font-family: "Neutra", Sans-serif;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2;
}

.article-excerpt {
  color: #FFFFFF;
  font-family: "Vollkorn", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 0px;
}

.article-link {
	text-align: center;
    color: white;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #00A59B;
    padding: 8px 12px 8px 12px;
    word-wrap: none;
    line-break: none;
    margin-right: 15px;
	width: 130px;
	text-decoration: none;
}

.article-link:hover {
	box-shadow: white 5px 5px 0px;
}

.article-container {
  width: 100%;
  float: left;
  clear: both;
  padding-bottom: 40px;
}

#news-col-1 {
  width: 33%;
  float: left;
  clear: both;
  padding-right: 3%;
  padding-bottom: 40px;
}

#news-col-2 {
  width: 33%;
  float: left;
  clear: none;
  padding-right: 3%;
  padding-bottom: 40px;
}

#news-col-3 {
  width: 33%;
  float: left;
  clear: right;
  padding-right: 3%;
  padding-bottom: 40px;
}


@media only screen and (max-width: 1024px) {
	#news-col-1 {
  width: 100%;
  float: left;
  clear: both;
}

#news-col-2 {
  width: 100%;
  float: left;
  clear: none;
}

#news-col-3 {
  width: 100%;
  float: left;
  clear: right;
}
}
