.pod-main {
    display: flex;
}

.pod-left {
    width: 70%;
}

.pod-right {
    width: 30%;
}

.sub-buttons {
    display: flex;
    flex-wrap: wrap;
}

.sub-buttons a {
    width: 46%;
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-buttons a img{
    padding-right: 10px;
    width: 26px;
}

.youtube-videos {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.youtube-box {
    width: 49%;
}

.youtube-box a{
    text-decoration: underline;
    color: #000;
}

.youtube-box p{
    padding-bottom: 0;
}

.highlight-pod .singlepageview h2.title {
    margin-top: 50px;
}

.listenhere-pod .singlepageview h2.title {
    margin-top: 50px;
}

.listenhere-pod .singlepageview{
    padding-bottom: 60px;
}

ul.annual-report {
    list-style: none;
    padding-left: 0;
}

.annual-report a{
    display: flex;
    align-items: center;
}

.annual-report a:hover img{
    transform: translate(7px, 0);
}
 
.annual-report a img {
    transition: all .3s ease-in-out;
}

.prefoot .share {
    width: 12%;
}

.pod-footer ul {
    display: flex;
    align-items: baseline;
    gap: 17px;
}

.prefoot .share ul {
    width: 100%;
}

.pod-footer ul li a img {
    width: 20px;
}

.pod-footer h2 {
    margin-bottom: 10px;
}

.socialshare .pod-footer {
    margin: 0;
}

.socialshare .pod-footer ul{
    padding-left: 10px;
}

.prefoot .navfooter {
    width: 28%;
    margin-right: 2%;
}

.social-share {
    width: 20%;
    display: inline-block;
}

@media (max-width: 1090px){
    .prefoot .share {
        width: 15%;
    }
     
    .prefoot .navfooter {
        width: 25%;
    }
}

@media (max-width: 991px){
    .youtube-box {
        width: 100%;
        height: 500px;
    }

    .youtube-box iframe {
        width: 100%;
        height: 500px;
    }

    .listenhere-pod .singlepageview h2.title {
        margin-top: 100px;
    }

    .pod-right img{
        padding-top: 20px;
    }

    .prefoot .share {
        width: 25%;
    }
     
    .prefoot .navfooter {
        width: 35%;
    }

}


@media (max-width: 767px) {

    .pod-main {
        display: block;
    }

    .pod-left , .pod-right{
        width: 100%;
    }

    .sub-buttons a {
        width: 100%;
    }

    .youtube-videos {
        display: block;
    }

    .prefoot .share {
        width: 100%;
        margin-top: 20px;
    }
    .prefoot .navfooter {
        width: 100%;
    }
    .social-share {
        width: 100%;
        margin-top: 20px;
    }
    .pod-footer h2 {
        text-align: left;
    }

}

@media (max-width: 480px){
    .pod-footer h2 {
        display: block;
        text-align: left;
    }
}
