*, *:before, *:after {
    box-sizing: border-box;             /* IE8 and up, plus all others except the next two */
    -moz-box-sizing: border-box;        /* Firefox still needs this */
    -webkit-box-sizing: border-box;     /* iOS4 and below, Android 2.3 and below */
}
html, body {
	min-height: 100%;
	background: #FFF;
}
h1 {
    font-size: 40px;
    color: #333;
    font-weight: bold;
    margin: 0px;
    text-align: center;
}

h2 {
    position: relative;
    text-align: center;
    margin-top: 0;
}

h2 span {
    font-size: 40px;
    background-color: #fff;
	background-color: transparent;
    font-weight: bold;
    color: #3696CF;
    position: relative;
    z-index: 1;
}

h2:before {
    content: "";
    left: 0;
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}
h3 {
    font-size: 16px;
    color: #8c8c8c;
    margin-top: 0;
    line-height: 1.3;
}

.marg0b		{margin-bottom: 0;}
.marg15t	{margin-top: 15px;}
.marg15b	{margin-bottom: 15px;}

.nowrap {white-space: nowrap;}
.noshow {display: none;}

.font-bold {font-weight: bold;}
.font-ital {font-style: italic;}
.footnote {font-size: 12px; font-style: italic;}

.debug {font-size: 11px; color: red; font-weight: bold; text-align: center; margin-left: auto; margin-right: auto;}
.debug span {font-weight: normal; color: #333;}

.clear {clear: both;}


.salaryBandText {
	margin-top: 40%;
}
.dolVal {
	padding-left: 5px;
}


.legend {
    margin: 0 auto;
}
.legendAdjust {
	margin-top: 80px;
}
.legendText {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 12px;
}


.hcGauge {
/* 	float: right; */
/* 	max-width: 450px; */
	cursor: pointer;
}
.circle, .circleRed, .circleGreen, .circleOrange {
	border-radius: 50%;
	width: 20px;
	height: 20px; 
	display: inline-block;
	cursor: pointer;
	/* width and height can be anything, as long as they're equal */
}
.circleRed {
	color: #ED1C24;
	background-color: #ED1C24;
}
.circleGreen {
	color: #82BE37;
	background-color: #82BE37;
}
.circleOrange {
	color: #fba638;
	background-color: #fba638;
}

/* General Styles */

#customDetails {
	background-color: #F1F1F1;
	margin-top: 30px;
}
.custom_table_intro_text {
	margin-bottom: 30px;
	margin-top: 10px;
}

.hcmImage {
	width: 454px;
	height: 166px;
	margin-left: -80px;
}


a.input-title-help {
	text-decoration: none;
}


/* main containers / content */
#container {
	margin-bottom: 15px;
	background: transparent;
}

#content {
	min-height: 800px;
	margin-bottom: 20px;
}

/*****************
	Header 
******************/
.page-header {
	border-bottom: 0;
	padding-bottom: 0;
	margin: 0;
}

/* Navigation Bar */
.navbar {
	line-height: 50px;
	margin: 0;
	background: #3696CF;
	border-radius: 0;
	color: #fff;
	font-style: italic;
	text-align: right;
	padding-right: 15px;
	z-index: 1;
}
.navbar span.help-icon {
	line-height: 50px;
	font-size: 22px;
}
.navbar span.text {
	margin-top: 5px;
}
.navbar a {
	color: #fff;
	font-style: italic;
	vertical-align: middle;
	padding-left: 20px;	
}

.header-well {
	margin: 0px 20px 30px 20px;
	padding: 30px;
	background: transparent;
}

.header-well hr {
	margin-top: 32px;
	border-top: 2px solid #333;
}

.header-well .subtitle {
	text-align: center;
	color: gray;
}
.progress {
	height: 30px;
    border-radius: 0px;
	padding: 4px;
	border: 2px solid #333;
}
.progress-bar {
	width: 14.25%;
	border-left: 3px solid #fff;
	background: #D1D1D1;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
}
.progress-bar.active {
	display: block;
	background: #8DC448; /* Old browsers */
	border: none;
	border-left: 3px solid #fff;
}

.progress-bar:first-child {
	border-left: none;
}

/************************
	Body
************************/
.page-body {
/* 	min-height: 550px; */
}
.input-title, .input-subtitle {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin: 0px;
	padding: 18px;
	text-align: center;
	text-transform: uppercase;
}
.input-subtitle {
    color: #8DC448;
}
.input-titleBoxTop {
	border-width: 3px 3px 2px 3px;
	border-color: #CCC;
	border-style: solid;
}
.input-titleBoxBot {
	border-width: 2px 3px 3px 3px;
	border-color: #CCC;
	border-style: solid;
	margin-top: -1px;
}

/* results page */
#resultsDetail1, #resultsDetail2 {
	background-color: white;
	color: #333;
	margin-right: -15px !important; 
    margin-left: -15px !important;
}
.fmrtable tr td {
	color: #333;
	text-align: right;
	background-color: #F1F1F1;
	width: 25%;
	border-color: white;
	font-size: 14px;
	padding: 0 5px 0 0;
}
.fmrtable tr td:nth-child(1) {
	color: #333;
	text-align: left;
	border-color: transparent;
	font-size: 14px;
}
.resultsDetailBtn {
	font-size: 18px;
    font-weight: normal;
    text-align: center;
	background-color: #8DC448;
	color: white;
	padding: 15px;
	margin-top: 15px;
}
.resultsDetailBtn a {
	color: white;
}
results {
	font-size: 16px;
	padding: 8px;
	color: #333;
	background: #ddd;
}

.results-green {
	font-size: 24px;
	color: #6bb436;
}

.results-output {
	font-size: 30px;
	color: #6bb436;
	padding: 3px;
	background: white;
}



/* Landing Page */
.landing-intro {
	text-align: center;
	font-style: italic;
	font-size: 16px;
	color: #5E5E5E;
}
.landing-block, .input-block, .input-blockhsa, .input-blockhsaInput {
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 240px;
	padding: 15px 5px 15px 5px;
}
.landing-block:hover, .input-block:hover  {
	cursor: pointer;
	opacity: 0.8;
}
.introIcons {
	margin-top: 50px;
}
.landing-block.gray, .input-block.gray {
	background: #E6E6E6;
}
.landing-block.green {
	background: #8DC448;
}
.landing-block .circle {
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	border: 1px solid gray;
	margin: 0 auto;
}
.landing-block .circle .text {
	font-size: 28px;
	font-weight: bold;
}
.landing-block .caption, .input-block .caption {
	font-size: 14pt;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	width: 80%;
	bottom: 30px;
	position: absolute;
	color: #333;
}
.input-block, .input-blockhsa, .input-blockhsaInput {
	background-color: white;
    border: 4px solid #e6e6e6;
}
.input-blockhsa, .input-blockhsaInput {
	min-height: 60px;
	margin: 0px !important;
	padding: 5px;
	text-align: center;
	display: table;
	min-width: 100%
}
.input-blockhsa {
	cursor: pointer;
}
.input-blockhsaInput {
	border: 4px solid #f59331;
}
.input-block.no-pointer {
    cursor: default;
}

.hsa_retage_val {
	max-width: 100px !important;
    margin: 0 auto;
	text-align: center;
	display: inline-block;
}

	/* Eaton Custom Images */
	/* Eaton Custom Images */
	/* Eaton Custom Images */
	/* Eaton Custom Images */
.castlightImg {
	background: url(/2026/assets/img/castlightYes.png);
	width: 110px;
	height: 123px;
	margin:  0 auto;
}
.nocastlightImg {
	background: url(/2026/assets/img/castlightNo.png);
	width: 110px;
	height: 123px;
	margin:  0 auto;
}
.smokeImg {
	background: url(/2026/assets/img/smokeIcon.png);
	width: 100px;
	height: 95px;
	margin:  0 auto;
}
.nosmokeImg {
	background: url(/2026/assets/img/nosmokeIcon.png);
	width: 100px;
	height: 97px;
	margin:  0 auto;
}
.healthImg {
	background: url(/2026/assets/img/healthIcon.png);
	width: 100px;
	height: 129px;
	margin:  0 auto;
}
.nohealthImg {
	background: url(/2026/assets/img/nohealthIcon.png);
	width: 100px;
	height: 129px;
	margin:  0 auto;
}

.whatYouNeed {
	background: url(/2026/assets/img/needIcon.png);
	width: 120px;
	height: 85px;
	margin:  0 auto;
}
.getStarted {
	background: url(/2026/assets/img/getStartedIcon.png);
	width: 100px;
	height: 101px;
	margin:  0 auto;	
}
.yob {
	background: url(/2026/assets/img/yobIcon.png);
	width: 100px;
	height: 103px;
	margin:  0 auto;	
	margin-top: 80px;
}

.depYouImg {
	background: url(/2026/assets/img/youDep.png);
	width: 57px;
	height: 125px;
	margin:  0 auto;	
	background-size: cover;
}
.depSpouseImg {
	background: url(/2026/assets/img/spouseDep.png);
	width: 113px;
	height: 125px;
	margin:  0 auto;	
	background-size: cover;
}
.depChildImg {
	background: url(/2026/assets/img/childDep.png);
	width: 80px;
	height: 125px;
	margin:  0 auto;	
	background-size: cover;
}
.depChildrenImg {
	background: url(/2026/assets/img/childrenDep.png);
	width: 135px;
	height: 125px;
	margin:  0 auto;	
	background-size: cover;
}
.band1Img {
	background: url(/2026/assets/img/band1Icon.png);
	width: 90px;
	height: 77px;
	margin: 0 auto;	
	position: relative;
    text-align: center;
}
.band2Img {
	background: url(/2026/assets/img/band2Icon.png);
	width: 90px;
	height: 77px;
	margin:  0 auto;
	position: relative;
    text-align: center;	
}
.band3Img {
	background: url(/2026/assets/img/band3Icon.png);
	width: 90px;
	height: 77px;
	margin:  0 auto;
	position: relative;
    text-align: center;	
}
.glyphicon {
    top: 3px;
}
.hcmLogo, .eatonLogo, .anadarkologo {
	margin-bottom: 20px;
}
.eatonLogo {
	width: 166px;
	height: 57px;
}
.anadarkologo {
	
}
.infoIcon {
	background: url(/2026/assets/img/Info.png);
	width: 40px;
	height: 37px;
	cursor: pointer;
}






span.icon-bar {
	display: block;
	width: 40%;
	margin: 0 auto;
	margin-top: 10px;
	height: 4px;
	background: #333;
	bottom: 0px;
}
span.icon-bar:first-child {
	margin-top: 26px;
}
.captionTop {
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
	height: 50px;
	color: #333;
}

/* HSA Screens */
.hsaText, .hsaValue {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	display: table-cell;
    vertical-align: middle;
}
.hsaValue {
	display: block;
	position: relative;
	bottom: 5px;
	text-align: center;
	width: 50%;
}
.hsaSavedBox {
	font-size: 12pt !important;
	font-weight: bold;
	text-align: center;
}


.page-subtitle, .page-navhelp {
	padding-bottom: 18px;
	color: gray;
}
.page-navhelp {
	color: #8DC448;
	margin: 15px 0 15px 0;
	font-weight: bold;
}
.plan-row {
	margin-left: 5px;
	margin-right: 5px;
}
.btn-input, .btn-input-frozen {
	position: relative;
	background: #fff;
	color: #333;
	min-height: 220px;
	min-height: 180px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border: none;
	vertical-align: middle;
}
.btn-input.active, .btn-input-frozen.active  {
	border-color: none !important;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}


.invalid {
	border-color: #ff0000 !important;
}
.error {
	color: #ff0000;
	font-size: 14px;
}

.active {
	border: 4px solid #8DC448;
}
.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-bottom: 60px solid #E2731F;
	margin-left: auto;
	margin-right: auto;
	margin-top: -75px;
}

.dropDown {
	max-width: 100px;
	border: 3px solid #e6e6e6;
	background: white;
	padding: 10px;
	font-size: 15px;
/* 	width: 100%; */
	cursor: pointer;
}
.dropDown.full-width {
    max-width: none;
    width: 100%;
}
.colROR {
	margin-bottom: 20px;
}
.textbox, .textboxBorder, .textboxHSA, .textboxBorderSm {
	border: none;
    min-height: 40px;
	font-size: 24px;
	width: 100%;
	min-width: 140px;
	margin-bottom: 10px;
}
.textboxHSA {
	margin-bottom: 0px;
	min-width: 100%;
}
.textboxBorder {
	    border: 3px solid #333;
}
.textboxBorderSm {
	font-size: 15px;
	min-height: 20px;
	border: 2px solid #e6e6e6;
	width: 60px;
	color: #333;
}
.textbox:focus {
	border: none;
	box-shadow: none;
	outline: 0 none;
}
.hsa_balance_val {
	margin-bottom: 20px;
}
.date-textbox {
    min-height: 100px;
    text-align: center;
}
.step hr {
	margin-top: 16px;
	border-top: 2px solid #bfbfbf;
}


/* 
	JQuery Slider overrides
*/
.sliderRowPadding {
	margin-top: 30px;
	margin-bottom: 30px;
}
.ui-slider-handle {
	-webkit-border-radius: 12px !important;
       -moz-border-radius: 12px !important;
            border-radius: 12px !important;
            width: 21px !important;
            height: 21px !important;
            background-color: #E87015 !important;
            border-color: white !important;
            border-width: 3px !important;
            border-collapse: #E87015 !important;
        top: -.4em !important;
    
}
.ui-slider-handle:focus {
  outline: none !important;
}
.ui-widget.ui-widget-content {
    border: none !important;
    background: #EAEAEA !important;
    color: #EAEAEA !important;
}

#contrib .ui-slider-range, #saved .ui-slider-range { background: #E87015;  }
#contrib .ui-slider-handle { border-color: #E87015; cursor: pointer; }
#saved   .ui-slider-handle { border-color: #E87015; cursor: pointer; }
.slider.slider-horizontal {
	width: 100%;
}
#slider .slider-selection {
	background: #E98039;
}
#slider .slider-handle {
	background: #9F9F9F;
}
#slider .tooltip.top .tooltip-arrow {
	border-top-color: #9F9F9F;
}
#slider .tooltip-inner {
	background-color: #9F9F9F;
}
#slider .tooltip {
	margin-left: -20.5px;
}
.mytooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    padding: 2px;
    font-size: 12px;
    visibility: visible;
    margin-top: -2px;
    bottom:150%;
    margin-left: -1.8em;
    background: #AAA;
    border: none !important;
}

.mytooltip .mytooltip-arrow {
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    
    border-top: 5px solid #AAA;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
}
.mytooltip-inner {
    border: none !important;
    max-width: 200px;
    padding: 3px 8px;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}


.input-col {
	padding: 0;
	text-align: right;
}

/************************
	Footer
************************/
.page-footer {
	color: #a7a9ac;
}

.page-footer a {
	color: #a7a9ac;
}

/************************
	Buttons
************************/
#button-row {
	margin-top: 60px;
}
#button-row .btn {
	font-size: 18px;
	border-radius: 2px;
	min-width: 25%;
}
#button-row .btn:active {
	background: gray;
}
#button-row .btn:hover,
#termsButtons .btn:hover {
	/* 	color: #fff; 5326226332920401300177 */
}
.btn-black {
	color: #333;
	border-color: #333;
	border-width: 4px;
	background: white; /* Old browsers */
	/* 	max-width: 260px; */
}
#details-button {
	margin-top: 30px;
	margin-bottom: -30px;
}

#details-button .subtext {
	font-size: 14px;
}
.btn:hover {
	opacity: 0.8;
}
.btn-print-container {
	display: none;
}
.btn:focus,.btn:active {
   outline: none !important;
}
#modalAssumptionsLink {
	cursor: pointer;
}



/* Customizer Screen */
#custom_table td {
    padding: 1px;
}
#custom_table td {
    vertical-align: middle;
}
.popup td {
    vertical-align: top!important;
    padding-top: 5px!important;
}
.customrow td {
}
.customhdr1, .customhdr0, .customhdr1C {
	text-align: left;
	background-color: transparent;
	font-family: "Myriad Pro", Arial, sans-serif;  
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #333;
	padding-left:5px !important;
	
}
.customhdr0 {
	margin-left: 10px;
}
.customhdr1C {
	text-align: center;
}
 
.customhdr2, .customhdr2C {
	text-align: right;
	padding:0 10px 0 0 !important;
	background-color: transparent;
	font-family: "Myriad Pro", Arial, sans-serif;  
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	color: #333;
}
.customhdr2C {
	text-align: center;
}
/* user agent stylesheet */
td, th {
    display: table-cell;
    vertical-align: inherit;
}
/* Inherited from table#custom_table */
table {
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}
/* user agent stylesheet */
table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}
.customrow td {

	}	
#customfootertext {
	background-color: transparent;
}
#customfooterbtns {

	background-color: transparent;
	margin: 10px 0 10px 0;
}
#utilcancel, #utiluse {
	font-size: 14px;
    border-radius: 2px;
    text-align: center;
	width:180px;
	height:25px;
	float:right;
	cursor:pointer;
	margin-right:10px;
	border: 3px solid #333;
	background-color: white;
	}

#customDetails input {
	border: none;
}
#utilcancel {
	width:80px;
}

#customDetails td.avgcostcol, #customDetails td.customcol, #customDetails td.rowtotserv, #customDetails td.rowtotcost{
	border: 1px solid #f1f1f1;
}
.avgcostcol {
	text-align: left;
	background-color: white;;
	padding-right: 20px;
	font-family: "Myriad Pro", Arial, sans-serif;  
	font-size: 14px;
	line-height: 15px;
	color: #666666;
}
.avgcostval {
	text-align: right;
	background-color: white;
	width: 80px;
	font-family: "Myriad Pro", Arial, sans-serif;  
	font-size: 14px;
	line-height: 15px;
	color: #666666;
}

.lowcol, .medcol, .highcol {
	width: 10%;
	background-color: transparent;;
	text-align: right;
	padding:0 10px 0 0 !important;
	font-family: "Myriad Pro", Arial, sans-serif;  
	font-size: 14px;
	line-height: 15px;
	color: #666666;
	padding-left: 10px;
}
.desccol {

	text-align: left;
	background-color: transparent;;
	font-family: "Myriad Pro", Arial, sans-serif;  
	font-size: 14px;
	line-height: 15px;
	color: #666666;
	margin-left: 20px;
}
.servicecol {
	width:15%;
	background-color: transparent;;
	font-family: "Myriad Pro", Arial, sans-serif;  
	font-size: 14px;
	line-height: 15px;
	color: #333;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
	padding-left: 5px !important;
} 
.rowtot {
	display: none;
	width: 80px;
}
.customval, .customval1, .customval2, .customval3 {
	text-align: left;
	text-align: right;
	background-color: white;
	width: 50px;
	font-family: "Myriad Pro", Arial, sans-serif;  
	font-size: 14px;
	color: #666666;
} 
.otherservices {	
/* 	width: 60px; */
}
.customerror {
	text-align: right;
	margin-right: 50px;
	margin-bottom: 5px;
	font-family: "Myriad Pro", Arial, sans-serif;  
	font-size: 16px;
	line-height: 16px;
	color: #ff0000;
	}
.customcol, .customcol1, .customcol2, .customcol3, .rowtotserv, .rowtotcost{
	padding:5px 10px 5px 0 !important;
	text-align: right;
	background-color: transparent;;
	font-family: "Myriad Pro", Arial, sans-serif;  
	font-size: 14px;
	line-height: 15px;
	color: #666666;
}
.avgcostval, .customcol, .customcol1, .customcol2, .customcol3, .rowtotserv, .rowtotcost {
background-color: white;
}
.tottitle, .totlowcol, .totmedcol, .tothighcol, .totcustomcol, .tot1col, .tot2col, .tot3col, .tot4col {
	text-align: right;
	padding:0 10px 0 0 !important;
	background-color: transparent;
	font-family: "Myriad Pro", Arial, sans-serif;  
	font-size: 14px;
	line-height: 15px;
	color: #666666;
	font-weight: bold;
}  
.servicecol, .desccol, .lowcol, .medcol, .highcol, .avgcostval, .totlowcol, .totmedcol, .tothighcol, .totcustomcol, .tot1col, .tot2col, .tot3col, .tot4col, .customval, .customval1, .customval2, .customval3 {
	line-height: 14px;
}










/************************
	Bootstrap Overrides
*************************/
.popover {
	color: #333;
	border: 2px solid #6bb436;
}
.popover.top > .arrow:after {
	border-top-color: #6bb436;
}
.popover-content {
	color: #333;
    font-size: 12px;
}
.panel {
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	background: transparent;
}
.panel-default > .panel-heading {
	background-color: #ECECEC;
	border-color: #ECECEC;
	padding-bottom: 0px;
}
.panel-body,
.panel-default>.panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border: 4px solid #E2731F;
	border-top-color: #E2731F;
}
.panel-body {
	background: #fff;
	margin-top: 38px;
}
.extraPadding {
    margin-right: 100px !important;
    margin-left: 100px !important;
}


/************************
	Modals
************************/

#termsConditions .modal-dialog {min-width: 60%;}
#termsConditions .modal-body {max-height: 400px; overflow-y: auto; margin-right: 2px;}

#helpAlert .modal-content {border-color: #333;}

.modal {
	text-align: center;
	padding: 0 !important;
}
.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.modal-content {
	border: 1px solid gray;
	border-top: 0;
}
.modal-header {
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	padding: 8px;
	width: 110%;
	margin-left: -5%;
	border-radius: 0;
	border-bottom: 1px solid #595959;
	-webkit-box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.35);
}
.modal-header .close {
	background: #fff;
	color: #333;
	opacity: 1;
	font-size: 22px;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}

.noCursor {
	cursor: default !important;
}



	/* BOOTSTRAP Override - remove blue highight/shadow on input boxes */
 
input:hover, 
input:active, 
input:focus
{
    outline:0px !important;
    -webkit-appearance:none !important;
}


  