/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: "EgyptianText", Georgia, serif;
  background: #fff;
  color: #333; }

.main-wrap {
  font-family: "EgyptianText", Georgia, serif;
  line-height: 1.6rem;
  max-width: 960px; }
  .main-wrap form {
    position: relative;
    margin: 0 auto;
    display: block; }
  .main-wrap p {
    padding-bottom: 0.5rem;
    font-weight: normal; }
  .main-wrap h2 {
    font-weight: bolder; }
  .main-wrap h3 {
    font-weight: bold; }
  .main-wrap a {
    color: #005689; }
  .main-wrap ol li {
    padding: 1.3rem 0; }
  .main-wrap ol ol {
    list-style: none; }
    .main-wrap ol ol li {
      padding: 0.3rem 0; }
  .main-wrap .button-wrap {
    display: table;
    width: 100%; }
  .main-wrap #submit, .main-wrap #reveal {
    float: left;
    display: block;
    vertical-align: top;
    width: auto;
    font-weight: bold;
    text-decoration: none;
    -webkit-border-radius: 1000px;
    -webkit-border-radius: 62.5rem;
    border-radius: 1000px;
    border-radius: 62.5rem;
    border-width: 1px;
    border-width: 0.0625rem;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
    line-height: 1.125rem;
    font-family: "TextSans","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    height: 30px;
    height: 1.875rem;
    padding: 0 10px;
    padding: 0 0.625rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    line-height: 28px;
    line-height: 1.75rem;
    height: 2.25rem;
    padding: 0 12px;
    padding: 0 0.75rem;
    margin-right: 12px;
    margin-right: 0.75rem;
    position: relative;
    padding-right: 38px;
    padding-right: 2.375rem;
    color: #fff;
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 13px;
    font-weight: normal;
    background: #005689; }
  .main-wrap #submit:hover, .main-wrap #reveal:hover {
    background: #00456e;
    text-decoration: none;
    cursor: pointer; }
  .main-wrap #submit:focus, .main-wrap #reveal:focus {
    outline: 0; }
  .main-wrap #submit:active, .main-wrap #reveal:active {
    outline: none; }
  .main-wrap #reveal {
    display: none;
    padding: 0 0.75rem; }
  .main-wrap #twitter {
    display: none; }

i.i-plus-white {
  background-image: url(../images/arrow.svg);
  background-position: 0 0;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  vertical-align: middle;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  background-size: contain;
  float: right; }

i.i-up-white {
  background-position: 0 0;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  vertical-align: middle;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 102px;
  background-size: contain;
  float: right;
  display: none; }

/* -- thanks to http://code.stephenmorley.org/ -- */
input[type=radio]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0; }

input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: -2em;
  line-height: 1.5em;
  cursor: pointer;
  width: 90%; }

input[type=radio]:not(old) + label > span {
  display: inline-block;
  width: 0.875em;
  height: 0.875em;
  margin: 0.25em 0.5em 0.25em 0.25em;
  border: 0.0625em solid silver;
  border-radius: 50%;
  background: #e0e0e0;
  background-image: #e0e0e0;
  vertical-align: bottom; }

input.checked[type=radio]:not(old) + label > span {
  background-image: -moz-linear-gradient(#e0e0e0, #f0f0f0);
  background-image: -ms-linear-gradient(#e0e0e0, #f0f0f0);
  background-image: -o-linear-gradient(#e0e0e0, #f0f0f0);
  background-image: -webkit-linear-gradient(#e0e0e0, #f0f0f0);
  background-image: linear-gradient(#e0e0e0, #f0f0f0); }

input.checked[type=radio]:not(old) + label > span > span {
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin: 0.125em;
  border: 0.0625em solid #00456e;
  border-radius: 50%;
  background: #005689;
  background-image: #005689; }

.score-wrap {
  padding: 1rem 0;
  margin: 1.5rem 0;
  border-top: 1px solid #e9e9e9;
  display: none; }
  .score-wrap p {
    display: block;
    font-weight: normal;
    font-style: normal;
    padding: 0.5rem 0; }
  .score-wrap h2 {
    font-size: 1.25rem; }
  .score-wrap h3 {
    padding-top: 1.25rem; }
  .score-wrap b {
    font-weight: bold; }
  .score-wrap ol {
    min-height: 50px; }
    .score-wrap ol li {
      display: block;
      overflow: auto;
      padding: 0.3rem 0;
      font-size: 100%; }
      .score-wrap ol li span {
        color: #005689;
        font-weight: 600; }
      .score-wrap ol li p {
        font-size: 100%;
        font-weight: normal;
        line-height: 1.5rem; }

.req {
  color: #d61d00;
  display: none; }

#twitter {
  display: none; }

b {
  font-weight: bold; }

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