.horizontal-calc {
    background: #fff;
    padding: 20px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.102);
    border-radius: 4px;
    margin-bottom: 40px; }
.horizontal-calc label {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #777777; }
.horizontal-calc .form-check-label {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #444444; }

.calc-title {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  color: #525CA5;
  margin-bottom: 22px; }

.form-group {
  margin-bottom: 30px; }

.form-control {
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  height: 48px; }

.text-input-wrapper, .input-wrapper {
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  position: relative; }

.input-wrapper {
  border-bottom: 0; }

.extra {
  text-align: center;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 16px;
  color: #525CA5; }
  .extra span {
    cursor: pointer; }
  .extra span.extra-txt {
    border-bottom: 1px dashed #525CA5;
    margin-right: 5px; }

.last-link {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #525CA5; }
  .last-link a {
    color: #525CA5; }

.range {
  -webkit-appearance: none;
  vertical-align: middle;
  outline: none;
  border: none;
  padding: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  cursor: pointer;
  height: 3px;
  background: none; }

.currency {
  float: right;
  padding: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #777777; }

output {
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  padding: 10px; }

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #56DB35;
  width: 18px;
  height: 14px;
  border-radius: 4px;
  background-image: url("/assets/images/calculator/input.svg");
  cursor: pointer;
  margin-top: -3px;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 10px 16px #BBF4AC; }

.range::-ms-thumb {
  -webkit-appearance: none;
  border: 1px solid #56DB35;
  width: 18px;
  height: 14px;
  border-radius: 4px;
  background-image: url("/assets/images/calculator/input.svg");
  cursor: pointer;
  margin-top: -3px;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 10px 16px #BBF4AC; }

.range::-moz-range-thumb {
  -moz-appearance: none;
  border: 1px solid #56DB35;
  width: 18px;
  height: 14px;
  border-radius: 4px;
  background-image: url("/assets/images/calculator/input.svg");
  cursor: pointer;
  margin-top: -3px;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 10px 16px #BBF4AC; }

.range::-webkit-slider-runnable-track {
  width: 100%;
  height: .313em;
  cursor: pointer;
  border-radius: 3px; }

.range::-moz-range-track {
  width: 100%;
  height: .313em;
  cursor: pointer;
  border-radius: 3px; }

.range::-ms-track {
  width: 100%;
  height: .313em;
  cursor: pointer;
  border-radius: 3px; }

.range:focus {
  background: none;
  outline: none; }

.range::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent; }

.filled {
  position: absolute;
  height: 3px;
  cursor: pointer;
  border-radius: 0 0 4px 4px;
  bottom: -1px;
  width: 100%; }

.tabs {
  display: flex;
  border: none; }

.tabs > .tab {
  flex: 1;
  display: flex;
  cursor: pointer;
  margin-bottom: 0; }

form input {
  cursor: text; }

form select {
  cursor: pointer; }

.tabs:first-child > .tab-box {
  border-radius: 3px 0 3px; }

.tab > .tab-input {
  width: 0;
  height: 0;
  margin: 0;
  display: none; }

.tab > .tab-box {
  padding: .5rem;
  width: 100%;
  text-align: center;
  transition: 0.5s;
  border: 1px solid #e3e3e3;
  font-size: 16px;
  line-height: 24px;
  color: #444444; }

.tab > .tab-input:checked + .tab-box, .tab-input:hover + .tab-box {
  background: #EEFBEB;
  border: 2px solid #56DB35;
  box-sizing: border-box; }

.form-control {
  border: 1px solid #E3E3E3; }

.hidden, .date::-webkit-inner-spin-button, .date::-webkit-clear-button {
  display: none; }

.form-control:focus {
  border-color: #e4e4e4;
  box-shadow: none; }

select.form-control-lg {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none; }

select + img {
  float: right;
  margin-top: -48px;
  pointer-events: none;
  width: 48px;
  height: 48px;
  text-align: center;
  padding: 18px;
  color: #777777;
  background: #F3F3F3;
  border: 1px solid #E3E3E3;
  border-radius: 0 3px 3px 0; }

.calculate-btn {
  background: transparent;
  border: 1px solid #56DB35;
  color: #40AF24;
  box-shadow: none;
  border-radius: 3px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  width: 100%;
  padding: 10px; }

.calculate-btn.calc-home {
  background: #65D349;
  border: 1px solid #65D349;
  box-shadow: 0px 10px 16px #BBF4AC;
  color: #FFFFFF; }

.calculate-btn:hover {
  border: 1px solid #56DB35;
  background: #56DB35;
  color: #fff;
  box-shadow: 0px 10px 16px #BBF4AC; }

.extra-hidden {
  display: none; }

#extra-toggler .extra-txt:after {
  content: '';
  background-image: url(/assets/images/calculator/arrow-down.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  margin-left: 5px; }

#extra-toggler .extra-txt.added:after {
  content: '';
  background-image: url(/assets/images/calculator/arrow-up.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  margin-left: 5px; }

.range-input {
  border: none;
  padding: 10px;
  -webkit-appearance: none; }

.range-input::-webkit-inner-spin-button {
  display: none; }

.range-input:focus {
  outline: none;
  box-shadow: none; }
.gray {
    color: #777777; }
.pointer {
    cursor: pointer; }
.xsmall {
    font-size: 9px; }
.sponsored {
    margin: 0;
    padding: 0;
    line-height: 9px;
    float: right;
    position: relative; }
.rates-action {
    line-height: 54px;
    padding: 10px !important;
    padding-top: 10px !important;
    border: 0 !important;
    vertical-align: top;
    padding-right: 10px; }
.rates-loan-program {
    padding-top: 7px !important;
    color: #777;
    line-height: 13px;
    vertical-align: top !important;
    text-align: center;
    font-size: 10px; }
.rates-loan-program.fha {
    background-color: #F3F3F3; }
.rates-loan-program.va {
    background-color: #E9EBFF; }
.nobr {
    white-space: nowrap; }
.as-seen-on {
    padding: 0px;
    color: #777777;
    font-size: 12px;
    padding-top: 10px; }
.as-seen-on img {
    max-height: 100px;
    filter: grayscale(100%);
    opacity: 0.35; }
.as-seen-on td {
    padding-left: 10px;
    padding-right: 10px }
.as-seen-on th {
    padding-right: 10px;
    font-weight: 300;
    line-height: 30px }