#main-content {
  max-width: 960px;
  margin: 0 auto;
}

.tpc-calculator {
  color: #363636;
  line-height: 1.4;
  padding-bottom: 50px;
}
.tpc-calculator *,
.tpc-calculator *:before,
.tpc-calculator *:after {
  box-sizing: border-box;
}
.tpc-calculator a {
  color: #104b7d;
}
.tpc-calculator h1,
.tpc-calculator h2,
.tpc-calculator h3,
.tpc-calculator h4,
.tpc-calculator h5,
.tpc-calculator h6 {
  margin: 0;
  line-height: 1.1;
}
.tpc-calculator form {
  margin: 0;
}
.tpc-calculator p {
  margin-top: 0;
}
.tpc-calculator h2 {
  font-size: 22px;
  color: #333;
}
@media only screen and (min-width: 640px) {
  .tpc-calculator h2 {
    font-size: 30px;
  }
}
.tpc-calculator h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #0f4b7d;
}
.tpc-calculator label,
.tpc-calculator input {
  -webkit-tap-highlight-color: transparent;
}
.tpc-calculator section {
  border-bottom: 1px solid #eee;
}
.tpc-calculator section > header,
.tpc-calculator section > .body {
  /* padding-right: 20px; */
  padding-left: 20px;
}
@media only screen and (min-width: 700px) {
  .tpc-calculator section > header,
  .tpc-calculator section > .body {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.tpc-calculator section > header {
  padding-top: 36px;
  padding-bottom: 38px;
  position: relative;
}
@media only screen and (min-width: 700px) {
  .tpc-calculator section > header {
    padding-top: 42px;
  }
}
@media only screen and (min-width: 960px) {
  .tpc-calculator section > header {
    padding-bottom: 24px;
  }
}
.tpc-calculator section > header h2 {
  display: inline-block;
}
.tpc-calculator section > .body {
  padding-top: 20px;
  padding-bottom: 20px;
  background: -webkit-linear-gradient(top, #eeeeee 0, #ffffff 4px);
  background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 4px);
}
.tpc-calculator .hdr-inner {
  display: inline-block;
  padding: 0 30px 0 33px;
  position: relative;
}
@media only screen and (min-width: 900px) {
  .tpc-calculator .hdr-inner {
    padding-right: 40px;
  }
}
.tpc-calculator .icon-toggle {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -10px;
  bottom: -4px;
}
@media only screen and (min-width: 640px) {
  .tpc-calculator .icon-toggle {
    bottom: -2px;
  }
}
.tpc-calculator .icon-toggle:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-top: 4px solid #333;
  border-right: 4px solid #333;
  position: absolute;
  left: 10px;
  top: 11px;
  cursor: pointer;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.tpc-calculator .is-closed .icon-toggle:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tpc-calculator .indicator {
  color: #f0563d;
  font-size: 14px;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  height: 2.5em;
  padding-left: 33px;
}
@media only screen and (min-width: 960px) {
  .tpc-calculator .indicator {
    display: block;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 55px;
  }
}
.tpc-calculator .indicator b {
  font-weight: normal;
}
.tpc-calculator .intro {
  font-size: 14px;
  line-height: 1.14286;
  margin: 3px 0 36px;
}
@media only screen and (min-width: 640px) {
  .tpc-calculator .intro {
    font-size: 16px;
    line-height: 1.25;
    margin-top: 8px;
  }
}
.tpc-calculator .btn,
.tpc-calculator input[type="submit"],
.tpc-calculator input[type="reset"] {
  display: block;
  float: left;
  max-height: 60px;
  border: 0;
  padding: 17px 10px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  max-width: 300px;
  color: #fff;
  background: #52b4cf;
  cursor: pointer;
  margin: 0 auto 10px;
  border-radius: 2px;
}
.tpc-calculator .btn[disabled],
.tpc-calculator input[type="submit"][disabled],
.tpc-calculator input[type="reset"][disabled] {
  opacity: 0.5;
  cursor: default;
}
.tpc-calculator .btn:not([disabled]):hover,
.tpc-calculator input[type="submit"]:not([disabled]):hover,
.tpc-calculator input[type="reset"]:not([disabled]):hover {
  background: #008aaf;
}
.tpc-calculator .btn.is-active,
.tpc-calculator input[type="submit"].is-active,
.tpc-calculator input[type="reset"].is-active {
  background: #f0563d;
}
.tpc-calculator input[type="submit"] {
  background: #f0563d;
  margin-left: 10px;
}
.tpc-calculator input[type="reset"] {
  background: #c0bebe;
}
.tpc-calculator .btn-wrap:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 700px) {
  .tpc-calculator .btn-wrap .btn,
  .tpc-calculator .btn-wrap input[type="submit"],
  .tpc-calculator .btn-wrap input[type="reset"] {
    float: right;
    padding-right: 40px;
    padding-left: 40px;
    width: auto;
    max-width: none;
  }
}
.tpc-calculator .share-links {
  text-align: center;
}
.tpc-calculator .share-links h4 {
  font-size: 18px;
  line-height: 1;
  color: #333;
  font-weight: normal;
  margin-bottom: 18px;
}
.tpc-calculator .share-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0 auto;
}
.tpc-calculator .share-links li {
  display: inline-block;
  margin-left: 19px;
}
.tpc-calculator .share-links li:first-child {
  margin: 0;
}
.tpc-calculator .share-links [class^="share-"] {
  display: inline-block;
  width: 26px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(../../img/sprite.social.png);
  background-size: 90px auto;
}
.tpc-calculator .share-links .share-twitter {
  background-position: 0 0;
}
.tpc-calculator .share-links .share-twitter:hover {
  background-position: 0 -25px;
}
.tpc-calculator .share-links .share-fb {
  background-position: -30px 0;
}
.tpc-calculator .share-links .share-fb:hover {
  background-position: -30px -25px;
}
.tpc-calculator .share-links .share-email {
  background-position: -60px 0;
}
.tpc-calculator .share-links .share-email:hover {
  background-position: -60px -25px;
}
.tpc-calculator .is-visible {
  display: block !important;
}

.radio-blocks {
  max-width: 300px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: auto;
  margin-left: auto;
}
.radio-blocks li {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.radio-blocks input {
  opacity: 0;
  position: absolute;
}
.radio-blocks input:hover + label {
  background: #008aaf;
}
.radio-blocks input:checked + label {
  background: #f0563d;
  cursor: default;
}
.radio-blocks input[disabled] + label {
  background: #97d2e2;
  cursor: default;
}
.radio-blocks label {
  display: table-cell;
  vertical-align: middle;
  height: 75px;
  color: #fff;
  background: #52b4cf;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
  position: relative;
}
.radio-blocks label span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.14286;
  margin-top: 2px;
}
.radio-blocks [class^="status-"] label:before {
  content: '';
  display: block;
  width: 74px;
  height: 42px;
  position: absolute;
  top: 18px;
  left: 8px;
  background-image: url(../../img/sprite.scenario.png);
  background-size: 74px auto;
}
.radio-blocks .status-single label:before {
  background-position: 0 0;
}
.radio-blocks .status-married label:before {
  background-position: 0 -50px;
}
.radio-blocks .status-married-plus1 label:before {
  background-position: 0 -100px;
}
.radio-blocks .status-married-plus2 label:before {
  background-position: 0 -150px;
}
.radio-blocks .status-hoh label:before {
  background-position: 0 -200px;
}
@media only screen and (min-width: 700px) {
  .radio-blocks {
    max-width: none;
  }
  .radio-blocks:after {
    content: '';
    display: table;
    clear: both;
  }
  .radio-blocks li {
    float: left;
  }
}

.radio-blocks-wrap {
  max-width: 300px;
  margin: 0 auto;
}
.radio-blocks-wrap h3 {
  margin-bottom: 5px;
}
.radio-blocks-wrap h3 span {
  text-transform: none;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}
.radio-blocks-wrap + .radio-blocks-wrap {
  margin-top: 27px;
}
@media only screen and (min-width: 700px) {
  .radio-blocks-wrap {
    max-width: none;
    margin: 0 0 10px !important;
  }
  .radio-blocks-wrap:after {
    content: '';
    display: table;
    clear: both;
  }
  .radio-blocks-wrap h3 {
    float: left;
    margin: 28px 0 0;
  }
  .radio-blocks-wrap li {
    float: left;
    padding-left: 2.13%;
  }
  .radio-blocks-wrap.items-2 h3 {
    width: 31.91%;
  }
  .radio-blocks-wrap.items-2 li {
    width: 34.04%;
  }
  .radio-blocks-wrap.items-3 h3 {
    width: 26.4%;
  }
  .radio-blocks-wrap.items-3 li {
    width: 11.53%;
  }
}

.radio-linear {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 14px -15px 0;
  border-top: 3px solid #52b4cf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 480px) {
  .radio-linear {
    margin-right: 0;
    margin-left: 0;
  }
}
h3 + .radio-linear {
  margin-top: 43px;
}
.radio-linear li {
  position: relative;
  top: -17px;
  text-align: center;
  overflow: hidden;
}
.radio-linear li:first-child label:before, .radio-linear li:last-child label:before {
  content: '';
  display: block;
  position: absolute;
  width: 200px;
  height: 30px;
  background: #fff;
  top: 0;
}
.radio-linear li:first-child label:before {
  right: 50%;
}
.radio-linear li:last-child label:before {
  left: 50%;
}
.radio-linear input {
  opacity: 0;
  position: absolute;
}
.radio-linear input:hover + label:after {
  background: #008aaf;
}
.radio-linear input:checked + label {
  color: #f0563d;
  cursor: default;
}
.radio-linear input:checked + label:after {
  border-color: #f0563d;
  background: #f0563d;
}
.radio-linear label {
  display: block;
  min-width: 5em;
  padding-top: 37px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .radio-linear label {
    padding-top: 43px;
    font-size: 16px;
    min-width: 7.5em;
  }
}
.radio-linear label:after {
  content: '';
  display: block;
  border: 3px solid #52b4cf;
  background: #f5f5f5;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 0;
  left: 50%;
  margin-left: -15px;
}
.radio-linear label span {
  display: block;
  font-weight: bold;
}
@media only screen and (min-width: 640px) {
  .radio-linear label span {
    font-size: 25px;
  }
}
.no-flexbox.no-flexboxlegacy .radio-linear {
  display: table;
  width: 100%;
}
.no-flexbox.no-flexboxlegacy .radio-linear li {
  display: table-cell;
}

.input-text-wrap {
  margin-bottom: 9px;
  padding-left: 10px;
  font-size: 18px;
  position: relative;
  height: 48px;
  border: 1px solid #ddd;
  background: #f7f7f7;
}
.input-text-wrap input,
.input-text-wrap label {
  position: absolute;
  width: 84%;
  width: calc(100% - 46px);
}
.input-text-wrap input {
  color: #333;
  border: 0;
  background: none;
  outline: none;
  padding: 17px 0 0;
  border: 0;
  background: none;
  height: 46px;
}
.input-text-wrap.filled, .input-text-wrap.is-focused {
  background: #fff;
}
.input-text-wrap.filled label, .input-text-wrap.is-focused label {
  color: #008aaf;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 0;
}
.input-text-wrap label {
  color: #999;
  padding-top: 9px;
  cursor: text;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.input-text-block {
  max-width: 460px;
  margin: 0 auto;
}

@media only screen and (min-width: 700px) {
  .input-text-layout:after {
    content: '';
    display: table;
    clear: both;
  }
  .input-text-layout .input-text-block-1 {
    width: 48.9%;
    float: left;
  }
  .input-text-layout .input-text-block-2 {
    width: 48.9%;
    float: right;
  }
}

.tooltip {
  width: 24px;
  height: 10px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip:after {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../../img/icon.q.png) no-repeat 50% 50%;
  background-size: 16px 16px;
  position: absolute;
  top: -7px;
  left: 0;
  display: block;
}
.tooltip span {
  display: none;
  position: absolute;
  bottom: 28px;
  left: -103px;
  width: 230px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 12px;
  line-height: 1.16667;
  padding: 8px;
  cursor: text;
  font-weight: normal;
  text-transform: none;
  color: #363636;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 5;
}
@media only screen and (min-width: 480px) {
  .tooltip span {
    width: 257px;
    left: -63px;
  }
}
.tooltip span:before, .tooltip span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  left: 104px;
}
@media only screen and (min-width: 480px) {
  .tooltip span:before, .tooltip span:after {
    left: 64px;
  }
}
.tooltip span:before {
  border-top: 11px solid #ccc;
  bottom: -11px;
}
.tooltip span:after {
  border-top: 11px solid #fff;
  bottom: -9px;
}
.tooltip.is-visible {
  display: inline-block !important;
}
.tooltip.is-visible span {
  display: block;
}
.tooltip.align-right span {
  left: auto;
  right: -19px;
}
@media only screen and (min-width: 700px) {
  .tooltip.align-right span {
    right: -9px;
  }
}
.tooltip.align-right span:before, .tooltip.align-right span:after {
  left: auto;
  right: 20px;
}
@media only screen and (min-width: 700px) {
  .tooltip.align-right span:before, .tooltip.align-right span:after {
    right: 10px;
  }
}
.tooltip.align-left span {
  left: -19px;
}
@media only screen and (min-width: 700px) {
  .tooltip.align-left span {
    left: -9px;
  }
}
.tooltip.align-left span:before, .tooltip.align-left span:after {
  left: 20px;
}
@media only screen and (min-width: 700px) {
  .tooltip.align-left span:before, .tooltip.align-left span:after {
    left: 10px;
  }
}
.hdr-inner .tooltip {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.input-text-wrap .tooltip {
  position: absolute;
  top: 18px;
  right: 6px;
}
#detailed-breakdown th .tooltip {
  position: absolute;
  right: 16px;
  bottom: 18px;
}
p .tooltip {
  bottom: 1px;
}
h3 .tooltip {
  bottom: 2px;
}

@media only screen and (max-width: 959px) {
  #section-scenario > header,
  #section-income-level > header,
  #section-compare-tax-laws > header {
    padding-bottom: 3px;
  }
}

#tax-act-calculator #form-actions {
  display: none;
}
@media only screen and (max-width: 959px) {
  #tax-act-calculator #detailed-breakdown thead th {
    text-align: left;
    padding-right: 18px;
    padding-left: 18px;
  }
}
#tax-act-calculator #detailed-breakdown tbody td {
  width: 23%;
}
@media only screen and (min-width: 960px) {
  #tax-act-calculator #detailed-breakdown tbody td {
    width: 31%;
    padding-right: 45px;
  }
}

#section-scenario .radio-blocks label {
  text-align: left;
  padding-left: 90px;
}
@media only screen and (min-width: 700px) and (max-width: 899px) {
  #section-scenario .radio-blocks label {
    height: 105px;
  }
  #section-scenario .radio-blocks label:before {
    top: 27px;
  }
}
@media only screen and (min-width: 700px) {
  #section-scenario .radio-blocks li {
    width: 34.04%;
    margin-bottom: 20px;
    padding-left: 2.13%;
  }
  #section-scenario .radio-blocks li:nth-child(3n+1) {
    width: 31.91%;
    padding: 0;
    clear: left;
  }
}

#scenario-model {
  display: none;
}

#section-income-level [id^="income-"] {
  display: none;
}

#scenario-itemized {
  display: none;
}

#demo-marital label {
  text-align: left;
  padding-left: 90px;
}
@media only screen and (min-width: 900px) {
  #demo-marital label {
    padding-left: 95px;
  }
}

#demo-spouse-age {
  display: none;
}

#demo-spouse-college {
  display: none;
}

#tax-act-calculator #section-dependents-info,
#dependents-chldren .radio-blocks-wrap {
  display: none;
}

#dependents-total-children {
  margin-bottom: 24px;
}

#tax-act-calculator #section-income-sources,
#tax-act-calculator #section-deductions-expenses {
  display: none;
}

#section-compare-tax-laws {
  display: none;
}
#section-compare-tax-laws .intro {
  font-size: 16px;
  line-height: 1.25;
  margin-top: 10px;
}
@media only screen and (min-width: 640px) {
  #section-compare-tax-laws .intro {
    margin: 7px 0 25px;
  }
}
#section-compare-tax-laws .intro p {
  margin-bottom: 5px;
}
#section-compare-tax-laws .radio-blocks label {
  height: 55px;
  font-size: 22px;
  line-height: 1;
}
@media only screen and (min-width: 700px) {
  #section-compare-tax-laws .radio-blocks li {
    width: 15.04%;
    padding-left: 2.13%;
  }
  #section-compare-tax-laws .radio-blocks li:first-child {
    width: 31.91%;
    padding: 0;
  }
  #section-compare-tax-laws .radio-blocks label {
    height: 95px;
  }
}
#section-compare-tax-laws .vs {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin: 18px 0 17px;
}
#section-compare-tax-laws .vs:before {
  content: '';
  display: block;
  height: 17px;
  width: 100%;
  background: #f7f7f7;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}
#section-compare-tax-laws .vs span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 14px;
}
@media only screen and (min-width: 700px) {
  #section-compare-tax-laws .vs {
    margin: 14px 0 24px;
  }
}

#form-actions {
  padding: 30px 20px 15px;
}
@media only screen and (min-width: 700px) {
  #form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }
  #form-actions:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (min-width: 700px) {
  #form-actions .btn-wrap {
    float: right;
  }
}
@media only screen and (min-width: 700px) {
  #form-actions input[type="reset"] {
    margin-right: 20px;
  }
}
#form-actions .link {
  text-align: right;
  max-width: 300px;
  margin: 15px auto 0;
  padding-right: 10px;
}
@media only screen and (min-width: 700px) {
  #form-actions .link {
    float: left;
  }
}

#section-results {
  border: 0;
}
@media only screen and (min-width: 1000px) {
  #section-results > header {
    padding-left: 50px;
  }
}
#section-results > .body {
  border-bottom: 1px solid #eee;
}
#section-results .tools {
  max-width: 622px;
  margin: 0 auto;
}
#section-results .tools:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 700px) {
  #marriage-tax-calculator #section-results .tools {
    max-width: 780px;
  }
}
#section-results .share-links {
  margin-top: 28px;
}
@media only screen and (min-width: 640px) {
  #section-results .share-links {
    float: left;
    margin: 0;
  }
}

.results-overview {
  max-width: 1000px;
  /*min-width: 1000px;*/
  margin: 0 auto 20px;
}
.results-overview .secondary {
  background: #f5f5f5;
  margin: 0 -20px;
  padding: 27px 0 10px;
}
@media only screen and (min-width: 700px) {
  .results-overview .secondary {
    margin: 0;
    float: right;
    width: 215px;
    padding: 57px 0 0;
  }
}
.results-overview dl {
  margin: 0;
  text-align: right;
  padding: 0 18.75%;
}
@media only screen and (min-width: 700px) {
  .results-overview dl {
    padding: 0 40px 0 0;
  }
}
.results-overview dt {
  font-size: 14px;
  line-height: 1.14286;
  margin-bottom: 4px;
}
.results-overview dd {
  font-size: 24px;
  line-height: 1;
  color: #0f4b7d;
  margin: 0 0 42px;
}

.calc-result, .simlaw_0, .simlaw_1, .simlaw_2 {
  float: left;
  max-width: 450px;
  min-width: 450px;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 40px;
  border-bottom: 0;
  overflow: hidden;
}
.calc-result .text, .simlaw_0 .text, .simlaw_1 .text, .simlaw_2 .text {
  float: left;
  position: relative;
  font-size: 14px;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding: 55px 30px 90px 40px;
}
.calc-result .label, .simlaw_0 .label, .simlaw_1 .label, .simlaw_2 .label {
  float: left;
  background: #f0563d;
  font-size: 25px;
  margin-top: 55px;
  padding: 5px 0px 5px 10px;
  width: 235px;
  display: inline-block;
  white-space: nowrap;
  max-height: 44px;
}
.calc-result .label:after, .simlaw_0 .label:after, .simlaw_1 .label:after, .simlaw_2 .label:after {
  content: '';
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  border-top: 45px solid transparent;
  border-right: 30px solid #fff;
  right: -195px;
  top: -40;
  float: left;
  position: relative;
}
.calc-result .number, .simlaw_0 .number, .simlaw_1 .number, .simlaw_2 .number {
  float: left;
  position: relative;
  top: 65px;
  font-size: 32px;
  line-height: 1.1;
  text-align: center;
  padding: 0 20px 35px 30px;
}

/* compile? */
.simlaw_0 {
  background: #fff;
  border: 2px solid #e6e6e6;
  margin-right: 20px;
}
.simlaw_0 .text {
  color: #0f4b7d;
}
.simlaw_0 .label {
  color: #fff;
}
.simlaw_0 .label:after {
  border-right: 30px solid #fff;
}
.simlaw_0 .number {
  color: #0f4b7d;
  width: 100%;
  text-align: center;
}
.simlaw_0 a {
  color: #fff;
}

.simlaw_1 {
  background: #0f4b7d;
  margin-right: 20px;
}
.simlaw_1 .text {
  color: #fff;
}
.simlaw_1 .label {
  color: #fff;
}
.simlaw_1 .label:after {
  border-right: 30px solid #0f4b7d;
}
.simlaw_1 .number {
  color: #fff;
  width: 100%;
  text-align: center;
}
.simlaw_1 a {
  color: #fff;
}

.simlaw_2 {
  background: #0f4b7d;
}
.simlaw_2 .text {
  color: #fff;
}
.simlaw_2 .label {
  color: #fff;
}
.simlaw_2 .label:after {
  border-right: 30px solid #0f4b7d;
}
.simlaw_2 .number {
  color: #fff;
  width: 100%;
  text-align: center;
}
.simlaw_2 a {
  color: #fff;
}

@media only screen and (min-width: 640px) {
  #btn-results-details {
    float: right;
    max-width: 280px;
  }
}

#detailed-breakdown {
  display: none;
  padding-top: 17px;
}
#detailed-breakdown h3 {
  margin: 0 20px 15px;
}
@media only screen and (min-width: 640px) {
  #detailed-breakdown h3 {
    margin-right: 10px;
    margin-left: 10px;
  }
}
#detailed-breakdown table {
  width: 100%;
  border: 1px solid #eee;
  line-height: 1.1;
  margin-bottom: 18px;
}
#detailed-breakdown th,
#detailed-breakdown td {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
#detailed-breakdown th {
  color: #104b7d;
}
#detailed-breakdown td {
  text-align: right;
}
#detailed-breakdown thead th {
  font-size: 16px;
  padding: 15px 10px 10px;
}
#detailed-breakdown tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
#detailed-breakdown tbody th {
  text-align: left;
  font-size: 14px;
  padding: 4px 55px 4px 10px;
  position: relative;
}
#detailed-breakdown tbody th p {
  font-size: 14px;
  font-weight: normal;
  color: #767676;
  margin: 1px 0 0;
}
#detailed-breakdown tbody td {
  font-size: 16px;
  color: #333;
  padding: 4px 10px;
  color: #333;
  font-weight: bold;
  height: 46px;
}
#detailed-breakdown .sub th {
  padding-left: 35px;
}
#detailed-breakdown .title {
  display: none;
}
#detailed-breakdown .highlight {
  background: #dcf1f7 !important;
}
#detailed-breakdown .highlight.alt {
  background: #e8f6fa !important;
}
#detailed-breakdown .highlight th {
  font-size: 18px;
}
#detailed-breakdown .highlight td {
  font-size: 20px;
}
@media only screen and (min-width: 960px) {
  #detailed-breakdown thead th {
    font-size: 20px;
    padding: 20px 10px 15px;
  }
}
@media only screen and (max-width: 639px) {
  .flexboxlegacy #detailed-breakdown table,
  .flexboxlegacy #detailed-breakdown tbody,
  .flexboxlegacy #detailed-breakdown tr,
  .flexboxlegacy #detailed-breakdown th, .flexbox #detailed-breakdown table,
  .flexbox #detailed-breakdown tbody,
  .flexbox #detailed-breakdown tr,
  .flexbox #detailed-breakdown th {
    display: block;
  }
  .flexboxlegacy #detailed-breakdown table, .flexbox #detailed-breakdown table {
    border-width: 1px 0;
    margin-bottom: 37px;
  }
  .flexboxlegacy #detailed-breakdown thead, .flexbox #detailed-breakdown thead {
    display: none;
  }
  .flexboxlegacy #detailed-breakdown tr, .flexbox #detailed-breakdown tr {
    padding: 20px 20px 15px;
  }
  .flexboxlegacy #detailed-breakdown tr.sub, .flexbox #detailed-breakdown tr.sub {
    padding-left: 55px;
  }
  .flexboxlegacy #detailed-breakdown th,
  .flexboxlegacy #detailed-breakdown td, .flexbox #detailed-breakdown th,
  .flexbox #detailed-breakdown td {
    border: 0;
  }
  .flexboxlegacy #detailed-breakdown td, .flexbox #detailed-breakdown td {
    display: table;
    width: 100% !important;
    padding: 0;
    height: auto;
    margin-bottom: 3px;
  }
  .flexboxlegacy #detailed-breakdown th, .flexbox #detailed-breakdown th {
    font-size: 20px;
    padding: 0 25px 8px 0;
  }
  .flexboxlegacy #detailed-breakdown th p, .flexbox #detailed-breakdown th p {
    margin: 0;
  }
  .flexboxlegacy #detailed-breakdown th .tooltip, .flexbox #detailed-breakdown th .tooltip {
    right: 0;
    bottom: 17px;
  }
  .flexboxlegacy #detailed-breakdown .title,
  .flexboxlegacy #detailed-breakdown .value, .flexbox #detailed-breakdown .title,
  .flexbox #detailed-breakdown .value {
    display: table-cell;
    vertical-align: middle;
  }
  .flexboxlegacy #detailed-breakdown .title, .flexbox #detailed-breakdown .title {
    text-align: left;
    color: #104b7d;
    padding-right: 10px;
    font-size: 14px;
  }
  .flexboxlegacy #detailed-breakdown .value, .flexbox #detailed-breakdown .value {
    width: 4.25em;
    font-size: 16px;
  }
}

#input-content {
  max-width: 900px;
  margin: 0 40px 0 40px;
}

#input-table {
  width: 900px;
  padding-top: 17px;
}
#input-table th.blue {
  background: #52b4cf;
  color: #fff;
}
#input-table th.red {
  background: #f0563d;
  color: #fff;
}
#input-table h2 {
  font-size: 26px;
}
#input-table h3 {
  margin: 0 20px 15px;
}
@media only screen and (min-width: 640px) {
  #input-table h3 {
    margin-right: 10px;
    margin-left: 10px;
  }
}
#input-table table {
  width: 100%;
  border: 1px solid #eee;
  line-height: 1.1;
  margin-bottom: 18px;
}
#input-table th,
#input-table td {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
#input-table th {
  color: #104b7d;
  vertical-align: bottom;
}
#input-table td {
  text-align: right;
}
#input-table thead th {
  font-size: 16px;
  padding: 15px 10px 10px;
}
#input-table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
#input-table tbody th {
  text-align: left;
  font-size: 12px;
  padding: 4px 55px 4px 10px;
  position: relative;
}
#input-table tbody th p {
  font-size: 14px;
  font-weight: normal;
  color: #767676;
  margin: 1px 0 0;
}
#input-table tbody td {
  font-size: 12px;
  color: #333;
  padding: 4px 10px;
  color: #333;
  font-weight: bold;
  height: 26px;
}
#input-table .sub th {
  padding-left: 35px;
}
#input-table .title {
  display: none;
}
#input-table .highlight {
  background: #dcf1f7 !important;
}
#input-table .highlight.alt {
  background: #e8f6fa !important;
}
#input-table .highlight th {
  font-size: 14px;
}
#input-table .highlight td {
  font-size: 16px;
}
@media only screen and (min-width: 960px) {
  #input-table thead th {
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 639px) {
  .flexboxlegacy #input-table table,
  .flexboxlegacy #input-table tbody,
  .flexboxlegacy #input-table tr,
  .flexboxlegacy #input-table th, .flexbox #input-table table,
  .flexbox #input-table tbody,
  .flexbox #input-table tr,
  .flexbox #input-table th {
    display: block;
  }
  .flexboxlegacy #input-table table, .flexbox #input-table table {
    border-width: 1px 0;
    margin-bottom: 37px;
  }
  .flexboxlegacy #input-table thead, .flexbox #input-table thead {
    display: none;
  }
  .flexboxlegacy #input-table tr, .flexbox #input-table tr {
    padding: 20px 20px 15px;
  }
  .flexboxlegacy #input-table tr.sub, .flexbox #input-table tr.sub {
    padding-left: 55px;
  }
  .flexboxlegacy #input-table th,
  .flexboxlegacy #input-table td, .flexbox #input-table th,
  .flexbox #input-table td {
    border: 0;
  }
  .flexboxlegacy #input-table td, .flexbox #input-table td {
    display: table;
    width: 100% !important;
    padding: 0;
    height: auto;
    margin-bottom: 3px;
  }
  .flexboxlegacy #input-table th, .flexbox #input-table th {
    font-size: 20px;
    padding: 0 25px 8px 0;
  }
  .flexboxlegacy #input-table th p, .flexbox #input-table th p {
    margin: 0;
  }
  .flexboxlegacy #input-table th .tooltip, .flexbox #input-table th .tooltip {
    right: 0;
    bottom: 17px;
  }
  .flexboxlegacy #input-table .title,
  .flexboxlegacy #input-table .value, .flexbox #input-table .title,
  .flexbox #input-table .value {
    display: table-cell;
    vertical-align: middle;
  }
  .flexboxlegacy #input-table .title, .flexbox #input-table .title {
    text-align: left;
    color: #104b7d;
    padding-right: 10px;
    font-size: 14px;
  }
  .flexboxlegacy #input-table .value, .flexbox #input-table .value {
    width: 4.25em;
    font-size: 16px;
  }
}

@media only screen and (max-width: 959px) {
  #marriage-tax-calculator #section-dependents-info > header {
    padding-bottom: 3px;
  }
}
#marriage-tax-calculator .input-text-block {
  padding-top: 2px;
}
@media only screen and (max-width: 699px) {
  #marriage-tax-calculator .input-text-block + .input-text-block {
    margin-top: 26px;
  }
}
#marriage-tax-calculator .input-text-block h3 {
  margin-bottom: 16px;
}
#marriage-tax-calculator #section-results > header {
  padding-bottom: 14px;
}
@media only screen and (min-width: 700px) {
  #marriage-tax-calculator #section-results > header {
    padding-right: 320px;
    padding-bottom: 10px;
  }
}
#marriage-tax-calculator #section-results > header h2 {
  margin-bottom: 14px;
}
#marriage-tax-calculator .select-year {
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) {
  #marriage-tax-calculator .select-year {
    position: absolute;
    right: 10px;
    bottom: 14px;
    width: 300px;
  }
}
#marriage-tax-calculator .select-year .btn {
  font-size: 20px;
  width: 48.2%;
  max-width: 140px;
  float: left;
  margin: 0;
}
#marriage-tax-calculator .select-year .btn + .btn {
  float: right;
}
#marriage-tax-calculator #detailed-breakdown tbody td {
  width: 21%;
}
@media only screen and (min-width: 960px) {
  #marriage-tax-calculator #detailed-breakdown tbody td {
    width: 24%;
    padding-right: 20px;
  }
}

#marriage-total-children .block {
  display: none;
}
#marriage-total-children .block:first-of-type {
  margin-top: 25px;
}
#marriage-total-children .block + .block {
  margin-top: 47px;
}
@media only screen and (min-width: 700px) {
  #marriage-total-children .block + .block {
    margin-top: 30px;
  }
}
#marriage-total-children .associate {
  display: none;
  margin-top: 15px;
}
@media only screen and (min-width: 700px) {
  #marriage-total-children .associate h3 {
    margin-top: 2px;
  }
}
@media only screen and (min-width: 900px) {
  #marriage-total-children .associate h3 {
    padding-left: 3.8%;
  }
}

@media only screen and (max-width: 959px) {
  #section-deductions > header {
    padding-bottom: 24px;
  }
}

#btn-itemize {
  margin: 5px 0 0 33px;
}
@media only screen and (min-width: 960px) {
  #btn-itemize {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 46px;
  }
}
#btn-itemize span {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: #52b4cf;
  cursor: pointer;
}
#btn-itemize span:before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../../img/sprite.toggle.png);
  background-size: 50px 50px;
  position: relative;
  top: 4px;
  margin-right: 9px;
}
#btn-itemize span:hover {
  color: #008aaf;
}
#btn-itemize span:hover:before {
  background-position: 0 100%;
}
.itemize #btn-itemize span:before {
  background-position: 100% 0;
}
.itemize #btn-itemize span:hover:before {
  background-position: 100% 100%;
}

.itemize #deductions-standard {
  display: none;
}

#deductions-itemized {
  display: none;
}
.itemize #deductions-itemized {
  display: block;
}

/*# sourceMappingURL=calculator.css.map */
