@font-face {
  font-family: BlsW-Rg;
  src: url('https://www.capitapeoplesolutions.co.uk/application/themes/thirty_three/assets/dist/fonts/blsw-rg.woff');
       font-weight: 400;
       font-style: normal;
}
body {
  margin: 0;
}
form.form {
  font-family: BlsW-Rg,Calibri,Helvetica Neue,Arial,sans-serif !important;
}
form.form label { color: #ffffff !important; } /* Label colour */
form.form input[type=text], form.form input[type=email], form.form select, form.form textarea {
    background-color: #ffffff !important; /* Input background colour */
    border-bottom: 2px solid #ff5800 !important; /* Input border colour */
    color: #333536 !important; /* Input text colour */
}
form.form select {
    border-radius: 0px !important; /* Curved border on form inputs - Set to 0 for square edges */
    -webkit-border-radius: 0px !important; /* Curved border on form inputs - Set to 0 for square edges */
    background-image: url('https://insight.capitapeoplesolutions.co.uk/l/141061/2019-05-16/3hy42l/141061/94137/select_down_arrow.png') !important;  /* The background image for the drop down arrow on select inputs */
}
form.form input[type=submit] {
    background-color: #FFFFFF !important; /* Submit button background colour */
    color: #005B82 !important; /* Submit button text colour */
    cursor: pointer !important;
}
form.form input[type=submit]:hover {
    background-color: #c24300 !important; /* Submit button background colour on mouse over */
    color: #ffffff !important; /* Submit button text colour on mouse over */
    cursor: pointer !important;
}
form.form {
    padding: 0px !important;
    margin: 0px !important;
}
form.form .form-field.form-col-left {
  float: left !important;
  clear: left !important;
  width: 48% !important;
  padding-left: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-bottom:10px;
}
form.form .form-field.form-col-right {
  float: right !important;
	clear: right !important;
	width: 48% !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-bottom:10px;
}
form.form .form-field.form-col-full {
  clear: both;
  width: 100%;
	padding-right: 0 !important;
	padding-left: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-bottom:10px;
}
@media only screen and (max-width: 570px) {
	form.form .form-field.form-col-left {
		float: none !important;
		width: 100% !important;
		padding-right: 0 !important;
	}
	form.form .form-field.form-col-right {
		float: none !important;
		width: 100% !important;
	}
}
form.form label {
    font-weight: normal !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
}
form.form input, form.form textarea {
    margin-bottom: 10px !important;
    font-size: 14px !important;
    border-radius: 0px !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin-top: 6px !important;
    margin-bottom: 12px !important;
    padding: 10px !important;
    outline: none !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-sizing: border-box !important;
}
form.form select::-ms-expand {
    display: none!important;
}
form.form select {
    font-weight: normal !important;
    display: block !important;
    width: 100% !important;
    font-size: 14px !important;
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
        -ms-appearance: none !important;
         -o-appearance: none !important;
            appearance: none !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    outline: none !important;
    overflow : hidden !important;
    text-indent : 0.01px !important;
    text-overflow : '' !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    padding: 10px !important;
    margin-top: 6px !important;
    margin-bottom: 12px !important;
}
form.form select[multiple] {
    height: auto !important;
    background-image: none !important;
}
form.form input[type=submit] {
    border: 0 !important;
    font-size: 12px !important;
    border-radius: 0px !important;
    width: auto !important;
    min-width: auto !important;
    max-width: auto !important;
    padding: 15px 40px !important;
    text-transform: uppercase !important;
    margin-top: 10px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
form.form input.[type=submit]:hover {
    font-size: 12px!important;
}
form.form p {
    margin: 0 !important;
    text-align: center !important;
}
form.form p.error {
  text-align: left !important;
  margin-bottom: 10px !important;
}
form.form div.error {
    padding: 0 !important;
}
form.form p.no-label {
    margin: 0 !important;
    color: #c41e3a !important;
}
form.form p.errors {
    background: #c41e3a !important;
    color: #ffffff !important;
    padding-left: 0px !important;
    margin-bottom: 10px !important;
    text-align: center!important;
}
form.form span.value {
    margin-left: 0px !important;
}
form.form .value span {
    display: block !important;
    clear: both !important;
}
form.form input[type=checkbox], .cta-form form.form input[type=radio] {
    float: left !important;
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 20px !important;
}
form.form span.value label {
    margin-top: 5px !important;
}
