.podcast.featured{background-size:cover;background-position:top center;padding:0;margin-bottom:30px;background-color:#000;color:#fff;display:grid;grid-template-columns:100%;align-items:center}@media(min-width: 1024px){.podcast.featured{height:665px}}.podcast.featured div.background-photo{z-index:1;grid-row:1;grid-column:1;position:relative;overflow:hidden;height:100%}.podcast.featured img.background-photo{-o-object-fit:cover;object-fit:cover;position:absolute;-o-object-position:right bottom;object-position:right bottom;height:100%;width:100%;top:0;left:0;opacity:.7}@media(min-width: 1024px){.podcast.featured img.background-photo{-o-object-position:left top;object-position:left top}}@media(min-width: 1024px){.podcast.featured img.background-photo{opacity:1}}.podcast.featured .grid-container{z-index:2;grid-row:1;grid-column:1;height:100%;display:grid;grid-template-columns:100%;align-items:center;justify-content:center;padding:30px 0}.podcast.featured .grid{height:100%;display:grid;grid-template-columns:100%}@media(min-width: 1024px){.podcast.featured .grid{grid-template-columns:repeat(2, 1fr)}}.podcast.featured .cell{display:grid;grid-template-columns:100%;align-items:center}.podcast.featured .cell.cover{padding-left:0;padding-right:0;margin-bottom:30px}@media(min-width: 1024px){.podcast.featured .cell.cover{max-width:580px}}@media(max-width: 1023px){.podcast.featured .cell.cover{width:auto}}.podcast.featured .cell.cover .content-inner{background-color:#404243;padding:5px 20px 12px;display:flex;display:-ms-flexbox;align-items:center;-webkit-align-content:center;-ms-flex-align:center}.podcast.featured .cell.cover .image{margin-right:12px}.podcast.featured .cell.cover .image img{display:block;margin:0}.podcast.featured .cell.cover h2{font-size:2rem;line-height:2.5625rem;margin-bottom:0;color:#fff}@media(min-width: 767px){.podcast.featured .cell.cover h2{font-size:2.625rem;line-height:3.1875rem}}.podcast.featured .cell.cover p{margin:0}@media(mine-width: 767px){.podcast.featured .cell.cover p{font-size:1.25rem;line-height:1.25rem}}.podcast.featured .cell.featured{flex:1;padding:0 70px;display:flex;display:-ms-flexbox;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}@media(max-width: 1023px){.podcast.featured .cell.featured{flex-basis:100%}}@media(min-width: 1024px){.podcast.featured .cell.featured .content-inner{max-width:511px}}.podcast.featured .cell.featured h3{position:relative;font-size:1.5625rem;line-height:1.875rem;margin-bottom:20px;color:#fff;transition:all .25s ease-in-out}.podcast.featured .cell.featured h3:before{content:"";height:100%;width:8px;background-color:#99bec4;position:absolute;left:-30px;top:0}.podcast.featured .cell.featured a{color:#fff}.podcast.featured .cell.featured a span.button{color:#fff;text-align:left}.podcast.featured .cell.featured a svg path{stroke:#fff}.podcast.featured .cell.featured a:hover h3{color:#8fd5e1}.podcast.featured .cell.featured a:hover span.button{color:#8fd5e1}.podcast.featured .cell.featured a:hover svg path{stroke:#8fd5e1}