@charset "UTF-8";
/*
  Main Styles
*/
/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
/* line 1, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/extends/_button.scss */
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #477DCA;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none; }
  /* line 13, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/extends/_button.scss */
  button:hover,
  input[type="submit"]:hover {
    background-color: #2c5999;
    color: white; }
  /* line 18, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/extends/_button.scss */
  button:disabled,
  input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

/* line 1, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5; }

/* line 10, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility; }

/* line 22, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_typography.scss */
h1 {
  font-size: 2.25em; }

/* line 26, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_typography.scss */
h2 {
  font-size: 2em; }

/* line 30, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_typography.scss */
h3 {
  font-size: 1.75em; }

/* line 34, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_typography.scss */
h4 {
  font-size: 1.5em; }

/* line 38, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_typography.scss */
h5 {
  font-size: 1.25em; }

/* line 42, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_typography.scss */
h6 {
  font-size: 1em; }

/* line 46, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_typography.scss */
p {
  margin: 0 0 0.75em; }

/* line 50, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_typography.scss */
a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: none; }
  /* line 55, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_typography.scss */
  a:hover {
    color: #2c5999; }
  /* line 59, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_typography.scss */
  a:active, a:focus {
    color: #2c5999;
    outline: none; }

/* line 65, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_typography.scss */
hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

/* line 73, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_typography.scss */
img,
picture {
  margin: 0;
  max-width: 100%; }

/* line 79, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_typography.scss */
blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

/* line 86, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_typography.scss */
cite {
  color: #737373;
  font-style: italic; }
  /* line 90, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_typography.scss */
  cite:before {
    content: "\2014 \00A0"; }

/* line 1, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_forms.scss */
fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

/* line 8, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_forms.scss */
input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em; }

/* line 16, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_forms.scss */
label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  /* line 20, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_forms.scss */
  label.required:after {
    content: "*"; }
  /* line 24, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_forms.scss */
  label abbr {
    display: none; }

/* line 29, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_forms.scss */
textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  /* line 44, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_forms.scss */
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  /* line 48, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_forms.scss */
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #477DCA;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

/* line 55, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_forms.scss */
textarea {
  resize: vertical; }

/* line 59, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

/* line 63, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

/* line 69, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_forms.scss */
input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

/* line 74, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_forms.scss */
select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

/* line 1, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_tables.scss */
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

/* line 8, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_tables.scss */
th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

/* line 15, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_tables.scss */
td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0; }

/* line 20, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_tables.scss */
tr,
td,
th {
  vertical-align: middle; }

/* line 1, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_lists.scss */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
/* line 20, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_lists.scss */
dl {
  margin-bottom: 0.75em; }
  /* line 23, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_lists.scss */
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  /* line 28, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_lists.scss */
  dl dd {
    margin: 0; }

/* line 1, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/base/_buttons.scss */
button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

/* line 2, /Users/noahlarsen/.rbenv/versions/1.9.3-p545/lib/ruby/gems/1.9.1/gems/neat-1.6.0/app/assets/stylesheets/grid/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 13, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/main.css.scss */
body {
  margin: 0px;
  font-family: "franklin-gothic-urw-cond", helvetica, sans-serif;
  background: #fff url("/images/light_grey.jpg") repeat;
  background-size: 20%; }

/* line 20, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/main.css.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "franklin-gothic-urw-cond", helvetica, sans-serif; }

/* line 24, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/main.css.scss */
header {
  margin-top: 20px;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 479px) {
    /* line 24, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/main.css.scss */
    header {
      margin-top: 0; } }
  /* line 15, /Users/noahlarsen/.rbenv/versions/1.9.3-p545/lib/ruby/gems/1.9.1/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_clearfix.scss */
  header:after {
    content: "";
    display: table;
    clear: both; }
  /* line 30, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/main.css.scss */
  header .title {
    background-color: #0078b0;
    padding: 10px 20px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    /* line 38, /Users/noahlarsen/.rbenv/versions/1.9.3-p545/lib/ruby/gems/1.9.1/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
    header .title:last-child {
      margin-right: 0; }
    /* line 34, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/main.css.scss */
    header .title h1 {
      margin: 0px;
      color: #fff;
      text-shadow: 1px 1px 1px #333;
      text-transform: uppercase;
      font-family: "franklin-gothic-urw-cond", helvetica, sans-serif;
      letter-spacing: 2px;
      position: relative; }
      @media screen and (max-width: 767px) {
        /* line 34, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/main.css.scss */
        header .title h1 {
          text-align: center; } }

/* line 49, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/main.css.scss */
main {
  background: #eff7f9;
  min-height: 500px;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  display: table;
  width: 100%;
  border: 1px solid #0078b0;
  position: relative;
  padding-bottom: 120px; }
  @media screen and (max-width: 479px) {
    /* line 49, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/main.css.scss */
    main {
      min-height: 460px; } }
  /* line 15, /Users/noahlarsen/.rbenv/versions/1.9.3-p545/lib/ruby/gems/1.9.1/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_clearfix.scss */
  main:after {
    content: "";
    display: table;
    clear: both; }
  /* line 61, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/main.css.scss */
  main .questions {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 20px 20px;
    border-radius: 5px;
    text-align: center; }
    @media screen and (max-width: 479px) {
      /* line 61, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/main.css.scss */
      main .questions {
        vertical-align: top; } }
    /* line 72, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/main.css.scss */
    main .questions h2 {
      color: #333;
      text-shadow: 1px 1px 1px #ccc;
      margin-bottom: 20px;
      font-size: 40px; }
    /* line 78, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/main.css.scss */
    main .questions button {
      padding: 10px 40px;
      border: 1px solid #0078b0;
      background-color: #fff;
      color: #0078b0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      /* line 84, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/main.css.scss */
      main .questions button:hover {
        background-color: #0078b0;
        color: #fff; }
      /* line 88, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/main.css.scss */
      main .questions button:last-child {
        margin-left: 20px; }
      /* line 91, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/main.css.scss */
      main .questions button.start-over {
        margin-left: 0px; }
  /* line 96, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/main.css.scss */
  main:before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 120px;
    height: 120px;
    background: transparent url("/images/beet.svg") no-repeat; }

/* line 107, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/main.css.scss */
footer {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  /* line 15, /Users/noahlarsen/.rbenv/versions/1.9.3-p545/lib/ruby/gems/1.9.1/gems/bourbon-4.0.2/app/assets/stylesheets/addons/_clearfix.scss */
  footer:after {
    content: "";
    display: table;
    clear: both; }
  /* line 109, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/main.css.scss */
  footer .credit {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    background-color: #0078b0;
    padding: 10px 20px;
    color: #fff; }
    /* line 38, /Users/noahlarsen/.rbenv/versions/1.9.3-p545/lib/ruby/gems/1.9.1/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
    footer .credit:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      /* line 109, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/main.css.scss */
      footer .credit {
        text-align: center; } }
    /* line 117, /Users/noahlarsen/Documents/was-it-beets/source/stylesheets/main.css.scss */
    footer .credit a {
      font-weight: bold;
      color: #fff; }
