body {
  font-family: "Montserrat", sans-serif;
  background-color: #C9CCC5;
  background-image: url(/start/img/bg2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

a, a:visited {
  color: #026853;
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
}

.topsection {
  width: 100%;
  height: 100px;
  flex: 1;
}
.topsection header {
  background-color: transparent;
  position: relative;
  z-index: 2;
  padding: 30px;
  z-index: 5;
  position: relative;
}
.topsection header .logo {
  width: 100%;
  margin-left: 50px;
}
.topsection header .logo img {
  max-height: 40px;
}

.top {
  background-color: transparent;
  padding: 0 30px 30px 30px;
  width: 100%;
  display: flex;
}
.top .inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: auto;
}
.top .inner .form {
  order: 2;
  width: 50%;
  padding: 10px;
  color: #000000;
  position: relative;
  border-radius: 15px;
  margin-top: 70px;
}
.top .inner .form form {
  position: relative;
}
.top .inner .intro {
  order: 1;
  width: 50%;
  padding: 30px 50px;
  color: #ffffff;
}
.top .inner .intro h2 {
  font-size: 200%;
  text-shadow: 0 0 20px #4E2600;
}

form {
  position: relative;
  z-index: 3;
}
form .qgroups {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 15px;
  position: relative;
  z-index: 5;
}
form .qgroups h2 {
  box-sizing: border-box;
  background-color: #00866B;
  color: #ffffff;
  padding: 0 15px;
  margin: 0;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: -60px;
  left: 10%;
  z-index: 1;
  width: 80%;
  text-align: center;
  font-size: 2.5vw;
  line-height: 60px;
}
form input, form select {
  background-color: #ffffff;
  background-image: none;
  border-radius: 30px;
  border: solid 1px #cccccc;
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
  padding-left: 15px;
}
form input[type=submit], form button {
  background-color: #FF7D04;
  background-image: none;
  border-radius: 30px;
  width: auto;
  float: right;
  padding: 10px 25px;
  font-size: 20px;
}
form .radio {
  background-color: #FF7D04;
  background-image: none;
  border-bottom: solid 5px #FFBE82;
  color: #ffffff;
  border-radius: 7px;
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
}
form .radio.checked, form .radio:hover {
  background-color: #026853;
  border-bottom: solid 5px #81B4A9;
}
form fieldset.bathroomsfield select {
  background-image: url(/start/img/bath.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 15px 10px;
  padding-left: 45px;
}
form fieldset.bedroomsfield select {
  background-image: url(/start/img/bed-icon.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 15px 10px;
  padding-left: 45px;
}
form fieldset.debtamountfield select {
  background-image: url(/start/img/credit-card.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 15px 10px;
  padding-left: 45px;
}
form fieldset.incomefield select {
  background-image: url(/start/img/income.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 15px 10px;
  padding-left: 45px;
}

p.privtext {
  color: #666666;
}

footer {
  background-color: #C9CCC5;
  border-radius: 20px;
  width: 80%;
  margin: 350px 5% 0 5%;
  padding: 30px;
  font-size: 90%;
  box-shadow: 0 3px 3px #bbbbbb;
}
footer p {
  display: inline-block;
  margin: 0;
  padding: 0;
}

/* Final Step page */
#final-step {
  background-color: white;
  padding: 20px;
}

#final-step h1 {
  margin: 0;
  text-align: center;
  padding-top: 8px;
  font-size: 40px;
}

#final-step p {
  text-align: center;
  margin: 10px 0;
}

#final-step ul {
  text-align: center;
  list-style: inside;
  margin: 0;
  padding: 0;
}

#credit-score-btn {
  background-color: #001b76;
  background-image: linear-gradient(180deg, #ffa400 0%, #ffce40 50%, #ffa400 100%);
  margin: 20px auto 20px auto;
  display: block;
  width: 100%;
  max-width: 425px;
  padding: 15px 10px;
  color: white;
  font-size: 30px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  text-shadow: 0 0 2px #000000, 0 0 2px #000000;
  cursor: pointer;
}

.bold-red {
  color: #c30000;
}

@media screen and (max-width: 700px) {
  footer {
    margin: 150px 5% 0 5%;
  }
  form label {
    font-size: 90%;
    line-height: 100%;
    color: #444444;
  }
  form .radio label {
    color: #ffffff;
  }
  form .qgroups h2 {
    font-size: 4vw;
  }
  .topsection header .logo {
    margin-left: 0;
  }
  .topsection header .logo img {
    margin: 0 auto;
  }
  .top .inner .form {
    padding: 10px;
    width: 100%;
  }
  .top .inner .form form {
    margin: 0;
  }
  .top .inner .form h2 {
    margin-top: 0;
  }
  .top .inner .intro {
    padding: 0 10px 0 10px;
    width: 100%;
    text-align: center;
  }
  .top .inner .intro h2 {
    margin: 0;
    font-size: 150%;
    line-height: 100%;
  }
  .top .inner .intro h4 {
    margin: 10px 0 0 0;
    font-size: 110%;
    line-height: 100%;
  }
  .listing .inner {
    padding: 20px 0;
  }
  .listing .inner .img {
    padding: 0;
  }
  .listing .inner .img img {
    max-width: 80%;
  }
  .promo {
    padding: 40px 60px;
  }
  .promo h1 {
    font-size: 200%;
  }
}
@media screen and (max-width: 600px) {
  .listing .inner {
    padding: 10px 0;
  }
  .listing .inner .img {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
    padding: 20px 0 0 0;
  }
  .listing .inner .text {
    width: 100%;
    order: 2;
  }
}
@media screen and (min-width: 1200px) {
  form .qgroups h2 {
    font-size: 30px;
  }
}
