/**
 * Base show styling.
 *
 */
/* PADDING */
/* MARGIN */
/* BANNER.  */
/* SHOW BANNER SETTINGS */
/* HOMEPAGE BANNER SETTINGS */
/* rest settings are like for show banner */
/* former 220px */
/* PADDING */
/* MARGIN */
/* BANNER.  */
/* SHOW BANNER SETTINGS */
/* HOMEPAGE BANNER SETTINGS */
/* rest settings are like for show banner */
/* former 220px */
/* PADDING */
/* MARGIN */
/* BANNER.  */
/* SHOW BANNER SETTINGS */
/* HOMEPAGE BANNER SETTINGS */
/* rest settings are like for show banner */
/* former 220px */
@font-face {
  font-family: SpartanMBRegular;
  src: url("../../fonts/SpartanMB-Regular.otf") format("opentype");
}
@font-face {
  font-family: SpartanMBSemiBold;
  src: url("../../fonts/SpartanMB-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: SpartanMBBold;
  src: url("../../fonts/SpartanMB-Bold.otf") format("opentype");
}
/* Play Button icon for media thumbnails in Seasons */
article.node-media .node-image {
  position: relative;
}
article.node-media .node-image picture {
  position: relative;
  display: block;
}
article.node-media .node-image picture img {
  width: 100%;
}
article.node-media .node-image picture:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background: transparent url("../../images/icons/media.svg") no-repeat center center;
  background-size: 30%;
}
article.node-audio .node-image {
  position: relative;
}
article.node-audio .node-image picture {
  position: relative;
  display: block;
}
article.node-audio .node-image picture:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background: transparent url("../../images/icons/audio.svg") no-repeat center center;
  background-size: 30%;
}
article.node-photo-gallery .node-image {
  position: relative;
}
article.node-photo-gallery .node-image picture {
  position: relative;
  display: block;
}
article.node-photo-gallery .node-image picture:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background: transparent url("../../images/icons/photo.svg") no-repeat center center;
  background-size: 30%;
}

/*# sourceMappingURL=media_icons.css.map */
