.em-teaser {
  background: transparent;
}

.em-teaser a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.em-teaser a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.em-teaser .media-contained {
  color: #FFF;
  font-size: 1rem;
  position: absolute;
  left: 1.5rem;
  top: 1rem;
}

.em-teaser .media-contained svg {
  margin-right: 8px;
}

.em-teaser .media-wrapper {
  position: relative;
}

.em-teaser .field--name-field-teaser-media {
  overflow: hidden;
}

.em-teaser .field--name-field-teaser-media img {
  width: 100%;
  height: auto;
}

.em-teaser .field--name-field-teaser-media:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.em-teaser .field--name-field-teaser-media:before {
  -webkit-box-shadow: inset 0 0 5rem 0 rgba(38, 50, 56, 0.7);
          box-shadow: inset 0 0 5rem 0 rgba(38, 50, 56, 0.7);
  opacity: 0;
}

.em-teaser .authored-info {
  margin: .5rem 0 .8rem;
  color: #263238;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.em-teaser .authored-info a {
  color: rgba(38, 50, 56, 0.6);
  text-decoration: underline;
}

.em-teaser .authored-info a:hover {
  text-decoration: none;
}

.em-teaser .content-wrapper {
  padding: 1.667rem;
}

.em-teaser .title {
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 1.62rem;
  text-transform: uppercase;
}

.em-teaser .field--name-field-teaser-text {
  color: rgba(38, 50, 56, 0.6);
}

@media (min-width: 992px) {
  .em-teaser .field--name-field-teaser-text {
    font-size: 0.889rem;
  }
}

@media (min-width: 992px) {
  .card-columns-4 .em-teaser .field--name-field-teaser-text {
    font-size: .9rem;
    line-height: 1.2rem;
  }
}

.em-teaser .read-more {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}

.em-teaser a.overlay-link {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.em-teaser:hover .field--name-field-teaser-media:before {
  opacity: 1;
}

.em-teaser-card {
  border: 1px solid #eeeeee;
  text-align: left;
}

.em-teaser-card.teaser--highlighted {
  background: #f5f5f5;
  border: 1px solid #eeeeee;
}

.em-teaser-card .field--name-field-channel {
  background: rgba(123, 31, 162, 0.67);
  display: inline-block;
  padding: 5px 10px;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.em-teaser-card .field--name-field-channel a {
  color: #FFF;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.em-teaser-card .field--name-field-channel a:hover {
  opacity: .7;
}

@media (min-width: 768px) {
  .em-teaser-card .field--name-field-channel {
    padding: 5px 1rem;
    font-size: .875rem;
    left: 1.667rem;
  }
}

@media (min-width: 992px) {
  .em-teaser-card .field--name-field-channel {
    font-size: .778rem;
  }
}

.em-teaser-card--classic, .em-teaser-list-classic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-width: 0;
}

.em-teaser-card--classic .media-wrapper, .em-teaser-list-classic .media-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}

.em-teaser-card--classic .content-wrapper, .em-teaser-list-classic .content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.em-teaser-card--classic .title, .em-teaser-list-classic .title {
  font-size: 1.2rem;
  text-transform: none;
}

.em-teaser-card--classic .field--name-field-teaser-text, .em-teaser-list-classic .field--name-field-teaser-text,
.em-teaser-card--classic .read-more, .em-teaser-list-classic .read-more {
  display: none;
}

@media (min-width: 768px) {
  .em-teaser-card--classic, .em-teaser-list-classic {
    display: block;
    border-width: 1px;
  }
  .em-teaser-card--classic .field--name-field-teaser-text, .em-teaser-list-classic .field--name-field-teaser-text,
  .em-teaser-card--classic .authored-info, .em-teaser-list-classic .authored-info,
  .em-teaser-card--classic .read-more, .em-teaser-list-classic .read-more {
    display: block;
  }
  .em-teaser-card--classic .title, .em-teaser-list-classic .title {
    text-transform: uppercase;
  }
}

.em-teaser-small-card .field--name-field-channel {
  background: rgba(123, 31, 162, 0.67);
  display: inline-block;
  padding: 5px 10px;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.em-teaser-small-card .field--name-field-channel a {
  color: #FFF;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.em-teaser-small-card .field--name-field-channel a:hover {
  opacity: .7;
}

@media (min-width: 768px) {
  .em-teaser-small-card .field--name-field-channel {
    padding: 5px 1rem;
    font-size: .875rem;
    left: 1.667rem;
  }
}

@media (min-width: 992px) {
  .em-teaser-small-card .field--name-field-channel {
    font-size: .778rem;
  }
}

@media (min-width: 576px) {
  .em-teaser-small-card .content-wrapper {
    padding: 20px;
  }
  .em-teaser-small-card .field--name-field-channel {
    left: 20px;
  }
  .em-teaser-small-card .title {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}

.em-teaser-small-card .authored-info {
  margin-top: .5rem;
}

@media (min-width: 768px) {
  .em-teaser-large-card {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .em-teaser-large-card .field--name-field-channel {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: -31px;
    position: relative;
    left: auto;
    z-index: 5;
  }
}

.em-teaser-large-card .title {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  line-height: 1.6rem;
}

@media (min-width: 768px) {
  .em-teaser-large-card .title {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .em-teaser-large-card .title a {
    color: #263238;
  }
  .em-teaser-large-card .title a:hover {
    opacity: .85;
  }
}

@media (min-width: 768px) {
  .em-teaser-large-card .field--name-field-teaser-text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.em-teaser-large-card a.read-more {
  display: block;
  padding: .5rem 1rem;
  border: 1px solid #263238;
  border-radius: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .em-teaser-large-card a.read-more {
    background: #263238;
    color: #FFF;
  }
}

.em-teaser-large-card a.read-more:hover {
  background: #263238;
  color: #FFF;
}

@media (min-width: 768px) {
  .em-teaser-large-card a.read-more:hover {
    background: #FFF;
    color: #263238;
  }
}

@media (min-width: 768px) {
  .em-teaser-large-card a.read-more {
    display: inline-block;
  }
}

.em-teaser-compact {
  min-height: 520px;
  border: none;
  color: #FFF;
  text-align: left;
  position: relative;
}

.em-teaser-compact::before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  content: '';
  background: rgba(17, 23, 26, 0.45);
}

.em-teaser-compact.teaser--highlighted:before {
  background: rgba(123, 31, 162, 0.65);
  border: none;
}

.em-teaser-compact a {
  color: #FFF;
}

.em-teaser-compact a:hover {
  color: #FFF;
}

.em-teaser-compact .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.em-teaser-compact a.overlay-link {
  -webkit-box-shadow: inset 0 0 5rem 0 black;
          box-shadow: inset 0 0 5rem 0 black;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.em-teaser-compact .field--name-field-channel {
  background: transparent;
  margin-bottom: .6rem;
  padding-left: .5rem;
  border-left: 5px solid #E040FB;
  font-family: "Montserrat", sans-serif;
  line-height: 1rem;
  position: static;
}

.em-teaser-compact .field--name-field-channel a:hover {
  text-decoration: underline;
}

.em-teaser-compact .title {
  margin: 0;
  font-size: 2rem;
  line-height: 2rem;
}

.em-teaser-compact .authored-info {
  margin-top: .5rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.em-teaser-compact .authored-info a {
  color: #FFF;
}

.em-teaser-compact:hover a.overlay-link {
  opacity: 1;
}

.layout--home-1-fluid-overlay-header .em-teaser-compact {
  min-height: 700px;
}

.em-teaser-compact-large .title {
  margin: 0;
  font-size: 2rem;
  line-height: 2rem;
}

@media (min-width: 992px) {
  .em-teaser-compact-large .title {
    padding-right: 50%;
    font-size: 3rem;
    line-height: 3rem;
  }
  .container [class*="-8"] .em-teaser-compact-large .title {
    padding-right: 10%;
  }
}

.em-teaser-list .authored-info, .em-teaser-list-large .authored-info {
  margin-top: 10px;
}

.em-teaser-list .field--name-field-channel, .em-teaser-list-large .field--name-field-channel {
  background: rgba(123, 31, 162, 0.67);
  display: inline-block;
  padding: 5px 10px;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.em-teaser-list .field--name-field-channel a, .em-teaser-list-large .field--name-field-channel a {
  color: #FFF;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.em-teaser-list .field--name-field-channel a:hover, .em-teaser-list-large .field--name-field-channel a:hover {
  opacity: .7;
}

@media (min-width: 768px) {
  .em-teaser-list .field--name-field-channel, .em-teaser-list-large .field--name-field-channel {
    padding: 5px 1rem;
    font-size: .875rem;
    left: 1.667rem;
  }
}

@media (min-width: 992px) {
  .em-teaser-list .field--name-field-channel, .em-teaser-list-large .field--name-field-channel {
    font-size: .778rem;
  }
}

@media (min-width: 768px) {
  .em-teaser-list, .em-teaser-list-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
  }
  .em-teaser-list .media-wrapper, .em-teaser-list-large .media-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-width: 360px;
  }
  .em-teaser-list .content-wrapper, .em-teaser-list-large .content-wrapper {
    padding: 0 0 0 30px;
  }
  .em-teaser-list.teaser--highlighted .content-wrapper, .teaser--highlighted.em-teaser-list-large .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.em-teaser-list-small .media-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.em-teaser-list-small .media-wrapper img {
  border-radius: 50%;
}

.em-teaser-list-small .title {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.3rem;
}

.em-teaser-list-large {
  border: 1px solid #eceff1;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .em-teaser-list-large .media-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}

@media (min-width: 768px) {
  .em-teaser-list-large .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 1.5rem;
  }
}

.em-teaser-list-large .title {
  margin: 0 0 1rem;
}

@media (min-width: 768px) {
  .em-teaser-list-large .title {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .em-teaser-list-large .title {
    font-size: 2rem;
    line-height: 2.2rem;
    text-transform: none;
  }
  .em-teaser-list-large .title a {
    color: #263238;
  }
  .em-teaser-list-large .title a:hover {
    opacity: .85;
  }
}

.em-teaser-list-large .field--name-field-teaser-text {
  font-size: 1rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .em-teaser-list-large .field--name-field-teaser-text {
    font-size: 80%;
  }
}

.em-teaser-list-large a.read-more {
  display: block;
  padding: .5rem 1rem;
  border: 1px solid #263238;
  border-radius: 30px;
  text-align: center;
}

.em-teaser-list-large a.read-more:hover {
  background: #263238;
  color: #FFF;
}

@media (min-width: 992px) {
  .em-teaser-list-large a.read-more {
    width: 200px;
  }
}

/*# sourceMappingURL=../../sourcemaps/layout/article/article-teaser--layout.css.map */
