#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: 50%;
	right: 24px;
	left: auto;
	width: 24px;
	max-width: 24px;
	height: 24px;
	transform: translateY(-50%);
}

/* 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;
	flex: 1;
	min-width: 0;
	box-sizing: border-box;
	border: solid rgb(42, 60, 152) 2px;
	border-radius: 5px;
	vertical-align: middle;
}

#wms-roi #send-savings-results div {
	position: relative;
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
}

#wms-roi #send-savings-results input[type='submit'] {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	padding: 12px 24px;
	background-color: #ED731C;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
}

#wms-roi #send-savings-results input[type='submit']:hover {
	background-color: #d4650f;
}
