.lca-calculator .box{
	margin: 1.5em auto 0;
	background: #f6f6f6;
	position: relative;
	padding: 1em;
	padding-left: 100px;
}
.lca-calculator .box img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}
.lca-calculator .box .result-number{
	display: block;
	font-size: 2.4em;
	margin-bottom: 10px;
}
.lca-calc-prod-image{
	height: 100%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-size: 50%;
	padding-top: 54%;
}
.lca-calculator select{
	outline: 0 !important;
	margin: 0.5em 0 0.5em;
	display: inline-block;
}
.lca-calculator select option:disabled{
	display: none;
}
.lca-calculator-wrapper .hidden-pixel{
	position: absolute;
	z-index: -10;
	pointer-events: none;
	opacity: 0.1;
	width: 1px;
	height: 1px;
}
.lca-calculator .lca-attributes{
	min-height: 110px;
}

/* EMEA styles */
.lca-calculator .box .result-number{
	color: #2968fe;
	font-size: 56px;
	font-weight: 600;
	line-height: 64px;
}
.lca-calculator .box sup{
	color: #808080;
	font-size: 0.6em;
	vertical-align: super;
	top: 0;
}
.lca-calculator .box .result-number sup{
	top: -0.2em;
}
.lca-calculator .saved-text{
	font-size: 24px;
	line-height: 32px;
}
.lca-calculator select{
	font-size: 19px;
	font-weight: 600;
	color: #2968fe;
}
.lca-calculator .text-color{
	color: #2968fe;
}
/* Culligan.com styles 
.lca-calculator-container{
	max-width: 1140px;
	margin: auto;
	padding: 40px 0;
}
.lca-calculator select{
	padding-right: 2em;
	border: 0 none;
	border-bottom: 2px solid #023a69;
	padding: 0.5em;
}
.lca-calculator .pt-5{
	padding-top: 3rem !important;
}
.lca-calculator .box .result-number{
	margin-bottom: 0;
}
.lca-calculator .row{
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.lca-calculator .d-none{
	display: none !important;
}
@media (min-width: 768px){
	.lca-calculator .col-md-6 {
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		flex: 0 0 50%;
		max-width: 50%;
		box-sizing: border-box;
	}
}
/**/