.heroTeamMember div.thumbnail h3, .heroTeamMember div.thumbnail p,
.teamMember div.thumbnail h3, .teamMember div.thumbnail p {
	padding-left: 10px;
}

.heroTeamMember img.opacity, .teamMember img.opacity {
  opacity: 1;
  filter: alpha(opacity=100); /* IE8 and lower */
  zoom: 1; /* Triggers "hasLayout" in IE 7 and lower */
}
 
.heroTeamMember img.opacity:hover, .teamMember img.opacity:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  zoom: 1;
}



.features .sp-feature i {
    color: #85c035;
}




/***** JSN UNIFORM COPYRIGHT *****/

.jsn-master .jsn-text-center {
    display: none;
}



.btn {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 5px 15px;
}








/***** APP DOWNLOAD BUTTONS *****/

	.appPromoHorizBanner {

	}
	
	.googlePlayButton {
		text-align: center;
		margin: 30px auto 0 auto;
	}



/*********************************************************************************/
/* MEDIA QUERIES                                                                 */
/*********************************************************************************/

/* SMALL DEVICES (tablets, 768px and up) */
@media (min-width: 768px) {

}/* end -- Small devices (tablets, 768px and up) */





/* MEDIUM DEVICES (desktops, 992px and up) */
@media (min-width: 992px) {

}/* end -- Medium devices (desktops, 992px and up) */





/***** LARGE DEVICES (large desktops, 1200px and up) *****/
@media (min-width: 1200px) {

}/* end -- Large devices (large desktops, 1200px and up) */









