html,
body{
	margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
    font:200 22px/1.25em ingra, sans-serif;
	color:#777777;
}
.form-group {
    margin-bottom: 0;
}
.selectable-label{
	pointer-events:auto !important;
	cursor:pointer;
	position:relative !important;
}
.styled-checkbox{
	position:relative !important;
}
.styled-checkbox input[type="checkbox"]{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
}
.styled-checkbox span{
	display: block;
    padding-left: 40px;
    line-height: 30px;
    font-weight: normal;
}
.styled-checkbox span:before{
	position: absolute;
    left: 0;
    top: 0;
    background: #dfdfdf;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: #dfdfdf;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: block;
    text-align: center;
    line-height: 30px;
}
.styled-checkbox input:checked ~ span:before{
    background: #99c221;
    color: #ffffff;
}
/*General Form Styling*/
#pardot-form p.error.no-label,
#pardot-form div.error.no-label,
#pardot-form p.email-pref,
.hs-form .hs-error-msg,
body .umbraco-forms-form span.contourError,
body .umbraco-forms-form span.field-validation-error{
    margin: 0;
    padding: 5px 0 15px;
	color:#da0000 !important;
	display:block;
	font-size:12px;
	text-align:left;
}
.red-background,
#pardot-form p.errors,
.hs-error-msgs .hs-main-font-element{
	background: #da0000;
    text-align: center;
    padding: 5px 10px;
    border-radius: 10px;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
}
#pardot-form .pd-text label,
.hs-form .hs-fieldtype-text label:not(.hs-error-msg),
.hs-form .hs-fieldtype-number label:not(.hs-error-msg),
.form-group label,
.umbraco-forms-field:not(.checkbox) > label,
.prodconfig-form label{
	position:absolute;
	left:2px;
	top:2px;
	pointer-events: none;
	z-index:2;
	font-size:16px;
	font-weight:600;
	color:#000000;
	line-height:55px;
	background:none;
	text-align:left;
	padding:0 25px;
	width:auto;
	display:inline-block;
	transition: all 0s linear;
	margin:0;
	flex: 1 1 100%;
    max-width: 100%;
}
#pardot-form label.unset,
.hs-form label.unset,
.form-group label.unset,
.prodconfig-form label.unset,
.umbraco-forms-field.checkbox > label,
.umbraco-forms-field.singlechoice > label,
.umbraco-forms-field.dropdown > label{
	position:relative !important;
	padding:0 !important;
}
#pardot-form .filled label,
.hs-form .hs-fieldtype-text.filled label:not(.hs-error-msg),
.hs-form .hs-fieldtype-number.filled label:not(.hs-error-msg),
.form-group.filled label,
body .umbraco-forms-field.filled > label,
.prodconfig-form .filled label{
	background: #fff !important;
    padding: 0 20px 0 5px;
    font-size: 14px;
    line-height: 18px;
    top: -10px;
    left: 20px;
	min-width:160px;
	color:#333333;
	font-weight:400;
}
.hs-form .hs-fieldtype-select label:not(.hs-error-msg){
	height:0;
	overflow: hidden;
    margin: 0;
    position: absolute;
}
#pardot-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
#pardot-form select,
#pardot-form textarea,
.hs-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.hs-form select,
.hs-form textarea,
.form-group input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]),
.form-group select,
.form-group textarea,
body .umbraco-forms-form input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]),
body .umbraco-forms-form select,
body .umbraco-forms-form textarea,
.prodconfig-form input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]),
.prodconfig-form select,
.prodconfig-form textarea{
	border:2px solid #f0f0f0;
	border-radius:10px;
	font-size:16px;
	font-weight:600;
	color:#000000;
	line-height:55px;
	height:55px;
	padding:0 25px;
	margin-bottom:18px;
	z-index:1;
	width:100% !important;
    max-width: 100% !important;
}
#pardot-form textarea,
.hs-form textarea,
.form-group textarea,
body .umbraco-forms-form textarea,
.prodconfig-form textarea{
	height:150px;
	line-height:30px;
	padding:15px 25px;
}
#pardot-form select,
.hs-form select,
.form-group select,
body .umbraco-forms-field select,
.prodconfig-form select{
	margin:0;
}
#pardot-form .select-wrapper,
.hs-form .select-wrapper,
.form-group .select-wrapper,
.umbraco-forms-field .select-wrapper,
.prodconfig-form .select-wrapper{
	margin-bottom:18px;
}
#pardot-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):hover,
#pardot-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
#pardot-form select:hover,
#pardot-form select:focus,
#pardot-form textarea:hover,
#pardot-form textarea:focus,
.hs-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):hover,
.hs-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
.hs-form select:hover,
.hs-form select:focus,
.hs-form textarea:hover,
.hs-form textarea:focus,
.form-group input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):hover,
.form-group input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):focus,
.form-group select:hover,
.form-group select:focus,
.form-group textarea:hover,
.form-group textarea:focus,
.umbraco-forms-field input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):hover,
.umbraco-forms-field input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):focus,
.umbraco-forms-field select:hover,
.umbraco-forms-field select:focus,
.umbraco-forms-field textarea:hover,
.umbraco-forms-field textarea:focus,
.prodconfig-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):hover,
.prodconfig-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
.prodconfig-form select:hover,
.prodconfig-form select:focus,
.prodconfig-form textarea:hover,
.prodconfig-form textarea:focus,{
	border-color:#99c221;
}
#pardot-form .error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
#pardot-form .error select,
#pardot-form .error textarea,
.hs-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]).error,
.hs-form select.error,
.hs-form textarea.error{
	margin-bottom:0;
	border-color:#da0000;
}
#pardot-form select,
.hs-form select,
.sfform select,
.umbraco-forms-fieldset select,
.prodconfig-form select{
	padding-right:45px;
	text-overflow:ellipse;
}
.hs-form .hs-fieldtype-booleancheckbox input[type="checkbox"],
.form-group input[type="checkbox"],
.radiobutton-row input[type="radio"],
.umbraco-forms-field.checkbox input[type="checkbox"],
.prodconfig-form.checkbox input[type="checkbox"]{
	position:absolute;
	opacity:0;
	left:0;
	top:0;
}
.hs-form .hs-fieldtype-booleancheckbox input[type="checkbox"] + span,
.form-group input[type="checkbox"] + span,
.radiobutton-row input[type="radio"] + label,
.umbraco-forms-field.checkbox input[type="checkbox"] + span,
.prodconfig-form.checkbox input[type="checkbox"] + span{
	display:block;
	padding:0 0 14px 35px;
	cursor:pointer;
	font-size:16px;
	color:#333333;
	font-weight:normal;
}
.hs-form .hs-fieldtype-booleancheckbox input[type="checkbox"] + span:before,
.form-group input[type="checkbox"] + span:before,
.radiobutton-row input[type="radio"] + label:before,
.umbraco-forms-field.checkbox input[type="checkbox"] + span:before,
.prodconfig-form.checkbox input[type="checkbox"] + span:before{
	display:block;
	color:#dfdfdf;
	background:#dfdfdf;
	width:24px;
	height:24px;
	text-align:center;
	line-height:24px;
	position:absolute;
	left:0;
	top:0;
	border-radius:5px;
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	font-size:14px;
}
.hs-form .hs-fieldtype-booleancheckbox input[type="checkbox"]:checked + span:before,
.form-group input[type="checkbox"]:checked + span:before,
.radiobutton-row input[type="radio"]:checked + label:before,
.umbraco-forms-field.checkbox input[type="checkbox"]:checked + span:before,
.prodconfig-form.checkbox input[type="checkbox"]:checked + span:before{
	color:#ffffff;
	background:#99c221;
}
.radiobutton-row input[type="radio"] + label:before,
.prodconfig-form input[type="radio"] + label:before{
	content:"";
	border-radius:50%;
}
.radiobutton-row input[type="radio"] + label:after,
.prodconfig-form input[type="radio"] + label:after{
	content:"";
	width:20px;
	height:20px;
	left:2px;
	top:2px;
	border-radius:50%;
	border:3px solid #ffffff;
	position:absolute;
	opacity:0;
}
.radiobutton-row input[type="radio"]:checked + label:after,
.prodconfig-form input[type="radio"]:checked + label:after{
	opacity:1;
}
#pardot-form input[type="number"],
.hs-form input[type="number"],
.prodconfig-form input[type="number"]{
	padding-right:0 !important;
}
#pardot-form .error label,
.prodconfig-form .error label{
	color:#da0000;
}

#pardot-form input[type="submit"],
.hs-submit input[type="submit"],
.sfform input[type="button"],
.sfform input[type="submit"],
.umbraco-forms-navigation input[type="submit"]{
	display: inline-block;
    text-transform: uppercase;
    background: #99c221;
    border-radius: 5px;
    padding: 15px 25px !important;
	text-align:center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
	-webkit-appearance:none;
	border:0;
	cursor:pointer;
}
#pardot-form input[type="submit"]:hover,
.hs-submit input[type="submit"]:hover,
.sfform input[type="button"]:hover,
.sfform input[type="submit"]:hover,
.umbraco-forms-navigation input[type="submit"]:hover{
	background: #ffffff;
    color: #99c221;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.25);
    text-decoration: none;
}
.hs-form .hs-fieldtype-select .input:after{
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 25px;
    top: 50%;
    z-index: 1;
    width: 12px;
    height: 14px;
    pointer-events: none;
    line-height: 100%;
    font-size: 14px;
    margin-top: -7px;
    color: #64696d;
}

/*Pardot Form Styling*/
.pardot-frame{
    -webkit-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -moz-transition: all 0s linear;
    transition: all 0s linear;
}
#pardot-form{
	padding:25px 0 !important;
}
#pardot-form *{
	position:relative;
	box-sizing:border-box;
}
#pardot-form .pd-text:not(.filled) label{
	font-size:16px !important;
	width:100% !important;
	line-height:50px !important;
}
#pardot-form p.required,
#pardot-form span.required,
#pardot-form label.required,
#pardot-form p.hidden,
#pardot-form .hidden,
#pardot-form p.submit{
	padding:0;
	margin:0;
}
#pardot-form p{
	height:auto;
	margin:0 !important;
}
#pardot-form input{
	float:none !important;
}
#pardot-form .required label:after{
	content:"*";
	transition: all 0s linear;
}
#pardot-form p.hidden, #pardot-form .hidden{
	height:0 !important;
	overflow:hidden;
	margin:0 !important;
}
/*Hubspot Forms*/
.hs-form a{
	color:#99c221;
}
.hs-form ul,
.hs-form li{
	margin:0;
	padding:0;
	list-style:none;
}
.hs-form fieldset{
	max-width:100% !important;
}
.hs-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.hs-form select,
.hs-form textarea{
	margin-bottom:0;
}
.hs-form .hs-form-field{
	margin-bottom:18px;
}
.hs-form .hs-fieldtype-text label span{
	transition: all 0s linear;
}
.hs-form ::-webkit-input-placeholder {color: transparent;}
.hs-form :-moz-placeholder {color: transparent;}
.hs-form ::-moz-placeholder {color: transparent;}
.hs-form :-ms-input-placeholder {color: transparent;}
.hs-form ::-ms-input-placeholder {color: transparent;}
.hs-form ::placeholder {color: transparent;}

/*Salesforce Forms*/
.sfform br{display:none;}
.form-group ::-webkit-input-placeholder {color: transparent;}
.form-group :-moz-placeholder {color: transparent;}
.form-group ::-moz-placeholder {color: transparent;}
.form-group :-ms-input-placeholder {color: transparent;}
.form-group ::-ms-input-placeholder {color: transparent;}
.form-group ::placeholder {color: transparent;}
.form-group.error input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]),
.form-group.error select,
.form-group.error textarea{
	border-color:#da0000;
}
.form-group.error label{
	color:#da0000;
}
/*Umbraco Forms*/
.radiobuttonlist br{display:none;}
.radiobuttonlist label{margin-bottom:0;}
.umbraco-forms-tooltip{
	font-size: 16px;
    display: block;
    padding-bottom: 20px;
}
.umbraco-forms-form fieldset{
	padding:0;
	margin:0;
}
.umbraco-forms-field:not(.checkbox) > label span{
	transition: all 0s linear;
}
body .umbraco-forms-form span.contourError,
body .umbraco-forms-form span.field-validation-error{
	margin-top:-18px;
}
body .umbraco-forms-form input.contourError,
body .umbraco-forms-form textarea.contourError,
body .umbraco-forms-form input.input-validation-error,
body .umbraco-forms-form textarea.input-validation-error{
	border-color:#da0000 !important;
	background:#ffffff;
}

/*Product Configurator Form Only*/
.prodconfig-form .filled label{
	background:none !important;
}
.prodconfig-form .filled label:before{
	background:#ffffff;
	height: 8px;
	bottom:0;
	left:0;
	width:100%;
	position:absolute;
	display:block;
	content:"";
	z-index:-1;
	transition: all 0s linear;
}
.prodconfig-form label{
	left:17px;
}
.prodconfig-form .filled label{
	left:35px;
}
.prodconfig-form .error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.prodconfig-form .error select,
.prodconfig-form .error textarea{
	border-color:#da0000;
}
/*UK Special Form*/
.required-alert{
	font-weight:bold;
	font-size:18px;
	color:#da0000;
}
.form-group label.selectable-label{
	padding:0;
}
.form-group .additional-hardwares label.selectable-label.styled-checkbox{
	display:block;
}
.form-group .additional-hardwares label.selectable-label.styled-checkbox span{
	line-height:24px;
}
.ukform hr{
	margin:30px auto;
}
p.small{
	font-size:16px;
}
p.smaller{
	font-size:12px;
}
.note{
	padding: 15px;
    border: 1px solid #d2d4d7;
    background: #fbfcfe;
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
}
.add-vehicle{
	margin-bottom:20px;
	display: inline-block;
    text-transform: uppercase;
    background: #99c221;
    border-radius: 5px;
    padding: 15px 25px !important;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    -webkit-appearance: none;
    border: 0;
    cursor: pointer;
}
.add-vehicle:hover{
    background: #ffffff;
    color: #99c221;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.25);
    text-decoration: none;
}
.remove-vehicle{
	display: inline-block;
    text-transform: uppercase;
    background: #da0000;
    border-radius: 5px;
    padding: 10px !important;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    -webkit-appearance: none;
    border: 0;
    cursor: pointer;
    line-height: 12px;
}
.remove-vehicle:hover{
    -webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.25);
    text-decoration: none;
}
/*IE10+ Bug Fixes*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#pardot-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
	#pardot-form select,
	.hs-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
	.hs-form select,
	.form-group input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]),
	.form-group select,
	body .umbraco-forms-form input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]),
	body .umbraco-forms-form select,
	.prodconfig-form input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]),
	.prodconfig-form select{
		height:60px;
	}
}