/* Radio Serpentine Website */

@font-face {
    font-family: GT-Walsheim-Bold;
    src: url(fonts/GT-Walsheim-Bold.woff);
}
@font-face {
    font-family: GT-Walsheim-Regular;
    src: url(fonts/GT-Walsheim-Regular.woff);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;

}
body{
  cursor: default;
}

#recent{
      overflow-x: scroll;
}
#highlight .inner{
  padding-top: 0px;
  max-width: none;
  padding-bottom: 0px;
}
#hero_meta h2 span {
    vertical-align: top;
    font-size: 50px;
    margin-top: -18px;
    display: inline-block;
    animation: flickerAnimation 3s infinite;
    height: 33px;
}
.hero-vert{
  /* top: calc(50% - 70px); */
position: relative;
/* transform: translateY(-50%); */
/* -webkit-transform: translateY(-50%); */
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
width: 100%;
    margin-bottom: 10vh;
}
#recent ul {
  list-style-type: none;
display: -webkit-inline-box;
}
#recent li {
  list-style-type: none;
display: flex;
flex-direction: row;
width: 16vw;
padding: 20px;
margin-bottom: 30px;
text-align: center;
}
#recent li img {
	width:100%;
	 border-radius: 50%;
}
.blogitems{
  flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.blogitems>*{
      width: 32.3%;
}
.wraprec{
  left: 12.5%;
position: relative;
margin-left: -57px;
    margin-bottom: 110px;
}
.seriesbtn:hover{
  color: #3460E3;
}

.bluebtn{
  background: #3460E3;
width: auto;
position: relative;
display: table;
padding: 7px;
padding-left: 16px;
padding-right: 11px;
border-radius: 23px;
font-weight: 800;
font-size: 0.7vmax;
letter-spacing: 1.3px;
margin-top: 7px;
font-family: 'GT-Walsheim-Bold', sans-serif;
}
a:focus{
  outline: none;
}
#hero_meta.live{
  margin-top: 0px;
}
.livefeatured>*{
  position: absolute;
  width: 100%;
  height: 100%;
}
.livefeatured{
  width: 50%;
height: 0px;
padding-top: 0px;
padding-bottom: 30px;
margin: 0 auto;
max-width: 1400px;
position: relative;
padding-bottom: 31.2%;
}
.livestream{
  position: relative;
height: 0;
width: 50%;
padding-bottom: 28%;
margin: auto;
}
.livestream iframe{
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
}
.livestream .livebtn{
  position: absolute;
bottom: 40px;
right: 41px;
}
.livestream img{
  width: 40px;
  height: auto;
  filter: invert(100%);
}
.reveal {
	opacity:0;
}
#container{
  overflow: hidden;
}
html, body {
  margin:0;
  padding:0;
  height:100%;
  width:100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  font-family: 'GT-Walsheim-Regular', sans-serif;
}
	::selection{ /* Safari and Opera */
    background:#275eec;
    color:#FFF;
}
    ::-moz-selection{ /* Firefox */
    background:#275eec;
    color:#FFF;
}
a {
	color:inherit;
	text-decoration: none;
}
p {
	font-family: "Lava";
	font-style: Normal;
	font-weight: 100;
    line-height: 30px;
    font-size: 18px;
}
p a {
	text-decoration:underline;
}
.back_link {
	background-image:url('back.png');
	background-repeat:no-repeat;
	padding-left:45px;
	padding-bottom:10px;
	margin-top:40px;
	line-height: 30px;
	font-family: 'GT-Walsheim-Regular', sans-serif;
}
.back_link:hover {
	background-image:url('back_hover.png');
	opacity:0.4;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
body {
	background-color:#141414;
	color:#FFF;
	padding:0;
	height: 100%;
	margin:0;
}
html {
	height: 100%;
}
h1 {
	font-size:50px;
	color:#fafafa;
	font-family:GT-Walsheim-Bold;
	clear: both;
}
h2 {
	font-family: 'GT-Walsheim-Bold', sans-serif;
}
h3 {
	font-family: 'GT-Walsheim-Bold', sans-serif;
}
nav {
	height:70px;
    overflow:auto;
    z-index:999;
    position:fixed;
    top:0;
    width:100%;
    background: #141414;
}
.container {
	margin-top:70px;
}
#home_navigator {
	border-bottom:1px solid #343434;
	position:fixed;
	background:#141414;
	width:100%;
	z-index: 90;
}
#navigator_list ul {
	list-style-type:none;
	transition: all 0.3s ease, background-position 1ms;
}
#navigator_list li {
	float:left;
	list-style-type:none;
	margin-right:20px;
	font-size:22px;
	margin-top:-12px;
	transition: all 0.3s ease, background-position 1ms;
}
#navigator_list li:hover {
	border-bottom:3px solid white;
	cursor:pointer;
}
.fixed_home_nav {
	margin-top:-5px;
}

#highlight {

  background-color:#333;
  min-height:calc(100vh - 136px);
  overflow:auto;
  overflow-y: hidden;
  z-index:80;
  background:no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  transition: background-image 2s linear, background-position 1ms;
  display: flex;
  align-items: center;

}
#highlight img {
	position:absolute;
	top:0;
}
#highlight h1 {
	width:60%;
	margin-top:10px;
	font-size:45px;
	text-shadow: 0px 0px 8px rgba(150, 150, 150, 1);
}
.highlight_visit_blog {
	float:right;
	text-align:right;
	font-size:13px !important;
	text-transform:uppercase;
	letter-spacing:1px;
	text-shadow: 0px 0px 8px rgba(150, 150, 150, 1);
	font-family: 'GT-Walsheim-Bold', sans-serif !important;
}
#highlight p {
	font-family: 'GT-Walsheim-Regular', sans-serif;
	margin-top:10px;
	width:50%;
	text-shadow: 0px 0px 8px rgba(150, 150, 150, 1);
	font-size:22px;
}
.highlight_listen {
	width:20%;
	margin:0 auto;
	padding-top:30px;
	text-transform: uppercase;
	text-align:center;
	font-size:16px;
	letter-spacing:1px;
	font-family: 'GT-Walsheim-Bold', sans-serif;
}
#highlight h3 {
	margin-top:0;
	margin-bottom:10px;
	font-size:1vmax;
	letter-spacing:1px;
	vertical-align: top;
	text-shadow: 0px 0px 8px rgba(150, 150, 150, 1);
	margin-top:20px;
	width:50%;
	white-space: nowrap;
	text-transform:uppercase;
	font-family: 'GT-Walsheim-Bold', sans-serif;
}
#highlight h3 span {
  vertical-align: top;
font-size: 50px;
margin-top: -21px;
display: inline-block;
animation: flickerAnimation 3s infinite;
height: 33px;
}
.highlight_condensed {
	position:fixed;
	top:70px;
	padding-top:0 !important;
	margin-bottom:60px;
	width:100%;
	height:80px !important;
	background:#141414 !important;
	background-image: none;
	border-bottom: 1px solid #343434;
    overflow:auto;
    z-index:100;
	overflow:hidden !important;
}
.highlight_condensed .highlight_visit_blog {
	display:none;
}
.highlight_condensed h1 {
	    font-size: 17px !important;
	    position:absolute;
	    top:10px;
	      white-space: nowrap;
	      text-shadow: 0px 0px 8px rgba(150, 150, 150, 0)!important;
}
.highlight_condensed p {
	font-size:17px !important;
	  white-space: nowrap;
	   text-shadow: 0px 0px 8px rgba(150, 150, 150, 0)!important;
}
.highlight_condensed p span {
		margin-left:60px;
}
.highlight_condensed h1 span {
		margin-left:60px;
}
.highlight_condensed h3{
	display:none;
}
.highlight_condensed #songPlayPause {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 20px;
    background-image: url(play_large.png);
    background-size: contain;
}
.highlight_condensed .highlight_listen {
	position:fixed;
	top:60px;
	    margin-left: 0px !important;
	width:40px !important;
	font-size:0px !important;
}
.highlight_condensed .live_push {
	margin-left:60px;
}
.hero_header {
	width:100vw;
	height:100vh;
	background:#292828;
	position:absolute;
	top:0;
	left:0;
	z-index:-2;
	background-size: cover;
}
.hero_header:after {
  content  : "";
  position : absolute;
  z-index  : 1;
  bottom   : 0;
  left     : 0;
  pointer-events   : none;
  background-image : linear-gradient(to bottom,
                    rgba(20,20,20, 0),
                    rgba(20,20,20, 1) 90%);
  width    : 100%;
  height   : 500px;
}
/*Play/Pause button*/
#songPlayPause{
	width:50px;
	height:50px;
	margin:0 auto;
	margin-bottom:20px;
	   background-image: url(play_large.png);
	   background-size:contain;
	   cursor:pointer;
}
.pause {
	 background-image: url(pause.png) !important;
}
.flash_message {
	position:absolute;
	bottom:0;
}
.series-name{
  margin-top: 12%;
    margin-bottom: 12%;
}
.flickity-page-dots{
  display: none;
}
#marathons, #podcasts{
  position: relative;
}
#podcasts .button--prev-wrapped,#podcasts .button--next-wrapped{
  top: 37%  !important;
  margin-top: 0px !important;
}
#marathons .inner{

  padding: 0px;
z-index: 666;
margin-top: -50px;
position: relative;
margin-left: auto;
margin-right: auto;
width: auto;
}
.listing a{
  text-align: center;
}
.button--next-wrapped{
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  right: 10%;
  z-index: 777;
  background-image: url(Forward.png);
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: -20px;
}
.button--prev-wrapped{
  position: absolute;
top: 50%;
height: 40px;
width: 40px;
left: 10%;
z-index: 777;
background-image: url(back.png);
background-repeat: no-repeat;
cursor: pointer;
margin-top: -20px;
}
.home-nav{
  position: relative;
  z-index: 888;
  width: 100vw;
  background: #141414;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  padding-left: ;
  padding-right: 42px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.home-nav a{
  font-family: 'GT-Walsheim-Bold', sans-serif;
  font-size: 2vmax;
  color: #4d4d4d;
  position: relative;
}
.home-nav a:hover{
  color: white;
}
.home-nav a:focus{
  color: white;
}
.home-nav a:hover:after, .home-nav a:focus:after{
  content: '\00a0';
  background-image: linear-gradient(to bottom, #fff -17%, #fff 100%);
  background-size: 100% 84%;
  background-repeat: no-repeat;
  float: left;
  width: 94%;
  height: 3px;
  position: absolute;
  bottom: -17px;
  left: 0px;

}

.home-nav ul{
  margin-left: 12.5%;
  display: flex;
}
li{
  list-style: none;
}
.home-nav li{
      margin-right: 4%;
}
.stopjump{
  padding-top: 50px;
}
.home-nav.stick{
  position: fixed;
  top: 70px;
}
.carousel {
	margin-top:60px;
}

.carousel-cell {
  width: 100%;
  height: 57vh;
  transition: all 1s ease;
  margin-left: 10px;
  background-color:#000;
  counter-increment: carousel-cell;
}

.carousel-cell .listen {
	margin:0 auto;
}

.carousel-cell img {
	width:100%;
	object-fit: cover;
	top:0;
	opacity:0.5;
}
.carousel-cell-series {
  width: 60%;
  height: auto;
  margin-left: 10px;
  transition: all 1s ease;
  background-color:#141414;
  counter-increment: carousel-cell;
      filter: blur(5px);
      -webkit-transition: 0.7s -webkit-filter linear;
-moz-transition: 0.7s -moz-filter linear;
-moz-transition: 0.7s filter linear;
-ms-transition: 0.7s -ms-filter linear;
-o-transition: 0.7s -o-filter linear;
transition: 0.7s filter linear, 0.7s -webkit-filter linear;
}
.carousel-cell-series.is-selected {
  filter: blur(0px)!important;
}
.carousel-cell-series .listen {
	margin:0 auto;
}

.carousel-cell-series img {
  width: 100%;
top: 1%;
opacity: 0.7;
object-fit: cover;

position: relative;
    height: 28vw;
}

.carousel_meta {
  z-index: 90;
position: absolute;
padding: 30px;
text-align: center;
width: 60%;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
    top: 5vh;
text-align: center;
padding-bottom: 0px;
}
#marathons .see_all{
  bottom: 30px;
    position: absolute;
    z-index: 666;
}
#marathons p{
  font-weight: bold;
}
.carousel_meta h2 {
	font-size:3vmax;
	margin:auto;
	top:0;
	margin-bottom:50px;
	text-align:center;
}
.carousel_meta p {
	font-family: 'GT-Walsheim-Regular', sans-serif;
	font-size:15px;
	margin-top:-20px;
	line-height:30px;
}

.push {
	margin-top:550px;
}

#podcasts {
    margin-bottom: 100px;
}

.carousel_meta_series {
  z-index: 90;
position: absolute;
padding: 30px;
width: 60%;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
text-align: center;
padding-top: 0px;
padding-bottom: 0px;
top: 50%;
}

.carousel_meta_series h2 {
	font-size:3vmax;
	margin:auto;
	top:0;
	text-align:center;
}
.carousel_meta_series p {
	font-family: 'GT-Walsheim-Regular', sans-serif;
	font-size:15px;
	margin-top:-20px;
	line-height:30px;
}
#main_logo {
  position: absolute;
      top: 13px;
      left: 12.5%;
      width: 190px;
      height: auto;
      z-index: 200;
      transition: all 0.5s ease;
      margin-left: -3px;
}
.main_nav {
	float:right;
	width:300px;
	margin-right: 12.5%;
	margin-top: 25px;
}
.main_nav ul {
	z-index:90;
}
.main_nav li {
	list-style-type:none;
	float:right;
	margin-left:40px;
	cursor:pointer;
	font-size:10px;
	line-height:22px;
	text-transform: uppercase;
	font-family:GT-Walsheim-Bold;
	letter-spacing:2px;
}
.caps {
	text-transform: uppercase;
	font-size:90%;
	letter-spacing:1px;
}
.sticky {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#141414;
	border-bottom: 1px solid #343434;
}
#event .sticky, #blog .sticky {
	background:#141414;
	border-bottom: 1px solid #343434;
}
.menu_toggle {
	width:24px;
	height:20px;
	background-image: url('burger.png');
	font-size:0px !important;
}
.search_toggle {
	width:20px;
	height:20px;
	background-image: url('search.png');
	font-size:0px !important;
}
#slideout_menu {
	display:none;
	position:fixed;
	top:0;
	right:0;
	width:50%;
	background:#275eec;
	height:100%;
	z-index:999;
	padding:40px;
	text-align:center;
}
#slideout_menu ul {
	list-style-type:none;
	margin-top:10%;
}
#slideout_menu li {
	list-style-type:none;
	font-size:40px;
	text-align:center;
	line-height:65px;
	font-family:GT-Walsheim-Bold;
}
.modal_close {
	position:absolute;
	top:0;
	right:0;
	width:26px;
	height:26px;
	background-repeat:no-repeat;
	background-image: url('close_modal.png');
	margin:30px;
	cursor:pointer;
}
#menu_footer {
	position:absolute;
    width:100%;
    left: 0;
    bottom: 20px;
    padding:0px;
}
#menu_footer p {
	clear:both;
	color:#5d86f0;
	font-size:14px;
	text-align:center;
	font-family:GT-Walsheim-Bold;
	text-transform: uppercase;
	letter-spacing:2px;
	width:100%;
}
#vanity_curtain {
	width:100%;
	height:100%;
	background:#000;
}
.inner {
	width:75%;
	padding-top:30px;
	padding-bottom:30px;
	margin:0 auto;
	max-width:1400px;
      position: relative;
}
.livelink{
  position: absolute;
right: 0px;
top: 180px;
font-size: 20px;
font-weight: bold;
font-family: 'GT-Walsheim-Bold', sans-serif;

}
.namelist h2{
  color: #4d4d4d;
}
.namelist h2 a:hover{
  color: white;
}
#content_tools {
	margin-top:-20px;
}
#editorial_content p {
  	font-size:28px;
  	line-height:38px;
  	width:60%;
  	font-family: 'GT-Walsheim-Regular', sans-serif;
}
#legal_content h1 {
	margin-bottom:60px;
}
#legal_content h2 {
	font-size:22px;
	margin-top:60px;
	margin-bottom:20px;
	font-family: 'GT-Walsheim-Bold', sans-serif;
}
.content {
	margin-top:50px;
}
.archive_list, .calendar_list {
	margin-top:60px;
}
.intro_paragraph p {
	font-size:23px;
	line-height:34px;
	font-family: 'GT-Walsheim-Regular', sans-serif;
}
table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    padding-top:60px;
}

th, td {
	text-align:left;
	padding:20px;
    border-bottom: 1px solid #4e4e4e;
}
td p {
	font-family: GT-Walsheim-Regular;
	font-size:16px;
	line-height:23px;
}
tr:last-child {
	border-bottom:4px solid #141414;}
th {
	width:25%;
	overflow:hidden;
	    text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}
tr span {
	font-family:GT-Walsheim-Bold;
	font-size:17px;
	letter-spacing:2px;
	text-transform: uppercase;
}
#calendar_widget {
	margin-top:60px;
	margin-bottom:60px;
	font-family:GT-Walsheim-Regular;
}
#calendar_widget h2 {
	font-size:32px;
}
#calendar_widget p {
	font-family:GT-Walsheim-Regular;
}
#calendar_widget strong {
	font-family:GT-Walsheim-Bold;
	margin-bottom:20px;
}
.play_icon {
	width:30px;
	height:30px;
	background-image: url('play_normal.png');
}
.play_icon:hover {
	background-image: url('play_hover.png');
}
.archive_play_col {

}
.listing {
	padding-top:60px;
}
ul.listing li:nth-child(4n) {
    margin-right:20px;
}
.listing ul {
	list-style-type:none;
	 display: flex;
  flex-wrap: wrap;
}
.listing li {
	list-style-type:none;
	display: flex;
   flex-direction: column;
   width: 25%;
   padding:20px;
   margin-bottom:30px;
}
.listing li img {
	width:100%;
	 border-radius: 50%;
}
.listing_modules {
	overflow:visible;
	margin-top:30px;
}
.listing_modules ul {
	list-style-type:none;
	 display: flex;
  flex-wrap: wrap;
}
.listing_modules li {
	float:left;
		list-style-type:none;
	display: flex;
   flex-direction: column;
	width:50%;
	padding-bottom:120px;
  position: relative;
}
.listing_modules li a,
.imgwrap{
      position: relative;
}

.events-listing ul{
  width: 100vw;
left: 0px;
margin-left: -12.5%;
}
.events-listing li{
  padding-bottom: 2vw;
}
.events-listing img{
  object-fit: cover;
position: relative;
height: 31vw;
}
.listing_modules li .imgwrap:after {
    position: absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background: linear-gradient(to bottom, rgba(255,0,0,0) 0%,#141414 100%);
}

.events-listing.listing_modules li:nth-child(2n+1){
  padding-right: 1vw;
}
.events-listing.listing_modules li:nth-child(2n+2){
  padding-left: 1vw;
}
.listing_modules li:nth-child(2n+1){
  padding-right: 7%;
}
.listing_modules li:nth-child(2n+2){
  padding-left: 7%;
}
.listing_modules li:nth-child(2n+1)  .imgwrap:after {
    position: absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background: linear-gradient(to left, rgba(255,0,0,0) 0%,#141414 100%);
}
.listing_modules li:nth-child(2n+2)  .imgwrap:after {
    position: absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background: linear-gradient(to right, rgba(255,0,0,0) 0%,#141414 100%);
}
.listing_modules p{
  margin-left: 20px;
      font-family: 'GT-Walsheim-Regular', sans-serif;
}
.listing_modules li:nth-child(2n+1) .list-title{
  position: absolute;
top: 30%;
left: auto;
right: 11%;
width: 75%;
}
.listing_modules li:nth-child(2n+2) .list-title{
  position: absolute;
top: 30%;
left: 11%;
width: 75%;
}
.list-title{
  position: absolute;
top: 50%;
left: 50%;
width: 57%;
}
.listing_modules li img {
	width:100%;
	transition: all 0.4s ease;
}
.listing_modules li:hover img {

}
.listing_modules li h2 {
	display:block;
	font-size:32px;
	z-index:90;
	margin-top:20px;
	margin-left:20px;
   font-family:GT-Walsheim-Bold;
}
 .listing_modules li h4 {
 	margin-left:20px;
   width: 70%;
   margin-top:10px;
   font-size:18px;
   font-family:GT-Walsheim-Regular;
 }
.participant_hero {
	width:40%;
	padding-top:40px;
	margin:0 auto;
	height:auto;
	 display: block;
    margin-left: auto;
    margin-right: auto ;
     -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)))
}
#participant_body {
	padding-top:60px;
	width:75%;
	margin:0 auto;
}
.written_list {
	margin-top:60px;
	clear:both;
}
.written_list ul {
	list-style-type:none;
}
.written_list li {
	list-style-type:none;
}
.written_list li:hover {
	opacity:0.6;
}
.written_list h2 {
	font-size:19px;
	position:initial;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:30px;
	margin-bottom:30px;
}
.written_list_participant {
	margin-top:60px;
}
.written_list_participant ul {
	list-style-type:none;
}
.written_list_participant li {
	list-style-type:none;
	font-size:32px;
	font-family: 'GT-Walsheim-Bold', sans-serif;
}
.written_list_participant li:hover {
	opacity:0.6;
}
.written_list_participant h2 {
	font-size:19px;
	position:initial;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:30px;
	margin-bottom:30px;
}
.see_all.offset{
  margin-left: 57px;
left: -12.5%;
position: absolute;
}
.see_all {
	text-align:center;
	color:#4d4d4d;
	font-size:16px;
	letter-spacing:2px;
	text-transform: uppercase;
	 margin: auto;
    width: 100%;
    font-family: 'GT-Walsheim-Bold', sans-serif;
    display: inline-block;
}
.see_all:hover {
	color:white;
}
.social_icons {
	float:right;
	width:50%;
}
.social_icons li {
	float:right;
	list-style-type:none;
	margin-left:20px;
	color:#4e4e4e;
	font-size:15px;
	border:2px solid #4e4e4e;
	padding:9px;
	border-radius: 200px 200px 200px 200px;
-moz-border-radius: 200px 200px 200px 200px;
-webkit-border-radius: 200px 200px 200px 200px;
}
.social_icons_nav {
	width:100%;
	margin-top:-50px;
}
.share_title {
	border:0 !important;
	text-transform:uppercase;
}
.share_title:hover {
	color:#4e4e4e !important;
}
.social_icons li:hover {
	color:#FFF;
	border:2px solid #FFF;
}
.social_icons_network {
	float:left;
	clear:both;
	margin-top:20px;
}
.social_icons_network li {
	float:left;
	list-style-type:none;
	margin-right:10px;
	color:#404040;
	font-size:15px;
	background:transparent;
	border:2px solid #404040;
	padding:9px;
	border-radius: 200px 200px 200px 200px;
-moz-border-radius: 200px 200px 200px 200px;
-webkit-border-radius: 200px 200px 200px 200px;
}
.social_icons_network li:hover {
	background:transparent;
	color:#FFF;
	border:2px solid #FFF;
}
#contributors h3 {
	font-size:33px;
}
.written_list ul {
	margin-left:10%;
}
#contributors ul {
	margin-top:-5px;
}
.blog_list {
	overflow:auto;
	margin-bottom:30px;
}
.blog_list img {
	width:100%;
	margin-top:20px;
}
.blog_list h2 {
	font-size:22px !important;
	line-height:33px !important;
	margin-bottom:0 !important;
}
.blog_list h3 {
	font-size:22px !important;
	line-height:30px;
	margin-top:0 !important;
	    clear: both;
	 font-family: 'GT-Walsheim-Regular', sans-serif !important;
}
.blog_list h4 {
	font-size:16px !important;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-top:0 !important;
	color:#4d4d4d;
	clear:both;
	 font-family: 'GT-Walsheim-Bold', sans-serif !important;
}
.blog_list h4:hover {
	color:#FFF;
}
.blog_list p {
	width:90%;
}
#search_modal {
	width:100vw;
	height: 100%;
	position:fixed;
	top:0;
	left:0;
	padding:30px;
	overflow:auto;
	background:#141414;
    z-index: 200;
	display:none;
}
#search_modal input {
    border: 0px;
    padding: 15px;
    padding-left:0;
    padding-right:0;
    background:transparent;
    color:#FFF;
    border-bottom:1px solid #343434;
    width:100%;
    font-size:43px;
    font-family: 'GT-Walsheim-Bold', sans-serif;
}
#search_modal input:focus, textarea:focus {
    outline: none;
}
#search_modal button {
	display:none;
}
.results_header {
	 border-bottom:1px solid #343434;
	 padding-top:20px;
	 font-size:12px;
	 letter-spacing:1px;
	 text-transform: uppercase;
	 padding-bottom:20px;
}
.ajaxSearch_close {
	display:none;
}
ul.results_list li {
	list-style-type:none;
	width:100%;
	overflow:auto;
	clear:both;
	padding-top:10px;
	border-bottom:1px solid transparent;
}
ul.results_list li:hover {
	opacity:0.6;
}
ul.results_list li h2 {
	font-size:24px;
	padding-top:3px;
}
ul.results_list li h2 span {
	opacity:0.2;
	margin-left:5px;
	font-weight:100;
}
ul.results_list li img {
	width:40px;
	height:40px;
	float:left;
	margin-right:30px;
	 border-radius: 50%;
}
.hero_image {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	opacity:0.6;
}
#hero_meta {
	width:80%;
	margin-top:150px;
}
#hero_meta h1 {
	line-height:55px;
}
#hero_meta h2 {
	font-size:20px;
	margin-bottom:20px;
}
#hero_meta h3 {
	margin-top:30px;
}
#hero_meta h4 {
	margin-top:0;
	margin-bottom:10px;
	font-size:14px;
	letter-spacing:1px;
	vertical-align: top;
	margin-top:20px;
	text-transform:uppercase;
	font-family: 'GT-Walsheim-Bold', sans-serif;
}
#hero_meta h4 span {
	vertical-align: top;
     font-size:50px;
     margin-top:-20px;
     display:inline-block;
     animation: flickerAnimation 3s infinite;
}
@keyframes flickerAnimation { /* flame pulses */
  0%   { opacity:1; }
  50%  { opacity:0.2; }
  100% { opacity:1; }
}
.listen {
	font-size:0px;
	background-image: url('Listen/normal.png');
	background-repeat:no-repeat;
	width:110px;
	margin-top:20px;
	height:40px;
	cursor:pointer;
  image-rendering: pixelated;
  background-size: cover;
}
.listen:hover {
	background-image: url('Listen/hover.png');
}
#player h2 {
	font-size:40px;
}
#player h3 {
	font-size:30px;
	text-transform:uppercase;
}
#track_player {
	overflow:auto;
	margin-bottom:20px;
}
#track_author {
	margin-top:50px;
}
.track_author_single {
	margin-bottom:30px;
	clear:both;
}
#track_author img {
	float:left;
	width:130px;
	height:130px;
	margin-top:20px;
	margin-right:30px;
	margin-bottom:15px;
	border-radius: 50%;
}
#track_author_single_meta {
	float:right;
	width:60%;
}
.track_author_single_meta h3 {
	font-size:18px !important;
	margin-bottom:30px;
}
.track_author_single_meta p {
	font-family: 'GT-Walsheim-Regular', sans-serif;
}
#track_meta {

}
#track_meta h1 {
	width:60%;
	margin-bottom:0;
}
#track_meta h2 {
	font-size:24px;
	margin-bottom:20px;
}
#track_meta h3 {
	text-transform:uppercase;
	margin-top:90px;
	font-size:25px;
	letter-spacing:2px;
}
#track_meta h3 a {
	color:#4d4d4d;
}
#track_meta h3 a:hover {
	color:#FFF;
}
#track_player h2 {
	font-size:15px;
}
.is-selected{
  z-index: 777;
}
#track_player_previous {
	float:left;
	padding-right:50px;
	width:25%;
}
#track_player_next {
	float:right;
	width:25%;
	padding-left:50px;
}
#track_player h2 {
}
#track_player_current {
	float:left;
	width:100%;
}
#track_player_current iframe {
	width:100%;
}
.body_image {
	width:70%;
	float:left;
	padding-bottom:40px;
	padding-top:40px;
	margin:0 auto;
}
.body_image p {
	width: 70%;
    text-transform: uppercase;
    color: #fafafa;
    font-family: 'GT-Walsheim-Bold', sans-serif;
    line-height: 19px;
    letter-spacing: 2px;
    font-size: 12px;
}
.body_image:nth-child(2n+3) {
	float:right !important;
}
.body_image img {
	width:100%;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-top:120px; margin-bottom:120px; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
.embed-container-audio { position: relative; padding-bottom: 15%; height: 0; overflow: hidden; max-width: 100%; margin-top:120px; margin-bottom:120px; } .embed-container-audio iframe, .embed-container-audio object, .embed-container-audio embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
.video_caption {
	margin-top:-100px;
	font-family: 'GT-Walsheim-Bold', sans-serif;
	width:90%;
}
#supporters_footer {
	margin-bottom:-30px;
	padding-bottom:30px;
	border-top: 1px solid #343434;
	margin-top:30px;
	overflow:auto;
}
#supporters_footer img {
	float:left;
	width:60%;
	margin:0;
	padding-bottom:20px;
}
#supporters_footer p {
	font-size: 14px;
    line-height: 22px;
	font-family: "Lava";
}
#supporters_footer p strong {
	font-family: 'GT-Walsheim-Bold', sans-serif;
}
#supporters_footer_col_left {
	float:left;
	width:62.5%;
	border-right:1px solid #3f3f3f;

}
#supporters_footer_col_right {
	float:left;
	width:37.5%;

	padding-left:20px;
}
.supporters_footer_col_meta {
	float:left;
	width:50%;
	padding-left:10px;
	padding-right:10px;
}
.supporters_footer_col_meta h2 {
	font-size:24px;
	margin-top:20px;
	clear:both;
	text-transform:uppercase;
}
.supporters_footer_col_meta h3 {
	font-size:13px;
	margin-top:20px;
	clear:both;
	letter-spacing:1px;
	text-transform:uppercase;
  margin-bottom: 10px;
}
.supporters_footer_col_meta p {
	font-size:20px;
	font-family: 'GT-Walsheim-Regular', sans-serif;
}
footer {
	border-top: 1px solid #343434;
	clear:both;
	margin-top:30px;
	overflow:auto;
	padding-top:30px;
	clear:both;
}
footer h2 {
	text-transform: uppercase;
}
.footer_col_left {
	float:left;
	width:25%;
	height:400px;
	border-right:1px solid #3f3f3f;
	padding-right:80px;
	overflow:auto;
	margin-bottom:30px;
}
.footer_col_left img, .footer_col_center img, .footer_col_right img {
	width:90%;
	margin-top:20px;
}
.footer_col_center {
	width:37.5%;
	float:left;
	height:400px;
	padding-left:20px;
	padding-right:20px;
	border-right:1px solid #3f3f3f;
}
.footer_col_right {
	width:37.5%;
	float:left;
	height:400px;
	padding-left:20px;
	padding-right:20px;
}
.footer_col_center_meta {
	float:left;
	width:50%;
	padding-left:10px;
}
.footer_col_right_meta {
	float:left;
	width:50%;
	margin-top:15px;
	padding-left:10px;
}
.footer_col_center_meta p {
	font-size:14px;
	line-height:22px;
}

/* Soundcloud custom player */

.sc-player {
	overflow:hidden;
}


/* scrubber */

.sc-scrubber {
	padding:30px;
}

.sc-scrubber .sc-time-span {
	background-color:black;
}

.sc-scrubber .sc-time-span img {
  background-color: #275eec;
}

.sc-scrubber .sc-buffer, .sc-scrubber .sc-played {
  opacity: 0.4;
}

.sc-scrubber .sc-played {
  background-color: #275eec;
  opacity: 0.4;
}

/* controls */

.sc-player .sc-controls a {
  color: transparent;
  background: url('play.png');
  background-repeat:no-repeat;
}

.sc-player .sc-controls a:hover {
  background: url('play.png');
  background-repeat:no-repeat;
}

.sc-player .sc-controls a.sc-pause {
  background: url('play.png');
  background-repeat:no-repeat;
}

.sc-player .sc-controls a.sc-pause:hover{
  background: url('pause.png');
  background-repeat:no-repeat;
}

.sc-player.playing .sc-controls a.sc-pause{
  background: url('pause.png');
  background-repeat:no-repeat;
}

.sc-player.playing .sc-controls a.sc-pause:hover{
  background: url('pause.png');
  background-repeat:no-repeat;
}

.sc-scrubber .sc-time-indicators{
  color: #FFF;
}

/* Track listings*/

.sc-player ol.sc-trackslist li, .sc-player ol.sc-trackslist a {
  color: transparent;
}

.sc-player ol.sc-trackslist li.active, .sc-player ol.sc-trackslist li:hover {
  color: #FFF;
}

.sc-player ol.sc-trackslist li.active a, .sc-player ol.sc-trackslist li:hover a {
  color: #FFF;
      font-size: 29px;
      font-family: 'GT-Walsheim-Bold', sans-serif;
}

.sc-track-duration {
  text-align: right;
  padding: 0 5px;
  color:#FFF;
  margin-left: 0px;
  font-size:23px;
}

/* Track info*/

.sc-player .sc-info{

}

.sc-player .sc-info-toggle{

}
.sc-player{
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.sc-player ol, .sc-player li{
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

/* Artworks */

.sc-player .sc-artwork-list{
  width: 100%;
  height: 50%;
  background-color: transparent;
  list-style-type: none;
  position: relative;
}

.sc-player .sc-artwork-list li{
  list-style-type: none;
  float: left;
  width: 500px;
}

.sc-player .sc-artwork-list li.active{
  list-style-type: none;
  display: block;
}

.sc-player, .sc-player .sc-artwork-list li div{
  list-style-type: none;
  height: auto;
}

.sc-artwork-list li img {
	width:100%;
	   border-radius: 300px;
	height:auto;
	 -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}
}
/* controls */

.sc-player .sc-controls{
  position: absolute;
  width: 100px;
  height: 100px;
  top: 300px;
  left: 0;

}

.sc-player .sc-controls a{
  display: block;
  width: 100px;
  height: 100px;
}

.sc-player .sc-controls a.sc-pause{
  display: none;
}

.sc-player.playing .sc-controls a.sc-play{
  display: none;
}

.sc-player.playing .sc-controls a.sc-pause{
  display: block;
}

/* scrubber */

.sc-scrubber {
  position: absolute;
  left: 50px;
  top: 290px;
  height: 40px;
  width: 100%;
  display: block;
}

.sc-scrubber .sc-time-span{
  height: 30px;
  margin: 5px;
  width:100%;
  position: relative;
}

.sc-scrubber .sc-time-span img {
  height: 30px;
  width: 100%;
}

.sc-scrubber .sc-buffer, .sc-scrubber .sc-played{
  height: 30px;
  position: absolute;
  top: 0;
}

.sc-scrubber .sc-time-indicators{
  position: absolute;
  right: 0;
  top: -30px;
}

/* tracks */

/* Track listings*/

.sc-player ol.sc-trackslist{
  position: absolute;
  float: left;
  width: 100%;
  top: 0;
}

.sc-player ol.sc-trackslist li{
  float: left;
  width: 70%;
  height: 60px;
  cursor: pointer;
  margin: 0px;
  padding: 150px 5px 5px 5px;
  list-style: none;
}

/* Track info*/

.sc-player .sc-info{
  position: absolute;
  top: 10px;
  left: -5000px;
  width : 400px;
  padding: 5px;
  height: 200px;
  z-index: 500;
  margin-left: -200px;
}

.sc-player .sc-info.active{
  left: 50%;
  top: 12%;
}


.sc-player .sc-info-toggle{
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
}

.sc-player .sc-info-toggle.active{
  left: -5000px;
}

.sc-player .sc-info-close{
  position: absolute;
  top: 10px;
  right: 20px;
}

.sc-player .hidden {
  display: none;
}

.sc-player-engine-container{
  width: 1px;
  height: 1px;
  position: fixed;
  top: 2px;
  left: 2px;
}
#featured_series a{
  display: flex;
}
#featured_series{
  background-size: cover;
  background-position: center;
}
.serieshead{
  float: left;
top: 40px;
position: absolute;
text-align: center;
margin: auto;
width: 100%;
font-size: 3vmax;
}
.carousel_meta .bluebtn,.carousel_meta_series .bluebtn{
  margin: auto;
}
#recent li{
  position: relative;
}
#recent li:hover::after{
  background-image: url(Listensmall/hover.png);
  pointer-events: none;
background-size: 25%;
background-repeat: no-repeat;
display: inline-block;
width: 100%;
content: "";
position: absolute;
top: 0px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
background-position: center;
padding-top: 100%;


}
/* End of Soundcloud custom player */
@media only screen and (max-width: 800px) {
	/* responsive mobile layout */
  .events-listing img{
    height: auto;
  }
  #featured_series{
    width: 100vw;
  }
  #highlight{
    min-height: 50vh !important;

  }
#highlight h3{
  font-size: 3vmax;
}
.bluebtn{
  font-size: 1.7vmax;
}
.home-nav a{
  font-size: 3vmax;
}
.mobile_hide {
	display:none;
}
h1 {
	line-height:35px;
	font-size:32px;
}
#main_logo {
	top:25px;
	left:20px;
	width:100px;
	height:auto;
	z-index:200;
}
.carousel-cell-series {
  height: 300px !important;
 }
#hero_meta h1 {
	line-height:35px;
	font-size:32px;
}
#hero_meta h2 {
	font-size:20px;
	margin-bottom:20px;
}
.inner {
	width:90%;
	padding-top:20px;
	padding-bottom:20px;
	margin:0 auto;
	max-width:1400px;

}

#highlight h1 {
	font-size:28px;
	width:75%;
	text-shadow: 0px 0px 8px rgba(150, 150, 150, 1);
}
#highlight {
}
#highlight p {
	width: 75%;
    font-size: 16px;
}
.livestream{
  position: relative;
width: 90vw;
right: 0;
height: 0;
padding-bottom: 63%;
margin-top: 59px;
margin-top: 10px;
}
.button--prev-wrapped,.button--next-wrapped{
  margin-top: -30px;
}
.carousel_meta{
  width: 90%;
}
.main_nav{margin-right: 5%;}
.wraprec{
  margin-bottom: 0px;
      margin-left: -8vw;
}
.livefeatured{
  width: 75%;
      padding-bottom: 47.2%;
}
.highlight_condensed h1 {
	    margin-top: 0px !important;
}
.highlight_condensed p {
padding-top:10px;
}
.highlight_condensed #songPlayPause {
	margin-top:10px;
}
.highlight_listen {
    width: 30%;
    margin: 0 auto;
    padding-top: 20px;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    letter-spacing: 1px;
    font-family: 'GT-Walsheim-Bold', sans-serif;
 }
#participant_body {
	padding-top:20px;
	width:100%;
	padding: 30px;
	margin:0 auto;
}
#participant_body h3 {

}

.participant_hero {
	width:100%;
	padding-top:0;
}
#editorial_content p {
  	font-size:22px;
  	line-height:30px;
  	width:100%;
}

.listing li {
	width:50%;
}

.listing_modules li {
	float:left;
		list-style-type:none;
	display: flex;
   flex-direction: column;
	width:100%;
	list-style-type:none;
	padding-right:20px;
	padding-bottom:120px;
	 position: relative;
}
.listing_modules li img {
	width:100%;
}

#slideout_menu {
	width:100vw;
}

#slideout_menu li {
	font-size:40px;
	line-height:60px;
	font-family: 'GT-Walsheim-Bold', sans-serif;
}
#hero_meta {
	width:100%;
	margin-top:20px;
}
.back_link {
	width:100%;
	margin-bottom:60px;
	float:left;
	dislay:block;
}
ul.social_icons {
	width:100%;
	clear:both;
	float:left;
	text-align:left;
}
#recent li{
  width: 28vw;
}

.social_icons li {
	float:left;
	margin-left:0;
	margin-right:20px;
	margin-bottom:60px;
}
.written_list {
	overflow:auto;
	clear:both;
	margin-bottom:40px;
}
.blogitems{
  display: block;
}
.blogitems>*{
  width: 100%;
}
.blog_list p {
	width:100%;
}
.written_list h2 {
	float:left;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:10px;
}
.written_list ul {
	clear:both;
	margin-left:20px;
}
.body_image {
	width:100%;
	padding-top:20px;
	padding-bottom:30px;
}
.body_image p {
	width:100%;
}
#track_player_previous, #track_player_current, #track_player_next {
	width:100%;
	padding:20px;
}
#track_player_previous h2, #track_player_next h2 {
	margin-top:0;
}
#track_author img {
	width:100%;
	height:auto;
	margin-bottom:30px;
}
.sc-artwork-list li img {
	width:87vw !important;
}
footer {
	padding-bottom:30px;
}
.footer_col_left, .footer_col_center, .footer_col_right {
	width:100%;
	border-right:0;
	height:auto !important;
	overflow:auto;
	padding:30px;
}
.footer_col_left {
	margin-top:-70px;
}
.footer_col_left, .footer_col_center {
	border-bottom:2px solid #3f3f3f;
}
.footer_col_left img, .footer_col_center img, .footer_col_right img {
	width:50%;
}
.footer_logo img {
	width:100px;
}
.supporters_footer_col_meta {
	width:100%;
}
.supporters_footer_col_meta img {
	width:30% !important;
	margin-right:20px !important;
	clear:both;
}
#supporters_footer_col_left, #supporters_footer_col_center, #supporters_footer_col_right {
	width:100% !important;
	border-right:0 !important;
	padding:0px !important;
}
