@charset "UTF-8";

.container-fluid.calculator {
    background: #f1f9f8;
}
.calculator .generic_content {
    padding-top: 40px!important;
}

.calculator #main-content{
	background: #FFF;
	padding: 40px 30px;
	margin-bottom: 40px;
	position: relative;
}

.calculator section{
	min-width: inherit!important;
}

.calculator h1{
	color: #d45a2d;
    font-weight: 500;
    font-size: 30px!important;
    text-shadow: 2px 2px 4px #00000036;
    margin-bottom: 20px;
}

.six-month-loan-payment-schedule, .apply-btn {
    display:none
}
.six-month-loan-payment-schedule.active, .apply-btn.active{
    display:block
}
.twelve-month-loan-payment-schedule{
    display:none
}
.twelve-month-loan-payment-schedule.active{
    display:block
}
#rates-panel,#rates-panel .slider{
    padding-top: 0px;
}
#rates-panel .slider-container{
    margin:0 50px
}
.calc-type2 #calculation-section{
    min-height:320px;
    padding: 20px 30px;
}

#calculation-section .slider{
    background-color:#fff
}
#calculation-section .rate-calc,#rates-panel .rate-calc{
    margin-bottom:30px
}
#calculation-section .header,#rates-panel .header{
    display:block;
    margin-bottom:20px
}
#calculation-section .header::after,#rates-panel .header::after{
    clear:both;
    content:"";
    display:table
}
#calculation-section .header .title,#rates-panel .header .title{
    font-weight:600;
    float:left
}
#calculation-section .header .helper,#rates-panel .header .helper{
    float:right;
    margin-top:15px
}
#calculation-section .loan-options,#rates-panel .loan-options{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:65.88078%;
    padding-right:2.35765%
}
#calculation-section .loan-options:last-child,#rates-panel .loan-options:last-child{
    margin-right:0
}

.range span{
	font-size: 18px;
	font-weight: bold;
	color: #d45b2d;
}

#amount-slider{
	padding-bottom: 20px;
}

#total-capital{
	font-size: 20px;
	font-weight: bold;
	margin: 30px auto;
	text-align: center;
}

.calculator .fig-1{
	color: #1aa59e;
	font-family: AvenirNext-DemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
}


.calculator input[type="text"], .calculator input[type="number"]{
	margin-bottom: 20px;
	border: 1px solid #f9c157;
	border-radius: 3px;
	padding: 3px 15px;
	text-align: center;
	color: #1aa59e;
	font-weight: bold;
	font-size: 18px;	
}


.percent-input{
	border: 1px inset #ccc;
}

.percent-input input{
	border: none!important;
	padding:0px;
	outline: none;
}

.calc-type2 #payment-schedule{
	margin-top: 20px;
	border-top: 2px solid #fac157;
    padding-top: 40px;
}
#payment-schedule .calc-heading{
	text-align: center;
}

.chart-totals .payment-item span{
	color: #1ba59d;
}

.calc-row{
	border-bottom: 1px dashed #f9c157;
}

#calculation-section .calc-heading{
	font-size: 16px;
}

#calculation-section .calc-heading span{
	color: #1aa59e
}
.note{
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

.ui-slider-duration{
	display: none;
}

.greyTotals{
	margin: 0;
	padding: 15px 20px;
	border: 2px dashed #1aa59e;
}

.greyTotals .calc-heading{
	font-size: 30px!important;
}

#apply-btn{
	padding: 18px 40px;
	border-radius: 30px;
	font-size: 24px;
}

.ui-widget.ui-widget-content {
    border: none!important;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    
    -ms-touch-action: none;
    touch-action: none;
    width: 32px!important;
    height: 32px!important;
    cursor: pointer!important;
    background: #d45b2d!important;
    border: 1px solid #d45b2d!important;
    border-radius: 16px!important;
}

.ui-slider .ui-slider-handle:after{
	position: absolute;
    top: 10px;
    left: 10px;
    width: 9px;
    height: 9px;
    background: #ffffff;
    border-radius: 5px;
    content: ''; 
}

.calculator select{
	border: 1px solid #fac157;
    padding: 5px;
    height: 33px;
    background: white;
}

/* FANCY COLLAPSE PANEL STYLES */
.fancy-collapse-panel .panel-default > .panel-heading {
padding: 0;

}
.fancy-collapse-panel .panel-heading a {
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #1ba59c;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}
.fancy-collapse-panel .panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 20px;
	font-size: 20px;
	font-weight: 400;
	top: 50%;
	line-height: 1;
	margin-top: -10px;
}

.fancy-collapse-panel .panel-heading a.collapsed:after {
	content: "\f196";
}

.fancy-collapse-panel .panel-default{
	border-color: #1ba59c;
}

h2.panel-title{
	font-weight: normal
}

h2.panel-title em, h2.panel-title span{
	line-height: 24px;
	vertical-align: top;
	
}

h2.panel-title em{
	border-bottom: 1px solid white;
}

.calculator .fineprint{
	text-align: justify;
	font-size: 16px;
}

@media (min-width: 768px) {
   #total-capital{
		font-size: 36px;
	}
	
	
	#sba-calculator #payment-schedule{
		/*margin: 20px;*/
	}
	
		
	.calculator .fig-1{
		font-size: 36px;
	}
	
	h2.panel-title{
		font-size: 24px;
	}
	
	h2.panel-title em{
		font-size: 20px;
	}
}

@media (max-width: 767px){
	.calc-type2 .param div{
		text-align: center;
	}
	
	h2.panel-title > span{
		display: none;
	}
	
	.calc-type2 #calculation-section {
		/*border-top: 2px solid #fac157;*/
		padding: 0;
	}
}

@media (min-width: 960px) {
	
	.calc-type2 #calculation-section{
		margin-top: 20px;
	    background: #fdda9936;
	    border-top: 2px solid #fac157;
	}
	
	
}

@media (min-width: 1200px) {
	.calc-type2 #calculation-section{
		border-left: 2px solid #fac157;
		border-top: 0px!important;
	}
	
	.calculator .param input{
		float: right;
	}
}

@media (max-width: 992px) {
	
	
}

@media (max-width: 1174px){
	.calc-type2 .calculate-section input[type="text"], .calc-type2 input[type="number"]{
		width: 100%;
	}
}

@media screen and (max-width:767px){
    #calculation-section .summary,#calculation-section .tab-system .tabs,#rates-panel .summary,#rates-panel .tab-system .tabs{
        margin-bottom:20px
    }
    #calculation-section .loan-options,#rates-panel .loan-options{
        float:left;
        display:block;
        width:100%;
        margin-right:0;
        padding-right:0
    }
    #calculation-section .loan-options:last-child,#rates-panel .loan-options:last-child{
        margin-right:0
    }
    #calculation-section .loan-options h2,#rates-panel .loan-options h2{
        margin-bottom:0
    }
}
#calculation-section .loan-options .option-amount,#rates-panel .loan-options .option-amount{
    margin-bottom:40px
}
#calculation-section .loan-options .range,#rates-panel .loan-options .range{
    display:block;
    margin-top:22px;
    line-height:1.5em;
    font-size:13px
}
#calculation-section .loan-options .range::after,#rates-panel .loan-options .range::after{
    clear:both;
    content:"";
    display:table
}

@media screen and (max-width:767px){
    #calculation-section .loan-options .option-amount,#rates-panel .loan-options .option-amount{
        margin-bottom:10px
    }
    #calculation-section .loan-options .range,#rates-panel .loan-options .range{
        margin-top:18px
    }
}

#calculation-section .option-rating .helper,#rates-panel .option-rating .helper{
    text-align:center
}
#calculation-section .option-rating .info-tip,#rates-panel .option-rating .info-tip{
    height:13px;
    width:13px;
    overflow:hidden;
    text-indent:101%;
    white-space:nowrap;
    background-image:url(../img/info-tip.png);
    background-repeat:no-repeat;
    background-position:left top;
    position:relative;
    top:-5px;
    display:inline-block
}
@media only screen and (-webkit-min-device-pixel-ratio:1.3),only screen and (min--moz-device-pixel-ratio:1.3),only screen and (-o-min-device-pixel-ratio:1.3 / 1),only screen and (min-resolution:125dpi),only screen and (min-resolution:1.3dppx){
    #calculation-section .option-rating .info-tip,#rates-panel .option-rating .info-tip{
        background-image:url(../img/info-tip@2x.png);
        background-size:13px 13px
    }
}
#calculation-section .loan-summary,#rates-panel .loan-summary{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:31.76157%;
    margin-bottom:30px
}
#calculation-section .loan-summary:last-child,#rates-panel .loan-summary:last-child{
    margin-right:0
}
@media screen and (max-width:767px){
    #calculation-section .loan-summary,#rates-panel .loan-summary{
        float:left;
        display:block;
        margin-right:7.42297%;
        width:100%
    }
    #calculation-section .loan-summary:last-child,#rates-panel .loan-summary:last-child{
        margin-right:0
    }
}
#calculation-section .loan-summary .title,#rates-panel .loan-summary .title{
    line-height:1.5em;
    font-size:18px;
    padding-bottom:0;
    margin-bottom:0;
    text-align:center;
    float:none
}

#calculation-section .ui-slider-handle .ui-slider-amount,#rates-panel .ui-slider-handle .ui-slider-amount{
    padding-top:0
}


#calculation-section .ui-slider-handle:hover,#rates-panel .ui-slider-handle:hover{
    /*cursor:pointer;
    box-shadow:0 2px 4px rgba(0,0,0,.5)*/
}
#calculation-section .ui-slider-left,#calculation-section .ui-slider-right,#rates-panel .ui-slider-left,#rates-panel .ui-slider-right{
    display:block;
    position:absolute;
    background-position:center center;
    background-repeat:no-repeat;
    width:12px;
    height:22px;
    top:14px
}
#calculation-section .ui-slider-left,#rates-panel .ui-slider-left{
    left:6px;
    background-image:url(../img/slider-left-e7e10e4879.png)
}
#calculation-section .ui-slider-right,#rates-panel .ui-slider-right{
    right:6px;
    background-image:url(../img/slider-right-5fe28ce932.png)
}
#calculation-section .range,#rates-panel .range{
    margin-top:22px;
    font-size:17px
}
#calculation-section .range span,#rates-panel .range span{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:48.82117%;
    text-align:left
}
#calculation-section .range span:last-child,#rates-panel .range span:last-child{
    margin-right:0;
    text-align:right
}
#calculation-section .example-loan-container,#rates-panel .example-loan-container{
    background:#fff;
    box-shadow:0 1px 5px rgba(0,0,0,.4);
    border-radius:5px;
    padding:15px;
    margin:0 0 20px
}
#calculation-section .example-loan-container .row,#rates-panel .example-loan-container .row{
    display:block
}
#calculation-section .example-loan-container .row::after,#rates-panel .example-loan-container .row::after{
    clear:both;
    content:"";
    display:table
}
#calculation-section .slider .ui-slider-range,#calculation-section .slider-container.six-month-slider,#rates-panel .slider .ui-slider-range,#rates-panel .slider-container.six-month-slider{
    display:none
}
#calculation-section .example-loan-container .top .label,#rates-panel .example-loan-container .top .label{
    line-height:42px
}
#calculation-section .example-loan-container .top .loan-amount,#rates-panel .example-loan-container .top .loan-amount{
    float:right;
    font-size:32px;
    line-height:32px;
    letter-spacing:-2px
}
#calculation-section .example-loan-container .label,#rates-panel .example-loan-container .label{
    float:left;
    line-height:24px
}
#calculation-section .example-loan-container .value,#rates-panel .example-loan-container .value{
    float:right
}
#calculation-section .example-loan-container header.row,#rates-panel .example-loan-container header.row{
    border-bottom:1px solid #c6c6c6;
    margin-bottom:5px;
    padding-bottom:5px
}
#calculation-section .example-loan-container header.row .value,#rates-panel .example-loan-container header.row .value{
    font-size:22px
}
#calculation-section .example-loan-container .loan-total,#rates-panel .example-loan-container .loan-total{
    padding:0 10px
}
#calculation-section .example-loan-container .total-group,#rates-panel .example-loan-container .total-group{
    margin-top:15px;
    border-radius:5px;
    padding:10px
}
#calculation-section .example-loan-container .total-group.shaded,#rates-panel .example-loan-container .total-group.shaded{
    background-color:#ebebeb
}
#calculation-section .slider,#rates-panel .slider{
    /*padding:10px 0 4px;
    border-right:2px solid #b3b3b3;
    border-left:2px solid #b3b3b3;
    height:23px*/
}
#calculation-section .slider .meter,#rates-panel .slider .meter{
    height:8px;
    /*background-color:#b3b3b3*/
	background-color: #f9c157;
	border-radius: 4px;
}
@media (max-width:320px){
    #calculation-section .header .title,#rates-panel .header .title{
        float:none!important;
        text-align:center
    }
    #calculation-section .header,#rates-panel .header{
        text-align:center
    }
}
@media screen and (max-width:767px){
    #calculation-section .ui-slider-left,#calculation-section .ui-slider-right,#rates-panel .ui-slider-left,#rates-panel .ui-slider-right{
        top:6px
    }
    #calculation-section .ui-slider-handle,#rates-panel .ui-slider-handle{
        font-size:16px;
        line-height:30px
    }
    #calculation-section .loan-summary .header,#rates-panel .loan-summary .header{
        margin-bottom:-30px;
        margin-top:20px
    }
}
#calculation-section .slider-container.six-month-slider.active,#rates-panel .slider-container.six-month-slider.active{
    display:block
}
#calculation-section .slider-container.twelve-month-slider,#rates-panel .slider-container.twelve-month-slider{
    display:none
}
#calculation-section .slider-container.twelve-month-slider.active,#rates-panel .slider-container.twelve-month-slider.active{
    display:block
}
#calculation-section .example-loan-container.six-month-loan,#rates-panel .example-loan-container.six-month-loan{
    display:none
}
#calculation-section .example-loan-container.six-month-loan.active,#rates-panel .example-loan-container.six-month-loan.active{
    display:block
}
#calculation-section .example-loan-container.twelve-month-loan,#rates-panel .example-loan-container.twelve-month-loan{
    display:none
}
#calculation-section .example-loan-container.twelve-month-loan.active,#rates-panel .example-loan-container.twelve-month-loan.active{
    display:block
}
#payment-schedule .option-amount{
    margin-bottom:60px
}
#payment-schedule .option-amount #payment-schedule-amount12,#payment-schedule .option-amount #payment-schedule-amount6{
    margin:0 50px 0 45px
}
#rates-panel #rate-preview{
    margin-bottom:0
}
#rates-panel .payment-schedule-slider-container{
    width:53.75%;
    margin-right:19.95%;
    float:right
}
#rates-panel .payment-schedule-slider-container .slider{
    box-shadow:none
}
#rates-panel .payment-schedule-slider-container .ui-slider-handle .ui-slider-left,#rates-panel .payment-schedule-slider-container .ui-slider-handle .ui-slider-right{
    margin-top:0
}
#rates-panel .payment-schedule-slider-container .ui-slider-handle span{
    font-size:1em;
    max-width:55px;
    display:inline-block;
    line-height:20px;
    margin:5px 7px
}
#rates-panel .payment-schedule-slider-container .ui-slider-handle:after{
    content:'';
    height:0;
    width:0;
    border-left:7.5px solid transparent;
    border-right:7.5px solid transparent;
    border-top:7.5px solid #d0d4d6;
    position:absolute;
    left:50%;
    top:100%;
    margin-left:-7px
}
#rates-panel .payment-schedule-slider-container .meter{
    display:none
}
#rates-panel .payment-schedule-slider-container .ui-slider-range{
    top:90px;
    box-sizing:content-box;
    border-left:3px solid rgba(143,143,143,.5);
    height:167px;
    margin:0 -3px 0 0;
    border-radius:0 0 5px;
    padding-right:3px;
    right:-6px;
}
#rates-panel .payment-schedule-slider-container .range{
    margin-top:0
}
.schedule-footer{
    padding-top:20px;
    font-size:16px
}
.schedule-footer .disclaimer{
    font-size:12px
}
.schedule-table{
    background-color:#fff;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow:0 0 4px 1px rgba(0,0,0,.4),20px 0 15px -2px rgba(0,0,0,.5);
    -moz-box-shadow:0 0 4px 1px rgba(0,0,0,.4),20px 0 15px -2px rgba(0,0,0,.5);
    box-shadow:0 0 4px 1px rgba(0,0,0,.4),20px 0 15px -2px;
    font-size:14px;
    float:left;
    text-align:left
}
.schedule-table .schedule-row:after,.schedule-table .schedule-row:before{
    content:" ";
    display:table
}
#rate-preview .example-loan-container .row::after,#rate-preview .header::after,#rate-preview .loan-options .range::after,.tab-system .slide::after{
    clear:both;
    content:""
}
.schedule-table .schedule-row:after{
    clear:both
}
.schedule-table .schedule-row .schedule-col{
    float:left;
    border-right:1px solid #ededed;
    padding:5px 15px;
    white-space:nowrap
}
.schedule-table .schedule-row .schedule-col.last{
    border-right:none
}
.schedule-table .schedule-row .schedule-col.schedule-col-full{
    width:100%
}
.schedule-table .schedule-row .schedule-col.schedule-col-legend{
    width:20%
}
.schedule-table .schedule-row .schedule-col.schedule-col-value{
    width:13.2%;
    text-align:right
}
.schedule-table .schedule-row.schedule-header{
    background:#464646;
    font-weight:600;
    color:#fff;
    -webkit-text-shadow:1px 1px 1px #000;
    text-shadow:1px 1px 1px #000;
    border-bottom:1px solid #4f4f4f
}
.schedule-table .schedule-row.schedule-header .schedule-col{
    border-color:#4f4f4f
}
.schedule-table .schedule-row.schedule-row-title{
    font-size:18px;
    height:40px;
    padding-top:5px
}
.schedule-table .schedule-row.schedule-row-title .advAmount{
    font-size:24px
}
.schedule-table .schedule-row.schedule-body .schedule-col{
    padding:15px
}
.schedule-table .schedule-row.first{
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0
}
.schedule-table .schedule-row.last{
    -webkit-border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    border-radius:0 0 5px 5px
}
.schedule-table.schedule-table-main{
    width:81%;
    position:relative;
    box-shadow:0 0 4px 1px rgba(0,0,0,.4),20px 0 15px -2px rgba(0,0,0,.5)
}
.schedule-table.schedule-table-main .schedule-row.schedule-total .schedule-col{
    background:#f2f2f2;
    margin-bottom:5px
}
.schedule-table.schedule-table-main .schedule-row.schedule-total .schedule-col.schedule-col-value{
    font-weight:600
}
.schedule-table.schedule-table-main .schedule-row.schedule-total .schedule-col.first{
    padding-left:10px;
    margin-left:5px;
    margin-right:-5px;
    -webkit-border-radius:5px 0 0 5px;
    -moz-border-radius:5px 0 0 5px;
    border-radius:5px 0 0 5px
}
.schedule-table.schedule-table-main .schedule-row.schedule-total .schedule-col:last-child{
    padding-right:10px;
    border-radius:0 5px 5px 0
}
.schedule-table.schedule-table-totals{
    width:19%;
    margin-left:-5px;
    text-align:center;
    background:#464646;
    color:#fff
}
.schedule-table.schedule-table-totals .schedule-col.last{
    padding-top:10px
}
.schedule-table.schedule-table-totals .schedule-row.schedule-row-headings{
    background-color:#000
}
.schedule-table.schedule-table-totals .schedule-row.schedule-adv-principle .schedule-col{
    border-top:1px solid #4f4f4f;
    border-bottom:1px solid #4f4f4f
}
.schedule-table.schedule-table-totals .schedule-row.schedule-adv-cost .schedule-col{
    border-bottom:1px solid #4f4f4f
}
.schedule-table.schedule-table-totals .schedule-row.schedule-sub-total{
    font-size:17px;
    font-weight:700
}
.schedule-table.schedule-table-totals .schedule-row.schedule-total{
    padding-top:5px;
    background-color:#000;
    font-weight:600;
    font-size:20px
}
@media (max-width:320px){
    .loan-options .helper{
        float:none!important;
        display:block!important;
        text-align:center
    }
    .loan-options .option-rating .header label{
        display:inline-block
    }
}
@media (max-width:850px){
    .loan-options .helper{
        display:none
    }
}
.loan-options .loan-length{
    display:inline-block;
    font-style:normal;
    font-weight:500;
    padding-left:10px;
    padding-right:10px;
    font-size:20px
}
.loan-options #loan-options-amount12,.loan-options #loan-options-amount6{
    margin:0 50px
}
.slider-container6{
    display:none
}
.slider-container6.active{
    display:block
}
.slider-container12{
    display:none
}
.slider-container12.active{
    display:block
}
#payment-schedule .option-amount .payment-month-selector{
    float:left;
    margin-bottom:10px;
    margin-right:60%;
    margin-top:10px
}
@media screen and (max-width:480px){
    #payment-schedule .option-amount .payment-month-selector{
        margin-right:0
    }
    #payment-schedule .option-amount .payment-month-selector label{
        width:100%;
        display:block
    }
    #payment-schedule .option-amount .payment-month-selector label:last-child{
        margin-left:0
    }
}
@media screen and (max-width:767px){
    #payment-schedule .option-amount .payment-month-selector{
        margin-right:0;
        width:100%;
        display:block;
        text-align:left
    }
    #payment-schedule .option-amount .payment-month-selector label:last-child{
        margin-left:0
    }
}
#payment-schedule .option-amount .loan-length{
    display:inline-block;
    font-style:normal;
    font-weight:500;
    padding-left:5px;
    padding-right:10px;
    font-size:20px
}
#payment-schedule .six-month-list,#payment-schedule .twelve-month-list{
    display:inline-block;
    width:165px;
    height:34px;
    overflow:hidden;
    background:url(../img/user-nav-open-e2cc51ce05.png) right no-repeat #fff;
    border:1px solid #ccc;
    border-radius:5px;
    vertical-align:bottom;
    background-position-x:140px;
    margin-left:20px
}
#payment-schedule .six-month-list select,#payment-schedule .twelve-month-list select{
    background:0 0;
    width:268px;
    padding:5px 5px 5px 8px;
    font-size:16px;
    line-height:1;
    border:0;
    border-radius:0;
    height:34px;
    -webkit-appearance:none
}
#payment-schedule .payment-schedule-selector{
    font-style:normal;
    font-weight:900;
    font-size:30px;
    margin-right:75%;
    margin-bottom:25px;
    width:100%;
    text-align:left
}
#payment-schedule .payment-schedule-selector .six-month-title{
    display:none
}
#payment-schedule .payment-schedule-selector .six-month-title.active{
    display:inline-block
}
#payment-schedule .payment-schedule-selector .twelve-month-title{
    display:none
}
#payment-schedule .payment-schedule-selector .twelve-month-title.active{
    display:inline-block
}
@media screen and (max-width:480px){
    #payment-schedule .six-month-list,#payment-schedule .twelve-month-list{
        margin-left:0;
        margin-top:20px
    }
    #payment-schedule .payment-schedule-selector .six-month-title.active .advAmountHeader,#payment-schedule .payment-schedule-selector .twelve-month-title.active .advAmountHeader{
        font-size:22px
    }
}
@media screen and (max-width:767px){
    #payment-schedule .payment-schedule-selector .six-month-title.active .advAmountHeader,#payment-schedule .payment-schedule-selector .twelve-month-title.active .advAmountHeader{
        font-size:22px
    }
}
#payment-schedule .payment-card{
    width:15%;
    display:inline-block;
    float:left;
    padding:0;
    background-color:#fff;
    margin-left:10px;
    margin-top:9px;
    margin-bottom:9px
}
#payment-schedule .payment-card li{
    display:block
}
#payment-schedule .payment-card .card-header{
    border:1px solid #e5e5e5;
    border-radius:3px 3px 0 0;
    background-color:#0877A1
}
#payment-schedule .payment-card .card-second,#payment-schedule .payment-card .card-third{
    border:1px solid #e5e5e5;
    border-bottom:none;
    border-top:none;
    font-size:14px
}
#payment-schedule .payment-card .card-footer{
    border:1px solid #e5e5e5;
    border-radius:0 0 3px 3px
}
#payment-schedule .payment-card .card-footer.active,#payment-schedule .payment-card .card-second.active,#payment-schedule .payment-card .card-third.active{
    background-color:#d6d6d7
}
#payment-schedule .payment-card .left-side{
    width:50%;
    text-align:left;
    display:inline-block;
    padding-left:8px;
    font-weight:500
}
#payment-schedule .payment-card .right-side{
    width:50%;
    text-align:right;
    display:inline-block;
    float:right;
    padding-right:8px;
    color:#bbb
}
#payment-schedule .payment-card .card-footer .left-side{
    font-weight:600
}
#payment-schedule .payment-card .card-header .left-side{
    color:#fff
}
@media screen and (max-width:767px){
    #payment-schedule .payment-card{
        width:45%
    }
}
#payment-schedule .loan-totals-bar{
    overflow:hidden;
    float:left;
    margin-left:10px;
    padding-left:15px;
    background-color:#e9e9ed
}
#payment-schedule .loan-totals-bar h3{
    display:inline-block;
    padding-right:10px;
    font-weight:900;
    margin-top:14px;
    margin-bottom:14px
}
#payment-schedule .loan-totals-bar span{
    font-weight:900;
    padding-right:15px
}
#payment-schedule .loan-totals-bar.six-month{
    display:none
}
#payment-schedule .loan-totals-bar.six-month.active{
    display:block
}
@media screen and (max-width:480px){
    #payment-schedule .payment-card{
        width:45%
    }
    #payment-schedule .loan-totals-bar.six-month.active{
        padding-bottom:20px
    }
}
#payment-schedule .loan-totals-bar.twelve-month{
    display:none
}
#payment-schedule .loan-totals-bar.twelve-month.active{
    display:block
}

#rate-preview{
    text-align:left;
    margin-bottom:30px
}
#rate-preview .header{
    display:block;
    margin-bottom:20px
}
#rate-preview .header::after{
    display:table
}
#rate-preview .header .title{
    font-weight:600;
    float:left
}
#rate-preview .header .helper{
    float:right;
    margin-top:15px
}
#rate-preview .loan-options{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:57.35098%;
    padding-right:2.35765%
}
#rate-preview .loan-options:last-child{
    margin-right:0
}
@media screen and (max-width:767px){
    #rate-preview .loan-options{
        float:left;
        display:block;
        width:100%;
        margin-right:0;
        padding-right:0
    }
    #rate-preview .loan-options:last-child{
        margin-right:0
    }
}
#rate-preview .loan-options .option-amount{
    margin:0 0 40px
}
#rate-preview .loan-options .range{
    display:block;
    margin-top:15px;
    line-height:1.5em;
    font-size:13px
}
#rate-preview .loan-options .range::after{
    display:table
}
#rate-preview .option-rating .helper{
    text-align:center;
    margin-top:20px;
    line-height:1.5em;
    font-size:13px
}
#rate-preview .option-rating .info-tip{
    height:13px;
    width:13px;
    overflow:hidden;
    text-indent:101%;
    white-space:nowrap;
    background-image:url(../img/info-tip.png);
    background-repeat:no-repeat;
    background-position:left top;
    position:relative;
    top:-5px;
    display:inline-block
}
@media only screen and (-webkit-min-device-pixel-ratio:1.3),only screen and (min--moz-device-pixel-ratio:1.3),only screen and (-o-min-device-pixel-ratio:1.3 / 1),only screen and (min-resolution:125dpi),only screen and (min-resolution:1.3dppx){
    #rate-preview .option-rating .info-tip{
        background-image:url(../img/info-tip@2x.png);
        background-size:13px 13px
    }
}
#rate-preview .loan-summary{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:40.29137%;
    margin-bottom:30px
}
#rate-preview .loan-summary:last-child{
    margin-right:0
}
@media screen and (max-width:767px){
    #rate-preview .loan-summary{
        float:left;
        display:block;
        margin-right:7.42297%;
        width:100%
    }
    #rate-preview .loan-summary:last-child{
        margin-right:0
    }
}
#rate-preview .loan-summary .title{
    line-height:1.5em;
    font-size:18px;
    padding-bottom:0;
    margin-bottom:0;
    text-align:center;
    float:none
}
#rate-preview .ui-slider-handle{
    background-color:#1aa59e;
    text-shadow:0 1px 0 #f9f9f9;
    box-shadow:0 2px 3px rgba(0,0,0,.4);
    font-size:15px;
    letter-spacing:1.5px;
    border:2px solid #FFF;
    border-radius:100px;
    text-align:center;
    outline:0;
    color:#FFF;
    top:0;
    width:50px;
    margin-left:-25px;
    height:35px;
    font-family:Arial;
    line-height:28px;
    font-weight:700;
    margin-top:-7px
}
#rate-preview .ui-slider-handle .ui-slider-amount{
    padding-top:13px
}
#rate-preview .ui-slider-handle .ui-slider-left,#rate-preview .ui-slider-handle .ui-slider-right{
    display:block;
    position:absolute;
    background-position:center center;
    background-repeat:no-repeat;
    width:12px;
    height:22px;
    top:14px
}
#rate-preview .ui-slider-handle .ui-slider-left{
    left:6px;
    background-image:url(../img/slider-left-e7e10e4879.png)
}
#rate-preview .ui-slider-handle .ui-slider-right{
    right:6px;
    background-image:url(../img/slider-right-5fe28ce932.png)
}
@media screen and (max-width:767px){
    #rate-preview .ui-slider-handle .ui-slider-left,#rate-preview .ui-slider-handle .ui-slider-right{
        top:6px
    }
    #rate-preview .ui-slider-handle{
        font-size:20px;
        width:110px;
        margin-left:-50px;
        height:35px;
        margin-top:-12px
    }
    #rate-preview .ui-slider-handle .ui-slider-amount{
        padding-top:5px
    }
}
#rate-preview .ui-slider-handle:hover{
    cursor:pointer;
    box-shadow:0 2px 4px rgba(0,0,0,.5)
}
#rate-preview .loan-amount-slider-container,#rate-preview .loan-rating-slider-container{
    margin:0 20px
}
#rate-preview .loan-amount-slider-container .range span{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:48.82117%;
    text-align:left
}
#rate-preview .loan-amount-slider-container .range span:last-child{
    margin-right:0;
    text-align:right
}
#rate-preview .loan-rating-slider-container .ui-slider-handle{
    width:75px;
    margin-left:-37.5px
}
#rate-preview .loan-rating-slider-container .range span{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:12.22831%;
    text-align:center
}
#rate-preview .loan-rating-slider-container .range span:last-child{
    margin-right:0
}
#rate-preview .example-loan-container{
    box-shadow:0 1px 5px rgba(0,0,0,.4);
    border-radius:5px;
    padding:15px
}
#rate-preview .example-loan-container .row{
    display:block
}
#rate-preview .example-loan-container .row::after{
    display:table
}
#rate-preview .example-loan-container .top .label{
    line-height:42px
}
#rate-preview .example-loan-container .top .loan-amount{
    float:right;
    font-size:32px;
    line-height:32px;
    letter-spacing:-2px
}
#rate-preview .example-loan-container .label{
    float:left;
    font-size:14px;
    line-height:24px
}
#rate-preview .example-loan-container .value{
    float:right
}
#rate-preview .example-loan-container header.row{
    border-bottom:1px solid #c6c6c6;
    margin-bottom:5px;
    padding-bottom:5px
}
#rate-preview .example-loan-container header.row .value{
    font-size:22px
}
#rate-preview .example-loan-container .loan-total{
    padding:0 10px
}
#rate-preview .example-loan-container .loan-length-36,#rate-preview .example-loan-container .loan-length-60{
    background-color:#ebebeb;
    margin-top:15px;
    border-radius:5px;
    padding:10px
}
#rate-preview #loan-amount-slider,#rate-preview #loan-rating-slider{
    border-radius:20px;
    background-color:#e4e4e4;
    box-shadow:inset 0 1px 3px 1px rgba(0,0,0,.15);
    padding:4px
}
#rate-preview #loan-amount-slider .meter,#rate-preview #loan-rating-slider .meter{
    height:4px;
    border-radius:5px
}
#rate-preview #loan-amount-slider .ui-slider-range,#rate-preview #loan-rating-slider .ui-slider-range{
    background:#e4e4e4;
    margin:4px;
    height:4px
}
#rate-preview #loan-amount-slider .meter{
    background-color:#65c0df;
    background-image:-webkit-linear-gradient(-360deg,#65c0df,#5a779e);
    background-image:linear-gradient(90deg,#65c0df,#5a779e)
}
#rate-preview #loan-rating-slider .meter{
    background:url(../img/slider-rating.png) center center repeat-y;
    background-size:100%
}
#rate-chart{
    margin-bottom:30px
}
#rate-chart .chart-info{
    margin-bottom:40px;
    text-align:left
}
#rate-chart table td,#rate-chart table th{
    text-align:right;
    border-bottom:1px solid #E1E1E1
}
#rate-chart .chart-info h4{
    color:#676767
}
#rate-chart .table-column{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:48.82117%
}
#rate-chart .table-column:last-child{
    margin-right:0
}
@media screen and (max-width:767px){
    #rate-chart .table-column{
        float:left;
        display:block;
        margin-right:7.42297%;
        width:100%;
        margin-bottom:30px
    }
    #rate-chart .table-column:last-child{
        margin-right:0;
        margin-bottom:0
    }
}
#rate-chart table{
    width:100%
}
#rate-chart table th{
    padding:4px 4px 6px;
    vertical-align:top;
    line-height:1.25em
}
#rate-chart table td{
    padding:4px
}
#rate-chart table .rating{
    text-align:left;
    font-weight:600;
    width:20%
}
#rate-chart table .rating-category{
    display:inline-block;
    color:#f9f9f9;
    background-color:#676767;
    padding:0 2px 0 6px;
    border-radius:4px
}
#rate-chart table .rating-level{
    background-color:#f9f9f9;
    color:#676767;
    border-radius:3px;
    padding:0 6px;
    margin-left:6px
}
#rate-chart table tr.a .rating-category{
    background-color:#617fa9
}
#rate-chart table tr.a .rating-level{
    color:#617fa9
}
#rate-chart table tr.b .rating-category{
    background-color:#68c5e5
}
#rate-chart table tr.b .rating-level{
    color:#68c5e5
}
#rate-chart table tr.c .rating-category{
    background-color:#5cb747
}
#rate-chart table tr.c .rating-level{
    color:#5cb747
}
#rate-chart table tr.d .rating-category{
    background-color:#8ac640
}
#rate-chart table tr.d .rating-level{
    color:#8ac640
}
#rate-chart table tr.e .rating-category{
    background-color:#fae400
}
#rate-chart table tr.e .rating-level{
    color:#fae400
}
#rate-chart table tr.f .rating-category{
    background-color:#ffc809
}
#rate-chart table tr.f .rating-level{
    color:#ffc809
}
#rate-chart table tr.g .rating-category{
    background-color:#faa31a
}
#rate-chart table tr.g .rating-level{
    color:#faa31a
}
#rate-tables{
    margin-bottom:50px
}
.modals{
    text-align:left;
    display:none
}

.dropdown{
    line-height:1.5em
}
.dropdown .dropdown-container{
    display:inline-block;
    position:relative;
    text-align:center
}
.dropdown .dropdown-button,.dropdown .dropdown-menu{
    font-weight:700;
    background:#fff;
    text-align:left;
    cursor:pointer
}
.dropdown .dropdown-description{
    background:#fff;
    border-bottom:1px solid silver;
    border-bottom-left-radius:3px;
    border-left:1px solid silver;
    border-top-left-radius:3px;
    border-top:1px solid silver;
    color:#999;
    float:left;
    font-size:.7em;
    line-height:40px;
    margin:0;
    padding:0 .5em 0 1em
}
@media screen and (min-width:53.75em){
    .dropdown .dropdown-description{
        font-size:1em
    }
}
.dropdown .dropdown-button{
    float: right;
    line-height: 35px;
    margin: 0;
    padding: 0 2.5em 0 .7em;
    position: relative;
    min-width: 145px;
    border: 1px solid #f9c157;
    color: #d45b2d;
    border-radius: 15px;
    font-size: 1em;
}
.dropdown .dropdown-button.fees{
    min-width:110px
}
.dropdown .dropdown-button.show-menu{
    border-bottom:none;
    border-bottom-left-radius:0;
    border-left:1px solid #676767;
    border-top-left-radius:7px;
    border-top:1px solid #676767;
    border-bottom-right-radius:0
}
.dropdown .dropdown-button::after{
    content:"\f078";
    display:block;
    position:absolute;
    right:.7em;
    top:0;
    font-family:FontAwesome;
    -webkit-text-stroke:1.1px #fff;
    padding-left:10px;
    height:26px;
    line-height:24px;
    margin-top:5px;
    border-left:1px solid #f9c157
}
.dropdown .dropdown-menu{
    border-bottom:1px solid #676767;
    border-left:1px solid #676767;
    border-right:1px solid #676767;
    display:none;
    margin:0;
    overflow:show;
    padding:0;
    position:absolute;
    right:0;
    top:36px;
    transition:all .2s ease-in-out;
    width:145px;
    z-index:99999;
    border-radius:0 0 7px 7px
}
.dropdown .dropdown-menu.fees{
    width:110px
}
.dropdown .dropdown-menu li{
    list-style:none;
    padding:.5em .7em
}
.dropdown .dropdown-menu li:first-child{
    border-top:2px solid silver
}
.dropdown .dropdown-menu li:hover{
    background:#1aa59e;
    color:#FFF
}
.dropdown .dropdown-menu li:last-child{
    border:0;
    margin-bottom:10px
}
.dropdown .show-menu{
    display:block
}
.loan-calc-button{
    margin-top:20px;
    position:relative
}
.loan-calc-button .column{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:100%;
    text-align:center;
    position:absolute
}
.loan-calc-button .column:last-child{
    margin-right:0
}
.loan-calc-button .pill-button{
    padding:10px 35px
}

#rates-controller .only-mobile,.rates-roi-section .only-mobile,.straight-fees .only-mobile{
    display:none
}
#rates-controller .no-mobile,.rates-roi-section .no-mobile,.straight-fees .no-mobile{
    display:block
}
@media (max-width:767px){
    #rates-controller .only-mobile,.rates-roi-section .only-mobile,.straight-fees .only-mobile{
        display:block
    }
    #rates-controller .no-mobile,.rates-roi-section .no-mobile,.straight-fees .no-mobile{
        display:none
    }
}
@media (max-width:320px){
    #rates-controller #rates-panel .container,.rates-roi-section #rates-panel .container,.straight-fees #rates-panel .container{
        padding:0
    }
}
@media (min-width:768px) and (max-width:840px){
    #rates-controller #rates-panel .no-mobile .tab-system.box .tabs.menu .tab a,.rates-roi-section #rates-panel .no-mobile .tab-system.box .tabs.menu .tab a,.straight-fees #rates-panel .no-mobile .tab-system.box .tabs.menu .tab a{
        padding:15px 10px
    }
}
.loan-popup{
    background:#fff;
    padding:40px;
    display:none;
    position:absolute;
    max-width:480px;
    min-height:700px;
    border:1px solid #1aa59e;
    z-index:99;
    box-shadow:3px 2px 4px 0 rgba(0,0,0,.2)
}
.greyTotals,.table-schedule .payment-schedule .payment:nth-child(even){
    /*background-color: #f9c15730;*/
    background-color: #1ba59d0d;
}
@media (max-width:768px){
    .loan-popup{
        max-width:85%;
        margin-top:-400px
    }
}
.loan-popup.active{
    display:block
}
.loan-popup .table-header{
    margin-bottom:10px
}
.loan-popup .straight-fees.rates-terms .tables .bottom-table,.loan-popup .straight-fees.rates-terms .tables .bottom-table .desktop-table,.loan-popup .straight-fees.rates-terms .tables .bottom-table table,.loan-popup .straight-fees.rates-terms .tables .top-table,.loan-popup .straight-fees.rates-terms .tables .top-table table{
    margin-bottom:20px
}
.loan-popup .straight-fees .loan-calc-button.two-column{
    margin-top:20px
}
.loan-popup .straight-fees.rates-terms .bottom-table,.loan-popup .straight-fees.rates-terms .top-table{
    border-bottom:2px solid #B3B3B3
}
.loan-popup .straight-fees.rates-terms .tables table th{
    width:24px;
    text-align:center
}
.loan-popup .straight-fees.rates-terms .tables .bottom-table table td:nth-child(5),.loan-popup .straight-fees.rates-terms .tables .top-table table td:nth-child(5){
    text-align:left;
    padding-left:5px
}
.loan-popup .straight-fees.rates-terms .tables .bottom-table table th,.loan-popup .straight-fees.rates-terms .tables .top-table table th{
    width:24px
}
.loan-popup .hamburger-box{
    transform:rotate(45deg);
    float:right;
    cursor:pointer
}
.loan-popup .hamburger-box .hamburger-inner:after{
    bottom:0;
    transform:rotate(-90deg);
    transition:bottom .1s ease,transform .1s .14s cubic-bezier(.215,.61,.355,1)
}
.loan-popup .hamburger-box .hamburger-inner:before{
    top:0;
    opacity:0;
    transition:top .1s ease,opacity .1s .14s ease
}
.loan-popup .popup-heading{
    font-family:Serifa-Roman,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style:normal;
    font-weight:400;
    font-size:28px;
    color:#1aa59e;
    margin-bottom:15px;
    width:90%
}
.calc-table .two-column .total-savings,.calculate-section .withdrawl-section .amount,.calculate-section h2.h1-style sup,.compare-funding a,.greyTotals .amount,.table-schedule .payment-schedule .payment .payment-item.schedule-heading,.table-schedule .payment-schedule .payment.chart-totals{
    font-family:AvenirNext-DemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif
}
@media (max-width:769px){
    .loan-popup .popup-heading{
        line-height:30px
    }
}
.loan-popup .calc-heading{
    color:#1aa59e;
    font-size:18px;
    margin-bottom:0
}
.loan-popup p{
    margin-top:0;
    line-height:1.7em
}
.loan-popup a.calc-heading{
    font-size:16px
}
.calculate-section h2.h1-style{
    font-size:42px;
    margin-bottom:30px
}
@media (min-width:769px){
    .calculator h1{
	    font-size: 50px!important;
	}

    .calculate-section .withdrawl-section{
        padding:0 20px
    }
    
    
    .table-schedule .payment-schedule .payment.chart-totals .payment-item{
	    padding:20px 30px 5px 0;
	}
}
@media (max-width:768px){
    .calculate-section h2.h1-style{
        font-size:28px
    }
}
.calculate-section h2.h1-style sup{
    font-size:14px;
    top:-1.5em;
    margin-left:2px
}

.withdrawl-section .calc-heading{
	padding-top: 25px;
}

.calculate-section .amount{
    margin-top:20px;
    color:#1aa59e;
    font-size:36px;
    font-weight: bold;
}

.withdrawl-section .amount{
	text-align:right;
}

#sba-calculator .calculate-section .amount{
	text-align: center;
}



@media (max-width:768px){
    .calculate-section .withdrawl-section{
        padding:0
    }
    .calculate-section .withdrawl-section .calc-heading{
        margin-bottom:5px
    }
    .calculate-section .withdrawl-section br{
        display:none
    }
    .calculate-section .withdrawl-section .amount{
        font-size:30px
    }
}
.calculate-section .withdrawl-section #loan-options-amount6{
    margin-top:24px
}
.calculate-section .loan-settings{
    margin-bottom:20px
}
.calc-heading{
    font-size:20px;
    font-weight:700;
    margin-bottom:15px;
    position:relative;
}
.calc-heading.pay-off span{
    color:#1aa59e
}
.calc-heading sup{
    font-size:12px;
    position:absolute;
    top:-5px;
    padding-left:2px
}
.greyTotals{
    padding:30px;
    margin:30px 0
}
@media (max-width:768px){
    .greyTotals{
        margin:5px 0 0
    }
    .greyTotals .calc-heading{
        font-size:32px;
        line-height:30px
    }
}
.greyTotals .amount{
    text-align:right;
    color:#1aa59e;
    font-size:36px
}
.greyTotals .amount span{
    display:none
}
.greyTotals .amount span.active{
    display:block
}
@media (max-width:768px){
    .greyTotals .amount{
        font-size:30px
    }
}
.compare-funding{
    padding:20px
}
.compare-funding.only-mobile{
    border-top:1px solid #B3B3B3
}
.compare-funding span{
    font-size:18px;
    float:left;
    width:90px;
    margin-right:10px
}
@media screen and (max-width:767px){
    .compare-funding{
        padding:40px 0 0;
        text-align:center
    }
    .compare-funding span{
        display:block;
        float:none;
        width:auto;
        margin:0;
        padding-bottom:20px
    }
}
.compare-funding img{
    float:left;
    padding-right:10px
}
@media screen and (max-width:767px){
    .compare-funding img{
        display:block;
        float:none;
        margin:0 auto;
        padding:0 0 15px
    }
}
.compare-funding a{
    position:relative;
    float:left;
    padding:15px 0
}
.loan-settings{
    padding:0 30px
}
@media (max-width:767px){
    .loan-settings{
        padding:0
    }
}
@media (min-width:768px) and (max-width:1200px){
    .loan-settings{
        padding:0
    }
}
.loan-settings .setting{
    display:inline-block;
    vertical-align:text-top
}
.loan-settings .setting.loan-term{
    margin-right:50px
}
@media (max-width:768px){
    .loan-settings .setting.loan-term{
        margin-right:0;
        width:56%
    }
}
.loan-settings .setting.loan-fee{
    margin-right:20px
}
@media (max-width:768px){
    .loan-settings .setting.loan-fee{
        margin-right:0;
        width:42%
    }
    .loan-settings .setting.loan-popup-trigger{
        display:block
    }
}
.loan-settings .setting.loan-popup-trigger.setting{
    vertical-align:bottom
}
.loan-settings .setting.loan-popup-trigger.setting .calc-heading{
    cursor:pointer;
    color:#1aa59e;
    font-size:15px;
    width:100px;
    margin-bottom:5px;
    line-height:20px;
    vertical-align:bottom
}

@media (max-width:768px){
    .loan-settings .setting.loan-popup-trigger.setting .calc-heading{
        width:100%;
        margin-top:10px;
        text-align:right
    }
    #calculation-section .container{
        padding:0
    }
}
.table-schedule .payment-schedule{
    display:table;
    list-style-type:none;
    width:100%;
    padding:15px 0px 20px
}
@media (min-width:768px) and (max-width:840px){
    .table-schedule .payment-schedule.no-mobile{
        padding-left:0
    }
    .table-schedule .payment-schedule .payment-item{
        padding-right:15px
    }
}
.table-schedule .payment-schedule .payment{
    margin:15px 20px;
    width:100%;
    display:table-row
}
.table-schedule .payment-schedule .payment.last{
    height:40px
}
.table-schedule .payment-schedule .payment .payment-item{
   
    display:table-cell;
    box-sizing:border-box;
    padding:5px 0 5px 0
}
@media (min-width:768px) and (max-width:840px){
    .table-schedule .payment-schedule .payment .payment-item{
        padding-right:15px
    }
    
}
.table-schedule .payment-schedule .payment .payment-item.schedule-heading{
    font-size:18px;
    height:55px
}
.table-schedule .payment-schedule .payment .payment-item.schedule-heading sup{
    font-size:.6em;
    top:-.9em;
    margin-left:2px
}
.table-schedule .payment-schedule .payment .payment-item:first-child{
    padding-left:15px
}
.table-schedule .payment-schedule .payment .payment-item:first-child.schedule-heading{
    padding-left:2px
}
.table-schedule .payment-schedule .payment.chart-totals{
    background-color:#fff;
    font-size:18px
}
.table-schedule .payment-schedule .payment.chart-totals .payment-item{
    border-top:1px dashed #1aa59e
}
.calc-table .two-column{
    width:100%
}
@media screen and (max-width:768px){
    .calc-table .two-column .column{
        width:50%;
        margin-right:0;
        margin-bottom:0
    }
}
.calc-table .two-column .calc-heading{
    margin-bottom:0
}
.calc-table .two-column .calc-heading.smaller{
    font-size:18px
}
.calc-table .two-column .calc-heading.text-right{
    text-align:right
}
.calc-table .two-column .calc-heading p{
    font-size:16px;
    line-height:24px;
    font-weight:400
}
.calc-table .two-column .total-savings{
    color:#1aa59e;
    font-size:32px;
    margin-top:22%
}
@media (max-width:768px){
    .calc-table .two-column .total-savings{
        margin-top:0
    }
}
.calc-table .two-column .calc-table-row{
    padding:20px 30px;
    margin:0 10px
}
@media (max-width:767px){
    .calc-table .two-column .calc-table-row{
        padding:15px 0;
        margin:0 30px
    }
}
@media (min-width:768px) and (max-width:840px){
    .calc-table .two-column .calc-table-row{
        margin:0;
        padding:20px
    }
}
.calc-table .two-column .calc-table-row.bottom-bordered{
    border-bottom:1px solid #979797
}
@media (max-width:768px){
    .calc-table .two-column .calc-table-row.bottom-bordered{
        border-bottom:2px solid rgba(151,151,151,.63)
    }
}
.calc-table .two-column .calc-table-row .calc-heading{
    width:100%
}
.calc-table .two-column .calc-table-row.early-payment{
    padding-bottom:10px
}
@media (max-width:769px){
    .calc-table .two-column .calc-table-row.early-payment .two-column .column{
        width:100%
    }
}
.calc-table .two-column .early-payment-slider{
    padding:0 40px
}
@media (max-width:767px){
    .calc-table .two-column .early-payment-slider{
        padding:0 30px;
        margin-top:10px
    }
}
@media (min-width:768px) and (max-width:840px){
    .calc-table .two-column .early-payment-slider{
        padding:0 20px
    }
}
.calc-table .mobile-tabs .tab-system{
    background-color:#F2F2F2
}
.calc-table .mobile-tabs .tab-system .tabs{
    margin-bottom:0!important
}
.calc-table .mobile-tabs .tab-system .tabs .tab{
    font-size:18px;
    width:37%;
    display:inline-block
}
.calc-table .mobile-tabs .tab-system .tabs .tab a{
    padding:15px 0 15px 10px
}
.calc-table .mobile-tabs .tab-system .tabs .tab:first-child{
    width:62%;
    margin-right:-2px
}
.calc-table .mobile-tabs .tab-system .tabs .tab:first-child a{
    padding:15px 0 15px 30px
}
.mobile-menu-trigger{
    padding:0 0 20px 15px;
    color:#1aa59e;
    font-weight:700;
    font-family:AvenirNext-Regular,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:16px;
    cursor:pointer
}
.mobile-menu-trigger span{
    display:none
}
.mobile-menu-trigger span.shown{
    display:inline-block
}
.mobile-menu-trigger i:after{
    -webkit-text-stroke:.9px #fff
}
.mobile-loan-chart{
    display:none!important
}
.mobile-loan-chart.shown{
    display:block!important
}
.mobile-loan-chart .mobile-month{
    border-top:2px solid rgba(151,151,151,.6)
}
.mobile-loan-chart .mobile-month .mobile-schedule-heading{
    background-color:#F2F2F2;
    padding:5px 15px
}
.mobile-loan-chart .mobile-month .mobile-schedule-heading .calc-heading{
    width:55%;
    display:inline-block;
    margin-bottom:0;
    font-size:16px
}
.mobile-loan-chart .mobile-month .mobile-schedule-heading .mobile-total{
    display:inline-block;
    width:43%
}
.mobile-loan-chart .mobile-month .mobile-schedule-heading .mobile-total span{
    width:49%;
    display:inline-block;
    text-align:right;
    font-weight:700
}
.mobile-loan-chart .mobile-month .mobile-schedule-heading .mobile-total span:first-child{
    font-weight:400;
    text-align:left
}
.mobile-loan-chart .mobile-month .mobile-payment-detail{
    padding:10px 15px 20px
}
.mobile-loan-chart .mobile-month .mobile-payment-detail .mobile-total{
    width:43%;
    display:inline-block
}
.mobile-loan-chart .mobile-month .mobile-payment-detail .mobile-total span{
    width:49%;
    display:inline-block;
    text-align:right;
    font-weight:700
}
.mobile-loan-chart .mobile-month .mobile-payment-detail .mobile-total span:first-child{
    font-weight:400;
    text-align:left
}
.mobile-loan-chart .mobile-month .mobile-payment-detail .mobile-total:first-child{
    width:55%
}
.mobile-loan-chart .mobile-month .mobile-payment-detail .mobile-total:first-child span{
    text-align:left
}
.mobile-loan-chart.fee-rates .mobile-schedule-heading .mobile-total span{
    width:45%
}
.mobile-loan-chart.fee-rates .mobile-schedule-heading .mobile-total span:first-child{
    width:55%
}
.mobile-loan-chart .chart-totals{
    border-top:1px solid #979797;
    padding:20px 15px;
    background-color:#F2F2F2
}
.mobile-loan-chart .chart-totals .payment-item:first-child{
    font-weight:700;
    padding-bottom:5px
}
.mobile-loan-chart .chart-totals .payment-item span{
    width:49%;
    display:inline-block;
    text-align:right;
    font-weight:700
}
.mobile-loan-chart .chart-totals .payment-item span:first-child{
    font-weight:400;
    text-align:left
}

