/* @import url(original.css); */
body {
	margin: 0;
	overflow-x: hidden;
}

.nothome_marquee, .marquee-four, .marquee-one, .marquee-three,
	.marquee-two {
	position: relative
}

*, .zip-code, .zip-code-footer {
	-webkit-font-smoothing: antialiased
}

* {
	-moz-osx-font-smoothing: grayscale
}
a{
	cursor: pointer;
}
.primary {
	max-width: 100%
}

.marquee {
	background-position-y: -18px;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border-top: #D0011b solid 2px;
	padding: 32px 20px 0;
	min-height: 216px
}

.marquee-one {
	background:
		url(/insurance-information/webpub/en/pages/img/homepage/images/marquee-01.jpg)
		top center no-repeat #4681c5;
	background-size: cover
}

.marquee-two {
	background:
		url(/insurance-information/webpub/en/pages/img/homepage/images/marquee-02.jpg)
		top center no-repeat #4681c5;
	background-size: cover
}

.marquee-three {
	background:
		url(/insurance-information/webpub/en/pages/img/homepage/images/marquee-03-a.jpg)
		top center no-repeat #4681c5;
	background-size: cover
}

.marquee-four {
	background:
		url(/insurance-information/webpub/en/pages/img/homepage/images/marquee-04.jpg)
		top center no-repeat #4681c5;
	background-size: cover;
	min-height: 180px
}

.marquee-five {
	background: #f0f0f0;
	padding: 25px 20px;
	min-height: 180px
}

.marquee-five h1.light-blue {
	font-family: Lato, "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 46px;
	line-height: 46px;
	font-weight: 300;
	color: #046B99
}

@media ( max-width :480px) {
	.marquee-one {
		padding: 0 18px 5px;
		background:
			url(/insurance-information/webpub/en/pages/img/homepage/images/marquee-01-mobile.jpg)
			no-repeat #4681c5;
		background-size: cover
	}
	.marquee-two {
		padding: 0 0 5px;
		background:
			url(/insurance-information/webpub/en/pages/img/homepage/images/marquee-02-mobile.jpg)
			no-repeat #4681c5;
		background-size: cover
	}
	.marquee-three {
		background:
			url(/insurance-information/webpub/en/pages/img/homepage/images/marquee-03-mobile.jpg)
			bottom no-repeat #4681c5;
		background-size: cover
	}
	.marquee-four {
		background:
			url(/insurance-information/webpub/en/pages/img/homepage/images/marquee-04-mobile.jpg)
			center no-repeat #4681c5;
		min-height: 215px;
		background-size: cover
	}
	.marquee-five {
		padding: 13px 25px
	}
	.marquee-five h1.light-blue {
		font-size: 36px;
		line-height: 40px;
		margin: 0 auto
	}
}

.quote-wrap {
	padding: 0;
	background: 0 0
}
.submit-button-footer:focus{
	border: 1.5px #fff solid !important;
}
.zip-code, .zip-code-footer {
	margin: 0;
	margin-bottom:15px;
	width: 154px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 50px;
	height: 50px;
	//padding: 0 0 0 26px;
	color: #56636e;
	outline: 0;
	-webkit-appearance: none;
	border: 1.5px solid #000000;
	//border-right: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	text-align: center;
}

#start-quote .placeholder {
	color: #4A4A4A
}

#start-quote ::-webkit-input-placeholder {
	color: #4A4A4A
}

#start-quote input:-moz-placeholder, #start-quote textarea:-moz-placeholder
	{
	color: #4A4A4A
}

@media ( max-width :480px) {
	.zip-code {
		width: 100%;
		height: 38px;
		font-size: 16px;
		border: 1px solid #B7BBC0;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		-ms-border-radius: 5px 5px 0 0;
		-o-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
		padding: 0;
		text-align: center
	}
	#start-quote .placeholder {
		color: #4A4A4A;
		font-size: 16px
	}
	#start-quote ::-webkit-input-placeholder {
		color: #4A4A4A;
		font-size: 16px
	}
	#start-quote input:-moz-placeholder, #start-quote textarea:-moz-placeholder
		{
		color: #4A4A4A;
		font-size: 16px
	}
}

.quote-wrap .cta-start {
	background-color: #046B99;
	color: #fff;
	line-height: 50px;
	padding: 0;
	text-align: center;
	font-family: Lato, "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
	height: 50px;
	width: 164px;
	border: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-ms-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	cursor: pointer
}

.quote-wrap .cta-start:hover {
	background-color: #224280
}

@media ( max-width :480px) {
	.quote-wrap .cta-start {
		width: 100%;
		height: 38px;
		border: 0;
		font-size: 16px;
		line-height: 38px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		-ms-border-radius: 0 0 5px 5px;
		-o-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px
	}
}

#retrieve-quote, #retrieve-quote-two, #retrieve-quote-discount {
	font-family: "Open Sans", Lato, Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 13px;
	text-shadow: 1px 1px 4px #000;
	color: #fff;
	text-decoration: underline
}

.nothome_marquee h1, span.page-name-headline {
	font-family: Lato, "Open Sans", Arial, Helvetica, sans-serif;
	text-align: center
}

#retrieve-quote:hover, #retrieve-quote-two:hover{
	text-decoration: none;
}
body.car-insurance #retrieve-quote, body.discount #retrieve-quote, body.car-insurance #retrieve-quote-two, body.discount #retrieve-quote-two {
	text-shadow: none
}

.main {
	padding: 20px 10px 0
}

@media ( max-width :480px) {
	#retrieve-quote, #retrieve-quote-two {
		font-size: 12px
	}
	.main {
		padding: 80px 0
	}
}

span.page-name-headline {
	font-weight: 400;
	color: #fff !important;
	font-size: 18px;
	line-height: 24px;
	margin: 0 auto;
	display: block
}

body.contact span.page-name-headline {
	color: #000;
	font-weight: 800;
	padding-top: 32px !important;
}

@media ( max-width :480px) {
	span.page-name-headline {
		font-size: 14px;
		line-height: 20px;
		margin: 8px auto 0
	}
	body.contact span.page-name-headline {
		font-size: 16px
	}
}

.nothome_marquee h1 {
	color: #FFF;
	line-height: 120%;
	font-size: 34px;
	font-weight: 700;
	margin: 8px auto 21px;
	clear: both
}

.nothome_marquee h1 .small {
	font-size: 22px;
	vertical-align: top
}

@media ( max-width :480px) {
	.marquee-one h1, .marquee-two h1 {
		font-size: 24px;
		line-height: 28px
	}
	.marquee-one h1 {
		margin: 0 auto 16px
	}
	.marquee-two h1 {
		margin-top: 0
	}
}

form#start-quote {
	width: 320px;
	margin: 0 auto
}

.start-quote-footer {
	width: 100%;
	text-align: center;
	padding: 5px 0
}

@media ( max-width :480px) {
	.start-quote-footer, form#start-quote, #start-quote-footer {
		width: 160px;
		margin: 0 auto
	}
}

#farmers-logo {
	margin: 25px 0
}

.start-quote-footer #form-error {
	float: none;
	top: auto
}

#forgot-menu {
	text-align: left
}

.page-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	z-index: 10
}

.page-overlay.close {
	opacity: 0;
	display: none
}

.interior-page .main {
	padding: 22px 0 0
}

@media ( max-width :480px) {
}

@media ( max-width :767px) {
	div#start-quote-footer{
		top: 0px;
	}
}

@media ( max-width :480px) {
}
#retrieve-quote:focus, #submit-button:focus, #retrieve-quote-two:focus {
    border: 1.5px solid #ffffff !important;
}

.nothome_marquee .start-quote-footer #form-error, .nothome_marquee #start-quote-footer #form-error {
	position: relative;
	float: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 10px;
	color: #fff;
	font-weight: 800;
	text-shadow: 0 2px 4px #000
}

@media ( max-width :480px) {
	.nothome_marquee .start-quote-footer #form-error, .nothome_marquee #start-quote-footer #form-error {
		bottom: 0;
		padding-top: 8px
	}
}

.dd-form-container {
	padding: 0 0 10px;
	margin: 0;
	width: 100%;
	display: block;
	background-color: #168330;
}

.dd-form-container .dd-headline {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	width: 100%;
	text-align: center;
	display: block;
	padding: 20px 0 10px;
	margin: 0 auto
}

.dd-form-container form#start-quote1 {
	margin: 0 auto;
	padding: 0;
	width: 80%;
	border: 0;
	background: 0 0
}

.dd-form-container input#submit-button-two, .dd-form-container input#zip-code-two
	{
	font-size: 16px;
	width: 100%;
	height: 38px;
	color: #000;
	font-family: Lato, Arial, Helvetica, sans-serif
}

.dd-form-container .quote-wrap {
	padding: 0;
	background: 0 0
}
/*
.dd-form-container input#zip-code-two {
	font-weight: 300;
	padding: 0;
	margin: 0 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	line-height: 38px;
	text-indent: 25%;
	border: .01em solid #979797
}
*/
.dd-form-container input#zip-code-two::-webkit-input-placeholder {
	color: #000
}

.dd-form-container input#zip-code-two::-moz-placeholder {
	color: #000
}

.dd-form-container input#zip-code-two:-moz-placeholder,
	.dd-form-container input#zip-code-two:-ms-input-placeholder,
	.dd-form-container input#zip-code-two::placeholder, .dd-form-container input#zip-code-two:placeholder
	{
	color: #000
}

.dd-form-container input#submit-button-two {
	font-weight: 400;
	float: none;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: .02em solid #979797;
	line-height: 32px;
	-webkit-box-shadow: 0 .1em 1px 0 #676767;
	-moz-box-shadow: 0 .1em 1px 0 #676767;
	box-shadow: 0 .1em 1px 0 #676767
}

.dd-form-container input#submit-button-two:hover {
	background-color: #4990e2;
	color: #fff
}

.dd-form-container .input-container {
	overflow: visible
}

.dd-form-container .start-quote-footer {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: 700;
	position: relative
}

@media ( max-width :480px) {
	.dd-form-container .start-quote-footer {
		width: 100%
	}
}

.dd-form-container .start-quote-footer #form-error-two {
	position: relative;
	float: none;
	clear: both;
	top: auto;
	padding-top: 10px;
	color: #fbb
}

.dd-form-container #retrieve-quote, .dd-form-container #retrieve-quote-two {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 9px;
	line-height: 13px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	text-shadow: none;
	display: block;
	margin-top: 10px;
	text-decoration: underline
}

.dd-form-container #retrieve-quote:hover, .dd-form-container #retrieve-quote-two:hover  {
	color: #4c4c4c
}

input.error-two, textarea.error-two {
	color: #ea686f;
	background: #f9e7e7;
	border: 1px solid #ea686f !important
}

.social-footer-container {
	width: 86%;
	margin: 15px auto
}

span.join-our-networks {
	font-family: Lato, Arial, Helvetica, sans-serif;
	display: inline-block;
	float: left;
	color: #000;
	font-weight: 300;
	line-height: 30px;
	font-size: 14px
}

ul.social-list li {
	display: inline-block;
	margin: 0 15px 0 10px;
	position: relative;
	top: 2px
}

ul.social-list li:last-child {
	margin: 0
}

.main-site-nav ul.social-list {
	margin: 0;
	padding: 0;
	width: auto;
	display: inline-block
}

.main-site-nav .social-list li {
	border-bottom: 0;
	line-height: 30px
}

.main-site-nav .social-list li a, .main-site-nav .social-list li a img {
	padding: 0;
	margin: 0;
	line-height: 30px
}

a.facebook img, a.twitter img {
	width: auto;
	height: 18px
}

.active .nav-arrow, .nav-arrow-left, .sub-items {
	display: none
}

.sub-items ul.sub-list li {
	z-index: 9999
}

.main-site-nav.open .sub-items ul.sub-list {
	padding: 0 0 5px;
	margin: 0;
	width: 100%
}

.active .nav-arrow-left {
	display: inline-block;
	float: left;
	margin-right: 10px
}

.active .nav-arrow-left img {
	padding: 0;
	margin: 0;
	width: .4em;
	height: auto
}

.active .sub-items {
	display: block;
	width: 100%;
	border-top: solid .05em #ddd
}

.sub-list li {
	border: 0;
	line-height: 18px;
	padding: 0 0 8px;
	margin: 0;
	display: block
}

.sub-list li a {
	padding: 0;
	margin: 0;
	line-height: 20px;
	font-size: 12px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	display: block
}

.hide, .main-site-item-list.hide-li #main-nav-tab-five,
	.main-site-item-list.hide-li #main-nav-tab-four, .main-site-item-list.hide-li #main-nav-tab-one,
	.main-site-item-list.hide-li #main-nav-tab-three, .main-site-item-list.hide-li #main-nav-tab-two
	{
	display: none
}

.second .list-headline {
	padding-top: 15px
}

#main-nav-tab-five, #main-nav-tab-four, #main-nav-tab-one,
	#main-nav-tab-three, #main-nav-tab-two {
	cursor: pointer
}

.main-site-item-list.hide-li #main-nav-tab-five.active,
	.main-site-item-list.hide-li #main-nav-tab-four.active,
	.main-site-item-list.hide-li #main-nav-tab-one.active,
	.main-site-item-list.hide-li #main-nav-tab-three.active,
	.main-site-item-list.hide-li #main-nav-tab-two.active {
	display: block
}

.nav-link {
	cursor: pointer;
	display: inline-block;
	padding-left: 10px
}

.nav-link:hover {
	color: #4990e2
}

#timeout-close {
	display: none
}

#timeout-close.open {
	display: block;
	position: absolute;
	background: 0 0;
	height: 100px;
	width: 100px;
	top: 0;
	right: 0
}

.sticky-footer-pusher {
	height: 341px
}

@media ( max-width :480px) {
}

span.arrow {
	display: inline-block;
	float: right;
	font-size: 20px;
	color: #a92323
}

span.arrow img {
	width: auto;
	height: 17px;
	display: block;
	line-height: 28px;
	vertical-align: top
}

.main p, .main p a {
	font-family: "Open Sans", Arial, Helvetica, sans-serif
}

@media ( max-width :767px) {
}

.mobile-break {
	display: none
}

@media ( max-width :961px) and (min-width:891px) {
}

@media ( max-width :890px) {
}

@media ( min-width :481px) and (max-width:768px) {
}

@media ( max-width :480px) {
}

.light-blue {
	color: #046B99
}

.grey {
	color: #4A4A4A
}

.break-on-desktop {
	display: block;
	width: 100%;
	height: 1px
}

@media ( max-width :768px) {
	.break-on-desktop {
		display: none
	}
}

.dividing-line {
	max-width: 100%;
	height: 1px;
	background-color: #9B9B9B;
	margin: 45px 80px 0;
	padding: 0
}

.center-it {
	margin-left: auto;
	margin-right: auto
}

.main .no-space-after {
	padding-bottom: 0;
	margin-bottom: 0
}

.main p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	color: #000;
	margin-bottom: 16px
}

.main p strong {
	font-weight: 700
}

.main p a {
	font-weight: 400;
	color: #046B99;
	text-decoration: underline
}

.main p a:hover, .main p a:visited {
	color: #224280
}

.main p.last {
	margin-bottom: 0
}

@media ( max-width :480px) {
	a.non-header-arrow-link.clearfix {
		display: block;
		clear: both;
		float: none;
		padding-top: 12px;
		padding-bottom: 15px
	}
	a.non-header-arrow-link.clearfix .block-arrow {
		line-height: 14px;
		padding: 0;
		vertical-align: top;
		margin-top: 5px;
		display: inline-block
	}
}

h1.headlineOne {
	font-size: 46px;
	line-height: 50px;
	font-family: Lato, "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	display: block;
	margin-bottom: 30px
}

.headlineThree, .headlineTwo {
	line-height: 40px;
	font-family: Lato, "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 300
}

@media ( max-width :480px) {
	.headlineOne {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 15px
	}
}

.headlineTwo {
	font-size: 34px;
	display: block;
	margin-bottom: 30px
}

.headlineTwo .mobile-break {
	display: none
}

.headlineThree {
	display: block;
	font-size: 18px
}

.full-width-bg-image .details, .full-width-bullet-container ul li,
	.p-header, .sub-header {
	font-family: "Open Sans", Arial, Helvetica, sans-serif
}

@media ( max-width :480px) {
	.headlineTwo .mobile-break {
		display: block;
		width: 100%;
		height: 1px
	}
	.headlineThree {
		font-size: 16px;
		line-height: 23px
	}
	body.about .headlineThree {
		margin-bottom: 10px
	}
}

.sub-header {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #000;
	display: block;
	margin-bottom: 22px
}

@media ( max-width :480px) {
	.sub-header {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px
	}
}

.mobile-break-headline {
	width: 100%;
	display: block;
	height: 1px
}

.p-header {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	width: 100%;
	display: block;
	margin-bottom: 5px
}

@media ( max-width :480px) {
	.p-header {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 0
	}
}

.centered-content {
	text-align: center;
	width: 72%;
	padding: 0 0 34px;
	margin: 0 auto;
	display: block;
	position: relative
}

.centered-content p {
	margin-bottom: 40px
}

body.discount .centered-content.no-space-after p {
	margin-bottom: 15px
}

@media ( min-width :481px) and (max-width:768px) {
	.centered-content {
		width: 75%
	}
}

@media ( max-width :800px) {
	.centered-content .headlineOne .mobile-break-headline {
		display: none
	}
}

@media ( max-width :480px) {
	.centered-content {
		width: 100%;
		padding: 0 25px 37px;
		padding-left: 0;
	}
	.main .centered-content.no-space-after {
		padding-bottom: 5px
	}
	.centered-content p {
		font-size: 14px;
		line-height: 26px;
		text-align: initial;
	}
	.centered-content .headlineOne {
		padding: 0 10px;
		margin-bottom: 17px
	}
}

.left-line-content-container {
	width: 100%;
	padding: 0 15px;
	max-width: 670px;
	text-align: left;
	margin: 0 auto 64px
}

@media ( max-width :480px) {
	.left-line-content-container {
		padding: 0 30px 0 25px;
		margin-bottom: 40px
	}
	.left-line-content-container .headlineTwo {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 23px;
		padding-right: 0
	}
	.left-line-content-container.extra-space {
		padding-bottom: 25px
	}
}

.left-line-content {
	width: 100%;
	border-left: 1px solid #979797;
	padding-left: 35px
}

.left-line-content p {
	margin-bottom: 30px
}

.left-line-content p strong {
	font-weight: 400
}

@media ( max-width :480px) {
	.left-line-content {
		padding-left: 22px
	}
	.left-line-content p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 20px
	}
	.block-link-text {
		display: inline-block;
		width: 90%
	}
	a.non-header-arrow-link.clearfix .block-link-text {
		font-size: 14px;
		line-height: 20px;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-weight: 400;
		text-decoration: underline
	}
}

.block-link-container a, a.header-arrow-link {
	text-decoration: none
}

.full-width-bg-image {
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 62px 10px;
	margin-bottom: 82px
}

.full-width-bg-image-mobile {
	display: none
}

.full-width-bg-image.banner-one {
	background:
		url(/insurance-information/webpub/en/pages/img/homepage/images/banner-bg-01.jpg)
		top center no-repeat;
	background-size: cover
}

.full-width-bg-image.banner-two {
	background:
		url(/insurance-information/webpub/en/pages/img/homepage/images/banner-bg-02.jpg)
		top center no-repeat;
	background-size: cover;
	padding: 32px 120px;
	margin-bottom: 0
}

.full-width-bg-image .headlineOne {
	font-weight: 400;
	margin-bottom: 10px
}

@media ( min-width :481px) and (max-width:767px) {
	.full-width-bg-image.banner-two {
		background-size: auto 100%;
		padding: 20px
	}
	.full-width-bg-image .headlineOne {
		font-size: 34px;
		line-height: 45px
	}
}

.full-width-bg-image .details {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #fff
}

@media ( max-width :480px) {
	.full-width-bg-image {
		display: none
	}
	.full-width-bg-image-mobile {
		display: block;
		padding-bottom: 30px
	}
	.full-width-bg-image-mobile.banner-two {
		padding-bottom: 0
	}
	.full-width-bg-image-mobile.banner-two .headlineOne {
		padding: 24px 22px 0;
		text-align: initial;
	}
	.full-width-bg-image-mobile.banner-two .headlineOne .break-on-mobile {
		display: block;
		width: 100%;
		height: 1px
	}
	.banner-one-mobile {
		background:
			url(../img/homepage/images/banner-bg-01-mobile.jpg)
			top left no-repeat;
		background-size: cover;
		min-height: 200px
	}
	.banner-two-mobile {
		background:
			url(../img/homepage/images/banner-bg-02-mobile.jpg)
			top left no-repeat;
		background-size: cover;
		min-height: 200px
	}
	.full-width-bg-image-mobile .headlineOne {
		font-size: 24px;
		line-height: 30px;
		padding: 24px 22px 0;
		text-align: center
	}
	.full-width-bg-image-mobile p {
		padding: 0 30px;
		font-size: 14px;
		line-height: 26px;
		text-align: center
	}
}

.full-width-bullet-container {
	width: 100%
}

.full-width-bullet-container ul {
	list-style: none;
	width: 85%;
	padding: 18px 120px 32px;
	margin: 0 auto
}

.full-width-bullet-container ul li {
	position: relative;
	list-style-type: none;
	list-style-position: outside;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	color: #000;
	margin: 0;
	padding: 0 0 15px
}

.full-width-bullet-container ul li::before, .full-width-bullet-container ul li:before
	{
	content: "";
	position: absolute;
	top: 8px;
	left: -26px;
	width: 8px;
	height: 8px;
	background:
		url(/insurance-information/webpub/en/pages/img/homepage/images/discount-bullet.png)
		center no-repeat
}

@media ( min-width :481px) and (max-width:767px) {
	.full-width-bullet-container ul {
		padding: 18px 30px 32px
	}
}

@media ( max-width :480px) {
	.full-width-bullet-container ul {
		width: 90%;
		padding: 0 30px 16px
	}
	.full-width-bullet-container ul li {
		font-size: 14px;
		line-height: 24px;
		padding: 0 0 20px
	}
}

.content-left-nav-right {
	width: 100%;
	margin: 23px auto 0;
	padding: 0 0 39px
}

@media ( min-width :481px) and (max-width:767px) {
	.content-left-nav-right .dividing-line {
		margin: 45px 20px 0
	}
}

@media ( max-width :480px) {
	.content-left-nav-right {
		padding: 0 0 30px
	}
	.content-left-nav-right .dividing-line {
		max-width: 85%;
		height: 1px;
		background-color: #9B9B9B;
		margin: 42px auto 0
	}
}

.content-left-nav-right .left-side {
	display: inline-block;
	width: 70%;
	padding: 0 20px 0 80px;
	border-right: solid 1px #9B9B9B
}

.content-left-nav-right .left-side p a {
	display: inline-block
}

@media ( max-width :480px) {
	.content-left-nav-right .left-side {
		display: block;
		width: 100%;
		padding: 0 18px;
		border-right: none;
		float: none;
		clear: both;
		padding-left: 0;
	}
	.content-left-nav-right .left-side p {
		text-align: initial;
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 28px
	}
}

.content-left-nav-right .right-side {
	display: inline-block;
	width: 30%;
	float: right
}

@media ( max-width :480px) {
	.content-left-nav-right .right-side {
		display: block;
		width: 100%;
		float: none;
		clear: both;
		padding-top: 5px
	}
}

.content-left-nav-right .right-side ul.jump-to-nav {
	padding: 13% 0 0 42px;
	margin: 0 auto;
	list-style: none;
	max-width: 100%
}

ul.jump-to-nav li a {
	line-height: 45px
}

@media ( min-width :750px) and (max-width:768px) {
	.content-left-nav-right .left-side {
		padding-left: 50px
	}
	.content-left-nav-right .right-side ul.jump-to-nav {
		padding: 5% 0 0 30px
	}
}

@media ( max-width :480px) {
	.content-left-nav-right .right-side ul.jump-to-nav {
		padding: 0 20%;
		margin: 0 auto;
		list-style: none;
		max-width: 100%
	}
	.content-left-nav-right .right-side ul.jump-to-nav li {
		margin-bottom: 15px
	}
	.content-left-nav-right .right-side ul.jump-to-nav a.header-arrow-link {
		line-height: 24px;
		display: block
	}
	.content-left-nav-right .right-side ul.jump-to-nav .block-arrow {
		float: none;
		padding: 0 7px 0 0;
		margin-top: 7px
	}
	.content-left-nav-right .right-side ul.jump-to-nav .block-arrow img {
		display: block
	}
}

@media ( min-width :481px) and (max-width:767px) {
	.content-left-nav-right .left-side {
		width: 65%;
		padding: 0 20px
	}
	.content-left-nav-right .right-side {
		width: 35%
	}
	.content-left-nav-right .right-side ul.jump-to-nav {
		padding: 5% 0 0 15px
	}
	.chart-container {
		max-width: 440px
	}
}

.full-width-bg-containing-chart {
	width: 100%;
	background:
		url(/insurance-information/webpub/en/pages/img/homepage/images/chart-bg.jpg)
		top left no-repeat;
	background-size: cover;
	padding: 18px 0 15px;
	margin-bottom: 45px
}

@media ( max-width :480px) {
	.full-width-bg-containing-chart {
		//background: 0 0;
		padding-top: 15px;
		margin-bottom: 15px
	}
	.chart-container {
		max-width: 260px;
		box-shadow: 0 0 10px rgba(0, 0, 0, .4);
		margin-left: 5% !important;
	}
}

.chart-container {
	width: 510px;
	min-height: 200px;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	    border-collapse: collapse;
}

.chart-container .headline-row {
	background-color: #CC291D;
	border: 0 solid #E8304E;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0
}

.headline-row .headline-left {
	display: inline-block;
	width: 59%;
	height: 42px;
	border-right: solid 1px #9B9B9B
}

@media ( max-width :480px) {
	.headline-row .headline-left {
		padding: 10px 0;
		height: auto
	}
}

.headline-row .headline-right {
	display: inline-block;
	width: 41%;
	height: 42px;
	float: right
}

@media ( max-width :480px) {
	.headline-row .headline-right {
		padding: 10px 0;
		height: auto
	}
}

.headline-row .headline-left span, .headline-row .headline-right span {
	font-size: 18px;
	line-height: 42px;
	font-weight: 700;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0 10px 0 25px;
	margin: 0;
	text-align: center
}

@media ( min-width :481px) and (max-width:767px) {
	.headline-row .headline-left span, .headline-row .headline-right span {
		font-size: 16px;
		padding: 0 10px 0 20px
	}
	.chart-content-row .chart-content-left span, .chart-content-row .chart-content-right span
		{
		font-size: 16px
	}
}

.chart-content-row {
	max-width: 510px;
	background: #fff;
	background: rgba(255, 255, 255, .9);
	border-bottom: solid 1px #9B9B9B
}

@media ( max-width :480px) {
	.headline-row .headline-left span, .headline-row .headline-right span {
		font-size: 16px;
		line-height: 20px;
		display: block;
		padding: 0
	}
	.chart-content-row {
		background: #fafafa
	}
}

.chart-content-row.last-row {
	border-bottom: 0;
	border-bottom: solid 0 #9B9B9B;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px
}

.chart-content-row .chart-content-left {
	display: inline-block;
	width: 59%;
	height: 42px;
	border-right: solid 1px #9B9B9B
}

.chart-content-row .chart-content-right {
	display: inline-block;
	width: 41%;
	height: 42px;
	float: right
}

.chart-content-row .chart-content-left span, .chart-content-row .chart-content-right span
	{
	font-size: 18px;
	line-height: 44px;
	font-weight: 600;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #4A4A4A;
	padding: 0 10px 0 25px
}

.block-header-text, .block-row, .feature-text, .header-on-left-container .right-side-content .additional-info,
	.highlight-headline, a .block-header-text {
	font-family: "Open Sans", Arial, Helvetica, sans-serif
}

@media ( max-width :480px) {
	.chart-content-row .chart-content-left span, .chart-content-row .chart-content-right span
		{
		text-align: center;
		padding: 0;
		display: block;
		font-size: 16px
	}
}

.header-on-left-container {
	width: 100%;
	padding: 0 0 60px
}

@media ( max-width :480px) {
	.header-on-left-container {
		padding: 0 0 38px
	}
}

.header-on-left-container .left-side-header {
	display: inline-block;
	width: 30%;
	text-align: right;
	padding: 0 35px 0 80px
}

@media ( min-width :481px) and (max-width:767px) {
	.header-on-left-container .left-side-header {
		padding: 0 10px 0 20px;
		width: 35%
	}
	.header-on-left-container .left-side-header .headlineTwo {
		font-size: 32px
	}
}

@media ( max-width :480px) {
	.header-on-left-container .left-side-header {
		display: block;
		width: 100%;
		padding: 0 25px;
		text-align: left
	}
	.left-side-header .headlineTwo {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 15px
	}
}

.header-on-left-container .right-side-content {
	display: inline-block;
	width: 70%;
	float: right;
	border-left: solid 1px #979797;
	padding: 0 70px 0 35px
}

@media ( min-width :481px) and (max-width:767px) {
	.header-on-left-container .right-side-content {
		width: 65%;
		padding: 0 20px 0 35px
	}
}

.header-on-left-container .right-side-content p {
	margin-bottom: 35px
}

.header-on-left-container .right-side-content p:last-child {
	margin-bottom: 0
}

@media ( max-width :480px) {
	.header-on-left-container .right-side-content {
		display: block;
		width: 84%;
		float: none;
		border-left: solid 1px #979797;
		padding: 0 0 0 25px;
		margin-left: 0px;
		line-height: 21px;
	}
	.header-on-left-container .right-side-content p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 25px
	}
}

.header-on-left-container .right-side-content .additional-info {
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #000
}

.block-row {
	width: 100%;
	padding-bottom: 50px
}

.block-row:last-child {
	padding-bottom: 0
}

@media ( max-width :480px) {
	.header-on-left-container .right-side-content .additional-info {
		font-size: 14px;
		line-height: 20px
	}
	.block-row {
		padding-bottom: 0
	}
}

.block-left-container, .block-right-container {
	display: inline-block;
	width: 48%;
	max-width: 270px
}

.block-left-container {
	margin-right: 1%
}

.block-arrow, span.link-first .block-arrow {
	height: 12px;
	width: 12px;
	margin-right: 5px;
	display: inline-block
}

.block-right-container {
	float: right
}

.block-image {
	padding-bottom: 5px
}

.block-text {
	padding-left: 10px
}

.block-link-container {
	padding-bottom: 10px
}

a.header-arrow-link {
	outline: 0;
	line-height: 18px
}

.block-arrow {
	background:
		url(/insurance-information/webpub/en/pages/img/homepage/images/block-header-arrow.png)
		top left no-repeat;
	background-size: 70%
}

.block-arrow:hover, span.link-first .block-arrow {
	background:
		url(/insurance-information/webpub/en/pages/img/homepage/images/block-header-arrow.png)
		top left no-repeat
}

.block-arrow:hover {
	background-size: 70%
}

.header-arrow-link:hover .block-arrow, .non-header-arrow-link:hover .block-arrow
	{
	height: 12px;
	width: 12px;
	display: inline-block;
	background:
		url(/insurance-information/webpub/en/pages/img/homepage/images/block-header-arrow-hover.png)
		top left no-repeat;
	background-size: 70%
}

span.link-first .block-arrow {
	background-size: 70%
}

span.link-first:hover .block-arrow {
	background:
		url(/insurance-information/webpub/en/pages/img/homepage/images/block-header-arrow.png)
		top left no-repeat;
	background-size: 70%
}

.block-header-text, a .block-header-text {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #046B99
}

.block-header-text, a .block-header-text:hover {
	color: #224280
}

@media ( max-width :480px) {
	.block-link-container {
		padding-bottom: 3px
	}
	.block-header-text, a .block-header-text {
		font-size: 16px;
		line-height: 28px
	}
}

@media ( min-width :481px) and (max-width:767px) {
	.block-header-text, a .block-header-text {
		font-size: 15px
	}
}

.block-header-text {
	text-decoration: underline
}

.block-details {
	display: block;
	width: 100%;
	padding-left: 25px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300
}

@media ( max-width :480px) {
	.block-left-container, .block-right-container {
		width: 100%;
		float: none;
		clear: both;
		display: block;
		max-width: 100%;
		margin-right: 0;
		padding-bottom: 0
	}
	.block-image {
		text-align: center;
		padding-bottom: 0
	}
	.block-image img {
		display: block;
		width: 100%;
		height: auto
	}
	.block-details {
		font-size: 14px;
		line-height: 22px;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-weight: 300
	}
	.block-text {
		padding-left: 0;
		padding-top: 10px;
		padding-bottom: 32px
	}
	.block-text.last-block {
		padding-bottom: 0
	}
}

.highlight-box {
	padding-top: 30px
}

.highlight-headline {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	display: block;
	padding-bottom: 20px
}

.highlight-item-container {
	text-align: center;
	vertical-align: top
}

.highlight-item-container p {
	padding: 0;
	margin: 0
}

.highlight-row {
	text-align: center;
	vertical-align: top;
	padding-bottom: 29px
}

.highlight-item {
	vertical-align: top;
	display: inline-block;
	width: 152px;
	height: 45px
}

.highlight-item:last-child {
	margin-left: 25px
}

.highlight-item a, .highlight-item a img {
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
	display: block;
	height: auto
}

@media ( max-width :767px) {
	.highlight-box {
		padding-top: 33px
	}
	.highlight-headline {
		font-size: 16px;
		line-height: 26px
	}
	.highlight-item {
		display: block;
		clear: both;
		margin: 0 auto;
		width: 120px
	}
	.highlight-item:last-child {
		margin: 15px auto 0;
		display: block;
		clear: both
	}
	.highlight-row {
		padding-bottom: 0
	}
}

.transparent-phone-bg {
	display: block;
	width: 100%;
	background:
		url(/insurance-information/webpub/en/pages/img/homepage/images/mobile-app-angled-phone.png)
		700px 5px no-repeat #fff;
	margin: 14px 50px 0 0;
	padding-top: 20px
}

.transparent-phone-bg-content-container {
	width: 100%;
	padding: 0 180px 120px 150px
}

.transparent-phone-bg-content-container .headlineTwo {
	margin-bottom: 13px
}

.transparent-phone-bg-content-container .break-on-desktop {
	display: block;
	width: 100%;
	height: 1px
}

.feature-icon, .feature-text {
	display: inline-block;
	height: 40px;
	vertical-align: top
}

.feature-icon {
	width: 40px;
	background:
		url(/insurance-information/webpub/en/pages/img/homepage/images/mobile-icon-sprite.png)
		no-repeat;
	margin-right: 20px;
	margin-top: 12px
}

.feature-icon.icon-id-card {
	background-position: 0 7px
}

.feature-icon.icon-pay {
	background-position: 0 -60px
}

.feature-icon.icon-claim {
	background-position: 0 -125px
}

.feature-icon.icon-location {
	background-position: 0 -193px
}

.feature-icon.icon-resources {
	background-position: 0 -261px
}

.feature-text {
	font-weight: 300;
	font-size: 16px;
	line-height: 40px;
	margin: 12px 0
}

.faded-line-divider, p.feature-summary-text {
	float: none;
	clear: both;
	display: block;
	width: 100%
}

.faded-line-divider {
	height: 2px;
	background:
		url(/insurance-information/webpub/en/pages/img/homepage/images/fading-line-divider.png)
		top left no-repeat
}

p.feature-summary-text {
	font-family: Lato, "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	margin: 0 auto;
	padding-bottom: 60px;
	text-align: center;
	color: #4A4A4A
}

.transparent-phone-bg-content-container .headlineTwo .break-only-on-mobile,
	p.feature-summary-text span.break-on-mobile {
	display: none
}

@media ( max-width :875px) and (min-width:769px) {
	.transparent-phone-bg {
		background-position: 94% 0
	}
	.transparent-phone-bg-content-container {
		width: 100%;
		padding: 0 200px 120px 40px
	}
}

@media ( max-width :768px) {
	.transparent-phone-bg {
		margin-top: 33px;
		background-position: 97% 0
	}
	.transparent-phone-bg-content-container {
		padding: 0 190px 110px 60px
	}
	.transparent-phone-bg-content-container .headlineTwo {
		margin-bottom: 10px
	}
}

@media ( max-width :767px) {
	.transparent-phone-bg {
		background: 0 0;
		margin: 0;
		padding: 26px 0 0
	}
	.transparent-phone-bg-content-container {
		padding: 0 25px
	}
	.transparent-phone-bg-content-container .headlineTwo {
		text-align: center;
		font-size: 24px;
		line-height: 30px
	}
	.transparent-phone-bg-content-container .break-on-desktop {
		display: none
	}
	.transparent-phone-bg-content-container .headlineTwo .break-only-on-mobile
		{
		display: block;
		width: 100%;
		height: 1px
	}
	.feature-row:first-child .feature-text, .feature-row:nth-child(2) .feature-text
		{
		margin-top: 20px
	}
	.feature-icon {
		margin: 12px 20px 12px 0
	}
	.feature-text {
		font-size: 14px;
		line-height: 20px;
		height: auto;
		max-width: 260px;
		padding: 0;
		margin: 12px 0
	}
	p.feature-summary-text {
		font-size: 16px;
		line-height: 24px;
		max-width: 260px;
		margin: 0 auto
	}
	p.feature-summary-text span.break-on-mobile {
		display: block;
		width: 100%;
		height: 1px;
		float: none;
		clear: both
	}
}

.two-column-item-content p, .two-column-item-header {
	line-height: 26px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif
}

@media ( max-width :480px) {
	.feature-text {
		max-width: 200px
	}
	.feature-row:first-child .feature-text {
		margin-top: 12px
	}
	p.feature-summary-text {
		margin: 45px auto 0;
		padding-bottom: 35px
	}
}
@media ( min-width :300px) and ( max-width :380px) {
	.feature-text {
		max-width: 180px
	}
	.feature-icon{
		margin-right: 0px !important;
	}
}

.two-column-split {
	max-width: 850px;
	margin: 6px auto 0;
	padding: 50px 20px 0;
	border-top: 1px solid #979797
}

.two-column-split-container {
	max-width: 660px;
	margin: 0 auto;
	vertical-align: top
}

.two-column-left, .two-column-right {
	width: 310px;
	display: inline-block;
	vertical-align: top;
	margin-right: 5%
}

.two-column-right {
	margin-right: 0
}

.two-column-item-container {
	margin-bottom: 28px
}

.two-column-item-container:last-child {
	margin-bottom: 0
}

.two-column-item-container.news-item {
	margin-bottom: 20px
}

.two-column-item-header-container {
	border-bottom: 1px solid #979797;
	margin-bottom: 13px
}

.two-column-item-header {
	font-weight: 700;
	font-size: 18px;
	display: block;
	margin-bottom: 13px
}

.two-column-item-content p {
	font-weight: 300px;
	font-size: 16px;
	margin-bottom: 24px
}

.two-column-item-content p .strong {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400
}

.two-column-item-content ul {
	display: block;
	width: 115px;
	margin: 0 auto;
	padding-top: 5px
}

.two-column-item-content ul.ace-awards {
	width: 157px
}

.two-column-item-content ul li {
	display: inline-block;
	padding: 0;
	margin: 0 25px 0 0
}

.two-column-item-content ul li:last-child {
	margin: 0
}

.two-column-item-content ul li a {
	display: block;
	outline: 0;
	border: 0
}

.two-column-item-content ul li a img {
	margin: 0;
	padding: 0
}

@media ( max-width :767px) {
	.two-column-item-content ul li {
		width: 32px
	}
	.two-column-item-content ul.ace-awards li {
		width: 157px
	}
	.two-column-split {
		border-top: 0;
		padding: 4px 20px 0;
		width: 100%;
		display: block
	}
	.two-column-split-container {
		width: 100%
	}
	.two-column-left, .two-column-right {
		width: 100%;
		clear: both;
		display: block
	}
	.two-column-item-container.news-item {
		margin-bottom: 50px
	}
	.two-column-item-header-container {
		margin-bottom: 10px
	}
	.two-column-item-header {
		font-size: 16px;
		line-height: 24px
	}
	.two-column-left .two-column-item-header:first-child .break-on-desktop {
		display: block;
		width: 100%;
		height: 1px
	}
	.two-column-item-content {
		padding: 0 10px 0 0
	}
	.two-column-item-content p {
		font-size: 14px;
		line-height: 24px
	}
	.two-column-item-content ul.ace-awards {
		padding-top: 0
	}
}

.left-align-container {
	max-width: 680px;
	margin: 38px auto 0
}

.left-align-item {
	padding-bottom: 32px
}

.left-align-header {
	display: block;
	border-bottom: solid 1px #9B9B9B;
	padding-bottom: 26px;
	margin-bottom: 20px;
	padding-left: 20px
}

.left-align-item .show-on-mobile-only, .left-align-item p .break-on-mobile
	{
	display: none
}

.left-align-header .headlineTwo {
	margin-bottom: 0
}

.left-align-sub-header {
	padding-left: 20px
}

.left-align-sub-header .sub-header {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 36px;
	padding: 0;
	margin: 0
}

.left-align-content-container {
	padding-left: 20px
}

.left-align-content-container p {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 0
}

.left-align-content-container p a {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400
}

.left-align-content-container p.disclaimer {
	font-size: 10px;
	line-height: 36px
}

.left-align-item .two-column-split {
	padding: 25px 0 0 20px;
	margin-top: 0;
	border-top: 0
}

.left-align-item .show-on-desktop-only {
	display: block
}

.left-align-item .show-on-desktop-only p {
	font-size: 18px
}
.helpButtonEnabled:focus {
	 border: 2px solid #ffffff!important
}
@media ( max-width :767px) {
	.left-align-container {
		margin: 0 auto;
		padding: 0 10px
	}
	.left-align-content-container, .left-align-sub-header {
		padding-left: 0
	}
	.left-align-item {
		padding-bottom: 32px
	}
	.left-align-item:last-child {
		padding-bottom: 12px
	}
	.left-align-header {
		padding-bottom: 8px;
		margin-bottom: 10px;
		padding-left: 0
	}
	.left-align-header .headlineTwo {
		font-size: 24px;
		line-height: 30px
	}
	.left-align-sub-header .sub-header {
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 22px;
		padding-right: 40px
	}
	.left-align-content-container p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
		padding-right: 20px
	}
	.left-align-content-container p a {
		font-weight: 300
	}
	.left-align-content-container p.disclaimer {
		line-height: 14px;
		margin-right: 10px
	}
	.left-align-item .two-column-split {
		padding: 4px 0 0
	}
	.left-align-item .two-column-item-content p {
		margin-bottom: 24px
	}
	.left-align-item p .break-on-mobile {
		display: block;
		height: 1px;
		width: 100%
	}
	.left-align-item .two-column-item-container {
		margin-bottom: 0
	}
	.left-align-item .show-on-mobile-only {
		display: block
	}
	.left-align-item .show-on-desktop-only {
		display: none
	}
}

.footer-form {
	width: 85%
}

@media ( max-width :480px) {
	.main .footer-form {
		padding: 0
	}
}

.footer-form-container {
	border-top: 1px solid #979797;
	border-bottom: 1px solid #979797;
	padding-top: 35px;
	padding-bottom: 18px
}

.footer-form-container.no-bottom-border {
	border-bottom: 0;
	padding-bottom: 0
}

@media ( max-width :480px) {
	.footer-form-container {
		padding: 23px 0 0;
		border-bottom: 0
	}
	.footer-form-container .start-quote-footer {
		padding-bottom: 20px
	}
}

.footer-form-container.no-border-bottom {
	border-bottom: 0;
	padding-bottom: 4px
}

.footer-form-container .headlineTwo {
	margin-bottom: 20px
}

#form-error-footer {
	padding: 10px;
	color: red;
	font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

.start-quote-footer #zip-code-footer {
	color: #4A4A4A
}

@media ( max-width :480px) {
	.footer-form-container .headlineTwo {
		font-size: 24px;
		line-height: 29px;
		margin-bottom: 26px
	}
	#form-error-footer {
		padding: 0
	}
	.start-quote-footer #zip-code-footer {
		width: 100%;
		font-size: 16px;
		border: 1px solid #B7BBC0;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		-ms-border-radius: 5px 5px 0 0;
		-o-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
		padding: 0;
		text-align: center;
		height: 38px
	}
}

.start-quote-footer input#zip-code-footer:-moz-placeholder,
	#start-quote-footer input#zip-code-footer:-ms-input-placeholder,
	#start-quote-footer input#zip-code-footer::placeholder,
	#start-quote-footer input#zip-code-footer:placeholder {
	color: #4A4A4A
}

.start-quote-footer ::-webkit-input-placeholder {
	color: #4A4A4A
}

.start-quote-footer input:-moz-placeholder {
	color: #4A4A4A
}

.footer-form-disclaimer {
	padding-top: 50px;
	width: 95%;
	margin: 0 auto
}

p.disclaimer, p.disclaimer.desktop {
	font-size: 12px;
	line-height: 14px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	text-indent: -3px;
	margin-bottom: 0;
	font-weight: 300
}

.footer-form-disclaimer.mobile-only {
	display: none
}

.footer-form-disclaimer p.disclaimer:first-child {
	padding-bottom: 15px
}

@media ( max-width :480px) {
	.footer-form-disclaimer {
		display: none
	}
	.footer-form-disclaimer.mobile-only {
		display: block;
		width: 85%;
		padding: 30px 0 30px 0px;
		border-top: 1px solid #979797
	}
	.footer-form-disclaimer.mobile-only p.disclaimer:first-child {
		padding-bottom: 30px
	}
}

p.disclaimer.mobile {
	display: none;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 300
}

p.lato, p.lato a {
	font-family: Lato, "Open Sans", Arial, Helvetica, sans-serif
}

.footer-form-disclaimer span.asterisk {
	display: inline-block;
	position: relative;
	left: -10px;
	height: 0;
	width: 0
}

@media ( max-width :480px) {
	p.disclaimer.desktop {
		display: none
	}
	p.disclaimer.mobile {
		display: block;
		font-size: 10px;
		line-height: 18px;
		text-align: left;
		padding: 37px 10px;
		border-top: 1px solid #979797;
		margin: 0
	}
}

.centered-content.show-on-mobile {
	display: none
}

p.lato {
	font-weight: 300;
	font-size: 18px;
	line-height: 22px
}

p.lato a {
	font-weight: 400
}

@media ( max-width :480px) {
	.centered-content.hide-on-mobile {
		display: none
	}
	.centered-content.show-on-mobile {
		display: block;
		padding: 0 0 20px;
		width: 60%;
		margin: 0 auto;
		text-align: left
	}
	.show-on-mobile .link-first {
		display: block;
		padding-bottom: 7px;
		text-align: center;
		padding-right: 12px
	}
	.show-on-mobile .link-first .block-arrow {
		float: none
	}
	.link-first:hover .block-arrow {
		background:
			url(/insurance-information/webpub/en/pages/img/homepage/images/block-header-arrow.png)
			top left no-repeat;
		background-size: 70%
	}
	.show-on-mobile .link-first a {
		font-size: 16px;
		line-height: 30px;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-weight: 400;
		color: #046B99;
		text-decoration: underline
	}
	.show-on-mobile .link-first a:hover {
		color: #224280
	}
	.show-on-mobile p {
		font-size: 14px;
		line-height: 17px;
		font-family: Lato, "Open Sans", Arial, Helvetica, sans-serif;
		font-weight: 300;
		color: #4A4A4A;
		text-align: center
	}
}

@media ( min-width :481px) and (max-width:767px) {
	.show-on-mobile .link-first {
		display: block;
		padding-bottom: 7px;
		padding-right: 18px;
		text-align: center
	}
}

body.mobile-app .centered-content .headlineOne {
	margin-bottom: 15px
}

body.discount .centered-content .headlineOne {
	margin-bottom: 16px
}

@media ( min-width :767px) {
	body.mobile-app .footer {
		margin: 0 auto;
		background: #FFF;
		box-shadow: 0 2px 3px 0 #7b7b7b;
		height: 1px;
		max-width: 1000px;
		overflow: hidden
	}
}

body.about .footer-form, body.car-insurance .footer-form {
	padding: 0
}

@media ( max-width :767px) {
	body.about .centered-content {
		width: 100%;
		padding: 0 25px 8px
	}
	body.about .centered-content .headlineOne {
		padding: 0 10px;
		margin-bottom: 22px
	}
	body.about .centered-content p {
		margin-bottom: 20px
	}
}

body.about .two-column-split {
	margin-bottom: 50px
}

.home .utility li:before, a.claimsURL.mobile-int {
	display: none;
}

.utility ul li:hover {
	border: solid 1px #4990E2;
}
/*********************************
  form in menu
*********************************/
.dd-form-container {
	padding: 0 0 10px 0;
	margin: 0;
	width: 100%;
	display: block;
	background-color: #168330;
}

.dd-form-container .dd-headline {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	width: 100%;
	text-align: center;
	display: block;
	padding: 20px 0 10px;
	margin: 0 auto;
}

.dd-form-container form#start-quote1 {
	margin: 0 auto;
	padding: 0;
	width: 80%;
	border: 0;
	background: transparent;
}

.dd-form-container .quote-wrap {
	padding: 0px;
	background: none;
}
/*
.dd-form-container input#zip-code-two {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0 0 10px 0;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #000;
  text-indent: 25%;
  border: .01em solid #979797;
}
*/
.dd-form-container input#zip-code-two::-webkit-input-placeholder {
	color: #000;
}

.dd-form-container input#zip-code-two::-moz-placeholder {
	color: #000;
}

.dd-form-container input#zip-code-two:-ms-input-placeholder,
	.dd-form-container input#zip-code-two:-moz-placeholder,
	.dd-form-container input#zip-code-two::placeholder, .dd-form-container input#zip-code-two:placeholder
	{
	color: #000;
}

.dd-form-container input#submit-button-two {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	float: none;
	background-color: #fff;
	height: 38px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: .02em solid #979797;
	color: #000;
	line-height: 32px;
	-webkit-box-shadow: 0px 0.1em 1px 0px rgb(103, 103, 103);
	-moz-box-shadow: 0px 0.1em 1px 0px rgb(103, 103, 103);
	box-shadow: 0px 0.1em 1px 0px rgb(103, 103, 103);
}

.dd-form-container input#submit-button-two:hover {
	background-color: #4990e2;
	color: #fff;
}

.dd-form-container .input-container {
	overflow: visible;
}

.dd-form-container .start-quote-footer {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 700;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	padding-top: 0;
	margin: 0 auto;
}

.dd-form-container .start-quote-footer #form-error-two {
	position: relative;
	float: none;
	clear: both;
	top: auto;
	padding-top: 10px;
	color: #ffbbbb;
}

.dd-form-container #retrieve-quote, .dd-form-container #retrieve-quote-two {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 9px;
	line-height: 13px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	text-shadow: none;
	display: block;
	margin-top: 10px;
	text-decoration: underline;
}

.dd-form-container #retrieve-quote:hover, .dd-form-container #retrieve-quote-two:hover {
	color: #4c4c4c;
}

input.error-two, textarea.error-two {
	color: #ea686f;
	background: #f9e7e7;
	border: solid 1px #ff0000 !important;
}
/*********************************
  Form footer
*********************************/
.social-footer-container {
	width: 86%;
	margin: 15px auto;
}

span.join-our-networks {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	display: inline-block;
	float: left;
	color: #000;
	font-weight: 300;
	line-height: 30px;
	font-size: 14px;
}

ul.social-list li {
	display: inline-block;
	margin: 0 15px 0 10px;
	position: relative;
	top: 2px;
}

ul.social-list li:last-child {
	margin: 0;
}

.main-site-nav ul.social-list {
	margin: 0;
	padding: 0;
	width: auto;
	display: inline-block;
}

.main-site-nav .social-list li {
	border-bottom: 0;
	line-height: 30px;
}

.main-site-nav .social-list li a {
	padding: 0;
	margin: 0;
	line-height: 30px;
}

.main-site-nav .social-list li a img {
	padding: 0;
	margin: 0;
	line-height: 30px;
}

a.facebook img {
	width: auto;
	height: 18px;
}

a.twitter img {
	width: auto;
	height: 18px;
}

@media screen and (max-width: 940px) {
	body.home .nothome_marquee {
		background-position-x: center !important;
	}
	.pre-marquee-section h2 {
		font-size: 18px;
		line-height: 26px;
	}
	body.home .nothome_marquee h1 {
		font-size: 20px;
		line-height: 30px;
		font-weight: bolder;
	}
}

@media screen and (max-width: 768px) {
	.pre-marquee-section h2 {
		font-size: 18px;
		line-height: 26px;
	}
	body.home .nothome_marquee h1 {
		font-size: 20px;
		line-height: 30px;
		width: 100%;
	}
	body.home .nothome_marquee form#start-quote {
		margin: 0 auto !important;
		left: 0;
	}
	body.home div.start-quote-footer, body.home div#start-quote-footer {
		margin: 0 auto;
		left: 0;
	}
	.chp .testimonial-section .container {
		max-width: 528px;
		margin: 0 auto;
	}
	.chp .testimonial-section .container .stars {
		display: block;
		text-align: center;
		margin: 0 0 6px 0;
	}
	.chp .testimonial-section .container .text {
		text-align: center;
	}
	.chp .testimonial-section .container .text .quote {
		margin: 0;
	}
	.chp .two-col .col {
		width: 100%;
		padding: 0;
	}
	.chp .two-col .left-column {
		border: none;
		width: 100%;
		max-width: 528px;
		margin: 0 auto 27px auto;
		float: none;
		padding-bottom: 22px;
		border-bottom: 1px solid #979797
	}
	.chp .two-col .right-column {
		width: 100%;
		max-width: 440px;
		margin: 0 auto 27px auto;
		float: none;
		border-left: 0;
	}
}

@media screen and (max-width:480px) {
	body.home .nothome_marquee {
		//min-height: auto !important;
		height: auto !important;
	}
	.pre-marquee-section {
		padding: 18px 20px;
	}
	.pre-marquee-section h2 {
		font-size: 18px;
		line-height: 26px;
	}
	body.home .nothome_marquee h1 {
		font-size: 20px;
		line-height: 30px;
	}
	.home .main {
		padding: 0 20px !important;
	}
	.chp .testimonial-section {
		padding: 20px 0;
	}
	.chp .savings-section .savings-inner {
		background-position-x: 20% !important;
	}
	.chp .tips-section .left-50 {
		display: block;
		width: 100%;
		float: none;
		margin: 0 0 28px 0;
	}
	.chp .tips-section .left-50 p {
		width: 100%;
	}
	.chp .tips-section .right-50 {
		display: block;
		width: 100%;
		float: none;
		text-align: center;
	}
}

.headermin {
	margin: 0 0 0 0;
	border-bottom: none !important;
}

.cta-quot {
	float: right !important;
	width: 51.8% !important;
}

.two-column-item-header {
	color: #046B99;
}

.input#left-zipcode::placeholder {
	color: black !important;
}

.refer-bg-img .desktop-navigation {
	/* position: fixed;
  top: 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  max-height: 99px;
  border-bottom: none;
  z-index: 1000;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  display: flex;
    align-items: center;
    justify-content: center; */
	
}

.refer-bg-img .desktop-navigation .main-nav {
	position: relative
}

.refer-bg-img .desktop-navigation .main-nav:after {
	content: "";
	display: table;
	clear: both
}

.refer-bg-img .desktop-navigation .main-nav .container {
	max-width: 1440px;
	/* padding: 19px 0 */
}

.refer-bg-img .desktop-navigation .main-nav .container .center {
	text-align: center;
}

.refer-bg-img .desktop-navigation .main-nav .container .center a {
	display: block
}

.refer-bg-img .desktop-navigation .main-nav .container .center a img {
	padding: 23px;
}

}
.refer-bg-img .mobile-navigation {
	/* position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1002;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5) */
	
}

.refer-bg-img .mobile-navigation .main-nav {
	height: 60px;
	position: relative
}

.refer-bg-img .mobile-navigation .main-nav .container {
	padding-top: 5px;
	padding-bottom: 5px;
}

#skipnavigation {
	position: absolute;
	width: 100%;
}

#skipnavigation a {
	/* padding: 6px; */
	position: absolute;
	top: -45px;
	/* left: 85px; */
	color: #fff;
	background: none;
	z-index: 100;
}

.featured-image img {
	height: 401px;
    width: 100%;
}

.ca-refer-frnd {
	font-family: Roboto;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}

.thnk-txt {
	font-family: Roboto;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	text-align: center;
}

.have-call {
	font-family: Roboto;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0.63px;
	text-align: center;
	color: #231f20;
}

.have-call-all {
	line-height: 1.7;
}

.just-one-way {
	margin-top: 0px;
	padding-top: 52px;
	margin-bottom: 30px;
	width: 50%;
	font-family: Source Sans Pro;
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: #003087;
	display: inline-block;
}

.Hawaii-Refer-A-Good {
	margin-top: 0px;
	padding-top: 31px;
	margin-bottom: 25px;
	width: 50%;
	font-family: Roboto;
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: 0.81px;
	text-align: center;
	color: #231f20;
	display: inline-block;
	font-size: 26px;
}

.have-call-xx {
	font-family: Roboto;
	font-style: normal;
	font-stretch: normal;
	text-align: center;
	margin-bottom: 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.46;
	letter-spacing: 0.81px;
	color: #246bbd;
}

.Current-and-active-H {
	margin-top: 36px;
	margin-bottom: 13px;
	width: 100%;
	display: inline-block;
	font-family: Roboto;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: normal;
	text-align: center;
	color: #434343;
}

.Current-and-active-H a {
	text-decoration: underline;
	color: #246bbd;
}

@media ( max-width : 991px) {
	.refer-bg-img {
		background-image:
			url("/insurance-information/webpub/en/pages/assets/images/red-bkg-round-home-mobile.svg");
		background-position: top;
		background-repeat: repeat-x;
		height: 71px;
	}
	.hideMobile {
		display: none !important;
	}
	.rules-thnk {
		font-family: Source Sans Pro;
		margin-top: 19px;
		font-size: 18px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.33;
		letter-spacing: 0.56px;
		color: #434343;
		text-align: center;
	}
	.refer-dollar {
		width: 84%;
		margin: 0 auto;
	}
	.ca-refer-frnd {
		font-size: 28px;
		line-height: 1.29;
		background-image:
			url(/insurance-information/webpub/en/pages/assets/images/red-bkg-round-home-refer-bg.svg);
		height: 154px;
		background-position: center;
		display: flex;
		align-items: center;
	}
	.ca-refer-frnd h1 {
		width: 70%;
		margin: 0 auto;
		font-size: 28px;
		font-weight: bold;
	}
	.mobile-frnd-img img{
		height: 191px;
		width: 100%;
	}
	.just-one-way {
		padding-top: 30px;
		margin-bottom: 0;
		width: 82%;
		font-size: 20px;
		line-height: 1.3;
	}
	.Hawaii-Refer-A-Good {
		margin-top: 16px;
		padding-top: 20px;
		font-family: Source Sans Pro;
		font-size: 20px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.2;
		letter-spacing: normal;
		text-align: center;
		color: #003087;
	}
	.Current-and-active-H {
		font-family: Source Sans Pro;
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.57;
		letter-spacing: -0.2px;
		color: #434343;
		text-align: left;
	}
	.Current-and-active-H p{
	    width: 80%;
	    margin-left: auto;
	    margin-right: auto;
	}
	.thnk-txt {
		font-size: 22px;
		line-height: 1.27;
		letter-spacing: normal;
		width: 78%;
		margin: 0 auto;
	    color: #2d2d2d;
   		margin-top: 19px;
	}
	.thnk-txt p{
		margin-bottom: 18px;
	}
	.pol-benifts{
		flex-direction: column;
	}
	.check{
		margin: 0 auto !important;
	}
	.have-call{
		margin-left: 8%;
    	margin-right: 8%;
	}
}

@media ( min-width : 992px) {
	.refer-bg-img {
		background-image:
			url(/insurance-information/webpub/en/pages/assets/images/red-bkg-round-home.svg);
	    background-position: top;
	    background-repeat: repeat-x;
	    height: 101px;
	}
	.hideDesktop {
		display: none !important;
	}
	.rules-thnk {
		margin-top: 34px;
		font-family: Roboto;
		font-size: 20px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.4;
		letter-spacing: 0.63px;
		text-align: center;
		color: #434343;
	}
	.refer-dollar {
		width: 67%;
		margin: 0 auto;
	}
	.ca-refer-frnd {
		font-size: 42px;
		line-height: 1.24;
		background-image: url(/insurance-information/webpub/en/pages/assets/images/red-bkg-round-home.svg);
		height: 101px;
    	background-position: bottom;
    	display: flex;
    align-items: center;
    justify-content: center;
	}
	.ca-refer-frnd h1 {
		color: #fff;
		margin: 0;
		font-weight: bold;
		font-size: 42px;
	}
	.thnk-txt {
		font-size: 26px;
		line-height: 1.08;
		letter-spacing: 0.81px;
		color: #ffffff;
		    position: relative;
	}
	.thnk-txt p {
		bottom: 20px;
		left: 20%;
		color: #fff;
		margin: 0;
		position: absolute;
		width: 60%
	}
}

.margin-top-0 {
	margin-top: 0;
}

.margin-top30 {
	margin-top: 30px;
}

.check {
	display: inline-block;
	transform: rotate(45deg);
	height: 26px;
	width: 13px;
	border-bottom: 5px solid #246bbd;
	border-right: 5px solid #246bbd;
	margin-left: 62px;
	margin-right: 10px;
}

.pol-benifts {
	display: flex;
	justify-content: center;
	font-family: Roboto;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.7;
	letter-spacing: 0.63px;
	text-align: center;
	color: #231f20;
}

.margin-bottom-0 {
	margin-bottom: 0;
	margin-top: 36px;
}

footer {
	margin-top: 0px;
	min-height: 100px;
	background: #fafafa;
}
.expressFooter #footerRow {
	font-size: 14px;
	color: #000;
}

.padding0px {
	padding: 0 !important;
}

.footer_width {
	width: 105%;
}

.flex-center-va {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

#footerUlDiv .padding0px {
	padding-bottom: 3px !important;
}

#footerUlDiv ul li {
	width: auto !important;
	float: left;
}

.footerFourthLi {
	width: 11%;
	float: left;
}

.footerPipe {
	padding-left: 8px;
	padding-right: 8px;
}

.expressFooter #footerRow {
	font-size: 14px;
	color: #000;
}

#footerRow {
	margin: 0 !important;
}

.margin_top11 {
	margin-top: 25px;
}

.footerDivPartOne {
	float: left;
}

.footerLogoWidth {
	padding: 0px 30px 0px 0px;
}
.innerFooter {
    height: 200px;
}
.footerText {
	font-family: Roboto;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: 0.5px;
	color: #2d2d2d;
}
.showMobile {
	display: none;
}

@media ( min-width : 992px) {
	.footer-container {
		width: 80%;
		margin: auto;
	}
	.innerFooter {
		height: 200px;
	}
	#footerUlDiv ul li a {
		text-decoration: none;
		font-family: Roboto;
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.25;
		letter-spacing: 0.5px;
		color: #434343;
	}
	#footerUlDiv ul li {
		list-style-type: none;
	}
}

@media only screen and (max-width: 480px) {
	.expressFooter {
		position: fixed;
		bottom: 0;
		width: 100%;
	}
	.showDesktop {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.innerFooter {
		padding-top: 20px;
	}
	.footerlist ul {
		margin-right: 40px;
	}
	.footerlist ul li {
		padding-top: 12px;
		padding-bottom: 12px;
		border-bottom: 1px solid #e6e8ea;
		list-style-type: none;
	}
	.footerlist ul li span a {
		font-size: 14px !important;
		color: #2d2d2d;
	}
}

@media ( max-width : 991px) {
	.footer-container {
		width: 70%;
		margin: auto;
	}
	.innerFooter {
		/* height: 459px; */
	}
	#footerUlDiv ul li a {
		text-decoration: none;
		font-family: Roboto;
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.71;
		letter-spacing: 0.5px;
		color: #2d2d2d;
	}
}

@media ( min-width : 1200px) {
	#footerUlDiv {
		padding-left: 0px;
	}
}

@media only screen and (max-width: 480px) {
	.showMobile {
		display: block !important;
	}
	.noRightPadding {
		padding-right: 0;
		padding-left: 15px;
	}
	.footerlist {
		padding-bottom: 32px !important;
	}
	.footerlist ul li span a {
		text-decoration: none;
		font-family: Roboto;
		font-size: 14px;
		color: #2d2d2d;
	}
	.footerlist ul li {
		padding-top: 12px;
		padding-bottom: 12px;
		border-bottom: 1px solid #e6e8ea;
	}
}
@media only screen and (max-width: 767px) and (min-width: 480px){
	.showMobile {
	    display: block;
	}
	.showDesktop, .showDesktopIn {
	    display: none;
	}
}
.row {
	margin-right: 10px !important;
	margin-left: 10px !important;
}
.no_padding{
	padding-left: 0 !important;
    padding-right: 0 !important;
}
.center{
	text-align: center;
}

.footerlist ul {
	padding-left: 0;
}

.paddingLeft0px {
	padding-left: 0 !important;
}

#footerUlDiv ul li {
	list-style-type: none;
}
.footerLogoWidth {
    padding: 0px 30px 0px 0px;
}
button.minimizeButton:focus, button.closeButton:focus, button.dialogButton.dialog-button-0.uiButton--default.uiButton.embeddedServiceSidebarButton:focus {
    border: 2px solid #ffffff !important;
}
.margint_marquee{
	margin-top: 10%;
}
a.rgf-survey-logo{
	display: block;
	width: 164px;
    height: 65px;
    margin: 0 auto;
}
a.rgf-survey-logo:focus{
	border: 2px solid #fff !important;
}
a:focus {
    outline: none !important;
    outline-offset: none !important;
    border: 2px solid #046B99 !important;
}
.footerlist ul li span a{
	text-decoration: underline;
    text-decoration-color: #434343;
}
.footerText a{
	text-decoration: underline;
}
td #aa{
	display: block;
}
a#header-login-btn:focus {
    padding: 10px;
    padding-left: 14px;
    padding-right: 15px;
}
a#header-menu-btn:focus{
	padding: 9px;
    padding-left: 36px;
    padding-right: 35px;
}
@media ( min-width : 992px) and (max-width: 1360px) {
	.ca-refer-frnd h1 {
		bottom: 0px;
	}
}
@media ( max-width :767px) {
	.zip-code, .zip-code-footer{
		border-radius: 5px;
	}
	.skiplink {
	    display: none;
	}
}
