h1, .h1 {
  color: #BB0000;
  font-weight: bold;
}
h1.h2, .h1.h2 {
  color: #000;
  font-size: 2rem;
}

h2, .h2 {
  color: black;
  font-weight: bold;
}
.paragraph--type--text.style-2 h2, .paragraph--type--text.style-2 .h2 {
  color: #FFF;
}

.background-color-primary {
  background-color: #BB0000;
}

.background-color-grey {
  background-color: #555555;
}

.text-color-white {
  color: #ffffff;
}

.text-color-primary {
  color: #BB0000;
}

.text-color-secondary {
  color: #700000;
}

.node--type-episode h1 {
  font-size: 1.75rem;
}

.node--type-episode.node--view-mode-full .date {
  font-size: 1.5em;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .node--type-episode h1 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.node--type-episode.node--view-mode-style-1, .node--type-episode.node--view-mode-horizontal-card {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  transition: all 300ms;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  background: #FFF;
  border: 1px solid #ccc;
  transition: all 300ms;
  position: relative;
}
.node--type-episode.node--view-mode-style-1 img, .node--type-episode.node--view-mode-horizontal-card img {
  transition: all 300ms;
}
.node--type-episode.node--view-mode-style-1:hover, .node--type-episode.node--view-mode-horizontal-card:hover {
  -webkit-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
  box-shadow: 0px 8px 21px rgba(25, 15, 8, 0.13);
}
.node--type-episode.node--view-mode-style-1:hover img, .node--type-episode.node--view-mode-horizontal-card:hover img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (max-width: 767px) {
  .node--type-episode.node--view-mode-style-1, .node--type-episode.node--view-mode-horizontal-card {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.node--type-episode.node--view-mode-style-1 img, .node--type-episode.node--view-mode-horizontal-card img {
  width: 280px;
}
@media (max-width: 767px) {
  .node--type-episode.node--view-mode-style-1 img, .node--type-episode.node--view-mode-horizontal-card img {
    width: 100%;
    height: auto !important;
  }
}
.node--type-episode.node--view-mode-style-1 .image, .node--type-episode.node--view-mode-horizontal-card .image {
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.node--type-episode.node--view-mode-style-1 .image .field--name-field-icon-text, .node--type-episode.node--view-mode-horizontal-card .image .field--name-field-icon-text {
  font-weight: bold;
  font-size: 0.875rem;
  margin-top: 16px;
}
.node--type-episode.node--view-mode-style-1 h4, .node--type-episode.node--view-mode-horizontal-card .content .title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #BB0000;
}
.node--type-episode.node--view-mode-style-1 .content, .node--type-episode.node--view-mode-horizontal-card .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 20px;
}
.node--type-episode.node--view-mode-style-2 {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  transition: all 300ms;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  transition: all 300ms;
  position: relative;
  background: #3D3D3D;
  height: 100%;
}
.node--type-episode.node--view-mode-style-2 img {
  transition: all 300ms;
}
.node--type-episode.node--view-mode-style-2:hover {
  -webkit-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
  box-shadow: 0px 8px 21px rgba(25, 15, 8, 0.13);
}
.node--type-episode.node--view-mode-style-2:hover img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.node--type-episode.node--view-mode-style-2 .image {
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.node--type-episode.node--view-mode-style-2 .label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: auto 0;
  padding: 16px;
}
.node--type-episode.node--view-mode-style-2 .label .title {
  font-size: 1.15rem;
  font-weight: bold;
  margin-bottom: 16px;
  color: #FFF;
  margin-bottom: 0;
}
/*# sourceMappingURL=maps/node--episode.css.map */
