.CustomisableForm ul.FormPanels{
	width: 100%;
	float: left;
	border-bottom: 2px solid #2c85c6;
}

.CustomisableForm ul.FormPanels li{
	float: left;
	padding: 10px 15px;
	cursor: pointer;
	background: #ddeef9;
	margin-left: 5px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}

.CustomisableForm ul.FormPanels li a{
	font-size: 16px;
}

.CustomisableForm ul.FormPanels li:first-of-type{
	margin-left: 0;
}

.CustomisableForm ul.FormPanels li.Active{
	background: #2c85c6;
}

.CustomisableForm ul.FormPanels li.Active a{
	color: #fff;
}

.CustomisableForm div.container{
	display: none;
	padding: 20px;
	/*background: #f5f5f5;*/
	/*border: 1px solid #e0e0e0;*/
	float: left;
	width: 100%;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}

.CustomisableForm div.Active{
	display: block;
}

div.checkbox {
	/*float:right;*/
}

.FieldWrapper{
	float: left;
	width: 100%;
	margin: 5px 0;
}

.FieldWrapper.hidden{
	display: none;
}

.FieldWrapper textarea {
	background: #fdfdfd;
	float: left;
	width: 100%;
	/*border-radius: 8px;*/
	border: 1px solid #9a9a9a;
	font-size: 14px;
	padding: 15px;
	margin-bottom: 15px;
	color: #555555;
}

.FieldWrapper select, .FieldWrapper .text {
	background: #fdfdfd;
	float: left;
	width: 100%;
	/*border-radius: 8px;*/
	border: 1px solid #9a9a9a;
	font-size: 14px;
	padding: 15px;
	/*margin-bottom: 15px;*/
	color: #555555;
}

.FieldWrapper .checkbox {
	font-size: 14px;
	margin-bottom: 5px;
	margin-right: 20px;
	color: #555555;
	float: left;
}

.FieldWrapper .checkbox label {
	float: left;
}

.FieldWrapper .checkbox input {
	margin-top: 10px;
}

.FieldWrapper label {
	font-size: 15pt;
	display: block;
	margin-bottom: 5px;
	color: #333;
}

.FieldWrapper .checklabel {
	font-size: 12pt;
	color: #333;
	display: inline-block;
    margin: 5px 10px 5px 0;
}

.FieldWrapper select, .FieldWrapper label, .FieldWrapper textarea{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

.FieldWrapper select:placeholder{
	color: blue;
}

.FieldWrapper select, .FieldWrapper input, .FieldWrapper textarea{
	color: #555555;
}

.FieldWrapper option:first-of-type, input[type=submit], span.button{
	font-weight: bold;
}

.FieldWrapper .radio ul.optionset li label{
	float: left;
}

.FieldWrapper .radio ul.optionset li input{
	margin-top: 5px;
	margin-left: 10px;
}

.nextButton, .previousButton {
	cursor: pointer;
}


.button.form-button.nextButton{
	float: right;
}

.button.form-button.sendFormButton{
	background: #23DC52;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
    width: auto;
    padding: 15px 60px;
/*    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;*/
    border: none;
}


.FieldWrapper option:disabled, .FieldWrapper input:disabled {
	background-color: lightgrey;
}




/*Styling for form IF first element in page i.e. no banner*/
#main_wrapper section:first-of-type section.CustomisableForm{
	margin-top: 200px;
}


/* =========================

Contact Area

========================= */

#contact {padding: 60px 0;}
.contact-form .container { float: left; width: 100%; position: relative; }
.contact-form { float: left; width: 100%; }
.contact-form .FieldWrapper select { float: left; width: 100%; font-size: 16px; padding:10px; margin-bottom: 11px; }
.contact-form .FieldWrapper input { float: left; width: 96%; font-size: 16px; padding:10px; margin-bottom: 11px; }
.contact-form .FieldWrapper:nth-of-type(2) input { width: 100% !important; }
.contact-form .FieldWrapper textarea { float: left; font-size: 16px; border: solid 1px #9a9a9a; width: 100%; padding:10px; max-width: 100%; max-height: 300px; height: 300px; }
.contact-form .button.form-button.sendFormButton{
    background: #23DC52;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    width: auto;
    padding: 15px 60px;
    margin: 0;
    border: none;
}
.contact-form .button.form-button.sendFormButton:hover{
    background: #213A59;
}
.contact-form.success-div{
	height:315px;
}




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

.contact-form .FieldWrapper input:nth-child(1) { width: 96%; float: left; }
.contact-form .FieldWrapper:nth-child(1) { width: 50%; }
.contact-form .FieldWrapper input:nth-child(2) { width: 96%; float: right; }
.contact-form .FieldWrapper:nth-child(2) { width: 50%; }
.contact-form .FieldWrapper input:nth-child(3) { width: 96%; float: left; }
.contact-form .FieldWrapper:nth-child(3) { width: 50%; }
.contact-form .FieldWrapper input:nth-child(4) { width: 96%; float: right; }
.contact-form .FieldWrapper:nth-child(4) { width: 50%; }

}





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


.contact-form .FieldWrapper textarea {  height: 180px; }

}

input[name*="CssClass"] {
      	display: none!important;
}

