/*
	Typography mixin
 */
/* CSS Document */
#container {
  background-color: #afdff9;
  font-family: twinkl, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.foreground-container {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 103;
  position: absolute;
  pointer-events: none; }

:focus {
  outline: none; }

.border-radius {
  border-radius: 8px; }

.text-button.play {
  width: 40%;
  line-height: 1.15;
  padding: 2.5% 1.5% 2.5% 1.5%;
  font-size: 2vw;
  border: none; }

#lets-go-button {
  width: 20%;
  font-size: 3vw;
  height: 12%;
  padding: 0.6%; }

.fit-me-button {
  height: 100%;
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.go-navigation-bar {
  z-index: 300; }

.title-text {
  font-size: 14vw;
  width: 50%;
  left: 25%;
  height: 40%;
  margin-top: 5%;
  top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#titlePage {
  width: 100%;
  height: 100%; }

#subContainer {
  position: absolute;
  height: auto;
  top: 55%;
  width: 100%;
  color: white;
  padding: 1%;
  font-weight: 600;
  font-size: 3vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.jodal .jodal-title {
  font-size: 5vw;
  margin: 0 auto; }

.jodal .jodal-text {
  font-size: 2.6vw; }

.jodal .answer-text {
  text-align: center;
  z-index: 100;
  width: 90%;
  height: 15%;
  margin: 0 auto;
  margin-bottom: 5%; }

.jodal .jodal-sub-text {
  font-size: 2.6vw; }

#mainPanel #origin-point {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.001);
      -ms-transform: scale(0.001);
          transform: scale(0.001);
  -webkit-transform-origin: inherit;
      -ms-transform-origin: inherit;
          transform-origin: inherit;
  z-index: 10000000;
  pointer-events: none; }

#mainPanel #origin-point::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-transform: scale(1000);
      -ms-transform: scale(1000);
          transform: scale(1000); }

#mainPage {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start; }

.audio-button {
  position: relative;
  color: white;
  height: 20%;
  width: auto; }
  .audio-button:hover {
    -webkit-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
            transform: scale(2, 2); }
  .audio-button svg {
    color: white;
    background-color: #00ae97;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    width: auto;
    border-radius: 50%; }

.audio-play-button {
  right: 0;
  position: relative;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  border: 2px solid white;
  background-color: white !important; }

.play-audio-text {
  width: 60%;
  height: 100%;
  font-weight: 500;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-right: 2%; }

.audio-play-icon {
  height: 100%;
  position: relative; }
  .audio-play-icon:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.audio-play-button:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.panel {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.chart-and-content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start; }

.main-content-grid {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start; }

.content-all {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative; }

.full-content-area {
  width: auto;
  height: auto;
  min-width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.multi-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start; }
  .multi-col .full-content-area {
    margin-bottom: 5%; }

.multi-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .multi-row .full-content-area {
    margin-bottom: 5%; }
    .multi-row .full-content-area .content-all {
      margin-right: 5%; }

.middle-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto; }

.button-panel-left {
  pointer-events: none;
  width: 8%;
  height: 100%;
  z-index: 300;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1%; }
  .button-panel-left .unlock-display {
    pointer-events: visible !important;
    width: 70%;
    height: auto;
    position: relative;
    top: 2%;
    border-radius: 8px;
    border: 3px solid white;
    margin: 4% auto 4% auto; }
    .button-panel-left .unlock-display:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      cursor: pointer; }
  .button-panel-left .zoom-cont {
    height: 25%;
    width: 100%;
    position: absolute;
    bottom: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    left: 0; }

.top-cont {
  top: 2% !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.unlock-display:after {
  content: "";
  display: block;
  padding-bottom: 100%; }

.unlock-icon {
  position: absolute;
  width: 70%;
  height: 70%;
  margin: 15%;
  color: white; }

.checklist-icon {
  position: absolute;
  width: 70%;
  height: 70%;
  margin: 15%;
  color: white;
  left: 6%;
  bottom: 2%; }

.locked {
  position: absolute;
  width: 70%;
  height: 70%;
  margin: 15%;
  color: white; }

.zoom-icon {
  position: absolute;
  width: 70%;
  height: 70%;
  margin: 15%;
  color: white; }

input[type='checkbox'] {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 5px;
  border: 2px solid #555; }

input[type='checkbox']:checked {
  background: #abd; }

.cork-image {
  position: absolute;
  height: auto;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center; }

.idea-title {
  width: 90%;
  margin-left: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
  border-radius: 12px;
  border: 5px solid white;
  height: 15%;
  z-index: 100;
  font-weight: bold;
  color: white;
  font-size: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 1%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 5px 5px 5px rgba(33, 33, 33, 0.2);
          box-shadow: 5px 5px 5px rgba(33, 33, 33, 0.2); }

.idea-title .inner-text {
  text-shadow: black 2px 0px 0px, black 1.75517px 0.95885px 0px, black 1.0806px 1.68294px 0px, black 0.14147px 1.99499px 0px, black -0.83229px 1.81859px 0px, black -1.60229px 1.19694px 0px, black -1.97998px 0.28224px 0px, black -1.87291px -0.70157px 0px, black -1.30729px -1.5136px 0px, black -0.42159px -1.95506px 0px, black 0.56732px -1.91785px 0px, black 1.41734px -1.41108px 0px, black 1.92034px -0.55883px 0px;
  height: 100% !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.border-top, .border-right, .border-left {
  z-index: 10;
  min-height: 5%;
  background-color: white;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 2px;
  border: 3px solid black;
  -webkit-box-shadow: 5px 5px 5px rgba(33, 33, 33, 0.2);
          box-shadow: 5px 5px 5px rgba(33, 33, 33, 0.2); }
  .border-top div, .border-right div, .border-left div {
    width: 10%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

.border-right, .border-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .border-right div, .border-left div {
    width: 100%;
    height: 10%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

.border-left {
  width: 4.5%;
  height: 100%;
  z-index: 200;
  -webkit-box-shadow: 5px 5px 5px rgba(33, 33, 33, 0.2);
          box-shadow: 5px 5px 5px rgba(33, 33, 33, 0.2);
  border: 3px solid black; }

.border-right {
  width: 4.5%;
  height: 100%;
  z-index: 10;
  -webkit-box-shadow: 5px 5px 5px rgba(33, 33, 33, 0.2);
          box-shadow: 5px 5px 5px rgba(33, 33, 33, 0.2);
  border: 3px solid black; }

.ui-state-highlight {
  z-index: 1000;
  background-color: black; }

.allStyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.list {
  z-index: 100;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 5px 5px 5px rgba(33, 33, 33, 0.2);
          box-shadow: 5px 5px 5px rgba(33, 33, 33, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative; }
  .list:hover {
    -webkit-transform: scale(1.05) !important;
        -ms-transform: scale(1.05) !important;
            transform: scale(1.05) !important; }

.del-item {
  content: "x";
  top: 0;
  position: absolute;
  right: 0;
  height: 20px;
  width: 20px;
  z-index: 400;
  color: #1c1c1c; }

.decoration {
  z-index: 300; }

.paperclip {
  position: absolute;
  height: 8%;
  top: -5%;
  left: -5%;
  width: auto; }

.tape-left {
  position: absolute;
  height: 20%;
  top: -7%;
  left: -10%;
  width: auto; }

.photo-large .tape-right, .postcard .tape-right {
  position: absolute;
  height: 20%;
  bottom: -7%;
  right: -5%;
  -webkit-transform: rotate(0eg);
      -ms-transform: rotate(0eg);
          transform: rotate(0eg);
  width: auto; }

.photo-large .tape-left, .postcard .tape-left {
  position: absolute;
  height: 20%;
  top: -7%;
  left: -5%;
  width: auto; }

.tape-right {
  position: absolute;
  height: 20%;
  bottom: -7%;
  right: -10%;
  -webkit-transform: rotate(0eg);
      -ms-transform: rotate(0eg);
          transform: rotate(0eg);
  width: auto; }

.pin-red {
  position: absolute;
  height: 12%;
  width: auto;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  top: -5%; }

.expand-box {
  top: 0;
  position: absolute;
  right: 0;
  height: 100%;
  width: 20%;
  background-color: red; }

.items .ui-selected {
  background: red;
  color: white;
  font-weight: bold; }

.items {
  width: 90%;
  z-index: 100;
  margin: auto;
  list-style-type: none;
  padding: 0;
  border: 5px solid transparent;
  padding: 5px; }

.items li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin: 2% 2%;
  width: 21%; }

.highlight {
  background-color: lightblue; }

.ui-sortable-placeholder {
  position: relative;
  background-color: rgba(255, 255, 255, 0.4) !important;
  visibility: visible !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  padding: 0 !important;
  border: none !important; }

.post-it, .note {
  -webkit-box-sizing: padding-box;
          box-sizing: padding-box;
  background-color: #ffeca8;
  padding: 0.5%;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .post-it .image-standard, .note .image-standard {
    position: absolute;
    width: 50%;
    height: 30%;
    padding-bottom: 20%;
    bottom: 0;
    right: 0; }
  .post-it .image-room, .note .image-room {
    position: relative;
    width: 100%;
    background-position: right; }

.postcard {
  width: 44% !important;
  background-color: white;
  padding: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .postcard .audio-play-button {
    position: absolute;
    top: 6%;
    left: 4%;
    width: 15%; }

.photo, .photo-large {
  padding: 1%;
  background-color: white; }
  .photo .image-standard, .photo-large .image-standard {
    height: 100%;
    width: 100%;
    background-colour: white;
    background-size: cover; }
  .photo .right-half, .photo-large .right-half {
    position: absolute;
    left: 0;
    height: 100%; }
    .photo .right-half .title-standard, .photo-large .right-half .title-standard {
      min-height: 20%;
      width: 80%;
      margin-left: 10%;
      height: 100%;
      color: white;
      text-shadow: black 1px 0px 0px, black 0.5403px 0.84147px 0px, black -0.41615px 0.9093px 0px, black -0.98999px 0.14112px 0px, black -0.65364px -0.7568px 0px, black 0.28366px -0.95892px 0px, black 0.96017px -0.27942px 0px;
      top: 0;
      -webkit-transform: rotate(-4deg);
          -ms-transform: rotate(-4deg);
              transform: rotate(-4deg); }
    .photo .right-half .text-standard, .photo-large .right-half .text-standard {
      height: 25%;
      min-height: 25%;
      width: 60%;
      margin-left: 35%;
      font-weight: 500;
      font-size: smaller;
      margin-bottom: 10%;
      -webkit-transform: rotate(4deg);
          -ms-transform: rotate(4deg);
              transform: rotate(4deg); }
  .photo .audio-play-button, .photo-large .audio-play-button {
    position: absolute;
    bottom: 11%;
    left: 6%; }

.photo-large {
  width: 44% !important; }
  .photo-large .audio-play-button {
    width: 15%;
    left: 3%; }
  .photo-large .text-standard {
    margin-bottom: 5% !important; }

.cutout-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.24));
          filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.24)); }
  .cutout-image .right-half {
    position: absolute;
    background-color: white;
    border: black solid 2px;
    border-radius: 12px;
    height: 50%;
    top: 25%; }
    .cutout-image .right-half .title-standard {
      height: 100%;
      min-height: 20%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .cutout-image .right-half .text-standard {
      height: 100%;
      min-height: 80%; }
  .cutout-image .image-standard {
    background-color: transparent !important; }

.editable-tally-chart {
  height: auto;
  width: 100%;
  min-width: 20%;
  z-index: 150;
  position: relative;
  margin: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: white !important; }

.table-col {
  width: 48%;
  position: relative;
  height: auto;
  border: 2px solid gainsboro;
  border-collapse: collapse;
  margin: 1%;
  border-radius: 12px; }

.table-col-inner {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background-color: white;
  border-radius: 12px; }
  .table-col-inner .table-front {
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-color: white; }
  .table-col-inner .table-back {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-color: white;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    .table-col-inner .table-back .table-back-button {
      width: 10%;
      color: gainsboro;
      position: absolute;
      top: 2%;
      left: 2%; }
      .table-col-inner .table-back .table-back-button:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        cursor: pointer; }

.finished-card-anim {
  width: 60%;
  height: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: green;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.add-flip {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.table-cont {
  font-size: large;
  position: relative; }
  .table-cont span {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin: 2% 0; }
    .table-cont span input {
      margin-right: 2%; }
    .table-cont span label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

.table-header {
  height: auto;
  max-width: 100%;
  background-color: #0f1318;
  margin-bottom: 5%;
  border-radius: 3px;
  font-size: larger; }

.checklist-overlay {
  position: absolute;
  z-index: 301;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 2%; }

.checklist-panel {
  width: 98%;
  height: 98%;
  margin: auto;
  border-radius: 12px;
  position: relative;
  background-color: white;
  padding: 2% 0 2% 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.column-check {
  margin-right: 2%;
  width: 88%;
  height: 100%; }

.checklist-cont {
  position: relative;
  height: 90%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 1%;
  width: 100%;
  border-radius: 12px;
  background-color: gainsboro; }

.checklist-title {
  height: 10%;
  max-height: 10% !important; }

.checklist-button-cont-right {
  width: auto;
  height: 100%;
  padding: 0.5%;
  position: relative; }

.change-checklist-cont {
  width: 80%;
  height: auto;
  background-color: #0f1318;
  position: absolute;
  bottom: 0;
  left: 10%;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  .change-checklist-cont div {
    height: 40%;
    background-color: white;
    width: 100%; }
  .change-checklist-cont .add-col-button {
    background-color: white;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .change-checklist-cont .add-col-button:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      cursor: pointer; }
  .change-checklist-cont .remove-col-button {
    background-color: white; }
    .change-checklist-cont .remove-col-button:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      cursor: pointer; }

.paper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #fafafa;
  overflow: hidden; }

.paper:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  background: -o-radial-gradient(grey 2px, transparent 2px) repeat-y;
  background: radial-gradient(grey 2px, transparent 2px) repeat-y;
  background-size: 14px 14px;
  border-right: 2px solid #D44147;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.paper-content {
  position: absolute;
  top: 5%;
  right: 0;
  bottom: 5%;
  left: 10%;
  background: -o-linear-gradient(transparent, transparent 25px, #91D1D3 25px);
  background: linear-gradient(transparent, transparent 25px, #91D1D3 25px);
  background-size: 26px 26px; }

.paper-content textarea {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  line-height: 30px;
  padding: 0 10px;
  border: 0;
  outline: 0;
  background: transparent;
  color: mediumblue;
  font-weight: bold;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1; }

.polaroid {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1%;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important; }
  .polaroid .right-half {
    height: 30% !important; }
    .polaroid .right-half .title-standard {
      height: 50% !important;
      min-height: 50% !important; }
    .polaroid .right-half .text-standard {
      height: 50% !important;
      min-height: 50% !important; }
  .polaroid .polaroid-image {
    width: 100%;
    height: 80%;
    background-color: gainsboro;
    background-repeat: no-repeat;
    background-position: center; }
  .polaroid .image-standard {
    background-size: cover !important; }
  .polaroid .right-half .title-standard {
    height: 100%;
    min-height: 20%; }
  .polaroid .right-half .text-standard {
    height: 100%;
    min-height: 80%; }
  .polaroid .audio-play-button {
    position: absolute;
    top: 6%;
    left: 4%; }

.checklist {
  padding: 1%;
  text-align: left;
  font-size: 1.3vw;
  background-color: white;
  line-height: 2 !important; }

.checklist-title {
  width: 90%;
  margin-left: 10%;
  font-weight: 700;
  font-size: 2vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.title-standard {
  width: 100%;
  min-height: 20%;
  max-height: 50%;
  font-size: .6rem;
  font-weight: bold;
  overflow: hidden; }

.text-standard {
  width: 100%;
  height: 70%;
  font-size: .5rem;
  overflow: hidden; }

.image-standard {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.right-half {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 2%; }

.note {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.note-large {
  width: 48% !important; }

.popup-content {
  padding: 2%;
  width: 100%;
  min-height: 80%;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

.text-only .ov-title {
  margin-left: 10%;
  width: 80%; }

#next-prev-buttons {
  padding: 1%;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: auto; }
  #next-prev-buttons .prev-button, #next-prev-buttons .next-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.title {
  width: 98% !important;
  height: auto;
  background: white;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.pop-up-overlay {
  z-index: 301;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 2%; }

.overlay-panel {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: top;
      -ms-flex-pack: top;
          justify-content: top; }

.pageDotsContainer {
  height: 10px;
  width: auto;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto 2% auto 2%; }

.grey-dot {
  background-color: gray;
  position: relative;
  margin-left: 4px;
  margin-right: 4px;
  height: 8px;
  width: 8px;
  border-radius: 50%; }

.big-color-dot {
  margin: auto;
  position: relative;
  z-index: 100;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  top: -3px; }

.popup-content {
  position: relative; }
  .popup-content .audio-play-button {
    z-index: 200;
    left: 1%;
    top: 2%;
    position: absolute;
    width: 10% !important;
    height: auto;
    min-height: 10% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .popup-content .play-audio-text {
    width: 60%;
    height: 100%;
    font-weight: 500;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-right: 2%; }
  .popup-content .audio-play-icon {
    height: 100%;
    position: relative; }

.ov-left {
  min-width: 50%;
  width: 100%;
  height: 100%;
  background-color: gainsboro;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.ov-right {
  width: 100%;
  min-width: 50%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: top;
      -ms-flex-pack: top;
          justify-content: top; }

#close-overlay {
  position: absolute;
  top: 1%;
  right: 1%; }

#close-checklist {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center; }
  #close-checklist :hover {
    -webkit-transform: scale(1.1) !important;
        -ms-transform: scale(1.1) !important;
            transform: scale(1.1) !important; }

.checklist-button-cont-right {
  position: relative;
  overflow: hidden;
  width: 6.5%;
  padding: 2%; }

.ov-title {
  height: 20%;
  width: 87%;
  font-size: x-large;
  font-weight: bold;
  padding: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.ov-text {
  height: 75%;
  padding: 4%;
  overflow: auto; }

.border-dashed {
  border: 2px dashed gainsboro;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.margin-right {
  margin-right: 2%; }

.section-title {
  width: 100%;
  font-size: 3vw;
  font-weight: bold;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3%;
  border-radius: 12px;
  border: 3px solid black;
  -webkit-box-shadow: 5px 5px 5px rgba(33, 33, 33, 0.2);
          box-shadow: 5px 5px 5px rgba(33, 33, 33, 0.2);
  text-align: center;
  background-color: white; }

.containment-restrain {
  -ms-flex-item-align: center;
      align-self: center;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.centre-of-world {
  width: 1px;
  height: 1px;
  background-color: dimgrey; }

.pop-in {
  -webkit-animation: pop-in .3s;
          animation: pop-in .3s; }

@-webkit-keyframes pop-in {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0); }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pop-in {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0); }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes trophy {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0; }
  35% {
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

@keyframes trophy {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0; }
  35% {
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

@-webkit-keyframes fly--up {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0; }
  60% {
    opacity: 1; }
  80% {
    -webkit-transform: translateY(-20vw);
            transform: translateY(-20vw); }
  100% {
    -webkit-transform: translateY(-15vw);
            transform: translateY(-15vw);
    opacity: 0; } }

@keyframes fly--up {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0; }
  60% {
    opacity: 1; }
  80% {
    -webkit-transform: translateY(-20vw);
            transform: translateY(-20vw); }
  100% {
    -webkit-transform: translateY(-15vw);
            transform: translateY(-15vw);
    opacity: 0; } }

@-webkit-keyframes fly--down {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0; }
  60% {
    opacity: 1; }
  80% {
    -webkit-transform: translateY(20vw);
            transform: translateY(20vw); }
  100% {
    -webkit-transform: translateY(15vw);
            transform: translateY(15vw);
    opacity: 0; } }

@keyframes fly--down {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0; }
  60% {
    opacity: 1; }
  80% {
    -webkit-transform: translateY(20vw);
            transform: translateY(20vw); }
  100% {
    -webkit-transform: translateY(15vw);
            transform: translateY(15vw);
    opacity: 0; } }

@-webkit-keyframes fly--left {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0; }
  60% {
    opacity: 1; }
  80% {
    -webkit-transform: translateX(-35vw);
            transform: translateX(-35vw); }
  100% {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
    opacity: 0; } }

@keyframes fly--left {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0; }
  60% {
    opacity: 1; }
  80% {
    -webkit-transform: translateX(-35vw);
            transform: translateX(-35vw); }
  100% {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
    opacity: 0; } }

@-webkit-keyframes fly--right {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0; }
  60% {
    opacity: 1; }
  80% {
    -webkit-transform: translateX(35vw);
            transform: translateX(35vw); }
  100% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0; } }

@keyframes fly--right {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0; }
  60% {
    opacity: 1; }
  80% {
    -webkit-transform: translateX(35vw);
            transform: translateX(35vw); }
  100% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0; } }

@-webkit-keyframes fly--up--left {
  0% {
    -webkit-transform: rotate(135deg) translate(0vw, 0vw);
            transform: rotate(135deg) translate(0vw, 0vw);
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(135deg) translate(-3vw, 20vw);
            transform: rotate(135deg) translate(-3vw, 20vw);
    opacity: 0; } }

@keyframes fly--up--left {
  0% {
    -webkit-transform: rotate(135deg) translate(0vw, 0vw);
            transform: rotate(135deg) translate(0vw, 0vw);
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(135deg) translate(-3vw, 20vw);
            transform: rotate(135deg) translate(-3vw, 20vw);
    opacity: 0; } }

@-webkit-keyframes fly--up--right {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(45deg) translate(-3vw, -20vw);
            transform: rotate(45deg) translate(-3vw, -20vw);
    opacity: 0; } }

@keyframes fly--up--right {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(45deg) translate(-3vw, -20vw);
            transform: rotate(45deg) translate(-3vw, -20vw);
    opacity: 0; } }

@-webkit-keyframes fly--down--left {
  0% {
    -webkit-transform: rotate(45deg) translate(0vw, 0vw);
            transform: rotate(45deg) translate(0vw, 0vw);
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(45deg) translate(-3vw, 20vw);
            transform: rotate(45deg) translate(-3vw, 20vw);
    opacity: 0; } }

@keyframes fly--down--left {
  0% {
    -webkit-transform: rotate(45deg) translate(0vw, 0vw);
            transform: rotate(45deg) translate(0vw, 0vw);
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(45deg) translate(-3vw, 20vw);
            transform: rotate(45deg) translate(-3vw, 20vw);
    opacity: 0; } }

@-webkit-keyframes fly--down--right {
  0% {
    -webkit-transform: rotate(135deg) translate(0vw, 0vw);
            transform: rotate(135deg) translate(0vw, 0vw);
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(135deg) translate(0vw, -20vw);
            transform: rotate(135deg) translate(0vw, -20vw);
    opacity: 0; } }

@keyframes fly--down--right {
  0% {
    -webkit-transform: rotate(135deg) translate(0vw, 0vw);
            transform: rotate(135deg) translate(0vw, 0vw);
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(135deg) translate(0vw, -20vw);
            transform: rotate(135deg) translate(0vw, -20vw);
    opacity: 0; } }

.no-background .right-half {
  background-color: transparent !important;
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.smaller-title .title-standard {
  width: 60% !important;
  margin-left: 20% !important; }

.smaller-title .audio-play-button {
  top: 3%;
  left: 2%; }

.smaller-title .text-standard {
  margin-top: 10%; }
