#outerCalcBlock {
    padding: 50px 100px;
    box-sizing: border-box;
}

@media screen and (max-width: 1600px){
	#outerCalcBlock {
		padding: 50px;
	}
}

@media screen and (max-width: 1024px){
	#outerCalcBlock {
		padding: 35px;
	}
}
@media screen and (max-width: 768px){
	#outerCalcBlock {
		padding: 35px 20px;
	}
}

.contCalculator {
	width:100%;
	float:left;
}
.calcRange .range {
    height: 2px;
    width: 100%;
    margin: 0;
    background-color: #b0b0b0;
    border-radius: 0;
    border: none;
    background-color: #000;
    box-shadow: none;
}
/*.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    left: -10px;
    top: -9px;
    border: none;
    box-shadow: none;
    border-radius: 50%;
    background-color: #EE2737;
}*/
.noUi-handle:after, .noUi-handle:before{
	display:none;
}


#chart{
    height: 100%;
    width: 43%;
	float:right;
    position: relative;
}

/* #chart.chart2{
    margin-top: 50px; 
} */
.calcBlock {
	margin-top: 20px;
    width: 100%;
    float: left;
}
.calcForm{
    width: 52%;
    width: calc(53% - 1px);
    float: left;
    border-right: 1px solid #CCC;
    padding-right: 2%;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

#chartInfo{
	background:#FFF;
	position:absolute;
	opacity:0;
	border:1px solid #666;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    font-size: 10px;
    padding: 2px 5px;
    margin-top: -30px;
    margin-left: -30px;
    text-align: center;
}





.ct-grid {
    stroke: rgba(0,0,0,.1);
    stroke-width: 1px;
    stroke-dasharray: 1px;
}

/* .calcResult{
	
} */

#budgetContainer{
	display:none;
}




.optBtn{
	padding: 10px 20px;
    position: relative;
    top: 0; left: 0;
    box-sizing: border-box;
	float: left;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	cursor: pointer;
    border: 1px solid #2C2E83;
    color: #2C2E83;
}
.optBtn:hover {
    background-color: transparent;
    
}

.optBtn.active {
    background-color: #2C2E83;
    color: #fff;
}




#calcDisclaimer {
    float: right;
    width: 42%;
}


.outerCalcBlock{
    padding: 0 100px;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 1400px) {
	/* .outerCalcBlock{
	} */
}


@media screen and (max-width: 500px) {
	.optBtn{
	    width: 50%;
	    text-align: center;
	    padding: 10px 0px;
	}
}

.calcAdditional.mortgageAdditional2 {
	color: #2C2E83;
	font-size: 24px;
	font-weight: 700;
}

.mortgageContent2 {
    color: #2C2E83;
    float: right;
    font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}

.calcContainer2 .calcInner {
    margin: 15px 0;
}

.calcInner {
    float: left;
    width: 100%;
    margin: 20px 0;
}
.calcLabel {
    font-size: 16px;
    float: left;
    margin-bottom: 10px;
    font-family: 'garamondBold';
}

input.calcInput {
    background-color: #f6f6f6;
    padding: 5px 10px;
    float: right;
    text-align: right;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'garamondregular';
    outline: none;
    width: 120px;
    border: none;
}

input.amorInput {
    width: 50px;
}

input.intInput {
    width: 40px;
}
.calcAdditional {
    float: right;
    line-height: 30px;
    padding: 0 10px;
    font-size: 15px;
}



.ct-series-a .ct-bar{
    stroke: #77a49b !important;
    cursor: pointer;
}
.ct-series-a .ct-bar:hover{
	stroke:#EE2737;
}

.ct-label{
    color: #312725;
}



.noUi-target{
    height: 2px;
    width: 100%;
    margin: 0;
    background-color: #b0b0b0;
    border-radius: 0;
    border: none;
    background-color: #000;
    box-shadow: none;
    float: left;
}

.noUi-horizontal .noUi-handle {
    /*background: #EE2737;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 30px;
    height: 15px;
    left: -15px;
    top: -5px;*/
	cursor:pointer;
}
.noUi-handle:after, .noUi-handle:before{
	background:none;
}

.calcContentContainer {
    text-align: left;
	line-height: 1.2;
}

.calcContent {
    display: inline;
    font-size: 14px;
	text-align: left;
}

.calcResult {
	margin-left: 20px;
    float: right;
    font-size: 32px;
    text-align: right;
    color: #2C2E83;
	font-weight: 700;
}
#calcResult1{
    font-size: 30px;
}
.calcTitle{
	    margin-top: 20px;
    float: left;
    font-size: 24px;
    width: 100%;
    margin-bottom: 5px;
	text-align: left;
}

@media screen and (max-width: 768px) {
	.calcForm {
		border: none;
		padding-right: 0;
	    margin-bottom: 20px;
		width: 100%;
		margin-left: 0%;
	}
	.calcResult {
		font-size: 30px;
		text-align: center;
	}
	#chart {
		height: 300px;
		width: 100%;
		margin-left: 0%;
	}
	#calcDisclaimer {
		width: 100%;
	}
	
	
	.calcContentContainer {
		position: relative;
		float: left;
		padding-bottom: 60px;
		width: 100%;
		text-align: center;
	    margin-top: 40px;
	}
	.calcResult {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	.calcForm {
		margin-bottom: 0px;
	}
	#budgetBtn {
		margin-right: 0;
	}
}



