
@font-face {
	font-family: 'YWFTMatter-Medium';
	src: url('/fonts/ywft-matter.eot');
	src: url('/fonts/ywft-matter.eot?#iefix') format('embedded-opentype'),
             url('/fonts/ywft-matter.woff2') format('woff2'),
	     url('/fonts/ywft-matter.woff') format('woff'),
	     url('/fonts/ywft-matter.ttf') format('truetype'),
	     url('/fonts/ywft-matter.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
    background:#000;
}

a {
  color: #ff625e;
  text-decoration: none;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ff625e;
    background:#000;
}

.section.section--tags {
  padding-top: 60px;
}

.section.section--episode {
  padding: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #ff625e;
}

.section.section--cards {
  padding: 0px;
  background-color: #ff625e;
}

.section.section--people {
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section.section--tags-red {
  padding-top: 60px;
  background-color: #ff625e;
}

.section.section--general {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.section--info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom-width: 0px;
}

.section.section--info_hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-width: 0px;
  background-image: url('../images/DTW5dlAXUAMTXSc.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #fff;
    text-transform: uppercase;
      font-family: 'YWFTMatter-Medium', sans-serif;
}

.logo.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.nav--two__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 15px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #ff625e;
  color: #ff625e;
  text-transform: uppercase;
    font-weight: normal;
}

.nav--two__link:hover {
  color: #fff;
}

.nav--two__link.w--current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #000;
  color: #fff;
}

.nav--two__link.nav--two_mobileonly {
  display: none;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff625e;

  color: #fff;
    border-bottom:1px solid;
}

.nav--two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
  font-weight: 700;
}

.body {
  background-color: #000;
  color: #ff625e;
}

.text-block {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: normal;
}

.nav--two_button {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 16px 0px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: fa-solid, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.nav--two_button.w--open {
  padding-right: 15px;
  background-color: transparent;
  color: #000;
}

.genre--big {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #ff625e;
  background-color: transparent;
  font-family: 'YWFTMatter-Medium', sans-serif;
  color: #ff625e;
  font-size:2.5em;
  line-height: 1.2em;
    text-transform: uppercase;

}

.genre--big:hover {
  background-color: #ff625e;
  color: #000;
}



.genre--big.genre-big__more {
  background-color: #ff625e;
  color: #000;
}

.footer {
  border-top: 0px solid #ff625e;

  color: #ff625e;
  font-size: 12px;
  font-weight: 400;
}

.content {
  /* background-color: #000; */
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'YWFTMatter-Medium', sans-serif;
  color: #ff625e;
  font-size: 2em;
  line-height: 1em;
  font-weight: 900;
    text-transform: uppercase;
}

.heading.heading--black {
  color: #000;
  text-transform: lowercase;
}

.heading.hero_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 6em;
  text-align: center;
}

.heading.hero_quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 4em;
  text-align: center;
}

.radio-player {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #ff625e;
  background-color: #000;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
}

.datetime {
  margin-bottom: 20px;

  font-size: 11px;
  line-height: 2em;

}

.episode_meta {
  padding-bottom: 20px;
}

.episode_description {
  width: 50%;
  padding: 40px;
}

.genre--small {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0px 5px;
  border-style: solid;
    font-size:0.75em;
  border-width: 1px;
  border-color: #ff625e;
  background-color: transparent;
  font-family: 'YWFTMatter-Medium', sans-serif;
  color: #ff625e;
  text-transform: uppercase;
}

.genre--small:hover {
  background-color: #ff625e;
  color: #fff;
  text-decoration: underline;
}

.episode-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    width: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #ff625e;
    background-color: #000;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer;
    /* flex-grow: 1; */

}

.episode-card:hover {
  background-color: #ff625e;
  color: #000;
}


.episode-card.episode-card_leader {
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
    font-size:0.75em;
}

.episode-card.episode-card_leader:hover {
  background-color: #000;
  color: #ff625e;
}

.episode-card.episode-card_leader.episode-card_leader-red {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ff625e;
  color: #000;
}

.episode-card__meta {
  position: relative;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 0px;
  border-color: #ff625e;
}

.episode-card__meta:hover {
  background-color: #ff625e;
  color: #000;
}

.episode-card__title {
  margin-top: 0px;
  font-size: 1.2em;
  line-height: 1em;
  text-transform: uppercase;
}



.card { 
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    width: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #222;
    background-color: #000;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer;
}

.card:hover { background:#fff; color:#000; }

.card--large { width: 33.33%; }
.card--spaced { padding:20px; }



.card_btn {
    font-family: 'YWFTMatter-Medium'; 
    text-transform: uppercase; 
    border:2px solid #fff; 
    padding:5px 10px; 
}

.card_btn--online { color:#333; border-color:#333; }
.card_btn--sold { color:red; }

.card:hover .card_btn { border-color:#000; }

.card_leader {
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
  font-size:0.75em;
}

.card__meta {
  position: relative;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 0px;
  border-color: #ff625e;
}

.card__title {
  margin-top: 0px;
  font-size: 1.2em;
  line-height: 1em;
  text-transform: uppercase;
}

.card--spaced .card__meta { padding:20px 0px 0px 0px; }






.profile-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 500px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/DTW5dlAXUAMTXSc.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.profile-card:hover {
  background-color: #ff625e;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.profile-card__name {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: 'YWFTMatter-Medium', sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1em;
  text-align: center;
    text-transform: uppercase;
}

.columns-2 {
  padding: 10px;
  font-size: 11px;
    text-transform: uppercase;
}

.align-right {
  text-align: right;
}

.section_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.meta {
 /* font-family: zeitung-mono, sans-serif; */
  font-size: 12px;
    text-transform: uppercase;
}

.meta.meta_search-total {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.genre--big-black {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 20px 30px 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #000;
  background-color: transparent;
  font-family: 'YWFTMatter-Medium', sans-serif;
  color: #000;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: lowercase;
}

.genre--big-black:hover {
  background-color: #000;
  color: #ff625e;
  text-decoration: underline;
}

.episode_desc {
  margin-bottom: 20px;
  font-family: 'YWFTMatter-Medium', sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
}

.profile_description {
  width: 50%;
  padding: 40px;
}

.profile_image {
  width: 50%;
  min-height: 500px;
  border: 0px solid #000;
  background-image: url('../images/DTW5dlAXUAMTXSc.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.episode_image {
  width: 50%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  text-align: center;
}

.footer_link {
  display: inline-block;
}

.footer_link:hover {
  color: #fff;
}

.footer_txt {
  display: inline-block;
}

.nav--one_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #fff;
    text-transform: uppercase;
  font-weight: normal !important;
}



.col--left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.col--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.socials_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-left: 1px solid ;
  font-family: fa-brands, sans-serif;
  color: #fff;
  font-weight: 700;
}

.socials_link:hover {
  color: #000;
}

.socials_link.w--current {
  color: #000;
}

.player_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-left: 1px solid #ff625e;
  font-family: fa-solid, sans-serif;
  color: #ff625e;
  font-weight: 700;
}

.player_link:hover {
  color: #fff;
}


.player_play-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-right: 1px solid #ff625e;
  border-left: 0px solid #ff625e;
  font-family: fa-solid, sans-serif;
  color: #ff625e;
  font-weight: 700;
}

.player_play-button.w--current {
  color: #000;
}

.player_description {
  width: 100%;
  padding-left: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
 
  font-size: 0.7em;
}

.nav--two_socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav--two_socials-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-left: 0px solid #fff;
  font-family: fa-brands, sans-serif;
  color: #ff625e;
  font-size: 1.3em;
  font-weight: 700;
}

.nav--two_socials-link:hover {
  color: #fff;
}

.nav--two_socials-link.w--current {
  color: #000;
}

.profile_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-family: fa-brands, sans-serif;
  color: #ff625e;
  font-size: 1.5em;
  font-weight: 700;
}

.profile_link:hover {
  color: #fff;
}

.profile_link.w--current {
  color: #000;
}

.p {
  margin-top: 15px;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ff625e;
}

.pagination_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 80px;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-right: 1px solid #ff625e;
      font-family: 'YWFTMatter-Medium', sans-serif;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
}

.pagination_link:hover {
  background-color: #ff625e;
  color: #000;
}

.player_description--mobile {
  display: none;
  width: 100%;
  padding-left: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  
  font-size: 0.7em;
}

.footer_divider {
  display: inline-block;
}



.section--search { outline: 0px solid red; }

.search_form { display:flex; outline: 0px solid yellow; display:flex; width:100%; border:2px solid #fff; }
.search_input {
    display:inline-flex;
    flex-grow: 1; 
    font-size:2em;
    padding:10px 20px;
    border:0px solid #fff;
    background:#000;
    color:#fff;
    text-transform: uppercase;
}

.search_button {
    display:inline-flex; 
    font-family: 'YWFTMatter-Medium', sans-serif;
    font-size: 2em; 
    background:#fff;
    color:#000;
    padding:10px 20px;
    border-left:2px solid #fff;
}

.search_button:hover { background:#000; color:#fff;   }


.section--splash {
    display: flex;
    height:75vh;
    width:100%;
    justify-content: center;
    align-items: center;
    background:transparent !important;
    }    

.splash_title {    
    font-family: 'YWFTMatter-Medium', sans-serif;
    font-size: 2em; 
            text-align: center;
    line-height: 1em;
}    
    
.vimeo-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe, .vimeo-wrapper video {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}




/*************************************************************/
/* MOBILE
/*************************************************************/

@media screen and (max-width: 991px) {
  .nav--two__link {
    border-left-width: 0px;
  }
  .nav--two {
    background-color: #000;
  }
  .nav--two_button {
    padding: 10px;
  }
      .nav--two__link.nav--two_mobileonly {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
    
.episode-card_leader { width:100% !important; }    
    
  .episode-card, .profile-card, .profile_description, .profile_image {
    width: 25%;
  }
  .episode-card__image {
    width: 100%;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 767px) {

  .heading.hero_link {
    font-size: 4em;
  }
  .episode_description {
    width: 100%;
  }
  .align-right {
    text-align: center;
  }
  .align-right.footer_yuck {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .profile_description {
    width: 100%;
  }
  .profile_image {
    width: 100%;
    height: 100vw;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .episode_image {
    width: 100%;
  }
  .nav--one_link {
    display: none;
  }
  .col--left {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .col--right.col--socials {
    display: none;
  }
  .pagination_link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .pagination_link.pagination--last {
    border-right-width: 0px;
  }
  .column {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .heading.hero_link {
    font-size: 4em;
  }
  .episode-card, .card {
    width: 100%;
    border-right-width: 0px;
    border-left-width: 0px;
  }
  .episode-card.episode-card_leader {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .profile-card {
    width: 100%;
  }
  .profile_description {
    width: 100%;
  }
  .profile_image {
    width: 100%;
  }
  .player_description {
    display: none;
  }
  .player_description--mobile {
    display: block;
  }
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer_divider {
    display: none;
  }
}

@font-face {
  font-family: 'fa';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'fa-brands';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'fa-solid';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}