html {
  font-size: 16px;
}

@media (min-width: 1200px) {
  html {
    font-size: 18px !important;
  }
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

strong, b {
  font-weight: 700;
}

.hfa-fullpage {
  background-color: #838C8A;
  background-position: center center;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
}

@media (min-width: 1200px) {
  .hfa-fullpage.hfa-fullpage--default {
    min-height: 120vh;
  }
}

.hfa-fullpage.hfa-fullpage--techqualled {
  height: auto;
}

@media (min-width: 992px) {
  .hfa-fullpage {
    background-image: url("../img/hfa-reg-bkgrd-4.jpg?ver=1565501364");
    background-position: 25% center;
  }
}

.text-mute {
  color: #6f6d6d !important;
}

.checkbox-group label {
  display: inline-block;
  margin: 0 .5rem;
}

.checkbox-group input {
  display: inline-block;
  margin: 0 .25rem;
}

.hfa-response {
  margin: 2rem auto;
}

input[type=text].hfa-input,
input[type=password].hfa-input,
input[type=email].hfa-input {
  border: 1px solid #ddd;
  background-color: #ffffff;
  border-radius: 0;
  margin: .1875rem 0;
}

.btn {
  border-radius: 2px !important;
  font-size: 1rem;
}

.btn-primary {
  background-color: #fec231;
  border-color: #fec231;
}

.btn-primary:hover {
  background-color: #e6a301;
  border-color: #e6a301;
}

.btn-primary:disabled {
  background-color: #fed778;
  border-color: #fed778;
}

::-webkit-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #cfd2dd !important;
}

:-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #cfd2dd !important;
}

::-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #cfd2dd !important;
}

::placeholder {
  /* Firefox, Chrome, Opera */
  color: #cfd2dd !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cfd2dd !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cfd2dd !important;
}

select {
  margin: .1875rem 0;
}

.hfa-label {
  font-size: 1rem;
  margin-top: .5rem;
  margin-bottom: 6px;
  font-weight: 500;
}

.hfa-register {
  background-color: rgba(255, 255, 255, 0.92);
  padding: 1rem;
  border-radius: 2px;
  margin-bottom: 1rem;
  -webkit-box-shadow: 1px 1px 6px rgba(68, 65, 84, 0.5);
          box-shadow: 1px 1px 6px rgba(68, 65, 84, 0.5);
}

.hfa-radiogroup {
  margin: .375rem 0;
  display: block;
}

.hfa-radiogroup label {
  margin-right: .5rem;
  font-weight: 500;
}

.fha-section {
  padding: 0;
  margin-bottom: 1rem;
}

.fha-section.active {
  border: 1px solid #00f;
}

.hfa-logo {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

.hfa-logo img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .hfa-logo {
    width: 20rem;
    margin: 0;
  }
  .hfa-logo img {
    margin: 0;
  }
}

.hfa-cover-headline {
  text-shadow: 0 0.0625rem 0.125rem rgba(68, 65, 84, 0.8);
  margin: 0;
  color: #ffffff;
  font-weight: 600;
}

.hfa-cover-headline h1 {
  font-size: 2.75rem;
}

@media (min-width: 768px) {
  .hfa-cover-headline.hfa-cover-headline--techqualled {
    margin: 0 8%;
  }
}

@media (min-width: 992px) {
  .hfa-cover-headline.hfa-cover-headline--techqualled {
    margin: 0;
  }
}

.hfa-cover-introtext {
  text-shadow: 0 0.0625rem 0.125rem rgba(68, 65, 84, 0.8);
  color: #ffffff;
}

.hfa-cover-introtext p {
  font-weight: 300;
}

@media (min-width: 992px) {
  .hfa-cover-introtext {
    margin-top: 14rem;
  }
}

@media (min-width: 1200px) {
  .hfa-cover-introtext {
    margin-top: 13rem;
  }
}

.hfa-downpage {
  text-shadow: 0 0.0625rem 0.125rem rgba(68, 65, 84, 0.8);
  background-color: #565d5b;
  color: #ffffff;
  padding: 3rem 0 4rem 0;
  font-size: 1.09375rem;
}

h1.xlarge {
  font-size: 4rem;
}

.introtext {
  text-shadow: 0 0.0625rem 0.125rem rgba(68, 65, 84, 0.8);
  color: #ffffff;
  font-size: 1.16rem;
  font-weight: 300;
}

[data-pagination] {
  display: none;
}

[data-pagination].pagination--active {
  display: block;
}

[data-pagination-nav=back],
[data-pagination-nav=end] {
  display: none;
}

.pagination-back {
  position: absolute;
  top: .5rem;
  left: .5rem;
}

.pagination-back button {
  color: #777;
}

.pagination-controls {
  position: relative;
  height: 48px;
}

.hfa-register__progress {
  text-align: center;
  margin: 0.5rem auto 1rem auto;
  display: none;
}

.hfa-register__progress > span {
  border-radius: 0.25rem;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #444154;
  margin: 0 0.25rem;
}

.hfa-register__progress > span.completed {
  background-color: rgba(68, 65, 84, 0.5);
}

.form-heading-text {
  font-size: 18px;
  line-height: 28px;
  color: #757575;
}

.start-here {
  text-align: center;
  margin: -18px -18px 18px;
  padding: .5rem;
  background-color: #0044AB;
  color: white;
  font-weight: 500;
  font-size: 21px;
}

.start-here p {
  margin-bottom: 0;
}

.front-text {
  line-height: 1.5;
  font-size: 24px;
}

.branch-list {
  list-style: none;
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

.branch-list li {
  width: 30%;
  font-weight: 500;
}

.hero-text {
  font-size: 38px;
}

.footer-points {
  list-style-position: outside;
}

.footer-points li {
  padding-left: 12px;
  margin-bottom: 1rem;
  height: 85px;
}

.footer-points li::marker {
  content: '\f058';
  font-family: "FontAwesome";
}

.footer-points p {
  font-size: 16px;
}

#vadisa,#hdischar,#vretire{
  display: none;
}

@media only screen and (max-width: 600px) {
  .branch-list li {
    width: 100%;}
}
/*# sourceMappingURL=app.css.map */