
#news_events_notices_container_div{
    padding: 5px;
}

#news_rows{
    padding: 5px 8px;
}

.news_events_notices_section_title{
    /* font-family: 'Oswald', sans-serif; */
    /*font-size: 2.15em;*/
    font-size: 30px;
    color: #a51c30;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* News & Press Release section - Start*/

.news_press_release_card{
    border: none;
    border-radius: 0px;
    box-shadow: 4px 5px 4px lightgrey, -2px 2px 2px lightgrey;
}

.news_press_release_card>.card-header{
    text-align: center;
    font-size: 1.5em;
    padding: 5px 8px;
    /* font-family: 'Fira Sans Condensed', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #526984;
    color: white;
}

.news_press_release_card>.card-body{
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
}

/* .news_category_select{
    width: 100%;
    min-height: 35px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.15em;
    padding: 8px;
    border-color: #033076;
    color: #033076;
    margin-bottom: 3px;
    background-color: #fff;
} */

/* .form-control .form-control-lg{
    font-size: 1.6em;
} */

.form-control-lg{
    padding: 0rem 1rem;
    margin-top: 5px;
    line-height: 2;
    font-size: 1.15em;
}

.newsitem>div{
    color: #033076;
    margin-top: 8px;
}

.newsitem>p{
    margin-bottom: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newsitem>p>a{
    color: #033076;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.15em;
}

.seemorebtn{
    background-color: white;
    color: #033076;
    font-size: 16px;
    border: 1px solid #033076;
    border-radius: 0px;;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 5px;
}

.seemorebtn:hover{
    background-color: #033076;
    color: white;
}

/* News & Press Release section - End*/


/* Events section - Satrt*/
.events_card{
    border: none;
    border-radius: 0px;
    box-shadow: 4px 5px 4px lightgrey, -2px 2px 2px lightgrey;
}

.events_card>.card-header{
    text-align: center;
    font-size: 1.5em;
    padding: 5px 8px;
    /* font-family: 'Fira Sans Condensed', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #526984;
    color: white;
}

.events_card>.card-body{
    padding: 0px;
}

.events_card>.card-body>#v-cal>.vcal-header{
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Events section - End*/

/* Notices section - Start */

.notice_card{
    border: none;
    border-radius: 0px;
    box-shadow: 4px 5px 4px lightgrey, -2px 2px 2px lightgrey;
}

#notice_rows{
    padding: 5px 8px;
}

.notice_card>.card-header{
    text-align: center;
    font-size: 1.5em;
    padding: 5px 8px;
    /* font-family: 'Fira Sans Condensed', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #526984;
    color: white;
}

.notice_card>.card-body{
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
}

/* .notice_category_select{
    width: 100%;
    min-height: 35px;
    border-color: #033076;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.15em;
    color: #033076;
    margin-bottom: 10px;
    background-color: #fff;
} */

/* #notice_rows>.row{
    min-height: 34.5px;
} */

/* .noticeitem-row{
    margin-right: 0px;
    margin-top: 0px
}
.noticetitle{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.15em;
    Required for text-overflow to do anything
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.noticedate{
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #526984;
    color: white;
} */

.noticeitem>div{
    color: #033076;
    margin-top: 8px;
}

.noticeitem>p{
    margin-bottom: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.noticeitem>p>a{
    color: #033076;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.15em;
}

.seemorenoticebtn{
    margin-top: 5px;
    background-color: white;
    color: #033076;
    font-size: 16px;
    border: 1px solid #033076;
    border-radius: 0px;;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
}

.seemorenoticebtn:hover{
    background-color: #033076;
    color: white;
}

/* Notices section - End */


@media (max-width: 576px){
    #news_events_notices_container_div{
        padding: 20px;
    }
}

@media (min-width: 576px){
    #news_events_notices_container_div{
        padding: 20px;
    }
}
