@font-face {
  font-family: 'Geogrotesque';
  src: url('https://content-eu-9.content-cms.com/191d3dbe-e85a-4752-b123-6941d0d12562/dxdam/4b/4b706d6b-14ec-4dd7-8796-45aa4b18a886/geogrotesque-medium.woff2')
      format('woff2'),
    url('https://content-eu-9.content-cms.com/191d3dbe-e85a-4752-b123-6941d0d12562/dxdam/15/150fe60c-34a2-4a63-8931-dd20c72b1ac8/geogrotesque-medium.woff')
      format('woff');
}
@font-face {
  font-family: 'Roboto';
  src: url('https://content-eu-9.content-cms.com/191d3dbe-e85a-4752-b123-6941d0d12562/dxdam/c8/c855e2bf-9c96-4946-853f-ef54742af062/roboto-regular.woff2')
      format('woff2'),
    url('https://content-eu-9.content-cms.com/191d3dbe-e85a-4752-b123-6941d0d12562/dxdam/ed/ed0bea40-fa2c-4ca3-9833-8dfee0a6521d/roboto-regular.woff')
      format('woff');
}

body {
  background: transparent;
  color: #4b4b4b;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}

.container {
  margin: 0 auto;
  max-width: 1150px;
  width: 100%;
}

.clr {
  clear: both;
}
.sfoverview p {
  padding: 0 0 20px 0;
}
.hgt20 {
  height: 20px;
}
.mrgtp10 {
  margin-top: 10px;
}
label span {
  font-size: 13px;
  font-weight: 300;
}
input[type='checkbox'] {
  float: left;
  margin: 5px 5px 0 0;
}
input[type='text'] {
  padding: 0 5px;
}

.form-control {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #4b4b4b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.submitbtn {
  float: left;
  height: 40px;
  border-radius: 50px;
  background-color: #003399;
  border: 1px solid #003399;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  padding: 0 60px 0 60px;
  color: #fff;
  transition: all 0.8s ease 0s;
  margin-top: 30px;
  font-size: 18px;
}

.submitbtn:hover {
  background-color: #032b7a;
  text-decoration: none;
  transition: all 0.8s ease 0s;
}

label {
  font-weight: 500;
}

.invalid-feedback {
  color: #dc3545;
  display: none;
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
  width: 100%;
}

.invalid-tooltip {
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before {
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label::before,
.was-validated .custom-file-input:invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

html form {
  color: #4b4b4b;
  padding: 0;
}

body > p {
  margin: 0;
}

p {
  font-size: 16px !important;
  font-family: 'Roboto' !important;
  line-height: 27px !important;
}

form .form-group {
  display: block;
  width: 100%;
}

form .form-group + .form-group {
  margin-top: 15px;
}

form .formErrorMessages div {
  font-size: 16px !important;
  font-family: 'Roboto' !important;
  line-height: 27px !important;
}

form tbody td,
form tbody .defaultText {
  color: #4b4b4b;
  font-family: 'Geogrotesque';
  font-size: 18px;
  line-height: 32px;
}

form tbody td div {
  max-width: calc(100vw - 6px);
}

form tbody tr:first-child td:first-child {
  padding-top: 0 !important;
}

form tbody tr:first-child td:first-child .fieldLabel,
form tbody tr:first-child td:first-child label {
  margin-top: 0 !important;
}

form .fieldLabel,
form label {
  display: block;
  font-size: 18px !important;
  font-weight: 500 !important;
  font-family: 'Geogrotesque' !important;
  line-height: 2;
  margin-bottom: 0 !important;
}

form label span{color:#F70211}

form .selectInput,
form select.form-control {
  appearance: none;
  background-color: #fff;
  background-image: url(https://content-eu-9.content-cms.com/191d3dbe-e85a-4752-b123-6941d0d12562/dxdam/45/454a3491-eb9f-4f32-8097-6ffd46497bc7/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) 50%;
  border-radius: 5px;
  border: 2px solid #e3e3e3;
  box-sizing: border-box;
  font-size: 16px !important;
  font-family: 'Roboto' !important;
  height: auto !important;
  line-height: 30px !important;
  margin-bottom: 0 !important;
  max-width: 100%;
  padding: 5px 15px;
  padding-right: 30px;
  width: 100%;
}

.form-select {
  border: 2px solid #e3e3e3;
  box-sizing: border-box;
  color: #4b4b4b !important;
  font-family: 'Roboto' !important;
  font-size: 16px !important;
  height: auto !important;
  line-height: 30px !important;
  padding: 5px 15px;
}

.form-select::placeholder {
  color: #4b4b4b;
}

input[type='submit'] {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  background-color: #002f9d;
  border-radius: 25px;
  border: 1px solid #002f9d;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  height: 40px;
  line-height: 18px;
  margin: 25px auto 20px;
  max-width: calc(100% - 3px);
  padding: 8px 45px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  width: auto;
}

input[type='submit']:hover,
input[type='submit']:focus {
  box-shadow: 0 10px 20px -10px rgb(0 0 0 / 50%);
  background-color: #263a57;
  border-color: #263a57;
  text-decoration: none;
}

form textarea {
  background-color: #fff;
  border: 2px solid #e3e3e3;
  border-radius: 5px;
  box-sizing: border-box;
  color: #4b4b4b !important;
  font-size: 16px;
  font-family: 'Roboto' !important;
  height: auto !important;
  line-height: 30px;
  padding: 5px 15px;
  margin-bottom: 0 !important;
  max-width: calc(100% - 3px);
  text-align: left;
  width: 100%;
}

form textarea::placeholder {
  color: #4b4b4b;
}

form input[type='text'],
form input[type='email'] {
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #e3e3e3;
  box-sizing: border-box;
  color: #4b4b4b !important;
  font-family: 'Roboto' !important;
  font-size: 16px;
  height: auto !important;
  line-height: 30px;
  margin-bottom: 0 !important;
  max-width: 100%;
  padding: 5px 15px;
  text-align: left;
  width: 100%;
}

form input[type='text']::placeholder,
form input[type='email']::placeholder {
  color: #4b4b4b;
}

form input[type='text'][label='Date'] {
  margin-right: 10px !important;
  min-width: auto;
  width: 123px !important;
}

form input[type='text']:focus,
form input[type='email']:focus,
form textarea:focus {
  border-color: rgba(0, 51, 153, 0.5);
}

form .checkbox_wrap input,
form input[type='checkbox'] {
  border-width: 2px;
  float: left;
  font-family: 'Geogrotesque';
  font-weight: 500;
}

form label.checkbox_label,
form input[type='checkbox'] + label {
  font-family: 'Geogrotesque';
  font-size: 18px;
  line-height: 25px !important;
}

form input[type='radio'] {
  margin-right: 10px !important;
}

div#g-recaptcha-error {
  line-height: 0;
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #4b4b4b !important;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #002f9d;
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: rgba(0, 0, 0, 0.25);
}

.form-check-input:checked {
  background-color: #002f9d;
  border-color: #002f9d;
}

.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: rgba(0, 0, 0, 0.25);
}