/*
Author: Brandon Sullivan
*/
/* Variables / Mixins
--------------------------*/
/* Images */
/* Lists */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Fonts 
**********************************/
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
pre {
  margin: 1em 0;
}
p {
  margin: 0 0 1em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
#main {
  overflow: hidden;
  padding: 1em 0 0;
}
#primary {
  float: left;
  margin-right: 3%;
  width: 65%;
}
#secondary {
  float: left;
  width: 32%;
}
.box {
  background: #ffffff;
  margin: 0 0 1em;
  padding: 1em 2em;
}
/* Common
/* ------------------------------------------*/
figure img {
  height: auto;
  width: 100%;
}
table {
  width: 100%;
}
table th {
  text-align: left;
}
.btn {
  background: #50acb1 url("../img/shadow.png") 0 100% repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  *display: inline;
  font-weight: 600;
  padding: 0.5em 2.25em;
  text-transform: uppercase;
  *zoom: 1;
}
.btn:hover {
  background-color: #c2dee0;
  text-decoration: none;
  color: #3c3c3c;
}
.btn.gray {
  background: #828894;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  font-weight: 400;
  padding: 0.5em 1.5em;
}
.btn.gray i {
  background: url("../img/x.png") 0 100% no-repeat;
  display: block;
  float: left;
  height: 1em;
  margin-top: 2px;
  margin-right: 0.5em;
  width: 1em;
}
.btn.gray:hover {
  background: #c2dee0;
  color: #3c3c3c;
}
.btn.gray:hover i {
  background-position: 0 0;
}
.callout {
  border: 1px solid #50acb1;
  border-bottom-width: 10px;
  padding: 1em;
}
.callout.green {
  border-color: #eba521;
  margin-bottom: 2em;
}
.callout.teal {
  background: #4fb0ad;
  border: 0;
  border-bottom: 10px solid #3f8d8a;
  color: #ffffff;
  margin-bottom: 1em;
}
.callout.teal a {
  color: #ffffff;
  text-decoration: underline;
}
.question {
  display: inline-block;
  *display: inline;
  position: relative;
  *zoom: 1;
}
.question i {
  background: url("../img/question_mark.gif") 0 0 no-repeat;
  cursor: pointer;
  display: block;
  height: 18px;
  width: 18px;
}
.question .content {
  background: #383b53;
  color: #ffffff;
  display: none;
  font-size: 14px;
  line-height: 1.2;
  padding: 1em;
  position: absolute;
  left: 2.25em;
  top: 0.5em;
  width: 30em;
  z-index: 2;
}
.question .content:before {
  border-left: 13.33333333px solid transparent;
  border-top: 20px solid #383b53;
  content: ' ';
  height: 0;
  position: absolute;
  left: -11.42857143px;
  top: 0;
  width: 0;
}
.question:hover .content {
  display: block;
}
.indented {
  display: block;
  padding-left: 2em;
}
.accessibility {
  display: none !important;
}
.QuestionList {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* Forms
/* ------------------------------------------*/
label {
  display: block;
  margin-bottom: 0.5em;
}
select,
input[type=text] {
  background: #ffffff url("../img/shadow.png") 0 100% repeat-x;
  border: 1px solid #496172;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  height: 1.1em;
  padding: 0.25em 0.5em 0.5em;
}
select:focus,
input[type=text]:focus {
  border-color: #828894;
  outline: 0;
}
select {
  height: 2em;
  padding: 0;
}
fieldset {
  border: 0;
  padding: 2em 0;
}
/* =Custom Select Menu */
.custom-select-menu {
  display: inline-block;
  outline: none;
  position: relative;
  text-align: left;
  /* Sometimes you want to change the look of the menu/label
	when a selection with a value has been made. In this case,
	we're increasing the contrast of the font color. */
  /* Here we're styling an up/down arrow to make it look more
	like a select menu. */
  /* If you don't want the menu to be too tall, then 
	give it a max-height, but don't forget to allow it to
	scroll so all the options are visible. */
  /* When you hover over an option we'll change the 
	background color. We'll do the same when an option 
	is selected. */
}
.custom-select-menu label {
  background: #eba521;
  color: #ffffff;
  display: inline-block;
  padding: 5px;
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  /* Prevents text-selection on the label. */
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  /* We're giving the label a specific width. 
		Don't forget to set a width for the list of options
		as well (see below). */
  width: 200px;
}
.custom-select-menu label {
  position: relative;
}
.custom-select-menu label [class*="icon-"] {
  color: #ffffff;
  font-size: 12px;
  right: 10px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
}
.custom-select-menu ul {
  background: #ffffff;
  left: 0;
  list-style: none;
  margin: 0;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
  /* Allow it to scroll vertically. */
  padding: 0;
  position: absolute;
  top: 30px;
  width: 240px;
  /* Set a width equal to the label. */
  z-index: 2;
}
.custom-select-menu li {
  background: #ffffff;
  cursor: pointer;
  padding: 6px 14px;
}
.custom-select-menu li:hover,
.custom-select-menu .selected {
  background: #eba521;
  color: #ffffff;
}
/* When the label has focus (Form Background) */
body {
  background: #f0f1f2;
  color: #3c3c3c;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #50acb1;
  text-decoration: none;
}
a:focus,
a:active,
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.1;
  margin-top: 0;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 0.25em;
}
ul {
  list-style-image: url("../img/arrow_updated.png");
  padding-left: 1em;
}
/* Header
**********************************/
#branding {
  background: #ffffff;
  padding: 1.625em 0 0;
}
#branding .logo {
  display: block;
  float: left;
  margin-bottom: 1.625em;
  width: 38%;
}
#branding .logo img {
  height: auto;
  width: 100%;
}
#branding aside {
  float: right;
  width: 32%;
}
#branding aside .headline {
  color: #383b53;
  display: block;
  font-size: 1.5em;
}
@media (min-width: 1200px) {
  #branding aside .headline {
    font-size: 1.875em;
    line-height: 1;
  }
}
#branding aside .subline {
  color: #496172;
  display: block;
  font-size: 1em;
}
@media (min-width: 1200px) {
  #branding aside .subline {
    font-size: 1.25em;
    line-height: 1;
  }
}
/* Header Navigation
**********************************/
nav.primary {
  background: #496172 url("../img/shadow.png") 0 0 repeat-x;
  border-bottom: 5px solid #383b53;
  clear: both;
  display: block;
  overflow: hidden;
  width: 100%;
}
nav.primary ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
nav.primary ul li {
  display: block;
  float: left;
  position: relative;
  width: 16.66666667%;
}
nav.primary ul li a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 1200px) {
  nav.primary ul li a {
    font-size: 18px;
  }
}
nav.primary li a:hover,
nav.primary li.active a {
  background: #50acb1 url("../img/shadow.png") 0 0 repeat-x;
}
/* Footer
**********************************/
#colophon {
  clear: both;
}
#primary h1 {
  color: #383b53;
  font-size: 1.75em;
  font-weight: 600;
  margin: 0 0 1em;
  text-transform: uppercase;
}
#primary .border-bottom {
  border-bottom: 15px solid #828894;
}
#primary .collapsible header {
  cursor: pointer;
  padding-left: 2em;
}
#primary .collapsible header * {
  font-size: 1.25em;
  font-weight: 700;
  margin: 0;
  padding: 0.25em 0;
}
#primary .collapsible .content {
  margin-top: 1em;
}
#primary .collapsible.open header {
  background: url("../img/collapsible_updated.png") 0 2px no-repeat;
}
#primary .collapsible.closed header {
  background: url("../img/collapsible_updated.png") 0 -73px no-repeat;
}
#secondary h2 {
  color: #383b53;
  font-size: 1.5em;
  font-weight: 700;
  margin: 0;
}
#secondary .box {
  margin: 0 0 0.5em;
}
#secondary .box.green {
  background: #eba521;
  border-bottom: 15px solid #bb7f11;
  color: #ffffff;
  padding: 0;
  margin-bottom: 1em;
}
#secondary .border-bottom {
  border-bottom: 10px solid #828894;
  margin: 0 0 1em;
}
#secondary ul.resources a {
  color: #496172;
}
#secondary .collapsible header {
  cursor: pointer;
  padding-left: 2em;
}
#secondary .collapsible header * {
  color: #496172;
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  padding: 0.25em 0;
}
#secondary .collapsible header a:hover {
  text-decoration: none;
}
#secondary .collapsible .content {
  font-size: 0.75em;
}
#secondary .collapsible.open header {
  background: url("../img/collapsible_updated.png") 0 0 no-repeat;
}
#secondary .collapsible.closed header {
  background: url("../img/collapsible_updated.png") 0 -75px no-repeat;
}
.estimator nav#steps {
  float: left;
  width: 18%;
}
.estimator form.box {
  float: left;
  padding-left: 4%;
  padding-right: 4%;
  width: 74%;
}
.estimator footer {
  margin-top: 2em;
}
nav#steps ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
nav#steps li {
  margin-bottom: 1em;
}
nav#steps a {
  background: #d6d9dc;
  border-bottom: 10px solid #828894;
  color: #828894;
  display: block;
  font-size: 0.875em;
  padding: 1em;
  text-align: center;
}
nav#steps a:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  nav#steps a {
    font-size: 18px;
  }
}
nav#steps a i {
  background: url("../img/steps_updated.png") -60px 0 no-repeat;
  display: block;
  height: 55px;
  margin: 0 auto;
  width: 55px;
}
nav#steps a b {
  display: block;
  font-weight: 600;
}
nav#steps a:hover,
nav#steps a.active {
  background: #ffffff;
  border-bottom-color: #eba521;
}
nav#steps a[href="#StepOne"] i {
  background-position: -60px 0;
}
nav#steps a[href="#StepTwo"] i {
  background-position: -60px -60px;
}
nav#steps a[href="#StepThree"] i {
  background-position: -60px -120px;
}
nav#steps a[href="#StepOne"]:hover i,
nav#steps a[href="#StepOne"].active i {
  background-position: 0 0;
}
nav#steps a[href="#StepTwo"]:hover i,
nav#steps a[href="#StepTwo"].active i {
  background-position: 0 -60px;
}
nav#steps a[href="#StepThree"]:hover i,
nav#steps a[href="#StepThree"].active i {
  background-position: 0 -120px;
}
form .QuestionList li {
  margin-bottom: 1em;
}
.family-size {
  float: left;
  margin-right: 2%;
  width: 23%;
}
.family-size input {
  width: 80%;
}
#AgeSelect {
  float: left;
  width: 75%;
}
#AgeSelect select {
  width: 5em;
}
#AgeSelect .QuestionList li {
  float: left;
  width: 100%;
}
#AgeSelect .QuestionList label {
  float: left;
  line-height: 32px;
  width: 47%;
}
#AgeSelect .QuestionList label + label {
  font-size: 0.875em;
  width: 53%;
}
@media (min-width: 1200px) {
  #AgeSelect .QuestionList label {
    width: 40%;
  }
  #AgeSelect .QuestionList label + label {
    width: 60%;
  }
}
.PACTable {
  border-bottom: 1px solid #383b53;
  overflow: hidden;
  padding: 1.5em 0;
}
.PACTable header {
  overflow: hidden;
}
.PACTable header h3 {
  display: block;
  float: left;
}
.PACTable header .btn.gray {
  float: left;
  font-size: 0.75em;
  margin-left: 2em;
  padding: 0.25em 1em;
}
.PACTable header .btn.gray i {
  background-position: 100% 100%;
  margin-top: 3px;
}
.PACTable header .btn.gray:hover i {
  background-position: 100% 0;
}
.PACTable section {
  float: left;
  width: 60%;
}
.PACTable aside {
  float: right;
  font-size: 0.875em;
  padding: 0.5em;
  width: 33%;
}
@media (min-width: 1200px) {
  .PACTable aside {
    padding: 1em;
  }
}
.PACTable .row {
  margin-bottom: 0.5em;
  overflow: hidden;
}
.PACTable .row label {
  float: left;
  line-height: 2em;
  width: 48%;
}
.PACTable .row label + div {
  float: left;
  width: 50%;
}
@media (min-width: 1200px) {
  .PACTable section {
    width: 55%;
  }
  .PACTable aside {
    width: 35%;
  }
  .PACTable .row label {
    width: 45%;
  }
  .PACTable .row label + div {
    width: 55%;
  }
}
.UpDownContainer {
  font-size: 14px;
  position: relative;
}
@media (min-width: 1200px) {
  .UpDownContainer {
    font-size: 16px;
  }
}
.UpDownContainer .Up,
.UpDownContainer .Down {
  border-right: 1px solid #496172;
  padding: 0.5em 0.5em;
  padding-left: 0;
  position: absolute;
  top: 2px;
}
.UpDownContainer .Up a,
.UpDownContainer .Down a,
.UpDownContainer .Up img,
.UpDownContainer .Down img {
  display: block;
}
.UpDownContainer .Up {
  left: 0.5em;
}
.UpDownContainer .Down {
  left: 2.25em;
}
.UpDownContainer input {
  direction: rtl;
  padding-left: 2.25em;
  width: 70%;
}
.tax-credit-status {
  overflow: hidden;
  padding: 1.25em 1em;
}
.tax-credit-status p {
  background: url("../img/calculator.png") 0 2px no-repeat;
  float: left;
  font-size: 0.75em;
  line-height: 1.2;
  margin: 0;
  padding-left: 10%;
  width: 45%;
}
@media (min-width: 1200px) {
  .tax-credit-status p {
    background-position: 0 3px;
    font-size: 0.875em;
    line-height: 1.1;
    padding-left: 8%;
    width: 47%;
  }
}
.tax-credit-status span.detail {
  display: block;
  float: right;
  font-size: 1.5em;
  font-weight: 700;
  padding-top: 7px;
  text-align: right;
  width: 45%;
}
@media (min-width: 1200px) {
  .tax-credit-status span {
    padding-top: 8px;
  }
}
.tax-credit-status.revised {
  background: #bb7f11;
}
.callout.results td {
  padding-bottom: 1em;
}
.callout.results .col1 {
  width: 65%;
}
.callout.results .col2 {
  text-align: right;
  vertical-align: bottom;
  width: 35%;
}
.callout.results .DetailsActualCredit {
  font-size: 2.25em;
  font-weight: 700;
}
.callout.results .DetailsBenchmark {
  font-size: 1.5em;
  font-weight: 700;
}
.Output table {
  border-bottom: 1px solid #383b53;
  margin-bottom: 2em;
  padding-bottom: 2em;
  width: 100%;
}
.Output table td {
  padding-bottom: 0.5em;
}
.Output table td + td {
  text-align: right;
}
.Output table span {
  font-weight: 700;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
/* Print
**********************************/




div.Month {
	float:left;
	width:20%;
}
div.RegularTime, div.SeasonalTime {
	float:left;
	width:40%;
}
#SHOPEmployeeInput input, #PriceBox input {
	width:75px;
}

nav#steps A[href='#StepFour'] i {
	background-position: -60px -180px;
}

nav#steps A[href='#StepFour']:hover i,  nav#steps A[href='#StepFour'].active i{
	background-position: 0px -180px;
}

nav#steps A[href='#StepFive'] i {
	background-position: -60px -240px;
}

nav#steps A[href='#StepFive']:hover i,  nav#steps A[href='#StepFive'].active i{
	background-position: 0px -240px;
}

nav#steps A[href='#StepSix'] i {
	background-position: -60px -300px;
}

nav#steps A[href='#StepSix']:hover i,  nav#steps A[href='#StepSix'].active i{
	background-position: 0px -300px;
}
input.Required, select.Required {
	border:2px solid red;
}
span.Required {
	color:red;
}
.QuestionList label + label {
display:block;float:left;width:48%
}

#CreditShopCompare > thead > tr > th {
	font-size:120%;
	background-color:rgb(214,208,222);
	border-bottom:3px solid rgb(194,188,202);
}

#CreditShopCompare > tbody > tr > td {
	background-color:#F5F6E8;
	border-bottom:1px solid rgb(194,188,202);
}

#CreditShopCompare > tbody > tr > th {
	text-align:left;
	background-color:rgb(214,208,222);
	border-right:3px solid rgb(194,188,202);
	
}
ul ul { 
	list-style-image: url("../img/square.png");
}

#StepSixForm > div {
	margin-bottom:2em;
}

#primary .content > .collapsible header * {
  
	font-size: 1.17em;

	font-weight: 600;

	margin: 0;

	padding: 0.25em 0;

}





input.Required, select.Required {
	border:2px solid red;
}
span.Required {
	color:red;
}



h2.header {
  
	font-size: 1.17em;

	font-weight: 600;

	margin: 0;

	padding: 0.25em 0;

	color: #383b53;
}
a.header {color:#496172}

input[type="text"]{
	width:160px;
}