.state-wrapper{
	margin-top: 80px;
	margin-bottom: 80px;
}

.state-container{
	position: relative;
}

.state-container > select{
	margin-top: 10px;
	margin-bottom: 10px;
    border-color: #757575;
    color: #757575;
    height: 50px;
    padding: 15px 13px 16px 11px;
	background-image: url(../svg/carrot-down.svg);
    background-repeat: no-repeat;
    background-size: 12.9px 6.5px;
    background-position: right 24px top 50%;
    background-color: #fff;
}

.state-container > select:focus {
	border: 1px solid #007abc;
}

.state-hidden{
	display: none;
}

.state-container > label.focus-state{
	font-size: 75%;
    width: auto;
    transform: translate3d(0,-100%,0);
    opacity: 1;
    top: 21px;
    left: 11px;
    background: #fff;
    padding-left: 3px;
    padding-right: 3px;
    visibility: visible;
    font-weight: bold;
}

.state-container > label{
	color: #757575;
    font-size: 13px;
    position: absolute;
    top: 27px;
    padding-left: 11px;
    transition: all 200ms;
    pointer-events: none;
}

@media screen and (min-width: 768px){
	.state-container > select{
		width: calc(50% - 15px);
	}
	    
}

/**rates chart mods**/
section.product-comp-chart .product-comp-chart__title{
	display: none;
}

div.product-comp-chart.parbase{
	/*display: none;
	margin-top: -100px;*/
	height:0;
	visibility: hidden;
}