body {
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	background-color: #32A3DB;
	color: #333;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
a {
	outline: none;
	cursor: pointer;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	transition:all 0.2s linear;
	color: #076CB9;
	text-decoration: none;
}
div,li {
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	margin: 0;
}
h2 {
	font-size: 28px;
	margin-left: -10px;
}
h3 {
	padding: 0 0 10px 0;
	margin: 20px 0 5px 0;
	font-size: 20px;
	border-bottom: 1px dotted #ccc;
}
form {
	margin: 0 0 20px 0;
	padding: 0;
}
/************************************************************/
table {
	border-collapse: collapse;
}
table td {
	border: 1px solid black;
	border-color: #ccc;
}
table thead {
	background-color: #3D3A35;
	color: #fff;
	font-weight: 400;
}
table thead td {
	border: none;
}
table td {
	padding: 8px 2px;
}
#main {
	width: 60%;
	float: left;
}
#main .field-name {
	font-size: 14px;
	font-weight: 700;
}
#main table,#main table td {
	border: none !important;
}
/************************************************************/
table.view {
	/*table-layout: fixed;*/
	border-collapse: collapse;
}
table.view td {
	border: 1px solid black;
	border-color: #ccc;
}
table.view thead {
	background-color: #3D3A35;
	color: #fff;
	font-weight: 400;
}
table.view thead td {
	border: none;
}
table.view td {
	padding: 4px 2px;
}
table.view a {
	border-bottom: 1px dashed #076CB9;
}
.ui-effects-transfer {
	border: 2px dashed #999;
}

/************************************************************/
table.plans {
	table-layout: fixed;
	border-collapse: collapse;
}
table.plans td {
	/*border: 1px solid black;*/
	border: none;
	border-color: #ccc;
	text-align: center;
	/*width:30%;*/
}
table.plans thead {
	font-weight: 400;
	background-color: blue;
	background-color: #076CB9;
	border-style: solid;
	border-color: #000;
	color: #fff;
	border-bottom: none;
	border-top: none;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
}
table.plans thead td {
	border: none;
	width: 42%;
}
table.plans tbody td {
	padding: 4px 2px;
	/* font-size: 70%; */
	width:42%;
}
table.plans tr.style_1 {
	font-weight: bold;
	background-color: #efefef;
	font-family: 'Lato', sans-serif;
}
table.plans tr.style_2 {
	font-weight: bold;
	background-color: #fff;
}
table.plans tr.style_header, table.carriers tr.style_header {
	border-bottom: 1px solid black;
	font-weight: bold;
	background-color: #bfbfbf;
}
table.carriers tr.inactive, tr.inactive {
	font-style: italic;
	color: red;
}
table.carriers tr.inactive a, tr.inactive a {
	border-bottom: 1px dashed red;
	color: red;
}
table.plans td.num {
	width: 80px;
}
table.plans td.radio {
	width: 10%;
}
table.plans a {
	border-bottom: 1px dashed #076CB9;
}
table.plans input[type="number"],table.plans input[type="text"] {
	margin-bottom: 0px;
	width: 90%;
	padding: 2px;
	outline-width: 0;
	border: 1px solid #000;
	box-shadow: 0 2px 0px #eee inset;
	border-radius: 2px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Lato', sans-serif;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	transition:all 0.2s linear;
	vertical-align: middle;
	text-align: center;
}
table.plans select {
	width:100%;
	padding: 8px;
	outline-width: 0;
	border: 1px solid #ddd;
	box-shadow: 0 2px 0px #eee inset;
	border-radius: 2px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
table.plans td.carrier-name, table.view td.carrier-name { /*stolen from quote-plans.php*/
	border: 1px solid white;
	text-align: center;
}
/************************************************************/
ul.main-nav, ul.plan-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
ul.main-nav li, ul.plan-nav li {
	float: left;
}
ul.main-nav li a, ul.plan-nav li a {
	display: block;
	color: #333;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
}
ul.main-nav li a {
	width: 100px;
	padding: 55px 0 20px 0;
}
ul.plan-nav li a {
	width: 150px;
	padding: 10px 0 20px 0;
}
ul.main-nav li a:hover, ul.plan-nav li a:hover {
	background-color: #eee;
	/*background-color: #076CB9;*/
	/*color: #fff;*/
}
ul.main-nav li a.selected, ul.plan-nav li a.selected {
	background-color: #3D3A35;
	color: #fff;
}
/*ul.main-nav a {
	display: block;
	padding: 20px 10px;
	text-decoration: none !important;
	background-color: #eee;
	border-bottom: 1px solid #fff;
}*/
/************************************************************/
ol.menu,ul.menu {
	margin: 0 -10px 10px 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
ol.menu li,ul.menu li {
	margin: 0 0 3px 0;
	padding: 0;
	counter-increment: step-counter;
	position: relative;
}
ol.menu li::before,ul.menu li::before {
    content: counter(step-counter);
    background-color: #01DE8E;
    color: #fff;
    font-weight: bold;
	line-height: 40px;
	width: 40px;
	text-align: center;
	margin-bottom: -40px;
	display: block;
	position: relative;
	z-index: 5;
}
/*********************************/
ol.menu li.completed::before,ul.menu li.completed::before {
    /* content: url(../../images/layout/check5.png); */
		content: "✔"; /* Insert content that looks like bullets */

    background-color: #01DE8E;
    color: #fff;
    font-weight: bold;
	line-height: 40px;
	width: 40px;
	text-align: center;
	margin-bottom: -40px;
	display: block;
	position: relative;
	z-index: 5;
}
/*********************************/

ol.menu li a,ul.menu li a {
	padding: 0 5px 0 45px;
	clear: both;
	line-height: 40px;
	vertical-align: middle;
	background-color: #efefef;
	margin-right: 10px;
	display: block;
	position: relative;
	z-index: 1;
}
ol.menu a.disabled,ul.menu a.disabled {
	color: #ccc;
	cursor: not-allowed;
}
ol.menu span.selected,ul.menu span.selected {
	font-weight: 700;
}
ol.menu a span.icon,ul.menu a span.icon {
	width: 40px;
	height: 40px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5px;
	float: left;
}
ol.menu a:hover,ul.menu a:hover {
	background-color: #ddd;
	color: #333;
}
ol.menu a.selected,ul.menu a.selected {
	background-color: #fff;
	margin-right: 0;
}
/************************************************************/

ol.filters,ul.filters {
	margin: 0 -10px 10px 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
ol.filters li,ul.filters li {
	margin: 0 0 3px 0;
	padding: 0;
	/* counter-increment: step-counter; */
	position: relative;
}

ol.filters li a,ul.filters li a, ul.filters div.category {
	padding: 0 5px 0 45px;
	clear: both;
	line-height: 40px;
	vertical-align: middle;
	background-color: #efefef;
	margin-right: 10px;
	display: block;
	position: relative;
	z-index: 1;
	/* background-color: #78A22F; */
}
ol.filters li a,ul.filters li a {
	background-color: #076CB9;
	color: white;
}
ol.filters li::before, ul.filters li::before, ul.filters div.category::before, ul.filters li.selected-plan::before {
/* ol.filters li::before, ul.filters li::before { */
  color: #fff;
  font-weight: bold;
	line-height: 40px;
	width: 40px;
	text-align: center;
	margin-bottom: -40px;
	display: block;
	position: relative;
	z-index: 5;
	border-right: solid white 1px;
	cursor: pointer;
}
::before:hover {
	color: black !important;
}
ol.filters li::before, ul.filters li::before {
	content: "+"; /* Insert content that looks like bullets */
	background-color: #076CB9 !important;
}

ul.filters div.category::before {
	content: "•"; /* Insert content that looks like bullets */
	background-color: #01DE8E !important;
}

#ancillary_filter_wrapper ul.filters div.category::before {
	content: "-"; /* Insert content that looks like bullets */
	background-color: #01DE8E !important;
}
#ancillary_filter_wrapper ul.filters div.category.selected::before {
	content: "+"; /* Insert content that looks like bullets */
	background-color: #01DE8E !important;
}

ul.filters li.selected-plan a {
	background-color: #01DE8E;
	color: white;
}
ul.filters li.selected-plan::before  {
	content: "-";
	background-color: #01DE8E;
	color: white;
}

ol.filters a:hover,ul.filters a:hover, ul.filters div:hover, ul.filters li:hover {
	background-color: #ddd;
	color: #333;
}
/* .filters {
	border: solid black 1px;
} */
tr.selected-plan {
	font-style: italic;
	/* background-color: #78A22F; */
	background-color: #01DE8E;
}
div.filter-header {
	text-indent: 45px;
}

ul.filters div.category {
	margin: 0 0 3px 0;
	padding: 0;

	/* padding: 0 5px 0 5px; */
	clear: both;
	vertical-align: middle;
	margin-right: 10px;
	display: block;
	position: relative;
	z-index: 1;

	outline: none;
	cursor: pointer;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	transition:all 0.2s linear;
	color: #076CB9;
	text-decoration: none;
}
/*************************************************/
label,input[type="radio"],input[type="checkbox"] {
	cursor: pointer;
}
/*GQ*/
input[type="number"] {
	margin-bottom: 5px;
	width: 75px;
}
input[type="date"] {
	width: 130px;
}
/*end GQ*/
/*input[type="text"],input[type="password"],select,textarea {*/ /*beacon*/

input[type="text"],input[type="number"],input[type="date"],input[type="password"],input[type="time"],select,textarea {
	padding: 8px;
	outline-width: 0;
	border: 1px solid #ddd;
	box-shadow: 0 2px 0px #eee inset;
	border-radius: 2px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
input:focus,select:focus,textarea:focus {
	border-color: #004785;
	background-color: #fff;
}
input[type="text"].read {
	border: none;
	box-shadow: 0 0 0;
	border-radius: 0;
	background: transparent;
	cursor: pointer;
	color: #004785;
}
select.read {
	border: none;
	box-shadow: 0 0 0;
	border-radius: 0;
	background: transparent;
	cursor: pointer;
	-webkit-appearance: none;
}
input[type="text"].test {
	border: 5px solid #cc3300;
}
input[type="text"].hasDatepicker {
	width: 75px;
}
input[type="text"].ages, input[type="text"].child_under_number {
	width: 40px;
}
input[type="text"].contrib {
	width: 60px;
}
select {
	-webkit-appearance: menulist;
}
textarea {
	width: 98%;
	height: 160px;
	/*width: 630px;
	height: 80px;*/
	/*beacon*/
	font-size: 12px;
}
/*************************************************/
#sidebar {
	width: 200px;
	/*width: 270px;*/
	float: left;
	min-height: 570px;
	/*background-color: #fff;*/
	font-size: 13px;
	/*position: fixed;*/
	/*padding: 10px;*/
}
#sidebar.carriers-sidebar {
	width: 270px;
}
#sidebar h3 {
	border: none;
	background-color: #01DE8E;
	color: #fff;
	padding: 20px 5px;
	margin: 0 0 10px 0;
}
#sidebar h3 small {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}
#sidebar h3 em {
	font-size: 14px;
	font-weight: 400;
	color: #ccc;
}
/***********************registration*****************************/
#registration-wrapper {
	background: #fff;
	border: 5px solid #004785;
	/* width: 1010px;
	margin: 0 auto; */
	min-height: 1000px;
}
/************************************************************/
#login-wrapper {
	margin-left: 25%;
    background: #fff;
    border: 5px solid #004785;
    flex: 1;
    margin-top: 13%;
    margin-bottom: 13%;
    margin-right: 25%;
}
/*************************************************************************************/
#header {
	background-color: #fff;
	margin-bottom: 10px;
	height: 90px;
}
#header h1 {
	font-size: 32px;
	font-weight: 300;
	margin: 0;
	border-left: 1px solid #ccc;
	padding: 45px 0 0 20px;
	display: inline-block;
	float: left;
}
#header h1 small {
	font-size: 18px;
	font-weight: 700;
}

/* #header .agent-logo { */
.agent-logo {
	display: inline-block;
	float: left;
	height: 80px;
	max-height: 80px;
	width: auto;
	max-width: auto;
	margin: 0 20px 0 0;
}
#main-content {
	/*width: 730px;*/
	/*beacon*/
	width: 1070px;
	float: right; /*beacon*/
	/*width: 80%;*/
	/*float:left;*/
	vertical-align: top;
}
#main-wrapper.plans-page {
	width: 1500px;
}
#main-content.plans-page {
	width: 1300px;
}
#main-content.carriers-content, #main-content.plan-select {
	width: 730px;
	margin-left: 5px;
	float: left;
}
#main-content.benefits-content {
	width: 980px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}
#main-content.plan-select {
	float: left;
}
#select-content {
	/* width: 255px; */ /*before adding to sidebar*/
	width: 200px;
	float: left;
	/* margin-left: 5px; */ /*before adding to sidebar*/
}
#info-content {
	/* width: 730px; */ /*before adding to sidebar*/
	width: 1070px;
	float: left;
	margin-left: 10px;
}
#select-content li {
	font-size: 11px;
}
#main-content-box, #select-content-box, #info-content-box {
	background-color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
}
#main-content-box.plans-select {
	margin-top: 5px;
}
#main-content-box .table_wrapper {
	margin-bottom: 155px;
}



#main-content-box {
	min-height: 470px;
	padding: 20px 20px 100px 20px;
	display: block;
	overflow: auto;
}
#info-content-box {
	min-height: 170px;
	padding: 20px 20px 100px 20px;
}
#select-content-box {
	min-height: 170px;
	/* position: relative; */
	width: 300px;
	padding: 20px 15px 20px 20px;
}
#select-content-box ul {
	margin: 0px 20px 0px 20px;
}
/* #info-content-box {
	min-height: 170px;
	width: 715px;
	padding: 20px 0px 20px 15px; */
	/* bottom: 0; */
	/* position: relative; */
/* } */

/* #plan-info {
	position: absolute;
	bottom: 0;
} */
#main-content .field-name {
	font-size: 14px;
	font-weight: 700;
}
#footer {
	padding: 7px;
	border-bottom: 1px solid #E2EAEF;
	border-top: 1px solid #E2EAEF;
	background-color: #f3f6f8;
	width: 100%;
	text-align: center;
	/* position: absolute; */
    bottom: 0;
	}
/************************************************************/

/**********import-plans popup styling************************/
#import-interface_frame {
	position: fixed;
	width: 1020px;
	height: 800px;
	z-index: 999;
	top: 50%;
	left: 50%;
	margin-top: -350px; /*half the height*/
	margin-left: -275px;
	display: none;
}
#import-interface_frame-content {
	background-color: #32A3DB;
	text-align: left;
	margin-top: 33px;
	overflow: hidden;
	height:100%;
}
#popup-wrapper.import-plans{
	width:550px;
}
#popup-content.import-plans{
	background-color: #FFF;
	height:480px;
	margin:10px;
}
#popup-content-box.import-plans{
	padding: 20px 20px 100px 20px;
}
#popup-content-box.import-plans h2{
	margin-left:0;
}
#scrollable-log{
	height:200px;
	overflow-y: auto;
}
#import-button{
	margin :10px;
	position: absolute;
	right:0;
	bottom:0;
}
#import-submit {
	border-style: none;
	margin-left: 10px;
	margin-right: 0px;
}
#import-cancel{
	background-color: #989898 !important;
}
/**********import-plans popup styling************************/
.ancillary-benefit-ul{
	padding-inline-start: 5px;
	width:100%
}
.ancillary-option-li{
	width: 48%
}
.ancillary-title{
	min-height: 30px;
}
.width-60 {
	width: 60%;
}
/************************************************************/
.col {
	margin-top: 10px;
	margin-right: 3px;
	padding: 6px 2px;
	display: inline-block;
	/*min-height: 76px;*/
}
.col-1 {
	width: 48%;
	float: left;
}
.col-2 {
	width: 14%;
	float: left;
}
.col-3 {
	width: 33%;
	float: left;
}
.col-4 {
	width: 98%;
	float: left;
}
.col-5 {
	width: 23%;
	float: left;
}
.col-6 {
	width: 12%;
	float: left;
}
.col-7 {
	width: 18%;
	float: left;
}
.col-8 {
	width: 65%;
	float: left;
}
.col-9 {
	width: 11%;
	float: left;
}
.col-10 {
	width: 10%;
	float: left;
}
.col-11 {
	width: 35%;
	float: left;
}
.col-12 {
	width: 32%;
	float: left;
}
.col-13 {
	width: 55%;
	float: left;
}
.col-14 {
	width: 1%;
	float: left;
}
.col-15 {
	width: 3%;
	float: left;
}
.col-16 {
	width: 95%;
	float: left;
}
.col-17 {
	width: 31%;
	float: left;
}
.col-auto {
	width: auto;
	float: left;
}
.col-focus .field_title:not(.not) {
	color: #076CB9;
  background-color: #fff;
}
/***************************************fields*******************************************/
.field_descriptor {
	font-size: 12px;
}
.descriptor {
	display: block;
	color: #333;
	font-size: 10px;
	font-weight: 400;
	line-height: 12px;
}
.field_sp_dob,
.field_spouse_tobacco,
.field_num_children {
	display: none;
}
.field {
	float: left;
	margin-right: 3px;
}
.field.text {
	padding-left: 3px;
}
.field_title {
	font-size: 12px;
	font-weight: 700;
	color: #666;
	margin-bottom: 3px;
	margin-left: 2px;
}
.field_title sup {
	text-transform: lowercase;
}

sup.req {
	color: #cc3300;
	font-size: 16px;
}
.descriptor {
	display: block;
	color: #333;
	font-size: 10px;
	font-weight: 400;
	line-height: 12px;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.border {
	border: 1px solid #cc3300;
}
.container {
	/*width: 1010px;*/
	width: 1280px;
	margin: 0 auto;
	flex: 1;
}
.container.no_nav, .container.header {
	width: 1010px;
}
.pad-20 {
	padding: 20px;
}
.group-logo {
	height: 50px;
	max-height: 50px;
	width: auto;
	max-width: auto;
	margin: 0 20px 0 0;
}
.float-l, .float-r {
	display: inline-block;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
/************************************************************/
.search-container {
	float: right;
	margin-right: 10px;
}
.search-container.full {
	float: none;
	margin: 20px 0;
}
.search-input {
	width: 200px;
}
.search-container.full .search-input {
	width: 600px;
}
.search-container ul {
	width: 215px;
	border: 1px solid #eaeaea;
	position: absolute;
	z-index: 9;
	background: #f3f3f3;
	list-style: none;
	margin: 0;
	padding: 0;
}
.search-container.full ul {
	width: 615px;
}
.search-container ul li {
	padding: 2px;
}
.search-container ul li:hover {
	background: #eaeaea;
}
.search-list {
	display: none;
}
/*********************************************************************/
ul.form-list {
	padding: 0;
	margin: 0;
	list-style: none;
	clear: both;
}
ul.form-list li {
	margin-bottom: 10px;
	clear: both;
}
ul.form-list li,
.ui-state-highlight {
	height: 1.5em;
	line-height: 1.2em;
}
.sortable li:hover {
    cursor: pointer;
}
.ui-state-highlight {
	border: 1px dashed #3D3A35;
}
.sortable li.ui-sortable-helper{
    cursor: move;
    display: none; /*not beacon*/
}
.page_head {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
/******************************************************************/
.main-logo {
	width: 280px;
	text-align: center;
	float: left;
	height: 90px;
	/*float: right;
	height: 80px;*/
	/*GQ*/
}
.main-logo .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
		vertical-align: top;
		/*GQ*/
}
.main-logo img {
	vertical-align: top; /*GQ*/
	height: 80px;
    max-height: 80px;
    max-width: auto;
	width: auto;
	max-width: 270px;
	/*GQ*/
}

/************************Buttons******************************************/
.buttons {
	margin: 30px 0;
	clear: both;
}
a.button-action,button.button-action {
	background-color: #01DE8E;
	color: #fff !important;
	display: inline-block;
	padding: 8px;
	font-size: 14px;
	text-decoration: none;
	font-weight: 400;
	text-align: center;
	min-width: 100px;
	/*background-color: #076CB9;*/
	/*GQ*/
}
a:hover.button-action {
	background-color: #00965C;
}
a.button-action.del {
	background-color: #CC3300;
	min-width: 0;
	width: 16px;
	margin-top: 0px;
}
a:hover.button-action.del {
	background-color: #BC2C00;
}
a.button-action.passive {
	background-color: #ddd;
	color: #666;
}
a:hover.button-action.passive {
	background-color: #ccc;
}
a.button-action.next, a.button-action.prev, button.button-action.next {
	background-color: #004785;
}
a:hover.button-action.next, a:hover.button-action.prev, button:hover.button-action.next {
	background-color: #076CB9;
}
a.button-action.save {
	float: right;
}
a.button-action.next, button.button-action.next {
	float: right;
	margin-left: 20px;
	margin-right: 10px;
}
a.button-action.decline {
	float: right;
	background-color: #CC3300;
	margin-right: 20px;
}
a.button-action.prev {
	float: left;
}
a.button-action.clone,
a.button-action.add {
	float: right;
	margin-bottom: 5px;
}
a.button-finish {
	display: block;
	width: 300px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 50px;
	vertical-align: middle;
	background-color: #78A22F;
	margin: 30px auto;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1em;
}
/*********************Errors*********************************************/
.error-message {
	margin: 10px 0;
	background-color: #cc3300;
	color: #fff;
	padding: 10px;
}
.error2 {
	margin: 10px 0;
	background-color: #cc3300;
	color: #fff;
	padding: 10px;
}
.error-message_check {
	margin: 10px 0;
	background-color: #cc3300;
	color: #fff;
	padding: 10px;
}
label.error {
	color: #cc3300;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	clear: both;
}
label.success {
	color: #78A22F;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	clear: both;
}
.incomplete-questions {
	margin: 0 0 10px 0;
	background-color: #cc3300;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.incomplete-questions a {
	color: yellow;
	text-decoration: underline;
}
/******************************************************************/
.ui-datepicker {
	font-size: 12px;
	z-index: 9999 !important;
}
select.ui-datepicker-month,
select.ui-datepicker-year {
	padding: 3px !important;
}
/*****************DivTable************************/
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 5px 2px;
	margin-top: 10px;
	margin-right: 3px;
	width: auto;
	text-align: center;

}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
/******************************************************************/
#page-overlay {
	background-color:rgba(0, 0, 0, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
}
#page-interface_frame {
	position: fixed;
	width: 1020px;
	height: 800px;
	z-index: 999;
	top: 50%;
	left: 50%;
	margin-top: -350px; /*half the height*/
	margin-left: -275px;
	display: none;
}
#page-interface_frame-content {
	background-color: #32A3DB;
	margin-top: 33px;
	overflow: hidden;
}
#page-interface_frame-content iframe
{
	width: 100%;
	height: 740px;
	margin-top: -92px;
	margin-left: 10px;
	overflow-y:visible;
}
#page-emp_frame,
#page-add_contrib_frame {
	position: fixed;
	width: 800px;
	height: 800px;
	z-index: 999;
	top: 50%;
	left: 50%;
	margin-top: -430px;
	margin-left: -400px;
	display: none;
}
#page-emp_frame-content,
#page-add_contrib_frame-content {
	overflow: hidden;
	margin-top: 33px;
	height: inherit;
}
#page-emp_frame-content iframe,
#page-add_contrib_frame iframe {
	width: 100%;
	height: 100%;
}
/**************************************/
#page-emp_interface_frame {
	position: fixed;
	width: 1100px;
	height: 800px;
	z-index: 999;
	top: 50%;
	left: 50%;
	margin-top: -430px;
	margin-left: -550px;
	display: none;
}
#page-emp_interface_frame-content {
	overflow: hidden;
	margin-top: 33px;
	height: inherit;
}
#page-emp_interface_frame-content iframe {
	width: 100%;
	height: 100%;
}
/*************************************/
#page-dialog {
	position: fixed;
	width: 1000px;
	height: 640px;
	z-index: 999;
	top: 50%;
	left: 50%;
	margin-top: -290px;
	margin-left: -500px;
	display: none;
}

#page-dialog-content {
	background-color: #fff;
	overflow-x: hidden;
	height: inherit;
	margin-top: 33px;
}
.page-dialog-header {
	position: fixed;
	background-color: #eee;
	width: 960px;
	padding: 20px;
	z-index: 5;
	border-bottom: 1px dotted #ccc;
}
#page-action {
	position: fixed;
	width: 400px;
	height: 150px;
	z-index: 999;
	top: 50%;
	left: 50%;
	margin-top: -95px;
	margin-left: -200px;
	display: none;
}
#page-action-content {
	background-color: #fff;
	margin-top: 33px;
	overflow: hidden;
	width: inherit;
	height: inherit;
}
#page-interface_frame a.button-action.del,
#page-add_contrib_frame a.button-action.del,
#page-emp_frame a.button-action.del,
#page-emp_interface_frame a.button-action.del,
#page-action a.button-action.del,
#page-dialog a.button-action.del,
#import-interface_frame a.button-action.del
{	position: absolute;
	top: 0;
	right: 0;
	display: block;
	margin: 0;
}
.action-content {
	display: none;
}
/******************************************************************/
sup a.tool-tip {
	background-color: #076CB9;
	font-size: 12px;
	font-weight: 700;
	width: 15px;
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
	border-radius: 16px;
	text-align: center;
	display: inline-block;
	color: #fff;
	cursor: help;
}
.tool-tip-box {
    display: none;
    position: absolute;
	width: 220px;
	z-index: 99999999;
	clear: both;
	background-image: url('../images/tool-tip-arrow.png');
	background-repeat: no-repeat;
	background-position: left center;
}
.tool-tip-box .text-box {
    background-color: #076CB9;
	width: 208px;
	float: right;
}
.tool-tip-box .text {
	padding: 10px;
	color: #fff;
	font-size: 12px;
}

/**************************************Beacon Only************************************/
#alert-action {
	width: 200px;
	border: 5px solid #fff;
	background-color: #3D3A35;
	padding: 20px;
	color: #fff;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	display: none;
}
/*****************/
/*ul.emp-nav {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
}
ul.emp-nav li {
	padding: 0 0 5px 0;
	margin-left: 5px;
	color: #999;
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-size: 13px;
}
ul.emp-nav li a {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
ul.emp-nav li a:hover {
	text-decoration: underline;
}*/
/*******************/
/*ul.emp-menu {
	margin: 0 -10px 10px 0;
	padding: 0;
	list-style: none;
}
ul.emp-menu li {
	margin: 0 0 3px 0;
	padding: 0;
}
ul.emp-menu li.menu-header {
	font-size: 18px;
	margin-bottom: 10px;
}
ul.emp-menu a {
	padding: 0 5px 0 0;
	display: block;
	clear: both;
	line-height: 40px;
	vertical-align: middle;
	background-color: #efefef;
	margin-right: 10px;
}
ul.emp-menu a span.icon {
	width: 40px;
	height: 40px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5px;
	float: left;
}
ul.emp-menu a:hover {
	background-color: #ddd;
	color: #333;
}
ul.emp-menu a.selected {
	background-color: #fff;
	margin-right: 0;
}
ul.emp-menu a span.cost {
	display: block;
	float: right;
	font-size: 13px;
	color: #666;
	font-weight: 600;
	text-align: right;
}
ul.emp-menu a.selected span.cost {
	margin-right: 10px;
}
ul.emp-menu a span.waived {
	color: #cc3300;
	font-weight: 400;
	float: right;
}
ul.emp-menu a.selected span.waived {
	margin-right: 10px;
}
ul.emp-menu a.disabled {
	color: #ccc;
	cursor: not-allowed;
}
ul.emp-menu span.selected {
	font-weight: 700;
}*/
/************************************************************/
/*ul.your-info {
	margin: 0 5px 10px 0;
	padding: 10px;
	list-style: none;
	background-color: #076CB9;
	color: #fff;
	width: 250px;
	float: left;
	display: inline-block;
	height: 90px;
}
ul.your-info li {
	margin: 0;
	padding: 0;
}
ul.your-info li.menu-header {
	font-size: 18px;
	margin-bottom: 10px;
}
ul.your-info a {
	padding: 7px 0 5px 30px;
	margin-left: 2px;
	color: #fff;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
}
ul.your-info a:hover {
	text-decoration: underline;
}
ul.your-info a.disabled {
	color: #ccc;
	cursor: not-allowed;
}
ul.your-info span.selected {
	font-weight: 700;
}*/
/********************************************/
/*ul.employer-contribution {
	margin: 0 5px;
	padding: 10px;
	list-style: none;
	list-style: none;
	width: 255px;
	float: left;
	display: inline-block;
	height: 90px;
	background-color: #efefef;
}
ul.employer-contribution li {
	margin: 0;
	padding: 5px 0;
	font-size: 12px;
	font-weight: 700;
	clear: both;
	line-height: 20px;
	vertical-align: middle;
}
ul.employer-contribution li span {
	display: block;
	float: right;
	font-size: 18px;
	color: #78A22F;
}*/
/********************************/
/*ul.cart-menu {
	margin: 0 5px;
	padding: 10px;
	width: 255px;
	float: left;
	list-style: none;
	display: inline-block;
	height: 90px;
	background-color: #efefef;
}
ul.cart-menu li {
	margin: 0 5px;
	padding: 5px 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
}
ul.cart-menu li.nb,
ul.cart-menu li:last-child {
	border: none;
}
ul.cart-menu li span {
	display: block;
	float: right;
	font-size: 14px;
	color: #333;
	font-weight: 400;
}
ul.cart-menu li span.your-cost {
	font-size: 18px;
	font-weight: 700;
}*/
/**************/
/*.your-cost {
	margin: 0 0 0 5px;
	padding: 15px 10px 10px 10px;
	width: 140px;
	float: left;
	display: inline-block;
	text-align: center;
	height: 85px;
	background-color: #78A22F;
	color: #fff;
}

.your-cost .amt {
	font-size: 28px;
	font-weight: 700;
	display: block;
}*/
/************************************************************/
input[type="submit"] {
	border: none;
	box-shadow: 0 0 0;
	border-radius: 0;
	cursor: pointer;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	transition:all 0.2s linear;	background-color: #076CB9;
	/*background-color: #01DE8E;*/
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	margin-top: 20px;
}
input[type="submit"]:hover {
	background-color: #279527;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
	/* left: 0; */
  left: 1000px;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
	/* width: 100%; */
  width: 25%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
	/* width: 44px; */
  width: 100%;
  height: 44px;
  line-height: 44px;
  /* position: absolute; */
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
	/* color: #FFF; */
  color: #FF0000;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333;
	background-color: #FF0000;

}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
