@font-face {
	font-family: 'geico';
	src: url('/public/design-kit/fonts/geico.eot?-lekj38');
	src: url('/public/design-kit/fonts/geico.eot?#iefix-lekj38') format('embedded-opentype'), url('/public/design-kit/fonts/geico.woff?-lekj38') format('woff'), url('/public/design-kit/fonts/geico.ttf?-lekj38') format('truetype'), url('/public/design-kit/fonts/geico.svg?-lekj38#geico') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	/*font-size: 62.5%;*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

.main-header {
	margin:0;
	padding:0;
}

#content {
	margin:0 auto;
	background-color: #FFFFFF;
	padding:2rem;
	padding-bottom: 0px;
}
#content h1 {
	font-size: 1.9rem !important;
}
#content p {
	font-size: 1.8rem !important;
}
#container {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

#quoteButton, #zipBox, #call{
	width: 44% !important;
}

#zipBox {
	margin-bottom: 5px;
	padding:1rem;
}

#quoteButton, #call {
	float: right;
}
.btn--primary {
    margin-top: 0;
}
button.btn--secondary{
    background-color: #446daa;
}
button, .btn {
	padding: 1.25rem 0.5rem;
}
#call {
	z-index: 99999;
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
}

.main-footer {
	background-color: #BAB4AB;
	padding: .25rem 2rem;
	margin-top:2rem;
}

.main-footer p {
	font-size: 1.2rem;
	color: #FFFFFF;
	max-width:76.8rem;
	margin:0 auto;
	padding:1rem 0;
}

#image-area #gecko {
	display: none;
	margin:0 auto;
}

.main-footer {
	margin-top: 0px;
}

.main-footer p {
	line-height: 1.4rem
}

#facts-div {
	max-width: 100%;
}
#facts {
	width:100%;
}
ul li{
	padding: 2px 0;
}
.checkspan {
	background: url(/landingpage/go362_NJ/images/checkmark.png);
	width: 29px;
	height: 22px;
	float: left;
	margin-top: 5px;
}

.commentspan {
	width: 85%;
	float: right;
	font-size: 1.6rem;
	display: table-row;
}

.fact-div {
	width: 100%;
	display: block;
	position: relative;
	display: table;
}

#fact-1 {
	margin-bottom: 10px;
}

#fact-2, #fact-3, #fact-4 {
	margin-bottom: 10px;
}
#fact-5 {
	margin-bottom: 25px;
}
hr {
	display: none;
}

#gecko {
	width: 100%;
}

#ie-content-area {
	display:none;
}

}

h2 {
	font-weight: bold;
}
.card {
	margin-bottom: 2.6rem;
	width: 85%;
	/*min-width: 280px;*/
}
@media all and ( min-width:640px ) {
	#blue-bar {
		background-color: #154995;
		height:6rem;
	}

	hr {
		display: block;
		margin-bottom: 20px;
	}

	.main-header, #menu-logo {
		height: 6rem;
	}

	.main-header {
		width:76.8rem;
		margin:0 auto;
	}

	#menu-logo {
		position: absolute;
		/*left:3rem;*/
		width: 15rem;
	}

	#container {
		padding-top: 1rem;
		max-width: 66.3rem;
		width: 100%;
		height: 700px;
		position: relative;
	}

	#content {
		width: 100%;
		overflow: hidden
	}
	#content h1 {
	font-size: 3.2rem !important;
	}
	#content #partner-text {
		max-width:43rem;
	}


	hr {
		width: 100%;
		/*float: left;*/
		margin-top: 0px;
		border-color: #cccccc;
		border-style: solid none none;
	}

	h2 {
		font-weight: bold;
	}

	#content-area {
		position: absolute;
		width: 50%;
		top: 500px;
	}



	#call {
		display: none;
	}

	#facts-div {
		position: absolute;
		top: 225px;
		width: 55%;
	}
	#facts {
		width:60%;
	}
	.commentspan {
		font-size: 1.6rem;
		margin-top: 5px;
	}

	#fact-1 {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	#fact-2, #fact-3, #fact-4{
		margin-bottom: 10px;
	}
	#fact-5 {
		margin-bottom: 25px;
	}

	#content-area {
		margin-top: 50px;
		padding-right: 20px;

	}

	#image-area {
		position: absolute;
		right: 0px;
		width: 38%;
		top: 265px;
	}

	#image-area #gecko {
	display: block;
	}
	

	.main-footer p {
		font-size: 1.3rem;
		line-height: 1.6rem;
	}

	
}

/* HACK FOR iOS */
/* disable auto-zoom on iphone input field focus */
#zipBox:focus,
#insurancetype:focus {
	font-size: 16px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
 
	#zipBox:focus,
	#insurancetype:focus {
		font-size: 16px;
	}
}