  .tabs dd>a {
	font-weight: bold;
}

.tabs dd>a:hover {
    background: rgba(0, 119, 199, 0.2) !important;
}

.tabs dd.active a {
    background: rgba(0, 119, 199, 0.2) !important;
	border-bottom: solid 5px #0078c9;
}

.tabs + .tabs-content {
    border-top: none;
}

.boardOfDirectorsMember img { 
	float:left;
	maX-width: 50%;
  	margin-bottom: 1rem;
}

.boardOfDirectorsMember strong {
  	display: block;
	font-size: 1.3rem;
	border-bottom: 5px solid #143757;
}

.leadershipMember strong {
	display: block;
	font-size: 1.3rem;
	line-height: 2;
	background-color: #143757;
	color: #FFF;
	width: 100%;
	padding-left: 10px;
}

.leadershipMember span {
 	display: block; 
	font-size: 1.1rem;
	margin-top: 6px;
}

.name-caption-blue {
  display: block;
  font-size: 1.2rem !important;
  line-height: 2;
  background-color: #143757;
  color: #FFF;
  width: 100%;
}

.reasons-why-section .reason .number {
	font-size: 2rem !important;
}

@media screen and (min-width: 1200px) {
  .success-story .row .bg-image {
	z-index: 0 !important;
  }
}


@media screen and (min-width: 1200px) {
  .success-story .success-wrapper {
	  z-index: 1 !important;
  }
}


@media screen and (min-width: 1200px) {
  .iconBlockText {
	  height: 140px;
	  margin-bottom: 0px !important;
  }
  
  .iconBlockTextTall {
	  height: 210px;
	  margin-bottom: 0px !important;
  }
  
  .icon-cols .heading {
	font-size: 1.7rem !important;
  }
}

@media screen and (max-width: 39.9375em) {
	.stack-list-small > li {
		width: 100%;
		text-align: center;
		margin-left: 0 !important;
		margin-bottom: 3px !important;
    }
}

.stack-list-small {
	margin: 3px auto 25px !important;    
}

.stack-list-small > li a {
	font-weight: bold;
	text-decoration: underline;
}

.imageCaptionContainer{
    text-align:center;
    margin:25px auto; 
	display: block;
	float: right;
}

.imageCaptionContainer a{
    margin:0px 20px;
    display:inline-block;
    text-decoration:none;
    color:black;
 }

.imageCaptionContainer .caption {
	font-size: .9rem; 
}

.fullWidthButton > a{
	width: 100% !important;  
}

.tableLargerText a{
  font-size: 1.2rem;
}


















