/*
	Theme Name:  CMHA v2 Theme | Custom Style Sheet
	Description: This is an additional style sheet for custom CSS codes 
	Author: CMHA
	Author URI: http://cmha.ca
	Version: 1.0.0
	Template: CMHAv2.0 Genesis
	Template Version: 2.0
 
*/

/*
Add Your Custom CSS Below This Line
---------------------------------------------------------------- */

.grid-tab .column{
	border: 1px dotted #00b1b0;
	border-radius: 10px;
	height: 150px;
	position: relative;
	float: left;
	width: 30%;
	margin: 70px 1.5% 0 1.5%;
}

.grid-tab .column h2{  
	font-size: 16px;
	color: #0cb2b0;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 100px;
	text-align:center;  
}

.grid-tab .column .imgholder{
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -60px;
}
.grid-tab .column h4{
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 100px;
}
.grid-tab{
	display: none;
}
.grid-tab.active{
  display: block;
}

.grid-tab .column .imgholder img
{
  vertical-align: middle;
}