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


html, body {
	height: auto;
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
}

#primary-header {
	position: relative;
}

header {
	height: 60px;
	background-color: #154995;
}

/*header .icon-geico {
	position: absolute;
	height: 60px;
	width: 150px;
	font-size: 100px;
	line-height: 60px;
	overflow: hidden;
	display: inline-block;
	color: #FFFFFF;
	left: 50%;
	outline: 0;
}*/

#primary-header .icon-geico {
	font-size: 10rem;
	width: 15rem;
}

#title-bar {
	height: 46px;
	background-color: #4789B6;
}

#title-bar p {
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0;
	padding-top: 9px;
}

#banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 32rem;
	background-color: #ffffff;
	z-index: -1;
}

#banner img {
	top: 0;
	left: 0;
	width: 100%;
}

#banner .full-image {
	display: none;
}

@media all and (min-width: 600px) {
	#banner {
		height: 43.6rem;
	}

	#banner img {
		width: auto;
		height: 100%;
	}

	#banner .mobile-image {
		display: none;
	}

	#banner .full-image {
		display: block;
	}

	#banner .background {
		left: auto;
		right: -29.5rem;
	}

	#banner .text {
		left: -13rem;
	}
}

@media all and (min-width: 600px) {
	#banner {
		background-image: url('imgs/hero_bg_desktop.jpg');
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: auto auto;
	}
	
	#banner .background, #banner .text {
		left: auto;
	}

	#banner .text {
		position: relative;
		margin: 0 auto;
	}

	#banner .background {
		display: none;
	}
}

#main-container {
	background: #ffffff;
}

form {
	width: 28rem;
	margin: 0 auto;
	margin-top: 0.5rem;
	margin-bottom: 3rem;
}

input[type="text"] {
	margin-bottom: 1rem !important;
	text-align: center;
}

.btn.btn--primary.quote-btn {
	margin:0rem;
	margin-left:1rem;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}

#quoteButton {
	padding-right: 3.8rem;
	padding-left: 3.8rem;
	margin-top: -.1rem;
}

#callButton {
	width: 100%;
	text-align: center;
}

.btn.btn--secondary {
    width: 98%;
    text-align: center;
}

.zipBox{
	width:10rem;
	margin-top: 0.25rem;
	margin-bottom: 0.5rem;
}

.small-only {
	display: block;
}

@media all and ( min-width:600px ) { 
	.small-only {
		display: none;
	}

	#quoteform1{
		display: block;
		margin-bottom: 7.5rem;
	}

	#banner{
		padding-bottom: 0;
	}
}

.container {
	width: 100%;
	margin: 0 auto;
	padding:0.5rem 0;
}

.content {
	margin: 0 2rem;
	color: #ffffff;
}

.content h1 {
	color: #4789B6;
	font-size: 4rem;
	line-height: 4rem;
	margin-top: 1rem;
	margin-bottom: 1.4rem;
	text-align: center;
	padding-bottom: 1rem;
}

.content h1 span {
	display: none;
}

.break {
	display: block;
}

@media all and ( min-width: 600px ) { 	
	.content h1 {
		margin-top: 0;
		padding: 1.3rem 0 2.3rem;
	}

	.content h1 br {
		display: none;
	}

	.content h1 span {
		display: inline;
	}

	.break {
		display: inline;
	}
}

.content h3 {
	margin-bottom: 3.2rem;
	color: #60bcfa;
	font-size: 2.3rem;
	text-align: center;
}

@media all and (min-width: 600px) {
	.content h3 {
		margin-top: .7rem;
	}
}

.content p {
	font-size: 16px;
	text-align: left;
	margin: 0;
	padding-bottom: 16px;
	text-align: center;
}

.content ul {
	margin-bottom: 0;
}

.content ul.list.list--unordered li::before {
	color: #60bcfa;
}

footer .content {
	padding-top: 1.9rem;
}

@media all and (min-width: 600px) {
	footer .content {
		padding-top: 2.3rem;
	}
}

footer .content > p {
	color: #000000;
}

.container.icon img {
	width: 6.8rem;
	position: absolute;
	top: 15%;
	right: 10%;
}

.container.text {
	background: #154995;
	padding: 0;
}

.container.text .content {
	padding-top: 3.9rem;
	padding-bottom: 5.3rem;
}

.container.copyright {
	padding-bottom: 4rem;
	background: #FFFFFF;
}

#copyright {
	font-size: 1.2rem;
	color: #373737;
}

@media all and ( min-width: 600px ) { 	
	.container {
		max-width: none;
	}

	.container.icon {
		background: #ededed;
		padding: 0 0 2rem;
	}

	.container.icon img {
		position: relative;
		top: auto;
		right: auto;
		display: block;
		margin: 0 auto;
	}

	.container.text {
		padding: 2rem 0 6rem;
	}

	.container.text .content {
		max-width: 24.5rem;
		padding-bottom: .6rem;
		margin: 0 auto;
		text-align: center;
	}

	.container.text .list {
		text-align: left;
	}

	.container.text::after {
		display: none;
	}

	.container.copyright {
		padding: 2rem 2rem 4rem;
	}

	.container.copyright .content {
		margin: 0 auto;
		max-width: 60rem;
	}
}