body {
	font-family: "Proxima", Arial, Helvetica, sans-serif;
	color:#545454;
	min-width: 0;
	background: #f7f7f7;
	height: auto;
}

#body_container {
	max-width: 1300px;
	margin: auto;
}
.prospect-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
input:not([type="checkbox"]) {
	-webkit-appearance: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
	text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	text-transform: none;
}

a.disabled {
	opacity: 0.4;
	color: inherit;
	cursor: not-allowed;
}
a.disabled:hover {
	opacity: 0.4;
	color: inherit;
}
/*HEADER*/
#top_border {
	height: 5px;
	background:#1d3f71;
	border-bottom: 1px solid #b4d4e2;
}

#header {
	min-height: 117px;
	background:#d6e7f0;
}

#header_content {
	position: relative;
}

#logo {
	margin-top: -10px;
	max-width: 180px;
	max-height: 68px;
}

#welcome_bar {
	margin-left: 15px;
	margin-top:-2px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	min-height: 50px;
}

#welcome_bar_innner {
	color:#fff;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-size: 13px;
}

#welcome_bar_innner.logged_out {
	width: 445px;
}

#welcome_bar .agency {
	color:#c5dbe7;
	font-weight: bold;
}
#welcome_bar a {
	color:#c5dbe7;
	text-decoration: none;
}
#welcome_bar img {
	margin-top:-5px;
	padding-right: 5px;
}
#welcome_bar td {
	padding: 0;
}

#welcome_bar td:first-child {
	padding-left: 0px;
}

#welcome_bar td.user {
	float: right;
	padding-right: 15px;
	border-radius: 0 0 5px 5px;
	cursor: pointer;
}

#welcome_bar .agentDropdown {
	float: right;
	line-height: 30px;
	margin: 10px 0 0 10px;
	height: 30px;
	width: 120px;
	border-radius: 5px;
	background-image: -moz-linear-gradient( 90deg, rgb(169,169,169) 0%, rgb(183,183,183) 4%, rgb(196,196,196) 18%, rgb(226,226,226) 41%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(169,169,169) 0%, rgb(183,183,183) 4%, rgb(196,196,196) 18%, rgb(226,226,226) 41%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(169,169,169) 0%, rgb(183,183,183) 4%, rgb(196,196,196) 18%, rgb(226,226,226) 41%, rgb(255,255,255) 100%);
}

#welcome_bar #currentAgentID {
	padding-left: 15px;
	color: rgb(29,63,113);
}

#welcome_bar .agentDownArrow {
	text-align: center;
	float: right;
	border-color: rgb(135, 171, 91);
	background-image: -moz-linear-gradient( 90deg, rgb(110,137,72) 0%, rgb(131,164,86) 42%, rgb(152,191,100) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(110,137,72) 0%, rgb(131,164,86) 42%, rgb(152,191,100) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(110,137,72) 0%, rgb(131,164,86) 42%, rgb(152,191,100) 100%);
	height: 30px;
	width: 30px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	line-height: 30px;
}

#welcome_bar .agentDownArrow img {
	margin: 0;
	padding: 0;
}

#welcome_bar .arrow-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #FFFFFF;
	position: absolute;
	top: -5px;
	right: 10px;
}

#welcome_bar #idList {
	margin-top: 10px;
	padding: 10px 0 5px;
	z-index: 10;
	width: 120px;
	background-color: #FFFFFF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: relative;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
}

#welcome_bar #idList span {
	padding-left: 10px;
	color: #578BAB;
}

#welcome_bar #idList ul {
	list-style-type: none;
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(219, 219, 219, 1);
}

#welcome_bar #idList ul li {
	color: rgb(29,63,113);
	margin: 0;
	padding: 5px 0 5px 10px;
}

#welcome_bar #idList ul li.selected {
	background: #E8F1DA url('../images/icons/check_mark.png') no-repeat 90px 50%;
}

#welcome_bar td.spacer {
	background-color: #D6E7F0;
	width: 3px;
	padding: 0;
}

#welcome_bar td.no_divider {
	padding-right: 0px;
}

#welcome_bar td.rightHeaderBar {
	padding: 0 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#welcome_bar td a.logout {
	margin-left: 18px;
	width: 47px;
}

#logged_in_as {
	display: inline;
	width: 215px;
	height: 50px;
	padding-left: 15px;
}

.agent_logged_in_name {
	max-width: 135px;
	width: 135px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.logged_out {
	display: none;
	padding-left: 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.welcome_bar_background {
	background: rgb(29,63,113); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(29,63,113,1) 0%, rgba(12,42,86,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,63,113,1)), color-stop(100%,rgba(12,42,86,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(29,63,113,1) 0%,rgba(12,42,86,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(29,63,113,1) 0%,rgba(12,42,86,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(29,63,113,1) 0%,rgba(12,42,86,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(29,63,113,1) 0%,rgba(12,42,86,1) 100%); /* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1d3f71', endColorstr='#0c2a56',GradientType=0 ); /* IE6-9 */
}

/* Placeholder text color for browsers not supporting the html5 placeholder attribute */
.hasPlaceholder {
	color: #777;
}

#header_customer_control {
	margin-top: 0;
	margin-left: 10px;
	text-align: right;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	color:#8ea9b8;
	text-shadow: 0 1px 0 #eef7fb;
	font-size: 12px;
	font-weight: bold;
}

#title {
	text-align: right;
	color:#0e3166;
	font-size: 22px;
	text-shadow: 0 1px 0 #c5dbe7;
	height: 40px;
	vertical-align: middle;
	padding-bottom: 20px;
}

#tabs_left, #tabs_right {
	margin-top: 0;
	position: relative;
	bottom:-1px;
	height: 37px;
}

.page_title {
	font-size: 20px;
	color:#0e3166;
}

.tab {
	background:#e4eff5;
	color:#8ea9b8;
	text-shadow: 0 1px 0 #f9fdfe;
	border-top: 1px solid #d0e3ed;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	width: auto;
	display: block;
	float: right;
	margin-left: 5px;
	font-size: 18px;
	font-weight: bold;
}
.tab.selected {
	background: rgb(237,243,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(237,243,246,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,243,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(237,243,246,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(237,243,246,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(237,243,246,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(237,243,246,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#edf3f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	color:#545454;
	text-shadow: none;
	border-top-color:#b8d3e0;

}

.customer_control_track {
	position: relative;
	width: 55px;
	height: 23px;
	display: inline-block;
	vertical-align: middle;
}

.customer_control_bk {
	display: block;
	overflow: visible;
	margin-top: 2px;
	width: 50px;
	height: 18px;
	position: absolute;
}

.customer_control_bk.yes {
	background: url(../images/icons/customer_control_track.png) repeat-x 0 0;
}

.customer_control_bk.no {
	background: url(../images/icons/customer_control_track.png) repeat-x -50px 0;
}

.customer_control_handle {
	width: 23px;
	height: 23px;
	display: block;
	position: absolute;
	left:-5px;
	background: url(../images/icons/customer_control_handle.png) no-repeat 0 0;
}

span.withcustomer {
	vertical-align: top;
	padding-right: 20px;
}

div.withcustomer {
	text-align: center;
	padding: 12px 0;
	background-color: #F5F5F5;
	border-radius: 4px;
	margin: 8px 0px 20px;
	font-size: 16px;
}

/*PAGE*/
.page_divider {
	height: 4px;
	background:#fff;
	border-top: 1px solid #c3dae6;
	border-bottom: 1px solid #e3e3e2;
}
#page_content {
	padding-bottom: 20px;
}

h1, h2, h3, h4 {
	color:#0e3166;
	font-weight: bold;
}

/*BUTTONS*/
.greenButton {
	background: rgb(74, 144, 0);
	font-size: 18px;
	font-weight: bold;
	color:#fff;
	border-radius: 25px;
	display: block;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	border: 0;
}

.greenButton:hover {
	background: rgb(61, 131, 0);
}
.startQuoteButton {
	width: 157px;
	height: 36px;
	display: block;
	border: none;
	text-decoration: none;
	cursor: pointer;
	background: url(../images/dashboards/start_quote_sprite.png) no-repeat;
	clear: left;
	float: left;
}
.startQuoteButton.growup {
	background-position: 0 0px;
}
.startQuoteButton.growup:hover {
	background-position: 0 -36px;
}

.startQuoteButton.college {
	background-position: 0 -72px;
}
.startQuoteButton.college:hover {
	background-position: 0 -108px;
}

.startQuoteButton.term {
	background-position: 0 -144px;
}
.startQuoteButton.term:hover {
	background-position: 0 -180px;
}

.startQuoteButton.whole {
	background-position: 0 -216px;
}
.startQuoteButton.whole:hover {
	background-position: 0 -252px;
}

.startQuoteButton.accident {
	background-position: 0 -288px;
}
.startQuoteButton.accident:hover {
	background-position: 0 -324px;
}

.startQuoteButton.guar_life {
	background-position: 0 -360px;
}
.startQuoteButton.guar_life:hover {
	background-position: 0 -396px;
}

/*continue to dashboard*/
#continue_dash_button {
	background-position: 0px 0px;
	background-image: url('../images/apps/continue_to_dash_button.png');
	background-repeat: no-repeat;
	width: 239px;
	height: 36px;
	display: inline-block;
}
#continue_dash_button:hover {
	background-position: 0 -36px;
}
/*end continue to dashboard*/


/*NAVIGATION*/
.nav {
	height: 44px;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url(../images/dashboards/nav_bk.png) repeat-x;
	-webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.1);
	margin-bottom: 0;
}
.nav table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.nav table td {
	height: 44px;
	vertical-align: middle;
	text-align: center;
}
.nav table td a.top {
	display: block;
	text-align: center;
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	color:#545454;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	border-right: 1px solid #dadada;
	border-left: 1px solid #fbfbfb;
}
.nav table td a.top:hover {
	background:#fbfbfb;
}
.nav table td:last-child a {
	border-right: none;
}
.nav table td ul {
	margin-left: -1px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	display: none;
	z-index: 5;
	position: absolute;
	background:#fbfbfb;
	border: 1px solid #dedede;
	min-width: 150px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.nav table td:hover ul {
	display: block;
}
.nav table td ul li {
	text-align: left;
	margin: 0 20px;
	padding: 0;
	min-height: 35px;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #fff;
	font-weight: normal;
}
.nav table td ul li a {
	display: block;
	color:#555555;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	min-height: 20px;
	font-size: 14px;
	line-height: 20px;
	padding: 7px 0;
}
.nav table td ul li a:hover {
	color:#5596bb;
}

/*Server Message*/
.urgent_message,
.server_message {
	font-size: 16px;
	color:#fa035b;
	margin: 15px;
}
#header .server_message {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 28px;
}
#header .server_message span {
	background-color:#d6e7f0;
	position: relative;
	z-index: 1;
}
#results_wrapper .server_message {
	margin-top: 10px;
	text-align: right;
}
#form_navigation .urgent_message,
#form_navigation .server_message {
	margin: 10px 0 0;
}


/*ANNOUNCEMENTS*/
#announcements_container:empty {
	margin-top: 0;
}
.announcement {
	position: relative;
	border: 1px solid;
	font-size: 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 10px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.15);
	box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.15);
}
.announcement:last-child {
	margin-bottom: 0;
}
.announcement a {
	font-size: 14px;
	text-decoration: underline;
}
.announcement a:hover {
	color:#598fb2;
}
.announcement .dismiss {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 12px;
	height: 12px;
	text-indent: -9000px;
	cursor: pointer;
	background: url('/gl/ap/view/images/site_images/dismiss.png') no-repeat;
}
.announcement .category {
	font-size: 16px;
}

.announcement.left {
	text-align: left;
	padding: 0 10px;
}

.announcement.red {
	background:#fdcbcc;
	border-color:#ebb1af;
	color:#fa035b;
}
.announcement.red .dismiss {
	background-position: 0;
}
.announcement.yellow {
	background:#fdf4cb;
	border-color:#f0d56c;
}
.announcement.yellow .dismiss {
	background-position:-14px;
}
.announcement.yellow {
	background:#fdf4cb;
	border-color:#f0d56c;
}
.announcement.yellow .dismiss {
	background-position:-14px;
}

#announcementOverlay_container {
	display: table;
	min-width: 530px;
}

/*FOOTER*/
#footer {
	padding-top: 60px;
	padding-bottom: 100px;
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
}

#footer .small-footer-heading {
	color:#0e3166;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #dddddb;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#footer a {
	clear: both;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color:#5596bb;
	text-decoration: none;
	line-height: 22px;
}

#footer .text {
	color:#b1b1b1;
	font-size: 13px;
}

#footer .small-footer-text {
	color:#b1b1b1;
	font-size: 13px;
	text-align: center;
	border-top: 1px solid #e3e3e1;
	margin-top: 18px;
	padding-top: 18px;
}
#footer .small-footer-text--no-border {
	color:#b1b1b1;
	font-size: 13px;
	text-align: center;
	margin-top: 18px;
	padding-top: 18px;
}

#footer .logged_in_as {
	float: left;
	padding-right: 4px;
}

#footer .user {
	float: left;
}

#footer .login-small-footer-text {
	text-align: center;
	margin-bottom: 1rem;
}

.wave {
	text-align: right;
	color:#b1b1b1;
	padding-top: 50px;
}

.header-text {
	color: #2989c3;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

#mobile_header h4 {
	margin: 0;
}

#mobile_logo {
	max-width: 180px;
	max-height: 68px;
}


#login_form_container {
	display: inline-block;
	text-align: left;
	width: 70%;
}
#login_form_container .error {
	display: block;
	width: 100%;
	margin:0 auto;
	color:#E50000;
	text-align: left;
	margin-top: -10px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}
#login_form_container label, #login_form_container input {
	display: block;
	margin-bottom: 5px;
}
#login_form_container label {
	font-size: 16px;
}
#login_form_container input {
	font-size: 20px;
	line-height: 46px;
	width: 100%;
	margin-bottom: 15px;
}

#login_form_container input:not([type="submit"]) {
	border-radius: 4px;
	border: #ccc solid 1px;
	padding-left: 8px;
}

#login_form_container .loginError input {
	border: 1px solid #E50000;
}

#login_form_container .rememberme label, #login_form_container .rememberme input {
	display: inline;
	width: auto;
	vertical-align: text-top;
	line-height: 16px;
}

#login_form_container .rememberme label {
	padding-left: 3px;
}

#login_form_container h1 {
	color: #545454;
	font-size: 22px;
	font-weight: bold;
	line-height: 27px;
}

#login_form_container a {
	text-align: center;
	font-size:16px;
}
a:link, a:visited, a:hover {
	color: #0E3166;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#prospect_updates .texture {
	display: flex;
	flex-wrap: nowrap;
}
#prospect_container #single-phone {
	height:140px;
	margin-right: 24px;
}
#prospect_container {
	padding: 20px 0;
	flex-wrap: nowrap;
	justify-content: center;
}

#prospect_container span img {
	height: 115px;
}
#prospect_container a img,
#prospect_container a svg {
	text-decoration: none;
	font-size: unset;
	height: 40px;
}
#prospect_container a img {
	width: 134px;
}
#prospect_container a svg {
	margin-right:8px;
}
#prospect_container div.flex {
	display: flex;
	flex-direction: row;
	padding: 0;
	justify-content: center;
	padding-bottom: 16px;
}
#prospect_container .questions {
	font-size: 14px;
	line-height: 20px;
	color: #2c2c2c;
	text-align: center;
}
#prospect_container .questions a {
	line-height: 25px;
	color: #0E3166;
	text-decoration: underline;
}
#prospect_container .questions span {
	padding-right:8px;
}


#prospect_container .heading {
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 0px;
	text-align: center;
	padding-bottom:16px;
}

#prospect_container .heading a {
	text-decoration: none;
}

#prospect_container p {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 10px;
}

.no_hassle {
	position: relative;
	margin-top: 16px;
}

.no_hassle a.no_hassle__link{
	background-color: #0773AD;
	font-size: 20px;
	line-height: 46px;
	color: #fff;
	text-decoration: none;
	border-radius: 25px;
	display: block;
	font-weight: bold;
}

.no_hassle .tooltip {
	width: 308px;
	color: #fff;
	background: #07588a;
	text-align: left;
	border-radius: 5px;
	padding: 10px;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -21px;
	left: 32px;
	display: none;
	font-weight: normal;
	font-size: 14px;
}

.no_hassle .tooltip::after {
	content: "";
	position: absolute;
	top: 50%;
	border-width: 10px;
	border-style: solid;
	margin-top: -20px;
	left: 0;
	margin-left: -20px;
	border-color: transparent #07588a transparent transparent;
}

.no_hassle .help-text-btn{
	color: #fff;
	text-decoration: none;
}
.no_hassle .help-text-btn:hover{
	 color: #fff;
	 text-decoration: none;
 }
.no_hassle .help-text-btn b{
	cursor: pointer;
}
.no_hassle .help-text-btn:hover .tooltip {
	display: block;
}

@media (max-width: 991px) {

	.no_hassle .help-text-btn{
		right: -20px;
	}
}

@media (max-width: 767px) {
	.no_hassle .help-text-btn{
		right: -10%;
	}
	.no_hassle .tooltip {
		left: auto;
		right: -32px;
		top: auto;
		margin-top: 14px;
	}
	.no_hassle .tooltip::after {
		top: 0;
		left: auto;
		right: 32px;
		transform: rotate(90deg);
	}
}
.help-text-btn {
	height: 20px;
	width: 20px;
	text-align: center;
	position: absolute;
	right: -10%;
	top: 30%;
	background-color: #07588a;
	border-radius: 50%;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 800;
	font-size: 16px;
	line-height: 20px;
}

#feature p{
	white-space: pre-line;
}

#feature h2, #feature h3 {
	margin-bottom: 10px;
}

#feature h2 {
	color: rgba(255,255,255,0.7);
	font-size: 36px;
	font-weight: 800;
	line-height: 44px;
}

#feature h3 {
	font-size: 54px;
	font-weight: 300;
	line-height: 56px;
	color: #fff;
}

#feature p {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

#feature a {
	font-size: 20px;
	line-height: 37px;
	color: #fff;
}

#jump_link {
	text-decoration: none;
}

#feature svg {
	width: 37px;
	vertical-align: bottom;
	margin-right: 10px;
}


#feature_preview #feature {
	max-width: 100%;
}

#feature_preview .row {
	padding: 3rem 0;
}

.texture {
	background-image: url("../images/login/background-texture.png");
}

#bell_panel {
	margin-left:48px;
	display: flex;
	text-align: left;
	padding-bottom:16px;
}
#notification_bell {
	height:30px;
}
#updates_panel {
	height: 124px;
	width: 80%;
	position: relative;
	margin-left:25px;
}

#updates_panel .pagination {
	font-size: 12px;
	color: #0E3166;
	letter-spacing: 1px;
	margin-bottom: 16px;
}


#updates_panel .heading {
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
}

#updates_panel .updates_content {
	font-size: 15px;
	line-height: 20px;
}


#updates_panel .updates_nav {
	position: absolute;
	z-index: 1;
	right: 0;
}

#updates_panel .mobile_updates {
	color: #0E3166;
	font-size: 24px;
	font-weight: bold;
}




#updates_panel .updates_nav svg {
	width: 35px;
	height: 35px; /* IE 11 */
	background-color: rgba(0,0,0,0.2);
	border-radius: 3px;
}
#updates_panel .updates_nav svg:hover {
	width: 35px;
	background-color: rgba(0,0,0,0.5);
	border-radius: 3px;
}

#products {
	padding-top: 10vw;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

#products h2 {
	font-size: 72px;
	margin-bottom: 20px;
	line-height: 25px;
	font-weight: 800;
}

#products h2 span {
	padding-left: 39px;
	padding-top: 28px;
	display: block;
	font-size: 36px;
	font-weight: 300;
}

#products .heading {
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 10px;
}

#products .teaser {
	margin-top: 85px;
	color: #545454;
	text-decoration: none;
}

#products .teaser .product-content {
	font-size: 16px;
}

#products svg {
	margin-bottom: 30px;
}


.disclaimer {
	color: #666;
	margin-top: 6rem!important;
	margin-bottom: 12rem!important;
}

#products svg {
	width: 80px;
	height: 80px; /* IE 11 */
}

.agentPortal .advantages-container {
	padding: calc(50em / 36) calc(65em /36) calc(55em /36) calc(55em /36);
	color: #ffffff;
	opacity: 0.9;
	background-color: #0773AD;
	border-radius: 20px;
}

.advantages-container span {
	padding-left: 5px;
	font-weight: bold;
}

.advantages-container h3 {
	font-weight: 800;
	color: #8fc0da;
	font-size: 1em;
}

.advantages-container h4 {
	color: #fff;
	font-weight: 300;
	line-height: calc(44em / 36);
	font-size: 36px;
}

.advantages-container p {
	font-size: 20px;
	line-height: 1.5em;
}

.advantages-container svg {
	vertical-align: top;
}

.advantages-container li {
	margin-left: 0px;
	padding: 10px 0px;
	font-size: calc(17em / 36);
}

.advantages-container svg {
	width: 1.235em;
	height: 1.235em; /* IE 11 */
}

.agentPortal {
	position: relative;
	text-align: right;
	font-size: 36px;
}
.agentPortal .row {
	text-align: left;
}
.agentPortal .agent-image {
	max-width: 100%;
	max-height: 664px;
}

.agentPortal .button {
	color: #fff;
	font-size: 20px;
	text-align: center;
	height: 42px;
	width: 131px;
	border-radius: 21px;
	background-color: #CC6800;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	text-decoration: none;
}

.agentPortal .button:hover {
	background-color: #E67500;
}

#footer span.agency_support_details {
	display: inline-block;
}

#footer span.agency_support_details a {
	color: #0e3166;
	font-size: 18px;
	font-weight: bold;
	float: unset;
}

.growup-subheading {
	color:#5596bb;
	font-weight: bold;
}
.college-subheading {
	color:#5596bb;
}
.term-subheading {
	color:#5596bb;
}
.whole-subheading {
	color:#5596bb;
}
.guar_life-subheading {
	color:#5596bb;
}
.accident-subheading {
	color:#5596bb;
}
/* start loading indicator */
.loading_indicator {
	background:#232323;
	zoom: 1;
	filter: alpha(opacity=85);
	opacity: 0.85;
	color:#fff;
	width: 150px;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 50%;
	margin-left:-100px;
	padding: 10px;
	font-size: 13px;
	text-align: center;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .20);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .20);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .20);
	border-radius: 0 0 10px 10px;
	display: none;
}

.loading_indicator img {
	padding-right: 15px;
}
/* end loading indicator */

/* start F2F overlay */
.overlay_container {
	width: 375px;
	padding: 30px;
}
/* end F2F overlay */

.form_fields .field {
	clear: both;
	margin: 5px 0;
}
.form_fields .field label {
	float: left;
	width: 100px;
}

.ie7 #upgrade_block_wrapper {
	display: block;
}

/**
*	Tooltips/Popovers
*/
.help-text-btn {
	color:#5596bb;
}
.help-text-btn:hover {
	text-decoration: underline;
	color:#5596bb;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color:#fff;
	-moz-background-clip: padding;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal
}
.popover.top {
	margin-top:-20px
}
.popover.right {
	margin-left: 10px
}
.popover.bottom {
	margin-top: 10px
}
.popover.left {
	margin-left:-10px
}
.popover.wider {
	max-width: none
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color:#f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-border-top-right-radius: 5px 5px 0 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 5px 5px 0 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 5px 5px 0 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	background-clip: padding-box;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}
.popover-title:empty {
	display: none
}
.popover-content {
	padding: 9px 14px
}
.popover .arrow,.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;height: 0;
	border-color: transparent;
	border-style: solid
}
.popover .arrow {
	border-width: 11px
}
.popover .arrow:after {
	border-width: 10px;content:""
}
.popover.top .arrow {
	left: 50%;
	margin-left:-11px;
	border-bottom-width: 0;
	border-top-color:#999;
	border-top-color: rgba(0,0,0,0.25);
	bottom:-11px
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left:-10px;
	border-bottom-width: 0;
	border-top-color:#fff
}
.popover.right .arrow {
	top: 50%;
	left:-11px;
	margin-top:-11px;
	border-left-width: 0;
	border-right-color:#999;
	border-right-color: rgba(0,0,0,0.25)
}
.popover.right .arrow:after {
	left: 1px;
	bottom:-10px;
	border-left-width: 0;
	border-right-color:#fff
}
.popover.bottom .arrow {
	left: 50%;
	margin-left:-11px;
	border-top-width: 0;
	border-bottom-color:#999;
	border-bottom-color: rgba(0,0,0,0.25);
	top:-11px
}.popover.bottom .arrow:after {
	 top: 1px;
	 margin-left:-10px;
	 border-top-width: 0;
	 border-bottom-color:#fff
 }
.popover.left .arrow {
	top: 50%;
	right:-11px;
	margin-top:-11px;
	border-right-width: 0;
	border-left-color:#999;
	border-left-color: rgba(0,0,0,0.25)
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color:#fff;
	bottom:-10px
}
.popover {
	background:#0e3166;
	background: rgba(14,49,102,0.95);
	color:#fff;
	max-width: 300px;
	z-index: 9999999;
	position: absolute;
	border-color: transparent;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
}
.popover h3 {
	display: none;
}
.popover.top .arrow {
	border-top-color:#0e3166;
}
.popover.top .arrow:after {
	border-top-color:#0e3166;
}
.popover.bottom .arrow {
	border-bottom-color:#0e3166;
}
.popover.bottom .arrow:after {
	border-bottom-color:#0e3166;
}
.popover.left .arrow {
	border-left-color:#0e3166;
}
.popover.left .arrow:after {
	border-left-color:#0e3166;
}
.popover.delete-child,.popover.delete-beneficiary {
	background-color:#f7f7f7;
	background-color: rgba(247,247,247,0.95);
	color:#545454;max-width: 275px;
	text-align: center;border: 1px solid #b1b1b1;
}
.popover.delete-child.top .arrow,.popover.delete-beneficiary.top .arrow {
	border-top-color:#b1b1b1;
}
.popover.delete-child.top .arrow:after,.popover.delete-beneficiary.top .arrow:after {
	border-top-color:#f7f7f7 !important;
}
.popover.delete-child.left .arrow,.popover.delete-beneficiary.left .arrow {
	border-left-color:#b1b1b1;
}
.popover.delete-child.left .arrow:after,.popover.delete-beneficiary.left .arrow:after {
	border-left-color:#f7f7f7 !important;
}
.popover.delete-child .popover-content .controls,.popover.delete-beneficiary .popover-content .controls {
	margin-top: 15px;
}
.popover.delete-child .popover-content .controls .btn,.popover.delete-beneficiary .popover-content .controls .btn {
	margin-left: 20px;
}
.popover.delete-child .popover-content .controls .btn:first-child,.popover.delete-beneficiary .popover-content .controls .btn:first-child {
	margin-left: 0px;
}
.popover.callout {
	background-color:#fff;
	background-color: rgba(255,255,255,0.95);
	color:#83aa19;
	border: 1px solid #b1b1b1;
}
.popover.callout.top .arrow {
	border-top-color:#b1b1b1;
}
.popover.callout.top .arrow:after {
	border-top-color:#fff;
}
.popover.callout.left .arrow:after {
	border-left-color:#fff;
}
.popover.callout .popover-content {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
.popover .popover-content {
	padding: 10px;
}

.pretty-table {
	width: 100%;
	border: 5px solid #d6e7f0;
	border-collapse: separate;
	border-radius: 3px;
	background-color: #fff;
	font-size: 16px;
}

.pretty-table thead,
.pretty-table tfoot {
	height: 45px;
	line-height: 45px;
	background-color: #d6e7f0;
	color: #6D9FBC;
	text-shadow: 1px 1px 1px rgba(255,255,255,.7);
}

.pretty-table thead th,
.pretty-table tfoot td {
	font-size: 18px;
	font-weight: bold;
}
.pretty-table thead th {
	padding-bottom: 5px;
}
.pretty-table tfoot td {
	padding-top: 5px;
}

.pretty-table tbody tr {
	height: 55px;
	line-height: 55px;
}

.pretty-table td,
.pretty-table th {
	padding: 0 12px;
}

.pretty-table .odd {
	background-color: #f4f9fc;
}

#quote-container .pretty-table thead th {
	padding-left: 0;
	padding-right: 0;
}

/* Alert Boxes */
.alert_box {
	border-radius: 3px;
	border: 1px solid #f2bcd2;
}
.alert_box {
	padding: 18px;
	font-size: 15px;
	line-height: 19px;
	position: static;
	background:#f9e1eb;
	color:#fa035b;
}
.alert_box.yellow {
	padding: 18px;
	font-size: 15px;
	line-height: 19px;
	position: static;
	background-color: #FDF4CB;
	border-color: #EBDEA1;
	color: #545454;
}
.alert_box a {
	font-size: 15px;
	line-height: 19px;
	color:#fa035b;
}
.alert_box img {
	padding-bottom: 5px;
}
.alert_box ul {
	margin-bottom: 0;
}
.alert_box ul li {
	list-style: disc;
	margin-left: 20px;
}
/* start special alert_box announcement messages */
#fad_announcement,
#missing_states_announcement,
#not_accept_insurance, #alerts-group-container .heading {
	width: auto;
	float: left;
	margin-bottom: 20px;
	padding: 12px;
	background-color: #FDF4CB;
	color: #545454;
	border-radius: 3px;
	border: 1px solid #EBDEA1;
}
#missing_states_announcement_ap {
	margin-bottom: 20px;
	padding: 12px;
	border-radius: 3px;
	border: 1px solid #FA035B;
	display: inline-block;
	width: 97%;
}
/* end special alert_box announcement messages */

/*SECURE EMAIL MODAL*/
#secure_email_overlay_container {
	width: 750px;
	padding: 40px 30px 75px 40px;
	margin-bottom: 0px;
}
#secure_email_overlay_container h1 {
	color: #2989C3;
}

.closeButton {
	width: 79px;
	height: 36px;
	display: block;
	border: none;
	text-decoration: none;
	cursor: pointer;
	background: url(../images/dashboards/close_button.png) no-repeat;
	clear: left;
	float: left;
	background-position: 0 0px;
}
.closeButton:hover {
	background-position: 0 -36px;
}

.requestAccessButton {
	width: 171px;
	height: 36px;
	display: block;
	border: none;
	text-decoration: none;
	cursor: pointer;
	background: url(../images/dashboards/request_access_button.png) no-repeat;
	clear: left;
	float: left;
	background-position: 0 0px;
}
.requestAccessButton:hover {
	background-position: 0 -36px;
}


/* Alert Bar */
#alert_bar {
	background-color: #BF4539;
	text-align: center;
}

#alert_bar .content {
	color: #fff;
	line-height: 22px;
	max-width: 1140px;
	font-size: 18px;
	margin: auto;
	padding: 14px 0;
}
#hero_callout {
	background:#efefef url(../images/page_bk.png);
}
#updates_panel .updates_content {
	margin-bottom: 0;
}

@media (min-width: 1065px) {
	.agentPortal .row {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 1199px) and (min-width: 1065px){
	.agentPortal .advantages-container {
		padding: calc(50em / 72) calc(65em /72) calc(55em /72) calc(55em /72);
		margin-left: 2%;
	}
}

@media (max-width: 1064px) {
	.agentPortal .advantages-container {
		flex: unset;
		max-width: 100%;
		margin-left: 0;
		border-radius: 0;
	}

	.advantages-container h3 {
		font-size: 24px;
	}
	.advantages-container h4 {
		font-size: 32px;
	}
	.agentPortal {
		overflow-x: hidden;
	}
	.agentPortal .agent-image {
		max-width: 115%;
		margin-left: -200px;
	}
}
@media (max-width: 1024px) {
	#alert_bar .content {
		font-size: 15px;
	}
	#prospect_container {
		flex-wrap: nowrap;
		justify-content: space-around;
	}
	#prospect_container .heading {
		line-height: 22px;
	}
	#prospect_container .app-link {
		text-align: center;
	}
}

@media (min-width: 993px) {
	#notification_bell.top {
		display: none;
	}
	#prospect_updates {
		min-height: 165px;
	}
	#intro_top {
		height: 80vh;
		min-height: 550px;
		max-height: 800px;
	}
	#login_column {
		position: relative;
		z-index: 1;
	}
}

@media (max-width: 992px) {
	.prospect-text {
		padding:0 16px;
	}
	#prospect_container .heading {
		padding-bottom: 0;
	}
	#updates_panel {
		height: unset;
		margin-left:0;
		padding-bottom:62px;
		margin-bottom:14px;
	}
	#updates_panel .update.update-0.update.single-notification {
		padding-right: 0;
	}
	#prospect_updates .flex-div {
		display: flex;
	}
	#prospect_container {
		align-items: center;
	}
	#prospect_container div.flex {
		padding:20px 0;
	}
	#updates_panel .updates_nav {
		bottom:0;
		left:0;
		right:unset;
	}
	#updates_panel .pagination {
		display: flex;
		align-items: center;
		margin-top:16px;
	}
	#bell_panel {
		display: none;
	}
	#updates_panel .pagination #notification_bell {
		height:30px;
		padding-right:25px;
	}
	#prospect_updates div.texture.row {
		flex-direction: column;
		justify-content: center;
	}
	#prospect_container a svg {
		margin-right:0;
		height: 30px;
	}
	#prospect_container a img {
		height: 30px;
		width: auto;
	}
	#products .row {
		text-align: center;
	}
	.center-md {
		text-align: center;
	}
	#prospect_container {
		padding-left: 20px;
		padding-right: 20px;
	}
	#prospect_container #single-phone {
		height:170px;
		align-self: center;
		margin-right:0;
	}
	#prospect_container div.flex {
		flex-direction: column;
	}
	#products {
		border-top: 1px solid #E3E3E1;
	}
}
@media (min-width:852px){
}
@media (max-width: 851px){

}
@media (max-width: 820px) {
	#alert_bar {
		padding: 0 20px;
	}
	.prospect-text {
		padding:0;
	}
}

@media (min-width: 768px) {
	.hidden-md {
		display: none;
	}
	#updates_panel .update {
		display: none;
		padding-right:85px;
	}
	#updates_panel .update.update-0.update.single-notification {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#updates_panel .update h4 {
		margin-bottom: 6px;
	}
	#prospect_container {
		border-top: 1px dashed #E3E3E1;
	}
	#prospect_container span:first-child {
		text-align: center;
		box-sizing: border-box;
	}
	#prospect_container div.pl-3 {
		display: flex;
		flex: unset;
		flex-grow: 1;
		flex-shrink: 0;
		flex-basis: 0;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
		padding-left: 0;
	}
}

@media (min-width: 768px) and (max-width: 1050px) {
	#intro_top {
		height: auto;
		min-height: 80vh;
		max-height: 100%;
	}
	#feature > div div {
		padding: 25px 0;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	#login_form_container {
		width: 100%;
		padding: 0 20px;
	}
	#logo {
		margin-left: 20px!important;
	}
}
@media (max-width:767px){
	#prospect_container #single-phone {
		height:200px;
		padding-right: 18px;
	}
	#prospect_container .heading,
	#prospect_container .questions {
		text-align: left;
	}
	#products {
		border:none;
	}
	#updates_panel .mobile_updates {
		display: flex;
	}
	.mobile_updates #notification_bell {
		width:unset;
		height:36px;
		padding-right:12px;
	}
	#updates_panel .pagination {
		display: none;
	}
	#prospect_updates .flex-div {
		justify-content: center;
		margin:0 20px;
	}
	.prospect-text {
		width: unset;
		align-items: flex-start;
	}
	#prospect_container a svg,
	#prospect_container a img {
		height: 40px;
	}
	#prospect_container #ios-app {
		padding-bottom: 12px;
	}
	#prospect_container .app-link {
		text-align: left;
	}
	#updates_panel .pagination, #updates_panel .updates_nav {
		display: none;
	}
	#logo {
		display: none;
	}
	#updates_panel {
		padding: 30px 20px;
	}
	#updates_panel .update {
		display: block !important;
	}
	#updates_panel .heading {
		margin-bottom: 10px;
	}
	#updates_panel .updates_content {
		line-height: 24px;
		margin-bottom: 40px;
	}
	#updates_panel .update:last-child .updates_content {
		margin-bottom: 1.5rem!important
	}
	#feature > div {
		/*padding-bottom: 80px;
		padding-top: 50px;*/
		padding: 50px 20px 80px;
	}
	#feature > div div {
		-ms-flex: 1 0 0;
		flex: 1 0 0;
		max-width: 100%;;
	}
	#feature h2 {
		font-size: 20px;
		margin-bottom: 0;
	}
	#feature h3 {
		font-size: 32px;
		margin-bottom: 0;
	}
	#feature p {
		font-size: 16px;
	}
	#feature a {
		font-size: 16px;
	}
	#prospect_container {
		padding: 60px 0;
	}
	#mobile_header div:first-child {
		margin-left: 20px;
	}
	#mobile_header div:last-child {
		margin-right: 20px!important;
		-ms-flex: 1 0 0;
		flex: 1 0 0;
		max-width: 100%;
	}
	#login_column {
		margin-top: -50px;
		z-index: 1;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
		margin-left: 20px;
		margin-right: 20px;
	}
	#footer {
		padding: 0 20px 50px;
	}
	#footer .small-footer-heading {
		font-size: 18px;
	}
	#footer .center {
		margin: 0 auto;
		padding: 0;
		max-width: 100%;
	}
	.agentPortal .advantages-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	#products {
		margin-top: 4vw;
		padding: 65px 20px 0;
	}
	#products h2 {
		font-size: 43px;
		line-height: 53px;
	}
	#products h2 span {
		font-size: 22px;
		line-height: 27px;
		padding-top: 0px;
		padding-left: 27px;
	}
	#products .teaser {
		margin-top: 50px;
	}
	#products svg {
		margin-bottom: 20px;
	}
	.disclaimer {
		font-size: 14px;
		margin-bottom: 6rem!important;
	}
}
