/* GENERAL */
body {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height:max-content;
  align-self: flex-start;
  background: rgba(0, 146, 227, 0.1);
    padding: 0 15px;
    /* margin-top:  5%; */

}
.content {
  background: #fafafa;
     box-shadow: 0px 10px 84px -31px rgba(0, 0, 0, 0.7);
}
.clear {
  clear: both;
}
/*CALC*/
form {
  width: 960px;
  margin: auto;
}
.CalculatorContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  position: relative;
  border-radius: 2px;
  box-sizing: border-box;
  margin: 0 auto;
  float: left;
  margin: 30px 0;
 
}
.MonthlyContainer {
  color: #333a4d !important;
  font-size: 16px !important;
  line-height: 18px !important;
  overflow: hidden;
  padding: 10px;
  width: calc(100% - 65px);
}
.installment-label {
  color: #ffffff !important;
  text-align: center;
  font-size: 20px;
}
.installment-value {
  text-align: center;
  font-weight: bold !important;
  font-size: 40px !important;
  margin: 20px 5px;
}
.input-text {
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
  padding: 10px;
}
.textfield {
  position: relative;
  font-size: 14px;
  display: inline-block;
  box-sizing: border-box;
  width: 600px;
  max-width: 100%;
  margin: 0;
  padding: 10px 10px 10px 0px;
  float: left;
  width: calc(33.33% - 10px);
}
.textfield__input,
select {
  display: block;
  font-size: 20px !important;
  margin: 0 !important;
  padding: 15px 0 0 0;
  width: calc(100% - 10px);
  background: 0 0;
  text-align: left;
  color: inherit;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  height: 38px;
}
select {
  height: 50px;
  width: 100%; 
}
.textfield__input:focus {
  outline: none;
}
span {
  margin-left: 10px;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 14px;
  color: #9e9e9e;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  color: #9e9e9e;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #9e9e9e;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
  color: #9e9e9e;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 14px;
  color: #9e9e9e;
}
.textfield__label {
  bottom: 0;
  color: rgba(0, 0, 0, 0.26);
  font-size: 16px;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: 24px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
input[type="range"] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #0078bd;
  border-radius: 0px;
  border: 0px solid #000000;
}
input[type="range"]::-webkit-slider-thumb {
  border: 0px solid #000000;
  height: 12px;
  width: 12px;
  border-radius: 50px;
  background: #fe8d0b;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4.5px;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #0078bd;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #0078bd;
  border-radius: 0px;
  border: 0px solid #000000;
}
input[type="range"]::-moz-range-thumb {
  border: 0px solid #000000;
  height: 12px;
  width: 12px;
  border-radius: 50px;
  background: #0078bd;
  cursor: pointer;
}
input[type="range"]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type="range"]::-ms-fill-lower {
  background: #0078bd;
  border: 0px solid #000000;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
}
input[type="range"]::-ms-fill-upper {
  background: #0078bd;
  border: 0px solid #000000;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
}
input[type="range"]::-ms-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #000000;
  height: 12px;
  width: 12px;
  border-radius: 50px;
  background: #0078bd;
  cursor: pointer;
}
input[type="range"]:focus::-ms-fill-lower {
  background: #0078bd;
}
input[type="range"]:focus::-ms-fill-upper {
  background: #0078bd;
}
.calculation-title {
  text-align: center;
}
.calc-disclosure {
  font-size: 12px;
  line-height: 12px;
  opacity: 0.54;
  margin-left: 15px;
  font-family: sans-serif;
  font-style: italic;
  display: none;
}

@media only screen and (max-width: 965px) {
  #breadcrumb ul {
    margin-left: 25px;
    width: 100vw;
  }
  form {
    width: 100%;
    margin-left: 15px;
  }
}

@media (max-width: 790px) {
  .textfield {
    float: none;
    width: calc(100% - 30px);
  }
  .MonthlyContainer {
    width: calc(100% - 60px);
  }
}

h1 {
  font-size:  36px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-align: center;
  opacity: .7;
}

#article {
  padding: 10% 10% 1%;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}