html {
	height: 100%;
	background: #eae9e8;
	
}
body {
	background: #eae9e8;
	font-family: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
}

label {
	font-weight: normal;
}

.banner {
    background-color: #785a86;
    padding: 10px 0;
}

#nameplate {
    margin-left: -20px;
}

.overlay {
	top:0px;
	left:0px;
	border-left: none;
	border-right: none;
}

.calc {
	margin: 0px 0px 0px 0px;
}

#calc_cont {
	margin: 0px 0px;	
}

#calc_content {
	color: #565050;
	border:none;
	font-size:16px;
}

#calc_content p {
	font-size:16px;
	line-height:1.75em;
	margin-bottom:1.0em;
}

#calc_content ul {
	margin-left:10px;
}

#head_progress {
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:15px;
	height:16px; 
	font-size: 12px;
}

.heading, #calc_content h3 {
	color: #785a86 !important;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 25px !important;
    line-height: 1.5em;
    font-weight: bold;
    padding-bottom: 0px;
    margin: 0px 0px 0px -15px;
    text-transform: uppercase;
}

#calc_content h3 {
	color: #565050  !important;	
	border-bottom: none;
	font-size: 18px !important;
	font-weight:bold;
	padding-top: 0px;
}

#calc_content h2 {
	margin-left: 20px;
}

#calc_content h1, #calc_content h4 {
	color: #565050;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	margin:0 0 0 0;	
}

.rq {
	margin-left:-19px;
	margin-top:4px; 
	border:0;
	vertical-align:top;
}
#printresults {
		margin-bottom: 10px;
}
.printlogo {
	display: none;
	margin-bottom: 0px;
}
img.help {
	cursor:pointer;
	vertical-align:middle;
	padding-left:8px;
}
a.help {
	border-bottom:none !important;
}
.help a:hover  {
	text-decoration:none;
	border-bottom:none !important; 
}

a.help:hover {
	text-decoration:none !important;
	border-bottom:none !important;
}
a.help:focus {
	color:#999999;
	border: dotted 1px;
}

#widget_email {
	width: 150px;
}

#envelope_image {
	padding-top: 20px;
}

#start_over {
	margin-top: 25px;
}

/* questions */
.qpage {
	min-height:400px;
	padding-left:0px;
	padding-right:0px;
}

.qpage input {
	font-size: 14px;
}

a:link, a:visited  {
	text-decoration: none;
    color: #e18f39;
    transition: color 200ms ease-in-out;
}

a:hover  {
	color: #eea94f;
	text-decoration:none;	
}

a:focus {
	border-bottom:dotted 1px;
}

.qpage ul {
	list-style: none;
}

.qpage li {
	list-style-position: outside;
	list-style-type: disc;
	color: #484848;
	margin-left:15px;
	text-indent:0px;
	line-height:1.75em;
}

.qpage hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height:1px;
	border:none;
}

.qpage sup {
	font-size:0.65em;
}

.qmain {
	margin:10px 0px 10px 0px;
}

.ques {
	font-size:16px;
	color:#583E66;
	font-weight:bold;
}

.row {
	margin-bottom:20px;
	margin-left:0px;
	margin-right: 0px;
}


.wslink {
	border: none;
}
.worksheet {
	margin: 0 0 0 0;
}
.table-responsive {
	border: none;
	overflow-x: hidden;
}
.submit_table {
	table-layout: fixed;
	margin: 0px auto 5px auto;
	font-size: 10px;
	text-align: left;
	background-color: #F4F4F4;
	border: 2px inset #aaa;
}
.submit_table td {
	padding: 0px 25px 0px 25px !important;
	border: 2px inset #aaa;
}
.option {
	color: #aaa;
}

.mult_line_lbl {
	text-align: left;
	margin-left:20px;
	margin-top:-16px;	
}


/* start button */
div#b_nav{
	padding-bottom:10px;
	font-size:16px;
	margin: 0px 0px 0px 0px;	
}
div#b_begin{
	font-size:16px !important;
	padding-left:0px;
	text-align: center;
}
div#b_worksheet {
	font-size:14px !important;
	max-width:120px;
}

/* footer */
#pagefooter  {
	height:26px;  
	font-size: 0.65em;
	color: #aaa;
	margin:0 0 0 0;
	text-align: right;
}
#pagefooter a:link, #pagefooter a:visited  {
	color:#aaa; 
	text-decoration:none;
}
#pagefooter a:hover  {
	color:#000; 
	border-bottom:1px dotted #000;
}

.footerlink {
	float:right;
	margin-top:20px;
	padding-right:0px;
}
#usestandalone {
    font-size: 12px;
}

.terms {
	margin:10px 0px 5px 20px;
	font-size:0.75em;
}
.termslink a {
	float:none;
	color:#000;
	text-decoration:underline;
}
.termslink a:hover {
	text-decoration:none;
}
.termslink a:focus {
	border:dotted 1px;
}

#pagesave a {
	font-size:12px;
	font-weight:normal;
}

/***** dialogs *****/
.dlgcont {
	margin-left:0px;
	top:30px;
	background-color:#fff;	
	margin-right: 40px;
}
.dialog_warning_image {
	float:left;
	width:20px;
	height:100%;
}
.dialogs, .dialogs p {
   	max-height:500px;
	font-size: 0.93em !important;
    line-height: 1.286em !important;
	background-color:#fff;	
}

.dialogs li {
	font-size: 0.93em !important;
}



.dlgclose {
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size:14px;
}
.tundra .dijitDialogPaneContent {
	background-color:#fff;
	overflow-x: auto;
}

.dialog_alert {
	margin-top:100px;
	width:auto;	
}

.dialog_store, .dialog_stand_alone {
	margin-top:60px;
	width:auto;	
}


.warn_dialog  {
   	font-size:100%;	
	background-color:#fff;	
}

.store_dialog  {     
   	font-size:100%;	
	background-color:#fff;	
}

.question {
	list-style-type:none !important;
	list-style-image: none !important;
	line-height:1.3em;
}

.row ul {
	margin:0px !important;
	padding:0px !important;
	
	list-style-type:none !important;
	list-style-image: none !important;
}

/* results */
.summary_table {
	margin: 5px auto 30px 0px;
	font-size: 14px;
	background-color:transparent;
	text-align: left;
	color: #565050;	
	width: 100%;	
}
.summary_table th {
	font-weight: bold;
	padding: 5px 10px 10px 10px;
	border: 2px inset #aaa;
	color: #565050;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
}

.summary_table th.labels {
	text-align:left;
}

.summary_table td {	
	padding: 5px 10px 5px 10px;
	border: 2px inset #aaa;
}
.summary_table tfoot td {
	font-weight: bold;
	color:#583E66;
}

.t1, .t2, .total {
	width:100px;
	text-align:center;
}
.summary_table tfoot td.highlight
{
	background: #DB8713;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
}

.summary_table a:link, .summary_table a:visited  {
	color:#565050; text-decoration:none;
}
.summary_table a:hover  {
	color: #000; border-bottom: 1px solid; 
}
.summary_table a:focus {
	border-bottom:dotted 1px;
}

.summary_table tfoot td.highlight a {
	color:#fff;
}

.labels {
    font-weight:bold;
}
.term {
    font-size:0.9em;
}

.total {
	font-weight: bold;
}

/* button */
.tundra .dijitButton .dijitButtonNode {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px !important;
    background-color: #785a86;
    background-image: none;
    color: #FFFFFF;
	font-weight: normal;
	padding: 3px 15px;
	min-width:60px;
	vertical-align:top;
	-webkit-font-smoothing: antialiased;
}

.dijitButtonNode {
    line-height: inherit;
}
@media ( max-width : 370px) {
	#start_over {
	    margin-top: 60px;
	}
}
@media ( min-width : 310px) {
	.previous-button {
		float: left;
	}
	.next-button {
		float: right;
	}
}
@media ( min-width : 768px) {
	#calc_content {
		margin: auto;
	}
	#nameplate {
	    margin-left: -35px;
	}
	.dialog_alert,.dialog_store,.dialog_stand_alone {
		margin-left: 125px;
		margin-right: 125px;
	}
	.dialogs {
		max-height: 500px;
	}
	.dialog_warning_image {
		float:left;
		width:40px;
		height:100%;
	}
	.submit_table {
		width: 600px;
	}
	.summary_table {
		max-width: 800px;
	}
	#start_over {
		text-align: right;
	}
	#widget_email {
		width: 200px;
	}
	#printresults {
		text-align: right;
	}
	#envelope_image {
		padding-top: 0px;
	}
	.heading {
		margin-left: -35px;
	}
	#pagesave {
		text-align: right;
		margin-top: 10px;
	}
	#usestandalone {
	    float: right;
	}
	.heading, #calc_content h3 {
		font-size: 30px !important;
	    letter-spacing: 2px;
	    line-height: 1.75em;
	}
}

.labeldiv {
	margin-right: 10px;
}

 #loading.overlay, #calculating.overlay, #error.overlay {
    background-color: #eae9e8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    z-index: 2;
}