@import url("//use.typekit.net/jvi2pyc.css");

* {
  font-family: 'brandon-grotesque', sans-serif;
  box-sizing: border-box;
}

.wufoo {
  padding-top: 20px;
}

.wufoo header {
  text-align: center;
}

.wufoo header,
  .wufoo ul {
  max-width: 1000px;
  margin: 0 auto;
}

.wufoo li {
  width: 100%;
  padding: 15px 2% 15px 2%;
}

.wufoo li.focused {
  background: #f6f6f6;
}

.wufoo li.error {
  background: #ffe1da;
}

.wufoo li.error .desc,
      .wufoo li.error p.error {
  color: #AF412C;
}

.wufoo li.leftHalf, .wufoo li.rightHalf {
  width: 100% !important;
}

@media (min-width: 601px) {
  .wufoo li.leftHalf, .wufoo li.rightHalf {
    width: 50% !important;
  }
}

.wufoo li.captcha {
  padding-top: 20px;
  margin-top: 30px;
}

.wufoo .info,
  .wufoo li.paging-context {
  border-bottom: 0;
}

.wufoo .info div {
  font-size: 1em;
}

.wufoo .paging-context {
  padding: 20px 0 30px;
}

.wufoo .paging-context table,
    .wufoo .paging-context tbody {
  width: 100%;
  display: block;
}

.wufoo .paging-context tr {
  display: flex;
  justify-content: center;
}

.wufoo .paging-context td {
  text-transform: uppercase;
  text-align: center;
  width: 124px;
  display: block;
  font-size: 14px;
  position: relative;
}

.wufoo .paging-context td var {
  float: none;
  font-size: 16px;
  letter-spacing: 1px;
  border: none;
  background: none;
  padding: 0;
  width: auto;
  box-shadow: none;
  display: inline-block;
}

.wufoo .paging-context td.c {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}

.wufoo .paging-context td.c:before {
  content: 'STEP';
}

.wufoo .paging-context td.c:after {
  content: '';
  width: 9px;
  height: 17px;
  display: block;
  position: absolute;
  left: -3px;
  top: 50%;
  margin-top: -8px;
  background-image: url("/wp-content/themes/bulmapress/frontend/images/svg/wufoo-right-arrow.svg");
  background-postion: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.wufoo .paging-context td.c:first-child::after {
  display: none;
}

.wufoo .paging-context td.t {
  padding: 0 20px;
  margin-left: -125px;
  margin-top: 24px;
  font-size: 13px;
  line-height: 13px;
}

.wufoo .label,
  .wufoo label, .wufoo label.desc, .wufoo legend.desc {
  font-family: 'brandon-grotesque', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .9rem;
}

.wufoo span label {
  font-size: .9rem;
  font-weight: 400;
  text-transform: initial;
}

.wufoo input {
  background: #ffffff;
}

.wufoo input, .wufoo span {
  outline: none;
}

.wufoo input.other {
  margin: 0;
}

.wufoo .instruct small {
  font-size: 1em;
}

.wufoo select {
  -webkit-appearance: none;
  cursor: pointer;
}

.wufoo select + label {
  position: relative;
}

.wufoo select + label:before {
  content: '';
  position: absolute;
  background: url(/wp-content/themes/bulmapress/frontend/images/svg/wufoo-right-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 17px;
  top: -29px;
  right: 13px;
  transform: rotate(90deg);
  pointer-events: none;
}

.wufoo input, .wufoo .input, .wufoo .text-area, .wufoo .textarea,
  .wufoo .input-text, .wufoo select, .wufoo input[type="number"] {
  box-shadow: none;
  border: solid 1px #262c35;
  border-radius: 0px;
  font-size: 1rem;
  padding: 10px 15px;
  outline: none;
}

.wufoo input.is-small, .wufoo .input.is-small, .wufoo .text-area.is-small, .wufoo .textarea.is-small,
    .wufoo .input-text.is-small, .wufoo select.is-small, .wufoo input[type="number"].is-small {
  padding: 6px 11px;
  min-height: 38px;
}

.wufoo input:focus, .wufoo .input:focus, .wufoo .text-area:focus, .wufoo .textarea:focus,
    .wufoo .input-text:focus, .wufoo select:focus, .wufoo input[type="number"]:focus {
  box-shadow: none;
}

.wufoo .input {
  height: 46px;
}

.wufoo label.required:after {
  content: '*';
  color: #E45533;
  display: inline-block;
  margin-left: 3px;
  vertical-align: text-top;
}

.wufoo input.submit {
  text-transform: uppercase;
  font-size: .8125rem;
  padding: .625rem 1.9rem;
  height: 46px;
  letter-spacing: 1px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  transition: all 0.2s ease;
  background-color: transparent;
  color: #E45533;
  border-color: #E45533;
  border-radius: 50px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.wufoo input.submit:hover {
  background: #E45533;
  color: #ffffff;
}

.wufoo h3 {
  font-size: 1.75rem;
}

.wufoo [type="radio"]:checked,
  .wufoo [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.wufoo [type="radio"]:checked + label,
  .wufoo [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 23px;
  display: inline-block;
  color: #666;
  margin-left: 0;
  margin: 0;
}

.wufoo [type="radio"]:checked + label:before,
  .wufoo [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #424C56;
  border-radius: 100%;
  background: #fff;
}

.wufoo [type="radio"]:checked + label:after,
  .wufoo [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #424C56;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wufoo [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.wufoo [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.wufoo span.choice__qty {
  display: none !important;
}

.wufoo [type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.wufoo [type="checkbox"] + label {
  height: 30px;
  position: relative;
  display: block;
  padding: 5px 18px 5px 10px;
  margin: 0;
  border: solid 1px;
  transition: all .2s ease;
}

.wufoo [type="checkbox"] + label span {
  font-size: 1rem;
  margin: 0;
}

.wufoo [type="checkbox"]:checked + label {
  background: #424C56;
  color: #ffffff;
}

.wufoo [type="checkbox"]:checked + label span {
  color: #ffffff;
}

.wufoo button.link {
  color: #000000;
}

.wufoo button.link:hover {
  color: #666;
}

.wufoo .section h3 {
  font-size: 1.5rem;
  margin-top: 20px;
  padding-top: 30px;
}

.wufoo .section div {
  font-size: .9rem;
}

.wufoo li.first h3 {
  padding-top: 8px;
}

.wufoo #errorMsgLbl {
  color: #AF412C;
}

.wufoo #errorLi, .wufoo .error-container {
  margin: 15px auto 35px auto;
  border-radius: 0px;
  border-color: #AF412C;
}

.wufoo #errorLi b, .wufoo .error-container b {
  border-radius: 0;
  color: #AF412C;
}

.wufoo table {
  font-size: 16px;
}

.wufoo .invoice thead th, .wufoo .invoice tbody th, .wufoo .invoice tbody td, .wufoo .invoice tfoot th {
  padding: 11px 16px;
}

.wufoo #ccSection {
  background: #efefef;
}

.confirm .wufoo h2 {
  max-width: 1000px;
  margin: 0 auto;
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 1rem;
}