.loanBtn {
	font-size: 25px;
	margin: 15px 0;
	padding: 10px 45px;
        background: #0058a3 !important;
}

.loanBtn:hover {
	background: #0c4b81 !important;
}

.btn.btn-secondary {
	background: transparent;
	border: 1px solid #34353A;
	color: inherit;
	font-size: 1em;
	margin-left: 20px;
	float: left;
	padding: 5px 20px;
}

#changeAmountBtn {
	float: none;
    margin: 0;
}

.loanBtn:before {
	display: none;
}

.loanBoxCalculator .irs .irs-min, .loanBoxCalculator .irs .irs-max {
	font-size: 18px;
}

#loanBtnResHolder {
	text-align: center; 
	clear: both;
}

#loanCalculatorWrapper {
	padding: 20px 0;
}

#loanSliderValue {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    padding: 15px 0;
}

.loading::before {
    display: none;
}

#calculatorSection .output .totals h3 {
    line-height: 2.875rem;
}


#calculatorSection .input-wrapper .current-value,section.section-hemnet-calculator table tfoot tr td {
 text-align:right
}

#calculatorSection .input-wrapper,#calculatorSection .slider-info,.section-debt-consolidation .output .slider-info {
 margin-bottom:10px
}
#calculatorSection .section-item .alt-pos {
 margin-top:2px;
 font-size:.8125rem
}

#calculatorSection .section-item .apply-buttons {
 margin-top:15px
}
#calculatorSection .section-item .apply-buttons .apply-buttons-container {
 float:right
}
#calculatorSection .section-item .apply-buttons .lcwApplyButton {
 width:100%
}
#calculatorSection .section-item .apply-buttons .prereq {
 float:right;
 margin-top:10px;
 text-align:right;
 color:#887e6f;
 font-size:12px;
 text-decoration:underline
}
#calculatorSection .section-item .disclaimer_tabelView span {
 color:#887e6f;
 display:block;
 font-size:.875rem;
 line-height:1.125rem
}
#calculatorSection .slider-info label {
 font-size:1.1875rem;
 font-family:ikano_sansbold
}
#calculatorSection .input-wrapper {
 width:100px;
 float:right
}
#calculatorSection .tabel-view-container {
 margin-left:10%;
 width:100%
}
#calculatorSection .tabel-view-container .tabel-view {
 width:100%
}
#calculatorSection .tabel-view-container .tabel-view span {
 width:100%;
 font-size:.875rem;
 font-family:ikano_sanslight;
 display:block;
 color:#887e6f;
 margin-bottom:5px
}
#calculatorSection .tabel-view-container .tabel-view-row-one {
 width:50%
}
@media(max-width:640px) {
 #calculatorSection .tabel-view-container {
  margin-left:0
 }
 #calculatorSection .tabel-view-container .tabel-view-row-one {
  width:60%
 }
}
#calculatorSection .output label {
 display:inline-block;
 font-family:ikano_sansbold;
 margin-bottom:20px
}
#calculatorSection .output .slider-info {
 margin-bottom:10px
}
#calculatorSection .output .test {
 padding:0
}
#calculatorSection .output .totals h3 {
 font-size:1.1875rem;
 font-family:ikano_sansbold;
 text-transform:none
}
#calculatorSection .output .totals .lower-pair {
 padding-top:16px
}
#calculatorSection .output .totals .lower-pair .pair:first-child {
 float:left
}
#calculatorSection .output .totals .pair:not(.full-width) {
 width:calc(50% - 20px);
 margin-bottom:10px;
 display:inline-block
}
#calculatorSection .output .totals .pair:not(.full-width).you-pay-monthly-div {
 margin-bottom:0
}
#calculatorSection .output .totals .pair label {
 font-size:.75rem;
 font-family:ikano_sanslight;
 display:block;
 color:#887e6f;
 margin-bottom:5px;
 text-transform:uppercase
}
#calculatorSection .output .totals .pair.you-pay-monthly-div,.section-calculator.section-leasing-calculator .section-item>div:first-of-type.right-section .results h3 {
 margin-bottom:0
}
#calculatorSection .output .totals .pair span {
 font-family:ikano_sansbold;
 font-size:1.25rem
}

#popupOverlay {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.36);
    height: 100%;
    top: 0; 
    left: 0; 
    width: 100%; 
    z-index: 9999; 
} 
#budgetPopup { 
    display: none;
    width: 80%;
    max-width: 400px; 
    position: absolute; 
    top: 50%; 
    transform: translate(-50%, -50%); 
    left: 50%; 
    background: white; 
    padding: 20px 40px; 
	border: 2px solid #34353a;
	box-shadow: 2px 2px 5px 0 #34353a;
	border-radius: 20px;
} 

#budgetPopup p {
  font-size: 1.25rem;
}

#budgetPopup p.secondaryText {
	transform: rotateY(-180deg);
}

#budgetPopup p.defaultText {
	transform: rotateY(180deg);
}

#budgetPopup p.secondaryText, #budgetPopup p.defaultText {
  opacity: 0;
  transition: transform 0.5s ease-in-out, opacity 0.25s ease-in-out;
  height: 1px;
  margin: 0;
}

#budgetPopup p.secondaryText.active, #budgetPopup p.defaultText.active {
	opacity: 1;
	transform: rotateY(0);
	height: auto;
	margin: 20px 0;
}

#budgetPopup .secondaryText {
    border-left: 1px solid #ddd;
    padding-left: 20px;
}

#budgetPopup .infoIcon {
  border-radius: 100%;
  border: 1px solid #ddd;
  width: 23px;
  height: 23px;
  display: inline-block;
  line-height: 23px;
  text-align: center;
  margin-right: 10px;
  color: #FFF;
  background: #ddd;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

#budgetPopup .infoIcon:hover {
  color: #34353a;
  border-color: #34353a;
}

#budgetPopup .greenBtn {
  font-size: 1.25rem;
  margin: 0 0 20px;
  text-align: center;
  padding: 10px;
  width: 100%;
}

@media(max-width:640px) {
	#budgetPopup {
		padding: 20px;
		border-radius: 0;
	}
}

@media(max-width:980px) {
 #calculatorSection .output section-item.inputs,#calculatorSection .output section-item.outputs {
  width:100%!important;
  padding:20px
 }
 #calculatorSection .output a.lcwApplyButton {
  float:left
 }
}
