.billboard-full-height {
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .billboard-full-height {
    /* IE10+ CSS styles go here */
    height: 100vh;
  }
}
.billboard-full-height .billboard-content-wrapper {
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .billboard-full-height .billboard-content-wrapper {
    /* IE10+ CSS styles go here */
    height: 100vh;
  }
}
.content-slider-wrapper {
border: none;
}

.content-slider {
    width: 80%;
    margin: 0 auto;
}

.content-slider-wrapper .content-slider-copy {
text-align: center;
}
.newsletter-button {
    display: inline-flex;
    border: 1px solid #fff;
    height: 40px;
    width: 280px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
}

.header-social .rich-text-container {
    display: flex;
    justify-content:flex-end;
}

.newsletter-button-header {
    display: inline-flex;
background-color: #b49060;
    height: 40px;
    width: 280px;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 10px;
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 1;
}

.footer-section .consent-email-link a:hover, .footer-section .consent-email-link a:active, .newsletter-button:hover, .newsletter-button:active, .newsletter-button-header:hover, .newsletter-button-header:active {
    background-color: #fff;
    color: rgb(86, 36, 40);
}
.ftr-logo {
    max-width: 100%;
}
.masonry-category-container{
    display: none;
}
.fa-instagram {
border: solid 1px #c9a561;
    display: inline-block;
    margin-left: -1px;
}

.fa-spotify {
border: solid 1px #c9a561;
    display: inline-block;
    margin-left: -1px;
}
.body-home .billboard-section {
  margin-top: -288px !important;
}
.no-billboard .billboard-section{
    display: none;
}

.no-quote .quote-section{
    display: none;
}

.hide-cta .content-slider-cta-wrapper{
    display: none;
}

.thank-you-message{
    text-align: center;
    font-family: 'Abel', sans-serif;
    color: #787a7b;
    font-size: 25px;
    text-transform: uppercase;
    border-top: 2px solid #ab8336;
    padding: 30px;
    border-bottom: 2px solid #ab8336;
}

.video-section iframe{
    height: 520px !important;
}
/* Small iPhones */
@media only screen and (max-device-width: 736px) { 
    .video-section iframe {
        height: 185px !important;
    }
}
/* iPhone X Landscape */
@media only screen 
    and (min-device-width : 812px) 
    and (max-device-width : 812px) 
    and (-webkit-device-pixel-ratio : 3)
    and (orientation : landscape) { 
    .video-section iframe {
        height: 350px !important;
    }
}

/*BIO DETAIL AS LINK FIX*/

.bio-detail-links-as-text {
    margin-top: 15px !important;
}
 .bio-detail-links-as-text a{
    padding: 0 !important;
}

.podcast-masthead .podcast-masthead-inner .podcast-masthead-info {
    padding: 40px 60px !important;
}

.podcast-episode-description {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
    display: none !important;
}

ul {
      list-style: initial !important;
}
.footer-billboard-content {
   display: none !important;
}
.billboard-section-3 {
    display: none !important;
}
