body {
  font-family: "Old Standard TT", serif;
  background: url(http://cdn.backgroundhost.com/backgrounds/subtlepatterns/wavecut.png) repeat;
  background-attachment: fixed;
  color: #000; }

p {
  font-family: "Roboto Slab", sans-serif; }

p.lead {
  text-transform: uppercase;
  font-weight: 700; }

.container {
  max-width: 980px;
  margin: 0 auto;
  background: url(../img/money_border_bg.png) repeat-y;
  background-size: contain;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5); }
  .container .inner {
    margin-left: 1rem;
    margin-right: 1rem; }

hr {
  border-color: #000; }

header {
  background: url(../img/money_corner.png) no-repeat;
  background-size: cover;
  background-position: center top; }

header .title {
  padding: 5rem 0px 2rem 0px; }

.pretitle {
  margin-bottom: 5px; }
  .pretitle h4 {
    border-bottom: 3px double #000;
    display: inline-block;
    padding-left: 2rem;
    padding-right: 2rem;
    color: #000;
    padding-bottom: 0.5rem; }

.maintitle {
  padding-top: 0;
  line-height: 1.1; }

footer {
  background: url(../img/money_bottom.png) no-repeat;
  background-size: cover;
  background-position: center bottom; }
  footer #footer {
    padding-bottom: 8rem; }

.trigger-row {
  margin-top: 1rem;
  margin-bottom: 1rem; }

h1, h2, h3, h4, h5, h6 {
  text-shadow: inset 1px 1px 0px rgba(250, 250, 250, 0.75);
  text-transform: uppercase; }

h4, h5, h6 {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

a i {
  padding-right: 10px; }

.button {
  text-transform: uppercase;
  font-family: "Roboto Slab", sans-serif;
  letter-spacing: 1px;
  font-weight: 700; }

fieldset {
  border: 1px solid #000;
  padding: 1.5rem 2rem 2rem 2rem;
  margin-bottom: 3rem; }

legend {
  font-size: 1.5rem;
  font-family: "Old Standard TT", serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  margin: 0 auto; }

label, .label {
  font-weight: 700;
  font-size: 0.8rem;
  font-family: "Roboto Slab", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000; }
  label.long, .label.long {
    line-height: 2rem; }
  label.result, .label.result {
    color: #546454; }

input {
  font-family: "Old Standard TT", serif !important;
  font-weight: 400;
  border: 1px solid #000 !important; }

.highlight, .result {
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  color: #246924;
  text-transform: uppercase;
  vertical-align: middle; }
  .highlight.positive, .result.positive {
    color: #246924; }
  .highlight.negative, .result.negative {
    color: #5f1805; }
  .highlight.special, .result.special {
    font-size: 2rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    vertical-align: middle;
    font-family: "Old Standard TT", serif;
    color: #246924; }

.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #000; }
  .callout.success {
    background: #246924;
    border-color: white; }
    .callout.success h2, .callout.success h3, .callout.success h4, .callout.success h5, .callout.success h6, .callout.success p, .callout.success .label, .callout.success .label.calculated {
      color: #fff !important; }
  .callout.fail {
    background: #5f1805;
    border-color: white; }
    .callout.fail h2, .callout.fail h3, .callout.fail h4, .callout.fail h5, .callout.fail h6, .callout.fail p, .callout.fail .label, .callout.fail .label.calculated {
      color: #fff !important; }

.result-title {
  font-family: "Old Standard TT", serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px; }

.call-to-action-footer {
  font-family: "Petit Formal Script";
  text-transform: capitalize;
  margin-top: 3rem;
  margin-bottom: 3rem;
  line-height: 1.8; }

@media screen and (max-width: 62rem) {
  label.label.long, .label.label.long {
    line-height: 1; } }
