#roi_calc {
	background: #1f1f45;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
}

.roi_calc__intro {
	padding: 50px 15px;
	background: #fff;
	font-size: 20px;
	color: #808080 !important;
}

.roi_calc__intro h1 {
	font-size: 30px;
	font-weight: 300;
	color: #333 !important;
}



.roi_calc_footer {
	background: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	
	padding: 0 15px;
	
}
.roi_calc_footer .button {
	font-size: 24px;
	padding: 10px 20px;
	border-radius: 33px;
}
.roi_calc__module {
	padding: 20px 10px;
	border-bottom: 2px solid #fff;
}

.roi_calc__moduleintro {
	max-width: 600px;
	margin: 0 auto;
	color:#fff;
	font-size: 16px;
	text-align: center;
}
.roi_calc__moduleintro p {
	margin: 0;
	line-height: 1.5em;
	font-size:20px
}
.roi_calc__icon {
	display: block;
	width: 100px;
	margin: 0 auto;
}
.roi_calc__input {
	text-align: center;
	padding: 20px;
	display: block;
}
.roi_calc__input label {
	font-weight: 300;
	font-size: 15px;
	display: block;
	padding-top: 10px;
	color:#fff;
}
.roi_calc__input input {
	background: #fff;
	border: 0;
	padding: 10px;
	font-size: 16px;
	font-weight: 300;
	width: 100%;
	max-width: 500px;
	text-align: center;
	border-radius: 33px;
}
button.button {
    border: 4px solid #fff;
    background-color: #EC0127;
    color: #fff;
    font-size: 30px;
    line-height: 26px;
    padding: 10px 1.2em;
    margin-top: 0;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    border-radius: 33px;
}
.roi_calc__slider {
	padding: 20px 20px 0 20px;
}
.roi_calc__miniquestion {
	padding-bottom: 20px;
}
.roi_calc__miniquestion input{
	background: #fff;
	border: 0;
	padding: 5px 10px;
	font-weight: 300;
	width: 100%;
	max-width: 200px;
	text-align: center;
	margin-top: 10px;
	color: #333;
	min-width: 100px;	
	border-radius: 33px;
}
label.error {
	display: none !important;
}
input.error {
	background-color: #ffb1b1
}
.results_headline_row h2 {
	font-weight: 300;
	margin: 10px;
	font-style: 20px;	
}

#results_container,
.email_results,
.recalculate {
	display: none;
} 

.email_results {
	padding: 40px 0 0 0;
}
.big-value {
    color: #EC0127;
    font-size: 80px;
    margin: 25px 0;
    line-height: 60px;
    font-weight: 300;
}
/* form */
.email_field {
    background: #f5f5f7;
    border: 0;
    padding: 17px 10px 16px 10px;
    font-weight: 300;
    width: 100%;
    max-width: 380px;
    text-align: center;
    margin-top: 10px;
    color: #232323;
    min-width: 100px;
    margin: 0;
    line-height: 1em;
}
#results_container {
	padding-bottom: 30px
}
/* results */
.results #results_container,
.results .email_results,
.results .recalculate {
	display: block;
}

.results #form_container,
.results .calculate {
	display: none;
}
.resuts_row {
		padding-top: 30px;
		padding-bottom: 30px;
	}
@media (min-width:768px) {
	.roi_calc__intro h1 {
	font-size: 60px;
	font-weight: 300;
}
	.results_headline_row h2 {
	font-weight: 300;
	margin: 40px;
	font-size: 30px	
}
	.roi_calc__body{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
	}
	.roi_calc__module {
		width: 50%;
		padding: 40px;
		border: 1px solid #fff;
		border-left: none;
		border-right: none;
		border-bottom: none;
		display: flex; 
		align-items: stretch;
        align-content: stretch;
	}
	.roi_calc__module:nth-child(1),
	.roi_calc__module:nth-child(2) {
		border-top: none !important;
		
	}
	.roi_calc__module:nth-child(odd) {
		border-right: 1px solid #fff;
	}
	.label-row {
		min-height: 65px;
	}
	.roi_calc__module > div {
		width:100%
	}
		
	.roi_calc__miniquestion {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
    .roi_calc__miniquestion div:nth-child(1) {
	    text-align: right;
	   
    }
    .roi_calc__miniquestion div:nth-child(2) {
	    padding-left: 15px
	   
    }
    .roi_calc__miniquestion input{ 
	    margin: 0;
	    border-radius: 33px;
	    }
	.flex_inputs {
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: inherit;
    align-items: flex-start;

	}
	.email_field {
    margin: 0 20px;
  }
	
}
@media (min-width:1024px) {
	.roi_calc__input input {
		font-size: 30px;
		border-radius: 33px;
	}
	.results_headline_row h2 {
	font-size: 40px;
}
	
	.resuts_row > div {
		font-size: 20px;
		font-weight: 300;
		line-height: 1.5em;
	}
		

	#result_1,
	#result_2,
	#result_3 {
		padding-top: 10px
	}
}


.result_bar {
	font-size: 20px;
	color: #fff;
	margin: 0 0 4em 0;
}
.flex_row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.results_bar_animation {
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.results_bar_text {
	width: 40%;
	text-align: center
}

.results_bar_text span{
    color: #EC0127;
    font-size: 80px;
    margin: 40px 0;
    display: block
}

.bar_animation_slider {
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
	background: #0D082B;
	position: relative;
	height: 50px;
	border-radius: 50px;
	width: calc( 100% + 5px);
	overflow: hidden;
	margin-left: -5px;
	
	
}
.bar_animation_padding {
	position: absolute;
	height: 50px;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5px;
	overflow: hidden;
	
	
}
.bar_animation_slider_value {
	height: 40px;
	border-radius: 50px;
	background: #fff;
	top: 5px;
	left: 5px;
	width: 0%;
	
	
}
.orange_bar {
	background: #EC0127;
}
.white_text {
	color: #fff !important;
}
@media (max-width:1200px){
.results_bar_text span {
    font-size: 50px;
    margin:20px 0;
}	
.big-value {
	font-size: 50px;
	
}
	}
@media (max-width:991px){
.roi_calc__moduleintro p {
    line-height: 1.25em;
    font-size: 16px;
}
.roi_calc__module {
	padding: 10px
}




.results_bar_text span {
    font-size: 50px;
    margin:20px 0;
}
.result_bar {
	font-size: 16px;
	margin:1em 0 3em 0;
}

.roi_calc__icon {
    width: 65px;
    margin: 5px auto;
}

}

@media (max-width:767px){
	
.big-value,
.results_bar_text span {
    font-size: 30px;
    margin:10px 0;
    line-height: 30px
}	
	}