    .light-blue-bg {
        background-color: #CEDEF0;
		border-radius: 4px;
    }
    .section-header-nbr h2 {
        text-align: center;
        margin-top: 75px;
		margin-bottom: 45px;
    	color: #002971;
    	font-size: 3rem;
    }
    #inner-news-events__container {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
        padding-bottom: 75px;
    }
    .ne-section__container {
        width: 50%;
    }
    .ne-section__container h3 {
        font-family: 'Faculty Glyphic';
        color: #002971;
    }
    .ne-listing {
        padding: 20px;
    }
    .news-thumbnail,
    .date-shield {
        position: relative;
        width: 120px;
        height: 135px;
        margin-top: 20px;
    }
    .news-thumbnail {width: 145px;}
    .news-thumbnail img {
      object-fit: cover;
      width: 100%;
	  height: 100%;
	  max-height: 135px;
    }
    .date-shield img {
        position: absolute;
        left: 50%;
    	top: 0;
    	width: 75%;
    	z-index: 0;
    	transform: translate(-50%);
        z-index: 0;
    }
    .ne-date-details__container {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .no-shrink {
      flex-shrink: 0;
    }
    .ne-date-month,
    .ne-date-day {
        color: #FEFDFA;
        font-family: 'Faculty Glyphic';
        line-height: 1.1;
    }
    .ne-date-month {
        font-size: 1.25rem;
        margin-top: 10px;
    }
    .ne-date-day {font-size: 2.7rem;}
    .ne-listing h4 {
      margin: 0 0 20px 0;
    }
    .ne-listing h4 a {
        font-family: 'Faculty Glyphic';
        font-size: 1.5rem;
        color: #004ACA;
        text-decoration: none;
        transition: .6s;
    }
    .ne-listing h4 a:hover {
        text-decoration: underline;
    }
    .ne-content__container {
        display: flex;
        margin-top: 20px;
    }
    .event-info-box,
    .news-info-box {
        padding: 12px 35px;
    }
	.time-location__container {
    	margin-bottom: 10px;
	}
    .time-location__container span {
      display: flex;
      align-items: center;
    }
    .time-location__container div {
      margin-left: 4px;
    }
    .time-location__container div,
    .news-details__container p,
    .event-details__container p {
      font-family: 'Varela';
      font-size: 1rem;;
    }
    .ne-content__container {
        border-bottom: 1px solid #0029713b;
        height: 100%;
        min-height: 225px;
    }
    .ne-listing .event-card__container:last-child .ne-content__container,
    .ne-listing .news-card__container:last-child .ne-content__container {
      border-bottom: none;
    }
    .view-all-btn {
        background-color: #004ACA;
        color: #FEFDFA;
        text-align: center;
        padding: 8px 24px;
        text-transform: uppercase;
        font-family: 'Varela';
        margin: 20px 0 0 20px;
        font-size: 1.1rem;
        display: inline-block;
        border: 2px solid transparent;
        border-radius: 2px;
        transition: .6s;
    }
    .view-all-btn:hover {
        color: #004ACA;
        background-color: #FEFDFA;
        border: 2px solid #004ACA;
    }

@media screen and (max-width: 991px) {
	#inner-news-events__container {flex-direction: column;}
	.ne-section__container {width: 100%;}
	.ne-section__container h3 {margin: 20px 0;}
	.event-info-box, .news-info-box {padding: 12px 25px;}
}
@media screen and (max-width: 525px) {
	#inner-news-events__container {width: 100%}
	.news-card-inner__container {min-height: 175px;}
	.ne-content__container {flex-direction: column; align-items: center;}
	.news-thumbnail { width: 250px; height: 175px;}
	.news-thumbnail img {max-height: 175px;}
}
