@import url(../fonts/Interstate/Interstate-Regular-min.css);
@import url(../fonts/Interstate/Interstate-Bold-min.css);
button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Interstate";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #11519a;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "Interstate";
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #858585; }
  [type='color']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    color: #858585; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #858585; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #858585; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

html {
  background-color: #fff;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

html {
  color: #333;
  font-family: "Interstate";
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Interstate";
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:hover {
    color: #104c90; }
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

.wrapper {
  text-align: center; }
  .wrapper .inner {
    max-width: 1000px;
    margin: auto; }
  .wrapper a {
    color: inherit; }
  .wrapper section {
    overflow: hidden;
    padding: 20px; }
    .wrapper section.header .hero {
      position: relative;
      margin: 40px 0 20px; }
      .wrapper section.header .hero h1 {
        position: absolute;
        left: 0;
        top: 0px;
        color: #085F63;
        font-size: 4.5em;
        text-align: left;
        width: 65%; }
        .wrapper section.header .hero h1 span {
          color: #3EDBCC; }
        @media screen and (max-width: 1140px) {
          .wrapper section.header .hero h1 {
            font-size: 6.3vw; } }
    .wrapper section.blue {
      background-color: #3EDBCC;
      color: #fff; }
    .wrapper section.results h2 {
      font-size: 2em;
      margin: 0.5em 0 1em;
      display: inline-block;
      border-bottom: 1px solid #fff; }
    .wrapper section.results p {
      max-width: 900px;
      margin: 1em auto; }
    .wrapper section.results .flex {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between; }
      .wrapper section.results .flex > * {
        max-width: 400px; }
        .wrapper section.results .flex > * img {
          height: 650px;
          margin: 2em 0; }
      @media screen and (max-width: 700px) {
        .wrapper section.results .flex {
          flex-wrap: wrap; }
          .wrapper section.results .flex > * {
            max-width: 100%; } }
    .wrapper section.quiz_wrap {
      background-image: url(../img/tile.png);
      background-position: center center; }
      .wrapper section.quiz_wrap .quiz_box {
        background-color: #3EDBCC;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center;
        max-width: 700px;
        margin: 40px auto;
        padding: 40px 20px;
        color: #fff;
        min-height: 700px;
        border-radius: 10px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
        position: relative;
        overflow: hidden; }
        .wrapper section.quiz_wrap .quiz_box h2 {
          font-size: 2.5em; }
        .wrapper section.quiz_wrap .quiz_box img {
          max-width: 400px;
          margin: 0 auto 30px; }
        .wrapper section.quiz_wrap .quiz_box p {
          font-size: 1.1em;
          margin: 0; }
        .wrapper section.quiz_wrap .quiz_box button {
          background-color: #fff;
          border-radius: 100px;
          color: #000;
          padding: 7px 30px;
          font-weight: 400;
          margin: 30px 0;
          -webkit-transition: -webkit-transform 0.1s;
          transition: -webkit-transform 0.1s;
          transition: transform 0.1s;
          transition: transform 0.1s, -webkit-transform 0.1s; }
          .wrapper section.quiz_wrap .quiz_box button:hover {
            -webkit-transform: scale(0.9);
                    transform: scale(0.9); }
        .wrapper section.quiz_wrap .quiz_box .questions {
          margin-bottom: auto; }
          .wrapper section.quiz_wrap .quiz_box .questions .corner {
            position: absolute;
            top: 0;
            left: 0; }
            .wrapper section.quiz_wrap .quiz_box .questions .corner:before {
              content: "";
              position: absolute;
              display: block;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 125.0px 125.0px 0 0;
              border-color: white transparent transparent transparent;
              z-index: 0; }
            .wrapper section.quiz_wrap .quiz_box .questions .corner span {
              position: absolute;
              top: 10px;
              left: 20px;
              font-size: 2em;
              color: #000; }
            @media screen and (max-width: 700px) {
              .wrapper section.quiz_wrap .quiz_box .questions .corner:before {
                border-width: 75.0px 75.0px 0 0;
                z-index: 0; }
              .wrapper section.quiz_wrap .quiz_box .questions .corner span {
                top: 10px;
                left: 10px;
                font-size: 1.2em; } }
          .wrapper section.quiz_wrap .quiz_box .questions img {
            max-height: 100px;
            margin: 0 0 20px; }
          .wrapper section.quiz_wrap .quiz_box .questions h2 {
            font-size: 1.2em;
            line-height: 1.4em;
            font-weight: 400;
            max-width: 500px;
            margin: auto; }
          .wrapper section.quiz_wrap .quiz_box .questions .options {
            margin: 20px auto;
            display: -webkit-inline-box;
            display: inline-flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                    flex-direction: column;
            max-width: 500px; }
            .wrapper section.quiz_wrap .quiz_box .questions .options li {
              margin: 5px 0;
              display: inline-block;
              background-color: #fff;
              color: #000;
              border-radius: 100px;
              padding: 7px 30px;
              cursor: pointer; }
              .wrapper section.quiz_wrap .quiz_box .questions .options li.clicked {
                color: #fff;
                -webkit-transition: background-color 0.3s;
                transition: background-color 0.3s; }
                .wrapper section.quiz_wrap .quiz_box .questions .options li.clicked.correct {
                  background-color: chartreuse; }
                .wrapper section.quiz_wrap .quiz_box .questions .options li.clicked.wrong {
                  background-color: red; }
          .wrapper section.quiz_wrap .quiz_box .questions .stats {
            margin-bottom: 50px;
            font-size: 0.9em; }
            .wrapper section.quiz_wrap .quiz_box .questions .stats li {
              margin: 0 0 1em; }
          .wrapper section.quiz_wrap .quiz_box .questions button {
            margin: 10px 0; }
          .wrapper section.quiz_wrap .quiz_box .questions .progress_wrap {
            position: absolute;
            left: 0;
            bottom: 20px;
            border: 10px;
            width: 100%;
            font-size: 0.8em; }
            .wrapper section.quiz_wrap .quiz_box .questions .progress_wrap .bar_wrap {
              height: 10px;
              background-color: #fff;
              border-radius: 100px;
              margin: 5px 20px 0; }
              .wrapper section.quiz_wrap .quiz_box .questions .progress_wrap .bar_wrap .bar {
                background: #085F63;
                height: 100%;
                border-radius: 100px;
                -webkit-transition: width 0.3s;
                transition: width 0.3s; }
        .wrapper section.quiz_wrap .quiz_box .result .score {
          border-radius: 100px;
          background-color: #fff;
          color: #3EDBCC;
          font-size: 1.8em;
          max-width: 150px;
          margin: auto; }
        .wrapper section.quiz_wrap .quiz_box .result img {
          max-height: 250px;
          margin: 20px 0; }
        .wrapper section.quiz_wrap .quiz_box .result p {
          font-size: 1.3em;
          max-width: 500px;
          margin: 20px auto; }
        .wrapper section.quiz_wrap .quiz_box .result .social {
          display: -webkit-box;
          display: flex;
          -webkit-box-pack: center;
                  justify-content: center;
          margin-bottom: 20px; }
          .wrapper section.quiz_wrap .quiz_box .result .social li {
            margin: 0 10px;
            height: 40px; }
          .wrapper section.quiz_wrap .quiz_box .result .social img {
            height: 100%; }
        @media screen and (max-width: 700px) {
          .wrapper section.quiz_wrap .quiz_box {
            font-size: 0.9em; } }
