/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */

/* Safari fix */
input::-webkit-contacts-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
}

b {
	font-weight: bold;
}

body {
	font-size: 18px;
	font-family: "Century Gothic", sans-serif !important;
	background-color: #f0f0f0;
	color: #585858;
	margin-bottom: 20px;
	line-height: 1;
	scroll-behavior: smooth;
}

option:disabled {
	display: none;
}

.hidden {
	display: none;
}

.always-hidden {
	display: none !important;
}

#header-container {
	width: 100vw;
	height: 100px;
	background-color: #ffffff;
	margin-bottom: 0 auto;
	padding-bottom: 10px;
	display: block;
}

#header {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	justify-content: center;
}

#agent-container {
	position: relative;
	float: right;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 350px;
	grid-column: 3;
	-ms-grid-column: 3;
}

#agent-image {
	position: relative;
	display: block;
	margin-right: 5px;
	margin-top: 5px;
	width: 100px;
	height: 100px;
	background-size: 100px 100px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: solid 1px #cecece;
	border-radius: 50%;
}

#logo-image {
	position: relative;
	width: 320px;
	height: 60px;
	background-image: url('../img/logos/insure-me-now-direct-logo.png');
	background-size: 320px 60px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	grid-column: 1;
	-ms-grid-column: 1;
	justify-self: end;
}

#agent-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	vertical-align: center;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	position: relative;
	max-width: 200px;
	overflow-wrap: normal;
}

#agent-info span {
	display: block;
}

#agent-info #agent-email {
	color: #01adff;
	text-decoration: underline;
}

#agent-name {
	max-width: 200px;
	overflow-wrap: normal;
}

#progress-bar-container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	grid-column: 2;
	-ms-grid-column: 2;
	top: -21px;
}

#progress-bar {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 1;
	margin: auto;
}

#progress-bar .progress-bar-icon {
	display: inline-block;
	position: relative;
	width: 15%;
	font-size: 1em;
	font-weight: bold;
	color: #585858;
}

#progress-bar .progress-bar-icon:first-of-type label {
	margin-left: -12%;
}

#progress-bar .progress-bar-icon label{
	margin-left: -25%;
}

#progress-bar .progress-bar-icon:last-of-type label {
	margin-left: -12%;
}

.progress-bar-circle {
	position: absolute;
	z-index: 1;
	margin-top: 5px;
	top: 79%;
	left: 20%;
	width: 11px;
	height: 11px;
	border: solid 1px #cecece;
	background-color: white;
	border-radius: 50%;
}

.progress-bar-circle.active {
	border: solid 1px #01adff;
}

.progress-bar-line {
	display: flex;
	position: relative;
	top: 7px;
	left: 28%;
	width: 190%;
	transition: 2s all ease;
	border-bottom: solid 2px #cecece;
}

.progress-bar-line.active {
	border-bottom: solid 2px #01adff;
}

#main-container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: left;
}

#main-container.with-footer {
	height: 83vh;
}

.container {
	position: relative;
	width: 100%;
	margin: auto;
	background-color: #f0f0f0;
}

h2 {
	font-size: 31px;
	width: 570px;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
	color: #585858;
	margin: 20px auto 50px;
}

h3 {
	font-size: 20px;
	width: 570px;
	text-align: center;
	font-weight: bold;
	color: #585858;
	margin: -30px auto 40px auto;
}

.prompt-container {
	width: 570px;
	margin: auto;
}

.prompt {
	margin-top: 25px;
	width: 100%;
	height: fit-content;
	min-height: 100px;
	background-color: white;
	border: solid 1px #dcdcdc;
	padding: 5px 0;
}

.product.prompt {
	margin: auto;
}

.product label,label.norm {
	text-transform: none !important;
}

.prompt label {
	position: relative;
	top: 10px;
	left: 15px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #585858;
}

.prompt .body {
	margin-top: 25px;
	width: 100%;
}

.prompt .body label {
	width: 90%;
	text-align: center;
	float: none;
	top: 0;
	left: 0;
	margin: auto;
	margin-bottom: -5px;
}

.prompt .break {
	display: block;
	float: left;
	width: 100%;
	border-bottom: solid 1px #dcdcdc;
	margin-bottom: 10px;
}

.prompt .controls {
	display: block;
	position: relative;
	top: 20px;
	width: 96%;
	height: 40px;
	line-height: 20px;
	margin: auto;
}

.prompt .controls.modified {
	text-align: center;
}

.prompt .controls.modified .label {
	position: relative;
	top: 10px;
	left: 15px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #585858;
}

.prompt.with-icon {
	padding: 2%;
}

.prompt.with-icon .icon {
	display: inline-block;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 3%;
	top: 5%;
}

.prompt-spouse .icon {
	width: 53px;
	height: 37px;
	background-image: url('../img/wedding-bands.jpg');
	background-size: 53px 37px;
}


.prompt.with-icon .paragraph {
	position: relative;
	display: block;
	float: right;
	width: 85%;
	margin: auto;
	font-size: 14px;
	line-height: 1.5;
}

.prompt.with-icon .paragraph.intro {
	margin-top: 2%;
	margin-bottom: -3%;
}

.prompt-spouse.with-icon {
	margin-top: 0;
}

.prompt.product-set {
	padding-bottom: 20px;
}

.prompt.button {
	display: block;
	width: 100%;
	height: 50px;
	min-height: 50px;
	font-size: 16px;
	font-weight: bolder;
	color: white;
	background-color: #ff6f01;
	cursor: pointer;
	text-transform: uppercase;
}

.prompt.button.loading {
	cursor: wait;
}

.prompt.button.back {
	text-decoration: underline;
	text-align: center;
	font-size: 16px;
	position: relative;
	border: none;
	width: 90px;
	height: 20px;
	min-height: 20px;
	margin: 3px auto;
	color: #585858;
	text-transform: initial;
	background-color: #f0f0f0;
}

.prompt-header {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5px;
	text-align: center;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #01adff;
	align-items: center;
	justify-content: center;
}

.prompt-header div {
	position: relative;
	-ms-grid-column: auto;
	grid-column: auto;
	text-align: center;
}

div.left {
	grid-column: 1;
	-ms-grid-column: 1;
}

div.center, label.center {
	grid-column: 2;
	-ms-grid-column: 2;
}

div.right {
	grid-column: 3;
	-ms-grid-column: 3;
}

div.full-width {
	grid-column: 1 / 4;
	-ms-grid-column: 1 / 4;
}

div.small {
	font-size: 15px;
	line-height: 1;
	padding-left: 15px;
	top: 5px;
}

.prompt-header a {
	margin-top: 0 !important;
}

.product-set.prompt .left {
	grid-column: 1;
	-ms-grid-column: 1;
}

.product-set.prompt .name {
	grid-column: 1/3;
	-ms-grid-column: 1/3;
	font-size: 16px;
	position: relative;
	margin-top: 10px;
	left: 50px;
}

.product-set.prompt .name.sb {
	text-align: left;
	left: 10px;
}

.product-set .product {
	min-height: 60px;
}

.prompt-container .footer {
	width: 100%;
	height: auto;
	margin-top: 20px;
	font-size: 18px;
	font-weight: bolder;
	color: #979797;
	text-align: center;
	margin-bottom: 25px;
}

#products .prompt.product-set .legal-footer {
	width: 90%;
	height: fit-content;
	margin: auto;
	padding-top: 30px;
	text-align: center;
	font-size: 12px;
	font-weight: 100;
	color: black;
	display: none;
}

#products-subprompts .prompt .legal-footer {
	position: relative;
	top: 30px;
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: 11px;
	font-weight: 100;
	color: black;
}

#product-page-legal-footer, #finish-page-legal-footer {
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: 100;
	color: black;
	display: none;
}

#finish-page-legal-footer {
	margin-top: 20px;
}

#results-products .prompt .legal-footer {
	position: relative;
	margin-top: 30px;
	width: 100%;
	height: fit-content;
	text-align: center;
	font-size: 11px;
	font-weight: 100;
	color: black;
	display: none;
}

#results-products .prompt {
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	min-height: 50px;
}

#results-products .product.prompt.selected .body {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: space-evenly;
	align-items: center;
}

#results-products .product.prompt.selected[data-code='scholarship'] .body {
	-ms-grid-columns: 1fr 3fr 1fr;
	grid-template-columns: 2fr 5fr 1fr;
}

#results-products .product.prompt.selected .right {
	grid-column: 3;
	-ms-grid-column: 3;
	-ms-grid-row-align: start;
}

#results-products h3 {
	margin: 20px auto 5px auto;
}

#results-products .prompt label {
	margin-bottom: 20px;
	grid-column: 2;
	-ms-grid-column: 2;
	-ms-grid-row-align: end;
}

#results-products .prompt .prompt-header {
	margin-bottom: 0;
}

#results-products .controls {
	margin-bottom: 20px;
}

.product .cb, .rider .cb {
	float: left;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 1px #bbbaba;
	font-size: 13px;
	margin-top: 13px;
	margin-left: 8px;
	padding: 1px;
	box-sizing: border-box;
	cursor: pointer;
}

.rider .cb {
	margin: 2px 12px 10px 5px;
	border-radius: 0;
	display: block;
}

.rider .cb.selected {
	background-color: white;
}

.product.rider .label.header {
	cursor: pointer;
}

.product.rider.selected .label.header {
	padding-bottom: 10px;
	width: 104%;
	height: 31px;
	margin-left: -5px;
	border-bottom: solid 1px #dcdcdc;
}

.product.rider .subprompt .label {
	color: #01adff;
	margin-bottom: 10px;
}

.product.rider .subprompt .controls {
	position: relative;
	top: 0px;
	margin-bottom: 0px !important;
}

.product.rider .subprompt .controls select {
	height: 25px;
}

.product.rider.disabled, .product.rider.disabled .cb, .product.rider.disabled .label.header,
.product.rider select[disabled] {
	color: #cecece;
	cursor: not-allowed !important;
}

.prompt.riders {
	font-size: 14px;
	background-color: #f0f0f0;
	border: none;
}

.prompt.riders .rider-row {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
}

.prompt.riders .rider-row .rider {
	flex: 0 0 50%;
	min-height: 40px;
	text-align: left;
	font-size: 16px;
	background-color: white;
	border: solid 1px #dcdcdc;
	padding: 20px 5px 0px;
}

.prompt.riders .rider-row .rider.selected {
	align-self: stretch;
}

.product-details {
	display: none;
	text-align: left;
	margin: 20px 0px;
}

.rider .product-details {
	margin: 20px 0px 0px 25px;
}

.rider .product-details select {
	width: 90%;
}

.product label {
	display: block;
	float: left;
	cursor: pointer;
	color: #585858;
	font-size: 18px;
	max-width: 60%;
}

.product label .subtitle {
    color: #979797;
    font-size: 16px;
}

.product a, .product div.logo {
	display: block;
	float: right;
	color: #01adff;
	margin-right: 8%;
	margin-top: 13px;
	font-size: 100%;
}

#products,
#products-subprompts {
	display: block;
}

#products-none {
	text-align: center;
}

.prompt::after,
.product::after,
#products-container::after {
	content: "";
	display: table;
	clear: both;
}

#categories {
	width: 100%;
	display: block;
}

.category-container {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	margin: auto auto 20px;
}

.category {
	text-align: center;
	flex-basis: auto;
	width: 150px;
	height: 220px;
	line-height: 30px;
	cursor: pointer;
	border-radius: 3px;
	margin-bottom: 10px;
	color: #d0d0d0;
	padding: 8px;
	border: solid 2px #f0f0f0;
}

.category:hover {
	border-color: #ff6f01;
}

.category.selected {
	border-color: #2B7AC5;
}

.category .label {
	font-weight: bold;
	color: #2B7AC5;
	margin-top: 10px;
}

.category:hover .label {
	color: #ff6f01;
}

.category.selected .label {
	color: #2B7AC5;
}

.category .img {
	width: 150;
	height: 150px;
	background-size: 150px 150px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.category.Accident .img {
	background-image: url("../img/categories/Accident.png");
}

.category.Disability-Insurance .img {
	background-image: url("../img/categories/Disability.png");
}

.category.Illness .img {
	background-image: url("../img/categories/Illness.png");
}

.category.Life-Insurance .img {
	margin-left: -8px;
	background-image: url("../img/categories/Life.png");
}

.category.Packages .img {
	background-image: url("../img/categories/Packages.png");
}

.category.Senior .img {
	background-image: url("../img/categories/Senior.png");
}

.category.DentalVision .img {
	background-image: url("../img/categories/DentalVision.png");
}

.category.Juvenile .img {
	background-image: url("../img/categories/Grow-Up.png");
}

.category.Legacy-Protection .img {
	background-image: url("../img/categories/LegacyProtection.png");
}

.category.Scholarship-Rewards .img {
	background-image: url("../img/categories/Scholarship.png");
}

.category.Guaranteed-Issue .img {
	background-image: url("../img/categories/Guar-Issue.png");
}

.category.Identity-Theft-Protection .img {
	background-image: url("../img/categories/ReliaShield.png");
}

.paragraph ul {
	margin-left: 5%;
}

.paragraph ul li::before {
	content: "\2022";
	color: black;
	display: inline-block;
	width: 1em;
	margin-left: -1em
}

.cb.selected {
	background-color: #01ADFF;
}

select {
	width: 100%;
	height: 100%;
	border: solid 1px #dcdcdc;
	background-color: white;
	font-size: 14px;
	text-align: center;
	text-align-last: center;
	font-weight: bold;
}

select.active {
	background-color: #01ADFF;
	color: #ffffff;
	border: none;
}

#finish-container .controls select.active {
	border: solid 1px #dcdcdc;
	background-color: white;
	color: #585858;
}

select option {
	background-color: #f0f0f0;
	color: #585858;
}

.input-group {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	height: 100%;
}

.input-group select {
	width: 64%;
}

.input-group.birthDate select {
	width: 33%;
}

#main-container input {
	height: 91%;
	width: 31%;
	text-align: center;
    border: solid 1px #dcdcdc;
	background-color: white;
	font-size: 14px;
	text-align: center;
	text-align-last: center;
	font-weight: bold;
}

#error-message {
	line-height: 150%;
}

input.error {
	border: solid 1px red;
	color: red;
}

p.error {
    color: red;
}

.btn-group {
	width: 100%;
}

.btn-group button {
	background-color: white;
	border: 1px solid #dcdcdc;
	display: block;
	color: #585858;
	text-transform: uppercase;
	cursor: pointer;
	float: left;
	width: 49%;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
}

#quotePrompt {
    min-height: 120px;
}

#productType button {
    font-size: 16px;
    height: 60px;
}

#quote-button {
	text-transform: initial;
}

#apply-button-legal-info {
	display: none;
	width: 100%;
	font-size: 14px;
	color: black;
}

.btn-group button:last-child {
	float: right;
	margin-left: 5px;
}

.btn-group:after {
	content: "";
	clear: both;
	display: table;
}

.btn-group button.selected {
	background-color: #01adff;
	color: #ffffff;
}

.btn {
	display: inline-block;
	margin-top: 40px;
	margin-left: 170px;
	color: #80ffff;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #000000;
	background-color: #ffffff;
	color: #000000;
	padding: 10px;
}

.btn:hover {
	background-color: #ffff00;
}

.btn.loading,
.btn.loading:hover {
	opacity: 0.8;
	cursor: wait;
}

#external-link {
	color: #0000ff;
	margin-left: 25px;
}

.ui-widget-overlay {
	background-color: #000000;
	opacity: 0.5;
}

.ui-dialog-title {
	padding-bottom: 5px;
}

.oi-document {
	left: -15px;
	height: 34px;
	transform: scale(1.5);
	margin-bottom: 10px;
}

#dialog-link-schol {
	font-size: 18px;
	text-align: center;
}

#hidden-external-link {
	display: none;
}

#agent-id-schol {
	font-size: 22px;
}

#agent-id-schol, #external-link-schol {
	font-weight: bold;
	color: #01adff;
}

/* Branding */
.product-set .product:last-of-type a.service-1, .product-set .product:last-of-type a.service-2,
.product-set .product:last-of-type a.service-3 {
	margin-bottom: 0px;
}

a.service-1 span, a.service-2 span, a.service-3 span, a.service-4 span, a.service-5 span, a.service-6 span, 
a.service-7 span, a.service-8 span, a.service-9 span, a.service-11 span, a.service-12 span, a.service-13 span {
	display: none;
}

/* Surebridge */
a.service-1, div.logo.service-1 {
	display: block;
	position: relative;
	background-image: url("../img/logos/surebridge-logo.png");
	background-size: 108px 34px;
	background-position: 0 0;
	width: 108px;
	height: 34px;
	left: 13px;
	top: -10px;
	margin-bottom: 10px;
}

#results-products a.service-1, #results-products div.logo.service-1 {
	top: -5px;
	left: -30px;
}

/* FSL */
a.service-2, div.logo.service-2 {
	display: block;
	position: relative;
	background-image: url("../img/logos/fsl-logo.png");
	background-size: 32px 37px;
	background-position: 0 0;
	width: 32px;
	height: 37px;
	left: -25px;
	top: -13px;
}

#results-products a.service-2, #results-products div.logo.service-2 {
	left: -77px;
	top: -15px;
}

/* DMS */
a.service-3, div.logo.service-3 {
	display: block;
	position: relative;
	background-image: url("../img/logos/ngl-logo.jpg");
	background-size: 78px 40px;
	background-position: 0 0;
	width: 78px;
	height: 40px;
	left: -4px;
	top: -13px;
}
#results-products a.service-3, #results-products div.logo.service-3 {
	left: -40px;
	top: -10px;
}

/* Gerber */
a.service-4, div.logo.service-4 {
	display: block;
	position: relative;
	background-image: url("../img/logos/gerber-logo.jpg");
	background-size: 60px 60px;
	background-position: 0 0;
	width: 60px;
	height: 60px;
	left: -12px;
	top: -15px;
}
#results-products a.service-4, #results-products div.logo.service-4 {
	left: -60px;
	top: -10px;
}

#gerber-price {
	color: #585858;
}

#finished-app, #finished-app .success, #finished-app .error {
	display: none;
}

/* Legacy Armour */
a.service-5, div.logo.service-5 {
	display: block;
	position: relative;
	background-image: url("../img/logos/legacyArmour-logo.png");
	background-size: 40px 44px;
	background-position: 0 0;
	width: 40px;
	height: 44px;
	left: -23px;
	top: -5px;
}

#results-products a.service-5, #results-products div.logo.service-5 {
	left: -75px;
	top: -10px;
}

/* Scholarship */
a.service-6, div.logo.service-6 {
	display: block;
	position: relative;
	background-image: url("../img/logos/scholarship-logo.png");
	background-size: 137px 40px;
	background-position: 0 0;
	width: 137px;
	height: 40px;
	left: 23px;
	top: -5px;
}

#results-products a.service-6, #results-products div.logo.service-6 {
	left: -12px;
	top: -20px;
}

/* Haven Life */
a.service-7, div.logo.service-7 {
	display: block;
	position: relative;
	background-image: url("../img/logos/hl-logo.jpg");
	background-size: 44px 40px;
	background-position: 0 0;
	width: 44px;
	height: 40px;
	left: -20px;
	top: -10px;
}

#results-products a.service-7, #results-products div.logo.service-7 {
	left: -60px;
	top: -20px;
}

/* ReliaShield */
a.service-8, div.logo.service-8 {
	display: block;
	position: relative;
	background-image: url("../img/logos/reliashield-logo.png");
	background-size: 112px 25px;
	background-position: center;
	width: 112px;
	height: 25px;
	left: 13px;
	top: -10px;
	margin-bottom: 10px;
	background-color: #000000;
	padding: 3px;
	background-repeat: no-repeat;
}

#results-products .product[data-serviceid='8'] .prompt-header .right {
	display: none;
}

#results-products a.service-8, #results-products div.logo.service-8 {
	display: none;
}

/* Bestow */
a.service-9, div.logo.service-9 {
	display: block;
	position: relative;
	background-image: url("../img/logos/bestow-logo.png");
	background-size: 90px 16px;
	background-position: 0 0;
	width: 90px;
	height: 16px;
	top: -5px;
	left: 6px;
}

#results-products a.service-9, #results-products div.logo.service-9 {
	left: -39px;
	top: -22px;
	background-size: 80px 14px;
	width: 80px;
	height: 14px;
}

#dialog-gerber-college p, #dialog-apply-address p {
	line-height: 150%;
}

/* Assurity (Links) */
a.service-11, div.logo.service-11 {
	display: block;
	position: relative;
	background-image: url("../img/logos/assurity-logo.svg");
	background-size: auto 30px;
	background-position: center;
	background-repeat: no-repeat;
	width: 130px;
	height: 30px;
	margin-top: 6px;
	margin-right: 22px;
}

#results-products a.service-11, #results-products div.logo.service-11 {
	top: -10px;
	left: -10px;
}

/* LGA */
a.service-12, div.logo.service-12 {
    display: block;
    position: relative;
    background-image: url("../img/logos/banner-life-logo.png");
    background-size: 160px 44px;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 160px;
    height: 44px;
    margin-top: 8px;
    margin-bottom: 20px;
    left: 20px
}

#results-products a.service-12, #results-products div.logo.service-12 {
    top: 0px;
    left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* ManhattanLife */
a.service-13, div.logo.service-13 {
    display: block;
    position: relative;
    background-image: url("../img/logos/ML-logo_white.jpg");
    background-color: black;
    background-size: 123px 53px;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 123px;
    height: 53px;
    margin-top: 6px;
    top: -8px;
    left: 20px;
}

#results-products a.service-13, #results-products div.logo.service-13 {
    top: -10px;
    left: -20px;
}

#finish-container .apply-info {
	text-align: center;
	line-height: 150%;
	font-weight: bold;
}

.dialog-prompt-row {
	margin: 20px 0;
}

.dialog-prompt-row::after {
	content: "";
	display: table;
	clear: both;
}

.dialog-prompt {
	float: left;
	margin-right: 20px;
	width: 200px;
}

.dialog-prompt-lg {
	width: 640px;
}

.dialog-prompt-md {
    width: 300px;
}

.dialog-prompt-sm {
	width: 90px;
}

.dialog-prompt:last-child {
	margin-right: 0;
}

.dialog-prompt label {
	display: block;
	margin-bottom: 5px;
}

.dialog-prompt-footnote {
	font-size: 14px;
	font-style: italic;
	margin: 0;
}

.dialog-input input {
	width: 100%;
}

#disclosure {
    text-align: left;
}

#disclosure strong {
    font-weight: bold;
}

#disclosure p {
    margin-bottom: 16px;
}

#disclosure ul {
    list-style: disc;
    margin-bottom: 16px;
    margin-left: 30px;
}

#disclosure .underline {
    text-decoration: underline;
}

.standard-toggle {
    display: grid;
    align-items: center;
    justify-content: center;
}

#standard-policy {
    display: none;
}

/* IE 11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#progress-bar {
		top: -28px;
	}

	#logo-image {
		top: 25px;
		left: 18%;
	}
}

/* Mobile */
@media (max-width: 750px) {
	#header-container {
		height: 185px;
		width: 100%;
	}

	#header {
		display: -ms-grid;
		display: grid;
		-ms-grid-rows: 1fr 1fr 50px;
		grid-template-columns: 100%;
		grid-template-rows: repeat(2, 1fr) 50px;
		justify-content: center;
		align-items: center;
	}

	#logo-image {
		grid-row: 1;
		grid-column: 1;
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		margin: 10px auto 10px auto;
		justify-self: center;
		background-size: 256px 48px;
		width: 256px;
		height: 48px;
	}

	#agent-container {
		grid-column: 1;
		grid-row: 2;
		-ms-grid-column: 1;
		-ms-grid-row: 2;
		width: 100%;
		float: none;
		justify-content: center;
	}

	#agent-image {
		background-size: 80px 80px !important;
		height: 80px;
		width: 80px;
	}

	#agent-info {
		font-size: 1.1em;
	}
 
	#progress-bar-container {
		grid-column: 1;
		grid-row: 3;
		-ms-grid-column: 1;
		-ms-grid-row: 3;
		top: 0px;
	}

	#progress-bar {
		width: 90%;
		justify-self: center;
	}

	#progress-bar .progress-bar-icon {
		font-size: .9em;
	}

	.progress-label.Coverage {
		left: -10px;
		position: relative;
	}

	h2 {
		font-size: 23px;
		width: 90%;
		position: relative;
		top: 12px;
	}

	h3 {
		width: 90%;
		position: relative;
	}

	.prompt-container {
		width: 90%;
	}

	.product-set .product {
		margin-bottom: 10px;
	}

	.product-set.prompt .name {
		margin-top: 10px;
		grid-column: 1/3;
		left: 10px;
	}

	.product-set.prompt .name.sb {
		text-align: left;
		margin-left: 10px;
	}

	.prompt-header div.small {
		padding-left: 0;
	}

	.product label { 
		max-width: 55%;
		font-size: 16px;
	}

	.prompt label {
		top: 12px;
	}

	.ui-dialog {
		width: 90% !important;
		left: 3% !important;
	}

	.prompt.app-data {
		min-height: 120px !important;
	}

	.product.rider .label.header {
		width: 100%;
		height: 40px;
		font-size: 15px;
	}

	#results-products .product.prompt.selected .body {
		-ms-grid-columns: 1fr 2fr 1fr;
		grid-template-columns: 1fr 2fr 1fr; 
	}

	#results-products .product.prompt.selected a {
		margin: auto;
		float: none;
	}

	.product-details .prompt-header {
		-ms-grid-columns: 1fr 3fr 1fr;
		grid-template-columns: 1fr 3fr 1fr;
	}

	a.service-1 {
		height: 25px;
		width: 81px;
		background-size: 81px 25px;
	}

	#results-products a.service-1 {
		left: -18%;
		top: -10px;
	}

	a.service-2 {
		left: -4.5%;
	}

	#results-products a.service-2 {
		left: -15%;
	}

	a.service-3 {
		left: 0px;
	}

	#results-products a.service-3 {
		left: -15%;
	}

	a.service-4 {
		left: -4px;
	}

	#results-products a.service-4 {
		left: -15%;
	}

	a.service-5 {
		left: -2%;
	}

	#results-products a.service-5 {
		left: -15%;
	}

	a.service-6 {
		left: 5%;
		top: 0px;
		background-size: 110px 32px;
		width: 110px;
		height: 32px;
	}

	#results-products a.service-6 {
		left: -10%;
	}

	#results-products .product[data-code='scholarship'] label {
		left: 10%;
	}

	a.service-7 {
		left: -12px;
	}

	#results-products a.service-7 {
		left: -20%;
		top: -10px;
	}

	a.service-8 {
		left: 20px;
	}

	a.service-9 {
		left: 15px;
	}

	#results-products a.service-9 {
		top: -13px;
		left: -11px;
	}
}

/* Mobile - Small */
@media (max-width: 320px) {
	#results-products a.service-1 {
		left: -11%;
	}

	a.service-6 {
		left: 5%;
		top: 20px;
		background-size: 80px 24px;
		width: 80px;
		height: 24px;
	}

	#results-products .product[data-code='scholarship'] label {
		left: 8%;
	}
}
