.newsTeasers__title, .newsTeasers__itemTitle,
.feature__title
{
	font-size:30px;
}

.featureTeasers__item{
	text-decoration:none;  
}

.newsTeasers__item img,
.featureTeasers__item img{
	max-width:100%;
	width:100%;
}

.featureTeasers__itemTextContainer{
	padding:12px 12px 30px;
	position:relative;
}
.featureTeasers__itemTextContainer > * {
	max-width: calc(100% - 40px) !important;
}

.featureTeasers__itemTextContainer:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translatey(-50%);
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-color: #005EB8;
	height: 18px;
	width: 18px;
	transform: rotate(45deg);
}

.feature__title{
	color: #015ac0;
	margin-bottom: 10px;
	line-height: 1.1;
	margin-top: 2px;
}

.feature__detail{
    font-size: 17px;
    line-height: 1.4;
	margin-bottom:0px;
}

.feature__title,
.newsTeasers__itemTitle {
	max-width:calc(100% - 10px);
  font-size:24px;
  font-weight:400;
}


.feature__detail,
.newsTeasers__itemBlurb {
	max-width:calc(100% - 40px);
}

header .footer__smLinks
{
  float:right;
	margin-right:15px;
}

header .footer__smLinks .li,
header .footer__smLinks .tw
{
  font-size:15px;
  margin:0 0 0 10px;
}

.content-area .container .row p,
.content-area .container .detail p,
.content-area .detail * {
    font-size: 17px;
    line-height: 1.4;
}

.content-area .container .outline p {
	font-size:20px;
}

.content-area .container .row .outline p
{
  color: #005EB8;
  font-weight: 300;
  margin-top: 25px;
  line-height: 1.4;
}

.content-area.gallery{
  padding-bottom:30px;
  padding-top:40px;
}

.doctype-homepage .umb-grid
{
  margin-top:0;
}

.team_members .meetTheTeam__itemTextContainer
{
  padding:16px;
}

.team_members .meetTheTeam__itemBlurb a:nth-of-type(2),
.team_members .meetTheTeam__itemBlurb a:nth-of-type(3),
.team_members .meetTheTeam__itemBlurb a:nth-of-type(4),
.team_members .meetTheTeam__itemBlurb a:nth-of-type(5)
{
  color:#495262;  
  font-size: 15px; 
  margin-top:5px;
  font-weight:normal;  
  display:inline-block;
  width:100%;
}


.alsoInterested 
{
  padding-top:30px;
}

.titleTextImage__image iframe {
  width: 100%;
}

.newsTeasers__item {
	text-decoration:none;
  floaT:none;
  display:inline-block;
  width:calc(33.33333% - 5px);
  vertical-align:top;
  margin-bottom:10px;
}

@media (max-width:1024px) {
  	.newsTeasers__item {
  		width:calc(50% - 5px);
	}
}

@media(max-width:767px){
	.meetTheTeam {
		padding-left: 10px;
		padding-right: 10px;
	}
	.meetTheTeam__heroItem {
		display: flex;
		flex-wrap: wrap;
	}

	.titleTextImage__image iframe {
	  padding-top:40px;
	}
	.bodyTitle {
		padding-left: 10px;
		padding-right: 10px;
	}
	 .newsTeasers__item {
	  width:100%;
	}
}

.row.team_members {
  display: flex;
  flex-wrap: wrap;
}
