/*-------------------------------- RESET CSS ---------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
/*============================ END RESET CSS =======================================*/

/* @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap'); */

@font-face {
    font-family: "Rubik";
	font-weight: 400;
    src: url(/css/font/Rubik-Regular.ttf);
}
@font-face {
    font-family: "Rubik";
	font-weight: 500;
    src: url(/css/font/Rubik-Medium.ttf);
}
@font-face {
    font-family: "Rubik";
	font-weight: 700;
    src: url(/css/font/Rubik-Bold.ttf);
}

html, body{
	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 21px;
	color: #333;
	/* background: #f7f7f7; */
	background: #fff;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;

	width: 100%;
	height: 100%;

	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
::selection { 
	background: #3372cd;
	color: #fff;
}
.gray {
	color: #333;
}
.navy {
	color: #1F2630;
}
.blue {
	color: #3372cd;
}
.white {
	color: #fff;
}
.regular {
	font-weight: 400;
}
.medium {
	font-weight: 500;
}
.bold {
	font-weight: 700;
}
.underline {
	text-decoration: underline;
}
.center {
	text-align: center;
}
hr {
	border: 0;
	border-top: 1px solid rgb(87 138 230 / 20%);
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover,
a:focus,
a:visited {
	color: inherit;
	text-decoration: none;
}
.spacer_10 {
	display: table;
	width: 100%;
	height: 10px;
}
.spacer_25 {
	display: table;
	width: 100%;
	height: 25px;
}
.section {
	display: table;
	width: 100%;
	margin: auto;
}
.section_inner {
	display: table;
	width: 100%;
	/* max-width: 95%; */
	max-width: 1000px;
	margin: auto;
}
.button {
	display: table;
    width: 100%;
    max-width: 250px;
    margin: auto;
    /* background: #3372cd; */
	background: linear-gradient(45deg, #3372cd, #0fbff8);
    color: #fff !important;
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
    padding: 15px 0;
    border-radius: 10px;
	text-align: center;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.button:hover {
	cursor: pointer;
	background: linear-gradient(45deg, #0fbff8, #3372cd);
}
.button_link {
	font-size: 17px;
    text-align: center;
    color: #0e85f5;
    text-decoration: underline;
}
.button_link:hover {
	cursor: pointer;
	color: #0e85f5;
	text-decoration: underline;
}
.next_skip {
	display: table;
	margin: 10px auto;
	font-size: 19px;
	line-height: 25px;
	text-decoration: underline;
}
.next_skip:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #3372cd;
}
.full {
	display: table;
	width: 100%;
}
.half {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin: auto;
	padding: 0 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.third {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: auto;
	padding: 0 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.quarter {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin: auto;
	padding: 0 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ol,
ul {
	font-size: 15px;
	line-height: 19px;
}
.faq ul {
	list-style: disc;
}
.faq ul li {
	margin-left: 25px;
}

/*--- SECTION - HEADER ---*/
.section_header {
	font-size: 15px;
	line-height: 19px;
	padding: 15px 0;
	background: #F7FCFF;
}
.section_header .section_inner {
	position: relative;
}
.header_left {
	display: table;
	float: left;
}
.header_left a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-decoration: none;
	color: #333;
}
.header_left a:hover {
	text-decoration: underline;
}
.header_right {
	/* position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%); */
	display: table;
	float: right;
	text-decoration: none;
	color: #333;
	text-align: right;
}
.header_right_mobile {
	display: none;
	padding: 10px;
	/* background: #3372cd; */
	background: linear-gradient(45deg, #0fbff8, #3372cd);
	border-radius: 10px;
	/* margin-top: -3px; */
	position: relative;
}
.header_right_mobile:hover {
	background: linear-gradient(45deg, #3372cd, #0fbff8);
}
.header_right_mobile img {
	display: table;
	margin: auto;
	width: 20px;
	height: auto;
}
.header_right_mobile span {
	display: table;
    position: absolute;
    top: -3px;
    right: -3px;
	width: 15px;
    height: 15px;
    background: #5CB85C;
    border-radius: 100%;    
}
.green_circle_live {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background: #5CB85C;
	border-radius: 100%;
}

.pulse_button {
	box-shadow: 0 0 0 rgba(92, 184, 92, 0.5);
	transform: scale(1);
	animation: pulse 1.5s infinite;
}
.pulse_button:hover {
	animation: none;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(92, 184, 92, 0.77);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 8px rgba(226, 39, 38, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(226, 39, 38, 0);
	}
}

.header_right_row_1 span {
	display: inline-block;
	vertical-align: middle;	
}
.header_right_row_2 img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 15px;
}
.header_right_row_2 span {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	color: #3372cd;
}
.header_center {
	display: table;
	width: 100%;
	margin: auto;
}
.logo {
	display: table;
	margin: auto;
	text-decoration: none;
}
.logo img {
	width: auto;
	height: 55px;
	margin: auto;
}

/*--- SECTION HERO ---*/
.section_hero {
	text-align: center;
    padding: 5vh 0 15vh 0;
    background-image: url(../img/medicare_left_bkg.png), url(../img/medicare_right_bkg.png), linear-gradient(#F7FCFF,#E8F5FC);
    background-size: 45%, 45%, 100%;
    background-repeat: no-repeat;
    background-position: left bottom, right bottom, center;
}
h1 {
	display: table;
	margin: 0 auto 15px auto;
	font-size: 40px;
	line-height: 45px;
	width: 95%;
	max-width: 700px;
	text-align: center;
}
h2 {
	display: table;
	margin: 0 auto;
	font-size: 23px;
	line-height: 27px;
} 
h3 {
	display: table;
	margin: 0 auto;
	font-size: 17px;
	line-height: 21px;
}  
.text_center {
	text-align: center;
}
.hero_categories {
	display: table;
	margin: 30px auto 30px auto;
}
.category {
	display: inline-block;
	vertical-align: top;
	max-width: 150px;
	padding: 10px 23px;
	margin: 3px;
	color: inherit;
	background: #fff;
	border: 2px solid #f3f2f1;
	border-radius: 5px;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.category:hover {
	cursor: pointer;
	border-color: #3372cd;
	box-shadow: 0 0 15px 5px rgb(87 138 230 / 15%);
}
.category_icon {
	display: table;
	margin: auto;
	background-color: #f7f7f7;
	border-radius: 100%;
	color: #1F2630;
}
.category_icon .icon {
	display: table;
	font-size: 90px;
	margin: auto;
}
.category_text {
	font-weight: 500;
    margin-top: 5px;
}
.category:hover .category_icon .icon,
.category:hover .category_text {
	color: #3372cd;
}
.hero_speak {
	display: table;
	margin: 20px auto 10px auto;
}
p {
	font-size: 20px;
    line-height: 30px;
}
.hero_speak_phone {
	font-size: 30px;
	line-height: 30px;
	margin-top: 10px;	
}
.hero_speak_phone_icon {
	display: inline;
    vertical-align: middle;
    width: auto;
    height: 30px;
    margin: 0 5px;
}
.hero_speak_phone a:hover,
.bottom_form_phone a:hover {	
	display: inline-block;
	padding: 0 20px;
	color: #3372cd;
	transition: .2s ease-in-out;
	transform: scale(1.15);
}
.hero_speak_img {
	display: table;
    width: auto;
    height: 50px;
    margin: 10px auto 0 auto;
}
.hero_speak_text {
	font-size: 18px;
    line-height: 21px;
}
.hero_speak_availability {
	display: table;
	font-size: 15px;
	line-height: 19px;
	margin: 10px auto auto auto;
}
.hero_speak_plans {
	display: table;
	font-size: 15px;
	line-height: 19px;
	margin: 20px auto auto auto;
	max-width: 400px;
	font-style: italic;
}
.hero_speak_carriers {
	display: table;
	margin: 40px auto 0 auto;
	width: 100%;
	max-width: 850px;
}
.hero_speak_carriers img {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 400px;
	padding: 10px 10px;
	box-sizing: border-box;
}
.bottom_form {
	display: table;
    margin: 20px auto;
    padding: 20px 0;
    width: 100%;
    max-width: 550px;
	border-top: 1px solid rgb(51 114 205 / 10%);
}
.bottom_form_text h2 {
	font-size: 20px;
    line-height: 25px;
}
.bottom_form_text h3 {
	font-size: 17px;
    line-height: 21px;
	margin: 10px auto;
}
.bottom_form_phone {
	font-size: 30px;
	line-height: 40px;
}
.bottom_form_phone_icon {
	display: inline;
    vertical-align: middle;
    width: auto;
    height: 30px;
    margin: 0 5px;
}
.bottom_form_img {
	display: table;
    width: auto;
    height: 50px;
    margin: 30px auto 0 auto;
}
.bottom_form_availability {
	display: table;
    font-size: 17px;
    line-height: 21px;
    margin: 10px auto auto auto;
}
.advertised_img {
	display: table;
	width: 100%;
	max-width: 700px;
	margin: auto;
	padding: 20px 0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

/*--- SECTION COMPARE ---*/
.section_compare {
	padding: 50px 0 100px 0;
	text-align: center;
}
.section_compare .third:hover .icon {
	color: #3372cd;
}
.section_compare h1 {
	margin-bottom: 50px;
}
.compare_icon {
	display: table;
	margin: auto;
	background-color: #f7f7f7;
    border-radius: 100%;
}
.compare_icon .icon {
	display: table;
	margin: auto;
	font-size: 110px;
}
.compare_title {
	margin: 10px auto 20px auto;
}

/*--- SECTION PERSONALIZED ---*/
.section_personalized {
	padding: 70px 0;
	background: #FAFAFA;
	border-top: 1px solid #f3f2f1;
    border-bottom: 1px solid #f3f2f1;
}
.section_personalized .section_inner {
	max-width: 700px;
}
.section_personalized_horizontal .section_inner {
	max-width: 1000px;
}
.section_personalized h1 {
	text-align: center;
	margin-bottom: 50px;
}
.personalized_title,
.personalized_text {
	/* text-align: left; */
	text-align: center;
}
.section_personalized .half {
	display: inline-block;
	vertical-align: middle;
}
.personalized_title {
	margin-bottom: 10px;
}
.personalized_img {
	display: table;
	margin: auto;
	width: 90%;
	max-width: 700px;
}

/*--- SECTION TESTIMONIALS ---*/
.section_testimonials {
	padding: 70px 0 0 0;
}
.section_testimonials .section_inner {
	display: block;
	max-width: calc(100vw - 20px);
}
.testimonials_stars {
	display: table;
	margin: auto;
	width: auto;
	height: 50px;
}
/*- testimonial carousel -*/
.testimonials {
	line-height: inherit;
	height: auto;
	width: 100%;
	margin: 30px auto;
	display: block;
}
.marquee {
	margin: 20px 0px !important;
	padding: 0px !important;
	overflow: hidden;
}
.js-marquee {
	margin-right: 0px !important;
} 
.testimonial {
	display: inline-block;
    vertical-align: top;
    width: 300px;
    margin-right: 10px;
    padding: 10px;
    background: #fcfcfc;
    border: 2px solid #f3f2f1;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.testimonial_img {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin-right: 10px;
}
.testimonial_title {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	line-height: 21px;
}
.testimonial_text {
	display: table;
	width: 100%;
	min-height: 95px;
	font-size: 15px;
	line-height: 19px;
	margin: 10px auto;
	text-align: left;
}


/*--- SECTION FAQ ---*/
.section_faq {
	padding: 170px 0 100px 0;
	margin-top: -120px;
	background: #fafafa;
	border-top: 1px solid #f3f2f1;
    border-bottom: 1px solid #f3f2f1;
}
.section_faq h1 {
    margin-bottom: 50px;
}
.section_faq .section_inner {
	max-width: 700px;
}
.faq {
	display: table;
	width: 100%;
	padding: 20px 15px;
	margin: 5px auto;
	background-color: #fff;
	border: 2px solid #f3f2f1;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position: relative;
}
.faq:hover {
	cursor: pointer;
	background: #f7f7f7;
}
.faq_arrow {
	display: table;
    width: 15px;
    height: auto;
    position: absolute;
    top: 25px;
    right: 15px;
	transition-duration: 0.2s;
}
.faq_title {
	display: table;
	width: 100%;
	font-size: 17px;
	line-height: 21px;
	/* background-image: url('../img/arrow_down.svg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 15px; */
	padding-right: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.faq_answer {
	display: none;
	padding: 20px 20px 10px 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.faq_open .faq_answer {
	display: block;
}
.faq_open .faq_arrow {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.faq_answer p {
	margin-bottom: 5px;
}


/*--- SECTION CTA BOTTOM ---*/
.section_bottom {
	padding: 70px 0;
	text-align: center;
}
.section_bottom h3 {
	max-width: 500px;
}
.bottom_icon {
	display: table;
    margin: auto;
    background-color: #f7f7f7;
    border-radius: 100%;
}
.bottom_icon .icon {
	font-size: 110px;
}
.bottom_subtitle {
	font-size: 19px;
	line-height: 25px;
	margin: 15px auto;
}
.bottom_subtitle {
	display: inline-block;
	vertical-align: middle;
}
.bottom_buttons {
	text-align: center;
	position: relative;
}
.bottom_divider {
	display: inline-block;
    vertical-align: middle;   
    position: absolute;
	height: 100%;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.bottom_divider_line {
	display: table;
	width: 1px;
    height: 100%;
    background: #1f2630;
}
.bottom_divider_circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	padding: 5px 7px;
	border: 1px solid #1f2630;
	border-radius: 100%;
}
.bottom_half_call {
	color: inherit;
}
.bottom_half_online:hover,
.bottom_half_call:hover {
	cursor: pointer;
}
.bottom_half_online:hover .icon-quote_online,
.bottom_half_call:hover .icon-quote_call {
	color: #3372cd;
}
.bottom_half_online:hover .button_bottom_online,
.bottom_half_call:hover .button_bottom_call {
	background: linear-gradient(45deg, #0fbff8, #3372cd);
}


/*--- SECTION FOOTER ---*/
.section_footer {
	padding: 70px 0 100px 0;
	background: #1F2630;
	color: #fff;
	text-align: center;
}
.footer_ty {
	display: none;
}
.logo_footer {
	display: table;
	margin: 0 auto 20px auto;
}
.logo_footer img {
	display: table;
	width: auto;
	height: 50px;
}
.section_footer .quarter p {
	font-size: 13px;
	line-height: 17px;
}
.section_footer .quarter {
	text-align: left;
}
.footer_menu_title {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 20px;
}
.footer_menu_item {
	display: table;
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 10px;
}
.footer_menu_inline {
	display: inline-block;
	font-size: 17px;
	line-height: 21px;
	margin: 10px;
}
.footer_menu_inline:hover {
	text-decoration: underline;
}
.footer_social {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}
.footer_social:hover {
	cursor: pointer;
	opacity: 0.8;
}
.footer_social img {
	display: table;
	width: 30px;
	height: auto;
}
.quarter_inner {
	display: table;
	margin: auto;
}
.quarter_social {
	max-width: 150px;
}
.general_page {
	margin-bottom: 100px;
}
.general_page h1 {
	margin: 50px auto 30px auto;
}
.general_page h2 {
	font-size: 21px;
    line-height: 25px;
    margin: 30px 0 10px 0;
    font-weight: bold;
}
.general_page ul {
	list-style: disc;
}
.general_page ul li {
	margin-left: 25px;
}
.general_page p,
.general_page li {
	margin-bottom: 10px;
}
.general_page .section_inner {
	width: 95%;
}

.general_page .partners_list {
	list-style: disc;
}
.general_page .partners_list li {
	display: inline-block;
	vertical-align: top;
	width: 30%;
}
.footer_text {
	display: table;
	max-width: 95%;
	margin: auto;
}
.footer_text p {	
	font-size: 13px;
    line-height: 17px;
    text-align: justify;
    margin: 0 0 10px 0;
}
.footer_copyright {
	font-size: 15px;
	line-height: 19px;
	text-align: center;
}

/*--- FORMS ---*/
input,
select {
	display: table;
	width: 100%;
	max-width: calc(100% - 4px);
	border: 2px solid #c4e7f9;
	background: #fff;
	color: #333;
	font-size: 20px; 
	padding: 15px 0;
	text-indent: 15px;
	border-radius: 10px;
	margin: 5px 0 10px 0;
	text-align: left;
	font-family: 'Rubik', sans-serif;
    font-weight: 500;
}
input::placeholder {
	color: #aaa;
	font-weight: 300;
}
input[type=text],
input[type=tel] {
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.inputError {
    border-color: #FF004E!important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 0 78 / 25%)!important;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC); */
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCcgZmlsbD0nbm9uZSc+PHBhdGggZD0nTTcgN2wzLTMgMyAzbTAgNmwtMyAzLTMtMycgc3Ryb2tlPScjMzMzJyBzdHJva2Utd2lkdGg9JzEuNScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8+PC9zdmc+);
    background-repeat: no-repeat;
	background-position: center right 2px;
    background-size: 25px;
	/* text-align-last: center; */
	text-align-last: left;
}
@-moz-document url-prefix() {
    select {
       text-indent: 7px;
    }
}
input:active,
input:focus,
select:active,
select:focus {
	border-color: #3372cd;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(51 114 205 / 25%);
}
input[type=radio] {
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	border-radius: 100%;
}
input[type=radio]:active,
input[type=radio]:focus {
	box-shadow: none;
	border-color: initial;
}
input[type=radio]:hover {
	cursor: pointer;
}

.section_hero_forms {
	padding: 0 0 20vh 0;
	transition-duration: 0.4s;
	min-height: 430px;
}
.section_hero_forms_nopad {
	padding-top: 0;
}
.section_hero_forms_nobkg {
	background-position: left -50vw bottom, right -50vw bottom, center;
}
.hero_h1 {
	margin: 5vh auto 30px auto;
}
.hero_h3_div {
	display: table;
	margin: auto;
	width: 90%;
	max-width: 600px;
}
.hero_h3 {
	font-size: 20px;
    line-height: 27px;
	margin: auto auto 10px auto;
    text-align: center;
}
.hero_h3 img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 20px;
	margin-right: 5px;	
}
.hero_h3 span {
	display: inline;
	vertical-align: middle;
}
.hero_zip {
	display: table;
	margin: 30px auto 30px auto;
	width: 95%;
	max-width: 400px;
	background: #fff;
	padding: 3px;	
	border: 3px solid #c4e7f9;
	border-radius: 15px;
	/* box-shadow: 0px 0px 10px 0px #c4e7f9; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#zip_code {
	display: table;
	width: 100%;
	float: left;
	background: transparent;
	border: 0;
	margin: 5px auto;
	padding: 10px 0;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 3px;
}
.zip_button {
	width: 50%;
    max-width: 200px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0%,-50%);
}
#zip_code:active,
#zip_code:focus,
#drips_phone:active,
#drips_phone:focus {
	border-color: transparent;
    outline: 0;
    box-shadow: none;
}
#zip_code::placeholder,
#drips_phone::placeholder {
	letter-spacing: 1px;
}
.zip_invalid,
.zip_invalid:hover {
	cursor: not-allowed;
}
.form_view {
	display: none;
    width: 95%;
    max-width: 700px;
    margin: auto;
    /* background: rgb(87 138 230 / 5%);
    border: 2px solid #3372cd; */
	background: #fff;
    border: 2px solid #f3f2f1;
	border-top: 0;
    border-radius: 0px 0px 5px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px 0px #eee;
	position: relative;
}
.form_view_inner {
	display: table;
	width: 100%;
	text-align: center;
	padding: 50px 20px 30px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.form_location {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0%);
    padding: 10px 20px;
    font-size: 15px;
    text-align: center;
    background: rgb(87 138 230 / 20%);
    /* border: 2px solid #3372cd;
	border-top: 0; */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form_location img {
	display: inline-block;
    vertical-align: middle;
    height: 17px;
    margin-right: 5px;
}
.form_location span {
	display: inline-block;
    vertical-align: middle;
}
.progress_bar {
	display: table;
	width: calc(100% + 4px);
    margin-left: -2px;
	background: rgb(14 133 245 / 25%);
}
.progress_bar_inner {
	display: table;
	height: 7px;
	background: #3372cd;
	transition-duration: 0.2s;
}
.form_half {
	display: table;
	width: 48%;
	margin: 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.form_question {
	font-size: 35px;
	line-height: 40px;	
	width: 80%;
	max-width: calc(100% - 90px);
	margin: 0 auto 40px auto;
}
.form_question_subtitle {
	font-size: 30px;
	line-height: 35px;	
	max-width: 80%;
	margin: 0 auto 10px auto;
}
.form_question_text {
	font-size: 20px;
	line-height: 35px;	
	max-width: 80%;
	margin: -20px auto 10px auto;
}
.form_question_optional {
	display: block;
    font-size: 17px;
	line-height: 30px;
    font-weight: normal;    
}
.view_ty_title {
	font-size: 35px;
	line-height: 40px;	
	width: 100%;
	max-width: 95%;
	margin: 20px auto;
}
.view_ty_text {
	font-size: 20px;
    line-height: 27px;
    width: 100%;
	max-width: 95%;
    margin: 10px auto;
}
.form_button {
	display: table;
	width: 90%;
	max-width: 400px;
	margin: 10px auto;
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	padding: 15px 0;
	text-align: center;
	border: 3px solid #3372cd; /*#c4e7f9*/
	border-radius: 10px;
	background: rgb(13 133 245 / 5%); /*#fff*/
	color: #3372cd;
	transition-duration: 0.2s;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form_button:hover {
	cursor: pointer;
	background: rgb(13 133 245 / 20%);
    color: #3372cd;
    border-color: #3372cd;
}
.form_button_selected,
.form_button_selected:hover {
	color: #fff;
	background: #3372cd;
	border-color: #3372cd;
}
.view_div {
	display: table;
	width: 100%;	
	user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.next_button {
	display: table;
	width: 100%;
	max-width: 400px;
}
.submit_button {
	display: table;
	width: 100%;
	max-width: 88%;
}
.form_label {
	font-size: 19px;
	line-height: 25px;
	text-align: left;
}
.tcpa {
    display: table;
    width: 95%;
    max-width: 500px;
    margin: 20px auto;
    text-align: justify;
    font-size: 13px;
    line-height: 15px;
	font-weight: 400;
    /* color: #aaa; */
}
.tcpa a {
	/* color: #3372cd; */
	text-decoration: underline;
}
.back_button {
	display: table;
    width: 34px;
    height: auto;
	text-align: center;
    padding: 5px 0;
    position: absolute;
    top: 50px;
    color: #333;
    border-radius: 100%;
    z-index: 10;
    border: 2px solid #3372cd;
	transform: rotate(180deg);
}
.back_button:hover {
	cursor: pointer;
	background: #fff;
}
.back_button img {
	display: table;
	width: auto;
    height: 20px;
	margin: 2px auto;
}





/*--- TY PAGES ---*/
.listings_hero {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.listings_hero_auto {
	background-image: url('/img/hero_auto.jpg');	
}
.listings_hero_life {
	background-image: url('/img/hero_life.jpg');	
}
.listings_hero_fe {
	background-image: url('/img/hero_fe.jpg');	
}
.listings_hero_health {
	background-image: url('/img/hero_health.jpg');	
}
.listings_hero_pet {
	background-image: url('/img/hero_pet.jpg');	
}
.listings_hero_home {
	background-image: url('/img/hero_home.jpg');	
}
.listings_hero .section_inner {
	background: rgba(0,0,0,0.5);
	padding: 20px 20px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.h2Listings {
	color: #fff;
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}
.h3Listings {
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	font-weight: 300;
	color: #fff;
	text-align: center;
}
.listings_hero_u .section_inner {
	background: transparent;
	padding: 0;
}
.listings_hero_u .h2Listings,
.listings_hero_u .h3Listings {
	color: #1F2630;
}



/*--- AUTO LONGFORM ---*/
.section_progress {
	padding: 20px 0 20px 0;
    background: #E8F5FC;
    border-top: 1px solid #C4E7F9;
    border-bottom: 1px solid #C4E7F9;
}
.form_view_medicare .section_progress .section_inner {
	max-width: 800px;
}
.section_progress_text {
	font-size: 25px;
    line-height: 30px;
    margin: 0 auto 10px auto;
}
.state_autocomplete {
	font-weight: bold;
}
.progress_bar_top {
	display: table;
	width: 100%;
	background: rgb(14 133 245 / 25%);
	border-radius: 5px;
}
.progress_bar_top_inner {
    display: table;
    height: 7px;
    color: #fff;
	font-size: 17px;
	line-height: 19px;
    font-weight: bold;
    text-align: right;
    padding: 1px 15px 1px 0;
    background: #3372cd;
	background: linear-gradient(45deg, #0fbff8, #3372cd);
    border-radius: 5px;
    transition-duration: 0.2s;
    box-sizing: border-box;
}
.form_view_medicare {
	display: none;
	width: 100%;
    margin: auto;    
	min-height: 75vh;	
}
.form_view_medicare .section_inner {
	width: 95%;
    max-width: 800px;
	margin: auto;
	position: relative;
}
.search_vehicle_make,
.search_vehicle_model {
	display: table;
	width: calc(100% - 4px);
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../img/search_icon.svg');
	background-size: 20px;
    background-position: center left 7px;
    background-repeat: no-repeat;
    text-indent: 35px;
}
.button_vehicle_year {
	display: inline-block;
    width: 100px;
    margin: 5px;
}
.button_vehicle_make {
	display: inline-block;
    width: 25%;
    max-width: 200px;
    margin: 5px;
    text-align: center;
}
.button_vehicle_make_img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	display: table;
    margin: 10px auto;
    width: 100px;
    height: 50px;    
}
.button_vehicle_make_text {
	display: table;
    margin: 20px auto 0 auto;
	text-transform: capitalize;
}
.row {
	display: table;
	width: 100%;
}
.row_full {
	display: table;
	width: 100%;
	margin: 5px;
	box-sizing: border-box;
}
.row_half {
	display: inline-block;
	vertical-align: middle;
    width: 45%;
    max-width: 400px;
    margin: 5px;
	box-sizing: border-box;
}
.row_third {
	display: inline-block;
	vertical-align: middle;
    width: 32%;
    max-width: 400px;
    margin: 5px;  
	box-sizing: border-box;  
}
.form_button.row_half {
	text-align: center;
}
.row_dob {
	display: table;
    width: 90%;
    max-width: 400px;
	margin: auto;
	text-align: center;
	box-sizing: border-box;
}
.row_phone,
.row_email {
	display: table;
    width: 100%;
    max-width: 400px;
	margin: auto;
	text-align: center;
}
.dob_icon {
	display: table;
    float: left;
    width: auto;
    height: 30px;
    margin: 30px 10px 0 10px;
}
.email_phone_icon {
	display: table;
    float: left;
    width: auto;
    height: 30px;
    margin: 18px 10px 0 0;
}
.dob_container {
	display: table;
	width: 100%;
    max-width: calc(100% - 55px);
	float: left;
	margin: 10px auto;
	padding: 5px;
	background: #fff;
	border: 2px solid #c4e7f9;
	border-radius: 10px;
	box-sizing: border-box;
}
.input_dob_m,
.input_dob_d {
	display: inline-block;
	vertical-align: middle;
	border-color: transparent;
	background: transparent;
	width: calc(25% - 10px);
	margin: 0;
	text-indent: 0;
	text-align: center;
}
.input_dob_y {
	display: inline-block;
	vertical-align: middle;
	border-color: transparent;
	width: calc(40% - 20px);
	margin: 0;
	text-indent: 0;
	text-align: center;
}
.dob_container span {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
    color: #c4e7f9;
	margin-left: 5px;
	margin-right: 5px;
}
.text_error {
	display: none;
	color: red;
	margin: 10px auto 0px auto;
}
.name_input {
	display: table;
	width: 100%;
	max-width: 400px;
	margin: 5px auto;
}
.address_container {
	display: table;
	width: 100%;
	max-width: 700px;
	margin: auto;
}
#address_street {
	display: inline-block;
    vertical-align: middle;
    width: 63.2%;
    margin: 5px 0;
}
#address_unit {
	display: inline-block;
    vertical-align: middle;
    width: 31%;
    margin: 5px 0 5px 1.2%;
}
#address_state {
	display: inline-block;
	vertical-align: middle;
	width: 31%;
	margin: 5px 0;
}
#address_city {
	display: inline-block;
	vertical-align: middle;
	width: 31%;
	margin: 5px 1.2%;
}
#address_zip {
	display: inline-block;
	vertical-align: middle;
	width: 31%;
	margin: 5px 0;
}
#phone,
#email {
	display: table;
    float: right;
    margin: 5px auto;
    width: 100%;
    max-width: 340px;
}
.row_phone #phone,
.row_email #email {
    width: 85%;
}
.next_phone {
	position: relative;
}
.next_phone_notification {
	position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid #fff;
    background: #FA3E3E;
}
.next_phone_notification span {
	display: table;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    color: #fff;
}
.first_name_autocomplete {
	text-transform: capitalize;
}
.vehapi_loader {
	display: none;
	margin-top: 50px !important;
}
.section_auto_carriers {
	border-top: 1px solid #eee;
	padding-top: 30px;
	margin-top: 50px;
}
.section_auto_carriers .section_inner {
	max-width: 700px;
}
.auto_carriers_text {
	display: table;
    margin: 0 auto 15px auto;
    font-size: 17px;
    font-weight: bold;
}
.auto_carriers_logos {
	display: table;
    width: 100%;
}
.form_helper {
	display: table;
	width: 100%;
	margin: 40px auto;
	text-align: center;
}
.form_helper_img {
	/* display: inline-block; */
	display: none;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin: 10px;
    border: 1px solid #ddd;
    border-radius: 100%;
	box-shadow: 0px 0px 10px 0px #ddd;	
}
.form_helper_text_container {
	display: inline-block;
	vertical-align: middle;
}
.form_helper_tick {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
}
.form_helper_text {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	line-height: 21px;
	/* color: #888; */
}
.submit_form_active {
	opacity: 0.7;
}


/*--- MODALS ---*/
.modal {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
}
.modal_inner {
	position: absolute;
	top: 5vh;
    left: 50%;
    transform: translate(-50%,0%);
	display: table;
	width: 95%;
	max-width: 700px;
	padding: 50px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 #333;
}
.modal_close {
	position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    border-radius: 100%;
}
.modal_close:hover {
	cursor: pointer;
	background-color: rgb(136 136 136 / 15%);
}
.modal_phone {
	display: table;
	margin: 30px auto 15px auto;
}
.modal_phone img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 30px;
	margin-right: 10px;
}
.modal_phone span {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
}
.modal_agents_live {
	display: table;
	margin: auto;
}
.modal_phone .green_circle_live,
.modal_agents_live .green_circle_live,
.hero_speak_phone .green_circle_live {
	width: 15px;
    height: 15px;
    /* margin-right: 10px; */
    /* box-shadow: 0 0 0 0.2rem rgb(92 184 92 / 30%); */
}
.modal_agents_live .modal_agents_live_text {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	line-height: 21px;
}
.button_modal_close {
	width: 100%;
    max-width: 500px;
    margin-top: 20px;
}
#mediaalpha_placeholder {
	margin-top: 30px;
}
.modal_title {
    display: table;
    margin: 0 auto;
    font-size: 30px;
    line-height: 35px;
}
.modal .hero_speak_phone {
	text-align: center;
	margin: 30px auto 20px auto;
}
.modal_call_button {
	
    display: table;
    width: 100%;
    max-width: 300px;
    text-align: center;
    margin: 0 auto 20px auto;

}
.modal_call_button img {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
    height: auto;
    margin-right: 10px;
}
.modal_call_button span {
	display: inline-block;
	vertical-align: middle;
}

/* ----------------- LOADER PURE CSS ------------------ */
#loaderBIGOuter {
	position: fixed;
	z-index: 1000;
	height: 100%;
	width: 100%;
	text-align: center;
	top: 0px;
	/*opacity: 0.977;*/
	/* background: #E8F5FC; */
	background: linear-gradient(#F7FCFF,#E8F5FC);
}
#loaderBIGInner {
	position: relative;
	margin: 0px auto;
	display: block;
	top: 35%;
}
#loaderBIGInner img {
    display: block;
    margin: 10px auto 20px auto;
    width: 200px;
    height: auto;
}

.loaderQuotesText {
	margin-top: 15px;
	color: #fff;
	display: table;
	width: 95%;
	margin: 15px auto;
	font-size: 15px;
	line-height: 20px;
}

.loaderCSS {
	margin: 0px auto;
	font-size: 5px;
	position: relative;
	text-indent: -9999em;
	border-top: 0.8em solid rgba(51, 114, 205, 0.2);
	border-right: 0.8em solid rgba(51, 114, 205, 0.2);
	border-bottom: 0.8em solid rgba(51, 114, 205, 0.2);
	border-left: 0.8em solid #3372cd;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 0.30s infinite linear;
	animation: load8 0.30s infinite linear;
}
.loaderCSS,
.loaderCSS:after {
	border-radius: 50%;
	width: 5em;
	height: 5em;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.loaderCSS_white {
	border-top: 0.8em solid rgba(255, 255, 255, 0.1);
    border-right: 0.8em solid rgba(255, 255, 255, 0.1);
    border-bottom: 0.8em solid rgba(255, 255, 255, 0.1);
    border-left: 0.8em solid #fff;
}
/*============================== END LOADER PURE CSS =============================*/



/*----------- MEDIA QUERIES -------------*/

@media only screen and (max-width: 1000px) {	
	.section_hero {
		padding: 5vh 0 15vh 0;
		background-size: 80%, 80%, 100%;
		background-repeat: no-repeat;
		background-position: left -35vw bottom, right -35vw bottom, center;
	}
	.section_hero_forms_nobkg {
		background-position: left -85vw bottom, right -85vw bottom, center;
	}
	.section_advertised .section_inner,
	.section_header .section_inner,
	.section_personalized .section_inner,
	.section_faq .section_inner,
	.section_bottom .section_inner {
		max-width: 95% !important;
	}	
}
@media only screen and (max-width: 800px) {	
	h1 {
		font-size: 35px;
		line-height: 40px;
		max-width: 550px;
	}
	.tcpa {
		width: 100%;
	}
	.section_footer .quarter:first-child {
		display: table;
		width: 80%;
		margin-bottom: 50px;
		text-align: center;
	}
	.section_footer .quarter:last-child {
		display: table;
		width: 100%;
		margin-top: 50px;
	}
	.section_footer .quarter:nth-child(2),
	.section_footer .quarter:nth-child(3) {
		width: 45%;
	}
	.testimonials_stars {
		height: 40px;
	}
	#mediaalpha_placeholder {
		margin-top: 0;
	}
}

@media only screen and (max-width: 600px) {
	/* .header_left {
		float: none;
    	margin: auto;
	} */
	.section_hero {
		padding: 1vh 0 15vh 0;
		background-size: 90%, 90%, 100%;
		background-repeat: no-repeat;
		background-position: left -45vw bottom, right -45vw bottom, center;
	}
	.section_hero_forms_nobkg {
		background-position: left -150vw bottom, right -150vw bottom, center;
	}
	h1 {
		font-size: 30px;
		line-height: 35px;
		max-width: 90%;
	}
	h2 {
		font-size: 21px;
		line-height: 25px;
		max-width: 90%;
	}
	.hero_h3 {
		max-width: 95%;
		font-size: 17px;
    	line-height: 21px;
	}
	.section_personalized h1 {
		margin-bottom: 20px
	}
	.category {
		padding: 8px 19px;
	}
	.category_icon .icon {
		font-size: 70px;
	}
	.header_right_desktop {
		display: none;
	}
	.header_right_mobile {
		display: table;
		margin-top: 5px;
	}
	.personalized_title,
	.personalized_text {
		text-align: center;
	}
	.personalized_img {
		margin-top: 30px;
	}
	.half,
	.third {
		display: table;
		width: 100%;
		float: none;
		padding: 0;
	}	
	.section_compare .third {
		margin-bottom: 30px;
	}
	.bottom_divider {
		display: table;
		width: 100%;
		max-width: 300px;	
		height: 1px;
		background: #1F2630;
		position: relative;
		margin: 50px auto;			    	
	}
	.button {
		max-width: 90%;
	}
	.next_button,
	.button_vehicles {
		max-width: 100%;
	}
	.button_v2_vehicles {
		width: 48%;
		max-width: 48%;
	}
	.button_v2_vehicles:nth-child(1n) {	
		margin: 10px 0 10px 2%;	
	}
	.button_v2_vehicles:nth-child(2n) {		
		margin: 10px 2% 10px 0;
	}
	.quarter_social {
		max-width: 100%;
	}
	.testimonials_stars {
		height: 35px;
	}
	.back_button {
		top: 20px;
	}
	.modal h2 {
		max-width: 100%;
	}
	.modal_inner {
		width: 100%;
		padding: 30px 20px;
	}
	.modal_title {
		font-size: 25px;
		line-height: 30px;
	}
	.button_modal_close {
		max-width: 100%;
	}

	/* AUTO_LONGFORM */
	.section_progress_text {
		font-size: 17px;
		line-height: 21px;
	}
	.section_progress {
		padding: 10px 0 15px 0;
	}
	.form_view_inner {
		padding: 20px 0 30px 0;
	}
	.form_question {
		font-size: 20px;
		line-height: 30px;
		margin: 5px auto 30px auto;
	}
	.form_question_full {
		width: 90%;
		max-width: 90%;
	}
	.view_ty_title {
		font-size: 27px;
		line-height: 35px;
	}
	.view_ty_text {
		font-size: 20px;
		line-height: 27px;
	}
	.button_vehicle_make,
	.button_vehicle_model {
		display: inline-block;
		width: 48%;
	}
	.button_vehicle_make:nth-child(odd),
	.button_vehicle_model:nth-child(odd) {
		margin: 1% 1% 1% 0;
	}
	.button_vehicle_make:nth-child(even),
	.button_vehicle_model:nth-child(even) {
		margin: 1% 0 1% 1%;
	}
	.button_vehicle_model,
	.button_insured_carrier,
	.button_insured_since {
		display: table;
		width: 100%;
		max-width: 100%;
		margin: 5px 0;
		text-align: left !important;
		padding-left: 10px;
	}
	.row_dob {
		width: 100%;
	}
	.dob_container {
		float: right;
	}
	.input_dob_m,
	.input_dob_d {
		/* width: 24%; */
	}
	.input_dob_y {
		width: 30%;
	}
	#address_street,
	#address_unit,
	#address_state,
	#address_city,
	#address_zip {
		display: table;
		width: 100%;		
		margin: 5px 0;
	}
	#address_state {
		max-width: 100%;
	}
	.name_input,
	.row_phone,
	.row_email {
		max-width: 100%;
	}
	.email_phone_icon {
		/* display: none; */
	}	
	.row_phone #phone,
	.row_email #email {
		display: table;
		float: right;
		width: 100%;
		max-width: calc(100% - 55px);
	}
	.button_vehicle_model:nth-child(odd),
	.button_vehicle_model:nth-child(even) {
		text-align: left;
		margin: 3px 0;
	}
	.form_question_text {
		font-size: 15px;
		line-height: 25px;
		max-width: 90%;
		margin: -20px auto 10px auto;
	}
	.form_helper_img {
		margin: 10px;
	}
	.form_helper_tick {
		display: none;
	}
	.form_helper_text {
		font-size: 15px;
		line-height: 19px;
	}
	.hero_h1 {
		font-size: 25px;
		line-height: 30px;
		margin: 20px auto;
	}
	.logo img {
		height: 45px;
	}
	.hero_speak_line,
	.bottom_form_line {
		display: none;
	}
	.hero_speak_phone {
		font-size: 25px;
		line-height: 20px;
		margin-top: 10px;
	}
	.hero_speak_tty,
	.bottom_form_tty {
		display: table;
		margin: 10px auto 0 auto;
		font-size: 25px;
	}
	.form_helper {
		margin: 20px auto;
	}
	.progress_bar_top_inner {
		font-size: 15px;
	}	
}

@media only screen and (max-width: 400px) {
	.section_hero {
		padding: 2vh 0 10vh 0;
		background-size: 120%, 120%, 100%;
		background-repeat: no-repeat;
		background-position: left -75vw bottom, right -75vw bottom, center;
	}
	.section_hero_forms {
		padding-top: 0;
	}
	.section_hero_forms_nobkg {
		background-position: left -150vw bottom, right -150vw bottom, center;
	}
	/* .section_hero_forms {
		min-height: 430px;
	} */
	.hero_speak_phone_icon {
		margin: 0;
	}
}

@media only screen and (max-width: 400px) {
	.zip_button {
		font-size: 17px;
	}
}

@media only screen and (max-width: 340px) {
	.zip_button {
		font-size: 15px;
	}
}