/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(../fonts/Source%20Sans%20Pro/SourceSansPro-Regular.css);
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

li, input, h2 {
  font-family: "SourceSansPro", arial, sans-serif;
  font-size: 1em;
  color: #7c7575; }

h2 {
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 700;
  color: #710e58;
  display: none;
  margin: 40px 0;
  display: none; }
  .result h2 {
    display: block; }

form {
  padding: 10px; }
  .result form {
    opacity: 0.5; }

input.hidden {
  height: 0px;
  width: 0px;
  display: block;
  border: 0; }

.q img {
  max-width: 100%;
  padding-bottom: 30px; }

.ans, .other-txt {
  overflow: hidden;
  cursor: pointer;
  line-height: 21px;
  padding-bottom: 25px; }
  .ans.active, .active.other-txt {
    color: #710e58; }

.other-txt {
  visibility: hidden; }
  .other-txt.active {
    visibility: visible; }
  .other-txt input {
    margin-left: 20px;
    padding: 8px 16px;
    color: #710e58; }

.check {
  height: 21px;
  width: 21px;
  display: block;
  float: left;
  background-image: url(../img/check.png);
  background-position: 0 21px;
  margin-right: 10px; }
  .active .check {
    background-position: 0 0; }

.submit input {
  color: #fff;
  background: #710e58;
  padding: 10px 20px;
  border: 0; }
