@import url("/FormBuilder/_Resource/_module/plugin/base/styles.min.css");
@import url("https://use.typekit.net/ihw0kjb.css");

@font-face {
  font-family: "Neue Haas Unica Semibold";
  src: url("/FormBuilder/_Resource/_module/so5nWvrwjUinqSdQoccw3Q/fonts/NeueHaasUnica-Semibold.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Unica Regular";
  src: url("/FormBuilder/_Resource/_module/so5nWvrwjUinqSdQoccw3Q/fonts/NeueHaasUnica-Regular.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Unica Bold";
  src: url("/FormBuilder/_Resource/_module/so5nWvrwjUinqSdQoccw3Q/fonts/NeueHaasUnica-Bold.woff2")
    format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Neue Haas Unica Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 16px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  letter-spacing: 0;
  font-family: "Neue Haas Unica Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  color: #333;
}

h2 {
  font-size: 1.3em;
  margin-bottom: 20px;
}

h6,
.h6 {
  font-weight: 400;
}

a {
  color: #1c4e80;
}

ul li,
ol li {
  margin-bottom: 5px;
}

.page__header {
  box-shadow: none;
  background-color: #fff;
}

.page__header .navbar {
  padding: 22px 0;
}

.page__header .navbar .navbar-brand {
  border: 0;
  width: 164px;
  height: 47px;
}

.page__banner {
  background: rgb(148, 198, 225)
    url(/FormBuilder/_Resource/_module/so5nWvrwjUinqSdQoccw3Q/images/pci-banner.jpg)
    no-repeat center;
  padding: 150px 0px;
  background-size: cover;
}

.page__banner h1 {
  font-size: 30px;
}

.page__content {
  min-height: inherit;
}

.page__content h1 + p {
  display: none;
}

.page__footer {
  background-color: #1c1e2a;
  border: 0;
  border-top: 1px solid #dcddde;
  color: #b1b1b1;
  font-size: 12px;
  padding: 50px 0;
}

.page__footer .footer__infoline {
  font-size: 14px;
  padding-bottom: 2em;
}

.page__footer .footer__infoline a:hover {
  text-decoration: none;
}

.page__footer .footer__copyright {
  margin-top: 2em;
  min-height: 80px;
  padding-top: 20px;
  border-top: 1px solid #686868;
}

.page__footer a {
  color: #b1b1b1 !important;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.btn-return {
  border: 2px solid #00bdf0;
  border-radius: 0.375rem;
  background: #00bdf0;
  color: #fff;
  font-size: 16px;
  padding: 12px 15px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none !important;
  font-family: "Neue Haas Unica Bold", Helvetica, sans-serif;
  text-transform: uppercase;
}

button:hover,
button:focus,
button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
.btn:hover,
.btn:focus,
.btn:active,
.btn-return:hover,
.btn-return:focus,
.btn-return:active {
  text-decoration: none !important;
  border-color: #1dd1ff;
  color: #fff;
  background: #1dd1ff;
}

button::after,
.btn::after,
.btn-return::after {
  display: none;
}

.formNav input[type="submit"] {
  max-width: 200px;
  width: 100%;
  float: right;
}

.formNav > .back input[type="submit"] {
  border-color: #00bdf0;
  color: #fff;
  background: #00bdf0;
  float: left;
}

.formNav > .back input[type="submit"]:hover,
.formNav > .back input[type="submit"]:focus {
  border-color: #1dd1ff;
  color: #fff;
  background: #1dd1ff;
}

.iconLink a {
  color: #fff;
  background: #00bdf0;
  border: 2px solid #00bdf0;
  font-weight: 400;
  margin: 2rem 0;
  border-radius: 0.375rem;
}

.iconLink a:hover,
.iconLink a:focus,
.iconLink a:active {
  border-color: #1dd1ff;
  background: transparent;
  color: #1dd1ff;
}

.formModule
  form
  > input[value="Country-Validation"]
  + .step
  .error.errorContainer {
  display: block;
  width: 100%;
  margin: 0 auto 40px;
}

.formModule form > input[value="Country-Validation"] + .step .formNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.formModule
  form
  > input[value="Country-Validation"]
  + .step
  .formNav
  > .button:first-child {
  padding-top: 2rem;
}

.formModule form > input[value="Country-Validation"] + .step .formNav > .next {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.formModule form > input[value="Country-Validation"] + .step .formNav > .back {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.formModule
  form
  > input[value="Country-Validation"]
  + .step
  .formNav
  > .back
  input[type="submit"] {
  margin-top: 20px;
}

.formModule
  form
  > input[value="Country-Validation"]
  + .step
  .error.errorContainer {
  max-width: 700px !important;
}

.formModule form > input[value="Validation"] + .step #errorDiv {
  max-width: 100%;
}

/* .formModule form > input[value="Validation"] + .step > .formNav > .next {
  text-align: right;
} */

/* .formModule form > input[value="Validation"] + .step > .formNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} */

select#iy0oybf5z7UmmKbPTi4C27Q {
  width: 170px;
}

.formModule form > input[value="Validation"] + .step > .formNav > .back,
.formModule form > input[value="Validation"] + .step > .formNav > .next {
  max-width: 200px;
  width: 100%;
}

/* .formModule form > input[value="Validation"] + .step > .formNav > .back {
  margin-top: 1rem;
} */

label,
select,
input,
input[type="checkbox"] + label {
  /* font-size: 16px; */
  /* height: auto; */
}

table {
  margin-bottom: 20px;
}

table tr td {
  background: #fff;
  border: 1px solid #ccc !important;
  vertical-align: top;
}
#bpayBox td {
  border: 0 !important;
}
.answers {
  margin: 20px 0;
}
.answers table.matrix.survey tr td {
  border: none !important;
  padding: 0;
}
.answers table.matrix.survey tr td label {
  display: inline-block;
  zoom: 1;
  width: 300px;
  padding: 5px 10px 0 0;
  font-weight: normal;
  vertical-align: top;
  margin: 0;
}
.answers table.matrix.survey label,
.answers table.matrix.survey select,
.answers table.matrix.survey input,
.answers table.matrix.survey input[type="checkbox"] + label {
  height: auto;
}

@media (min-width: 992px) {
  .page__header .navbar .navbar-brand {
    border: 0;
    width: 202px;
    height: 72px;
  }
}

@media (min-width: 768px) {
  body {
    margin-bottom: 0;
  }
  .page__footer {
    position: relative;
  }
  .page__banner h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 1.8em;
  }
}

@media (max-width: 450px) {
  .page__banner {
    padding: 50px 0px;
  }

  .formNav input[type="submit"],
  .formNav > .back input[type="submit"] {
    float: none;
  }

  .button {
    text-align: center;
    margin-bottom: 10px;
  }

  .formModule form > input[value="Validation"] + .step > .formNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
