.news-and-events-item-title

{

    font-size: 1.5rem;
	line-height:2rem;
    color: #2E2E2E;
    padding-top:25px;
    margin: 0rem 0 1rem;
	font-weight:bold;

}

.news-and-events-item-excerpt

{

    font-size: 1.15rem;

    color: #2E2E2E;

}

.news-and-events-item-categories

{

    display: block;

    padding-top: 3px;

}

.news-and-events-item-categories > *

{
    background: #E51937;
    padding: 6px 12px;
    font-size: 0.95rem;
	line-height:0.95rem;
	display:inline-block;
    color: #ffffff!important;
    font-weight: normal;
    margin-right: 4px;
    white-space: nowrap;
	margin-top:2px;
        text-decoration: none!important;

}

.news-and-events-item-image-wrapper

{

        width: 30%;

    min-height: 210px;

    height: inherit;

    display: inline-block;

    margin-right: 30px;

    position: relative;

}

.news-and-events-item-image

{

    position: absolute;

    top:0;

    left:0;

    width: 100%;

    height: 100%;

    background:  no-repeat center center scroll; 

    background-size: cover;

    

}

.news-and-events-item-content

{

    display: inline-block;

    vertical-align: top;

   width:66%;

}

.news-and-events-item

{

    position: relative;

    margin-bottom: 20px;

    cursor: pointer;

}



