#wms-roi {
	position: relative;
	max-width: 1260px;
	margin: 0 auto;
	font-size: 0;
}

#wms-roi * {
	margin: 0;
	padding: 0;	
}

#wms-roi #loader {
	display: none;
	position: absolute;
	top: 31px;
	left: 70%;
}

/* Tool Tip */
#wms-roi .arrow-down {
	position: absolute;
	bottom: -20px;
	left: 57px;	
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid rgb(42, 60, 152);	
}

#wms-roi #tip {
	display: none;
	position:relative;
	line-height: 1.5em;
	color: rgb(42, 60, 152);
	border: solid rgb(42, 60, 152) 1px;
	background-color: #ffffff;		
	width: 300px;
	box-sizing: border-box;
	padding: 15px;
	-webkit-border-radius: 5px;    
	border-radius: 5px; 
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;	
	z-index: 10000;
}

#wms-roi #tip p {
	position: relative;
	font-size: 18px; 	
	font-weight: bold;
	line-height: 1.5em;	
}

#wms-roi .tool-tip {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	width: 20px;
	height: 20px;	
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 10px;    
	border-radius: 10px; 
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	vertical-align: bottom;
}

#wms-roi .tool-tip img {
	display: block;
	width: 100%;
	vertical-align: bottom;
}

#wms-roi-calc {
	display:inline-block;
	border: solid rgb(42, 60, 152) 3px;
	-webkit-border-radius: 10px;    
	border-radius: 10px; 
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	padding: 0 0 20px 0px;
	width: 48%;
	background-color: rgb(249, 249, 252);
	box-sizing: border-box;
	vertical-align: top;	
}

#wms-roi-calc h1 {
	color: #ffffff;
	background-color: rgb(22, 13, 66);
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	padding: 15px 0;
	margin-bottom: 20px;
}

#wms-roi-calc h2 {
	/*position: relative;*/
	font-size: 22px;
	display: flex;
	justify-content: space-between;
}

#wms-roi-calc h2 > span {
	color: #ED731C;
	font-weight: bold;
}

#wms-roi-calc h2#options {
	height: 20px;
	margin-top: 10px;
}

#wms-roi-calc h2#options > span {
	/*position: relative;*/
	width: 25%;	
	font-size: 15px;
	text-align: left;	
}

#wms-roi-calc h2#options > span > span {
	/*position: relative;*/
}

#wms-roi-calc h2#options > span:nth-child(1) {
	margin-left: -0px;
}

#wms-roi-calc h2#options > span:nth-child(2) {
	left: 25%;
	margin-left: 40px;
}

#wms-roi-calc h2#options > span:nth-child(3) {
	left: 50%;
	margin-left: 45px;
	z-index: 100;
}

#wms-roi-calc h2#options > span:nth-child(4) {
	left: 100%;
	text-align: right;
	z-index: 99;
}

#wms-roi-calc > div {
	padding: 10px 25px;
}

#wms-roi-calc span.ui-slider-handle {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	border: solid rgb(42, 60, 152) 3px;
	background-color: #ffffff;
	background-image: none;
	width: 40px;
	height: 40px;
	top: -12px;
	margin-left: -20px;	
}

#wms-roi-calc div.slider {
	background: rgb(42, 60, 152);
	height: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: none;
	max-width: 750px;
	margin: 15px auto;	
}

#wms-roi-calc div.ui-slider-range {
	background: rgb(189, 188, 193);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;	
}

#wms-roi-results {
	display:inline-block;
	width: 40%;
	margin-left: 10%;
	
}

#wms-roi-results > div {
	background-color: rgb(249, 249, 252);
	box-shadow: 0px 0px 25px 2px rgb(42, 60, 152);
	vertical-align: top;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
}

#wms-roi-results h1 {
	font-size: 24px;
	color: #ffffff;
	background-color: rgb(42, 60, 152);
	text-transform: uppercase;	
	padding: 15px 20px;	
}

#wms-roi-results h2 {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	font-weight: 500;
	color: rgb(22, 13, 66);
	padding: 5px 20px;	
}

#wms-roi-results h2 span {
	margin-right: 0;
}

#wms-roi-results h2.orange {
	background-color: #ED731C;
	color: #ffffff;
	font-weight: bold;
}

#wms-roi #send-savings-results {
	
	margin: 30px 0 0 0;
}

#wms-roi #send-savings-results h2 {
	font-size: 24px;
	font-weight: bold;
}

#wms-roi #send-savings-results p {
	padding: 0 20px;
	font-size: 16px;
	color: #000000;
}

#wms-roi #send-savings-results div {
	position: relative;
	padding: 20px;
	
}

#wms-roi #send-savings-results input[type='text'] {
	display: inline-block;
	font-size: 20px;
	line-height: 1em;
	padding: 10px;
	border: solid #ED731C 1px;
	width: 60%;
	box-sizing: border-box;
}

#wms-roi #send-savings-results input[type='submit'] {
	display: inline-block;
	width: 40%;
	background-color: #ED731C;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	box-sizing: border-box;	
	border: none;
	color: #ffffff;
	border: solid #ED731C 1px;
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
	
	#wms-roi #loader {
		top: 26px;
	}
	/*
	#wms-roi .tool-tip {
		font-size: 14px;
		width: 16px;
		height: 16px;
		-webkit-border-radius: 8px;    
		border-radius: 8px; 
		-moz-border-radius: 8px;
		-khtml-border-radius: 8px;
	}
	*/
	#wms-roi #tip p {
		font-size: 14px; 			
	}
	
	#wms-roi-calc h2#options span {
		font-size: 13px;		
	}
	#wms-roi-calc {
		display: block;
		width: 100%;	
	}
	#wms-roi-results {
		display: block;
		width: 100%;
		margin: 50px 0 0 0;		
	}
	#wms-roi-calc h1 {
		font-size: 22px;
	}
	#wms-roi-calc h2 {
		font-size: 18px;
		font-weight: bold;
	}
	#wms-roi-calc > div {
		padding: 10px 25px;
	}
	#wms-roi-results h1 {
		font-size: 20px;
		padding: 10px 10px;
	}
	#wms-roi-results h2 {
		padding: 5px 10px;	
		font-size: 16px;
		font-weight: bold;
	}

	#wms-roi-calc h2#options > span:nth-child(2) {		
		margin-left: 20px;
	}

	#wms-roi-calc h2#options > span:nth-child(3) {
		margin-left: 0px;
		text-align: right;
	}	
	
	#wms-roi #send-savings-results p {
		padding: 0 10px;
	}

	#wms-roi #send-savings-results div {
		padding: 10px;		
	}
	
	#wms-roi #send-savings-results input[type='submit'] {
		font-size: 16px;
	}
	
}	

@media only screen and (max-width: 480px) {
	
	#wms-roi-calc h2#options span {
		font-size: 12px;		
	}	
	
	#wms-roi-calc h2#options {
	height: 40px;
	}
	
	
	
/*
	#wms-roi-calc h2#options > span {
		position: absolute;	
		width: 33%;	
		font-size: 16px;
		text-align: left;
		height: 40px;;
	}

	#wms-roi-calc h2#options > span > span {
		position: relative;
		height: 40px;
	}

	#wms-roi-calc h2#options > span > span a {
		position: absolute;
		left: 50%;
		margin-left: -10px;
		bottom: -20px;
	}
	
	#wms-roi-calc h2#options > span:nth-child(1) {
		
	}

	#wms-roi-calc h2#options > span:nth-child(2) {
		
	}

	#wms-roi-calc h2#options > span:nth-child(3) {
		
	}

	#wms-roi-calc h2#options > span:nth-child(4) {
		
	}
*/	
}	

	

