#engage-overlay {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #dddcdc;
	padding: 10px;
	padding-bottom: 20px;
	border-top-right-radius: 10px;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
	z-index: 10000;
	display: none;
	color: #333;
}
#engage-overlay .engage-hide {
	text-align: right;
	float: right;
	font-size: 30px;
	margin-right: 5px;
}
#engage-overlay .engage-hide a {
	color: #333 !important;
}
#engage-overlay .engage-content {
	
}
#engage-overlay .engage-main {
	font-size: 40px;
}
#engage-overlay .engage-sub {
	font-size: 14px;
}
html, body {
	font-family: 'Open Sans',Arial,sans-serif;
    background: #FFF;
    font-weight: 300;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #94a3a8;
}
:focus {outline:none;}
a.no-wrap { 
	white-space: nowrap; 
}
a {
	color: #385da3;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.scrolldown-arrows {
	margin-left: 0;
	margin-right: 0;
}
.panel {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.panel::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.panel:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.panel:hover::after {
    opacity: 1;
}
.section-title h1 {
	font-size: 40px;
    font-weight: 600;
    margin: 15px 0;
	color: #384047;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.form h2 {
    color: #595c60;
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
	margin-bottom: 10px;
}
.site-wrapper {
	/*max-width: 1366px;*/
	margin: 0 auto;
	position: relative;
}
.content-container {
	max-width: 1120px;
	margin: 0 auto;
}
.hero {
	text-align: center;
	background-image: url('../img/bg.jpg');
	background-size: cover;
	padding: 30px 15px;
	position: relative;
}
.header-image {
	margin-top: 10px;
	margin-bottom: 5px;
}
.header-image img {
	margin: 0 auto;
}
.logo img {
	margin: 0 auto;
}
.hero-title h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0;
    font-weight: 600;
	color: #fff;
}
.hero-sub-title h2 {
	font-size: 20px;
    line-height: 25px;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0;
    font-weight: 500;
	color: #fff;
}
.has-margin-top-lg {
    margin-top: 40px;
}
.features {
	text-align: left;
	padding-bottom: 20px;
}
.feature-single {
	margin-bottom: 20px;
}
.feature-single img {
	margin-right: 20px;
    margin-top: 8px;
}
.feature-single h5 {
	color: #fff;
	font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
	margin-bottom: 5px;
    margin-left: 50px;
}
.feature-single p {
	color: #A1B8E4;
    margin-left: 50px;
    margin-bottom: 0;
}
.signup-block {
    padding: 20px;
    background: #FFF;
    color: #535353;
    text-align: left;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,0.4);
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
}
.input-lg {
    height: 55px;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
section .row {
    margin-bottom: 20px;
}
.center {
    text-align: center;
}
.lined {
    border-top: 1px solid #d6dae1;
    margin-top: 15px;
    padding-top: 10px;
}
.form-control {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #DCDCDC;
}
.form {
	color: #333;
}
.form input,
.form select {
    height: 47px;
    background-color: #fff;
    border: 2px solid #d6dae1;
    margin-right: 15px;
	font-weight: bold;
}
.form .input-group-addon {
    background-color: #d6dae1;
}
.form .input-group-addon:last-child > .btn, .form .input-group-addon:last-child > .btn-group {
    margin-left: -1px !important;
}
.form .dep, .form .spouse {
    display: none;
}
.form input[type='radio'] {
    transform: scale(1.2);
    margin-top: -12px;
}
.form .input-group-addon .btn {
    height: 47px;
}
.form .checkbox-inline, .form .radio-inline {
    display: inline-block !important;
    margin-top: 12px;
}
.form #form_zipcode {
    width: 50%;
}
.footercta .btn-warning {
    background-color: #ff871c;
    line-height: 1.8;
    -webkit-box-shadow: 0 3px 0 rgb(214,106,18);
    box-shadow: 0 3px 0 rgb(214,106,18);
}
.footercta .btn-lg, .btn-group-lg>.btn {
    padding: 10px 28px;
    height: 52px;
	border-radius: 3px;
}
.form label {
	font-size: 16px;
    margin-bottom: 10px;
    display: block;
}
.breath {
    margin: 50px auto;
	margin-bottom: 60px;
}
.pyramid-parts {
	margin-top: 10px;
}
.pyramid-part {
	color: #000;
	margin-bottom: 20px;
}
.pyramid-part h2 {
	margin: 0;
	padding: 0;
}
.pyramid-part h4 {
	margin: 0;
	padding: 0;
}
.pyramid-major {
	color: #9d1319;
}
.pyramid-intermediate {
	color: #b0a700;
}
.pyramid-everyday {
	color: #277d33;
}
h3 {
    font-size: 30px;
    margin: 10px 0;
    font-weight: 600;
}
h4 {
    font-size: 25px;
    margin: 10px 0;
}
h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    color: #384047;
}
.faq p {
    margin-bottom: 25px;
}
.faq .col-md-6 {
	min-height: 130px;
}
.reassure {
    color: #AAAAAA;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 11px;
    font-style: italic;
}
.has-margin-bottom-sm {
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: 15px;
}
.form-group.last {
    margin-bottom: 0;
}
.as-seen-on {
    color: #3f74c6;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #DFE4E9;
}
.services {
	color: #bdc4ce;
	font-size: 18px;
    font-weight: 600;
}
.services div {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
.service {
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1
}
.section-title {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
}
.section-title h2 {
    color: #384047;
}
.section-title h4 {
    color: #94a3a8;
}
.coverage {
	margin-bottom: 40px;
}
.zigzag-lead {
    color: #595c60;
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
}
.zigzag {
    margin: 55px 0;
}
.zigzag p {
    line-height: 1.5;
    font-size: 16px;
}
.highlight {
    background: #e5e8ec;
    margin-top: 40px;
}
.footercta {
    padding: 20px 0 80px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    background-color: #6883cc;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.footercta .section-title {
    margin-top: 50px;
}
h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 15px 0;
}
.footercta .section-title h2 {
    color: #FFF;
}
h4 {
    font-size: 25px;
    margin: 10px 0;
}
.footercta .section-title h4 {
    color: #b5b2df;
}
.text-center {
    text-align: center;
}
.scrollto, .scrollto:hover {
    display: block;
    text-decoration: none;
    position: absolute;
    bottom: -30px;
    left: 50%;
    height: 70px;
    margin-left: -50px;
}
.scrollto--arrow {
    padding: 10px;
    position: relative;
}
.footer {
	text-align: center;
	font-size: 14px;
	color: #003f5f;
	text-transform: uppercase !important;
	padding-top: 20px;
	padding-bottom: 100px;
}
.footer .disclaimer {
	font-size: 10px;
}
.footer a {
	display: block;
	font-size: 30px;
}
.cd-container {
	width: 90%;
	max-width: 768px;
	margin: 2em auto;
}
.cd-container::after {
	/* clearfix */
	content: '';
	display: table;
	clear: both;
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #385da3 url(../img/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	border: solid 1px #fff;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #19526f;
	opacity: 1;
}
.no-margin {
	margin: 0 !important;
}
.centered {
	text-align: center;
}
.scrollto,
.scrollto:hover {
    display: block;
    text-decoration: none;
    position: absolute;
    bottom: -30px;
    left: 50%;
    height: 70px;
    margin-left: -50px;
}
.scrollto--arrow {
    padding: 10px;
    position: relative;
}
.scrollto--arrow img {
    animation: arrowbounce 1s alternate infinite;
    -moz-animation: arrowbounce 1s alternate infinite;
    -webkit-animation: arrowbounce 1s alternate infinite;
    -o-animation: arrowbounce 1s alternate infinite;
}
@keyframes arrowbounce {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@-moz-keyframes arrowbounce {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@-webkit-keyframes arrowbounce {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@-o-keyframes arrowbounce {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@media (min-width: 992px) {
	.signup-block {
		position: absolute;
		width: 100%;
	}
}
@media only screen and (max-width: 994px) {
	.panel {
		display: block;
	}
}
@media only screen and (max-width: 980px) {
	.zigzag-lead {
		padding-top: 20px;
	}
	.faq .col-md-6 {
		min-height: auto;
	}
}
@media only screen and (max-width: 768px) {
	.planpricing {
		text-align: center;
	}
	.planpricing img {
		margin: 0 auto;
		padding-bottom: 20px;
	}
}
@media only screen and (max-width: 500px) {
	.header-image {
		display: none;
	}
}