.full-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.relative-container {
  position: relative;
}
.container {
  width: 100%;
  max-width: 1280px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
/*** LESS functions ***/
article.node--type-article.node--view-mode-teaser {
  position: relative;
}
article.node--type-article.node--view-mode-teaser a:hover .teaser-image:before {
  content: '';
  opacity: 0.2;
}
article.node--type-article.node--view-mode-teaser .teaser-image {
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
  position: relative;
}
article.node--type-article.node--view-mode-teaser .teaser-image:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: '';
  background-color: #4A72B1;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
}
article.node--type-article.node--view-mode-teaser .teaser-content a {
  color: inherit;
}
article.node--type-article.node--view-mode-teaser .teaser-content small {
  color: #00ACDD;
  font-size: 12px;
  text-transform: uppercase;
  border-left: 1px solid #ddd;
  padding: 20px 20px 10px 20px;
}
article.node--type-article.node--view-mode-teaser .teaser-content h4 {
  margin-bottom: 20px;
  border-left: 1px solid #ddd;
  padding-left: 20px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
}
article.node--type-article.node--view-mode-teaser .teaser-content .author {
  color: #999;
  font-size: 14px;
  line-height: 37px;
  padding-left: 5px;
  overflow: hidden;
}
article.node--type-article.node--view-mode-teaser .teaser-content .author .author-image {
  float: left;
  margin-right: 10px;
}
article.node--type-article.node--view-mode-teaser .teaser-content .author .author-image img {
  border-radius: 100%;
  height: 37px;
  width: 37px;
}
article.node--type-article.node--view-mode-teaser .teaser-content .author:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  article.node--type-article.node--view-mode-teaser {
    margin-bottom: 30px;
  }
}
