@import url(../fonts/RoslynMN/RoslynMN-Bold-min.css);
@import url(../fonts/RoslynMN/RoslynMN-Regular-min.css);
.quiz {
  font-family: 'RoslynMN',arial, sans-serif;
  text-align: center;
  font-weight: 100; }
  .quiz button, .quiz [type='button'], .quiz [type='reset'], .quiz [type='submit'] {
    appearance: none;
    background-color: #1565c0;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "RoslynMN";
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: 0.75em 1.5em;
    text-align: center;
    text-decoration: none;
    transition: background-color 150ms ease;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap; }
    .quiz button:hover, .quiz [type='button']:hover, .quiz [type='reset']:hover, .quiz [type='submit']:hover {
      background-color: #11519a;
      color: #fff; }
    .quiz button:focus, .quiz [type='button']:focus, .quiz [type='reset']:focus, .quiz [type='submit']:focus {
      outline: 3px solid rgba(21, 101, 192, 0.6);
      outline-offset: 2px; }
    .quiz button:disabled, .quiz [type='button']:disabled, .quiz [type='reset']:disabled, .quiz [type='submit']:disabled {
      cursor: not-allowed;
      opacity: 0.5; }
      .quiz button:disabled:hover, .quiz [type='button']:disabled:hover, .quiz [type='reset']:disabled:hover, .quiz [type='submit']:disabled:hover {
        background-color: #1565c0; }
  .quiz fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0; }
  .quiz legend {
    font-weight: 600;
    margin-bottom: 0.375em;
    padding: 0; }
  .quiz label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.375em; }
  .quiz input,
  .quiz select,
  .quiz textarea {
    display: block;
    font-family: "RoslynMN";
    font-size: 16px; }
  .quiz [type='color'], .quiz [type='date'], .quiz [type='datetime'], .quiz [type='datetime-local'], .quiz [type='email'], .quiz [type='month'], .quiz [type='number'], .quiz [type='password'], .quiz [type='search'], .quiz [type='tel'], .quiz [type='text'], .quiz [type='time'], .quiz [type='url'], .quiz [type='week'], .quiz input:not([type]), .quiz textarea {
    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;
    transition: border-color 150ms ease;
    width: 100%; }
    .quiz [type='color']:hover, .quiz [type='date']:hover, .quiz [type='datetime']:hover, .quiz [type='datetime-local']:hover, .quiz [type='email']:hover, .quiz [type='month']:hover, .quiz [type='number']:hover, .quiz [type='password']:hover, .quiz [type='search']:hover, .quiz [type='tel']:hover, .quiz [type='text']:hover, .quiz [type='time']:hover, .quiz [type='url']:hover, .quiz [type='week']:hover, .quiz input:not([type]):hover, .quiz textarea:hover {
      border-color: #b1b1b1; }
    .quiz [type='color']:focus, .quiz [type='date']:focus, .quiz [type='datetime']:focus, .quiz [type='datetime-local']:focus, .quiz [type='email']:focus, .quiz [type='month']:focus, .quiz [type='number']:focus, .quiz [type='password']:focus, .quiz [type='search']:focus, .quiz [type='tel']:focus, .quiz [type='text']:focus, .quiz [type='time']:focus, .quiz [type='url']:focus, .quiz [type='week']:focus, .quiz input:not([type]):focus, .quiz 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; }
    .quiz [type='color']:disabled, .quiz [type='date']:disabled, .quiz [type='datetime']:disabled, .quiz [type='datetime-local']:disabled, .quiz [type='email']:disabled, .quiz [type='month']:disabled, .quiz [type='number']:disabled, .quiz [type='password']:disabled, .quiz [type='search']:disabled, .quiz [type='tel']:disabled, .quiz [type='text']:disabled, .quiz [type='time']:disabled, .quiz [type='url']:disabled, .quiz [type='week']:disabled, .quiz input:not([type]):disabled, .quiz textarea:disabled {
      background-color: #f2f2f2;
      cursor: not-allowed; }
      .quiz [type='color']:disabled:hover, .quiz [type='date']:disabled:hover, .quiz [type='datetime']:disabled:hover, .quiz [type='datetime-local']:disabled:hover, .quiz [type='email']:disabled:hover, .quiz [type='month']:disabled:hover, .quiz [type='number']:disabled:hover, .quiz [type='password']:disabled:hover, .quiz [type='search']:disabled:hover, .quiz [type='tel']:disabled:hover, .quiz [type='text']:disabled:hover, .quiz [type='time']:disabled:hover, .quiz [type='url']:disabled:hover, .quiz [type='week']:disabled:hover, .quiz input:not([type]):disabled:hover, .quiz textarea:disabled:hover {
        border: 1px solid #ddd; }
    .quiz [type='color']::placeholder, .quiz [type='date']::placeholder, .quiz [type='datetime']::placeholder, .quiz [type='datetime-local']::placeholder, .quiz [type='email']::placeholder, .quiz [type='month']::placeholder, .quiz [type='number']::placeholder, .quiz [type='password']::placeholder, .quiz [type='search']::placeholder, .quiz [type='tel']::placeholder, .quiz [type='text']::placeholder, .quiz [type='time']::placeholder, .quiz [type='url']::placeholder, .quiz [type='week']::placeholder, .quiz input:not([type])::placeholder, .quiz textarea::placeholder {
      color: #858585; }
  .quiz textarea {
    resize: vertical; }
  .quiz [type="checkbox"],
  .quiz [type="radio"] {
    display: inline;
    margin-right: 0.375em; }
  .quiz [type="file"] {
    margin-bottom: 0.75em;
    width: 100%; }
  .quiz select {
    margin-bottom: 0.75em;
    width: 100%; }
  .quiz [type="checkbox"]:focus,
  .quiz [type="radio"]:focus,
  .quiz [type="file"]:focus,
  .quiz select:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  .quiz html {
    box-sizing: border-box; }
  .quiz *,
  .quiz *::before,
  .quiz *::after {
    box-sizing: inherit; }
  .quiz html,
  .quiz body {
    height: 100%; }
  .quiz body {
    margin: 0; }
  .quiz ul,
  .quiz ol {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .quiz dl {
    margin: 0; }
  .quiz dt {
    font-weight: 600;
    margin: 0; }
  .quiz dd {
    margin: 0; }
  .quiz figure {
    margin: 0; }
  .quiz img,
  .quiz picture {
    margin: 0;
    max-width: 100%; }
  .quiz table {
    border-collapse: collapse;
    margin: 1.5em 0;
    table-layout: fixed;
    text-align: left;
    width: 100%; }
  .quiz thead {
    line-height: 1.2;
    vertical-align: bottom; }
  .quiz tbody {
    vertical-align: top; }
  .quiz tr {
    border-bottom: 1px solid #ddd; }
  .quiz th {
    font-weight: 600; }
  .quiz th,
  .quiz td {
    padding: 0.75em 0.75em 0.75em 0; }
  .quiz h1,
  .quiz h2,
  .quiz h3,
  .quiz h4,
  .quiz h5,
  .quiz h6 {
    font-family: 'RoslynMN';
    font-size: 1.25em;
    line-height: 1.2;
    margin: 0 0 0.75em;
    font-weight: 700; }
  .quiz p {
    margin: 0 0 0.75em;
    font-family: 'RoslynMN'; }
  .quiz a {
    color: #1565c0;
    text-decoration-skip: ink;
    transition: color 150ms ease; }
    .quiz a:hover {
      color: #104c90; }
    .quiz a:focus {
      outline: 3px solid rgba(21, 101, 192, 0.6);
      outline-offset: 2px; }
  .quiz hr {
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5em 0; }
  .quiz p {
    font-size: 1.5rem; }
  .quiz .inner {
    max-width: 1100px;
    padding: 0 20px;
    margin: auto; }
  .quiz .intro {
    background-image: url("../img/intro-bg.png");
    padding: 100px 0 100px 0;
    color: #af1d5a;
    position: relative; }
    .quiz .intro .inner {
      position: relative; }
    .quiz .intro h1 {
      font-size: 4rem;
      line-height: 1em; }
      @media screen and (max-width: 700px) {
        .quiz .intro h1 {
          font-size: 3rem; } }
    .quiz .intro p {
      max-width: 700px;
      margin: auto; }
      .quiz .intro p:before {
        content: url("../img/intro-1.png");
        position: absolute;
        z-index: 1;
        bottom: -100%;
        left: -100px; }
        @media screen and (max-width: 900px) {
          .quiz .intro p:before {
            content: "" !important; } }
      .quiz .intro p:after {
        content: url("../img/intro-2.png");
        position: absolute;
        z-index: 1;
        bottom: -100%;
        right: -100px; }
        @media screen and (max-width: 900px) {
          .quiz .intro p:after {
            content: "" !important; } }
    .quiz .intro:after {
      content: "TAKE THE QUIZ \25be";
      display: block;
      height: 100px;
      width: 100px;
      background-color: #006fb8;
      border-radius: 50%;
      border: 7px solid #fff;
      color: #fff;
      font-size: 1.1em;
      padding: 15px;
      box-sizing: border-box;
      position: absolute;
      bottom: -50px;
      z-index: 1;
      left: 50%;
      transform: translate(-50%, 0); }
  .quiz .q {
    color: #fff;
    padding: 40px 0 30px;
    position: relative; }
    .quiz .q:nth-of-type(5n+2) {
      background-color: #41b393;
      background-image: linear-gradient(#41b393, #7acab3); }
      .quiz .q:nth-of-type(5n+2):after {
        border-style: solid;
        height: 0;
        width: 0;
        border-color: #7acab3 transparent transparent;
        border-width: 20px 25px 0; }
      .quiz .q:nth-of-type(5n+2) .ans:before {
        color: #41b393; }
    .quiz .q:nth-of-type(5n+3) {
      background-color: #006fb8;
      background-image: linear-gradient(#006fb8, #4d9acd); }
      .quiz .q:nth-of-type(5n+3):after {
        border-style: solid;
        height: 0;
        width: 0;
        border-color: #4d9acd transparent transparent;
        border-width: 20px 25px 0; }
      .quiz .q:nth-of-type(5n+3) .ans:before {
        color: #006fb8; }
    .quiz .q:nth-of-type(5n+4) {
      background-color: #8b599c;
      background-image: linear-gradient(#8b599c, #ae8bba); }
      .quiz .q:nth-of-type(5n+4):after {
        border-style: solid;
        height: 0;
        width: 0;
        border-color: #ae8bba transparent transparent;
        border-width: 20px 25px 0; }
      .quiz .q:nth-of-type(5n+4) .ans:before {
        color: #8b599c; }
    .quiz .q:nth-of-type(5n+5) {
      background-color: #af1d5a;
      background-image: linear-gradient(#af1d5a, #c7618c); }
      .quiz .q:nth-of-type(5n+5):after {
        border-style: solid;
        height: 0;
        width: 0;
        border-color: #c7618c transparent transparent;
        border-width: 20px 25px 0; }
      .quiz .q:nth-of-type(5n+5) .ans:before {
        color: #af1d5a; }
    .quiz .q:nth-of-type(5n+6) {
      background-color: #e8a026;
      background-image: linear-gradient(#e8a026, #efbd67); }
      .quiz .q:nth-of-type(5n+6):after {
        border-style: solid;
        height: 0;
        width: 0;
        border-color: #efbd67 transparent transparent;
        border-width: 20px 25px 0; }
      .quiz .q:nth-of-type(5n+6) .ans:before {
        color: #e8a026; }
    .quiz .q:after {
      content: "";
      position: absolute;
      bottom: -20px;
      transform: translate(-50%, 0);
      z-index: 1; }
    .quiz .q[data-q="2"] .ans-wrap {
      position: relative; }
      .quiz .q[data-q="2"] .ans-wrap:before {
        content: url(../img/sugar.png);
        position: absolute;
        transform: translate(-50%, -50%);
        z-index: 1;
        left: 0;
        top: -80%; }
    .quiz .q[data-q="5"] .ans-wrap {
      position: relative; }
      .quiz .q[data-q="5"] .ans-wrap:before {
        content: url(../img/fruit.png);
        position: absolute;
        transform: translate(-50%, -50%);
        z-index: 1;
        right: -240px;
        top: -70%; }
    .quiz .q[data-q="7"] .ans-wrap {
      position: relative; }
      .quiz .q[data-q="7"] .ans-wrap:before {
        content: url(../img/healthy-snack.png);
        position: absolute;
        transform: translate(-50%, -50%);
        z-index: 1;
        left: 0;
        top: -75%; }
    .quiz .q[data-q="9"] .ans-wrap {
      position: relative; }
      .quiz .q[data-q="9"] .ans-wrap:before {
        content: url(../img/jelly.png);
        position: absolute;
        transform: translate(-50%, -50%);
        z-index: 1;
        right: -200px;
        top: -75%; }
    .quiz .q h2 {
      font-size: 3rem;
      margin: 30px 0 10px; }
    .quiz .q .ans-wrap {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 700px) {
        .quiz .q .ans-wrap {
          flex-wrap: wrap; } }
      @media screen and (max-width: 700px) {
        .quiz .q .ans-wrap:before {
          content: "" !important; } }
      .quiz .q .ans-wrap .ans {
        display: flex;
        position: relative;
        height: 150px;
        width: 150px;
        margin: 10px;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
        color: #949494;
        font-size: 1.5rem;
        padding: 10px; }
        @media screen and (max-width: 500px) {
          .quiz .q .ans-wrap .ans {
            height: 100px;
            width: 100px;
            font-size: 125%; } }
        .quiz .q .ans-wrap .ans:nth-of-type(1):before {
          content: "A."; }
        .quiz .q .ans-wrap .ans:nth-of-type(2):before {
          content: "B."; }
        .quiz .q .ans-wrap .ans:nth-of-type(3):before {
          content: "C."; }
        .quiz .q .ans-wrap .ans:nth-of-type(4):before {
          content: "D."; }
        .quiz .q .ans-wrap .ans:before {
          position: absolute;
          top: 0;
          left: 5px;
          font-weight: 700; }
        .quiz .q .ans-wrap .ans.correct {
          background-color: #96be50;
          background-image: radial-gradient(#abcb73, #96be50);
          color: #fff; }
          .quiz .q .ans-wrap .ans.correct:before {
            color: #fff; }
          .quiz .q .ans-wrap .ans.correct:after {
            content: url(../img/tick.png);
            position: absolute;
            top: -10px;
            right: -10px; }
        .quiz .q .ans-wrap .ans.wrong {
          background-color: #d11216;
          background-image: radial-gradient(#da4145, #d11216);
          color: #fff; }
          .quiz .q .ans-wrap .ans.wrong:before {
            color: #fff; }
          .quiz .q .ans-wrap .ans.wrong:after {
            content: url(../img/wrong.png);
            position: absolute;
            top: -10px;
            right: -10px; }
    .quiz .q .desc {
      padding: 40px 0 20px;
      opacity: 0; }
      .quiz .q .desc p {
        font-size: 1.4rem; }
      .quiz .q .desc.active {
        opacity: 1;
        transition: opacity 0.3s ease-in; }
  .quiz .result {
    background-image: url("../img/intro-bg.png"); }
    .quiz .result .flex {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 20px; }
    .quiz .result .score {
      opacity: 0;
      color: #af1d5a;
      padding: 100px 0; }
      @media screen and (max-width: 550px) {
        .quiz .result .score .flex {
          flex-wrap: wrap; } }
      .quiz .result .score.active {
        transition: opacity 0.3s ease-in;
        opacity: 1; }
      .quiz .result .score h2 {
        font-size: 3rem;
        margin: 0; }
      .quiz .result .score h3 {
        font-size: 5rem;
        margin: 0; }
    .quiz .result .social {
      margin: 40px 0;
      justify-content: center; }
      .quiz .result .social li {
        margin: 10px; }
    .quiz .result .help {
      padding-bottom: 50px; }
      .quiz .result .help h2 {
        color: #af1d5a;
        font-size: 3rem; }
      @media screen and (max-width: 700px) {
        .quiz .result .help .flex {
          flex-wrap: wrap; } }
      .quiz .result .help .box {
        background-color: #af1d5a;
        margin: 10px;
        overflow: hidden; }
        .quiz .result .help .box img {
          float: left;
          width: 280px;
          margin-bottom: 10px; }
        .quiz .result .help .box p {
          padding: 0 15px; }
        .quiz .result .help .box a {
          color: #fff;
          text-decoration: none; }
