
#page_content {
	padding-top: 20px;
	padding-bottom: 0;	
}

/**
 * Navigation
 */

.nav-wrapper {
	height: 44px;
	margin: 0;
}

.nav  {
	border-radius: 0;
	border-left: 0;
	border-right: 0;
}

.nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.nav table {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}

.nav table td a.top {
	font-weight: normal;
	color: #388ebf;
}

.nav table td a.active {
	color: #0e3166;
	background: #fbfbfb;
}

.nav table td:first-child {
	border-left:1px solid #dadada;
}

.nav table td:first-child a {
	border-left:1px solid #fbfbfb;
}

.nav table td:last-child {
	border-right:1px solid #fbfbfb;
}

.nav table td:last-child a {
	border-right:1px solid #dadada;
}

/**
 * Common Page Elements
 */

.section {
	padding-top: 35px;
}

.section h1 {
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
}

.section h2 {
	font-size: 18px;
	line-height: 18px;
	color: #0e3166;
}

.section p {
	font-size: 15px;
	line-height: 18px;
}

.section table {
	width: 722px;
	margin: 0 auto;
}

.section table th,
.section table td {
	height: 36px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding: 3px 20px 0;
}

.section table th {
	color: #ffffff;
	background-color: #5596bb;
	border-right: 1px solid #85b4ce;
}

.section table th:first-child {
	border-radius: 3px 0 0 0;
	width:220px;
	box-sizing: border-box;
}
.section table th:last-child {
	border-radius: 0 3px 0 0;
}

.section table td {
	background-color: #f5f9fb;
	border-right: 1px solid #f5f9fb;
}

.section table td:last-child,
.section table th:last-child  {
	border-right: none;
}

.section table tr.odd td {
	background: #ffffff;
}

.section table tr td:first-child {
	font-weight: bold;
}

/**
 * Advantages Section
 */

.advantage {
	height: 325px;
	padding: 35px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0px 1px 1px 0px rgba(16, 11, 16, 0.2) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #d6e7f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d6e7f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d6e7f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d6e7f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d6e7f0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#d6e7f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6e7f0',GradientType=0 ); /* IE6-9 */
}

.ie8 .advantage {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6e7f0',GradientType=0 );
}

.advantage h2 {
	margin-bottom: 25px;
}

.advantage p {
	margin-bottom: 18px;
}

.advantage .icon {
	margin-bottom: 25px;
	background:url(../images/icons/sprite.png) no-repeat;
}

.advantage .icon.dollar-sign {
	width: 25px;
	height: 41px;
	background-position: 0 0;
}

.advantage .icon.document-tray {
	width: 40px;
	height: 41px;
	background-position: -30px 0;
}

.advantage .icon.speech-bubbles {
	width: 41px;
	height: 41px;
	background-position: -75px 0;
}
.legal_text{
	color:#999;
	font-size: 14px;
	margin-top: 16px;
	margin-bottom: 0;
}

/**
 * Products Section
 */

#products {
	margin-bottom: 40px;
}

.product {
	box-sizing: border-box;
	padding: 15px;
	background: #FFFFFF;
	border: 1px solid #dbe8ef;
	border-radius: 3px;
	height: 212px;
}
.product_materials1 {
	border-radius: 5px;
	border: 1px solid rgba(213, 218, 220, 1);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
	opacity: 1;
	background-color: rgba(255, 255, 255, 1);
	display: flex;
}
.product_materials {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	border: 1px solid rgba(213, 218, 220, 1);
}
.single-block {
	display: flex;
	flex-direction: column;
	gap: 10px; /* Adjust the gap as needed */
}
.product_materials_titles{
	opacity: 1;
	color: rgb(29 63 113); !important;
	font-family: Arial;
	font-size: 22px;
	font-weight: 700;
	font-style: Bold;
	letter-spacing: 0px;
	text-align: left;
}
.product_materials .left,
.product_materials .right {
	margin: 0;
	padding: 0;
	width: 100%; /* Adjust the width as needed */
	height: 50%; /* Adjust the height as needed */
	opacity: 1;
	color: rgba(85, 150, 187, 1);
	font-family: Arial;
	font-size: 15px;
	font-weight: 700;
	font-style: Bold;
	letter-spacing: 0px;
	text-align: left;
	line-height: 50px;
}
.product_materials.section.grid_12 {
	margin: 0;
	padding: 0;
	width: 920px;
}
.product_materials .right .download-btn {
	border-radius: 6px;
	background-color: rgb(85, 150, 188);
	color: rgba(255, 255, 255, 1);
	padding: 10px 10px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	position: relative; /* Add this line */
	top: 0; /* Adjust the value as needed to move down */
	left: 300px; /* Adjust the value as needed to move right */
	height: 20px;
	display: ruby;
}


.product_materials.section.grid_12:nth-child(3n+1) {
	background-color: #FFFFFF; /* Color for the first div in the group */
}

.product_materials.section.grid_12:nth-child(3n+2) {
	background-color: #F5F9FB; /* Color for the second div in the group */
}

.product_materials.section.grid_12:nth-child(3n) {
	background-color: #FFFFFF; /* Color for the third div in the group */
}
.product_materials.section.grid_12:last-child {
	margin-bottom: 30px; /* Adjust the value as needed */
}

.big-container {
	padding: 20px;
	border-radius: 5px !important;
	box-sizing: border-box; /* Include padding and border in the element's total width and height */
	display: flex;
	width: 940px !important;
	border: 1px solid #dbe8ef;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
	opacity: 1;
	background-color: rgba(255, 255, 255, 1);
}

#product_materials.single-block {
	width: 55%; /* Ensure the inner div takes the full width of the outer div */
	margin: 0 auto;
	box-sizing: border-box; /* Include padding and border in the element's total width and height */
}


.product_materials_titles img {
	width: 36px; /* Set the desired width */
	height: 36px; /* Set the desired height */
}

.product p {
	margin-bottom: 8px;
}

.product img {
	float:right;
	width:151px;
	height:174px;
	margin-top:-15px;
	background:url(../images/dashboards/product_images.png) no-repeat;
}

.product .learn-more-btn {
	box-sizing: border-box;
	display: block;
	width: 157px;
	padding: 3px 0;
	margin-top: 15px;
	border-radius: 7px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
	font-family:"Proxima Nova",Arial,sans-serif;
	font-weight: bold;
	font-size: 19px;
	color: #FFF;
	position: absolute;
	bottom:16px;
}
.product .learn-more-btn:hover {
	background-image: none;
	filter: none !important;
}

.growup h2 {
	color: #2989c3;
}
.growup img {
	background-position:0 0;
}
.growup .learn-more-btn {
	background-color: #1a77af;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxMyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzJFOTBDQyIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzA0NTk4RCIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzEzKSIgLz4KPC9zdmc+);
}
.ie8 .growup .learn-more-btn {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e90cc', endColorstr='#04598d',GradientType=0 );
}

.college h2 {
	color: #549429;
}
.college img {
	background-position:-151px 0;
}
.college .learn-more-btn {
	background-color: #4c9818;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyODIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM1REI2MjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMzQjdCMEYiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyODIpIiAvPgo8L3N2Zz4=);
}
.ie8 .college .learn-more-btn {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5db621', endColorstr='#3b7b0f',GradientType=0 );
}

.guar_life h2 {
	color: #ae3172;
}
.guar_life img {
	background-position:-151px -348px;
}
.guar_life .learn-more-btn {
	background-color: #a23166;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0M0M0Y3RCIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzgxMjQ0RiIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc4KSIgLz4KPC9zdmc+);
}
.ie8 .guar_life .learn-more-btn {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C43F7D', endColorstr='#81244F',GradientType=0 );
}

.accident h2 {
	color: #f17d30;
}
.accident img {
	background-position:0 -348px;
}
.accident .learn-more-btn {
	background-color: #d56919;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyMzgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGQTdEMjAiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNCMTU1MTEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyMzgpIiAvPgo8L3N2Zz4=);
}
.ie8 .accident .learn-more-btn {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FA7D20', endColorstr='#B15511',GradientType=0 );
}

.shfa h2 {
	color:  #00b696;
}
.shfa img {
	background-position:-152px -175px;
}
.shfa .learn-more-btn {
	background-color: #00b696;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAkCAIAAAA/9jysAAAARElEQVR4AWPkObiEATdg+fLnNz5pBgLSv3/hlf7/n4bS/yjT/Y+Wdv8jRzfCafTxN/2dRqHdIy85UJ5Lfv3GL/2HfN0ARjJIY0S3h7AAAAAASUVORK5CYII=)
}
.term_life h2 {
	color:  #00b696;
}
.term_life img {
	background-position:-152px -175px;
}
.term_life .learn-more-btn {
	background-color: #00b696;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAkCAIAAAA/9jysAAAARElEQVR4AWPkObiEATdg+fLnNz5pBgLSv3/hlf7/n4bS/yjT/Y+Wdv8jRzfCafTxN/2dRqHdIy85UJ5Lfv3GL/2HfN0ARjJIY0S3h7AAAAAASUVORK5CYII=)
}


.whole_life h2 {
	color:  #e50000;
}
.whole_life img {
	background-position:0 -175px;
}
.whole_life .learn-more-btn {
	background-color: #e50000;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAkCAIAAAA/9jysAAAAPklEQVR4AWN8Iy/KgBuw/Pv8Gp/0n48MeHX/xS/NQIn0X4p0/6Gl4X9pKf1n5Nk98NL0San0l/5JkfQvvNIAJ/0oDSb7QD8AAAAASUVORK5CYII=);
}

/**
 * State Approvals Section
 */

#state_approvals {
	box-sizing: border-box;
	padding-bottom: 50px;
	box-shadow: 0px 1px 1px 0px rgba(16, 11, 16, 0.2) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #d6e7f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d6e7f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d6e7f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d6e7f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d6e7f0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#d6e7f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6e7f0',GradientType=0 ); /* IE6-9 */
}

.ie8 #state_approvals {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6e7f0',GradientType=0 );
}

#state_approvals h1 {
	margin-bottom: 30px;
}

/**
 * About Gerber Section
 */

#about h1 {
	margin-bottom: 20px;
}

#about h2 {
	margin-bottom: 0;
}

#about p {
	font-size: 16px;
	line-height: 21px;
}

#about .left,
#about .right {
	box-sizing: border-box;
	position: relative;
	display: block;
	float: left;
}

#about .left {
	width: 576px;
	margin-left: 10px;
	margin-right: 0;
	padding-right: 45px;
	border-right: 1px solid #dadada;
}

#about .right {
	width: 364px;
	margin-left: 0;
	margin-right: 10px;
	padding-left: 45px;
	padding-right: 33px;
	border-left: 1px solid #ffffff;
	text-align: center;
}

#about .nestle-info {
	display: none;
	padding-top: 20px;
	border: 0;
}

/**
 * Get Contracted Section
 */

#get_contracted {
	margin-top: 45px;
	padding-top: 0;
	text-align: center;
}

#get_contracted h1 {
	padding: 35px 0;
	margin-bottom: 0;
	background: #5596bb;
	color: #ffffff;
}

#get_contracted .gradient {
	padding-bottom: 10px;
	box-shadow: 0px 1px 1px 0px rgba(16, 11, 16, 0.2) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #d6e7f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d6e7f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d6e7f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d6e7f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d6e7f0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#d6e7f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6e7f0',GradientType=0 ); /* IE6-9 */
}
.ie8 #get_contracted .gradient {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6e7f0',GradientType=0 );
}

#get_contracted h2 {
	margin: 35px 0;
	color: #549429;
	font-size: 21px;
	line-height: 21px;
}

#get_contracted h3 {
	margin: 0;
	color: #545454;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
}

#get_contracted p {
	margin: 0;
	font-size: 16px;
	line-height: 21px;
}

#get_contracted .arrow {
	display: block;
	margin: 0 auto;
}

#get_contracted div[class^=grid] {
	margin-top: 0;
	margin-bottom: 35px;
}

#get_contracted .request-form-btn {
	box-sizing: border-box;
	display: block;
	width: 308px;
	margin: 0 auto 35px;
	padding: 10px 0 8px 0;
	border-radius: 7px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
	font-family:"Proxima Nova",Arial,sans-serif;
	font-weight: bold;
	font-size: 19px;
	color: #ffffff;
	background-color: #4c9818;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyODIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM1REI2MjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMzQjdCMEYiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyODIpIiAvPgo8L3N2Zz4=);
}
#get_contracted .ie8 .request-form-btn {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5db621', endColorstr='#3b7b0f',GradientType=0 );
}

#get_contracted .request-form-btn:hover {
	background-image: none;
	filter: none !important;
}

/**
 * Header & Footer
 */

#title {
	margin: 34px 0 0;
	font-family: "Proxima",Arial,sans-serif;
}

#title span {
	font-weight: normal;
}

#footer {
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	color: #999;
}

.login-small-footer-text {
	margin-top: 35px;
	margin-bottom: 20px;
}

.footer-append {
	width: 685px;
	margin: 1rem auto 0;
	font-size: 13px;
}

.prospect-append { 
	margin-bottom: 1rem;
}

.wave {
	margin-top: 0;
	margin-bottom: 12px;
	color: #999;
}

/**
 * Product Info Overlays
 */

#productInfoOverlay_container {
	width: 670px;
	padding: 40px 40px 30px;
}

.product-info {
	color:#4e4444;
	font-size:16px;
}

.product-info h2 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 33px;
}

.product-info h3 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	font-style: italic;
}

.product-info h4 {
	color: #ACB802;
	font-family: Arial;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	line-height: 24px;
}

.product-info img.paper-app {
	background:url(../images/dashboards/product_applications.png) no-repeat;
	float:right;
	width: 273px;
	height: 349px;
	margin-top: 4px;
	margin-left: 20px;
}
.product-info img.paper-app.growup {
	background:url(../images/dashboards/product_applications_mod.png) no-repeat;
	background-position: 0 0;
	float: none;
	margin: 30px 0 25px 35px;
	width: 230px;
	height: 293px;
}
.product-info img.paper-app.college {
	background-position: -273px 0;
}
.product-info img.paper-app.guar_life {
	background-position: 0 -349px;
}
.product-info img.paper-app.accident {
	background-position: -273px -349px;
}
.product-info img.paper-app.whole_life {
	background-position: 0 -698px;
}
.product-info img.paper-app.shfa {
	background-position: -273px -698px;
}
.product-info img.paper-app.term_life {
	background-position: -273px -698px;
}

.product-info ul {
	margin-bottom: 20px;
}

.product-info ul li {
	list-style: disc;
	margin: 0 0 8px 40px;
	padding-left: 10px;
	line-height: 21px;
}

.product-info.growup-info ul li {
	line-height: 22px;
}

.product-info ul li:last-child {
	margin-bottom: 0px;
}

#productInfoOverlay_container.growupContainer {
	padding-left: 35px;
	padding-right: 20px;
	width: 735px;
}

.product-info.growup-info {
	display: flex;
	flex-flow: row nowrap;
}

.product-info .product-downloads {
	margin-left: 30px;
}

.product-info .product-downloads.whole_life, .product-info .product-downloads.shfa, .product-info .product-downloads.term_life {
	margin-left: 0px;
}

.product-info .product-downloads .notApproved {
	color: #9F9F9F;
	font-family: Arial;
	font-size: 16px;
	font-style: italic;
	margin-left: 7px;
}

.product-info .product-downloads .choose-product {
	text-align: center;
	padding-bottom: 15px;
	font-family: "Proxima Nova", "Proxima";
}

.product-info .product-downloads .choose-product .heading {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin: 0 0 8px;
	display: block;
}

.product-info .product-downloads .choose-product .choices {
	display: flex;
	flex-flow: row nowrap;
	width: 300px;
	border-radius: 5px;
	margin: 0 auto;
	font-size: 13px;
	border: none;
}

.product-info .product-downloads .choose-product .choices div {
	display: flex;
	align-items: center;
	width: 150px;
	justify-content: center;
	height: 40px;
	border-style: solid;
	border-width: 1px;
}

.product-info .product-downloads .choose-product .choices div:hover {
	cursor: pointer;
}

.product-info .product-downloads .choose-product .choices div.left {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.product-info .product-downloads .choose-product .choices div.right {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.product-info .product-downloads .choose-product .choices div.notSelected {
	color: #666666;
	border-color: #cccccc;
	background-image: -moz-linear-gradient(rgb(255,255,255), rgb(243,243,243));
	background-image: -webkit-linear-gradient(rgb(255,255,255), rgb(243,243,243));
	background-image: -ms-linear-gradient(rgb(255,255,255), rgb(243,243,243));
}

.product-info .product-downloads .choose-product .choices div.selected {
	border-color: #2989c3;
	background-color: #2989c3;
	color: #fff;
}

.product-info .product-downloads .download-items {
	width: 300px;
	border: 1px solid #cccccc;
	padding: 22px 0 0;
}

.product-info .product-downloads .download-items p {
	margin-left: 20px;
}

.product-info .product-downloads .download-items .pdfIcon {
	margin-right: 8px;
}

.product-info .product-downloads p {
	margin-bottom: 6px;
}

.product-info .product-downloads p em {
	color: #999;
}

.product-info p:last-child {
	margin-bottom: 0px;
}

#plan_info .info{
	font-size: 12px;
	font-family: "Arial";
	color: rgb(153, 153, 153);
	line-height: 1.385;
}

.legal_footer {
	margin-top: 100px;
}

.shfa .legal_footer  {
	margin-top: 50px;
}
.term_life .legal_footer  {
	margin-top: 50px;
}
.whole_life .legal_footer {
	margin-top:14px;
}

.legal_footer .legal_text {
	font-size: 12px;
	margin-top: 10px;
}

.modal-wave-code {
	float: right;
}

ul.whole_life sup, ul.shfa sup, ul.term_life sup {
	font-size: 60%;
}

ul.whole_life li, ul.shfa li, ul.term_life sup {
	margin-left: 30px;
}


#footer .small-footer-heading {
	padding-bottom:20px;
}

#footer .container_12 .login-small-footer-text,
#footer .container_12 .prospect-append {
	margin-bottom:0;
}
#footer .container_12 .prospect-append {
	margin-top:4px;
}