/* Minification failed. Returning unminified contents.
(59,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
@font-face {
  font-family: source-sans-pro;
  font-style: normal;
  font-weight: 200;
  font-display: block;
  src:   url(fonts/SourceSansPro-ExtraLight.ttf) format('truetype');
}

@font-face {
  font-family: source-sans-pro;
  font-style: italic;
  font-weight: 200;
  font-display: block;
  src:   url(fonts/SourceSansPro-ExtraLightItalic.ttf) format('truetype');
}

@font-face {
  font-family: source-sans-pro;
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src:   url(fonts/SourceSansPro-Light.ttf) format('truetype');
}

@font-face {
  font-family: source-sans-pro;
  font-style: italic;
  font-weight: 300;
  font-display: block;
  src:   url(fonts/SourceSansPro-LightItalic.ttf) format('truetype');
}

@font-face {
  font-family: source-sans-pro;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:   url(fonts/SourceSansPro-Regular.ttf) format('truetype');
}

@font-face {
  font-family: source-sans-pro;
  font-style: italic;
  font-weight: 400;
  font-display: block;
  src:   url(fonts/SourceSansPro-Italic.ttf) format('truetype');
}

@font-face {
  font-family: source-sans-pro;
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src:   url(fonts/SourceSansPro-SemiBold.ttf) format('truetype');
}

@font-face {
  font-family: source-sans-pro
  font-style: italic;
  font-weight: 600;
  font-display: block;
  src:   url(fonts/SourceSansPro-SemiBoldItalic.ttf) format('truetype');
}

@font-face {
  font-family: source-sans-pro;
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src:   url(fonts/SourceSansPro-Bold.ttf) format('truetype');
}

@font-face {
  font-family: source-sans-pro;
  font-style: italic;
  font-weight: 700;
  font-display: block;
  src:   url(fonts/SourceSansPro-BoldItalic.ttf) format('truetype');
}

@font-face {
  font-family: source-sans-pro;
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src:   url(fonts/SourceSansPro-Black.ttf) format('truetype');
}

@font-face {
  font-family: source-sans-pro;
  font-style: italic;
  font-weight: 900;
  font-display: block;
  src:   url(fonts/SourceSansPro-BlackItalic.ttf) format('truetype');
}

body, button {
	margin: 0;
	font-family: source-sans-pro, sans-serif;
	color: #373D41;
}

:focus {
    outline: 0;
}

select {
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;	
    color: #495057;
    border: 0;
    width: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #F5F5F6 url(images/blue-arrow.png) no-repeat right 1rem center;
    background-size: 12px 8px;
    border-radius: 25px;
	outline: none;
}

button {
    background: #0078A1;
    border: 0;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 13px;
    color: #fff;
	text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
	cursor: pointer;
	letter-spacing: 1px;
}

button:last-child {
	margin-left: 20px;
}

p {
}

sup {
	vertical-align: baseline;
    position: relative;
    top: -.4em;
}	

.disable {
    pointer-events: none;
    opacity: 0.4;
}

.wrapper {
	position: relative;
    max-width: 1280px;
    margin: 0 auto;
	height: 100%;
}

.tooltip-mark {
	width: 12px;
    height: 12px;
    background: #373D41;
    color: #fff;
    border-radius: 25px;
    display: inline-block;
    font-size: 8px;
    line-height: 12px;
    text-align: center;
    vertical-align: middle;
    margin-left: 5px;
	position: relative;
}

.tooltip-text {
	visibility: hidden;
    width: 320px;
    background-color: #373D41;
    color: #fff;
    text-align: center;
    padding: 10px 10px 20px;
    border-radius: 4px;
    position: absolute;
    z-index: 2;
    bottom: 200%;
    left: 50%;
    margin-left: -160px;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
    line-height: 20px;
    display: inline-block;
}

.tooltip-text::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #373D41 transparent transparent transparent;
}

.tooltip-mark:hover .tooltip-text {
    visibility: visible;
}

.top-box {
	overflow: hidden
}

.top-box div{
	width: 50%;
	float: left;
}

.top-img-mobile {
	display: none;
}	

.top-box .left-box{
    padding-left: 172px;
    box-sizing: border-box;
    padding-top: 80px;
    color: rgba(55,61,65,1);
}


.top-box h1{
    margin-bottom: 20px;
    margin-top: 0;
	font-style: italic;
    font-weight: 600;
    font-size: 42px;
    width: 90%;
    line-height: 45px;
}

.top-box p{
    line-height: 32px;
    text-align: left;
    font-style: italic;
    font-weight: normal;
    font-size: 24px;
    width: 90%;	
}

.top-box div img {
	width: 100%;
}

.wizard {
	background: #005671;
}

.step-wrapper {
	position: relative;
    max-width: 1280px;
    margin: 0 auto;
	height: 100%;
}

.step {
	padding: 50px 40px;
	text-align: center;
}

#step-1 {
    padding-top: 100px;
}


.step-box {
	background: #fff;
	position: relative;
	width: 78%;
	margin: 0 auto;
	padding-bottom: 20px;
    border-radius: 3px;
    box-shadow: 5px 0 5px 0 rgba(55,61,65,.2), -5px 0 5px 0 rgba(55,61,65,.2), 0 5px 5px 0 rgba(55,61,65,.2);
}

.step-1 .step-box {
	padding-bottom: 50px;
}

.step-circles {
	width: 60%;
	transform: translateY(-50%);
	background: transparent;
	margin: 0 auto;
}

.steps {
    position: relative;
    display: flex;
    flex: 0 1 auto;
    color: #fff;
}

.step-circle {
	flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
}

.step-circle-content {
    position: relative;
    z-index: 2;
}

.step-number {
    font-size: 18px;
    color: #FFF;
    background: #E6EBEF;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 50%;
    transition: opacity .5s;
    opacity: 1;
    z-index: 5;	
}

.step-circle:last-child .step-number {
    width: 90px;
    border-radius: 25px;
	margin-left: 10px;
}

.step-number.current {
    background: #0078A1;
}

.step-number.previous {
    background: #0099CC;
}

.step-container h2 {
	font-size: 35px;
    margin-top: 10px;
    margin-bottom: 40px;
}

#step-1 .step-container h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.buttons {
	width: 40%;
	margin: 0 auto;
}

.step-6 .buttons {
	width: 100%;
}

.desktop-results-buttons {
	text-align: left;
    padding: 0 20px;
}

.mobile-results-buttons {
	display: none;
}

.buttons span {
	font-size: 14px;
	margin: 0 10px;
}

.buttons a {
	color: #0078A1;
	cursor: pointer;
	text-decoration: underline;
}

.buttons a.button {
    background: #0078A1;
    border: 0;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
	text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
	cursor: pointer;
	letter-spacing: 1px;
	text-decoration: none;
	display: inline-block;
}

.desktop-results-buttons span {
	font-size: 13px;
}

.desktop-results-buttons button {
	margin-left: 20px;
}

.step-content {
    background: #F5F5F6;
	padding: 20px 25px;
    max-height: 484px;
	margin-bottom: 20px;
}

.step-3 .step-content {
	padding: 50px 30px 20px;
} 

.compressor-selection {
	display: flex;
    /* flex: 0 1 auto;	 */
	justify-content: space-between;	
}

.compressor-box {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
	width: 23%;
	outline: 4px solid #F5F5F6;
	min-width: 150px;
    padding: 4px;
}

.compressor-text {
    background: #fff;
}

.compressor-box.selected {
	border: 4px solid #0078A1;
	outline: 0;
	padding: 0;
}

.compressor-box img {
	display: block;
	width: 100%;
}

.compressor-box h4 {
	font-weight: 600;
	color: #0078A1;
    padding: 1.33em 0;
    margin: 0;
}

.compressor-box p {
	font-size: 16px;
    padding: 1em 0;
    margin: 0;
}

.slider-container {
	margin-bottom: 40px;
}

.slider-label {
	padding-left: 60px;
    width: 19%;
    display: inline-block;
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    color: #0078A1;
    text-align: left;
	vertical-align: middle;
}

.slider {
	margin-bottom: 10px;
	width: 76%;
	display: inline-block;
	border: 0!important;
	border-radius: 25px;
	margin-left: 20px;	
}

.slider-container:last-child .slider-label {
	width: 17%;
}

.slider-container:last-child .slider {
	margin-bottom: 0px;
	margin-left: 35px;
}

.slider-unit {
	position: absolute;
    right: 0;
    bottom: -25px;
    font-size: 16px;
    font-weight: 300;
}

.slider-tooltip {
	position: absolute;
    top: -35px;
    left: -6px;
    background: #fff;
    box-shadow: 0 0 30px -7px #000;
    min-width: 30px;
    height: 25px;
    border-radius: 5px;
    text-align: center;
    padding: 5px 10px 0;
}

#slider2 .slider-tooltip {
	left: -75%;
}

.slider-tooltip:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    border-bottom: 5px solid transparent;
    right: 37%;
    bottom: -10px;
}

.ui-slider-range, .ui-widget-header {
	background: #0078A1;
	border-radius: 25px;
}

.ui-slider-handle, .ui-widget-content .ui-state-default {
	border: 0;
    background: #0099CC;
    border-radius: 25px;
}

.lifetime {
	background-image: url('images/lifetime icon.svg');
    background-repeat: no-repeat;
    background-position: left center;
}

.running-hours {
	background-image: url('images/running hours icon.svg');
    background-repeat: no-repeat;
    background-position: left center;
	background-size: contain;	
}

.load {
	background-image: url('images/load ison.svg');
    background-repeat: no-repeat;
    background-position: left center;
}

.usage-price {
	display: flex;
	justify-content: space-evenly;
	padding: 40px 80px 30px;
}

.usage-price > div {
	width: 20%;
    background-repeat: no-repeat;
    background-position: top center;
	padding-top: 55px;	
	font-weight: 300;
	font-style: normal;
	font-size: 16px;	
}

.electicity-price {
	background-image: url('images/Electricity cost icon.svg');	
}

.diesel-price {
	background-image: url('images/Diesel cost icon.svg');	
	margin-left: 8%;
}

.adblue-price {
	background-image: url('images/AdBlue cost icon.svg');	
	margin-left: 8%;
}

.usage-price .title {
	color: #0078A1;
	font-weight: 600;
	font-style: italic;
	font-size: 18px;
    margin: 24px 0;
}

.usage-price p {
	margin-bottom: 5px;
}

.usage-price a {
	color: #0078A1;
}

.price-input {
	margin-top: 15px;
}

.usage-price input[type="text"] {
    border: 0;
    outline: 0;
    border-radius: 25px;
    padding: 10px 20px;
    width: 50%;
	margin-right: 10px;
}

.usage-price label {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.usage-price  div.service-price {
	width: 40%;
	background-image: url('images/service.svg');	
}

.service-price input[type="text"] {
    width: 30%;
}

.results-container {
	display: flex;
    justify-content: space-between;	
}

.result-box {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 32%;
    min-width: 150px;
    background-repeat: no-repeat;
    background-position: center 15px;
	padding-top: 100px;
	padding-bottom: 80px;
	position: relative;	
}

.result-paragraph {
	position: absolute;
    bottom: 20px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
}

.cost-result {
	background-image: url('images/operational cost.svg');	
}

.carbon-result {
	background-image: url('images/carbon footprint.svg');
}

.fuel-result {
	background-image: url('images/fuel.svg');	
}

.service-result {
	background-image: url('images/service.svg');	
}

.result-box h3 {
	font-size: 50px;
    font-weight: 700;
    font-style: italic;
    color: #43B02A;
	margin: 0;
    line-height: 30px;
	margin-top: 20px;
}

.cost-result h3 {
	font-size: 35px;
	margin: 0;	
}


.graph-container {
	background: #fff;
	width: 100%;
    height: 185px;
    margin-top: 20px;
    padding: 30px;	
}

.graph-labels {
    width: 27%;
    display: inline-block;
    float: left;
	text-align: left;
    font-size: 16px;
    font-weight: 700;	
}

.mobile-graph-label {
	display: none;
}

.graph-labels div{
    margin: 20px 0;
}

.graph-box {
    width: 68%;
    display: inline-block;
	position: relative;	
}

.graph-line {
	position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #9B9EA0;	
}

.line-1 {
    left: 2%;	
}

.line-2 {
    left: 21.2%;	
}

.line-3 {
    left: 40.4%;	
}

.line-4 {
    left: 59.6%;	
}

.line-5 {
    left: 78.8%;	
}

.line-6 {
    left: 98%;	
}

.legend {
	text-align: left;
	position: absolute;
    bottom: -30px;
}

.legend .color {
    border-radius: 25px;
    width: 20px;
    height: 20px;
    display: inline-block;
	vertical-align: middle;
}

.legend .color.energy {
    background-color: #43B02A;	
}

.legend .color.additional {
    background-color: #0099CC;
	margin-left: 20px;
}

.legend .legend-label {
	height: 20px;
    vertical-align: top;
    margin-left: 3px;
	font-size: 13px;
	vertical-align: middle;
}

.disclaimer {
	color: #fff;
    font-size: 14px;
    text-align: left;
    width: 78%;
    margin: 10px auto 0;	
}

.disclaimer a{
	color: #fff;
}


/************  Custom checkbox       ********************/

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40%;
  margin: 0 auto;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #0078A1;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/****************  Bar chart *********************/
* {box-sizing:border-box}


.chart-container {
    width: 100%;
	position: relative;
	margin: 20px 0;	
}

.service-cost-bar {
    height: 20px;
    border-radius: 25px;
    background-color: #0099CC;	
	width: 0;
}

.energy-cost-bar {
	height: 20px;
    border-radius: 25px;
    width: 0;
	background-color: #43B02A;
    position: absolute;
	top: 0;
    left: 0;
}

/*************  CUSTOM NoUISlider STYLES ***********/

.noUi-horizontal .noUi-tooltip {
	border: 0;
    bottom: 130%;
	box-shadow: 1px 0 1px 0 rgba(55,61,65,.2), -1px 0 1px 0 rgba(55,61,65,.2), 0 5px 6px 0 rgba(55,61,65,.2);
	font-size: 16px;
    font-weight: 700;
	padding: 5px 10px;
	color: #373D41;
}

.noUi-tooltip:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    border-bottom: 5px solid transparent;
    right: 36%;
    bottom: -10px;
}

#slider2 .noUi-tooltip:after {
    right: 40%;
}

.noUi-horizontal {
	height: 11px;
}

.noUi-connects {
	border-radius:25px;
}

.noUi-connect {
	border-radius: 25px;
	background: #0078A1;
}

.noUi-handle {
	border: 0;
	background: transparent;
	box-shadow: unset;
}

.noUi-touch-area {
	border: 0;
    background: #0099CC;
    border-radius: 25px;
}

.noUi-handle:after, .noUi-handle:before {
	content: none;
}

.noUi-horizontal .noUi-handle {
	width: 30px;
    height: 30px;
    top: -10px;
}

@media screen and (max-width: 415px) {
	.noUi-tooltip:after {
		border-top: 5px solid transparent;
		border-bottom: 5px solid #fff;
		top: -10px;
	}	
}

/*********** mobile styles ***************/

@media screen and (max-width: 415px) {
	.top-box div {
		width: 100%;
		float: none;		
	}

	.top-box .left-box {
		padding: 50px 30px;
	}
	
	.top-img-desktop {
		display: none;
	}
	
	.top-img-mobile {
		display: block;
	}
	
	.step-box {
	width: 100%;
	}

	.step-circles {
		display: none;
	}
	
	.buttons {
		width: 100%;
		display: flex;
		justify-content: space-around;
		padding: 0 15px;		
	}
	
	.step-2 .buttons, .step-3 .buttons, .step-4 .buttons {
		padding: 0 35px;		
	}	
	
	.step-container h2 {
		padding: 30px 20px 0;
		font-size: 22px;
	}
	
	button {
		font-size: 13px;
		
	}
	
	.compressor-selection {
		overflow: scroll;
	}
	
	.compressor-box{
		min-width: 200px;
		margin-right: 20px;
	}
	
	.step-3 .step-content {
		padding: 20px;
	}
	
	.slider-label {
		width: 75%;
		display: block;
		margin-bottom: 20px;
	}
	
	.slider {
		margin-left: 0;
		display: block;
		width: 100%
	}
	
	.slider-tooltip {
		top: unset;
		bottom: -35px;
	}
	
	.slider-tooltip:after {
		border-top: 5px solid transparent;
		border-bottom: 5px solid #fff;
		top: -10px;
	}
	
	.slider-container:last-child .slider-label {
		width: 70%;
	}
	
	.slider-container:last-child .slider {
		margin-left: 0;
	}
	
	.slider-container {
		margin-bottom: 65px;
	}
	
	.noUi-horizontal .noUi-tooltip {
		bottom: -150%;
	}
	
	.step-4 .step-content, .step-6 .step-content {
		max-height: unset;
	}
	
	.usage-price {
		display:block;
        padding: 40px 25px 30px;
	}
	
	.usage-price > div {
		width: 65%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.diesel-price, .adblue-price {
		margin-top: 40px;
	}
	
	.usage-price input[type="text"] {
		width: 45%;
	}
	
	.usage-price div.service-price {
		width: 100%;
	}

    .tooltip-text {
        width: 240px;
        margin-left: -120px;
    }
	
	.checkbox-container {
		width: 55%;
	}
	
	.results-container {
		display: block;
	}
	
	.result-box {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.desktop-results-buttons {
		display: none;
	}	
	
	.mobile-results-buttons {
		display: block;
		padding: 15px;
	}	
	
	.buttons span {
		display: block;
		margin: 10px 0;
	}
	
	.buttons span.restart-span {
		margin-bottom: 20px;
	}
	
	.buttons span.bold-span {
		font-size: 16px;
		font-weight: 700;
	}
	
	.result-box {
		padding-top: 120px;
		padding-bottom: 60px;
	}
	
	.result-box:first-child {
		padding-top: 100px;
	}
	
	.result-box  h3{
		margin: 0;
	}
	
	.result-paragraph {
		bottom: 0;
	}
	
	.graph-labels {
		display: none;
	}
	
	.mobile-graph-label {
		display: block;
		text-align: left;
		font-size: 16px;
		font-weight: 700;
		margin: 10px 0;		
	}	
	
	.graph-box {
		width: 100%;
	}
	
	.graph-container {
		padding-top: 20px;
		height: 240px;
	}
	
	.electric-graph {
		margin: 10px 0 15px;
	}
	
	.diesel-graph {
		margin: 15px 0 10px;
	}
	
	.service-cost-bar, .energy-cost-bar {
		height: 18px;
	}
	
	.legend {
		bottom: -75px;
	}
	
	.legend .legend-label {
		font-size: 12px;
	}
	
	.legend .color.additional {
		margin-left: 10px;
	}
	
	.disclaimer {
		width: 100%;
	}
}


