@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Open+Sans:400,600,700&display=swap);
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
.newsItem {
  margin: 20px 0;
}
.newsItem .newsLink {
  color: #134053;
  display: block;
}
.newsItem .newsLink:hover .newsContent .newsButton {
  color: #fbbc43;
}
.newsItem .newsLink .image {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  height: 140px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.newsItem .newsLink .newsContent {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 140px);
  padding-left: 20px;
  cursor: pointer;
}
.newsItem .newsLink .newsContent .intro .newsTitle {
  color: #fbbc43;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 80px);
}
.newsItem .newsLink .newsContent .intro .date {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  text-align: right;
  color: #134053;
  opacity: 0.4;
  font-size: 11px;
}
.newsItem .newsLink .newsContent .newsText {
  display: block;
  overflow: hidden;
  margin: 10px 0 15px 0;
  max-height: 72px;
}
.newsItem .newsLink .newsContent .newsText p {
  color: #134053;
  font-weight: 500;
}
.newsItem .newsLink .newsContent .newsButton {
  text-decoration: underline;
  color: #134053;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 900px) {
  .newsItem .newsLink .image {
    width: 100px;
    height: 100px;
  }
  .newsItem .newsLink .newsContent {
    width: calc(100% - 100px);
  }
}
/*# sourceMappingURL=news.css.map */