@charset "UTF-8";

@import url("https://use.typekit.net/xxw5aza.css");

:root {
	--primary-color: #007DBB;
	--secondary-color: #122461;
	--primary-dark-blue: #122461;
	--secondary-dark-blue: #07143D;
	--primary-light-blue: #58C0F3;
	--secondary-light-blue: #485C9D;
	--red: #dc3545;
	--white: #FFFFFF;
	--blue: #0095FF;
	--orange: #FF7F00;
	--dark-orange: #DD5309;
	--green: #179F1D;
	--light-gray: #ECECEC;
	--checkbox-bd-hover: #C3C3C3;
	--gray: #666666;
	--medium-gray: #828282;
	--medium-700-gray: #707070;
	--dark-gray: #2E2D2D;
	--darker-gray: #3D3D3D;
	--primary-font: "Lexend Deca", sans-serif;
}

body {
	color: #2E2D2D;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	background: #fff;
}

form {
	padding-top: 102px;
}

a {
	color: #01304A;
	text-decoration: none;
}

	a:hover {
		color: #01304A;
		text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #2E2D2D;
	font-family: "Lexend Deca", sans-serif;
	font-style: normal;
}

h1 {
	font-family: lora, serif;
	font-size: 3.2em;
	font-weight: 700;
	font-style: normal;
}

h2 {
	margin: 0 0 20px 0;
	font-size: 2.25em;
	font-weight: 700;
	letter-spacing: -.01em;
}

	h2 span {
		display: inline;
	}

h3 {
	font-size: 21px;
}

	h3 span {
		display: block;
		padding: 0 !important;
	}

b, strong {
	font-family: "Lexend Deca", sans-serif;
}

.margin10 {
	margin-bottom: 10px;
}

.margin20 {
	margin-bottom: 20px;
}

.margin30 {
	margin-bottom: 30px;
}

.margin40 {
	margin-bottom: 40px;
}

.margin50 {
	margin-bottom: 50px;
}

header {
	padding: 12px 0;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

#logo {
	padding: 20px 0;
}

	#logo img {
		width: auto;
		max-height: 35px;
	}

.phone-mobile {
	display: none;
}

.needHelp {
	float: right;
	padding: 0;
	width: fit-content;
	color: #828282;
	font-family: "Lexend Deca", sans-serif;
	font-size: 1em;
	letter-spacing: .03em;
	line-height: 1.4em;
	text-align: right;
}

	.needHelp .lead {
		font-size: 1em;
		font-weight: 400;
	}

	.needHelp .phone {
		display: block;
		padding: 5px 0;
		color: #2CBC6F;
		font-family: "Lexend Deca", sans-serif;
		font-size: 1.75em;
		font-weight: 500;
	}

	.needHelp .hours {
		display: block;
		color: #828282;
		font-size: 1em;
		font-weight: 400;
	}

		.needHelp .hours span {
			display: block;
		}

	.needHelp a {
		color: #2CBC6F;
		text-decoration: none;
	}

		.needHelp a:hover {
			cursor: pointer;
			color: #2CBC6F;
			text-decoration: underline;
		}

.jumbotron {
	position: relative;
	margin: 0;
	padding: 70px 0 70px 0;
	background: #fff url("../img/hero-opt.webp") no-repeat;
	background-size: cover;
	background-position: 50% 0;
}

	.jumbotron h1 {
		margin: 0;
		padding: 0 0 20px 0;
		color: #383838;
		font-family: lora, serif;
		font-size: 52px;
		font-weight: 700;
		font-style: normal;
		text-align: left;
	}

		.jumbotron h1 span {
			display: block;
		}

	.jumbotron h2 {
		font-family: "Lexend Deca", sans-serif;
		font-size: 1.5em;
		font-weight: 400;
		text-align: left;
	}

	.jumbotron p {
		margin-bottom: 25px;
		color: #828282;
		font-size: 20px;
		font-weight: 400;
	}

	.jumbotron ul {
		display: block;
		margin: 40px auto 0 auto;
		color: #000;
		font-size: 1em;
		font-weight: 600;
		text-align: center;
	}

		.jumbotron ul li {
			padding-left: 10px;
			padding-right: 7px;
			background: url(../img/nav-li-bg.png) no-repeat 0 50%
		}

			.jumbotron ul li:nth-child(1) {
				background: 0 0
			}

.bg-dark {
	padding-top: 48px;
	padding-bottom: 48px;
	color: #fff;
	background-color: #01304a;
}

.textfield {
	padding: 5px 12px;
	height: 37px;
	color: #000;
	font-size: 1em;
	line-height: 1.3333333;
	font-weight: 600;
	text-align: center;
	background: #fff;
}

.btn-default {
	height: 50px;
	color: #0e2341;
	font-family: "Lexend Deca", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #F5C009;
	border-color: #F5C009;
	border-radius: 8px;
	box-shadow: 0 3px 6px rgba(16, 42, 67, .16);
}

	.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover {
		color: #fff !important;
		background-color: #DCAD08 !important;
		border-color: #DCAD08 !important;
	}

	.btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
		background-color: #F28049;
		border-color: #F28049;
	}

.btn-primary {
	color: #fff;
	font-family: "Lexend Deca", sans-serif;
	font-size: 16px;
	font-weight: 400;
	background-color: #012D8E;
	border-color: #012D8E;
	border-radius: 8px;
}

	.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
		color: #fff !important;
		background-color: #012D8E !important;
		border-color: #012D8E !important;
	}

.btn-outline {
	color: #2F5D8C;
	font-family: "Lexend Deca", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 13px 32px;
	background-color: #fff;
	border-color: #2F5D8C;
	border-radius: 8px;
}

	.btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
		color: #fff !important;
		background-color: #2F5D8C !important;
		border-color: #2F5D8C !important;
	}

input {
	vertical-align: middle;
}

.message {
	position: absolute;
	display: inline-block;
	top: 5px;
	left: 0;
	padding: 0;
	width: 100%;
	color: #DE4F5C;
	font-family: "Lexend Deca", sans-serif;
	font-size: inherit !important;
	font-weight: 600 !important;
	line-height: normal;
	text-align: left;
	background-color: #fff
}

#disclaimer p {
	color: #5A5A5A;
	font-size: .875em !important;
	text-align: left;
	line-height: normal;
	letter-spacing: .01em;
}

	#disclaimer p strong {
		display: block;
		font-weight: 700;
	}

#disclaimer a {
	color: #012D8E;
	font-weight: bold;
	text-decoration: underline;
}

#carrier-logos {
	display: block;
	padding: 40px 0;
	text-align: center;
	background: #012D8E
}

	#carrier-logos img {
		display: inline;
		padding: 0 25px
	}

		#carrier-logos img.cigna {
			margin-top: -10px;
		}

#content {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #fff;
}

	#content h2 {
		color: #012D8E;
		font-size: 1.625em;
	}

#footer {
	position: relative;
	color: #828282;
	padding: 100px 0 30px 0;
	line-height: normal;
	background: #ECECEC;
}

	#footer p {
		color: #828282;
		font-size: .875em;
		font-weight: 300;
	}

		#footer p sup {
			font-size: 60%;
		}

#footer-links {
	display: block;
	margin: 60px 0 20px 0;
	font-size: 1em;
}

	#footer-links li {
		padding-left: 12px;
		padding-right: 6px;
		background: url(../img/nav-li-bg.png) no-repeat 0 50%
	}

		#footer-links li:nth-child(1) {
			padding-left: 0;
			background: 0 0;
		}

		#footer-links li a {
			color: #2E2D2D;
			font-weight: 400;
			text-decoration: none;
		}

			#footer-links li a:hover {
				color: #2E2D2D;
				text-decoration: underline;
			}

.trusted-site-badge {
	float: right;
	max-height: 50px;
}

.copyright {
	color: #828282;
	font-size: .75em
}

.disclaimer {
	padding-top: 60px;
	background: #ECECEC;
}

	.disclaimer p {
		color: #828282;
		font-size: .75em;
		line-height: 20px
	}

		.disclaimer p sup {
			font-size: 65%;
		}

	.disclaimer a {
		color: #828282;
		line-height: normal;
		text-decoration: underline
	}

	.disclaimer span {
		float: right;
		margin-left: 5px;
	}

.modal-title {
	font-family: "Lexend Deca", sans-serif;
	font-size: 18px;
	font-weight: 600;
}

.modal-links {
	margin: 5px 0 0 -5px;
	padding: 3px 5px;
	font-weight: 500;
	font-size: 14px;
	text-transform: capitalize;
	list-style: none;
	background: #f2f2f2;
}

	.modal-links > li {
		display: inline-block;
	}

		.modal-links > li + li:before {
			padding: 0 5px;
			color: #ccc;
			content: "/\00a0";
		}

	.modal-links > .active a {
		color: #777;
	}

.modal-body {
	max-height: calc(100vh - 210px);
	overflow-y: auto;
	font-size: .875em;
	line-height: 24px
}

	.modal-body h1 {
		margin: 20px 0 10px 0;
		color: #000;
		font-family: "Lexend Deca", sans-serif;
		font-size: 1.375em;
		font-weight: 700;
	}

	.modal-body h2 {
		margin: 20px 0 10px 0;
		color: #000;
		font-family: "Lexend Deca", sans-serif;
		font-size: 1.25em;
	}

	.modal-body h3 {
		margin: 20px 0 10px 0;
		color: #000;
		font-family: "Lexend Deca", sans-serif;
		font-size: 1.125em;
		font-weight: 600;
	}

	.modal-body tr:hover {
		background-color: #e5e5e5;
	}

	.modal-body td {
		padding: 0 3px;
	}

.underline {
	text-decoration: underline;
}

.panel-default > .panel-heading a:after {
	content: "";
	position: relative;
	top: 0;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	transition: transform .25s linear;
	-webkit-transition: -webkit-transform .25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
	content: "\2212";
	font-size: 1.25em;
	-webkit-text-stroke: 3px #f5f5f5;
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
	content: "\2b";
	font-size: 1.25em;
	font-weight: 100;
	-webkit-text-stroke: 3px #f5f5f5;
}

.panel-title {
	font-family: museo-sans, sans-serif;
	font-size: 1em;
	font-weight: 400;
}

	.panel-title > a {
		display: block;
		font-weight: 600;
	}

.panel-body ul {
	margin-bottom: 10px;
}

.panel-body ol {
	padding-left: 20px;
}

.panel-body table td {
	padding: 5px;
	line-height: normal;
}

.table-responsive a {
	overflow-wrap: anywhere;
}

/* Carrier Logos in footer disclaimer - START */

#carriers .modal-dialog {
	max-width: 522px;
	max-height: 661px;
}

#carriers .modal-header {
	border-bottom: 0;
	padding-bottom: 0;
}

#carriers .modal-body ul {
	margin-bottom: 0;
}

#carriers .modal-body li {
	padding-top: 12px;
	padding-bottom: 12px;
}

	#carriers .modal-body li:first-child {
		padding-top: 0;
	}

	#carriers .modal-body li:not(:last-child) {
		border-bottom: 1px solid #D6D6D6;
	}

#carriers .modal-body strong,
#carriers .modal-body b {
	font-weight: 600;
	color: var(--dark-gray);
	line-height: 24px;
	display: inline-block;
}

#carriers .modal-body address {
	color: var(--medium-gray);
	font-size: 12px;
	font-family: var(--primary-font);
	margin-bottom: 0;
	line-height: 16px;
	display: block;
	font-weight: 400;
	margin-top: 5px;
}

#carriers .modal-dialog {
	max-width: 522px;
	max-height: 661px;
}

#carriers .modal-header {
	border-bottom: 0;
	padding-bottom: 32px;
}

#carriers .modal-body ul {
	margin-bottom: 0;
}

#carriers .modal-body li {
	padding-top: 12px;
	padding-bottom: 12px;
}

	#carriers .modal-body li:first-child {
		padding-top: 0;
	}

	#carriers .modal-body li:not(:last-child) {
		border-bottom: 1px solid #D6D6D6;
	}

#carriers .modal-body strong,
#carriers .modal-body b {
	font-weight: 600;
	color: var(--dark-gray);
	line-height: 24px;
	display: inline-block;
}

#carriers .modal-body address {
	color: var(--medium-gray);
	font-size: 12px;
	font-family: var(--primary-font);
	margin-bottom: 0;
	line-height: 16px;
	display: block;
	font-weight: 400;
	margin-top: 5px;
}

#carrier-logos-list {
	padding-top: 0;
	padding-bottom: 0;
}

	#carrier-logos-list .align-items-center {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 65px;
	}

/* Carrier Logos in footer disclaimer - END */

@media screen and (max-width: 1199px) {
	h3 {
		color: #27241D;
		font-size: 18px;
	}

	#carrier-logos {
		display: block;
		padding: 15px 0;
	}

		#carrier-logos img {
			display: inline;
			padding: 10px 20px
		}
}

@media (min-width:768px) and (max-width:1024px) {
	.jumbotron {
		position: relative;
		margin: 0;
		padding: 80px 0 80px 0;
		background: #fff url("../img/hero-bg@768.png") no-repeat;
		background-size: cover;
	}

		.jumbotron h1 {
			padding-bottom: 10px;
			font-size: 2.5em;
			line-height: 1.25em;
		}

		.jumbotron p {
			font-size: 18px;
		}
}

@media screen and (max-width: 991px) {
	#footer-links li:nth-child(5) {
		padding-top: 5px;
		padding-left: 0;
		background: none;
	}
}

@media screen and (max-width: 820px) {
	.jumbotron {
		margin-bottom: 0;
		padding-top: 50px;
		padding-bottom: 50px;
	}

		.jumbotron p {
			font-size: 18px;
		}

	h3 {
		color: #27241D;
		font-size: 15px;
	}

	#footer-links li:nth-child(5) {
		padding-top: 5px;
		padding-left: 0;
		background: none;
	}
}

@media screen and (max-width: 768px) {
	.jumbotron {
		position: relative;
		margin: 0;
		padding: 50px 0 50px 0;
		background: #fff url("../img/hero-bg@768.png") no-repeat;
		background-size: cover;
	}

		.jumbotron p {
			font-size: 16px;
		}

	h3 {
		color: #27241D;
		font-size: 14px;
	}
}

@media (min-width:280px) and (max-width:767px) {
	form {
		padding-top: 82px;
	}

	header {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.needHelp {
		display: none;
	}

	.logo {
		padding: 6px 0;
		text-align: left;
	}

		.logo img {
			width: 220px;
			height: auto;
		}

	#logo {
		padding: 0;
	}

		#logo img {
			width: auto;
			max-height: 35px;
		}

	.phone-mobile {
		display: block;
		position: absolute;
		top: -5px;
		right: 15px;
	}

		.phone-mobile a {
			font-size: 20px;
			background: #ececec url(../img/phone-solid.svg) no-repeat center center;
			border-radius: 50%;
			width: 48px;
			height: 48px;
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
			text-decoration: none;
			text-indent: -9999px
		}

	h2 {
		margin: 0 0 20px 0;
		font-size: 1.875em;
		letter-spacing: -.01em
	}

		h2 span {
			display: block;
		}

	h3 {
		color: #27241D;
		font-size: 18px;
	}

		h3 span {
			display: inline;
		}

	.btn {
		width: 100%;
	}

	#mobileHero, #mobileFindPlan {
		display: block;
	}

		#mobileHero img, #mobileFindPlan img {
			margin: 0 auto;
			width: 100%;
			height: auto;
		}

	.jumbotron {
		padding-top: 0;
		padding-bottom: 40px;
		background: #fcf9f4;
	}

		.jumbotron h1 {
			font-size: 2.25em;
			text-align: center;
		}

			.jumbotron h1 span {
				display: block;
			}

		.jumbotron p {
			line-height: normal;
			text-align: center;
		}

		.jumbotron ul {
			font-size: .875em;
		}

	footer img {
		float: none;
	}

	#footer {
		padding: 50px 0 30px 0;
	}

		#footer p {
			font-size: .875em;
		}

		#footer .phone {
			text-align: left;
		}

		#footer .hours {
			text-align: left;
		}

	#footer-links {
		float: none;
		text-align: center;
		line-height: 1.25em;
		margin: 0 auto 20px auto;
	}

		#footer-links li {
			padding-top: 5px;
			padding-left: 12px;
			padding-bottom: 5px;
			padding-right: 6px;
		}

			#footer-links li:nth-child(1),
			#footer-links li:nth-child(3),
			#footer-links li:nth-child(5) {
				padding-left: 0;
				background: none;
			}

	.copyright {
		float: none;
		margin: 0 auto 5px auto;
		padding: 2px 0;
		font-size: .875em;
		text-align: center;
	}

	.flogo {
		margin: 0 auto;
		text-align: center;
	}

	.trusted-site-badge {
		float: none;
		margin: 40px auto;
		text-align: center;
	}

	.disclaimer p {
		font-size: .875em;
		text-align: left;
	}

	.modal-links {
		font-size: .75em;
	}

	.panel-default > .panel-heading a[aria-expanded="true"]:after {
		content: "";
	}

	.panel-default > .panel-heading a[aria-expanded="false"]:after {
		content: "";
	}

	/* Carrier Logos in footer disclaimer - START */

	#carriers .modal-body strong,
	#carriers .modal-body b,
	#carriers .modal-body address {
		font-size: 12px;
		line-height: 16px;
	}

	#carriers .modal-dialog {
		max-width: calc(100% - 40px);
		margin-right: auto;
		margin-left: auto;
		margin-top: 30px;
	}

	/* Carrier Logos in footer disclaimer - END */
}

@media (min-width:439px) and (max-width:694px) {
	.copyright {
		margin-bottom: 3px;
	}
}

@media (min-width:439px) and (max-width:639px) {
	#footer {
		padding: 25px 0 15px 0;
	}

	#carrier-logos {
		display: block;
		padding: 25px 0 15px 0
	}
}

@media (min-width:280px) and (max-width:490px) {
	.jumbotron ul li:nth-child(3) {
		background: 0 0
	}
}

@media (min-width:320px) and (max-width:439px) {
	.jumbotron h1 {
		font-size: 1.75em;
		line-height: 1.25em;
		text-align: center;
	}

	#carrier-logos {
		display: block;
		padding: 25px 0 15px 0
	}

		#carrier-logos img {
			margin-bottom: 10px
		}
}

@media screen and (max-width: 414px) {
	.jumbotron h1 {
		font-size: 2.25em;
		line-height: 40px;
		text-align: center;
	}
}

@media screen and (max-width: 393px) {
	.jumbotron h1 {
		font-size: 2.25em;
		line-height: 40px;
		text-align: center;
	}
}

@media screen and (max-width: 375px) {
	.jumbotron h1 {
		font-size: 2.25em;
		line-height: 40px;
		text-align: center;
	}
}

@media screen and (max-width: 360px) {
	.jumbotron h1 {
		font-size: 2.25em;
		line-height: 40px;
		text-align: center;
	}
}

@media screen and (max-width: 320px) {
	#logo img {
		width: auto;
		max-height: 35px;
	}

	.jumbotron h1 {
		font-size: 2.25em;
		line-height: 40px;
		text-align: center;
	}

	h2 {
		font-size: 1.375em;
	}
}