/***********************
	General
***/
.geico-blue {
	color: #154995;
	border-color: #154995;
}

.bluejay {
	color: #3773CA;
	border-color: #3773CA;
}

.denim {
	color: #3773CA;
	border-color: #3773CA;
}

.tangerine {
	color: #EF5621;
	border-color: #EF5621;
}

.marigold {
	color: #ef5621;
	border-color: #ef5621;
}

.wisteria {
	color: #977FCC;
	border-color: #977FCC;
}

.aqua {
	color: #309FB0;
	border-color: #309FB0;
}

.coral {
	color: #FF5F4E;
	border-color: #FF5F4E;
}

.gecko {
	color: #4BA449;
	border-color: #4BA449;
}

.cayenne {
	color: #B6091A;
	border-color: #B6091A;
}

.storm {
	color: #757374;
	border-color: #757374;
}

.overcast {
	color: #CDCDCD;
	border-color: #CDCDCD;
}

.mist {
	color: #F7F7F7;
	border-color: #F7F7F7;
}

#content .jumpto ul {
	margin-top: 0;
	padding-left: 0;
	list-style-image: none;
	text-align: center;
}

#content .jumpto h3 {
	margin: 0;
}

.jumpto li {
	display: inline-block;
	padding: 2.5px 5px;
	padding: .25em .5em;
}

.jumpto li:first-child {
	border-left: none;
}

#headline-wrapper.product + .container {
	max-width: 100%;
	overflow: hidden;
}

#headline-wrapper.gfr-product {
	background-image: none;
}

#headline-wrapper.gfr-product + .container {
	max-width: 101.7rem;
	padding: 0 3rem;
}

.circled {
	border: .2rem solid #3773CA;
	border-radius: 50%;
	padding: 1.6rem;
}
/* Dark mode adjustment */
.dark .circled {
	border: .2rem solid #fff;
}
.product-panel {
	padding: 3rem 1rem;
}

.product-container {
	max-width: 101.7rem;
	margin: 0 auto;
}

.product-container > h2 {
	text-align: center;
	margin-bottom: 3rem;
}

.title-section {
	position: relative;
	border-bottom: .2rem solid rgba(0,0,0,0.15);
	margin: 0 auto 3rem auto;
}
/* Dark mode adjustment */
.dark .title-section {
	border-bottom: .2rem solid #616161;
}
.title-section.coral, .title-section .icon.coral {
	color: #FF5F4E;
	border-color: #FF5F4E;
}

.title-section.denim, .title-section .icon.denim {
	color: #3773CA;
	border-color: #3773CA;
}

.title-section.gecko, .title-section .icon.gecko {
	color: #4BA449;
	border-color: #4BA449;
}

.title-section .icon {
	display: none;
}

.content-section h3, .content-section p {
	margin-bottom: 3rem;
}

.content-section h3 {
	text-align: center;
}

.content-section h3 + ul,
.content-section h3 + ol {
	margin-top: 2rem;
}

.content-section .navigational-box h3 {
	text-align: left;
}

.content-section .accordion-headline h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.select-content h3 {
	text-align: left;
}

#search-input {
	float: left;
	margin-right: 2rem;
}

.download-pdf {
	display: flex;
	align-items: center;
}

.download-pdf .geico-icon {
	margin-right: 1rem;
}

@media all and ( min-width: 480px ) {
	.product-container {
		width: 90%;
	}
}

@media all and ( min-width: 768px ) {
	.product-panel {
		padding: 6rem 0rem;
		margin-right: -1rem;
		margin-left: -1rem;
	}

	.title-section {
		padding-bottom: 2rem;
	}

	.title-section h2 {
		max-width: 810px;
	}

	.title-section .icon {
		display: block;
		position: absolute;
		top: -1rem;
		right: 0;
	}

	#headline-wrapper.gfr-product  {
		background-image: url(/public/images/gfr/backgrounds/gfr-banner.jpg)
	}

	#headline-wrapper.gfr-product + .container {
		padding-top: 6rem;
	}

	.download-pdf {
		position: absolute;
		top: 0;
		right: 0;
	}

	.half-width {
		width: 50%;
		margin: 0 auto;
	}
}

@media all and ( min-width: 1000px ) {
	.title-section h2 {
		max-width: 85%;
	}
}
/***
	End general
***********************/

/***********************
	Global - No Border Styling
***/

.no-border {
	border: 0;
}

/***
	END : Global - No Border Styling
***********************/

/***********************
	Circle pitch
***/
.row .rounded-img-left {
	border-radius: 50%;
	float: none;
	margin: 0 auto;
	display: block;
}

.row .rounded-img-right {
	border-radius: 50%;
	float: none;
	margin: 0 auto;
	display: block;
}

.content-section .circle-pitch {
	width: 90%;
	margin: 0 auto 3rem auto;
	overflow: auto;
	clear: both;
}

.content-section .circle-pitch img {
	display: block;
	margin: 0 auto;
	border-radius: 10rem;
}

.content-section .circle-pitch .icon {
	width: 180px;
	height: 180px;
	display: block;
	font-size: 4rem;
	margin: 0 auto;
	padding: 7rem;
}

.content-section .circle-pitch .geico-icon {
	display: block;
	margin: 0 auto;
}

.circle-pitch .icon.coral {
	border-color: #FF5F4E;
}

.circle-pitch .icon.denim {
	border-color: #3773CA;
}

.circle-pitch .icon.gecko {
	border-color: #4BA449;
}

.content-section .circle-pitch .title {
	font-size: 2.6rem;
	line-height: 3.6rem;
	text-align: center;
	padding-bottom: 0;
	margin: 2rem 0;
}

#content .circle-pitch .title a {
	text-decoration: none;
	color: #707070;
}

.content-section .circle-pitch p {
	margin: 0;
}

.content-section .circle-pitch .footnote {
	font-size: 1.2rem;
	color: #757374;
}

.content-section .circle-pitch div {
	overflow: auto;
}


@media (min-width: 480px) {
	.content-section .circle-pitch {
		width: 70%;
		max-width: 64rem
	}
}

@media (min-width: 768px) {
	.row .rounded-img-left {
		float: right;
		margin-left: 2.5rem;
	}
	.row .rounded-img-right {
		float: left;
		margin-right: 2.5rem;
	}
	.content-section .circle-pitch {
		width: 70%;
	}

	.content-section .circle-pitch span.geico-icon {
		margin-top: 4rem;
	}

	.content-section .circle-left img, 
	.content-section .circle-left span.icon,
	.content-section .circle-left span.geico-icon {
		float: left;
		margin-right: 5%;
	}

	.content-section .circle-right img, 
	.content-section .circle-right span.icon,
	.content-section .circle-right span.geico-icon  {
		float: right;
		margin-left: 5%;
	}

	.content-section .circle-pitch p {
		text-align: left;
	}
}
/***
	End circle pitch
***********************/

/***********************
	Circle help
***/
.circles-help {
	overflow: auto;
}

.circle-help {
	width: 50%;
	float: left;
	margin: 2rem 0 0 0;
}

.circle-help a {
	text-decoration: none;
}

.circle-help .icon {
	background-color: #ef5621;
	color: #FFFFFF;
	font-size: 6rem;
	padding: 3rem;
	width: 12rem;
	margin: 0 auto;
	border-radius: 50%;
	display: block;
}

.circle-help p {
	font-size: 2rem;
	text-align: center;
	margin: 2rem;
}

@media (min-width: 768px) {
	.circle-help {
		float: left;
		width: 20%;
	}
}
/***
	End circle help
***********************/

/***********************
	Split sections
***/
.split-sections {
	overflow: auto;
}

.split, .split div {
	overflow: hidden;
}

.split {
	margin-bottom: 3rem;
}

.split .icon {
	float: left;
	color: #3773CA;
	font-size: 3.2rem;
	margin: 0 2rem 0 0;
}

.split .icon.coral {
	color: #FF5F4E;
	border-color: #FF5F4E;
}

.split .icon.gecko {
	color: #4BA449;
	border-color: #4BA449;
}

.split li {
	list-style: outside none disc;
}

.split li p {
	vertical-align: middle;
	display: table-cell;
}

.split .headline {
	font-size: 4.2rem;
	line-height: normal;
	color: #3773CA;
}

.split .headline, .split .sub-headline {
	text-align: center;
}


.split .footnote, .row .footnote {
	font-size: 1.2rem;
	color: #757374;
}

.split.quote p, .split .sub-headline, .content-section .sub-headline {
	color: #3773CA;
}

.split .sub-headline.coral {
	color: #FF5F4E;
}

.split.quote span a {
	text-decoration: none;
}

.split p, .content-section .sub-headline {
	margin: 0;
}

.split.quote p {
	font-style: italic;
}

.split .split-img .icon {
	font-size: 5rem
}

.split .split-img {
	display: block;
	overflow: auto;
	width: 12rem;
	margin: 0 auto 2rem auto;
}

.split .split-img img {
	display: block;
	width: 7.5rem;
	margin: 0 auto;
}

.split .split-img.circled, .split .split-img .circled {
	padding: 3.25rem;
}

.split .split-img.circled p {
	margin-left: -2.4rem;
}

.content-section .row .icon-center {
	margin: 0 auto;
	display:block;
	margin-bottom: 1.5rem;
}

@media (min-width: 480px) {
		/***********************
		Grid System 
	***/

	.product-panel .product-container .content-section .row h3 {
		text-align: left;
	}
	
	/***
		Grid System 
	***********************/

	.split .headline, .split .sub-headline, .split p, .split.quote, .content-section .sub-headline {
		text-align: left;
	}

	.split.single-col, .split.single-wide {
		float: none;
		margin: 0 auto 3rem auto;
	}

	.split.single-col {
		width: 80%;
	}

	.split .split-img {
		float: left;
		margin: 0 2rem 3rem 0;
	}

	.split .split-img img {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.split-sections {
		margin-bottom: 3rem;
	}

	.split {
		float: left;
	}

	.split:first-child {
		width: 51%;
		margin: 0 auto;
	}

	.split:last-child {
		width: 45%;
		margin-left: 2%;
	}

	.split.single-col, .split.single-wide {
		margin: 0 auto;
	}

	.split.single-col {
		width: 50%;
	}

	.split.single-wide {
		width: 75%;
	}
}
/***
	End split sections
***********************/

/***********************
	Grid System 
***/

.product-panel .product-container .content-section .row h3 {
	margin-bottom: 0;
}

/***
	Grid System 
***********************/

/***********************
	Big squares
***/
.big-squares {
	overflow: hidden;
}

.big-square {
	float:left;
	position: relative;
	width: 50%;
	height: 18rem;
	text-align: center;
	border: .1rem solid #FFFFFF;
	padding-top: 3rem;
}

.big-square .icon {
	color: #FFFFFF;
	font-size: 3rem;
	padding: 1rem 1.3rem 1.5rem 1.3rem;
	border: .2rem solid #FFFFFF;
	border-radius: 50%;
}

.big-square .title, #content .title a {
	text-align: center;
	color: #FFFFFF;
	margin: 3rem 0 1rem 0;
}

.big-square .title + p {
	display: none;
}

.big-square p, .big-square span {
	color: #FFFFFF;
	text-align: left;
	font-size: 1.4rem;
	margin: 0;
	padding: 0 1rem;
}

.big-square, .big-square .title a {
	text-decoration: none;
	color: #3773CA;
}

.big-square .icon-chevron-right {
	position: absolute;
	right: 2%;
	bottom: 2rem;
}

.hover .big-square:hover, .hover .big-square:focus {
	background-color: #FFFFFF;
	cursor: pointer;
}

.hover .big-square:hover p, .hover .big-square:hover .icon-chevron-right, .hover .big-square:hover .icon, .hover .big-square:focus p, .hover .big-square:focus .icon-chevron-right, .hover .big-square:focus .icon {
	color: #3773ca;
	border-color: #3773ca;
}

.hover .big-square.section--storm:hover p, .hover .big-square.section--storm:hover .icon-chevron-right, .hover .big-square.section--storm:hover .icon, .hover .big-square.section--storm:focus p, .hover .big-square.section--storm:focus .icon-chevron-right, .hover .big-square.section--storm:focus .icon {
	color: #757374;
	border-color: #757374;
}

@media (min-width: 480px) {
	.big-square {
		height: 27.5rem;
	}

	.big-square p {
		font-size: 2rem;
	}

	.big-square .title + p {
		display: block;
		font-size: 1.6rem;
		text-align: center;
	}
}

@media (min-width: 768px) {
	.big-square {
		width: 33.33333%;
		height: 30rem;
	}

	.two-col .big-square {
		width: 50%
	}
}
/***
	End big squares
***********************/

/***********************
	Steps
***/
.steps {
	display: block;
	margin: 3rem auto;
	overflow: auto;
}

.step {
	width: 100%;
	float: left;
	padding: 0 2%;
}

.step img {
	display: block;
	margin: 0 auto;
}

.step h4 {
	font-size: 2.6rem;
}

.step p, .step h4  {
	text-align: center;
}

@media (min-width: 768px) {
	.step {
		width: 33.3333%;
	}
}
/***
	End steps
***********************/

/***********************
	Claims
***/
#title-bar.claims + #headline-wrapper .headline-banner {
	display: none;
}

#title-bar.claims + #headline-wrapper p {
	color: #222222;
}
/* Dark mode adjustment */
.dark #title-bar.claims + #headline-wrapper p {
	color: #fff;
}
@media all and (min-width: 768px) {
	.dark #title-bar.claims + #headline-wrapper p {
		color: #FAFAFA;
	}
}
.claims .content-section .intro {
	font-size: 2rem;
	color: #222222;
	text-align: center;
}
/* Dark mode adjustment */
.dark .claims .content-section .intro {
	color: #fff;
}
#claims-panel .main-panel {
	width: 100%;
	margin-bottom: 3rem;
	padding: 0 2rem;
}

#claims-panel h3 {
	text-align: center;
	margin-bottom: 0;
}

#claims-panel p {
	text-align: center;
}

#claims-panel .options div {
	overflow: auto;
	padding: 1rem 0;
}

#claims-panel .options span, #claims-panel .options p {
	float: left;
}

#claims-panel .options span {
	margin-top: .8rem;
}

#claims-panel .options p {
	width: 60%;
	text-align: left;
	font-size: 2rem;
	color: #ef5621;
	margin: 1rem;
}

#claims-panel .options p, .circles-help p {
	text-decoration: underline;
}

#claims-panel .options p:hover, .circles-help p:hover {
	text-decoration: none;
}

#claims-panel .options ul {
	text-align: left;
	padding-left: 20px;
}

#claims-panel .options ul li {
	padding-bottom: 10px;
}

#claims-panel .options ul li, #claims-panel .options ul a {
	color: #222222;
}
/* Dark mode adjustment */
.dark #claims-panel .options ul li, .dark #claims-panel .options ul a {
	color: #fff;
}
@media all and (min-width: 768px) {
	#title-bar.claims + #headline-wrapper h2, #title-bar.claims + #headline-wrapper p {
		text-align: left;
	}

	#claims-panel .main-panel {
		width: 50%;
		float: left;
		margin-bottom: 3rem;
		padding: 0 2rem;
	}

	#claims-panel .main-panel:first-child {
		border-right: .1rem solid #CCCCCC;
	}

	#claims-panel .options p {
		width: 75%;

	}

	#claims-panel .main-panel a {
		margin: 3rem auto;
	}
}
/***
	End claims
***********************/

/***********************
	Repair xpress
***/
#repair-xpress h3 {
	text-align: left;
}

#repair-xpress .btn {
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
}

@media (min-width: 480px) {
	#repair-xpress .btn {
		width: 35rem;
	}
}
/***
	End repair xpress
***********************/

/***********************
	Top Safety Picks
***/
#top_picks td {
	float: left; width:100%;
}

@media all and ( min-width:440px ) {
	#top_picks td {
		width: 50%;
	}
}

@media all and ( min-width:768px ) {
	#top_picks td {
		width: 33%;
	}
}
/***
	End top safety picks
***********************/

/***********************
	GFRs
***/
.schema {
	display:none;
}

#gfr_gecko {
	display: none;
	float: right;
	width: 16%;
	padding: 0 2%;
}

#content #gfr_heading {
	margin: 0 0 1rem;
	font-family: 'GEICORoobert', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	color: #333;
}
/* Dark mode adjustment */
.dark #content #gfr_heading {
	color: #fff;
}
.gfr_content {
	overflow: hidden;
	width: 100%;
	margin: 10px 0;
	margin: 1em 0;
}

#content .gfr_content h3 {
	margin-bottom: 0;
}

#content .gfr_content h3 a {
	display:block;
	color: #222222;
	text-decoration:none;

	padding-top: 15px;
	padding-top: 1.5rem;
	padding-right: 20px;
	padding-right: 2rem;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
	padding-left: 20px;
	padding-left: 2rem;
}
/* Dark mode adjustment */
.dark #content .gfr_content h3 a {
	color: #fff;
}
.dark #content .gfr_content h3 a:hover {
	color: #222;
}
#content .gfr_content h3 {
	background-color: #EDEDED;
	-webkit-border-top-right-radius: 0.4rem;
	-moz-border-radius-topright: 0.4rem;
	border-top-right-radius: 0.4rem;
	-webkit-border-top-left-radius: 0.4rem;
	-moz-border-radius-topleft: 0.4rem;
	border-top-left-radius: 0.4rem;
	-webkit-border-bottom-right-radius: 0.4rem;
	-moz-border-radius-bottomright: 0.4rem;
	border-bottom-right-radius: 0.4rem;
	-webkit-border-bottom-left-radius: 0.4rem;
	-webkit-background-clip: padding-box;
	-moz-border-radius-bottomleft: 0.4rem;
	-moz-background-clip: padding;
	border-bottom-left-radius: 0.4rem;
	background-clip: padding-box;
	position: relative;
}
/* Dark mode adjustment */
.dark #content .gfr_content h3 {
	background-color: #757374;
}
#content .gfr_content h3:hover {
	-webkit-transition: background-color 0.1s ease-out;
	-moz-transition: background-color 0.1s ease-out;
	-o-transition: background-color 0.1s ease-out;
	transition: background-color 0.1s ease-out;
	background-color: #bab4ab;
	color: #fff;
}

#content .gfr_content h3:before {
	font-family: 'geico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	content: "\e219";
	float:right;
	margin-top:20px;
	margin-top:2rem;
	margin-right:20px;
	margin-right:2rem;

}
#content .gfr_content:hover [class^="icon-"],
#content .gfr_content:hover [class*=" icon-"] {
	color: #FFFFFF;
}

.gfr_content a {
	text-decoration: none;
}

.gfr_bar,
.gfr_content h2,
.gfr_content h3,  {
	width: 100%;
	margin: 0;
	padding: 3.75px;
	padding: .375em;
	font-size: 24px;
	font-size: 2.4rem;
	background: #f2f0ec;
	line-height: normal;
	color: #222;
}

.gfr_bar a,
.gfr_content h2 a
.gfr_content h3 a, {
	display: block;
	color: #222;
}

.gfr_content img,
.gfr_content p {
	float: left;
	margin: 2% 6% 0 0;
}

.gfr_content img {
	width: auto;
	height: 110px;
}

.gfr_content ul {
	float: left;
	width: 80%;
}

.gfr_content .phoneNum {
	font-weight: normal;
}

@media all and ( min-width:768px ) {
	#gfr_gecko {
		display: block;
	}

	.gfr_content {
		overflow: hidden;
		width: 80%;
		margin: 10px 0;
		margin: 1em 0;
	}

	.gfr_content img,
	.gfr_content p {
		float: left;
		margin: 2% 4% 0 0;
	}
}

@media all and ( min-width:800px ) {
	.gfr_bullets {
		display:block;
	}
}
/***
	End gfr
***********************/

/***********************
	Save and quote form
***/
#geolocation, a.geolocation {
	font-size: 2rem;
	color: #707070;
	cursor: pointer;
}

#geolocation:hover, a.geolocation:hover {
	color: #CDCDCD;
}

.quote-form p {
	font-size: 1.4rem;
	white-space: nowrap;
	margin: 3rem 0;
}

.quote-form {
	margin: 6rem 0 3rem 0;
}

.quote-form {
	text-align: center;
}

.quote-form .select-box {
	margin: 0 0.5rem -1.6rem 0.5rem;
}

.quote-form .select-box select {
	font-size: 1.4rem;
	padding-right: 3rem;
}

.quote-form #zip {
	text-align: center;
	width: 9.5rem;
	margin: 0 1rem;
}

@media all and ( min-width: 480px ) {
	.quote-form p {
		font-size: 2rem;
	}

	.quote-form .select-box {
		margin: 0 1rem -1.6rem 1rem;
	}

	.quote-form input, .quote-form select {
		font-size: 1.6rem;
	}
}

.save-money + #headline-wrapper #headline.form h1, .save-money + #headline-wrapper #headline.form .h3,
.save-time + #headline-wrapper #headline.form h1, .save-time + #headline-wrapper #headline.form .h3,
.save-worry + #headline-wrapper #headline.form h1, .save-worry + #headline-wrapper #headline.form .h3,
.save-worry + #headline-wrapper .footnote {
	text-align: center;
}

.save-worry + #headline-wrapper .footnote {
	font-size: 1.2rem;
}

.save-money + #headline-wrapper .btn,
.save-time + #headline-wrapper .btn,
.save-worry + #headline-wrapper .btn {
	display: block;
	margin: 2rem auto;
}

@media all and ( min-width: 768px ) {
	.save-money + #headline-wrapper #headline.form h1, .save-money + #headline-wrapper #headline.form .h3,
	.save-time + #headline-wrapper #headline.form h1, .save-time + #headline-wrapper #headline.form .h3,
	.save-worry + #headline-wrapper #headline.form h1, .save-worry + #headline-wrapper #headline.form .h3,
	.save-worry + #headline-wrapper .footnote {
		text-align: left;
	}

	.save-money + #headline-wrapper .btn,
	.save-worry + #headline-wrapper .btn {
		display: inline-block;
		margin-left: 7.5rem;
	}

	.save-time + #headline-wrapper .btn {
		margin-left: 2.5rem;
	}

	[class^="save-"] + #headline-wrapper .btn--primary {
		background-color: #ffffff;
	}

	.save-time + #headline-wrapper .btn--primary {
		color: #3773CA;
	}

	.save-money + #headline-wrapper .btn--primary {
		color: #4ba449;
	}

	.save-worry + #headline-wrapper .btn--primary {
		color: #ff5f4e;
	}

	[class^="save-"] + #headline-wrapper .btn--primary:hover,
	[class^="save-"] + #headline-wrapper .btn--primary:focus {
		background: rgba(255, 255, 255, 0.2);
		box-shadow: inset 0 0 0 2px #ffffff;
		color: #ffffff;
	}

	[class^="save-"] + #headline-wrapper .btn--primary:active {
		background: rgba(255, 255, 255, 0.4);
	}
}
/***
	End save and quote form
***********************/

/***********************
	Contact Us
***/

#title-bar.contact-us + #headline-wrapper {
	background: #ededed;
}

#title-bar.contact-us + #headline-wrapper h1,
#title-bar.contact-us + #headline-wrapper h2,
#title-bar.contact-us + #headline-wrapper h3,
#title-bar.contact-us + #headline-wrapper .h3,
#title-bar.contact-us + #headline-wrapper p,
#title-bar.contact-us + #headline-wrapper a,
#title-bar.contact-us + #headline-wrapper ul li,
#title-bar.contact-us + #headline-wrapper label,
#title-bar.contact-us ~ .container .faq-card .h2 {
  font-weight: normal;
  color: #222222;
}
/* Dark mode adjustment */
.dark #title-bar.contact-us + #headline-wrapper h1,
.dark #title-bar.contact-us + #headline-wrapper h2,
.dark #title-bar.contact-us + #headline-wrapper h3,
.dark #title-bar.contact-us + #headline-wrapper .h3,
.dark #title-bar.contact-us + #headline-wrapper p,
.dark #title-bar.contact-us + #headline-wrapper a,
.dark #title-bar.contact-us + #headline-wrapper ul li,
.dark #title-bar.contact-us + #headline-wrapper label,
.dark #title-bar.contact-us ~ .container .faq-card .h2 {
  color: #fff;
}
#title-bar.contact-us + #headline-wrapper #headline {
	padding: 2.5rem;
}

#title-bar.contact-us + #headline-wrapper #headline .container {
	background: #ffffff;
	text-align: left;
}

.faq-card .heading {
	display: table;
	width: 100%;
}

.faq-card .heading > * {
	display: table-cell;
	vertical-align: middle;
}

#main .faq-card .heading [class*="icon-"] {
	color: #154995;
}

.faq-card .heading div {
	width: 6rem;
}

.faq-card .heading p {
	padding-left: 1rem;
}

.faq-card .heading .link-toggle {
	padding: 0 1rem;
	width: 3rem;
	cursor: pointer;
}

#title-bar.contact-us ~ #headline-wrapper .headline-banner {
	display: none;
}

#main .faq-card .link-list {
	overflow: auto;
	padding-left: 0;
	margin-top: 1rem;
}

#main .faq-card .link-list li {
	list-style: none;
	margin-bottom: 1rem;
	margin-left: 0;
}

#title-bar.contact-us ~ #headline-wrapper .faq-card .link-list li a {
	color: #154995;
}

#title-bar.contact-us ~ #headline-wrapper .faq-card .link-list li.list-right {
	list-style: none;
	float: right;
}

#main .container .faq-card {
	padding: 2rem;
}

#title-bar.contact-us ~ .container .faq-card {
	border: 1px solid #154995;
	margin-bottom: 3rem;
}

#title-bar.contact-us ~ .container .faq-card .heading p {
	font-size: 2rem;
}

#title-bar.contact-us ~ .container .link-list {
	max-height: 0;
	margin: 0;
	overflow: hidden;
	transition: max-height .3s ease-out;
}

#title-bar.contact-us ~ .container .link-list.show {
	max-height: 50rem;
	margin-top: 1rem;
	transition: max-height .5s ease-in;
}

@media all and ( min-width: 768px ) {
	#title-bar.contact-us + #headline-wrapper #headline {
		padding: 3rem;
	}

	#title-bar.contact-us ~ #headline-wrapper {
		border-bottom: none;
	}

	#title-bar.contact-us ~ .container .col-lg-4 {
		padding: 0 1.5rem 0 0;
	}

	#title-bar.contact-us ~ .container .col-lg-4:last-child {
		padding: 0;
	}

	#title-bar.contact-us ~ .container .product-panel {
		max-width: 101.7rem;
		padding: 3rem;
		margin: 0 auto;
	}

	#title-bar.contact-us ~ .container .faq-card {
		min-height: 35rem;
	}

	.faq-card .heading .link-toggle {
		display: none;
	}

	#title-bar.contact-us ~ .container .link-list {
		max-height: 50rem;
		margin-top: 1rem;
		transition: max-height 0s;
	}
}

/***
	End Contact Us
***********************/

/***********************
	Contact by Phone
***/

#content #contact ul {
	padding-left:0;
}


/***
	End contact by phone
***********************/

/* /////////////////////////////////////////////////////////////////////
//  45 - Customer Reviews
/////////////////////////////////////////////////////////////////////*/
.customer-review {
  padding-bottom: 3rem;
}
.customer-review:before,
.customer-review:after {
  content: "";
  display: block;
  height: 0.2rem;
  width: calc(100% - 12rem);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: 6rem;
}
.customer-review blockquote {
  text-align: center;
}
.customer-review cite {
  display: block;
  text-align: center;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding-bottom: 3rem;
}
.customer-review cite:before {
  content: "– ";
}
.customer-review.customer-review--geico-blue blockquote {
  color: #154995;
}
.customer-review.customer-review--bluejay blockquote {
  color: #3773ca;
}
.customer-review.customer-review--tangerine blockquote {
  color: #ef5621;
}
.customer-review.customer-review--denim blockquote {
  color: #3773CA;
}
.customer-review.customer-review--marigold blockquote {
  color: #ef5621;
}
.customer-review.customer-review--wisteria blockquote {
  color: #977fcc;
}
.customer-review.customer-review--aqua blockquote {
  color: #309fb0;
}
.customer-review.customer-review--coral blockquote {
  color: #ff5f4e;
}
.customer-review.customer-review--gecko blockquote {
  color: #4ba449;
}
.customer-review.customer-review--storm blockquote {
  color: #757374;
}
.bg-gradient .customer-review,
.bg-color .customer-review {
  color: #fff;
}
.bg-gradient .customer-review:before,
.bg-color .customer-review:before,
.bg-gradient .customer-review:after,
.bg-color .customer-review:after {
  background-color: rgba(255, 255, 255, 0.2);
}

/* /////////////////////////////////////////////////////////////////////
//  53 - Common Questions Squares
/////////////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////////////
//  53 - Common Questions Squares
/////////////////////////////////////////////////////////////////////*/
.common-questions-squares {
  perspective: 1000;
}
.common-questions-squares .square,
.common-questions-squares .front,
.common-questions-squares .back,
.common-questions-squares .last-square {
  width: 313px;
  height: 300px;
}
.common-questions-squares .square {
  outline: 0;
  perspective: 1000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: inline-block;
  cursor: default;
}
.common-questions-squares .square:hover .back,
.common-questions-squares .square:focus .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.common-questions-squares .square:hover .front,
.common-questions-squares .square:focus .front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.common-questions-squares .square .front,
.common-questions-squares .square .back,
.common-questions-squares .square .last-square {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.common-questions-squares .square .front p,
.common-questions-squares .square .back p,
.common-questions-squares .square .last-square p,
.common-questions-squares .square .front a,
.common-questions-squares .square .back a,
.common-questions-squares .square .last-square a {
  padding: 15px;
}
.common-questions-squares .square .square-flip {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.common-questions-squares .square .front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  color: #fff;
  background-color: #cdcdcd;
}
.common-questions-squares .square .front p,
.common-questions-squares .square .front a {
  font-size: 2rem;
}
.common-questions-squares .square .back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background-color: #fff;
}
.common-questions-squares .square .back p {
  font-size: 1.6rem;
}
.common-questions-squares .square .last-square {
  background-color: #ededed;
}
.common-questions-squares .square .last-square p,
.common-questions-squares .square .last-square a {
  font-size: 2rem;
}
.common-questions-squares .square .last-square a {
  display: inline-block;
}
.common-questions-squares .square.square-link {
  cursor: pointer;
}
.common-questions-squares .square.square-link:hover p,
.common-questions-squares .square.square-link:focus p {
  text-decoration: underline;
}
.common-questions-squares.section--gecko .square .front,
.common-questions-squares .section--gecko .square .front {
  background-color: #4ba449;
}
.common-questions-squares.section--gecko .square .back,
.common-questions-squares .section--gecko .square .back {
  border: 1px solid #4ba449;
  color: #4ba449;
}
.common-questions-squares.section--gecko .square .last-square a,
.common-questions-squares .section--gecko .square .last-square a {
  color: #4ba449;
}
.common-questions-squares.section--geico-blue .square .front,
.common-questions-squares .section--geico-blue .square .front {
  background-color: #154995;
}
.common-questions-squares.section--geico-blue .square .back,
.common-questions-squares .section--geico-blue .square .back {
  border: 1px solid #154995;
  color: #154995;
}
.common-questions-squares.section--geico-blue .square .last-square,
.common-questions-squares .section--geico-blue .square .last-square {
  color: #154995;
}
.common-questions-squares.section--bluejay .square .front,
.common-questions-squares .section--bluejay .square .front {
  background-color: #3773ca;
}
.common-questions-squares.section--bluejay .square .back,
.common-questions-squares .section--bluejay .square .back {
  border: 1px solid #3773ca;
  color: #3773ca;
}
.common-questions-squares.section--bluejay .square .last-square a,
.common-questions-squares .section--bluejay .square .last-square a {
  color: #3773ca;
}
.common-questions-squares.section--denim .square .front,
.common-questions-squares .section--denim .square .front {
  background-color: #3773CA;
}
.common-questions-squares.section--denim .square .back,
.common-questions-squares .section--denim .square .back {
  border: 1px solid #3773CA;
  color: #3773CA;
}
.common-questions-squares.section--denim .square .last-square a,
.common-questions-squares .section--denim .square .last-square a {
  color: #3773CA;
}
.common-questions-squares.section--tangerine .square .front,
.common-questions-squares .section--tangerine .square .front {
  background-color: #ef5621;
}
.common-questions-squares.section--tangerine .square .back,
.common-questions-squares .section--tangerine .square .back {
  border: 1px solid #ef5621;
  color: #ef5621;
}
.common-questions-squares.section--tangerine .square .last-square a,
.common-questions-squares .section--tangerine .square .last-square a {
  color: #ef5621;
}
.common-questions-squares.section--marigold .square .front,
.common-questions-squares .section--marigold .square .front {
  background-color: #ef5621;
}
.common-questions-squares.section--marigold .square .back,
.common-questions-squares .section--marigold .square .back {
  border: 1px solid #ef5621;
  color: #ef5621;
}
.common-questions-squares.section--marigold .square .last-square a,
.common-questions-squares .section--marigold .square .last-square a {
  color: #ef5621;
}
.common-questions-squares.section--wisteria .square .front,
.common-questions-squares .section--wisteria .square .front {
  background-color: #977fcc;
}
.common-questions-squares.section--wisteria .square .back,
.common-questions-squares .section--wisteria .square .back {
  border: 1px solid #977fcc;
  color: #977fcc;
}
.common-questions-squares.section--wisteria .square .last-square a,
.common-questions-squares .section--wisteria .square .last-square a {
  color: #977fcc;
}
.common-questions-squares.section--aqua .square .front,
.common-questions-squares .section--aqua .square .front {
  background-color: #309fb0;
}
.common-questions-squares.section--aqua .square .back,
.common-questions-squares .section--aqua .square .back {
  border: 1px solid #309fb0;
  color: #309fb0;
}
.common-questions-squares.section--aqua .square .last-square a,
.common-questions-squares .section--aqua .square .last-square a {
  color: #309fb0;
}
.common-questions-squares.section--coral .square .front,
.common-questions-squares .section--coral .square .front {
  background-color: #ff5f4e;
}
.common-questions-squares.section--coral .square .back,
.common-questions-squares .section--coral .square .back {
  border: 1px solid #ff5f4e;
  color: #ff5f4e;
}
.common-questions-squares.section--coral .square .last-square a,
.common-questions-squares .section--coral .square .last-square a {
  color: #ff5f4e;
}
.common-questions-squares.section--storm .square .front,
.common-questions-squares .section--storm .square .front {
  background-color: #757374;
}
.common-questions-squares.section--storm .square .back,
.common-questions-squares .section--storm .square .back {
  border: 1px solid #757374;
  color: #757374;
}
.common-questions-squares.section--storm .square .last-square a,
.common-questions-squares .section--storm .square .last-square a {
  color: #757374;
}
.section--gecko .common-questions-squares .square .front {
  background-color: #4ba449;
}
.section--gecko .common-questions-squares .square .back {
  border: 1px solid #4ba449;
  color: #4ba449;
}
.section--gecko .common-questions-squares .square .last-square a {
  color: #4ba449;
}
.section--geico-blue .common-questions-squares .square .front {
  background-color: #154995;
}
.section--geico-blue .common-questions-squares .square .back {
  border: 1px solid #154995;
  color: #154995;
}
.section--geico-blue .common-questions-squares .square .last-square a {
  color: #154995;
}
.section--bluejay .common-questions-squares .square .front {
  background-color: #3773ca;
}
.section--bluejay .common-questions-squares .square .back {
  border: 1px solid #3773ca;
  color: #3773ca;
}
.section--bluejay .common-questions-squares .square .last-square a {
  color: #3773ca;
}
.section--denim .common-questions-squares .square .front {
  background-color: #3773CA;
}
.section--denim .common-questions-squares .square .back {
  border: 1px solid #3773CA;
  color: #3773CA;
}
.section--denim .common-questions-squares .square .last-square a {
  color: #3773CA;
}
.section--tangerine .common-questions-squares .square .front {
  background-color: #ef5621;
}
.section--tangerine .common-questions-squares .square .back {
  border: 1px solid #ef5621;
  color: #ef5621;
}
.section--tangerine .common-questions-squares .square .last-square a {
  color: #ef5621;
}
.section--marigold .common-questions-squares .square .front {
  background-color: #ef5621;
}
.section--marigold .common-questions-squares .square .back {
  border: 1px solid #ef5621;
  color: #ef5621;
}
.section--marigold .common-questions-squares .square .last-square a {
  color: #ef5621;
}
.section--wisteria .common-questions-squares .square .front {
  background-color: #977fcc;
}
.section--wisteria .common-questions-squares .square .back {
  border: 1px solid #977fcc;
  color: #977fcc;
}
.section--wisteria .common-questions-squares .square .last-square a {
  color: #977fcc;
}
.section--aqua .common-questions-squares .square .front {
  background-color: #309fb0;
}
.section--aqua .common-questions-squares .square .back {
  border: 1px solid #309fb0;
  color: #309fb0;
}
.section--aqua .common-questions-squares .square .last-square a {
  color: #309fb0;
}
.section--coral .common-questions-squares .square .front {
  background-color: #ff5f4e;
}
.section--coral .common-questions-squares .square .back {
  border: 1px solid #ff5f4e;
  color: #ff5f4e;
}
.section--coral .common-questions-squares .square .last-square a {
  color: #ff5f4e;
}
.section--storm .common-questions-squares .square .front {
  background-color: #757374;
}
.section--storm .common-questions-squares .square .back {
  border: 1px solid #757374;
  color: #757374;
}
.section--storm .common-questions-squares .square .last-square a {
  color: #757374;
}
@media (max-width: 767px) {
  .common-questions-squares .square,
  .common-questions-squares .front,
  .common-questions-squares .last-square {
    height: 100px;
    width: 100%;
  }
  .common-questions-squares .square {
    display: inline;
    text-decoration: none;
  }
  .common-questions-squares .square:hover .back,
  .common-questions-squares .square:focus .back,
  .common-questions-squares .square:hover .front,
  .common-questions-squares .square:focus .front {
    -webkit-transform: none;
    transform: none;
  }
  .common-questions-squares .square .front {
    cursor: pointer;
  }
  .common-questions-squares .square .front p:before {
    content: '\e214';
  }
  .common-questions-squares .square .back {
    width: 100%;
    max-height: 0;
    overflow: hidden;
  }
  .common-questions-squares .square .front,
  .common-questions-squares .square .back,
  .common-questions-squares .square .last-square {
    -webkit-transform: none;
    transform: none;
    position: relative;
  }
  .common-questions-squares .square.open .front p:before {
    content: '\e215';
  }
  .common-questions-squares .square .last-square p:before {
    content: '\e212';
  }
  .common-questions-squares .square .front,
  .common-questions-squares .square .last-square {
    margin-top: 5px;
    padding-right: 20px;
  }
  .common-questions-squares .square .front p:before,
  .common-questions-squares .square .last-square p:before {
    display: block;
    position: absolute;
    font-family: 'geico';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 50%;
    right: 2rem;
    vertical-align: center;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 1.4rem;
  }
  .common-questions-squares .square.square-link {
    text-decoration: none;
  }
  .common-questions-squares .square.square-link:hover,
  .common-questions-squares .square.square-link:focus {
    text-decoration: underline;
  }
}

/***********************
	"Hero" layout quote/manage form
***/

#headline.hero {
	display: flex;
	justify-content: center;
	height: calc(100vh - 6rem);
	min-height: 50.8rem;
	margin-top: 0;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media all and (min-width: 590px) and (orientation: portrait) {
	#headline.hero {
		height: 85vh;
		min-height: 70rem;
	}
}

@media all and (min-width: 768px) {
	#headline.hero {
		margin-bottom: -3rem;
	}
}

@media all and (min-width: 820px) {
	#headline.hero {
		height: 85vh;
		min-height: 70rem;
	}
}

.hero-wrapper {
	overflow: hidden;
	width: 100%;
	max-width: 76.8rem;
}

.hero-form {
	width: 200%;
	height: 100%;
	text-shadow: .1rem .1rem .3rem rgba(0,0,0,.2);
}

.hero-panel {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	float: left;
	width: 50%;
	height: 100%;
	padding: 0 2rem;
	transition: .3s all ease-out;
}

.hero-form a, .hero-form p, .hero-form .h1, .hero-form .h3 {
	color: #FFFFFF;
}

.hero-form .btn--secondary {
	box-shadow: inset 0 0 0 2px #fff;
	color: #FFFFFF;
	border: none;
}

.dark .hero-form .btn--secondary {
	border: none;
}

.hero-form .btn--secondary:hover {
	box-shadow: inset 0 0 0 2px #fff;
	background-color: rgba(255,255,255,0.2);
}

.hero-form .btn--secondary:focus {
	outline: none;
}

/* panel toggle setup */
.hero-wrapper.login .hero-panel--quote {
	margin-left: -50%;
	opacity: 0;
}

.hero-wrapper.login .hero-panel--manage {
	display: flex;
	opacity: 1;
}

/* quote panel */
.hero-panel--quote {
	text-align: center;
	opacity: 1;
}

.hero-zip-elements {
	position: relative;
}

.hero-panel--quote #geolocation {
	position: absolute;
	z-index: 10;
	top: -.5rem;
	left: 1rem;
	display: block;
	color: #222222;
	text-shadow: none;
}

.hero-panel--quote .previous-quote {
	margin-bottom: 2rem;
}

.hero-reviews-rating [class^="icon-extras-"], .hero-reviews-rating [class*=" icon-extras-"] {
	color: #FFFFFF;
}

@media all and (max-width: 480px) {
	.hero-panel--quote #submit {
		margin: 0;
		vertical-align: top;
	}
}

@media all and (min-width: 481px) {
	.hero-panel--quote .geozip.form-field:not(.no-margin) {
		margin-right: 1rem;
	}

	.hero-panel--quote #sales-form p input {
		margin-bottom: 0;
	}
}

/* manage panel */
.hero-panel--manage {
	opacity: 0;
	visibility: hidden;
}

.hero-wrapper.hadopened .hero-panel--manage {
	visibility: visible;
}

.hero-manage-login {
	max-width: 31.5rem;
	margin: 0 auto;
}

 .hero-manage-login .h2 {
	margin-top: .5rem;
	margin-bottom: .4rem;
	text-align: left;
}

.hero-manage-input {
	margin-bottom: .4rem;
}

.hero-manage-input input {
	width: 100%;
	margin-bottom: .8rem;
}

.hero-manage-login #remember-me {
	margin: 0 auto;
	text-align: left;
}

.hero-manage-login form label.checkbox {
	padding-left: 4.4rem;
	margin-top: .4rem;
	color: #FFFFFF;
	font-size: 1.5rem;
}

.hero-manage-login .tooltip-trigger {
	margin: 1rem;
}

.hero-manage-login .btn--primary {
	float: right;
}

.hero-manage-login .help-links {
	margin-bottom: 1rem;
	font-size: 1.5rem;
}

.hero-manage-login .help-links li {
	color: #FFFFFF;
	margin-bottom: 1rem;
}

.hero-manage-or, .hero-manage-toggle {
	text-align: center;
}

.hero-manage-express .h2 {
	text-align: center;
}

.hero-manage-express .express-actions {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.hero-manage-express .express-actions li {
	width: 50%;
	margin: 0 0 1.2rem;
	font-size: 1.5rem;
	text-align: center;
}

.hero-manage-toggle hr {
	margin-top: .8rem;
}

.hero-manage-login + .hero-manage-toggle hr {
	margin-top: 1.6rem;
}

@media all and (max-width: 319px) {
	.hero-manage-login .btn--primary {
		padding: 0 2rem;
	}
}

@media all and (min-width: 590px) {
	.hero-panel--manage .hero-panel-wrap {
		display: flex;
		flex-wrap: wrap;
    	text-align: left;
	}

	.hero-panel--manage .btn--primary {
		padding: 0 2rem;
	}

	.hero-panel--manage .h2 {
		font-size: 2.4rem;
	}

	.hero-manage-input input {
		margin-bottom: 1.4rem;
	}

	.hero-manage-actions {
		display: flex;
		width: 100%;
	}

	.hero-manage-login {
		width: 50%;
		max-width: none;
	}

	.hero-manage-login.hero-manage-login--solo {
		width: auto;
	}

	.hero-manage-login .h2 {
		margin-top: 0;
		margin-bottom: 1rem;
	}

	.hero-manage-or {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 16%;
	}

	.hero-manage-express {
		width: 34%;
	}

	.hero-manage-express .h2 {
		text-align: left;
	}

	.hero-manage-express .express-actions li {
		width: 100%;
		margin: 0 0 1.6rem;
		text-align: left;
	}

	.hero-manage-toggle {
		width: 100%;
	}

	.hero-manage-toggle hr {
		margin-top: 1.6rem;
	}
}

@media all and (min-width: 630px) {
	.hero-panel--manage .h2 {
		font-size: 2.6rem;
	}

	.hero-panel--manage .btn--primary {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

@media all and (min-width: 680px) {
	.hero-panel--manage .h2 {
		font-size: 2.8rem;
		line-height: 3.2rem;
	}
}

@media all and (min-width: 768px) {
	.hero-panel--manage .h2 {
		font-size: 3rem;
		line-height: 3.4rem;
	}
}

/* FAQ accordions support */
.content-section .accordion h3 {
	text-align: left;
}

#content ul.accordion {
	padding-left: 0;
}

#content ul.accordion > li {
	list-style:none; margin-left:0;
}

#content .accordion-content {
	padding-bottom: 2rem;
}

#content .accordion-content ul {
	margin-left: 2rem;
}

#content .accordion-content p {
    margin-bottom: 0;
    line-height: 1.4;
}