<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* CONTACT */

.contactform {
  padding: 1rem 2%;
  background-color: var(--form-frames-bcol);
}

.contactus {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  gap: .5rem;
  margin: 0 auto 1rem auto;
  max-width: 36rem;
}

  .contactus select {
    margin-right: 1rem;
  }

.contactname {
  width: 100%;
}

  .contactname input[type=text], .contactname input[type=password], .contactname textarea {
    min-width: 0;
    width: 100%;
  }

  .contactname input[type=checkbox], .contactname input[type=radio] {
    min-width: 0;
  }

  .contactname &gt; label {
    display: block;
    font-weight: bold;
    padding: 0;
    margin: .5rem 0;
  }


/* sign in */
.contactlink {
  margin: .5rem 0 .5rem 0;
  text-align: right;
}

  .contactlink a {
    padding: .3rem .8rem;
    border-radius: 5px;
  }


/* create account */

.radiolisttable {
  margin-block: 0;
  border-collapse: separate;
  border-spacing: 0 .75rem;
}

  .radiolisttable td {
    border: 2px solid var(--input-bdrcol);
    border-radius: 5px;
    padding: 0;
    margin: 0;
    background-color: var(--input-bcol);
    color: var(--input-fcol);
  }

    .radiolisttable td:hover {
      background-color: var(--input-hover-bcol);
      color: var(--input-fcol);
    }

.contactholder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
}

.contactcheck {
  background-color: var(--input-bcol);
  display: inline-flex;
  align-items: center;
  padding-inline: .2rem;
  border: 2px solid var(--input-bdrcol);
  border-radius: 5px;
}

  .contactcheck:hover {
    background-color: var(--input-hover-bcol);
    color: var(--input-fcol);
  }

  .contactcheck label {
    margin: .2rem 0;
  }

  .contactcheck:focus-within {
    background-color: var(--input-focus);
  }





  


/* STEP PROGRESS */

.stepwrapper {
  max-width: 36rem;
  margin: 1rem auto 0 auto;
}

.stepprogress {
  color: #808080;
}

.stepbar {
  width: 100%;
  display: grid;
  place-content: center;
  height: 30px;
  grid-template-rows: 1fr;
  border: 1px solid #808080;
}

.stepcount3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.stepcount4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.steppassed, .stepactive, .stepfuture {
}

.steppassed {
  background-color: #98e8a8;
}

.stepactive {
  background-color: #98e8a8;
}

.stepfuture {
  background-color: #d8d8d8;
}




/* CAPTCHA */

.capture_bizstate {
  display: none;
}

.capture_slider_div {
  max-width: 24rem;
  margin: 0 auto;
}

.capture_slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


  .capture_slider div {
    padding-top: .5rem;
    width: 92%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  /* range reset */
  .capture_slider input[type="range"] {
    width: 100%;
    height: 3rem;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
  }

    /* slider track */
    .capture_slider input[type="range"]::-webkit-slider-runnable-track {
      background-color: var(--input-bdrcol);
      border-radius: .5rem;
      height: .5rem;
    }

    .capture_slider input[type="range"]::-moz-range-track {
      background-color: var(--input-bdrcol);
      border-radius: .5rem;
      height: .5rem;
    }

    /* slider thumb */
    .capture_slider input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none; /* override default look */
      appearance: none;
      margin-top: calc((.5rem - 2rem)/2); /* vertical center thumb on track */
      background-color: #808080;
      border: 1px solid #000000;
      height: 2rem;
      width: 1rem;
    }

    .capture_slider input[type="range"]::-moz-range-thumb {
      border-radius: 0; /* remove FF border-radius */
      background-color: #808080;
      border: 1px solid #000000;
      height: 2rem;
      width: 1rem;
    }

    /* thunb focus */
    .capture_slider input[type="range"]:focus::-webkit-slider-thumb {
      outline: 2px solid #808080;
      outline-offset: .125rem;
    }

    .capture_slider input[type="range"]:focus::-moz-range-thumb {
      outline: 2px solid #808080;
      outline-offset: .125rem;
    }



/* VERIFY */

.verifyinputflex {
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-items: start;
  align-items: center;
}

  .verifyinputflex input[type=text], .verifyinputflex label {
    border: none;
    border-radius: unset;
    font-family: 'Courier New', monospace;
    font-size: 150%;
    text-align: left;
    letter-spacing: .5rem;
  }

.vinputch3 input[type=text], .vinputch3 label {
  width: calc(3 * (1ch + .5rem) + 1.5rem);
}

.vinputch4 input[type=text], .vinputch4 label {
  width: calc(4 * (1ch + .5rem) + 1.5rem);
}

.vinputch5 input[type=text], .vinputch5 label {
  width: calc(5 * (1ch + .5rem) + 1.5rem);
}

.vinputch6 input[type=text], .vinputch6 label {
  width: calc(6 * (1ch + .5rem) + 1.5rem);
}

.verifyinputflex input[type=text] {
  font-weight: bold;
  padding: 1rem .5rem 0 1rem;
  line-height: 120%;
  z-index: 1000;
}

.verifyinputflex label {
  font-weight: normal;
  margin: -1.5rem 0 0rem 0;
  padding: 0 .5rem .5rem 1rem;
  color: #808080;
}

.verifyinputflex input:focus {
  background-color: #ffffff;
  outline: none;
}

</pre></body></html>