@charset "UTF-8";
/* CSS Document */

#hero {
	position: relative;
	margin: 0;
	padding: 0;
	height: 500px;
  background: #fff url("../images/hero-yoga.jpg") no-repeat center center;
	background-size: cover;
}
.carrier-logos {
  display: inline-block;
  margin-top: -70px;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  /*background: rgba(255,255,255,.9)!important;*/
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.carrier-logos img {
	display: inline;
  padding: 0 02.3931623931624%;
}
.zipCapture {
	position: absolute;
	margin: 40px;
	padding: 20px 20px 10px 20px;
	width: auto;
	max-width: none;
	background: rgba(255,255,255,.85)!important;
	background: #fff;
	border: 1px solid #D8D8D8;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.zipCapture h1 {
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
	color: #21356a;
	font-family: "museo-sans", Trebuchet MS, Helvetica, Arial, "sans-serif";
	font-size: 3em;
	font-weight: 700;
	line-height: 1.125em;
	text-shadow: 2px 2px 0 rgba(255,255,255,.9);
}
.zipCapture p {
	display: block;
	margin: 0;
	padding: 0 0 15px 0;
	color: #333;
	font-family: "museo-sans", Trebuchet MS, Helvetica, Arial, "sans-serif";
	font-size: 1.375em;
	line-height: normal;
}
.zipContainer {
	display: block;
	padding: 1px;
	width: auto;
}
.zipContainer ul {
	list-style: none;
	margin: 0;
	padding: 8px 0;
	line-height: normal;
	text-align: left;
}
.zipContainer li {
	list-style: none;
}
.zipContainer label {
	font-family: "museo-sans", Helvetica, Arial, "sans-serif";
	font-size: 16px !important;
}
#enterzip {
	padding: 3px 0;
}
#enterzip input {
	vertical-align: middle;
}
.textfield {
	padding: 5px;
	height: 46px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 1.3333333;
	font-weight: normal;
	background: #fff;
	border: 1px solid #a1a1a1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#zipContainer label {
	margin-bottom: 0;
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	vertical-align: middle;
}
.zipCapture p.message, .zipContainer p.message {
	padding: 0;
	color: #f00;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
.content {
	padding-top: 20px;
}
/* Plan Types Table
===================================================================== */
#suppPlansTable td {
	padding: 12px;
	font-size: .875em;
	text-align: center;
}
.planType {
	width: 7%;
	font-weight: 700;
	text-align: center;
	text-transform: capitalize;
}
#suppPlansTable td.planName {
	text-align: left;
	width: auto;
}
.glyphicon.glyphicon-ok {
	color: #090;
}
.glyphicon.glyphicon-ban-circle {
	color: #999;
}
.disclaimer {
	font-size: .75em;
}
/* Call to Action (Speak with a licensed agent)
===================================================================== */
.cta {
	margin: 0 auto;
	padding: 15px 20px 5px 20px;
	max-width: 400px;
	font-size: 1.25em;
	font-weight: 500;
	text-align: center;
	background: #f9f9f9;
	border: 1px solid #D8D8D8;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.cta .phone {
	display: block;
	font-family: "museo-sans", Trebuchet MS, Helvetica, Arial, "sans-serif";
	color: #00396f;
	font-size: 1.375em;
	font-weight: 700;
}
.cta .hours {
	display: block;
	color: #666;
	font-size: .75em;
}
.cta .hours span {
	display: block;
}
.cta a {
	color: #00396F;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.carrier-logos img {
		display: inline;
		padding: 0 03.4020618556701%;
	}
	.zipCapture {
		width: 52%;
	}
	.zipCapture h1 {
		font-size: 2.625em;
	}
	.zipCapture p {
		font-size: 1.375em;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#hero {
		position: relative;
		height: 350px;
		background: url("../images/hero-yoga.jpg") no-repeat center center;
		background-size: cover;
	}
	.zipCapture {
		width: 52%;
		max-width: inherit;
	}
	.zipCapture h1 {
		font-size: 2em;
	}
	.zipCapture p {
		font-size: 1.375em;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
	#hero {
		position: relative;
		height: 450px;
		background: url("../images/hero-yoga.jpg") no-repeat center right;
		background-size: cover;
	}
  .carrier-logos {
    display: inline-block;
    margin-top: 0;
    padding: 5px 0;
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,.9)!important;
    background: #fff;
  }
  .carrier-logos img {
    width: 28%;
    height: auto;
  }
	.zipCapture {
		position: absolute;
		bottom: 0;
		margin: 15px 30px 30px 30px;
		padding: 20px 20px 10px 20px;
		width: auto;
		max-width: auto;
		min-width: 300px;
		background: rgba(255,255,255,.85);
		border: 1px solid #D8D8D8;
		overflow: hidden;
		border-radius: 15px;
	}
	.zipCapture h1 {
		font-size: 1.75em;
	}
	.zipCapture p {
		font-size: .1.375em;
	}
	.zipContainer label {
		font-family: "museo-sans", Helvetica, Arial, "sans-serif";
		font-size: 14px !important;
	}
  .content {
    padding-top: 0;
  }
}

@media (max-width: 414px) {
	#hero {
		position: relative;
		margin: 0;
		padding: 0;
		background: url("../images/hero-yoga.jpg") no-repeat 90% 0;
		background-size: cover;
	}
	.zipCapture h1 {
		font-size: 1.75em;
	}
	.zipCapture p {
		font-size: 1.375em;
	}
}

@media (max-width: 375px) {
	#hero {
		position: relative;
		margin: 0;
		padding: 0;
		height: 350px;
		background: url("../images/hero-yoga.jpg") no-repeat 90% 0;
		background-size: cover;
	}
	.zipCapture {
		margin: 15px 15px 30px 15px;
		padding: 20px 20px 10px 20px;
		min-width: inherit;
	}
	.zipCapture h1 {
		font-size: 1.75em;
	}
	.zipCapture p {
		font-size: 1.375em;
	}
	/*.cta {
		font-size: 1.125em;
	}*/
}

@media (max-width: 320px) {
	#hero {
		position: relative;
		margin: 0;
		padding: 0;
		height: 275px;
		background: url("../images/hero-yoga.jpg") no-repeat 85% 0;
		background-size: cover;
	}
	.zipCapture {
		margin: 15px 15px 30px 15px;
		padding: 15px 15px 10px 15px;
		min-width: inherit;
	}
	.zipCapture h1 {
		font-size: 1.5em;
	}
	.zipCapture p {
		font-size: 1.125em;
	}
}
