
/** NEWS AND EVENTS */

.tag-line.ne-nav ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tag-line.ne-nav ul li {
    border-right: 1px solid #000;
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.tag-line.ne-nav ul li:last-child {
    border: none;
}

.ne-img {
    width: 100%;
    position: relative;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.news-event-details .ne-img { height: inherit; }

.news-wrapper {
    width: 30%;
}

.ne-img img {
    width: 100%;
    height: 200px;
}

.abstract h3 {
    margin-bottom: 0;
}

.abstract p {
    margin-top: 5px;
}

.abstract strong {
    font-size: 1.1em;
    font-weight: 500;
}

.abstract {
    flex: 1;
}

.overlay {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.49);
    width: 100%;
    height: 25px;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
    color: #FFF;
    font-size: 0.7em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.news-wrapper a {
    /*width: 120px;*/
    color: inherit;
}

#view-more-section {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

#view-more-section .view-btn {
    top: 0;
    padding: 0;
}




/************************** MOBILE STYLES IN LANDSCAPE ***********************************/


/********* TABLET LANDSCAPE *********/
@media screen and (max-device-width: 1024px) and (orientation: landscape){

   
    
}




/********* LARGE PHONE LANDSCAPE *********/
@media screen and (max-device-width: 736px) and (orientation: landscape){

    
   
    
}




/********* SMALL PHONE LANDSCAPE *********/
@media screen and (max-device-width: 640px) and (orientation: landscape){

   
    
}






/************************** MOBILE STYLES IN PORTRAIT ***********************************/


/********* TABLET PORTRAIT */
@media screen and (max-device-width: 768px) and (orientation: portrait){

    
    
    
}



/********* LARGE PHONE PORTRAIT */
@media screen and (max-device-width: 414px) and (orientation: portrait){

    
   
        .tag-line.ne-nav li {
            font-size: .8em;
            white-space: nowrap;
        }

        .content-section.flex.space-between {
            flex-wrap: wrap;
        }

        .f-col.news-wrapper {
            width: 100%;
            padding-bottom: 30px;
            box-sizing: border-box;
        }

        .news-wrapper {
            width: 100%;
            margin-bottom: 50px;
        }

        #view-more-section {
            margin-top: 0px;
        }

    
}



/********* SMALL PHONE PORTRAIT */
@media screen and (max-device-width: 360px) and (orientation: portrait){

    
    .tag-line.ne-nav li {
        font-size: .6em;
    }
    
}