.gre-disclaimer {
  color: #000000;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.gre-disclaimer a {
  text-decoration: underline !important;
}

section.contact {
  width: 100%;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto clamp(120px, 20vw, 240px) auto;
  width: 1000px;
  max-width: 92%;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
table th, table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  min-height: calc(140px - 4vw);
  padding: clamp(10px,3vw,50px) 1em;
  border-bottom: 1px solid #F5F5F5;
  color: #000000;
  font-weight: 500;
  vertical-align: top;
}
table th.first-line, table td.first-line {
  border-top: 1px solid #F5F5F5;
}
table th {
  background-color: #3BC9C8;
  color: #ffffff;
  text-align: center;
  height: 100%;
}
table th.required p::after {
  display: inline;
  content: "*";
  color: #E84B0A;
  font-size: 20px;
  vertical-align: top;
}
table td {
  overflow-x: hidden;
}
table td p {
  margin: 0;
}
table td .max-150 {
  max-width: 150px;
}
table td input[type=text],
table td input[type=email],
table td input[type=tel],
table td input[type=number],
table td input[type=date],
table td textarea,
table td select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.2em 0.5em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid darkgrey;
  color: #000000;
  text-align: start;
}
table td input[type=text]::-webkit-input-placeholder, table td input[type=email]::-webkit-input-placeholder, table td input[type=tel]::-webkit-input-placeholder, table td input[type=number]::-webkit-input-placeholder, table td input[type=date]::-webkit-input-placeholder, table td textarea::-webkit-input-placeholder, table td select::-webkit-input-placeholder {
  color: #000000;
}
table td input[type=text]::-moz-placeholder, table td input[type=email]::-moz-placeholder, table td input[type=tel]::-moz-placeholder, table td input[type=number]::-moz-placeholder, table td input[type=date]::-moz-placeholder, table td textarea::-moz-placeholder, table td select::-moz-placeholder {
  color: #000000;
}
table td input[type=text]:-ms-input-placeholder, table td input[type=email]:-ms-input-placeholder, table td input[type=tel]:-ms-input-placeholder, table td input[type=number]:-ms-input-placeholder, table td input[type=date]:-ms-input-placeholder, table td textarea:-ms-input-placeholder, table td select:-ms-input-placeholder {
  color: #000000;
}
table td input[type=text]::-ms-input-placeholder, table td input[type=email]::-ms-input-placeholder, table td input[type=tel]::-ms-input-placeholder, table td input[type=number]::-ms-input-placeholder, table td input[type=date]::-ms-input-placeholder, table td textarea::-ms-input-placeholder, table td select::-ms-input-placeholder {
  color: #000000;
}
table td input[type=text]::placeholder,
table td input[type=email]::placeholder,
table td input[type=tel]::placeholder,
table td input[type=number]::placeholder,
table td input[type=date]::placeholder,
table td textarea::placeholder,
table td select::placeholder {
  color: #000000;
}
table td input[type=text]:focus,
table td input[type=email]:focus,
table td input[type=tel]:focus,
table td input[type=number]:focus,
table td input[type=date]:focus,
table td textarea:focus,
table td select:focus {
  outline: 1px solid #FFE13E;
}
table td input[type=text],
table td input[type=email],
table td input[type=tel],
table td input[type=number],
table td input[type=date],
table td select {
  width: 100%;
  min-height: clamp(20px,5rem, 45px);
}
table td input[type=number],
table td input[type=date] {
  max-width: 150px;
}
table td .wpcf7-list-item-label {
  color: #000000;
}
table td select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: clamp(20px,5rem, 45px);
  padding-left: 3rem;
  background-color: #ffffff;
  background-image: url(../img/common/dropdown-arrow.svg);
  background-position: center left 1rem;
  background-repeat: no-repeat;
  background-size: 1.2rem;
  cursor: pointer;
}
table td textarea {
  width: 100%;
  max-width: 100%;
  min-height: clamp(240px,50vw,350px);
}
table td.multi-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}
table td.multi-row > * {
  margin-bottom: 1em;
  width: 100%;
  max-width: 100%;
}
table td.multi-row .wpcf7-form-control.wpcf7-radio {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
table td.multi-row .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-left: 0%;
}
table td [type=radio],
table td [type=checkbox] {
  position: absolute;
  left: -9999px;
}
table td [type=radio] + .wpcf7-list-item-label,
table td [type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 3rem;
}
table td [type=radio] + .wpcf7-list-item-label::before,
table td [type=checkbox] + .wpcf7-list-item-label::before,
table td [type=radio] + .wpcf7-list-item-label::after,
table td [type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table td [type=radio] + .wpcf7-list-item-label::before,
table td [type=radio] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}
table td [type=radio] + .wpcf7-list-item-label::before,
table td [type=checkbox] + .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000000;
  background: #fff;
}
table td [type=checkbox] + .wpcf7-list-item-label::before,
table td [type=checkbox] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}
table td [type=radio] + .wpcf7-list-item-label::after,
table td [type=checkbox] + .wpcf7-list-item-label::after {
  top: 0.5rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: #FFE13E;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
table td [type=radio]:not(:checked) + .wpcf7-list-item-label::after,
table td [type=checkbox]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  -webkit-transform: scale(0.01);
          transform: scale(0.01);
}
table td [type=radio]:checked + .wpcf7-list-item-label::after,
table td [type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
table td .radio-col .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
table td .radio-col .wpcf7-list-item {
  margin: 0 0 0 0;
}
table td .bd-row {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
table td .bd-row > * {
  margin: 1%;
}
table td .cb-col .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
table td .cb-col .wpcf7-list-item {
  margin: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.submit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: clamp(40px, 10vw, 100px) auto 0;
}
.submit-container p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.submit-btn {
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  background-color: #3BC9C8;
  color: #ffffff;
  border: unset;
  text-align: center;
  padding: 1em 4em;
  cursor: pointer;
  font-size: 18px;
}
.submit-btn:hover {
  opacity: 0.7;
}
/*# sourceMappingURL=contact.css.map */