/*=========================================================================================================
	Cookie Constent styling
=========================================================================================================*/
#consent-banner {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 3147483647;
}
#consent-banner p
{
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1rem;
	line-height: 1rem;
}

#consent-banner a
{
	font-size: 12px;
}
#teconsent a
{
	font-size: 12px;
	position: fixed;
	bottom: 0;
}
/*=========================================================================================================
	End Cookie Constent styling
=========================================================================================================*/


/*=========================================================================================================
	Application-wide styles.
  ==========================================================================================*/

body, html {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	color: #333333;
}

svg text {
	/* "svg text" is for Highcharts to use the same font as above */
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body, html {
	padding: 0;
	margin: 0;
	border: none;
	background-color: #F1F1F1;
}

body {
	width: 100%;
	height: 100%;
}

a, .linkColor {
	font-weight: normal;
	color: #0072AF;
}

select {
	border-radius: 5px;
	margin: 0 10px 10px 0;
	width: 90%;
}

label {
	margin-left: 10px;
	font-weight: bold;
}

b {
	font-weight: 700;
}

small {
	color: #666666;
	font-style: italic;
	font-size: 12px;
	line-height: 15px;
}

h2 {
	font-size: 20px;
	line-height: 26px;
	padding-top: 5px;
	padding-bottom: 3px;
}

h3 {
	font-size: 16px;
	line-height: 17px;
	color: #00A7EB;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 3px 0;
}

a.helpModalLink {
	font-weight: bold;
	text-decoration: none;
}

a.helpModalLink:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

.negative {
	color: #FF0000;
}

.notApplicable {
	color: #BBBBBB;
}

.printOnly, .collapsibleOnScreen {
	display: none;
}

.planSpecific {
	/* Markup classed as plan-specific should start as invisible will be
		displayed only when application logic requests; e.g. if plan is part
		of the currently selected config/region, etc. */
	display: none;
}

.companyFundingRow, .companyMatchRow {
	/* Similarly, the company funding and company match rows will remain hidden
		until there is a plan active that has such a match. */
	display: none;
}

.simplifiedModelingOnly, .detailedModelingOnly, .bothModelingModesOnly {
	/* Anything marked with these classes will be hidden until the app determines
		that the corresponding modeling mode is active. */
	display: none;
}

/* Overrides of some Bootstrap styles */

.btn {
	padding: 6px 20px;
}

.tab-content {
	overflow: visible;
}

.tab-pane {
	background-color: #DBD9D5;
	overflow: auto;
	margin: 0 5px 10px 5px;
}

.nav-tabs > li > a, .nav-pills > li > a {
	margin-top: 10px;
	background-color: #EEEEEE;
}

.nav-tabs > li > a:hover, .nav-pills > li > a:hover {
	background-color: #E2E2E2;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	color: #333333;
	font-weight: bold;
	background-color: #DBD9D5;
	border: 1px solid #DBD9D5;
	border-bottom-color: transparent;
	cursor: default;
}

.tooltip {
	font-size: 12px;
}

.tooltip-inner {
	background-color: #000;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #000;
}

.tooltip.in {
	opacity: 0.95;
}

.hideOnMobile {
	display: inline;
}

/* Header */

.header {
	background-color: #ffffff;
	box-shadow: 0px 5px 5px #4BCD3E;
}

.header .h1 {
	font-family: "Segoe UI", Optima, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 46px;
	margin: 20px 0 0 75px;
	color: #FFFFFF;
}

.header .topMenu {
	float: right;
	margin: 58px 10px 8px 0;
}

.topMenu .h3, .topMenu .h3 a {
	font-size: 14px;
	font-weight: bold;
	color: #B2A6A6;
}

div#logoAndToolName {
	background-color: #ffffff;
	height: 92px;
	display: table;
}

p#logoContainer {
	display: table-cell;
	vertical-align: middle;
	width: 160px;
	padding-left: 15px;
}

p#toolName {
	color: #015B7E;
	font-size: 22pt;
	padding: 0 0.5em 0 1.9em;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

/* Footer */

.bottomFooter {
	background-color: #FFFFFF;
	padding: 0 20px;
	line-height: 50px;
	text-align: center;
	border-top: 1px solid #CCC;
}

.bottomFooter #copyrightNotice {
	color: #333333;
}

/* Main body */

.container {
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.container .separate {
	margin: 0 0 15px 0;
	background-color: #FFFFFF; /* step headings */
}

.container .separate.gradient {
	color: #333333;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	background-color: #FFFFFF; /* background color for the banner */
}

.container .separate h3 {
	color: #FFFFFF;
	padding: 3px 0 3px 15px;
}

.container .separate h3 a {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

.container .disagreePage {
	background-color: #FFFFFF;
	padding-top: 20px;
	color: #333333;
}

.stepIntroText {
	background-color: #FFFFFF;
	font-size: 1.2em;
	padding-top: 10px;
	margin-bottom: 15px;
}

.stepIntroText p {
	padding-left: 25px;
	padding-right: 25px
}

.chevron_step1, .chevron_step2, .chevron_step3, .chevron_step4 {
	float: right;
	padding-right: 15px;
}

.step1, .step2, .step3, .step4, .step5 {
	background-color: #FFFFFF;
	padding-top: 20px;
}

.step1, .step2 {
	margin-left: 10px;
}

.step4 {
	margin-left: 20px;
}

.step3Section {
	padding-top: 20px;
	margin-left: 20px;
}

.step_toggle {
	cursor: pointer;
}

.step1_patch {
	background-color: #4BCD3E; /* step headings */
	text-align: left;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 20px;
}

.step2_patch {
	background-color: #4BCD3E; /* step headings */
	text-align: left;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 20px;
}

.step3_patch {
	background-color: #4BCD3E; /* step headings */
	text-align: left;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: -20px 20px 0;
}

.step3_patch h3 {
	margin-bottom: 5px;
}

.step4_patch {
	background-color: #4BCD3E; /* step headings */
	text-align: left;
	padding-top: 1px;
	padding-left: 0;
	padding-bottom: 1px;
	margin-left: 20px;
	margin-right: 20px;
}

.step4_patch h3 {
}

.step5_patch {
	background-color: #4BCD3E; /* step headings */
	text-align: left;
	margin: 8px 0 25px 10px;
	padding-top: 11px;
	padding-left: 0;
	padding-bottom: 1px;
}

.nextButton {
	float: right;
	clear: both;
	margin-right: 15px;
}

.taxCalc_patch {
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 1px;
}


.taxCalc_patch h3#taxCalculatorHeadline, h3#taxCalculatorHeadline {
	color: #000000;
	padding-bottom: 5px;
}

/*==========================================================================================
	Styles primarily in Step 1 / Tell us about you
  ==========================================================================================*/

.step1 div {
	width: 315px;
}

.step1 select {
	margin: 0 10px 10px 10px;
	width: 300px; /* width of the step 1 dropdown boxes */
}

/*==========================================================================================
	Styles primarily in Step 2 / Enter your expected plan usage here
  ==========================================================================================*/

.modeller {
	height: auto;
}

.modeller p {
	padding-left: 15px;
	padding-right: 15px;
}

.modeller .nav-tabs {
	border-bottom: 0;
}

.modeller #modellerPaneTabs {
	margin-left: 20px;
	margin-bottom: 0;
}

#simplifiedModelingPaneTab, #detailedModelingPaneTab {
	margin-top: 0;
}

#simplifiedModelingContents, #detailedModelingContents {
	padding: 0;
	margin: 0 5px 5px 5px;
	border: solid 2px #DBD9D5; /* border at the top of the Step 2 healthcare box (below the tabs) */
}

#simplifiedModelingContents .largeText {
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	width: 120px;
}

#simplifiedModelingContents .healthcareUsage {
	margin-top: -5px;
}

#simplifiedModelingContents .healthcareUsage a {
	font-size: 12px;
	line-height: 14px;
	width: 120px;
	color: #004D77;
}

#simplifiedModelingContents .healthcareUsage a:hover {
	text-decoration: underline;
}

#simplifiedModelingContents .personUsage {
	float: left;
	padding: 4px !important;
	width: 120px;
	font-weight: 600;
}

#detailedModelingContents th {
	font-size: 12px;
	line-height: 12px;
	height: 15px;
	text-align: center;
	padding: 3px 0;
	color: #333333;
}

#detailedModelingContents .personTypeHeader {
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0 2px 0;
}

#detailedModelingContents .headerTabs {
	margin-left: 10px;
}

#detailedModelingPane select.serviceCountSelect {
	width: 52px;
	text-align: center;
	padding: 2px;
}

#detailedModelingPane .personUsage {
	float: left;
}

#detailedModelingPane .personUsage td {
	padding: 0 10px;
	text-align: center;
}

#detailedModelingPane .personUsage td:first-child {
	text-align: left;
	padding: 0;
}

#detailedModelingPane .personUsage td:last-child {
	padding: 0;
}

/*==========================================================================================
	Styles primarily in steps 3 and 4 / See what you will spend here & tax calculator
  ==========================================================================================*/

.charts {
	float: left;
}

.charts .chartArea {
	text-align: right;
}

.charts .hsaArea {
	margin: 0;
}

.hsaArea h4 {
	color: #000;
	font-size: 16px;
	line-height: 18px;
}

#chartOptions {
	margin-left: 5px;
	padding-bottom: 5px;
}

#chartOptions input, #chartOptions label span {
	font-weight: normal;
}

#mainChart {
	height: 460px;
}

#taxChart {
	height: 475px;
}

#mainChart, #taxChart {
	padding-left: 5px;
}

#mainChartTableDiv, #taxChartTableDiv {
	display: none;
}

#mainChartContent p {
	text-align: left;
	padding: 0 20px;
}

#taxSection {
	display: none; /* initially not visible */
}

#taxCalculatorSourcePlanDiv {
	font-size: 15px;
	margin-top: -5px;
	padding: 0 0 15px 15px;
}

#taxCalculatorSourcePlanName {
	font-weight: bold;
}

.taxCalcSliderDiv {
	padding-bottom: 65px;
}

.hsaStep4Table {
	margin: 0 10px 5px 10px;
	border: none;
}

.hsaStep4Table > tbody > tr > td {
	padding: 2px;
}

.radioCell, .checkboxCell {
	vertical-align: top;
}

.hsaTable {
	width: 100%;
	font-size: 12px;
	border: none;
}

.hsaTable tr th {
	font-weight: bold;
	background-color: #009775;
	border-bottom: solid 1px #009775;
	border-top: solid 3px #FFFFFF;
	vertical-align: bottom;
	line-height: 15px;
	padding-top: 4px;
	color: #ffffff;
}

.hsaTable tr th:first-child {
	text-align: left;
	padding-left: 4px;
	padding-top: 3px;
	font-style: italic;
}

.hsaTable tr.potentialRolloverRow td:not(:first-child),
.hsaTable tr.totalMedicalAndDrugCostsLessFundOffsetRow td:not(:first-child) {
	font-weight: bold;
}

.hsaTable td {
	padding: 2px 8px 2px 0;
	background-color: #ffffff;
	border-top: 1px solid #9ACC52;
	border-bottom: 1px solid #9ACC52;
	border-collapse: collapse;
	text-align: center;
}

.hsaTable td:nth-child(1) {
	text-align: left;
	padding-left: 12px;
}

.hsaTable tr.summationResultRow td {
	border-top: solid 1px #9ACC52;
	border-bottom: 1px solid #9ACC52;
	padding-top: 2px;
}

.hsaTable tr.summationResultRow td:not(:first-child) {
	border-top: double #A7B5CC; /* note the "double" to give it the summation result appearance */
}

.hsaTable tr.footerRow td {
	padding: 3px 3px 0 3px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
}

.hsaArea h3 {
	padding-top: 0;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
}

.hsaArea .slider {
	margin: 10px 0 10px 5px;
	width: 75%;
	float: left;
}

.hsaArea span.sliderLabel {
	width: 60px;
	float: left;
	border: solid 1px #E0E0E0;
	border-radius: 5px;
	color: #555555;
	background-color: #EEEEEE;
	font-weight: bold;
	padding: 2px 5px;
	margin: 3px 0 0 12px;
}

.hsaArea hr {
	border: none;
	padding: 0;
	margin: 0;
	clear: both;
}

.hsaArea .hsaModal a, .hsaArea .fsaModal a {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

.hsaArea .hsaModal a:hover, .hsaArea .fsaModal a:hover {
	text-decoration: underline;
}

.hsaArea #planSelectText {
	padding-bottom: 10px;
}

.hsaArea #planSelect {
	float: left;
}

.hsaArea #planDropDown {
	font-size: 13px;
}

.hsaArea #planTax {
	float: left;
}

.hsaArea #planTax a, .hsaArea #planMPCE a {
	color: #FFFFFF;
	text-decoration: none;
}

.hsaArea #taxFilingStatus select {
	width: 180px;
}

#taxCalculatorInputs {
	padding-left: 50px;
}

.sliderTextWithTooltip {
	float: left;
	color: #0072AF;
	font-weight: bold;
}

.sliderTextNoTooltip {
	float: left;
	font-weight: bold;
}

/*==========================================================================================
	Styles primarily for modal help dialogs
  ==========================================================================================*/

.costsAssumptionsTable {
	border: none;
	width: 500px;
}

.costsAssumptionsTable td {
	border-top: 1px solid #B7C7E1;
	border-bottom: 1px solid #B7C7E1;
	padding: 5px;
	border-collapse: collapse;
	text-align: right;
}

.costsAssumptionsTable td:nth-child(1) {
	text-align: left;
}

table.costsAssumptionsTable tr:nth-child(odd) {
	background-color: #DBE3F0;
	border-top: 1px solid #B7C7E1;
	border-bottom: 1px solid #B7C7E1;
}

table.costsAssumptionsTable tr:nth-child(even) {
	background-color: #F1F4FA;
	border-top: 1px solid #B7C7E1;
	border-bottom: 1px solid #B7C7E1;
}

.alignRight {
	text-align: right;
}

/*==========================================================================================
	Adjustments for narrower screens
  ==========================================================================================*/

@media (max-width: 1200px) {

	.step1_patch, .step2_patch, .step3_patch, .step4_patch, .step4 {
		margin-left: 0;
	}

	.step3_patch, .step4_patch {
		margin-right: 0;
	}

	.step3Section {
		margin-left: 0;
	}

	.displayStep2, .displayStep3, .displayStep4 {
		margin-right: 15px;
	}
}

@media (max-width: 980px) {
	p#toolName {
		font-size: 16pt;
	}
}

@media (max-width: 767px) {

	body {
		width: 97%;
	}

	body, html {
		margin: auto;
	}

	.hsaArea {
		padding: 0 15px 15px 0;
	}

	.btn {
		padding: 5px 8px;
	}

	.nav-tabs > li > a, .nav-pills > li > a {
		line-height: 14px;
		margin-right: 2px;
		margin-top: 13px;
		padding-left: 5px;
		padding-right: 5px;
	}

	#modal_UserAgreement {
		position: absolute;
		left: 0;
		top: 0;
		margin-left: 0;
		width: 100%;
	}

	.modeller h3 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.step1_patch {
		margin-left: 0;
	}

	.step4_patch {
		margin-top: 10px;
	}

	.header .topMenu {
		margin-top: -5px;
	}

	p#toolName {
		font-size: 15pt;
	}

	.modal.fade.in {
		top: 10px; /* Helps fix modal not displaying on some mobile displays, w/height adjustments below */
	}
}

@media (max-width: 480px) {

	.mobileOnly {
		display: none;
	}

	.container .separate h3 a {
		font-size: 14px;
	}

	.stepIntroText {
		font-size: 1.0em;
	}

	.step1, .step2 {
		margin-left: 0;
	}

	.step1 div {
		width: 290px;
	}

	.step1 select {
		width: 275px;
	}

	.hsaStep4Table {
		margin-top: 0;
	}

	#taxCalculatorInputs {
		padding-left: 10px;
	}

	.stepIntroText p {
		padding-left: 15px;
		padding-right: 15px;
	}

	.step4_patch {
		margin-top: 10px;
	}

	.bottomFooter #copyrightNotice {
		font-size: 11px;
	}

	p#toolName {
		font-size: 12pt;
	}

}

/*==========================================================================================
	Adjustments for shorter screens
  ==========================================================================================*/

@media (max-height: 650px) {
	.modal-body {
		max-height: 400px;
	}

	.modal-header h3::after {
		content: "(scroll down)";
		font-size: 14px;
		font-style: italic;
		padding-left: 25px;
		color: #CCCCCC;
	}
}

@media (max-height: 567px) {
	.modal-body {
		max-height: 330px;
	}
}

@media (max-height: 460px) {
	.modal-body {
		max-height: 235px;
	}
}

@media (max-height: 335px) {
	.modal-body {
		max-height: 120px;
	}
}

@media (max-height: 320px) {
	.modal-body {
		max-height: 80px;
	}
}

/*********************************************************************/
/*********************************************************************/
/*********************************************************************/

.fa-print, .fa-info-circle {
	color: #B2A6A6;
}

.fa-commenting-o {
	border: #B2A6A6;
}

.fa-check-circle {
	color: #ffffff;
	background: #4BCD3E;
}

.fa-usd {
	color: #ffffff;
	height: 1em;
	width: 1em;
}

.fa-thumbs-o-up {
	color: #ffffff;
}


