.article-cont {
	  display: flex;
  flex-wrap: wrap;
}

.blog article a {
	text-decoration: none;
	color: #000;
}
.blog article a:hover {
	color: #fec526;
}
.blog .news-blog-title {
	 font-size: calc(12px + 1.5vw);
}
@media only screen and (max-width: 667px) {
	.blog .news-blog-title {
	 font-size: 25px;
}
}

.blog .news-blog-break {
	width: 90%;
	border-bottom: 1px solid #0A3C71;
	clear: both;
	margin: 3% auto;
}

.blog article {
width: 31%;
	float: left;
	padding:1%;
	margin: 1%;
		color:#696969;
	  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
		.blog article {
			width: 31%;
	}
}
@media only screen and (max-width: 667px) {
		.blog article {
			width: 98%;
	}
}
.blog article .img-wrapper {
	width: 100%;
	min-height: 150px;
	margin:15px auto;
}
@media only screen and (max-width: 667px) {
	.blog article .img-wrapper {
		margin:25px auto;
	}
}
.blog .img-wrapper.img-news {
    padding-bottom:0;
    border-radius:1px;
    background-color: transparent!important;
	margin-bottom: 25px;
			text-align: center;
}
@media only screen and (max-width: 667px) {
	.blog .img-wrapper.img-news {
	text-align: center;
	}
}

.blog .img-wrapper.img-news img {
	height: 100%;
	width: auto;
}
.blog article h2 {
	    font-size: calc(12px + 0.5vw);
	font-weight: bold;
}

@media only screen and (max-width: 667px) {
	.blog article h2 {
	    font-size: 21px;
	font-weight: bold;
}
}

.blog article.tb-blog {
	width:100%;
	padding: 0;
	margin-bottom: 1%;
	border-bottom: 1px solid #e8e9ee;
}

.blog-img-cont {
	  max-width: 50%;
	min-width: 350px;
    height: auto;;
    text-align: center;
    float:left;
	padding: 0 2.5% 2.5% 0
}
@media only screen and (max-width: 667px) {
	.blog-img-cont {
	margin: 25px auto;
	}
}
.blog-img-cont img {
	border-radius: 7px
		margin: 25px auto;
}
.understrap-read-more-link {
	display: none;
}
.single .entry-content {
	color: #696969;
}
.team-member img {
	    filter: none;
}
.team-member .team-member-info {
	bottom: 0;
	opacity: 1;
}