.applicationVariant {
	margin: 15px 0;
}

.application_form a h3.menuArrow {
    color: #e2001a;
}
.application_form a.active h3.menuArrow:after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAJCAYAAADtj3ZXAAAAAXNSR0IArs4c6QAAAHpJREFUKBWVUNsJgDAMvIBLtD9CByyOYp3DGXSW+uEaNQVTisSIhZAj90goYLwMN2f4aEh0io3pgC+13gIGzVqNBIoFZWI+ME4cgBHnounbTDb227RZMwiwRBYHk7zTVY06lHMevdfSDgwBbgVo+/yQ7gKGRXJJwJ9+AdvkP5Z8qdyRAAAAAElFTkSuQmCC');
}

.applicationVariant input[type="radio"] {
	opacity: 0; /* hidden but still tabable */
	position: absolute;
}


.applicationVariant input[type="radio"] + span {
	border-radius: 5px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	background: #fff;
	background: -webkit-gradient(left top,left bottom,color-stop(0,#fff),color-stop(100%,#eeeef5));
	background: linear-gradient(to bottom,#fff 0,#eeeef5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeef5', GradientType=0 );
	border: 1px solid #D2D2D2;
	box-shadow: none;
	color: #333;
	padding: 8px 20px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	border-radius: 5px;
	margin-right: 10px;
	letter-spacing: .03em;
	min-width: 200px;
	text-align: center;
}

.applicationVariant input[type="radio"]:checked + span {
	background: #e2001a;
	background: linear-gradient(to bottom,#e2001a 0,#c80014 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2001a', endColorstr='#c80014', GradientType=0 );
	border: 1px solid #900;
	color:#fff;
	min-width: 200px;
	text-align: center;
}

@media (max-width: 1200px) {
	.applicationVariant input[type="radio"]:checked + span,
	.applicationVariant input[type="radio"] + span {
		min-width: 180px;
	}

}
@media (max-width: 980px) {
	.applicationVariant .span3 {
		width: 100%;
		margin: 5px 0;
	}
}
@media (max-width: 767px) {
	.applicationVariant .span3 {
		margin: 10px 0;
	}


}


.applicationVariant input[type="radio"]:focus + span {
	color: #fff;
}


.applicationBtn input[type="submit"].button {
	background: #e2001a;
	background: linear-gradient(to bottom,#e2001a 0,#c80014 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2001a', endColorstr='#c80014', GradientType=0 );
	border: 1px solid #900;
	box-shadow: none;
	color: #FFF;
	padding: 8px 80px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	border-radius: 4px;
	letter-spacing: .03em;
}

.application_form label.css-label {
	background-image: none;
}

.groupOfCheckboxes .type-checkbox {
	padding: 8px 0;
}
