.teaser {
  position: relative;
  overflow: hidden;
}

.teaser .field-mg-post-type .field-item {
  display: inline-block;
  margin-right: 2px;
}

.teaser .field--post-type {
  color: rgba(255, 255, 255, 0.7);
  line-height: 16px;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 5;
}

.teaser .field--name-field-mg-image,
.teaser .field--name-field-mg-image a {
  display: block;
  position: relative;
}

.teaser .field--name-field-mg-image:before,
.teaser .field--name-field-mg-image a:before {
  content: "";
  display: block;
  transition: all 250ms ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}

.teaser .field--name-field-mg-image img,
.teaser .field--name-field-mg-image a img {
  display: block;
  width: 100%;
  height: auto;
}

.teaser .comments-count {
  color: rgba(255, 255, 255, 0.7);
  font-size: .8rem;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
}

@media (min-width: 992px) {
  .teaser .comments-count {
    font-size: .6667rem;
  }
}

.teaser a {
  transition: all 250ms ease-in-out;
  color: #263238;
  text-decoration: none;
}

.teaser a:hover .field--name-field-mg-image:before,
.teaser .field--name-field-mg-image a:hover:before {
  box-shadow: inset 0 0 1.778rem 0.444rem rgba(0, 0, 0, 0.5);
  color: #000;
}

.teaser .teaser-title {
  font-family: "Roboto Condensed", sans-serif;
}

.teaser .teaser-title a {
  transition: all 200ms ease-in-out;
  color: #263238;
  text-decoration: none;
  position: relative;
}

.teaser .teaser-title a:hover {
  color: #FFFFFF;
  background: #263238;
}

.teaser .submitted {
  margin-top: .7rem;
  color: #607d8b;
  font-size: .8rem;
}

@media (min-width: 992px) {
  .teaser .submitted {
    margin-top: .5rem;
    font-size: .667rem;
  }
}

.teaser .field--name-field-mg-summary {
  color: #607d8b;
}

.teaser--a {
  height: 100%;
}

.teaser--a .teaser-title {
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  .teaser--a .teaser-title {
    font-size: 2rem;
  }
}

.teaser--a .field--name-field-mg-summary {
  display: none;
  padding: 0 4rem;
  font-size: 1rem;
  line-height: 1.1rem;
}

@media (min-width: 992px) {
  .teaser--a .field--name-field-mg-summary {
    display: block;
    font-size: .889rem;
  }
}

.teaser--a a {
  color: #263238;
  text-decoration: none;
}

.teaser--a a:hover {
  color: #607d8b;
}

.teaser--compact .teaser--a .field--name-field-mg-summary {
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 992px) {
  .teaser--big .teaser--a .teaser-title {
    font-size: 3.111rem;
  }
}

.teaser--b, .teaser--c {
  height: 100%;
}

.teaser--b .teaser-content-wrapper, .teaser--c .teaser-content-wrapper {
  padding: 1.5rem;
}

.teaser--b .teaser-title, .teaser--c .teaser-title {
  font-size: 2rem;
}

@media (min-width: 992px) {
  .teaser--b .teaser-title, .teaser--c .teaser-title {
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  .teaser--4-col-grid .teaser--b .teaser-content-wrapper, .teaser--4-col-grid .teaser--c .teaser-content-wrapper {
    padding: 1.2rem;
  }
  .teaser--4-col-grid .teaser--b .teaser-title, .teaser--4-col-grid .teaser--c .teaser-title {
    font-size: 1.34rem;
  }
}

.teaser--c .teaser-title {
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  .teaser--c .teaser-title {
    font-size: 1.34rem;
  }
}

.teaser--d, .teaser--e {
  display: -ms-flexbox;
  display: flex;
}

.teaser--d .teaser-content-wrapper, .teaser--e .teaser-content-wrapper {
  padding-left: 1rem;
  padding-top: 5px;
}

.teaser--d .image-wrapper, .teaser--e .image-wrapper {
  -ms-flex: 0 0 120px;
      flex: 0 0 120px;
  position: relative;
}

@media (min-width: 544px) {
  .teaser--d .image-wrapper, .teaser--e .image-wrapper {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .teaser--d .image-wrapper, .teaser--e .image-wrapper {
    -ms-flex: 0 0 138px;
        flex: 0 0 138px;
  }
}

.teaser--d .comments-count, .teaser--e .comments-count {
  top: 12px;
  right: 12px;
}

@media (min-width: 992px) {
  .teaser--d .category-icon-wrapper, .teaser--e .category-icon-wrapper {
    font-size: .95rem;
  }
}

.teaser--d .teaser-title, .teaser--e .teaser-title {
  font-size: 1.2rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .teaser--d .teaser-title, .teaser--e .teaser-title {
    font-size: 1rem;
  }
}

.teaser--e .teaser-title {
  margin-bottom: 0;
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  .teaser--e .teaser-title {
    font-size: 1rem;
  }
}

.teaser--e .submitted {
  margin-top: .5rem;
}

.teaser--f .teaser-content-wrapper {
  margin-top: 1.2rem;
  padding: 0 1.5rem;
}

.teaser--f .image-wrapper {
  position: relative;
}

.teaser--f .teaser-title {
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  .teaser--f .teaser-title {
    font-size: 1.4rem;
  }
}

.teaser--f .field--name-field-mg-summary {
  color: rgba(38, 50, 56, 0.54);
  font-size: 1rem;
}

@media (min-width: 992px) {
  .teaser--f .field--name-field-mg-summary {
    font-size: .778rem;
  }
}

.teaser--f .submitted {
  color: rgba(38, 50, 56, 0.87);
}

@media (min-width: 1200px) {
  .teaser--list .teaser--f {
    display: -ms-flexbox;
    display: flex;
  }
  .teaser--list .teaser--f .teaser-image {
    -ms-flex: 0 0 270px;
        flex: 0 0 270px;
  }
  .teaser--list .teaser--f .image-wrapper {
    -ms-flex: 0 0 270px;
        flex: 0 0 270px;
  }
  .teaser--list .teaser--f .teaser-content-wrapper {
    margin-top: 0;
    padding: 0 0 0 1.5rem;
  }
}

.teaser--compact {
  display: block;
  border: none !important;
  vertical-align: middle;
}

.teaser--compact .teaser-content-wrapper {
  background-image: linear-gradient(to top, black, transparent);
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

.teaser--compact a {
  color: #FFFFFF;
  text-decoration: none;
}

.teaser--compact .field--name-field-mg-summary {
  color: rgba(255, 255, 255, 0.7);
}

.teaser--compact .submitted {
  color: #b0bec5;
}

.teaser--compact .submitted .name {
  color: #cfd8dc;
  font-weight: bold;
}

.teaser--compact a:hover .field-mg-image:before {
  box-shadow: inset 0 0 3rem 0.5rem rgba(0, 0, 0, 0.5);
}

.teaser--compact a:hover .teaser-title a {
  background: none;
  color: #FFF;
}

@media (min-width: 544px) {
  .teaser--sm-compact {
    display: block;
    border: none !important;
    vertical-align: middle;
  }
  .teaser--sm-compact .teaser-content-wrapper {
    background-image: linear-gradient(to top, black, transparent);
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
  }
  .teaser--sm-compact a {
    color: #FFFFFF;
    text-decoration: none;
  }
  .teaser--sm-compact .field--name-field-mg-summary {
    color: rgba(255, 255, 255, 0.7);
  }
  .teaser--sm-compact .submitted {
    color: #b0bec5;
  }
  .teaser--sm-compact .submitted .name {
    color: #cfd8dc;
    font-weight: bold;
  }
  .teaser--compact a:hover .field-mg-image:before {
    box-shadow: inset 0 0 3rem 0.5rem rgba(0, 0, 0, 0.5);
  }
  .teaser--compact a:hover .teaser-title a {
    background: none;
    color: #FFF;
  }
}

@media (min-width: 768px) {
  .teaser--md-compact {
    display: block;
    border: none !important;
    vertical-align: middle;
  }
  .teaser--md-compact .teaser-content-wrapper {
    background-image: linear-gradient(to top, black, transparent);
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
  }
  .teaser--md-compact a {
    color: #FFFFFF;
    text-decoration: none;
  }
  .teaser--md-compact .field--name-field-mg-summary {
    color: rgba(255, 255, 255, 0.7);
  }
  .teaser--md-compact .submitted {
    color: #b0bec5;
  }
  .teaser--md-compact .submitted .name {
    color: #cfd8dc;
    font-weight: bold;
  }
  .teaser--compact a:hover .field-mg-image:before {
    box-shadow: inset 0 0 3rem 0.5rem rgba(0, 0, 0, 0.5);
  }
  .teaser--compact a:hover .teaser-title a {
    background: none;
    color: #FFF;
  }
}

@media (min-width: 992px) {
  .teaser--lg-compact {
    display: block;
    border: none !important;
    vertical-align: middle;
  }
  .teaser--lg-compact .teaser-content-wrapper {
    background-image: linear-gradient(to top, black, transparent);
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
  }
  .teaser--lg-compact a {
    color: #FFFFFF;
    text-decoration: none;
  }
  .teaser--lg-compact .field--name-field-mg-summary {
    color: rgba(255, 255, 255, 0.7);
  }
  .teaser--lg-compact .submitted {
    color: #b0bec5;
  }
  .teaser--lg-compact .submitted .name {
    color: #cfd8dc;
    font-weight: bold;
  }
  .teaser--compact a:hover .field-mg-image:before {
    box-shadow: inset 0 0 3rem 0.5rem rgba(0, 0, 0, 0.5);
  }
  .teaser--compact a:hover .teaser-title a {
    background: none;
    color: #FFF;
  }
}

@media (min-width: 1200px) {
  .teaser--xl-compact {
    display: block;
    border: none !important;
    vertical-align: middle;
  }
  .teaser--xl-compact .teaser-content-wrapper {
    background-image: linear-gradient(to top, black, transparent);
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
  }
  .teaser--xl-compact a {
    color: #FFFFFF;
    text-decoration: none;
  }
  .teaser--xl-compact .field--name-field-mg-summary {
    color: rgba(255, 255, 255, 0.7);
  }
  .teaser--xl-compact .submitted {
    color: #b0bec5;
  }
  .teaser--xl-compact .submitted .name {
    color: #cfd8dc;
    font-weight: bold;
  }
  .teaser--compact a:hover .field-mg-image:before {
    box-shadow: inset 0 0 3rem 0.5rem rgba(0, 0, 0, 0.5);
  }
  .teaser--compact a:hover .teaser-title a {
    background: none;
    color: #FFF;
  }
}

.teaser--card .teaser {
  border: 1px solid #cfd8dc;
}

.teaser--featured {
  background-position: center center;
  background-size: cover;
  display: block;
}

.teaser--featured a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.teaser--featured a:before {
  content: "";
  display: block;
  transition: all 250ms ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}

.teaser--featured a:hover:before {
  box-shadow: inset 0 0 3rem 0.5rem rgba(0, 0, 0, 0.5);
}

.teaser--featured .content-wrapper {
  white-space: normal;
}

.teaser--featured-compact {
  display: block;
}

@media (min-width: 992px) {
  .teaser--featured-compact {
    vertical-align: middle;
  }
}

.teaser--featured-compact .teaser-content-wrapper {
  background-image: linear-gradient(to top, black, transparent);
  padding: 1rem;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

.teaser--featured-compact .field-category {
  color: #FFFFFF;
}

.teaser--featured-compact a {
  color: #FFFFFF;
  text-decoration: none;
}

.teaser--featured-compact .submitted {
  color: #b0bec5;
  font-size: .778rem;
}

@media (min-width: 992px) {
  .teaser--featured-compact .submitted {
    font-size: .667rem;
  }
}

.teaser--featured-compact .submitted .name {
  color: #cfd8dc;
  font-weight: bold;
}

.teaser--compact a:hover .field-mg-image:before {
  box-shadow: inset 0 0 3rem 0.5rem rgba(0, 0, 0, 0.5);
}

.teaser--compact a:hover .title a {
  background: none;
  color: #FFF;
}

.featured--a .view-content {
  overflow: auto;
  white-space: nowrap;
}

.featured--a .view-content::after {
  display: block;
  clear: both;
  content: "";
}

@media (min-width: 1200px) {
  .featured--a .view-content {
    overflow: visible;
  }
}

.featured--a .view-content .views-row {
  display: inline-block;
  width: 90%;
}

.featured--a .view-content .views-row * {
  white-space: normal;
}

@media (min-width: 1200px) {
  .featured--a .view-content .views-row {
    float: left;
    width: calc(100%/3);
  }
}

.featured--a .teaser {
  height: 380px;
}

@media (min-width: 544px) {
  .featured--a .teaser {
    height: 480px;
  }
}

.featured--a .teaser-content-wrapper {
  text-align: center;
  padding: 0 2rem 2rem;
}

.featured--a .teaser-title {
  font-size: 2.222rem;
}

.featured--a .submitted {
  margin-top: .889rem;
}

.featured--b, .featured--c {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.featured--b .teaser-content-wrapper, .featured--c .teaser-content-wrapper {
  text-align: left;
  padding: 0 1.4rem 1.4rem;
}

@media (min-width: 992px) {
  .featured--b .teaser-content-wrapper, .featured--c .teaser-content-wrapper {
    padding: 0 4rem 1.1rem 1.1rem;
  }
}

.featured--b > .view-content, .featured--c > .view-content {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

@media (min-width: 992px) {
  .featured--b > .view-content, .featured--c > .view-content {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }
}

.featured--b > .view-content .teaser, .featured--c > .view-content .teaser {
  height: 380px;
}

@media (min-width: 544px) {
  .featured--b > .view-content .teaser, .featured--c > .view-content .teaser {
    height: 480px;
  }
}

.featured--b > .view-content .teaser-content-wrapper, .featured--c > .view-content .teaser-content-wrapper {
  padding: 0 1.4rem 1.4rem;
}

@media (min-width: 992px) {
  .featured--b > .view-content .teaser-content-wrapper, .featured--c > .view-content .teaser-content-wrapper {
    padding: 0 25% 1.778rem 1.778rem;
  }
}

.featured--b > .view-content .teaser-title, .featured--c > .view-content .teaser-title {
  font-size: 2.4rem;
}

.featured--b .attachment-after, .featured--c .attachment-after,
.featured--b .attachment-before, .featured--c .attachment-before {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

@media (min-width: 992px) {
  .featured--b .attachment-after, .featured--c .attachment-after,
  .featured--b .attachment-before, .featured--c .attachment-before {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }
}

.featured--b .attachment-after .view-content, .featured--c .attachment-after .view-content,
.featured--b .attachment-before .view-content, .featured--c .attachment-before .view-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.featured--b .attachment-after .views-row, .featured--c .attachment-after .views-row,
.featured--b .attachment-before .views-row, .featured--c .attachment-before .views-row {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

@media (min-width: 544px) {
  .featured--b .attachment-after .views-row, .featured--c .attachment-after .views-row,
  .featured--b .attachment-before .views-row, .featured--c .attachment-before .views-row {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }
}

.featured--b .attachment-after .teaser, .featured--c .attachment-after .teaser,
.featured--b .attachment-before .teaser, .featured--c .attachment-before .teaser {
  height: 240px;
}

.featured--b .attachment-after .teaser .teaser-title, .featured--c .attachment-after .teaser .teaser-title,
.featured--b .attachment-before .teaser .teaser-title, .featured--c .attachment-before .teaser .teaser-title {
  font-size: 1.8rem;
}

@media (min-width: 992px) {
  .featured--b .attachment-after .teaser .teaser-title, .featured--c .attachment-after .teaser .teaser-title,
  .featured--b .attachment-before .teaser .teaser-title, .featured--c .attachment-before .teaser .teaser-title {
    font-size: 1.333rem;
  }
}

.featured--c > .view-content {
  -ms-flex-order: 1;
      order: 1;
}

@media (min-width: 992px) {
  .featured--c > .view-content {
    -ms-flex-order: 2;
        order: 2;
  }
}

.featured--c .attachment-before {
  -ms-flex-order: 2;
      order: 2;
}

@media (min-width: 992px) {
  .featured--c .attachment-before {
    -ms-flex-order: 1;
        order: 1;
  }
}

.featured--c .attachment-after {
  -ms-flex-order: 3;
      order: 3;
}

@media (min-width: 992px) {
  .featured--c .attachment-after,
  .featured--c .attachment-before {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
  }
  .featured--c .attachment-after .views-row,
  .featured--c .attachment-before .views-row {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}

.featured--d .teaser {
  height: 400px;
}

@media (min-width: 544px) {
  .featured--d .teaser {
    height: 460px;
  }
}

@media screen and (min-width: 544px) and (min-height: 800px) {
  .featured--d .teaser {
    height: 600px;
  }
}

.featured--d .teaser a:before {
  background: rgba(0, 0, 0, 0.4);
}

.featured--d .teaser-content-wrapper {
  background: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 780px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}

@media (min-width: 768px) {
  .featured--d .teaser-content-wrapper {
    max-width: 980px;
  }
}

.featured--d .teaser-title {
  font-size: 2.4rem;
}

@media (min-width: 992px) {
  .featured--d .teaser-title {
    font-size: 3.1rem;
  }
}

.featured--d .submitted {
  margin-top: 1rem;
}

.teaser--list .teaser--f,
.teaser--list .teaser--d,
.teaser--list .teaser--e,
.teaser--list .teaser--e {
  border-top: 1px dashed #cfd8dc;
}

.teaser--list .views-row .teaser {
  margin-top: 15px;
  padding-top: 15px;
}

.teaser--list .views-row:nth-child(1) .teaser {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.teaser--list .views-row .teaser--a,
.teaser--list .views-row .teaser--b,
.teaser--list .views-row .teaser--c,
.teaser--list .views-row .teaser--c {
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
}

.teaser--list .views-row:nth-last-child(1) .teaser {
  margin-bottom: 0;
}

.teaser--list.teaser--card .views-row:nth-child(1) .teaser--a,
.teaser--list.teaser--card .views-row:nth-child(1) .teaser--b,
.teaser--list.teaser--card .views-row:nth-child(1) .teaser--c,
.teaser--list.teaser--card .views-row:nth-child(1) .teaser--c {
  border-top: 1px solid #cfd8dc;
}

@media (min-width: 768px) {
  .teaser--2-col-grid, .teaser--3-col-grid, .teaser--4-col-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.teaser--2-col-grid .views-row, .teaser--3-col-grid .views-row, .teaser--4-col-grid .views-row {
  margin-top: 15px;
  padding-top: 15px;
}

.teaser--2-col-grid .views-row .teaser--d, .teaser--3-col-grid .views-row .teaser--d, .teaser--4-col-grid .views-row .teaser--d, .teaser--2-col-grid .views-row .teaser--e, .teaser--3-col-grid .views-row .teaser--e, .teaser--4-col-grid .views-row .teaser--e {
  border-top: 1px dashed #cfd8dc;
  padding-top: 15px;
  margin-top: -15px;
}

.teaser--2-col-grid .views-row:nth-child(1), .teaser--3-col-grid .views-row:nth-child(1), .teaser--4-col-grid .views-row:nth-child(1) {
  margin-top: 0;
  padding-top: 0;
}

.teaser--2-col-grid .views-row:nth-child(1) .teaser--d, .teaser--3-col-grid .views-row:nth-child(1) .teaser--d, .teaser--4-col-grid .views-row:nth-child(1) .teaser--d, .teaser--2-col-grid .views-row:nth-child(1) .teaser--e, .teaser--3-col-grid .views-row:nth-child(1) .teaser--e, .teaser--4-col-grid .views-row:nth-child(1) .teaser--e {
  border-top: none;
}

@media (min-width: 768px) {
  .teaser--2-col-grid .views-row, .teaser--3-col-grid .views-row, .teaser--4-col-grid .views-row {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .teaser--2-col-grid .views-row {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .teaser--2-col-grid .views-row:nth-child(2) {
    margin-top: 0;
    padding-top: 0;
  }
  .teaser--2-col-grid .views-row:nth-child(2) .teaser--d, .teaser--2-col-grid .views-row:nth-child(2) .teaser--e {
    border-top: none;
  }
}

@media (min-width: 992px) {
  .teaser--3-col-grid .views-row {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .teaser--3-col-grid .views-row:nth-child(1), .teaser--3-col-grid .views-row:nth-child(2), .teaser--3-col-grid .views-row:nth-child(3) {
    margin-top: 0;
    padding-top: 0;
  }
  .teaser--3-col-grid .views-row:nth-child(1) .teaser--d, .teaser--3-col-grid .views-row:nth-child(1) .teaser--e, .teaser--3-col-grid .views-row:nth-child(2) .teaser--d, .teaser--3-col-grid .views-row:nth-child(2) .teaser--e, .teaser--3-col-grid .views-row:nth-child(3) .teaser--d, .teaser--3-col-grid .views-row:nth-child(3) .teaser--e {
    border-top: none;
  }
}

@media (min-width: 768px) {
  .teaser--4-col-grid .views-row {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .teaser--4-col-grid .views-row:nth-child(2) {
    margin-top: 0;
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .teaser--4-col-grid .views-row {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .teaser--4-col-grid .views-row:nth-child(2), .teaser--4-col-grid .views-row:nth-child(3), .teaser--4-col-grid .views-row:nth-child(4) {
    margin-top: 0;
    padding-top: 0;
  }
}

.block-content > div > .teaser--block-2col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.block-content > div > .teaser--block-2col .contextual {
  display: none;
}

.block-content > div > .teaser--block-2col > div {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .block-content > div > .teaser--block-2col > div {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}

.block-content > div > .teaser--block-2col .attachment .views-element-container {
  margin-bottom: 30px;
}

.block-content > div > .teaser--block-2col .attachment .views-element-container:nth-last-child(1) {
  margin-bottom: 0;
}

.block-content > div > .teaser--block-3col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.block-content > div > .teaser--block-3col .contextual {
  display: none;
}

.block-content > div > .teaser--block-3col > div {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .block-content > div > .teaser--block-3col > div {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.block-content > div > .teaser--block-3col .attachment-before {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .block-content > div > .teaser--block-3col .attachment-before {
    margin-bottom: 0;
  }
}

.view-popular-content .image-wrapper {
  position: relative;
}

.view-popular-content .image-wrapper .field__label {
  display: none;
}

.view-popular-content .image-wrapper .overlay {
  background: linear-gradient(-135deg, rgba(156, 39, 176, 0.3) 10%, rgba(187, 222, 251, 0.5));
  font-size: 1.125rem;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
}

.view-popular-content .image-wrapper .overlay > div {
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border: 1px dashed rgba(255, 255, 255, 0.9);
  border-radius: 100px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
}

.view-popular-content .image-wrapper .overlay .counter {
  font-size: 4rem;
  line-height: 100px;
}

.view-popular-content .image-wrapper .overlay .views-counter {
  font-size: 1rem;
  font-weight: normal;
}

.view-popular-content .image-wrapper a {
  color: #FFFFFF;
}

.most-commented .views-row {
  margin-bottom: .5rem;
  padding: 0 2rem .5rem;
  border-bottom: 1px dashed #eceff1;
}

.most-commented .views-row.views-row-last {
  border-bottom: none;
}

.most-commented {
  text-align: center;
}

.most-commented .comments-count-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: .5rem;
}

.most-commented .comments-count-wrapper i.fa {
  color: #42a5f5;
  font-size: 3.125rem;
}

.most-commented .comments-count-wrapper .comments-count-number {
  width: 100%;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 10px;
  z-index: 1;
}

.most-commented h3 {
  margin-bottom: .2rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.most-commented .post-date {
  color: rgba(38, 50, 56, 0.54);
  font-size: .8rem;
}

/*# sourceMappingURL=sourcemaps/teasers.css.map */
