﻿body {
}

.p-container {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 60%;
}


.post-date {
    font-size: 20px;
    color: #707070;
    font-family: 'Times New Roman';
}
 

.post-short-desc {
    font-size: 18px;
}

/*.post-content{
    font-size:18px;
    font-family:Arial;
}*/
.post-title {
    font-family: 'Times New Roman';
    font-size: 34px;
    color: #239EEE;
}

.blue-text {
    color: #239EEE !important;
}


.archive-list {
    font-family: Arial;
    font-size: 20px;
}


.p1-news {
    margin-bottom: auto;
    padding-bottom: 20px !important;
}
.p1-recent {
    font-size: 34pt;
    color: #239EEE;
    /*border-bottom: #239EEE solid 3px;*/

}

.state-list-item {




}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}



.table-border {

    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.image-container {
    margin-top: 1em;
    padding-top: 2em;
    justify-content: center;
    overflow: hidden;
}





@media (min-width: 360px) {

    .news {
        width: 70%;
        margin: 0 auto;
        margin-top: -30px;
        margin-bottom: 20px;
    }





}

@media (max-width: 1560) {






}


/*From ETA Section*/

.state-list-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -30px;
}

/*.state-list-item {
    display: inline-flex;
    flex-direction: row-reverse;
    margin-bottom: 22px;
    align-items: center;
}
*/
.state-inner-container {
    width: 600px;
    padding-left: 22px;
    padding-right: 30px;
    margin-right: 225px;
}

    .state-inner-container h4 {
        font-size: 25px;
    }

    .state-inner-container span {
        font-size: 20px;
    }

.blue-border-top {
    border-bottom: #239EEE solid 2px;
    padding-bottom: 25px;
    padding-top: 25px;
}

.project-image {
    /*width: 375px;
    height: 164px;*/
    width: 224px !important;
    height: 224px !important;
    background-size: cover;
    background-position: center;
    /*cursor: pointer;*/
    background-repeat: no-repeat;
    border: 1px solid #333;
    /*I have added the preview_image there for a smaller version of teh default image if you want to replace it. if it becomes an issue*/
}

.m-project-image {
    width: 300px;
    height: 175px;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #333;
}

.projects-thumb {
    width: 300px;
    padding-bottom: 20px;
    margin: 0 auto;
}


.m-project-desc {
    font-size: 29px;
    margin-top: 10pt;
}




@media only screen and (max-width: 900px) {
    #back-page {
        text-align: center;
        padding: 0;
    }

    .projects-header {
        margin-top: 45px;
    }

    .projects-header {
        font-weight: 800;
        text-align: center;
        font-size: 2.5rem;
        font-family: 'Lato', sans-serif;
        padding-top: 1em;
        padding-bottom: .5em;
    }

    .state-list-item {
        display: block;
    }

    .blue-border-left {
        border: none;
    }

    .state-container {
        width: 80%;
        margin: auto;
    }



    .state-list {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .state-list-inner {
        display: flex;
        flex-direction: column;
    }

    .state-inner-container {
        width: 100%;
        padding: 0;
        margin: 0;
    }
}



/*Thumbnails for news*/

.newsroom-img {
    width: 300px;
    height: 175px;
    background-size: cover;
    background-position: center;
    border: 4px solid black;
}

.post-thumb {
    width: 300px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.more-news-date {
    color: #239EEE;
    font-weight: 700;
    font-size: 14pt;
    margin-top: 5pt;
}

/*Featured Image on Post*/
.feature-img {
    width: 681px;
    height: 407px;
    background-size: cover;
    background-position: center;
    border: 4px solid black;
}

/*Post Page*/

.blue-border-bottom {
    border-bottom: #239EEE solid 3px;
    padding-bottom: 2px;
}

/*FONTS*/
.georgia-norm {
    font-family: Georgia;
    font-weight: normal;
}

.p2-post-date {
    font-size: 20px;
    font-weight: 600;
}



.post-content {
    font-size: 18px;
}
    .post-content a {
        color: #239EEE;
        font-weight: 600;
    }



/*News & Event Search Bar*/

.form-control-n {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #239EEE;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #707070;
    border-radius: 0.5rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
    .form-control-n:focus {
        outline: none !important;
        border-color: #239EEE;
        
    }

.desktop-search-icon {
    position: relative;
    color: #239EEE;
    left: 120px;
    font-size: .9em !important;
    bottom: 35px;
}

    .desktop-search-icon:hover {
        color: #239EEE
    }



/*SEARCH RESULTS*/

.preview-search-image {
    width: 136px !important;
    height: 136px !important;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    border: 1px solid #333;
}