

.hero .header_text {
font-size: 4vw;
font-family: 'SlateStd-Medium';
}
body#home .hero .header_text {
font-size: 10vw;
font-weight: 900;
}
body#home .hero .header_text span.pre-line {
font-size: 6vw;
font-weight: 400;
}
body#home content .builder.boxes {
margin-top: -2em;
}
body#home content .builder.columns-wrapper {
margin-top: -2em;
padding-bottom: 0;
padding-top: 2em;
}
.episode-text p.note {
display: none;
}
#news-item-full img {
width: 100%;
height: auto;
}
body#podcast-display content .builder.boxes div.boxes-element:nth-child(3) {
display: none;
}
body#podcast-display content .boxes .boxes-element {
width: 50%;
}
.content_wrapper img {
max-width: 100%;
height: auto;
}
.content_wrapper #news-items-wrapper img {
 width: auto;
height: 100%;
min-width: 100%;   
}

iframe {
    width: 100%;
    height: auto;
    min-height: 550px;
}

@media screen and (max-width: 600px) {
    iframe {
        min-height: 150px;
    }
}

@media screen and (min-width: 600px) {
    h1.header_text {
        max-width: 80%;
        margin: 0 auto;
    }
}

#navcolor {
    opacity: 0.95;
}

#news-item-full img {
  float: none;
}

.tagline {
  position: relative;
  top: -15px;
}


.tsap-full-width {
  text-align: center;
  background: rgba(235, 235, 235, 0.9) none repeat scroll 0% 0%;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.tsap-col-5-1 {
  width: 100% !important;
  
}
.tsap-col-4-1 {
  width: 100% !important;
  
}

.tsap-col-1 {
  width: 100%;
}

.tsap-col {
  margin: 0px !important;
  padding: 10px;
  height: auto !important;
}

.tsap-shade {
  background: rgba(235, 235, 235, 0.9) none repeat scroll 0% 0% !important;
}

.tsap-shade .blocks {
  background: rgba(235, 235, 235, 0.9) none repeat scroll 0% 0%;
}

@media only screen and (min-width: 768px) {
  .tsap-col-5-1 {
     width: 20% !important;
  }
  .tsap-col-4-1 {
     width: 25% !important;
  }
}

#news-item-full table,
#news-item-full table td{
    border: none;
}

.top {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.block {
  background: none !important;
}

.header_text_holder .homepage-hero-tag {
    text-align: center;
    width: 500px;
    margin-left: -220px;
    margin-top: -100px;
    max-width: 90vw;
}

@media screen and (max-width: 600px) {
    .mobile-show{
        display: block !important;
    }

    .mobile-hide {
        display: none !important;
    }
    
    .desktop-hide{
        display: block !important;
    }

    .desktop-show {
        display: none !important;
    }
    .header_text_holder .homepage-hero-tag {
        width: 80vw;
        margin-left: -150px;
    }
}
