.page-id-3617 .page-content, .page-id-3619 .page-content{
	max-width: 1200px;
}

.sy_calc_form h1, .sy_calc_form .form_desc{
	text-align: center;
}
.sy_calc_form h6{
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	font-family: 'Gilroy-Medium';
	margin-bottom: 15px;
}

.calc_form{
	padding: 40px;
}

.calc_form input::-webkit-outer-spin-button,
.calc_form input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.calc_form input[type=number] {
	-moz-appearance: textfield;
}

.sy_calc_form .field{
	width: 95%;
	border: 1px solid #ccc;
	padding: 18px 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.sy_calc_form input{
	margin: 0 !important;
	background: transparent !important;
	border: 0 !important;
	text-align: right;
	padding: 0 !important;
	font-weight: bold !important;
	max-width: 200px !important;
}
.sy_calc_form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(8, 83, 104, 0.2);
}
.sy_calc_form :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(8, 83, 104, 0.2);
}
.sy_calc_form ::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(8, 83, 104, 0.2);
}
.sy_calc_form label{
	color: #085368;
}
.btn_wrap{
	text-align: center;
}
.calc_form .button{
	margin: 0 auto;
	text-transform: none;
}



.sy_chart_result{
	width: 1120px;
	max-width: 100%;
	display: none;
}
.sy_chart_result .wrapper{
	box-shadow: 0px 4px 36px 0px rgba(15, 153, 174, 0.12);
	padding: 10px 50px;
}
.sy_chart_result .left, .sy_chart_result .right{
	display: inline-block;
	vertical-align: top;
}
.sy_chart_result .left{
	width: 64%;
	margin-right: 1%;
}
.sy_chart_result .right{
	width: 34%;
	background: #F6F8F8;
}
.chart_outer_wrap{
	margin: 0 5px;
	margin-bottom: 20px;
}
.chart_outer_wrap:first-of-type:after{
	content: '';
	display: block;
	margin: 0 auto;
	width: 70%;
	height: 1px;
	border-bottom: 1px solid #ccc;
	position: relative;
	top: 10px;
}
.chart_outer_wrap .title{
	text-align: center;
	max-width: 220px;
	margin: 8px auto 0;
	font-size: .99em;
}
.chart_wrap{
	position: relative;
	max-width: 200px;
	margin: 0 auto;
}
.sy_chart_result.ss .chart_wrap{
	max-width: 220px;
}
.paper .chart_wrap{
	max-width: 150px;
}
.sy_chart_result h5{
	position: absolute;
	top: 49%;
	left: 50%;
	transform: translate(-40%, -20%);
}

.sy_chart_result .heading{
	text-align: center;
	margin: 40px 0;
}
.sy_chart_result .left .items{
	position: relative;
	display: flex;
	justify-content: space-between;
	text-align: center;
	border: 1px solid #E9E9E9;
	border-radius: 8px;
	padding: 60px 10px 35px;
}
.sy_chart_result .left .items .res_heading{
	position: absolute;
	top: 18px;
	left: 50%;
	transform: translateX(-50%);
}
.sy_chart_result .left .items .item .res_heading{
	font-size: 17px;
	top: -1px;
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sy_chart_result .left .items .item{
	width: 32%;
}
.sy_chart_result.paper .left .items .item{
	width: 45%;
	border-radius: 6px;
	color: #fff;
	margin: 0 5px;
	position: relative;
	padding-top: 20px;
}
.sy_chart_result.paper .left{
	width: 100%;
}
.sy_chart_result .left .items .item div{
	margin-top: 8px;
	font-size: .94rem;
}
.sy_chart_result .left .items .item .num{
	font-weight: bold;
	font-size: 30px;
}

.sy_chart_result .savings{
	margin-top: 20px;
	border: 1px solid #E9E9E9;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	overflow: hidden;
}
h4{
	text-align: center;
	font-size: 1.2rem !important;
	background: #eee;
	padding: 10px 0;
}
.sy_chart_result .savings .bar{
	padding: 20px 15px;
	padding-right: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.sy_chart_result .savings .bar > *{
	display: inline-block;
	vertical-align: top;
}
.sy_chart_result .savings .bar .title{
	width: 45%;
	font-size: 1rem;
	text-align: right;
}
.sy_chart_result .savings .bar .chart{
	width: 52%;
	margin-left: 2%;
}
.sy_chart_result .savings .bar .chart .inner{
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding-right: 10px;
	background: linear-gradient(45deg, #D6A10F, #D6580F);
	border-radius: 5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #fff;
	text-align: right;
	font-weight: bold;
	font-size: 17px;
}
.sy_chart_result .savings .bar.right_bar .chart .inner{
	background: linear-gradient(45deg, #83C99A, #0BABD7);
}

.sy_chart_result .full{
	margin-top: 20px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	overflow: hidden;
	border: 1px solid #E9E9E9;
	padding-bottom: 15px;
}
.sy_chart_result .estimated{
	max-width: 400px;
	margin: 30px auto 0;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: linear-gradient(45deg, #88CB98, #07AADA);
	color: #fff;
	border-radius: 4px;
}
.sy_chart_result .full .num{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
}
.sy_chart_result .full .num span{
	margin-left: -8px;
	font-weight: 400;
}
.sy_chart_result .full .title{
	margin: 30px 0 10px;
}
.note.disclaimer{
	text-align: center;
	margin-top: 20px;
	font-style: italic;
	font-size: 16px;
}
.note.disclaimer.small{
	font-size: 14px;
}
.note.disclaimer.digital{
	padding-bottom: 30px;
}
.sy_chart_result .action{
	text-align: center;
	margin-top: 30px;
	padding: 25px;
}
.sy_chart_result .action .title{
	font-size: 18px;
}
.page-content .button{
	background: #18B4E9;
	display: inline-block;
	color: #fff;
	padding: 10px 30px;
	border-radius: 22px;
	margin-top: 20px;
	cursor: pointer;
}

.paper .h_saved img{
	margin-top: 52px;
}
.paper .h_saved{
	background: linear-gradient(108.02deg, #89CB95 -23.75%, #07AAD9 101.16%),
				linear-gradient(0deg, #E9E9E9, #E9E9E9);
}
.paper .chart_outer_wrap{
	border: 1px solid rgba(233, 233, 233, 1);
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 0;
}
.sy_chart_result.paper .left .items{
	border: none;
}
.sy_chart_result.paper .left .items{
	padding: 10px;
}
.sy_chart_result.paper .savings .bar .chart .inner{
	margin-top: 0;
}
.sy_chart_result.paper .left .items .item .num{
	font-size: 50px;
}


/* Range slider styles */

.range{
	text-align: center;
	margin-top: 20px;
	width: 80%;
	margin: 0 auto;
}
.range input{
	width: 70%;
	max-width: 800px;
}
.sy_chart_result input[type=range] {
  height: 25px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
.sy_chart_result input[type=range]:focus {
  outline: none;
}
.sy_chart_result input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: linear-gradient(90deg, rgba(214,87,15,1) 0%, rgba(214,182,15,1) 33%, rgba(136,203,152,1) 66%, rgba(7,170,218,1) 100%);
  border-radius: 5px;
  border: 0px solid #000000;
}
.sy_chart_result input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #2497E3;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: radial-gradient(circle, rgba(134,231,255,1) 0%, rgba(13,161,199,1) 100%);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
.sy_chart_result input[type=range]:focus::-webkit-slider-runnable-track {
  background: linear-gradient(90deg, rgba(214,87,15,1) 0%, rgba(214,182,15,1) 33%, rgba(136,203,152,1) 66%, rgba(7,170,218,1) 100%);
}
.sy_chart_result input[type=range]::-moz-range-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: linear-gradient(90deg, rgba(214,87,15,1) 0%, rgba(214,182,15,1) 33%, rgba(136,203,152,1) 66%, rgba(7,170,218,1) 100%);
  border-radius: 5px;
  border: 0px solid #000000;
}
.sy_chart_result input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #2497E3;
  background: radial-gradient(circle, rgba(134,231,255,1) 0%, rgba(13,161,199,1) 100%);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  cursor: pointer;
}
.sy_chart_result input[type=range]::-ms-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.sy_chart_result input[type=range]::-ms-fill-lower {
  background: #2497E3;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
.sy_chart_result input[type=range]::-ms-fill-upper {
  background: #2497E3;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
.sy_chart_result input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #2497E3;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #A1D0FF;
  cursor: pointer;
}
.sy_chart_result input[type=range]:focus::-ms-fill-lower {
  background: #2497E3;
}
.sy_chart_result input[type=range]:focus::-ms-fill-upper {
  background: #2497E3;
}

@media screen and (min-width: 1300px){
	.page-id-3619 .hero-slim, .page-id-3617 .hero-slim{
		height: 400px;
		background-image: url(https://invoicecloud.net/wp-content/plugins/calculating-forms/imgs/header_bg.png);
		background-size: cover;
		background-position: center;
	}
	.sy_calc_form{
		position: relative;
		top: -190px;
		background: #fff;
		border-radius: 8px;
		padding: 10px;
	}
	.sy_calc_form .outer_wrap{
		position: absolute;
		top: -40%;
		color: #fff;
	}
	.sy_calc_form.fewer .outer_wrap{
		top: -30%;
	}
	.sy_chart_result{
		margin-top: -200px;
	}
}

@media screen and (max-width: 1000px){
	.paper .h_saved img{
		margin-top: 32px;
	}
	.calc_form{
		padding: 15px;
	}
	.calc_form > h2{
		max-width: 100%;
		margin: auto;
		text-align: center;
		margin: 40px 0;
	}
	.sy_chart_result .wrapper{
		padding: 10px;
	}

	.sy_chart_result .left .items .item, .paper .chart_outer_wrap{
		width: 100% !important;
		border: none;
	}
	.sy_chart_result .left .items{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.sy_chart_result .savings .bar .title, .sy_chart_result .savings .bar .chart{
		width: 100%;
		text-align: left;
		margin-left: 0;
	}
	.sy_chart_result .left .items .item div{
		margin: 20px 0;
	}
	.sy_chart_result .left .items .item div.desc{
		margin-bottom: 30px;
	}

	.sy_chart_result .left, .sy_chart_result .right{
		width: 100%;
	}
	.savings h4{
		padding: 5px;
	}
	.sy_chart_result input[type=range]{
		width: 80%;
	}
	.sy_chart_result .estimated{
		width: 90%;
	}
}

.container.mkto{
	display: none;
	margin-top: 30px;
}
.container.mkto.digi{
	padding: 0 20px;
}
.container.mkto form{
	max-width: 100%;
}
#steplist{
	display: flex;
	justify-content: space-between;
	margin: 20px 0 -10px;
}
#steplist option{
	display: inline-block;
	transform: translateX(45%);
}
span.info{
	position: relative;
	top: 1px;
	left: 5px;
	font-weight: bold;
	color: #063846;
	font-size: 20px;
	line-height: 18px;
}

span.info img{
	width: 24px;
}

#num_labor_cost, #num_loaded{
	width: 50px;
}
.price_wrap, .mins_wrap{
	position: relative;
}
.price_wrap span, .mins_wrap span{
	position: absolute;
	bottom: 0;
	right: 100%;
	font-weight: bold;
}
.mins_wrap span{
	right: 0;
}
#num_process_time{
	position: relative;
	right: 52px;
}
.page-id-3619 .page-content{
	padding: 60px 15px 20px;
}
@media screen and (min-width: 51.875em) {
	.sub-menu{
		min-width: 155px !important;
	}
}