/*========================
Who We Are
========================*/


.who-we-care-for { float: left; width: 100%; border:1px solid #f3f3f3; border-radius: 8px; margin:20px 0; overflow: hidden; }
.who-we-care-for h2 { padding:20px; border-bottom: none; background: #60b3b9; background: url(../images/turq-pattern.jpg); background-size: cover; color: #FFF; font-size: 22px;  }
.who-we-care-for p, .who-we-care-for ul { padding-left:20px; padding-right: 20px; color: #3f3f3f; }
.who-we-care-for ul { padding-bottom:20px; }
.who-we-care-for ul li { float: left; width: 100%; padding:10px 0; font-family: 'Source Sans Pro', sans-serif; }
.who-we-care-for ul li i { height:40px; float: left; color: #61b953; padding-right: 10px;  }



/* =======================================
 @ 700
======================================= */
@media only screen and (min-width: 700px) {

.who-we-care-for { width:50%; }

}


/* =======================================
 @ 1000
======================================= */
@media only screen and (min-width: 1000px) {

.who-we-care-for { width:100%; }

}

.team-col{
	margin:0!important;
}