.cols.three:after {
  content: "";
  display: table;
  clear: both; }
.cols.three .col {
  width: 31.33333%;
  margin-right: 3%;
  float: left; }
  .cols.three .col:last-child {
    margin-right: 0; }
  .cols.three .col > div {
    margin-bottom: 20px; }

.cols.two:after {
  content: "";
  display: table;
  clear: both; }
.cols.two .col {
  width: 48.5%;
  margin-right: 3%;
  float: left; }
  .cols.two .col:last-child {
    margin-right: 0; }
  .cols.two .col > div {
    margin-bottom: 20px; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html {
  font-family: helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  min-width: 920px; }

body {
  background: #f9f5ec;
  color: #010003;
  margin: 0 auto;
  width: 900px;
  max-width: 900px; }
  body:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: url(../img/plaid.jpg); }

.logo {
  margin: 80px 0 30px; }
  .logo img {
    width: 300px; }
    .logo img.hover {
      display: none; }
    .logo img.normal {
      display: block; }
  .logo:hover .normal {
    display: none; }
  .logo:hover .hover {
    display: block; }

.twitter-share-button {
  position: relative;
  top: 6px;
  margin-right: 5px; }

.intro {
  margin: 0 0 10px 20px; }
  .intro h1 {
    margin: 0 0 3px 0;
    font-size: 30px;
    color: #c53c41; }
  .intro h2 {
    margin: 0;
    font-size: 22px;
    word-spacing: -1px; }
  .intro .advanced {
    margin-top: 7px;
    max-width: 700px; }
  .intro .feedback {
    margin: 0;
    font-size: 15px;
    line-height: 1.2;
    color: #555555; }
    .intro .feedback a {
      color: #111111; }
  .intro .bad-ass-button {
    margin: 20px 0 10px; }
  .intro mark {
    background: #fef5ba;
    padding: 0 5px; }

.bad-ass-button {
  background: #3369bb;
  border-bottom: 5px solid #23477f;
  border-radius: 2px;
  clear: both;
  color: white;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  padding: 12px 30px;
  text-decoration: none; }
  .bad-ass-button span {
    border-bottom: 3px solid rgba(255, 255, 255, 0.2); }
  .bad-ass-button:hover {
    cursor: pointer;
    background: #2e5ea7;
    border-color: #1d3c6b; }
  .bad-ass-button:active {
    background: #1d3c6b;
    border-color: #122543; }

.calculator-wrap {
  background: white url("../img/head-background.jpg") center -100px no-repeat;
  background-size: 100%;
  margin-top: 30px;
  padding: 30px 30px 50px 30px;
  border-radius: 3px;
  border-bottom: 1px solid #abcbd0;
  -webkit-box-shadow: 0px -3px 20px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px -3px 20px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px -3px 20px 0px rgba(50, 50, 50, 0.2); }
  .calculator-wrap .head {
    margin-top: 150px;
    margin-bottom: 30px; }
    .calculator-wrap .head mark {
      background: #fcde23;
      padding: 2px 6px;
      border-radius: 2px; }
    .calculator-wrap .head h2 {
      margin-bottom: 0;
      margin-top: 0; }
      .calculator-wrap .head h2 em {
        font-style: normal;
        border-bottom: 1px dashed #aaaaaa; }
    .calculator-wrap .head p {
      margin-top: 8px;
      color: #aaaaaa; }
  .calculator-wrap .cta mark {
    background: #fcde23;
    background: #ee1059;
    padding: 6px 15px;
    color: white; }
  .calculator-wrap .calculator-inputs {
    clear: both; }
    .calculator-wrap .calculator-inputs .col > div {
      position: relative; }
    .calculator-wrap .calculator-inputs h4 {
      color: #888888;
      border-bottom: 4px double #dddddd;
      padding: 5px 10px;
      margin-bottom: 5px;
      margin-top: 5px; }
    .calculator-wrap .calculator-inputs label {
      width: 100%;
      font-size: 15px;
      padding: 5px 10px;
      display: inline-block;
      color: #120036;
      font-weight: bold; }
      .calculator-wrap .calculator-inputs label:hover {
        cursor: help; }
    .calculator-wrap .calculator-inputs input {
      width: 100%;
      border: none;
      border-bottom: 4px solid #abcbd0;
      border-bottom: 4px solid #ee1059;
      background: #f8f8f8;
      background: #f9f5ec;
      padding: 10px;
      font-size: 20px;
      font-family: monospace;
      color: #ee1059; }
      .calculator-wrap .calculator-inputs input:focus {
        outline: none;
        border-bottom-color: #6aa3ab;
        border-bottom-color: #be0d47;
        background: #f1f1f1;
        background: #f3ebd9; }
    .calculator-wrap .calculator-inputs .tip {
      display: none;
      background: #fef8d3;
      border: 1px solid #fcde23;
      color: #070f1b;
      line-height: 1.3;
      padding: 14px;
      font-size: 13px;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 10; }
    .calculator-wrap .calculator-inputs .focused .tip {
      display: block; }
  .calculator-wrap .results-wrap {
    background: #dfeaee;
    color: #444444;
    border: 10px solid #f0f5f7;
    padding: 30px 20px; }
    .calculator-wrap .results-wrap h3 {
      margin: 0;
      font-family: monospace; }
    .calculator-wrap .results-wrap h4 {
      margin: 0;
      font-family: monospace;
      border-bottom: 3px double #477687;
      display: inline-block;
      padding: 3px; }
    .calculator-wrap .results-wrap .results {
      font-family: monospace;
      margin-top: 30px; }
      .calculator-wrap .results-wrap .results table {
        margin-top: 20px;
        width: 100%;
        border-collapse: collapse;
        text-align: left;
        font-size: 15px; }
        .calculator-wrap .results-wrap .results table tr {
          border-top: 1px dashed #477687; }
          .calculator-wrap .results-wrap .results table tr:first-child {
            border-top: none; }
          .calculator-wrap .results-wrap .results table tr.divide {
            border-top: 2px solid #477687; }
          .calculator-wrap .results-wrap .results table tr td {
            padding: 10px 12px; }
            .calculator-wrap .results-wrap .results table tr td:last-child {
              text-align: right; }


  .alert-banner {
    z-index: 999999;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #477687;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    padding: 3px;
    box-sizing: border-box;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: alert-banner-slide-in 0.8s ease forwards;
            animation: alert-banner-slide-in 0.8s ease forwards;
  }
  .alert-banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
    margin: 0 auto;
    padding: 10px 40px;
    box-sizing: border-box;
  }
  .alert-banner-title {
    font-size: 14px;
  }
  .alert-banner-text {
    margin: 0 14px 0 0;
  }
  .alert-banner-button {
    display: inline-block;
    background: #FFFFFF;
    height: 40px;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    color: #0E9C71;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none;
    white-space: nowrap;
  }
  .alert-banner-close {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
  }
  .alert-banner-close:before, .alert-banner-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background: #FFFFFF;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .alert-banner-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .alert-banner-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  
  @-webkit-keyframes alert-banner-slide-in {
    0% {
      -webkit-transform: translateY(-150%);
              transform: translateY(-150%);
    }
    100% {
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
    }
  }
  
  @keyframes alert-banner-slide-in {
    0% {
      -webkit-transform: translateY(-150%);
              transform: translateY(-150%);
    }
    100% {
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
    }
  }