﻿@font-face {
  font-family: 'over_the_rainbowregular';
  src: url("webfonts/overtherainbow-webfont.woff2") format("woff2"), url("webfonts/overtherainbow-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'source_sans_problack';
  src: url("webfonts/sourcesanspro-black-webfont.woff2") format("woff2"), url("webfonts/sourcesanspro-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'source_sans_problack_italic';
  src: url("webfonts/sourcesanspro-blackit-webfont.woff2") format("woff2"), url("webfonts/sourcesanspro-blackit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'source_sans_probold';
  src: url("webfonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("webfonts/sourcesanspro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'source_sans_probold_italic';
  src: url("webfonts/sourcesanspro-boldit-webfont.woff2") format("woff2"), url("webfonts/sourcesanspro-boldit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'source_sans_proextralight';
  src: url("webfonts/sourcesanspro-extralight-webfont.woff2") format("woff2"), url("webfonts/sourcesanspro-extralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'source_sans_proXLtIt';
  src: url("webfonts/sourcesanspro-extralightit-webfont.woff2") format("woff2"), url("webfonts/sourcesanspro-extralightit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'source_sans_proitalic';
  src: url("webfonts/sourcesanspro-it-webfont.woff2") format("woff2"), url("webfonts/sourcesanspro-it-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'source_sans_prolight';
  src: url("webfonts/sourcesanspro-light-webfont.woff2") format("woff2"), url("webfonts/sourcesanspro-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'source_sans_prolight_italic';
  src: url("webfonts/sourcesanspro-lightit-webfont.woff2") format("woff2"), url("webfonts/sourcesanspro-lightit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'source_sans_proregular';
  src: url("webfonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("webfonts/sourcesanspro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'source_sans_prosemibold';
  src: url("webfonts/sourcesanspro-semibold-webfont.woff2") format("woff2"), url("webfonts/sourcesanspro-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'source_sans_proSBdIt';
  src: url("webfonts/sourcesanspro-semiboldit-webfont.woff2") format("woff2"), url("webfonts/sourcesanspro-semiboldit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes focus {
  0% {
    filter: blur(10px); }
  100% {
    filter: blur(0px); } }

@keyframes expand {
  0% {
    filter: blur(10px);
    width: 0%; }
  100% {
    filter: blur(0px);
    width: 100%; } }

@keyframes load {
  0% {
    opacity: 0.6; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 0.6; } }

html, body {
  height: auto;
  position: relative;
  min-height: 100% !important; }

body {
  background-color: #000;
  color: #fff;
  font-family: source_sans_proregular, Arial, sans-serif;
  font-size: 16pt;
  margin: 0;
  padding: 0; }

textarea, input, button, select {
  outline: none; }

*, html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

hr {
  width: 100%;
  margin: 3rem 0; }

a {
  text-decoration: none;
  color: #FC00B1; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 0.5;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  opacity: 0.5;
  /* Firefox */ }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
  opacity: 0.5;
  /* Firefox */ }

header {
  position: sticky;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #fff;
  padding: 2rem;
  margin: 0 0 0rem 0;
  transition: height 0.2s ease-in;
  box-shadow: #000 0rem 0rem 6rem 0rem;
  z-index: 2; }
  header > img.logo {
    width: 25%;
    max-width: 200px; }
  header > a#backToNBQ {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    font-size: 1rem;
    line-height: 0.2em;
    padding: 1.5rem; }
    header > a#backToNBQ span {
      display: inline-block;
      vertical-align: middle; }
    header > a#backToNBQ i.fas {
      font-size: 1.3rem;
      line-height: 1rem;
      display: inline-block;
      vertical-align: middle;
      padding: 0 0 0 0.6rem; }
  header.min {
    position: fixed;
    padding: 0.5rem;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    border-radius: 0 0 20px 20px; }
    header.min > a#backToNBQ {
      padding: 0.7rem 0.8rem; }
      header.min > a#backToNBQ span {
        display: none; }

ul.regions {
  width: 66%;
  min-width: 350px;
  list-style: none;
  margin: 3rem auto;
  padding: 0; }
  ul.regions > li {
    display: inline-block;
    margin: 0;
    padding: 1rem; }
    ul.regions > li > a {
      display: block;
      padding: 1rem 2rem;
      background-color: #FC00B1;
      color: #fff; }

.reveal {
  animation: focus 1s; }

.expand {
  animation: expand 1s ease-out; }

.flicker {
  animation: load 2s infinite; }

.bold {
  font-family: source_sans_probold, Arial, sans-serif; }

.focus-logo {
  background-color: #ff83da;
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-top: 2rem;
  font-family: "Century Gothic", source_sans_proregular, Arial, sans-serif; }
  .focus-logo > span {
    display: block;
    text-transform: uppercase; }
    .focus-logo > span.focus {
      font-weight: bold; }

.container, #illustration {
  width: 100%;
  margin: 0 auto;
  transition: all 0.2s ease-in;
  overflow-x: hidden; }
  .container p, #illustration p {
    line-height: 1.5em; }
  .container > .centre, #illustration > .centre {
    text-align: center; }
  .container .loading, #illustration .loading {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 400px;
    opacity: 0.8;
    transition: all 0.2s ease-in;
    z-index: 100;
    pointer-events: all; }
    .container .loading > i.fas, #illustration .loading > i.fas {
      transition: all 0.2s ease-in; }
  .container .message, #illustration .message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #3b2b46;
    z-index: 101;
    pointer-events: all;
    font-size: 0.6em;
    box-shadow: #000 0rem 0rem 6rem 0rem; }
    .container .message .message-close, #illustration .message .message-close {
      color: #fff;
      position: absolute;
      top: 1rem;
      right: 1rem;
      font-size: 1.5rem;
      cursor: pointer; }
    .container .message .message-content, #illustration .message .message-content {
      padding: 1rem 3rem;
      margin: 0rem auto;
      width: 50%;
      min-width: 300px; }
      .container .message .message-content > ul, #illustration .message .message-content > ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left; }
        .container .message .message-content > ul > li, #illustration .message .message-content > ul > li {
          border-top: 1px dotted #000;
          font-family: source_sans_proregular, Arial, sans-serif;
          padding: 0.5rem 0;
          margin: 0;
          position: relative;
          cursor: pointer;
          text-align: left; }
  .container .modal, #illustration .modal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #fa8b03;
    z-index: 101;
    pointer-events: all;
    font-size: 0.6em;
    box-shadow: #000 0rem 0rem 6rem 0rem; }
    .container .modal .modal-content, #illustration .modal .modal-content {
      padding: 1rem 3rem;
      margin: 0rem auto;
      color: #000;
      width: 50%;
      min-width: 300px; }
      .container .modal .modal-content > h2, #illustration .modal .modal-content > h2 {
        font-size: 1.1em;
        font-family: source_sans_probold, Arial, sans-serif;
        font-weight: normal;
        margin: 0 0 0.9rem 0; }
      .container .modal .modal-content > ul, #illustration .modal .modal-content > ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .container .modal .modal-content > ul > li, #illustration .modal .modal-content > ul > li {
          border-top: 1px dotted #000;
          font-family: source_sans_proregular, Arial, sans-serif;
          padding: 0.5rem 0;
          margin: 0;
          position: relative;
          cursor: pointer; }
          .container .modal .modal-content > ul > li:hover:before, #illustration .modal .modal-content > ul > li:hover:before {
            font-family: FontAwesome;
            content: '\f06e';
            position: absolute;
            left: -1rem; }
    .container .modal .modal-close, #illustration .modal .modal-close {
      color: #000;
      position: absolute;
      top: 1rem;
      right: 1rem;
      font-size: 1.5rem;
      cursor: pointer; }
  .container section.tabs, #illustration section.tabs {
    width: 50%;
    min-width: 310px;
    text-align: left;
    margin: 0rem auto; }
    .container section.tabs.right, #illustration section.tabs.right {
      text-align: right; }
    .container section.tabs.wide, #illustration section.tabs.wide {
      width: 75%; }
    .container section.tabs.bottom, #illustration section.tabs.bottom {
      margin-bottom: -1.5rem; }
      .container section.tabs.bottom > button.tab-button:after, #illustration section.tabs.bottom > button.tab-button:after {
        border: none !important; }
    .container section.tabs > button.tab-button, #illustration section.tabs > button.tab-button {
      font-size: 1rem;
      display: inline-block;
      padding: 0.3rem 0.6rem;
      text-transform: uppercase;
      background-color: #FC00B1;
      color: #fff;
      margin: 0 0 0 2rem;
      position: relative;
      z-index: 0;
      box-shadow: #000 0 0 15px -3px; }
      .container section.tabs > button.tab-button.colour-alt, #illustration section.tabs > button.tab-button.colour-alt {
        background-color: #3b2b46; }
      .container section.tabs > button.tab-button.colour-alt2, #illustration section.tabs > button.tab-button.colour-alt2 {
        background-color: #7b7b7b; }
      .container section.tabs > button.tab-button.colour-alt3, #illustration section.tabs > button.tab-button.colour-alt3 {
        background-color: #000;
        box-shadow: #fff 0 0 20px -6px; }
  .container section.tab-content, .container section.panel-content, #illustration section.tab-content, #illustration section.panel-content {
    margin: -1px 0 0 0;
    padding: 1.5rem;
    background-color: #FC00B1;
    color: #fff;
    min-height: 100px;
    position: relative;
    z-index: 10;
    font-size: 1.1rem; }
    .container section.tab-content > button.tab-close, .container section.panel-content > button.tab-close, #illustration section.tab-content > button.tab-close, #illustration section.panel-content > button.tab-close {
      position: absolute;
      font-size: 2rem;
      top: 1rem;
      right: 1rem;
      border: none;
      background: none;
      color: #fff; }
    .container section.tab-content > button.tab-save, .container section.panel-content > button.tab-save, #illustration section.tab-content > button.tab-save, #illustration section.panel-content > button.tab-save {
      position: absolute;
      font-size: 2rem;
      top: 1rem;
      right: 4rem;
      border: none;
      background: none;
      color: #fff; }
    .container section.tab-content > button:disabled, .container section.tab-content > button.disabled, .container section.panel-content > button:disabled, .container section.panel-content > button.disabled, #illustration section.tab-content > button:disabled, #illustration section.tab-content > button.disabled, #illustration section.panel-content > button:disabled, #illustration section.panel-content > button.disabled {
      opacity: 0.5;
      cursor: not-allowed; }
      .container section.tab-content > button:disabled:hover, .container section.tab-content > button.disabled:hover, .container section.panel-content > button:disabled:hover, .container section.panel-content > button.disabled:hover, #illustration section.tab-content > button:disabled:hover, #illustration section.tab-content > button.disabled:hover, #illustration section.panel-content > button:disabled:hover, #illustration section.panel-content > button.disabled:hover {
        background-color: #7b7b7b; }
    .container section.tab-content > p, .container section.panel-content > p, #illustration section.tab-content > p, #illustration section.panel-content > p {
      margin: 0.5rem auto;
      padding: 0.5rem 0;
      width: 50%;
      min-width: 300px;
      text-align: left;
      border-bottom: dotted 1px #fff; }
    .container section.tab-content label.fixed, .container section.panel-content label.fixed, #illustration section.tab-content label.fixed, #illustration section.panel-content label.fixed {
      display: inline-block;
      width: 30%; }
    .container section.tab-content > ul, .container section.panel-content > ul, #illustration section.tab-content > ul, #illustration section.panel-content > ul {
      list-style: none;
      margin: 0.5rem auto;
      padding: 0.5rem 0;
      width: 50%;
      min-width: 300px;
      text-align: left; }
      .container section.tab-content > ul li, .container section.panel-content > ul li, #illustration section.tab-content > ul li, #illustration section.panel-content > ul li {
        margin: 0.2rem 0;
        padding: 0; }
        .container section.tab-content > ul li label, .container section.panel-content > ul li label, #illustration section.tab-content > ul li label, #illustration section.panel-content > ul li label {
          vertical-align: middle;
          width: 22%; }
        .container section.tab-content > ul li input, .container section.panel-content > ul li input, #illustration section.tab-content > ul li input, #illustration section.panel-content > ul li input {
          margin: 0;
          width: 15%;
          vertical-align: middle;
          height: 2rem;
          background: none;
          border: solid 1px #fff;
          color: #fff; }
          .container section.tab-content > ul li input::placeholder, .container section.panel-content > ul li input::placeholder, #illustration section.tab-content > ul li input::placeholder, #illustration section.panel-content > ul li input::placeholder {
            color: #fff;
            opacity: 0.5; }
          .container section.tab-content > ul li input::-ms-input-placeholder, .container section.panel-content > ul li input::-ms-input-placeholder, #illustration section.tab-content > ul li input::-ms-input-placeholder, #illustration section.panel-content > ul li input::-ms-input-placeholder {
            color: #fff;
            opacity: 0.5; }
        .container section.tab-content > ul li select, .container section.panel-content > ul li select, #illustration section.tab-content > ul li select, #illustration section.panel-content > ul li select {
          margin: 0;
          width: 15%;
          vertical-align: middle;
          height: 2rem; }
    .container section.tab-content.colour-alt, .container section.panel-content.colour-alt, #illustration section.tab-content.colour-alt, #illustration section.panel-content.colour-alt {
      background-color: #3b2b46; }
    .container section.tab-content.colour-alt2, .container section.panel-content.colour-alt2, #illustration section.tab-content.colour-alt2, #illustration section.panel-content.colour-alt2 {
      background-color: #7b7b7b; }
    .container section.tab-content.colour-alt3, .container section.panel-content.colour-alt3, #illustration section.tab-content.colour-alt3, #illustration section.panel-content.colour-alt3 {
      background-color: #000; }
    .container section.tab-content.top-border, .container section.panel-content.top-border, #illustration section.tab-content.top-border, #illustration section.panel-content.top-border {
      border-top: dotted 1px rgba(255, 255, 255, 0.2); }
    .container section.tab-content h5, .container section.panel-content h5, #illustration section.tab-content h5, #illustration section.panel-content h5 {
      margin: 0.5rem auto;
      width: 50%;
      min-width: 300px;
      text-align: left;
      font-family: source_sans_proextralight, Arial, sans-serif;
      font-weight: normal;
      font-size: 1.3rem;
      text-decoration: underline; }
    .container section.tab-content input, .container section.tab-content select, .container section.panel-content input, .container section.panel-content select, #illustration section.tab-content input, #illustration section.tab-content select, #illustration section.panel-content input, #illustration section.panel-content select {
      height: 2.5rem;
      padding: 0.3rem 0.6rem;
      background: #fff;
      color: #000;
      border: none;
      margin-top: -0.2rem;
      min-width: 5rem; }
  .container .subtext, #illustration .subtext {
    display: block;
    font-family: source_sans_proregular, Arial, sans-serif;
    font-size: 0.7rem; }
  .container .line, #illustration .line {
    padding: 1.5rem;
    margin: 0;
    position: relative;
    z-index: 1; }
    .container .line section.tab-content, .container .line section.panel-content, #illustration .line section.tab-content, #illustration .line section.panel-content {
      margin: -1px -1.5rem 0rem -1.5rem; }
    .container .line h3, #illustration .line h3 {
      font-size: 0.8em;
      color: #FC00B1;
      text-transform: uppercase; }
      .container .line h3.bars, #illustration .line h3.bars {
        padding: 0.4rem 0;
        border: solid 1px;
        border-color: transparent transparent #FC00B1 transparent; }
    .container .line small.block, #illustration .line small.block {
      display: block;
      margin: 1rem auto; }
    .container .line small.smaller, #illustration .line small.smaller {
      font-size: 0.6em; }
    .container .line button.minor, #illustration .line button.minor {
      font-size: 0.5em;
      display: block;
      position: absolute;
      bottom: 4px;
      right: 0px; }
    .container .line button.refresh, #illustration .line button.refresh {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.75);
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      opacity: 0.8;
      transition: all 0.2s ease-in;
      z-index: 100;
      pointer-events: all; }
      .container .line button.refresh > i.fas, #illustration .line button.refresh > i.fas {
        transition: all 0.2s ease-in; }
      .container .line button.refresh:hover, #illustration .line button.refresh:hover {
        opacity: 1; }
        .container .line button.refresh:hover > i.fas, #illustration .line button.refresh:hover > i.fas {
          transform: rotate(180deg); }
    .container .line.buttons, #illustration .line.buttons {
      border-top: dotted #000 1px;
      position: relative; }
      .container .line.buttons button, #illustration .line.buttons button {
        font-family: source_sans_proregular, Arial, sans-serif;
        color: #fff;
        background-color: #7b7b7b;
        font-size: 1.2rem;
        padding: 0.6rem 1.5rem; }
        .container .line.buttons button:hover, #illustration .line.buttons button:hover {
          background-color: #FC00B1; }
        .container .line.buttons button:disabled, .container .line.buttons button.disabled, #illustration .line.buttons button:disabled, #illustration .line.buttons button.disabled {
          opacity: 0.5;
          cursor: not-allowed; }
          .container .line.buttons button:disabled:hover, .container .line.buttons button.disabled:hover, #illustration .line.buttons button:disabled:hover, #illustration .line.buttons button.disabled:hover {
            background-color: #7b7b7b; }
      .container .line.buttons a.bottom-right, #illustration .line.buttons a.bottom-right {
        font-size: 1.1rem;
        color: #FC00B1;
        font-family: source_sans_proregular, Arial, sans-serif;
        position: absolute;
        right: 1rem;
        bottom: 1rem; }
    .container .line.secondary, #illustration .line.secondary {
      background-color: #FC00B1; }
    .container .line.tertiary, #illustration .line.tertiary {
      background-color: #3b2b46;
      color: #fff; }
      .container .line.tertiary input, .container .line.tertiary select, #illustration .line.tertiary input, #illustration .line.tertiary select {
        border-color: #3b2b46;
        color: #000;
        background-color: #fff; }
    .container .line.advanced, #illustration .line.advanced {
      font-size: 1rem;
      text-align: left; }
    .container .line p.small-centred, #illustration .line p.small-centred {
      width: 50%;
      min-width: 310px;
      font-size: 1.2rem;
      margin: 0.5rem auto;
      font-family: source_sans_proregular, Arial, sans-serif; }
      .container .line p.small-centred > select, #illustration .line p.small-centred > select {
        height: 2rem;
        margin-top: -0.1rem;
        padding: 0;
        border: 1px dashed #000; }
    .container .line table, #illustration .line table {
      border-collapse: collapse;
      margin: 0 auto 2rem auto; }
      .container .line table tr td, #illustration .line table tr td {
        border-collapse: collapse;
        border-top: 1px dotted #fff;
        padding: 0.2rem 1rem;
        text-align: right; }
      .container .line table tr th, #illustration .line table tr th {
        font-size: 0.9rem;
        padding: 0.5rem 1rem; }
      .container .line table tr td.high, .container .line table tr th.high, #illustration .line table tr td.high, #illustration .line table tr th.high {
        display: none; }
      .container .line table.table-primary, #illustration .line table.table-primary {
        width: 50%;
        min-width: 310px; }
        .container .line table.table-primary tr th, #illustration .line table.table-primary tr th {
          background-color: #ff83da;
          color: #fff;
          border: solid 2px #fff;
          font-weight: normal;
          font-family: source_sans_probold, Arial, sans-serif; }
        .container .line table.table-primary tr td, #illustration .line table.table-primary tr td {
          text-align: center;
          font-size: 1.1rem;
          padding: 0.6rem;
          background-color: #eee;
          border: solid 2px #fff; }
          .container .line table.table-primary tr td > input, .container .line table.table-primary tr td select, #illustration .line table.table-primary tr td > input, #illustration .line table.table-primary tr td select {
            border: none;
            font-size: 1.1rem;
            background-color: transparent;
            padding: 0;
            color: #000;
            height: auto;
            text-align: center; }
            .container .line table.table-primary tr td > input.input-fixed, .container .line table.table-primary tr td select.input-fixed, #illustration .line table.table-primary tr td > input.input-fixed, #illustration .line table.table-primary tr td select.input-fixed {
              width: 150px; }
      .container .line table.table-secondary, #illustration .line table.table-secondary {
        width: 50%;
        min-width: 310px; }
        .container .line table.table-secondary tr th, #illustration .line table.table-secondary tr th {
          background-color: #7b7b7b;
          color: #fff; }
        .container .line table.table-secondary tr td, #illustration .line table.table-secondary tr td {
          text-align: center;
          font-size: 1.1rem;
          padding: 0.6rem;
          border-bottom: #7b7b7b solid 2px; }
          .container .line table.table-secondary tr td > input, .container .line table.table-secondary tr td select, #illustration .line table.table-secondary tr td > input, #illustration .line table.table-secondary tr td select {
            border: none;
            font-size: 1.1rem;
            background-color: transparent;
            padding: 0;
            color: #000;
            height: auto;
            text-align: center; }
  .container .pulldown, #illustration .pulldown {
    width: 70%;
    min-width: 300px;
    margin: 0 auto 0 auto;
    text-align: right;
    position: relative;
    z-index: 100; }
    .container .pulldown.pull-up, #illustration .pulldown.pull-up {
      margin-bottom: -38px; }
    .container .pulldown > button.pulldown-button, #illustration .pulldown > button.pulldown-button {
      text-transform: uppercase;
      font-size: 0.9rem;
      padding: 0.6rem 1rem;
      border: dotted #fff 1px;
      border-top-color: transparent; }
      .container .pulldown > button.pulldown-button.open, #illustration .pulldown > button.pulldown-button.open {
        background-color: #000;
        border-top-color: #000; }
    .container .pulldown .pulldown-overlay, #illustration .pulldown .pulldown-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 101;
      display: none;
      padding: 2rem;
      transition: all ease-in 0.3s; }
      .container .pulldown .pulldown-overlay > input, #illustration .pulldown .pulldown-overlay > input {
        display: inline-block;
        vertical-align: middle;
        opacity: 0.8;
        pointer-events: all; }
      .container .pulldown .pulldown-overlay > button, #illustration .pulldown .pulldown-overlay > button {
        display: inline-block;
        vertical-align: middle;
        opacity: 0.8;
        pointer-events: all; }
      .container .pulldown .pulldown-overlay.open, #illustration .pulldown .pulldown-overlay.open {
        display: block; }
    .container .pulldown > .pulldown-contents, #illustration .pulldown > .pulldown-contents {
      height: 0;
      overflow: hidden;
      transition: all 0.2s ease-out;
      text-align: center;
      position: relative; }
      .container .pulldown > .pulldown-contents button.pulldown-overlay-open, #illustration .pulldown > .pulldown-contents button.pulldown-overlay-open {
        margin: 0.7rem 0;
        font-size: 1.2rem; }
        .container .pulldown > .pulldown-contents button.pulldown-overlay-open > i.fas, #illustration .pulldown > .pulldown-contents button.pulldown-overlay-open > i.fas {
          margin-left: 0.5rem; }
      .container .pulldown > .pulldown-contents.smaller, #illustration .pulldown > .pulldown-contents.smaller {
        font-size: 1rem; }
      .container .pulldown > .pulldown-contents > ul, #illustration .pulldown > .pulldown-contents > ul {
        margin: 0;
        padding: 0;
        font-size: 1.3rem; }
        .container .pulldown > .pulldown-contents > ul > li, #illustration .pulldown > .pulldown-contents > ul > li {
          list-style: none;
          position: relative; }
          .container .pulldown > .pulldown-contents > ul > li > a, #illustration .pulldown > .pulldown-contents > ul > li > a {
            display: flex;
            flex-direction: row;
            padding: 0.75rem;
            color: #fff;
            border-bottom: dotted rgba(255, 255, 255, 0.2) 1px;
            cursor: pointer; }
            .container .pulldown > .pulldown-contents > ul > li > a > span, #illustration .pulldown > .pulldown-contents > ul > li > a > span {
              flex: 1 1;
              text-align: right;
              pointer-events: none; }
            .container .pulldown > .pulldown-contents > ul > li > a:hover, #illustration .pulldown > .pulldown-contents > ul > li > a:hover {
              background-color: rgba(255, 255, 255, 0.2); }
          .container .pulldown > .pulldown-contents > ul > li > a.icon, #illustration .pulldown > .pulldown-contents > ul > li > a.icon {
            display: block;
            position: absolute;
            left: 0;
            top: 0.2rem;
            border: none; }
            .container .pulldown > .pulldown-contents > ul > li > a.icon:hover, #illustration .pulldown > .pulldown-contents > ul > li > a.icon:hover {
              background-color: transparent;
              color: #FC00B1; }
      .container .pulldown > .pulldown-contents.open, #illustration .pulldown > .pulldown-contents.open {
        height: 240px; }
      .container .pulldown > .pulldown-contents.open-wide, #illustration .pulldown > .pulldown-contents.open-wide {
        height: 600px; }
  .container .large-light, #illustration .large-light {
    font-family: source_sans_proextralight, Arial, sans-serif;
    font-size: 1.7rem; }
  .container button, #illustration button {
    background: none;
    border: none;
    color: #fff;
    font-size: 3rem;
    cursor: pointer; }
  .container label, #illustration label {
    display: inline-block;
    vertical-align: middle; }
    .container label > span, #illustration label > span {
      display: inline-block;
      vertical-align: middle; }
  .container input[type='text'], .container input[type='number'], .container input[type='password'], .container select, #illustration input[type='text'], #illustration input[type='number'], #illustration input[type='password'], #illustration select {
    background-color: #fff;
    color: #000;
    border: solid 3px rgba(255, 255, 255, 0.2);
    padding: 0.6rem;
    margin: 0.4rem 1rem;
    width: auto;
    transition: all 0.2s ease-in;
    height: 4rem;
    display: inline-block;
    vertical-align: middle; }
    .container input[type='text'].yoohoo, .container input[type='number'].yoohoo, .container input[type='password'].yoohoo, .container select.yoohoo, #illustration input[type='text'].yoohoo, #illustration input[type='number'].yoohoo, #illustration input[type='password'].yoohoo, #illustration select.yoohoo {
      border-style: solid;
      box-shadow: #fff 0 0 15px -2px; }
    .container input[type='text']:focus, .container input[type='number']:focus, .container input[type='password']:focus, .container select:focus, #illustration input[type='text']:focus, #illustration input[type='number']:focus, #illustration input[type='password']:focus, #illustration select:focus {
      border: dashed 3px #fff; }
    .container input[type='text'][type='text'], .container input[type='number'][type='text'], .container input[type='password'][type='text'], .container select[type='text'], #illustration input[type='text'][type='text'], #illustration input[type='number'][type='text'], #illustration input[type='password'][type='text'], #illustration select[type='text'] {
      text-align: left; }
    .container input[type='text'][type='number'].small, .container input[type='number'][type='number'].small, .container input[type='password'][type='number'].small, .container select[type='number'].small, #illustration input[type='text'][type='number'].small, #illustration input[type='number'][type='number'].small, #illustration input[type='password'][type='number'].small, #illustration select[type='number'].small {
      width: 5rem; }
    .container input[type='text'].mid, .container input[type='number'].mid, .container input[type='password'].mid, .container select.mid, #illustration input[type='text'].mid, #illustration input[type='number'].mid, #illustration input[type='password'].mid, #illustration select.mid {
      width: 10rem; }
    .container input[type='text'].warn, .container input[type='number'].warn, .container input[type='password'].warn, .container select.warn, #illustration input[type='text'].warn, #illustration input[type='number'].warn, #illustration input[type='password'].warn, #illustration select.warn {
      border: solid 3px #fa8b03 !important; }
  .container .radio-group > label, #illustration .radio-group > label {
    display: inline-block;
    margin: 1rem;
    padding: 0.5rem;
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
    width: 100px;
    height: 100px;
    line-height: 80px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease-in;
    text-align: center; }
    .container .radio-group > label.small, #illustration .radio-group > label.small {
      width: 50px;
      height: 50px;
      line-height: 30px;
      border-radius: 25px;
      margin: 0.6rem; }
    .container .radio-group > label.yes:before, #illustration .radio-group > label.yes:before {
      content: 'yes'; }
    .container .radio-group > label.no:before, #illustration .radio-group > label.no:before {
      content: 'no'; }
    .container .radio-group > label:hover, .container .radio-group > label:focus, .container .radio-group > label.selected, #illustration .radio-group > label:hover, #illustration .radio-group > label:focus, #illustration .radio-group > label.selected {
      background-color: rgba(255, 255, 255, 0.2);
      border-top: #fff dashed 1px;
      color: #000; }
  .container .radio-group > label > input[type="radio"], #illustration .radio-group > label > input[type="radio"] {
    display: none; }
  .container hr, #illustration hr {
    margin: 0 auto; }
  .container .answer, #illustration .answer {
    background-color: #fff;
    color: #000; }
    .container .answer .radio-group > label, #illustration .answer .radio-group > label {
      color: #000;
      background-color: #fff;
      border: 1px solid #000; }
      .container .answer .radio-group > label:hover, .container .answer .radio-group > label:focus, .container .answer .radio-group > label.selected, #illustration .answer .radio-group > label:hover, #illustration .answer .radio-group > label:focus, #illustration .answer .radio-group > label.selected {
        background-color: #000;
        color: #fff; }
    .container .answer button, #illustration .answer button {
      color: #000; }
      .container .answer button.small-inline, #illustration .answer button.small-inline {
        display: inline-block;
        font-size: 1.1rem; }
      .container .answer button.reverse, #illustration .answer button.reverse {
        color: #fff; }
  .container .donut-container, #illustration .donut-container {
    opacity: 0;
    height: 322px;
    position: relative;
    width: 90%;
    margin: 0 auto;
    max-width: 660px;
    transition: all 0.3s ease-out; }
    .container .donut-container.print, #illustration .donut-container.print {
      height: 450px; }
      .container .donut-container.print .chart-text, #illustration .donut-container.print .chart-text {
        -moz-transform: translateY(-0.1em);
        -ms-transform: translateY(-0.1em);
        -webkit-transform: translateY(-0.1em);
        transform: translateY(-0.1em); }
    .container .donut-container > .bracket-left, #illustration .donut-container > .bracket-left {
      position: absolute;
      top: 0;
      left: 0%;
      max-height: 100%;
      opacity: 0.3;
      transition: all 0.3s ease-out;
      pointer-events: none; }
    .container .donut-container > .bracket-right, #illustration .donut-container > .bracket-right {
      position: absolute;
      top: 0;
      right: 0%;
      max-height: 100%;
      opacity: 0.3;
      transition: all 0.3s ease-out;
      pointer-events: none; }
    .container .donut-container.ready, #illustration .donut-container.ready {
      opacity: 1;
      height: auto; }
      .container .donut-container.ready > .bracket-left, #illustration .donut-container.ready > .bracket-left {
        left: -70%; }
      .container .donut-container.ready > .bracket-right, #illustration .donut-container.ready > .bracket-right {
        right: -70%; }
  .container .chart, #illustration .chart {
    width: 200px;
    height: 300px;
    padding: 0;
    margin: 2rem auto;
    position: relative;
    border: #000 dotted 1px;
    border-radius: 15px; }
    .container .chart > div, #illustration .chart > div {
      width: 100%;
      padding: 0.5rem;
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      bottom: 0;
      left: 0;
      border-radius: 0 0 15px 15px;
      color: #fff;
      font-family: source_sans_probold, Arial, sans-serif;
      font-size: 1.0rem;
      line-height: 1.3rem;
      transition: all 0.5s ease-out; }
    .container .chart > label, #illustration .chart > label {
      display: block;
      min-width: 75%;
      height: 30px;
      position: relative;
      background-color: #FC00B1;
      position: absolute;
      left: 105%;
      bottom: 0%;
      text-align: center;
      font-family: source_sans_probold, Arial, sans-serif;
      font-size: 1.2rem;
      line-height: 2rem;
      color: #fff;
      transition: all 0.5s ease-out; }
      .container .chart > label:before, #illustration .chart > label:before {
        content: '';
        width: 150%;
        left: -150%;
        border-top: #FC00B1 dotted 3px;
        position: absolute;
        bottom: -1%;
        height: 1px; }
  .container .indicator, #illustration .indicator {
    color: #fff;
    background-color: #7b7b7b;
    font-size: 1.2rem;
    font-family: source_sans_probold, Arial, sans-serif;
    width: 40%;
    margin: 0 auto;
    padding: 1rem; }

.chart-text {
  fill: #000; }

.chart-label {
  font-size: 0.10em;
  font-family: source_sans_proregular, Arial, sans-serif;
  text-transform: uppercase;
  text-anchor: middle; }
  .chart-label.line1 {
    -moz-transform: translateY(-4.6em);
    -ms-transform: translateY(-4.6em);
    -webkit-transform: translateY(-4.6em);
    transform: translateY(-4.6em);
    font-family: source_sans_probold, Arial, sans-serif;
    fill: #000; }
  .chart-label.line2 {
    -moz-transform: translateY(-2.1em);
    -ms-transform: translateY(-2.1em);
    -webkit-transform: translateY(-2.1em);
    transform: translateY(-2.1em);
    fill: #FC00B1;
    font-family: source_sans_probold, Arial, sans-serif;
    font-size: 0.15em; }
  .chart-label.line3 {
    -moz-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em); }

.chart-number {
  display: none;
  font-size: 0.3em;
  line-height: 1;
  text-anchor: middle;
  -moz-transform: translateY(0.05em);
  -ms-transform: translateY(0.05em);
  -webkit-transform: translateY(0.05em);
  transform: translateY(0.3em); }

figure {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 768px) {
  figure {
    flex-direction: row; } }

.figure-content, .figure-key {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
  align-self: center; }
  .figure-content svg, .figure-key svg {
    height: 300px; }

.figure-key {
  min-width: calc(8 / 12); }
  .figure-key [class*="shape-"] {
    margin-right: 6px; }

.figure-key-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left; }
  .figure-key-list li {
    margin: 0 0 1.5rem 0;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-family: source_sans_proregular, Arial, sans-serif;
    color: #FC00B1;
    text-transform: uppercase;
    text-align: left; }
    .figure-key-list li .shape-circle {
      float: left;
      margin: -0.2rem 0.5rem 1.5rem 0; }
    .figure-key-list li span.mini {
      display: block;
      font-size: 0.7em;
      margin: 0; }
    .figure-key-list li.purple {
      color: #3b2b46; }

button.regular-button {
  font-family: source_sans_proregular, Arial, sans-serif;
  color: #fff;
  background-color: #7b7b7b;
  font-size: 1.1rem;
  padding: 0.5rem 1.4rem; }
  button.regular-button.reverse {
    color: #7b7b7b !important;
    background-color: #fff; }
    button.regular-button.reverse:hover {
      color: #000 !important;
      background-color: #fff; }
  button.regular-button:hover {
    background-color: #FC00B1; }
  button.regular-button:disabled, button.regular-button.disabled {
    opacity: 0.5;
    cursor: not-allowed; }
    button.regular-button:disabled:hover, button.regular-button.disabled:hover {
      background-color: #7b7b7b; }

.utmost-o {
  opacity: 0; }

.shape-circle {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.donut-ring {
  stroke: transparent; }

.donut-segment {
  transition: all 0.5s ease-out; }

.shape-fuschia {
  background-color: #ce4b99; }

.shape-lemon-lime {
  background-color: #b1c94e; }

.shape-blue {
  background-color: #377bbc; }

.shape-gold, .segment-gold {
    background-color: #FC00B1;
    stroke: #FC00B1;
}

.shape-grey, .segment-grey {
  background-color: #7b7b7b;
  stroke: #7b7b7b;
  filter: drop-shadow(3px 3px 2px rgba(255, 255, 255, 0.7)); }

.shape-purple, .segment-purple {
  background-color: #3b2b46;
  stroke: #3b2b46; }

.segment-white {
  stroke: white; }

.donut-hole {
  fill: rgba(255, 255, 255, 0); }

.overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: auto;
  left: 0;
  background-color: #fff;
  opacity: 0.6;
  pointer-events: all;
  z-index: 999; }
  .overlay > i {
    color: #000;
    position: fixed;
    top: 50%;
    left: 50%;
    font-size: 3rem;
    margin: -0.5rem 0 0 -0.5rem; }

.goal-seek-indicator {
  fill: #fff;
  opacity: 0.9; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* Vue cloak - hide by default, can be overridden by v-if, v-cloak is removed when vue initializes */
*[v-cloak] {
  display: none; }

.rotating {
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: 100% 0%; }

@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(0.02, 0.02) translateX(500px); }
  10% {
    transform: rotate(0deg) scale(0.02, 0.02) translateX(500px); }
  40% {
    transform: rotate(180deg) scale(0.02, 0.02) translateX(500px); }
  60% {
    transform: rotate(180deg) scale(0.02, 0.02) translateX(500px); }
  90% {
    transform: rotate(360deg) scale(0.02, 0.02) translateX(500px); }
  100% {
    transform: rotate(360deg) scale(0.02, 0.02) translateX(500px); } }
