/* Enter Your Custom CSS Here */

.hidden-radio input[type="radio"] {
	display: none;
}

.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label img {
	border: 3px solid #6ABA31;
  	background-color: #AEE08A;
  	padding: 1px;
  	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
  	box-sizing: border-box;         /* Opera/IE 8+ */
}

.hidden-radio label img {
	cursor: pointer;
  	padding: 4px;
  	box-shadow: none !important;
  	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
  	box-sizing: border-box;         /* Opera/IE 8+ */
}
.gfield{
	margin-bottom: 20px !important;  
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body .site {
  box-shadow: none !important; 
}

body {
  background-color: #fff !important;  
}