@import url("../fonts/fonts.css");
.semi-bold {
  font-family: "Sofia Pro Semi";
  font-weight: 600;
  font-style: normal;
}

.regular {
  font-family: "Sofia Pro";
  font-weight: normal;
  font-style: normal;
}

.bold {
  font-family: "Sofia Pro";
  font-weight: bold;
  font-style: normal;
}

.black {
  font-family: "Sofia Pro";
  font-weight: 900;
  font-style: normal;
}

a,
a:hover {
  text-decoration: none;
  text-decoration: none;
}

.header-text {
  color: #253f57;
  font-size: 14px;
}

@media (max-width: 576px) {
  .header-text {
    font-size: 11px;
  }
}

.main-text {
  font-size: 13px;
  color: #2d353c;
}

.learn-more,
.learn-more:hover {
  color: #5a8fce;
}

.banner-heading {
  font-size: 45px;
  color: white;
}

@media (max-width: 576px) {
  .banner-heading {
    font-size: 22px;
  }
}

.banner-text {
  font-size: 18px;
  color: #d4d2d0;
}

@media (max-width: 576px) {
  .banner-text {
    font-size: 14px;
  }
}

.banner-date {
  color: white;
  font-size: 14px;
}

@media (max-width: 576px) {
  .banner-date {
    font-size: 11px;
  }
}

.welcome-banner {
  background: url("../images/banner.png") center no-repeat;
  background-size: cover;
}

.zipcode {
  width: 100%;
  max-width: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  color: #a5a5a5;
  text-align: center;
}

.form p, .our-p {
  font-size: 13px;
  color: #a5a5a5;
}

.form {
  background-color: #f8f8f8;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  margin-top: -38px;
}

.form input {
  height: 32px;
  border: 1px solid;
  border-radius: 4px 0px 0px 4px;
  border-color: #1261c9;
  -webkit-appearance: none;
}

.form input:focus {
  outline: none;
}

.round-button {
  width: 100px;
  max-width: 80px;
  border: 1px solid;
  border-radius: 4px;
  border-color: #1261c9;
  height: 32px;
  background-color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #1261c9;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 33px;
  font-size: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.round-button:hover {
  background-color: #D7E9F5;
}

.round-button.active {
  background-color: #1261c9 !important;
  color: white;
}

button:focus, button {
  outline: none;
}

.insurance-image {
  width: 130px;
  height: auto;
}

.refresh {
  padding: 0px 10px;
  height: 32px;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #1261c9;
  border-radius: 0px 4px 4px 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: white;
}

.refresh:hover {
  background-color: #D7E9F5;
}

.refresh .fa {
  font-size: 17px;
  color: #1261c9;
}

.yes-no-refresh {
  font-size: 17px;
  color: #1261c9;
  position: absolute;
  right: -14px;
}

.listing {
  border: 2px solid #e8e8e8;
  position: relative;
}

.all-listings {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.middle-listing {
  border-top: 0px;
}

.bbb {
  width: 80%;
  max-width: 80px;
}

ul {
  list-style-image: url(../images/checkmark.png);
  padding-left: 20px;
}

.direct-deal,
.direct-deal:hover {
  color: #1261c9;
}

footer a {
  color: #a5a5a5;
}

.vr-btn,
.vr-btn:hover {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 13px;
  width: 100%;
  background-color: #1261c9;
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 2px;
}

.grade {
  width: 55px;
  height: 51px;
}

@media (max-width: 400px) {
  .grade {
    width: 45px;
    height: 42px;
  }
}

@media (max-width: 374px) {
  .grade {
    width: 39px;
    height: 36px;
  }
}

.na {
  border: none;
}

.number {
  position: absolute;
  top: -2px;
  left: -2px;
  padding: 3px 10px 0px 10px;
  background-color: #253f57;
  color: #fff;
}

.number-middle {
  background-color: #e8e8e8;
  color: #253f57;
}

.copyright {
  font-size: 15px;
  color: #253f56;
}

@media (max-width: 768px) {
  .get-job {
    font-size: 20px !important;
  }
}
/*# sourceMappingURL=main.css.map */