@media only screen and (max-width: 1680px) {
    
    .site-title h1{
        font-size: 46px;
    }
}
@media only screen and (max-width: 1440px) {
    .site-title h1{
        font-size: 40px;
    }
    .site-title{
        margin-top: 20px;
        padding-left: 15%;
        padding-right: 20px;
    }
    .title-back svg{
        left: 0%;
    }
    .left-col-body{
        padding: 0 15% 100px 15%;
    }

    .home-row{
        padding: 20px 10%;
    }
    
}

@media only screen and (max-width: 1199px) {
    .event-pad{
        width: 100%;
        max-width: none;
        flex-grow: 0;
    }
    .site-title h1{
        font-size: 32px;
    }
    
    .site-title p{
        font-size: 18px;
    }
    .home-row{
        padding: 20px 8%;
    }
    
    h2{
        font-size: 24px;
    }
    .proj-wrap p{
        font-size: 14px;
    }
    .cpan-box h3{
        font-size: 20px;
    }
    
}

@media only screen and (max-width: 991px) {
    .title-back svg{
        left: 0%;
        width: 100%;
    }
    .site-title{
        margin-top: 50px;
        padding-left: 8%;
        width:65%;
        margin-bottom: 10%;
    }
    .site-title h1{
        font-size: 36px;
    }
    .site-title p{
        font-size: 20px;
    }
    #col-wrap{
        flex-wrap: wrap;
    }
    .left-col{
        width:100%;
        height: auto;
        padding-bottom:20px;
    }
    .right-col{
        width:100%;
        margin-top:0;
    }
    .left-col-back{
        background: linear-gradient(180deg, rgba(47,41,81,1) 10%, rgba(1,66,106,0.5) 50%, rgba(0,103,185,1) 100%);
    }
    .sm-hide{
        display: none;
    }
    .home-row{
        padding: 20px 5%;
    }
    .intro-wrap{
        flex-wrap: wrap;
    }
    #intro-row{
        padding-bottom: 15px;
        justify-content: center !important;
    }
    .main-headline{
        margin-bottom: 30px;
    }
   
    #initiatives-row{
        flex-wrap: wrap;
        padding: 30px 10px;
    }

    .proj-wrap p{
        font-size: 16px;
    }

    .proj-title h3{
        font-size: 24px;
    }
    .proj-title{
        min-height: 45px;
    }
    
    .event-pad{
        width: 50%;
        max-width: none;
        flex-grow: 0;
    }
    .banner-img-wrap, .banner-overlay, #intro-row{
        min-height: 600px;
    }
    #second-banner .text{
        width:80%;
    }
    .all-news{
        flex-wrap: wrap;
    }
    #cpan-badge{
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .left-col{
        padding-bottom:30px;
    }
    .site-title{
        margin-top: 50px;
        padding-left: 10%;
        width:80%;
  
    }
    .site-title h1{
        font-size: 32px;
    }
    .site-title p{
        font-size: 18px;
    }
    .proj-wrap{
        width:100%
    }

    .event-pad{
        width: 100%;
    }
    .news-wrap h3{
        /* font-weight: 500; */
        font-size: 20px;
    }
    
}

@media only screen and (max-width: 575px) {
    .left-col{
        padding-bottom:0px;
    }
    .title-content{
        padding-top:30px;
    }
    .site-title{
        width:100%;
        padding: 0 20px;
    }
    .site-title svg{
        display: none;
    }
    .site-title h1{
        font-size: 28px;
    }
    .site-title p{
        font-size: 16px;
    }
    .home-row{
        padding: 20px 10px;
    }
    
    h2{
        font-size: 20px;
    }
    #intro-row{
        padding-bottom: 0px
    }
    #intro-row p{
        font-size: 12px;
    }
    .banner-img-wrap, .banner-overlay, #intro-row{
        min-height: 550px;
    }
    .banner{
        height: 350px;
    }

    #second-banner .text {
        padding: 40px 0;
    }
  
    #second-banner .text p{
        font-size: 22px;
    }

    .news-wrap{
        width: 100%;
        flex-wrap: wrap;
    }
    .news-wrap .thumbnail{
        width: 100%;
        border-bottom: 4px solid #ECC3B2;
        border-right: none;
    }
    .news-wrap .news-info{
        width: 100%;
        padding: 20px 0;
    }

    .material-wrap .icon{
        width:20%;
    }
    .material-wrap .material-info{
        width: 80%;
    }
    .resources-wrap{
        padding: 10px 0px;
    }

}
