.news_grid {
	width:48%;
	margin:0 1% 30px;
	float:left;
}
.news_grid .news_image {
	height:210px;
	overflow:hidden;
}
.news_grid .news_info .date {
	text-align:center;
	background:#e32b3a;
	width:75px;
	margin-right:15px;
	float:left;
	color:#fff;
}
.news_grid .news_info .date .day {
	border-bottom:1px solid #fff;
	color:#fff;
	font-weight:700;
	padding:10px 0;
	font-size:20px;
	line-height:1.2;
}
.news_grid .news_info .date .day span {
	font-size:16px;
}
.news_grid .news_info .date .comment {
	padding:10px 0;
	font-weight:700;
}
.news_grid .news_info .news_content {
	float:left;
	width:calc(100% - 90px);
}
.news_grid .news_info .news_content h3 {
	font-size:16px;
	font-weight:700;
	margin:10px 0;
	height:50px;
}
.news_grid .news_info .news_content h3 a {
	color:#444;
}
.news_grid .news_info .news_content p {
	font-size:13px;
	margin-bottom:10px;
}

/*---News & Event---*/

.news_container2 {
	position:relative;
	margin:0 -20px -20px 0;
}
.news_container2.grid3 .news_grid2 {
	width:calc(33.33% - 20px);
	margin:0 20px 20px 0;
	float:left;
}
.news_container2.covidgrid4 .news_grid2 {
	width:calc(25% - 20px);
	margin:0 20px 20px 0;
	float:left;
}
.news_container2.grid4 .news_grid2 {
	width:calc(50% - 20px);
	margin:0 20px 20px 0;
	float:left;
	min-height: 240px;
}
.news_container2 .news_grid2.news_article {
	width:calc(50% - 20px);
}
.news_container2 .news_grid2 .news_image {
	height:200px;
	display:block;
	width:100%;
	text-align:center;
	position:relative;
	margin-bottom:15px;
	background:#fff;
	overflow:hidden;
}
.news_container2 .news_grid2 .news_image img {
	max-width:100%;
	max-height:180px;
	margin:0 auto;
}
.news_container2 .news_grid2 .news_image .news_date {
	bottom:0;
	left:0;
	background-color:#fff;
	padding:10px;
}
.news_container2 .news_grid2 .news_title {
	font-size:14px;
	font-weight:500;
	height:22px;
	overflow:hidden;
}
.news_container2 .news_grid2 .news_title a {
	color:#000;
	font-family: 'OpenSans SemiBold';
}
.news_container2 .news_grid2 .news_title span {
	display:block;
	font-style:italic;
	font-weight:300;
	font-size:14px;
}
.news_container2 .news_grid2 .news_time {
	height:30px;
	color:#b68a45;
	border-bottom:1px solid #ebebeb;
	margin-bottom:15px;
}
.news_container2 .news_grid2 .news_time .date {
	float:left;
}
.news_container2 .news_grid2 .news_time .time {
	float:right;
}
.news_container2 .news_grid2 .news_description p {
	color:#8e8e8e !important;
}
.news_container2 .news_grid2 .news_other {
	margin-top:5px;
}
.news_container2 .news_grid2 .news_other .author {
	font-family:'OpenSans Regular', sans-serif;
	color:#2f2f2f;
}
.news_container2 .news_grid2 .news_other .readmore {
	text-align:right;
}
.news_container2 .news_grid2 .news_other .readmore a {
	font-family:'OpenSans Regular', sans-serif;
	color:#2f2f2f;
	font-size:12px;
}

a.news_button, a.news_button:hover {
	border:1px solid #b68a45;
	text-transform:uppercase;
	color:#fff !important;
	background:#b68a45;
	padding:4px 13px;
	display:inline-block;
	font-size:12px;
}

.testimonial_bg {
	background:#ecebea;
	padding:30px 0;
}

.portfolio-item {
	padding:0;
	width:calc(25% - 15px);
}
.portfolio-3 .portfolio-item {
	padding:0;
	width:calc(33.33% - 15px);
}
.portfolio-3 .portfolio-item .portfolio-image {
	width:auto;
	height:auto;
}

.portfolio-1 .portfolio-item {
	margin-bottom:15px;
	padding:0 15px;
	border:none;
}
.portfolio-1 .portfolio-item .portfolio-image {
	width:100%;
}

@media (max-width: 1200px) {
	
}

@media (max-width: 979px) {
	/*---News & Event---*/
	
	.news_container2.grid3 .news_grid2, .news_container2.grid4 .news_grid2 {
		width:47%;
	}
	
	/*---Media Library---*/
	
	#portfolio:not(.portfolio-1) .portfolio-item .portfolio-image {
		height:auto !important;
	}
	#portfolio:not(.portfolio-1) .portfolio-item {
		margin:0 6px 12px;
	}
}

@media (max-width: 767px) {
	/*---News & Event---*/
	
	.news_container2.grid3 .news_grid2, .news_container2.grid4 .news_grid2 {
		width:100%;
		float:none;
		margin:0 0 30px;
	}
	.news_container2 .news_grid2.news_article {
		width:100%;
	}
	.news_container2 .news_grid2 .news_title {
		height:auto;
	}
	.news_container2 .news_grid2 .news_description {
		height:auto;
	}
}

@media (max-width: 480px) {
	
}