html,
body {
  background-color: rgba(0, 50, 109, 1);
  padding: 0em;
}

* {
  box-sizing: border-box;
}

fieldset > div {
  margin-bottom: 0px;
}

.row {
  display: block;
}

.hs-clarify-your-role {
  display: none;
}

#customform {
  background-color: rgba(0, 50, 109, 1);
  border: 1px none #d0d0d0;
}

.hs-phonenumber {
  margin-bottom: 1rem;
}

.first-form {
  padding: 0px 0px;
}

.first-form .form-title {
  color: #ffffff;
}

.form-title {
  margin-bottom: 1.5rem;
}

.second-form {
  padding: 0px 0px;
  color: #ffffff;
}

.input {
  margin-bottom: 1rem;
}

.col-md-6 {
  max-width: 100%;
  display: inline-block;
}

label {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
}
.spacing {
  margin-bottom: 1rem;
}

input {
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  border: 2px solid #fff ;
  border-radius: 4px;
  color: #00326d;
  font-size: 16px;
  padding: 10px 10px;
  outline: none!important;
}
input:focus {
  border: 2px solid rgba(0, 198, 171, 1)!important;
}

.input.you-institution.col-6
{
max-width: 100%!important;
}

.input select {
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  border: 2px solid #fff;
  border-radius: 4px;  
  color: #00326d;
  font-size: 16px;
  padding: 2px 12px;
  outline:none!important;
  -webkit-appearance: none !important;
}
select:focus {
  border: 2px solid rgba(0, 198, 171, 1)!important;
}

.down-arrow {
  display: none;
}

input:disabled {
  background-color: #ffffff !important;
}

.select-option:after {
  content: "\25BE";
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: black;
}

.select-option {
  position: relative;
}

.legal-consent-container .hs-richtext p {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}

.legal-consent-container .hs-richtext p a {
  color: #ffffff;
  text-decoration: none;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.hs_recaptcha {
  margin: 1.5rem 0;
}

form input[type="submit"],
form .hs-button {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
  background-color: rgba(0, 198, 171, 1);
  border: 1px solid #00c6ab;
  border-radius: 50px;
  color: #ffffff;
  fill: #ffffff;
  padding: 8px 44px 32px;
  text-transform: none;
  margin: 0px 0px 25px 0px;
}

form input[type="submit"]:disabled,
form .hs-button:disabled {
  cursor: not-allowed;
  background-color: rgba(0, 198, 171, 0.5) !important;
  border: none !important;
}



form .hs-button,
form input[type="submit"] {
  cursor: pointer;
  display: block;
  letter-spacing: 0;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
}

div .right {
  text-align: right;
  display: inline-block;
}

div .center {
  text-align: center;
  display: inline-block;
  width: 50%;
}

form input[type="submit"]:disabled,
form .hs-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}


.form-group .iti--allow-dropdown {
  width: 100%;
}

.second-form .form-control {
  height: auto;
/* padding: 12px 6px 12px 52px; */
}

.thank-you-prevent-false {
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .second-form {
    width: 100%;
  }

  .form-title h1 {
    font-size: 32px;
  }
}

@media (max-width: 820px) {
  .container {
    width: 100%;
  }

  .form-title h1 {
    font-size: 25px;
  }

  .form_iframe {
    padding: 45px 10px;
  }
  form .hs-button,
  form input[type="submit"] {
    width: 100%;
  }

  div .center {
  text-align: center;
  display: inline-block;
  width: 100%;
}
}

@media (max-width: 480px) {

  .form-title h1 {
    font-size: 20px;
  }
  .input select {
    font-size: 13px;
  }

  form input[type="submit"],
  form .hs-button {
    padding: 8px 25px 32px;
  }

  div .right {
    display: block;
  }
}
