@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;
}

#primary-header {
	position: relative;
}

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

#title-bar {
	margin-bottom: 2rem;
}
#title-bar h2{
	font-size: 20px;
}

@media all and (min-width: 401px) {
	#title-bar h2{
		font-size: 24px
	}
}

.container {
	width: 100%;
	max-width: 70rem;
	margin: 0 auto;
}
#email {
	min-height: 45rem;
}
#results {
	display:none;
	min-height: 45rem;
}
#results .geico-icon {
	margin: 0 auto;
	display: block;
}
#optout-form{
	min-height: 40rem;
	margin-top: 2rem;
}
#optout-form legend{
	margin: 2rem 0;
}
@media all and (min-width: 481px) {
	#optout-form{
		background-image: url('imgs/gecko_thinking.png');
		background-repeat: no-repeat;
		background-position: right top;
		padding-right: 15rem;
		
	}
}
.form-field--error input[type="text"], 
.form-field--error input[type="password"], 
.form-field--error input[type="email"], 
.form-field--error input[type="number"], 
.form-field--error input[type="tel"], 
.form-field--error .select-box select, 
.form-field--error .select-box, 
.form-field--error textarea {
	margin-bottom: 2rem;
}
.form-field--error input[type="radio"] + label {
	border: none;
	color: #B6091A;
	font-weight: bold;
}
#gecko_thinking2{
	display:none;
}
@media all and (min-width: 481px) {
	#gecko_thinking2{
		display:block;
		width: 100%;
		max-width: 150px;
	}
}
html footer {
	padding-bottom: 25px;
	background-color: #ededed;
	width:100%;
	height: auto;
	position: relative !important;
}

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

.page-header.centered-vertical {
	align-items: center;
}
.geico-icon.icon-settings.pull-right.white {
	color: white;
}
.cards {
    width: auto;
    padding: 20px;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.20); 
}
@media all and (min-width: 480px) {
    .cards {
        max-width: 420px;
    }
}
@media all and (min-width: 768px) {
    .cards {
    	width: auto;
        max-width: 740px;
    }
    button#submit {
    	margin-bottom: 0;
    }
}
.card-container {
	display: flex;
	justify-content: center;
}