@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,800,900);
/* BOX SIZING */
fieldset label, .question input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Raleway;
  font-weight: 400;
  line-height: 1.5;
  color: #454545;
  padding: 20px;
}

h1 {
  font-size: 1.75em;
  font-weight: 800;
}

h2 {
  font-size: 1.5em;
  font-weight: 800;
}

h3 {
  font-size: 1.2em;
  font-weight: 400;
  margin: 10px 0;
}

strong {
  font-weight: bold;
}

small {
  font-size: 0.75em;
}

input {
  font-family: Raleway;
  font-size: 1em;
}

.question {
  margin: 20px 0;
  clear: both;
}
.question label {
  display: block;
}
.question.emptyInput input {
  border-color: #e43c3c;
}
.question.emptyInput label {
  color: #e43c3c;
}
.question input {
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  display: block;
  margin-top: 5px;
  width: 400px;
  height: 50px;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  width: 400px;
  max-width: 100%;
  font-size: 0;
  position: relative;
}
fieldset legend {
  font-size: 16px;
  margin-bottom: 10px;
}
fieldset label {
  width: calc(50% - 10px);
  line-height: 1.5;
  background: #f0f0f0;
  display: inline-block !important;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
fieldset label:nth-of-type(2n) {
  margin-right: 0;
}
fieldset input:checked + label {
  background: tomato;
  color: #fff;
}
fieldset input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
fieldset input:focus ~ .focus {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  margin: -10px;
  padding: 10px 10px 0;
  outline: 0;
  border: 1px solid #35a3e8;
  box-shadow: 0 0 10px #35a3e8;
  z-index: -1;
}

#applicantTwo {
  display: none;
  border-top: 1px solid #d9d9d9;
  clear: both;
}

.btn {
  background: #aacf18;
  text-align: center;
  border: 0;
  box-sizing: border-box;
  width: 400px;
  font-family: Raleway;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.btn:hover {
  background: #454545;
}

.answer {
  margin: 20px 0;
  clear: both;
}

#monthlyPaymentsQuestion,
#loanTermQuestion,
.showRepayLength,
.showRepayAmount {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}


#article {
  padding: 5% 15% 0 0;
}

#aticle h3{
  font-weight:bolder;
}