html, body, #wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  font-family: "Raleway", Roboto, Arial, Helvetica, "Helvetica Neue", sans-serif;
  text-align: center;
  overflow: hidden;
  background: #fefefe; }
  html #wrapper_inner, body #wrapper_inner, #wrapper #wrapper_inner {
    position: relative;
    height: inherit; }
    html #wrapper_inner .screen, body #wrapper_inner .screen, #wrapper #wrapper_inner .screen {
      height: 100%;
      max-height: 100%;
      position: relative; }

#load {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002d41+0,ffffff+29,ffffff+48,ffffff+66,002d41+100 */
  background: #002d41;
  /* Old browsers */
  background: -moz-linear-gradient(top, #002d41 0%, #fefefe 29%, #fefefe 48%, #fefefe 66%, #002d41 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #002d41 0%, #fefefe 29%, #fefefe 48%, #fefefe 66%, #002d41 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #002d41 0%, #fefefe 29%, #fefefe 48%, #fefefe 66%, #002d41 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$tertiary-color', endColorstr='$tertiary-color',GradientType=0 );
  /* IE6-9 */ }
  #load .inner {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    #load .inner h1 {
      color: #f15a22;
      font-weight: 700;
      font-size: 30px; }
  #load footer {
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0; }
    #load footer p {
      font-size: 11px;
      color: #fefefe;
      padding: 0;
      margin: 20px 10px; }

#welcome {
  background: url(../img/welcome-bg.jpg) no-repeat;
  background-size: cover; }
  #welcome .btn {
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
    margin: auto; }

[id*=q] img {
  margin-bottom: 15px;
  width: 100%; }
[id*=q] fieldset {
  border: 0;
  text-align: left;
  padding: 0 20px;
  margin: 0;
  margin-bottom: 15px; }
  [id*=q] fieldset legend {
    margin-bottom: 10px;
    color: #f15a22;
    font-weight: 700;
    font-size: 18px; }
  [id*=q] fieldset label {
    display: block;
    border: 1px solid #f4f2f2;
    background: #f4f2f2;
    opacity: 1;
    color: #333333;
    padding: .75em 1.25em;
    margin-bottom: 5px; }
    [id*=q] fieldset label.disabled {
      opacity: .5; }
    [id*=q] fieldset label.answered {
      border: 1px solid #80a9bd;
      background: #80a9bd; }
    [id*=q] fieldset label input {
      margin-right: 10px; }
    [id*=q] fieldset label:hover, [id*=q] fieldset label:active {
      border: 1px solid #f15a22;
      cursor: pointer; }
[id*=q] .btn {
  left: 0;
  right: 0;
  margin: auto; }

#complete {
  background: url(../img/complete-bg.jpg) no-repeat;
  background-size: cover; }
  #complete h1 {
    color: #fefefe; }
  #complete .btn {
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
    margin: auto; }

.btn {
  display: inline-block;
  background: #f15a22;
  opacity: 1;
  color: #fefefe;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  width: 55%;
  padding: .45em 1em; }
  .btn:hover, .btn:active {
    cursor: pointer; }
  .btn.correct, .btn:active {
    background: #80a9bd;
    color: #002d41;
    font-weight: 700; }
  .btn.disabled {
    opacity: .5; }

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