/**
 * @file
 * Visual styles for Groovy+'s node in hero view.
 */
.node--view-mode-mt-hero {
  margin-bottom: 40px;
}
.region-hero-first .node--view-mode-mt-hero {
  margin-bottom: 70px;
}
.hero__section .node--view-mode-mt-hero {
  margin-top: 20px;
}
.hero__section .view-mt-posts-hero-slider .node--view-mode-mt-hero {
  margin-top: 0;
}
.node--view-mode-mt-hero h2.node__title {
  /*font-size: 56px;*/
}
@media (max-width:767px){
  .node--view-mode-mt-hero h2.node__title {
    font-size: 40px;
  }
}
.node--view-mode-mt-hero .node__meta {
  margin-bottom: 20px;
}
.node--view-mode-mt-hero .field--name-field-mt-pst-body {
  margin-bottom: 15px;
}
.node--view-mode-mt-hero .field--name-field-mt-pst-body > p:last-child {
  padding-bottom: 0;
}
.node--view-mode-mt-hero .profile {
  display: inline-block;
}
.node--view-mode-mt-hero .profile .field--name-user-picture {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}
.node--view-mode-mt-hero .field--name-user-picture img {
  border-radius: 100%;
  max-width: 40px;
  margin-right: 10px;
}
.node--view-mode-mt-hero .node__submitted {
  font-weight: 700;
  font-size: 16px;
}
.node--view-mode-mt-hero .node__submitted a {
  font-weight: 700;
}
.node--view-mode-mt-hero .slideshow-image__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 70%;
  max-width: 70%;
  z-index: 20;
}
.node--view-mode-mt-hero .field--name-field-mt-pst-slideshow-text {
  font-size: 14px;
  color: var(--mt-color-base-dark);
}
@media (min-width:767px){
  .node--view-mode-mt-hero .field--name-field-mt-pst-slideshow-text {
    font-size: 18px;
  }
}
.node--view-mode-mt-hero .field--name-field-mt-pst-slideshow-text h5 {
  margin-top: 0;
  margin-bottom: 5px;
  color: var(--mt-color-base-dark);
}
.node--view-mode-mt-hero .field--name-field-mt-pst-slideshow-text p:last-child {
  padding-bottom: 0;
}
.node--view-mode-mt-hero .node__comments-count {
  font-size: 12px;
  color: #575757;
}
.region--light-typography .node--view-mode-mt-hero .node__comments-count {
  color: #ffffff;
}
div.overlay-container{overflow: initial;}