body{
    margin: 0;
    background: #2d2660;
    /* min-height: 1000vh; */
    font-family: 'Raleway';
}

header {
    width: 100%;
    height: 90px;
}
header .ps-life-head {
    background: #2d2660;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding: 11px 15px 10px;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header a.ps-life-logo {
    display: block;
    width: 130px;
    margin: 0;
}
header .header-logo {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: auto;
    width: 260px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.wrapper-bigger {
    width: 100%;
    margin: auto;
    max-width: 1460px;
}
header .navbar-item {
    float: right;
    color: #fff;
    padding: 10px 0;
}
header .navbar-item .navbar-toggler{
    background: #fff;
    padding: 10px 11px;
    border-radius: 0;
}

.wrapper{
    width: 100%;
}
.main-content{
    padding-right: 69px;
}
.nakakalocal-container{
    padding: 0 15px 0 15px;
    width: 95%;
    margin: auto;
}

.sidebar-header{
    width: 69px;
    position: fixed;
    right: 0;
    height: 100%;
    background: #feffff;
    top: 90px;
}

.sidebar-header .socials{
    font-size: 22px;
    text-align: center;
    padding-top: 25px;
}
.sidebar-header .socials span{
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    transform: rotate(-90deg);
    width: 138px;
    display: block;
    margin-left: 40px;
    height: 164px;
}
.sidebar-header .socials a{
    display: block;
    
}
h2{
    color: #fff;
    font-size: 58px;
    font-weight: 900;
}
h3{
    font-size: 46px;
    color: #fff;
    font-weight: 900;
}
h4{
    font-size: 34px;
    color: #fff;
    font-weight: 900;
}

h5{
    font-size: 23px;
    font-weight: bolder;
}

#advocacy{
    background: #069ecd;
    padding: 50px 0 30px;
    color: #fff;
}
#advocacy .text{
    margin-top: 20px;
}
#advocacy p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}
#advocacy .featured-images .slick-dots{
    bottom: 15px;
}
#advocacy .featured-images .image{
    /* border: 1px solid black; */
}
#advocacy .featured-images .image img{
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    margin: auto;
}
#advocacy .image{
    position: relative;
}
#advocacy .image iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#advocacy .featured-images .slick-dots li{
    margin: 0;
}

#advocacy .featured-images .slick-dots li button:before{
    font-size: 16px;
}
#advocacy .featured-images .slick-dots li.slick-active button:before{
    color: #fff;
}

#advocacy .featured-images.slick-dotted.slick-slider{
    margin-bottom: 0;
}


#going-loco-for-local{
    padding: 50px 0 30px;
    color: #fff;
    position: relative;
    font-size: 16px;
    z-index: 1;
}
.blue-bg{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #014097;
    z-index: -1;
}

#going-loco-for-local .featured-videos .slick-dots{
    bottom: 15px;
}
#going-loco-for-local .featured-videos .image{
    /* border: 1px solid black; */
    height: 0;
}
#going-loco-for-local .featured-videos .image video{
    position: absolute;
    top: 0;
    left: 0;
}
#going-loco-for-local .featured-videos .slick-dots li{
    margin: 0;
}

#going-loco-for-local .featured-videos .slick-dots li button:before{
    font-size: 16px;
}
#going-loco-for-local .featured-videos .slick-dots li.slick-active button:before{
    color: #fff;
}

#going-loco-for-local .featured-videos.slick-dotted.slick-slider{
    margin-bottom: 0;
}

#going-loco-for-local .going-loco-upper .going-loco-title{
    margin-top: 10px;
    font-size: 42px;
    font-weight: bolder;
    line-height: 1.1;
}
#going-loco-for-local .going-loco-upper .going-loco-description{
    padding: 25px 0;
    margin-bottom: 20px;
}
#going-loco-for-local .going-loco-bottom{
    padding: 15px 0;
}

#going-loco-for-local .going-loco-bottom .upcoming-item{
    margin: 5px 0 15px;
}
#going-loco-for-local .going-loco-bottom .upcoming-item .upcoming-item-title{
    position: relative;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    z-index: 1;
}

#going-loco-for-local .going-loco-bottom .upcoming-item .upcoming-item-title::after{
    content: '';
    position: absolute;
    width: 103%;
    height: 100%;
    background: #ffe207;
    left: -10px;
    top: 0;
    z-index: -1;
}

#going-loco-for-local .going-loco-bottom .upcoming-item .upcoming-item-description{
    margin-top: 5px;
    line-height: 1.3;
}

#featured-article{
    color: #fff;
}
#featured-article .article-details{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
#featured-article h4{
    margin-top: 40px;
}
#featured-article .by-line{
    font-size: 14px;
}
#featured-article p.desc{
    font-size: 16px;
    margin-top: 20px;
}

#watch-it-again{
}

#watch-it-again h2{
    text-align: right;
}
#watch-it-again .to-watch-items{
    margin-top: 20px;
}

#watch-it-again .to-watch-items .watch-item{
    display: flex;
    /* height: 200px; */
    margin-bottom: 20px;
}

#watch-it-again .to-watch-items .watch-item .video-thumb{
    aspect-ratio: 4 / 3;
    width: 23%;
}
#watch-it-again .to-watch-items .watch-item .video-thumb img{
    visibility: hidden;
}
#watch-it-again .to-watch-items .watch-item .video-details{
    width: 77%;
    background: #f47721;
    padding: 2% 4% 0%;
    color: #fff;
    font-size: 1.2rem;
}

#watch-it-again .to-watch-items .watch-item .video-details a{
    text-decoration: none;
}
#watch-it-again .to-watch-items .watch-item .video-details .title{
    font-weight: bold;
}

#watch-it-again .modal .image{
    position: relative;
}
#watch-it-again .modal .image iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#live-local{
}

#live-local .issues{
    margin-top: 30px;
}
#live-local .issue-title{
    color: #fff;
    font-size: 30px;
}
#live-local .article-list{
    margin-top: 30px;
}
#live-local .issues-article li{
    margin: 0 10px;
}

#live-local .issues-article li img{
    max-width: 85%;
    border-radius: 100%;
    max-height: 100%;
    margin: auto;
    border: 15px solid #ffe207;
    background: #a8a8a8;
}
#live-local .slick-track
{
}

#live-local .slick-slide{
    height: inherit !important;
    display: flex !important;
}
#live-local .issues-article li .details{
    margin-top: -50%;
    /* height: 100%; */
    padding: 54% 20px 20px;
    background: #ffe205;
}
#live-local .issues-article li .details .title{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    min-height: 68px;
}
#live-local .issues-article li .details .blurb{
    max-height: 63px;
    overflow: hidden;
}
#live-local .issues-article li .details .read-more{
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
}
#live-local .issues-article li .details .read-more svg{
    vertical-align: middle;
}

#partners{
}
#partners .partners-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#partners .partners-title img{
    max-width: 700px;
}

#partners .partners-container{
    background: #fff;
    margin-top: 50px;
    position: relative;
    padding: 50px 0;
}
#partners .partners-container h5{
    width: 90%;
    text-align: center;
    font-size: 18px;
    color: #000;
    margin: 6vh auto 0;
}
#partners .partners-container .border-bg{
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    left: 15px;
    background: url(/images/nakakalocal/border-bg.png) center center no-repeat;
    background-size: cover;
}
#partners .partners-container .border-bg.border-bg-right{
    right: 15px;
    left: unset;
}
#partners .partners-container ul{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: auto;
    flex-wrap: wrap;
}
#partners .partners-container ul li{
    text-align: center;
    margin: 0 10px;
}
#partners .partners-container ul li img{
    margin: 20px auto 0;
}
#subscribe{
    background-color: #b32625;
    margin-top: 50px;
    color: #fff;
    font-size: 16px;
    position: relative;
}
#subscribe .row{
    height: 100%;
    align-items: center;
}
#subscribe .bg{
    background: url(/images/nakakalocal/subscribe-bg.png) 6% center no-repeat;
    background-size: cover;
    height: 350px;
    width: 33.33%;
}
#subscribe .subscribe{
    padding: 30px 15px;
}
#subscribe .subscribe-form{
    margin-top: 20px;
}
#subscribe .subscribe-form input{
    width: 66%;
    max-width: 500px;
    font-size: 17px;
    color: #000;
    padding: 5px 45px 5px 15px;
    border-radius: 18px;
}
#subscribe .subscribe-form button{
    background: #ffe207;
    color: #000;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 10px;
    margin-left: -45px; 
}
.top-section-margin{
    margin-top: 8vh !important;
}
.top-section-padding{
    padding-top: 8vh !important;
}
.primary-button{
    border-radius: 15px;
    background: #ffe207;
    border: 1px solid #ffe207;
    color: #000;
    padding: 10px 25px;
    font-weight: bold;
}

.primary-button.text{
    padding: 2px 20px;
}

.yellow-text{
    color: #ffe207;
}

#subscribe .socials{
    display: none;
}



.modal-backdrop{
    z-index: 39;
}

.modal-dialog{
    max-width: 60%;
}
.modal-content{
    background: transparent;
    border: none;
    width: 100%;
    padding-top: 30px;
}

button.close{
    font-size: 50px;
    color: #fff;
    right: 11px;
    top: -30px;
    position: absolute;
}

@media (max-width: 767px){

    .modal-dialog{
        max-width: 100%;
    }

    header .ps-life-head{
        padding: 0 10px;
    }
    header a.ps-life-logo{
        width: 90px;
    }
    header .header-logo{
        position: relative;
        width: 180px;
    }
    .sidebar-header{
        display: none;
    }

    .main-content{
        padding-right: 0;
    }

    h2{
        font-size: 30px;
    }

    h3{
        font-size: 25px;
    }

    #live-local .slick-list{
        height: auto !important;
    }

    .going-loco-upper{
        margin-top: 20px;
    }

    #watch-it-again .to-watch-items .watch-item{
        flex-direction: column;
    }
    #watch-it-again .to-watch-items .watch-item .video-thumb, #watch-it-again .to-watch-items .watch-item .video-details{
        width: 100%;
    }
    #partners .partners-title img{
        width: 100%;
    }
    #partners .partners-container h5{
        margin-top: 20px;
    }
    #partners .partners-container ul{
        flex-direction: column;
        width: 85%;
    }
    #partners .partners-container ul li{
        margin-bottom: 10px;
    }

    #partners .partners-container .border-bg{
        width: 15px;
        left: 0;
        background-size: contain;
        background-repeat: repeat;
    }
    #partners .partners-container .border-bg.border-bg-right{
        right: 0;
        left: unset;
    }
    #subscribe .subscribe{
        padding: 30px 15px 15px;
    }
    #subscribe .socials{
        display: block;
        padding: 0 15px 30px;
    }

    #subscribe .socials a{
        font-size: 22px;
        margin-left: 5px;
    }
}