body
{
	margin: 0px;
	background-color: black;
}

form
{
	margin: 0px;
}

#desktop {
	width:100%;
}

#container
{
	position: relative;
	display: table;
	margin: auto;
}

.hidden_item
{
	z-index: 99999;
	position: absolute;
	background-color: transparent;
	outline: 0px;
	border: 0px;
}

#zip
{
	top: 66.8%;
	left: 33.5%;
	height: 4.4%;
	width: 15%;
	text-align: center;
	font-family: "Times New Roman" !important;

	font-size: 1rem;

	padding: 0px;
}

#quote
{
	top: 66.4%;
	left: 50%;
	height: 4.9%;
	width: 16%;
	cursor: pointer;
}

#find_out
{
	top: 58.4%;
	left: 22.4%;
	padding-right: 12.8%;
	padding-bottom: 2.3%;
}

#footer
{
	position: absolute;
	
	top: 96.1%;
	left: 16.3%;
	width: 66.9%;
	height: 4.1%;
}

#footer p
{
	text-align: center;
	margin: 0px;
	color: white;
	font-family: "Times New Roman";
	font-size:10px;


}

#mobile
{
	display: none;
}

@media all and (max-width: 990px) {

	#desktop
	{
		display: none;
	}

	#container
	{
		width: 100%;
	}

	#mobile
	{
		display: block;
		width: 100%;
	}

	#zip
	{
		top: 24.5%;
		left: 12.5%;
		height: 4.5%;
		width: 34%;
		font-size: 125%;
	}

	#quote
	{
		top: 24.2%;
		left: 50.3%;
		height: 5%;
		width: 36.8%;
	}

	#find_out
	{
		top: 61.1%;
		left: 9.2%;
		width:4%;
		padding-right: 20.5%;
		padding-bottom: 3.6%;
	}

	#footer
	{
		top: 90.8%;
		left: 6.2%;
		width: 89.5%;
		height: 3.2%;
		font-size: 17px;
	}
}