@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: #ededed;
}

#primary-header {
	position: relative;
}

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

h1 {
	font-size: 3rem;
	font-weight: bold;
	line-height: 3.5rem;
	margin-bottom: 1rem;
}

.blue-text {
    color: #154995;
}

span.blue-text {
	font-weight: 600;
}

h2 {
	color: #4A4A4A;
	font-size: 2.1rem;
	margin-bottom: 2rem;
}

@media all and (min-width: 768px) {
	h1 {
		font-size: 4.8rem;
		line-height: 5rem;
		margin-bottom: 2rem;
	}
	h2 {
		font-size: 2.3rem;
	}
}

#banner {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	overflow: hidden;
	width: 100%;
	min-width: 32rem;
	background-color: #ffffff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 20px;
}

#banner img {
	margin-bottom: 2rem;
	width: 100%;
	max-width: 340px;
}

#banner-text {
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-weight:500;
	margin-top: 3.5rem;
	padding:0 3rem;
}

#banner-content {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	max-width: 1280px;
}

#banner-content .content {
	max-width: 644px;
	margin-top: min(10rem, 10vw);
}

@media all and (min-width: 768px) {
	#banner-content {
		flex-direction: row;
		text-align: left;
		align-items: start;
	}

	#banner img {
		max-width: 518px;
	}
}

#main-container {
	background: #fff;
}

.card {
	border-bottom: 6rem solid #ffffff;
	text-align: center;
	background-color: #F4F2EA;
	color: #4A4A4A;
}
.card h2 {
	color: #154995;
	margin-bottom: 4rem;
}
.container {
	position: relative;
	width: 100%;
	max-width: 900px;
	padding: 20px 20px 0px 20px;
}

#quote-form {
	margin: 1rem 0 0;
}

.text-icon {
	margin-bottom: 5rem;
}

.text-icon .icon {
	display: block;
	font-size: 8rem;
	margin-bottom: 2rem;
}

@media all and (min-width: 768px) {
	.container {
		padding: 20px;
	}

	#quote-form {
		margin-top: 1rem;
		margin-bottom: 0;
	}

	.text-icon {
		margin-bottom: 1rem;
	}

	.text-icon .icon {
		font-size: 3.7rem;
		float: left;
	}

	.card p {
		text-align: left;
		padding-left: 5rem;
	}
}

#zip {
	font-size: 1.6rem;
	color: #757374;
	border: 1px solid #979797;
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.50);
	border-radius: 5px;
	width: 130px;
	height: 45px;
	text-align: center;
}

.divider {
	width: 100%;
	max-width: 293px;
}

.btn {
	text-transform: none;
}

html footer {
	height: 100%;
	padding-bottom: 25px;
	background-color: #EDEDED;
}

footer .content{
	padding-top: 1.5rem;
}
footer .content > p {
	color: #000000;
}

.disclaimer {
	font-size: 10px;
	line-height: 16px;
	color: #757374;
	text-align: left;
	background: none;
	width: 90%;
	max-width: 1280px;
	max-height: none;
	margin: 0 auto;
}

#hero {
    background-color: #F0F4FB;
    text-align: center;
    padding: 3rem 0 4rem 0;
}

#hero img {
    max-width: 700px;
}

@media (max-width: 768px) {
	#hero img {
		max-width: 90%;
	}
}
@media (min-width: 1221px) {
	#banner-content {
		margin-left: -27rem;
	}
}
@media (max-width: 1220px) {
	.image {
		min-width: 45%;
		margin-right: -7rem;
	}
	.image img {
		width: 520px !important;
		margin-left: -4rem;
	}
	#banner-content {
		margin-left: -15rem;
	}
}
@media (max-width: 1000px) {
	#banner-content {
		margin-left: -13rem;
	}
	.image {
		margin-right: -7rem;
	}
}
@media (max-width: 768px) {
	#banner-content {
        flex-direction: column-reverse;
		margin-left: 0;
    }
	.content {
		text-align: left;
		margin-top: 2rem !important;
	}
	.content h1 {
		font-size: 4.5rem;
		line-height: 5.28rem;
	}
	.image img {
		margin-left: 0 !important;
		margin-right: 0;
	}
	.image {
		margin-right: 0;
	}
}
@media (max-width: 500px) {
	.content h1 {
		font-size: 3.5rem;
		line-height: 4.2rem;
	}
	.content {
		margin-top: 0 !important;
	}
}