.template-westgatefinanceform {
  margin: 0;
  padding: 30px 20px;
  background-color: #1cb5e3;
  text-align: center;
  font-family: Lato, sans-serif;
  color: #333333;
}
.template-westgatefinanceform .form-wrap {
  max-width: 600px;
  margin: 0 auto;
}
.template-westgatefinanceform .form-wrap h2 {
  padding: 0;
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
.template-westgatefinanceform .form-wrap p {
  padding: 0;
  margin: 0 0 30px;
  font-size: 16px;
}
.template-westgatefinanceform .form-loader {
  display: none;
}
.template-westgatefinanceform .contourFieldSet {
  margin: 0;
  padding: 0;
  border: none;
}
.template-westgatefinanceform .contourField {
  margin: 0 0 10px;
  position: relative;
}
.template-westgatefinanceform .contourField label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
}
.template-westgatefinanceform .contourField input[type=text],
.template-westgatefinanceform .contourField textarea {
  width: 100%;
  display: block;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  font-family: Lato, sans-serif;
}
.template-westgatefinanceform .contourField textarea {
  height: auto;
}
.template-westgatefinanceform .contourField .field-validation-error {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}
.template-westgatefinanceform input[type=submit] {
  display: inline-block;
  padding: 9px 15px;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  margin-top: 30px;
  -webkit-appearance: button;
  background-color: transparent;
  box-shadow: inset 0 0 0 3px #fff;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .template-westgatefinanceform {
    padding: 70px 20px;
  }
  .template-westgatefinanceform .contourField {
    padding: 0 10px;
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  .template-westgatefinanceform .contourField.enquiry {
    width: 100%;
  }
}
