@charset "utf-8";
/* CSS Document */

ul.tabs {
  margin: 0;
  float: left;
  list-style: none;
  border-bottom: 1px solid #CCC;
    width: 76%;
    padding-left: 24%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 45px;
	line-height: 45px;
	border: 1px solid #CCC;
	border-left: none;
	margin-bottom: -1px;
	background: #E7E7E7;
	overflow: hidden;
	position: relative;
	width: 200px;
	text-align: center;
	font-size: 21px;
	border-left: 1px solid #ccc;

}
ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	outline: none;
		color: #AEAEAE;
}
ul.tabs li a:hover {
	background: #969696;
	color: #fff;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
ul.tabs li.active a {  
  color: #6AA62E;
  font-weight: normal;}
.tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
}
.tab_content h3 a{
	color: #449C11;
}

.tab_content h3{
	font-size:13px;
	margin:0;
	padding:0;
	color:#449C11;
	
}


.columns, .columnsLast{
	float:left;
	width:296px;
	margin-right:40px;
}
.columnsLast{margin:0;}
.columns h5, .columnsLast h5, .tab_content h5 {margin: 20px 0 15px 0; padding:0; padding-bottom: 4px; font-size:20px; color: #6e6b6b; line-height:26px;}

/* FORM FIX MEDIA QUERY   */
 @media only screen and (max-width : 873px)  {
  ul.tabs li {	width: 33%;}
ul.tabs {   width: 100%;  padding-left: 0;}
 }


 /* MOBILE MEDIA QUERY   */
 @media only screen and (max-width : 600px)  {
ul.tabs {padding-left: 0; width: 100%;}
     ul.tabs li {width: 32.3%; font-size: 17px;}

 }



