@charset "UTF-8";
/* CSS Document */

/* ==========================================
GENERAL
========================================== */
body {
	padding:0;
	-webkit-font-smoothing: antialiased;
}

/* ==========================================
RESETS
========================================== */
img {
	max-width:100%;
	position:relative;
}

.center-block {
	float:none;
}

a {
	text-decoration:underline;
}

.close {
	line-height: 1.75;
}

/* ==========================================
UI
========================================== */
.spacer {
	height:20px;
	width:100%;
	display:block;
}

/* ==========================================
TYPE
========================================== */

.text-white, .white-text {
	color:#FFFFFF !important;
}

.text-red {
color: rgba(212,23,26,1.00);
}

.secondary {
	opacity:.7;
}
	
.small {
	font-size:10px !important;
}

.micro {
	font-size:8px;
}

a:hover {
	color:inherit;
}

.bold {
	font-weight: bold;
}

.text-green {
	color:rgba(61,131,25,1.00) !important;
}

.text-orange {
	color:#FDBA11 !important;
}

.underline-orange {
	border-bottom:#FDBA11 4px solid;
	padding-bottom: 0;
	display: inline-block;
}

.dividers {
	border-top:2px solid rgba(255,255,255,1.00);
	border-bottom:2px solid rgba(255,255,255,1.00);
	font-size: 16px;
	font-weight: bold;
	color:#FFF;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* ==========================================
ANIMATION
========================================== */
.pulse {
-webkit-animation: pulse 2s linear infinite;
-moz-animation: pulse 2s linear infinite;
-ms-animation: pulse 2s linear infinite;
animation: pulse 2s linear infinite;
}

@keyframes "pulse" {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(0.99);
-moz-transform: scale(0.99);
-o-transform: scale(0.99);
-ms-transform: scale(0.99);
transform: scale(0.99);
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

}

@-moz-keyframes pulse {
0% {
-moz-transform: scale(1);
transform: scale(1);
}
50% {
-moz-transform: scale(0.99);
transform: scale(0.99);
}
100% {
-moz-transform: scale(1);
transform: scale(1);
}

}

@-webkit-keyframes "pulse" {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(0.99);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}

}

.loader {
  color: #FFF;
  font-size: 80px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.move {
	position: relative;
	z-index: 1000;
	color:rgba(255,165,0,1.00);
	margin-left: 10px;
	margin-top: 15px;
	-webkit-animation: backandforth 2s ease 0s;
	-webkit-animation-iteration-count:infinite;
	animation: backandforth 2s ease 0s;
	animation-iteration-count:infinite;
}

@-webkit-keyframes backandforth {0%{left:0;} 50%{left:0px;} 100%{left:0;}}

@keyframes backandforth {0%{left:0;} 50%{left:50px;} 100%{left:0;}}

/* ==========================================
ELEMENTS
========================================== */
.card {
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
	background-color:rgba(255,255,255,.8);
	margin:15px 0 15px 0;
	color:#333333 !important;
	text-decoration:none !important;
}

.card-content {
	padding: 15px;
}


/* ==========================================
HERO
========================================== */

#hero {
	background-image: url(../images/hero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 60vh;
	height: auto;
	padding-top: 180px;
	
}

#hero.home {
	background-image: url(../images/hero-home.jpg);
}

#hero.auto {
	
}

#hero.switch-and-save {
	background-image: url(../images/city.jpg);
	background-position: top right;
}

.cta-section{
	height: 70px;
	display: block;
	background-color: #FDBA11 !important;
	padding-top: 20px;
font-family: 'Patua One', Constantia, Lucida Bright, DejaVu Serif, Georgia, serif;
	font-size: 25px;
	
}

.state{
	font-family: 'Patua One', Constantia, Lucida Bright, DejaVu Serif, Georgia, serif;
	
}

#hero.switch-and-save h1{
	 margin-top: 25px;
	font-size: 45px;
}

#hero.health {
	background-image: url(../images/hero-health.jpg);
}

#hero.health-med-supp {
	background-image: url(../images/supplement-back.jpg);
	background-position: center;
	min-height: auto;
	margin-bottom: 0;
}

#hero.healthOne {
	background-image: url(../images/hero-health-reverse.jpg);
}

#hero.pet {
	background-image: url(/images/hero.jpg);
}

#hero h1 {
	text-transform: capitalize;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: 10px;
}

#hero.home h1, #hero.home h4, #hero.health h1, #hero.health h4 {
	color:#FFF !important;
}

#hero h4 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	line-height: 1.2;
	font-size: 20px;
}

.or {
	position: relative;
	width: 100%;
	display: block;
	color:#FFF;
	font-weight: bold;
	margin: 15px 0 15px 0;
}

.line {
	border-bottom:2px solid #FFF;
	display: inline-block;
	width: 40%;
	height: 10px;
}



/* ==========================================
CONTENT
========================================== */
#how-we-work {
	padding-top: 40px;
	padding-bottom: 40px;
}

#final-expense{
padding-bottom: 0px;
}

#what-is-med-supp {
	background-color:#f9f9f9;
	padding-top: 40px;
	padding-bottom: 40px;
}

/* ==========================================
TOOLBAR
========================================== */


/* ==========================================
FOOTER
========================================== */
#footer {
	color:#333;
	background:#DADADA;
	padding-top:40px;
	padding-bottom:40px;
	font-size: 13px;
}

#footer h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

#footer a {
	color:#333;
	text-decoration: none;
}

/* RESETS */
.spacer {
	clear: both;
}

.section {
	padding-top: 40px;
	padding-bottom: 40px;
}

/* TYPE */
body {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1, h2, h3, h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

/* COLORS */
.text-light-purple {
	color:#BBBCFC !important;
}

.text-medium-purple {
 	color:#6083FF !important;
}

.text-grey-purple {
	color:#7690D5 !important;
}

.text-dark-purple {
	color:#3353B0 !important;
}

.background-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6083ff+0,3353b0+0,6083ff+100 */
	background: #6083ff; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #6083ff 0%, #3353b0 0%, #6083ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #6083ff 0%,#3353b0 0%,#6083ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #6083ff 0%,#3353b0 0%,#6083ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6083ff', endColorstr='#6083ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* BUTTONS */
.btn {
  background: #6083FF;
  background-image: -webkit-linear-gradient(top, #6083FF, #3352b0);
  background-image: -moz-linear-gradient(top, #6083FF, #3352b0);
  background-image: -ms-linear-gradient(top, #6083FF, #3352b0);
  background-image: -o-linear-gradient(top, #6083FF, #3352b0);
  background-image: linear-gradient(to bottom, #6083FF, #3352b0);
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: none;
  width: 100%;
}

a.btn.btn-orange.call-button.auto{
	width: 225px;
}

.btn:hover {
  background: #BBBCFC;
  background-image: -webkit-linear-gradient(top, #BBBCFC, #3353B0);
  background-image: -moz-linear-gradient(top, #BBBCFC, #3353B0);
  background-image: -ms-linear-gradient(top, #BBBCFC, #3353B0);
  background-image: -o-linear-gradient(top, #BBBCFC, #3353B0);
  background-image: linear-gradient(to bottom, #BBBCFC, #3353B0);
  text-decoration: none;
  color: #FFF;
  -webkit-transition: all 1s ease-out 1s;
  -moz-transition: all 1s ease-out 1s;
  -o-transition: all 1s ease-out 1s;
  transition: all 1s ease-out 1s;
}

.btn-orange {
	color:#272727;
  background: #FDBA11;
  background-image: -webkit-linear-gradient(top, #FDBA11, #FDBA11);
  background-image: -moz-linear-gradient(top, #FDBA11, #FDBA11);
  background-image: -ms-linear-gradient(top, #FDBA11, #FDBA11);
  background-image: -o-linear-gradient(top, #FDBA11, #FDBA11);
  background-image: linear-gradient(to bottom, #FDBA11, #FDBA11);
}

.btn-orange:hover {
  background: #f59f5d;
  background-image: -webkit-linear-gradient(top, #f59f5d, #FDBA11);
  background-image: -moz-linear-gradient(top, #f59f5d, #FDBA11);
  background-image: -ms-linear-gradient(top, #f59f5d, #FDBA11);
  background-image: -o-linear-gradient(top, #f59f5d, #FDBA11);
  background-image: linear-gradient(to bottom, #f59f5d, #FDBA11);
}

.wide-button{
	height: 60px !important;
	padding-top: 18px;
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: bold;
}

.nav-button{
	padding: 5px 15px 5px 15px !important;
	width: 125px;
	font-size: 12px;
	border-radius: 20px;
	margin-top: 12px;
	margin-right: 10px;
}

.btn-state {
	text-transform: capitalize;
	background:#FFFFFF !important;
	color:#3353B0;
	font-size: 13px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* NAVABR */
.navbar {
	border-bottom: none;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	font-size: 14px;
}

.navbar-brand {
	height: auto;
}

.navbar a {
	text-decoration: none;
}

.logo {
	height: 45px;
	width: auto;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color:#7D97F9;
}

.navbar-right li.active a {
	background-color: #FDBA11!important;
}

.navbar-right li.active a {

}

.phone-button {
	font-size: 12px;
	border-radius: 20px;
	margin-top: 10px;
	margin-right: 10px;
	width: 100px !important;
	padding: 5px 5px 5px 5px;
}



.tty-hover{
	background-color: white;
	padding: 10px;
	border-radius: 20px;
	width: 100%;
	
}

.callnow{
	font-size: 13px;
	margin-bottom: 5px;
}

.hours{
	font-size: 16px;
}

.tty-callers{
font-size: 20px;
display:block;

}

.one{
	display: inline-block;
}

.two{
	display: inline-block;
}

/* CONTENT */
.cta p {
	font-size: 14px;
}

/* MODAL */
#request {
	font-size: 18px;
}

#request .modal-body {
	padding-bottom: 20px;
	min-height: 300px;
}

#zip-check {
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 32px;
	color:#095E09;
}

.form-group {
  position: relative;
  margin-bottom: 0;
}

.form-control {
  font-size: 18px;
  outline: 0;
  padding: 18px 0 7px 10px;
  border-radius: 0;
  height: auto;
}

select.form-control {
	height: 52px;
	font-weight: 600;
	text-indent: 7px;
	color: #717171;
	-webkit-appearance: none;
  	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding-top: 10px;
}

.form-group label {
	font-size: 18px;
  	position: absolute;
	left: 15px;
	transform: translate(0px, 15px) scale(1);
	opacity: .7;
}

.form-group.active label {
	left: 0px;
  transform: translate(0px, 0px) scale(.75);
  opacity: .5;
}

.card-profile {
    position: absolute;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    top: -20px;
    z-index: 10;
}

.card-header {
    position: relative;
    background-color: #6083FF;
    width: 100%;
    height: 25px;
    display: block;
}

.card-copy {
    padding: 40px 15px 15px 15px;
    font-family: 'Merriweather', serif;
    text-align: center;
}

.card-profile img {
    border-radius: 50%;
    border: 3px solid #FFF;
}

.form {
	
}

.required {
	font-size: 10px !important;
	position: absolute;
	right: 10px;
	top: 10px;
	color:#8F1214;
}

.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.disclaimer {
	position: relative;
}

.disclaimer p {
	font-size: 12px;
}

label.error {
	display: none !important;
}

#checkbox-error {
	display: inline-block !important;
}

/* ==========================================
LANDER
========================================== */

.lander-tagline {
	padding-top: 15px;
}

.signup-form-container {
	background-color: rgba(255,255,255,.9);
	border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.otherwise {
	font-size: 12px;
	line-height: normal;
}

/* ==================================  MEDIA QUERIES  ================================== */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
body {
	font-size: 18px;
}

h1 {
	font-size: 42px;
}

h4 {
	font-size: 24px;
}

.full-left {
	padding-right: 0px;
}

.full-right {
	padding-left: 0px;
}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {


}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

