/* Oink - version 0.0.2
 * 02-01-2018
 * 5:43:35 PM
 * Copyright 2018 JJ SCHAUS
 */

.button {
  text-align: center; }

.vertical-wrap {
  position: relative;
  display: table; }

.vertical-center {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.wide96 {
  width: 96%; }

.heavy {
  font-weight: 600 !important; }

/* Mixin */
strong {
  font-weight: bold; }

.content-wrap {
  display: none; }

.response-text {
  font-size: 1.6em; }

.promo-intro {
  zoom: 1;
  max-width: 820px;
  margin: 0px auto; }
  .promo-intro:after {
    clear: both; }
  .promo-intro:before, .promo-intro:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }

.promo-copy-wrap {
  display: flex;
  zoom: 1; }
  .promo-copy-wrap:after {
    clear: both; }
  .promo-copy-wrap:before, .promo-copy-wrap:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }

.promo-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5%; }

.intro p {
  font-size: 18px;
  line-height: 25px; }

.prize-column {
  height: 170px;
  text-align: left; }

.border-bottom {
  border-bottom: 2px solid white; }

.pad-bottom-20 {
  padding-bottom: 20px; }

.pad-bottom-10 {
  padding-bottom: 10px; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-top-30 {
  margin-top: 30px !important; }
  @media only screen and (max-width: 768px) {
    .margin-top-30 {
      margin-top: 10px !important; } }

.margin-top-50 {
  margin-top: 50px !important; }
  @media only screen and (max-width: 768px) {
    .margin-top-50 {
      margin-top: 10px !important; } }

.headline {
  font-size: 3em;
  line-height: 1.9em;
  font-weight: 600; }
  .headline.confirm {
    text-align: left; }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .headline {
      font-size: 4em; } }
  @media only screen and (min-width: 769px) and (max-width: 999px) {
    .headline {
      font-size: 4em; } }
  @media only screen and (max-width: 768px) {
    .headline {
      font-size: 3em; } }

.sub-head {
  font-size: 2.7em;
  line-height: 1.2em; }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .sub-head {
      font-size: 2.5em; } }
  @media only screen and (max-width: 768px) {
    .sub-head {
      font-size: 2em; } }

.hero-img {
  position: absolute;
  bottom: -4px; }
  @media only screen and (min-width: 769px) and (max-width: 999px) {
    .hero-img#frank {
      max-width: 540px;
      left: -110px; } }
  @media only screen and (max-width: 768px) {
    .hero-img#frank {
      max-width: 470px;
      right: -190px; } }
  .hero-img.confirmation {
    max-width: 690px;
    /* top: 0; */
    position: relative;
    right: 60px;
    bottom: 0;
    margin-top: 100px; }
    @media only screen and (max-width: 768px) {
      .hero-img.confirmation {
        max-width: 450px;
        margin-top: 290px; } }

.prize-img {
  margin-top: 25px;
  max-width: 210px;
  float: right; }
  .prize-img.end {
    float: none;
    margin: auto;
    max-width: 170px; }

.full {
  width: 100%; }

@media only screen and (min-width: 769px) and (max-width: 999px) {
  .full {
    width: 100% !important; } }

.register-form {
  margin: 0px auto 1.5em auto; }

input {
  outline: none; }

.form-container .button {
  font-size: 1.4em;
  border: none !important; }

.register-form input {
  margin-bottom: 12px; }

.row-no-padding {
  padding-left: 0px;
  padding-right: 0px; }

#form-wrap input {
  opacity: 0.8;
  background: #000 !important;
  border: 1px solid #666 !important;
  color: #fff !important;
  font-weight: 300 !important; }

.center-wrap {
  display: table;
  width: 100%; }

.centerer {
  display: table-cell;
  vertical-align: middle; }

.checkbox-wrap {
  font-size: 1.2em !important;
  margin: 20px 0 0 0; }

.sho-updates {
  margin-top: 10px; }

#form-wrap input[type="checkbox"] {
  display: inline-block !important;
  width: 19px !important;
  height: 19px !important;
  margin: 19px 0 0 -16px !important;
  vertical-align: middle !important;
  background: url(../imgs/check_radio_sheet.png) left top no-repeat !important;
  cursor: pointer !important; }

#form-wrap input[type="checkbox"]:checked {
  background: url(../imgs/check_radio_sheet.png) -19px top no-repeat !important; }

.disabled {
  opacity: 0.2; }

@media only screen and (min-width: 769px) and (max-width: 999px) {
  .end {
    opacity: 0;
    height: 800px; } }

.form-container input {
  font-weight: 300 !important; }

.form-container select {
  font-weight: 500 !important; }

#form-wrap select {
  border: 1px solid #666 !important;
  color: #fff !important;
  background: #000 !important; }

.form-title {
  margin-left: -18px;
  margin-top: 20px;
  margin-bottom: 20px; }

.confirmation-code {
  margin-top: 10px; }

.red-btn {
  background: #B10000 !important; }

.form-title {
  color: #fff; }
  .form-title span {
    color: #2b8895; }

.section-label {
  margin: 10px 0px 3px 0;
  font-weight: 800;
  color: #ccc;
  text-transform: uppercase;
  font-size: 1.1em; }
  .section-label.no-pad {
    padding: 2px 0; }

.section-wrap {
  zoom: 1; }
  .section-wrap:after {
    clear: both; }
  .section-wrap:before, .section-wrap:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }

.no-pad-left {
  padding-left: 0px; }

.no-pad-right {
  padding-right: 0px; }

.no-pad {
  padding-right: 0px;
  padding-left: 0px; }

.sho-updates p {
  font-size: 1.2em;
  margin-top: 8px; }

.headline {
  margin: auto;
  float: none;
  text-align: center; }
  .headline#code {
    border: none;
    padding-top: 10px;
    color: #2b8895; }

#code span {
  color: #2b8895; }

select {
  background-image: url(../img/select-box-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-size: 25px 12px !important;
  -webkit-appearance: none !important;
  appearance: none;
  border-radius: 0 !important;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ""; }

form input[type='text'],
form input[type='textbox'],
form input[type='name'],
form input[type='password'],
form select,
form textarea {
  border: none;
  width: 100%;
  font-family: "DIN Next W01 Regular", sans-serif;
  text-transform: uppercase;
  display: block;
  padding: 0.8em .8em .8em .4em;
  background: #fff;
  color: #3e3e3e;
  font-weight: 600;
  font-style: normal;
  font-size: 1em;
  -webkit-appearance: none !important; }
  form input[type='text']:focus,
  form input[type='textbox']:focus,
  form input[type='name']:focus,
  form input[type='password']:focus,
  form select:focus,
  form textarea:focus {
    border-color: #FEE7BE; }

form textarea {
  text-transform: none; }

label {
  font-family: "DIN Next W01 Regular", sans-serif;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 2px;
  font-size: 1em;
  color: #2b8895;
  clear: both; }
  label span {
    font-size: .9em; }

input[type="radio"] {
  font-family: "DIN Next W01 Regular", sans-serif;
  height: 20px;
  width: 20px; }

/* hide input */
input.radio:empty {
  display: none; }

input.radio:empty ~ label {
  position: relative;
  float: left;
  border: 1px solid #D1D3D4;
  text-align: center;
  cursor: pointer;
  clear: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input.radio:not(:checked) + label {
  color: white;
  background: none;
  font-weight: 300; }

input.radio:checked + label {
  background-color: #ffffff;
  color: #2b8895;
  font-weight: 300; }
  input.radio:checked + label::before {
    content: "\2713 ";
    color: #2b8895;
    margin-right: 3px; }

.error {
  margin: 20px auto 10px; }
  .error p {
    text-align: center;
    color: #b81d2f !important;
    font-size: 1.25em;
    font-style: italic; }
    @media only screen and (max-width: 768px) {
      .error p {
        width: 85%; } }

.button-row {
  text-align: center;
  margin: 1em auto; }

select::-ms-expand {
  display: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

.survey {
  background: url(../../assets/imgs/survey-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .survey .headline {
    font-size: 3em; }
  .survey .question {
    font-size: inherit;
    position: relative;
    margin-bottom: 3em; }
  .survey .survey-list {
    counter-reset: li;
    *list-style-type: decimal;
    /* targets IE6 and IE7 only */
    display: block;
    margin: 2em 0; }
    .survey .survey-list small {
      font-size: 14px;
      display: inline-block;
      /*  color: #2b8895;
        */
      line-height: 1em;
      color: #999; }
  .survey ol li {
    display: block; }
  .survey .survey-list .question {
    counter-increment: step-counter; }
  .survey .survey-list label {
    font-family: "ff-din-web","Calibri","Arial",sans-serif !important;
    font-size: 1.6em;
    line-height: 1.1em;
    vertical-align: text-bottom; }
  .survey .optional-text {
    display: block !important; }
  .survey .survey-list li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 2em;
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    position: absolute;
    left: -2.2em;
    top: 1.6em;
    margin-top: -1.6em;
    height: 1em;
    width: 1em;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
    transition: all .3s ease-out; }
  .survey .survey-form input[type="radio"] {
    display: inline-block !important;
    -webkit-appearance: radio;
    margin-right: 1em;
    margin-bottom: 10px;
    cursor: pointer; }

.callout {
  background: rgba(43, 136, 149, 0.1);
  padding: 20px;
  float: none;
  border: 1px solid #2f2f2f;
  border-radius: 10px; }
  .callout p {
    line-height: 27px; }

.rules p {
  margin: 15px 0; }

.background {
  position: relative;
  min-height: 650px;
  height: 100%;
  zoom: 1; }
  .background:after {
    clear: both; }
  .background:before, .background:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .background.activity {
    background: url("../imgs/homeland-hero.jpg") no-repeat no-repeat top center; }
  .background.prize, .background.confirm {
    background: url("../imgs/wall-hero.jpg") no-repeat no-repeat top center; }

.black-cover {
  width: 100%;
  height: 100%;
  background: black;
  position: absolute; }

.pin-block {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  z-index: 170; }

.activity-row {
  margin-top: 7%;
  padding: 2.5em 0em;
  zoom: 1; }
  .activity-row:after {
    clear: both; }
  .activity-row:before, .activity-row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }

.timer {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 10px;
  right: 10px; }
  .timer p.digital {
    font-size: 38px;
    width: 130px;
    padding: 11px 7px 5px;
    font-family: 'LCD W01';
    text-align: center; }
    .timer p.digital span {
      display: inline-block;
      width: 35px; }

.activity-btn {
  cursor: pointer;
  display: block;
  width: 80%;
  padding: 0.7em .5em;
  margin: 20px auto;
  border: none;
  text-align: center;
  font-family: 'museo-sans', sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  color: #2b8895;
  border: 1px solid white; }
  .activity-btn:hover {
    background: #2b8895;
    color: white; }
  .activity-btn.action {
    font-size: 17px;
    margin-bottom: 30px;
    background: none;
    color: white;
    width: 30%; }
    .activity-btn.action:hover {
      background: rgba(255, 255, 255, 0.15); }
  .activity-btn.admin-btn {
    background: #2b8895;
    width: 48%;
    margin-right: 2%;
    text-transform: none; }

.room {
  position: relative;
  width: 1087px;
  height: 620px;
  margin-top: 15px;
  background: url("../imgs/quiz/room-bg.png") no-repeat no-repeat center right;
  zoom: 1;
  border-bottom: 7px solid #2b8895; }
  .room.dark {
    background: url("../imgs/quiz/room-dark.jpg") no-repeat no-repeat center right; }
  .room:after {
    clear: both; }
  .room:before, .room:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .room.form {
    background: #060606; }

.code-wrap {
  background: rgba(96, 125, 139, 0.75);
  width: 30%;
  padding: 4px;
  color: white;
  border: 3px solid #2b8895;
  margin: 52.5% auto 0;
  box-shadow: 0 0 10px #2b8895;
  position: relative;
  z-index: 175; }
  .code-wrap .keypad {
    zoom: 1; }
    .code-wrap .keypad:after {
      clear: both; }
    .code-wrap .keypad:before, .code-wrap .keypad:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .code-wrap .keypad .num-input {
      float: left;
      width: 13.4%;
      background: rgba(96, 125, 139, 0.75);
      margin: 0 1%;
      height: 43px;
      border: 1px solid #a9bfca;
      border-radius: 40px;
      box-shadow: 0 0 10px #bbbbbb; }
      .code-wrap .keypad .num-input.lock {
        height: 45px;
        margin-left: 10px;
        border-radius: 5px;
        border-color: #a22929;
        box-shadow: 0 0 3px #a22929;
        cursor: pointer; }
        .code-wrap .keypad .num-input.lock p {
          font-size: 3em;
          margin: 0;
          text-align: center;
          padding-top: 12px; }
          .code-wrap .keypad .num-input.lock p:before {
            font-family: "FontAwesome";
            content: "\f023";
            font-size: 1em;
            color: #922f2f; }
        .code-wrap .keypad .num-input.lock.open {
          border-color: white;
          box-shadow: 0 0 10px white; }
          .code-wrap .keypad .num-input.lock.open p:before {
            font-family: "FontAwesome";
            content: "\f13e" !important;
            font-size: 1em;
            color: white; }
    .code-wrap .keypad .open-message {
      display: none;
      position: absolute;
      top: -160px;
      left: 133px;
      background: rgba(255, 255, 255, 0.85);
      width: 275px;
      padding: 15px 16px;
      TEXT-ALIGN: CENTER;
      border-radius: 6px;
      border: 2px solid #2b8895;
      box-shadow: 0 0 40px white;
      color: #3e3e3e; }
      .code-wrap .keypad .open-message p.arrow-down {
        margin-top: 35px;
        line-height: 0; }
        .code-wrap .keypad .open-message p.arrow-down:before {
          font-family: "FontAwesome";
          content: "\f063" !important;
          font-size: 2.5em;
          color: #2b8895; }
  .code-wrap p.secret {
    font-size: 3em;
    margin: 0;
    text-align: center;
    padding-top: 14px; }
    .code-wrap p.secret.star {
      padding-top: 12px;
      font-size: 20px;
      padding-left: 1px; }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .code-wrap {
      width: 55%; } }
  @media only screen and (max-width: 768px) {
    .code-wrap {
      width: 66%;
      margin: 10px auto; } }

.item {
  position: absolute;
  z-index: 100; }
  .item#painting {
    left: 30px;
    top: 101px;
    height: 186px;
    overflow: hidden; }
  .item#light {
    left: 158px;
    top: 157px; }
  .item#notepad {
    left: 227px;
    top: 394px; }
  .item#briefcase {
    left: 363px;
    top: 422px; }
  .item#drawer {
    left: 673px;
    top: 487px; }
  .item#pitcher {
    left: 680px;
    top: 353px; }
  .item#newspaper {
    left: 794px;
    top: 433px; }
  .item#pillow {
    left: 857px;
    top: 293px; }
  .item#trash {
    left: 915px;
    top: 496px; }

.pin {
  z-index: 20;
  cursor: pointer; }
  .pin:hover, .clicked .pin {
    background-position: left; }
    .pin:hover div:first-child, .clicked .pin div:first-child {
      opacity: 1; }
  .pin.light-on .rollover-image {
    opacity: 1;
    background: url("../imgs/quiz/light_active.png") no-repeat; }
  #painting .pin {
    width: 122px;
    height: 186px; }
  #light .pin {
    width: 119px;
    height: 136px; }
  #notepad .pin {
    width: 102px;
    height: 81px; }
  #briefcase .pin {
    width: 147px;
    height: 154px; }
  #drawer .pin {
    width: 216px;
    height: 61px; }
  #pitcher .pin {
    width: 72px;
    height: 97px; }
  #newspaper .pin {
    width: 121px;
    height: 51px; }
  #pillow .pin {
    width: 143px;
    height: 117px; }
  #trash .pin {
    width: 143px;
    height: 117px; }

.off-image {
  display: none; }
  .off .off-image {
    display: block; }
  #painting .off-image {
    background: url("../imgs/quiz/wall_active.png") no-repeat;
    width: 122px;
    height: 186px; }
  #light .off-image {
    width: 119px;
    height: 136px;
    background: url("../imgs/quiz/light_active.png") no-repeat; }

.temp-image {
  display: none; }
  .temp .temp-image {
    display: block; }
  #painting .temp-image {
    background: url("../imgs/quiz/wall_temp.png") no-repeat;
    width: 122px;
    height: 186px; }

.herring img {
  display: none; }
  .herring img.active {
    display: block; }

.rollover-image {
  position: absolute;
  z-index: -1;
  opacity: 0;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  transition: opacity .1s; }
  .touch .rollover-image {
    opacity: 1; }
  #painting .rollover-image {
    width: 122px;
    height: 186px;
    background: url("../imgs/quiz/painting_active.png") no-repeat; }
  #light .rollover-image {
    width: 119px;
    height: 136px;
    background: url("../imgs/quiz/light_active.png") no-repeat; }
  #notepad .rollover-image {
    width: 102px;
    height: 81px;
    background: url("../imgs/quiz/notepad_active.png") no-repeat; }
  #briefcase .rollover-image {
    width: 147px;
    height: 154px;
    background: url("../imgs/quiz/briefcase_active.png") no-repeat; }
  #drawer .rollover-image {
    width: 216px;
    height: 61px;
    background: url("../imgs/quiz/drawer_active.png") no-repeat; }
  #pitcher .rollover-image {
    width: 72px;
    height: 97px;
    background: url("../imgs/quiz/pitcher_active.png") no-repeat; }
  #newspaper .rollover-image {
    width: 121px;
    height: 51px;
    background: url("../imgs/quiz/newspaper_active.png") no-repeat; }
  #pillow .rollover-image {
    width: 143px;
    height: 117px;
    background: url("../imgs/quiz/pillow_active.png") no-repeat; }
  #trash .rollover-image {
    width: 90px;
    height: 44px;
    background: url("../imgs/quiz/trash_active.png") no-repeat; }
  @media only screen and (max-width: 768px) {
    .rollover-image {
      width: 179px;
      height: 112px;
      top: -64px;
      left: 16px; } }

.room-cover-lg, .room-cover-sm {
  position: absolute;
  height: 74%;
  width: 81%;
  left: 9.1%;
  top: 11%;
  border: solid 2px black;
  z-index: 180;
  background: rgba(0, 0, 0, 0.8); }

.room-cover-sm {
  display: none;
  height: 40%;
  top: 25%; }

.wall, .blacklight, .herring, .match-fans, .match-age, .phone, .key, .briefcase, #incorrect-fans, .intro {
  height: 100%;
  display: none; }
  .wall.active, .blacklight.active, .herring.active, .match-fans.active, .match-age.active, .phone.active, .key.active, .briefcase.active, #incorrect-fans.active, .intro.active {
    display: block; }
  .wall .end, .blacklight .end, .herring .end, .match-fans .end, .match-age .end, .phone .end, .key .end, .briefcase .end, #incorrect-fans .end, .intro .end {
    display: none; }
    .wall .end.off, .blacklight .end.off, .herring .end.off, .match-fans .end.off, .match-age .end.off, .phone .end.off, .key .end.off, .briefcase .end.off, #incorrect-fans .end.off, .intro .end.off {
      display: block; }

.matching-end, .button-cover, #correct-phone, #incorrect-phone, .ender, #success, #fail, .match-age, #incorrect-agent {
  display: none; }
  .matching-end.active, .button-cover.active, #correct-phone.active, #incorrect-phone.active, .ender.active, #success.active, #fail.active, .match-age.active, #incorrect-agent.active {
    display: block; }

.agents img {
  cursor: pointer;
  width: 100%; }

.huge-icon {
  font-size: 39em;
  height: 575px; }
  .huge-icon i {
    margin-left: 10px; }
  .correct-wrap .huge-icon {
    margin-top: 50px; }
  .incorrect-wrap .huge-icon {
    margin-top: 20px; }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .huge-icon {
      font-size: 28em; }
      .correct-wrap .huge-icon {
        margin-top: 110px; }
      .incorrect-wrap .huge-icon {
        margin-top: 100px; } }
  @media only screen and (min-width: 769px) and (max-width: 999px) {
    .huge-icon {
      font-size: 28em; }
      .correct-wrap .huge-icon {
        margin-top: 110px; }
      .incorrect-wrap .huge-icon {
        margin-top: 100px; } }
  @media only screen and (max-width: 768px) {
    .huge-icon {
      font-size: 16em !important;
      margin: 0 auto 10px;
      height: auto; } }

.response {
  text-align: center; }
  .response h1 {
    font-size: 3em;
    line-height: 1.8em;
    font-weight: 900; }
  .response .gif-image {
    border-radius: 0; }
  .response p {
    font-size: 1.7em;
    line-height: 1.2em;
    color: white;
    margin: 10px 0;
    padding: 0 20px; }
  .response #next-clue {
    font-size: 2.2em; }

.description {
  height: 420px; }
  .phone .description, .ender .description, .intro .description {
    height: 455px; }
  .matching-fans .description {
    height: 350px; }

.matching, .matching-fans {
  text-align: center;
  zoom: 1; }
  .matching:after, .matching-fans:after {
    clear: both; }
  .matching:before, .matching:after, .matching-fans:before, .matching-fans:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .matching .box-button, .matching-fans .box-button {
    height: 120px;
    cursor: pointer; }
    .matching .box-button .cover, .matching-fans .box-button .cover {
      position: absolute;
      width: 138px;
      height: 138px;
      display: none; }
      .matching .box-button .cover:before, .matching-fans .box-button .cover:before {
        font-family: "FontAwesome";
        font-size: 6em;
        position: absolute;
        top: 62px;
        left: 39px; }
      .matching .box-button .cover.incorrect, .matching-fans .box-button .cover.incorrect {
        display: block;
        background: rgba(255, 0, 0, 0.25); }
        .matching .box-button .cover.incorrect:before, .matching-fans .box-button .cover.incorrect:before {
          content: "\f05c"; }
      .matching .box-button .cover.correct, .matching-fans .box-button .cover.correct {
        display: block;
        background: rgba(43, 136, 149, 0.5); }
        .matching .box-button .cover.correct:before, .matching-fans .box-button .cover.correct:before {
          content: "\f05d"; }
    .matching .box-button.ages, .matching-fans .box-button.ages {
      text-align: center;
      background: #2b8895;
      width: 100%; }
      .matching .box-button.ages p, .matching-fans .box-button.ages p {
        font-size: 4.5em;
        font-weight: 900;
        line-height: 1.2em;
        color: white;
        width: 100%;
        margin: 0;
        padding: 0; }
      .matching .box-button.ages:hover, .matching-fans .box-button.ages:hover {
        background: rgba(255, 255, 255, 0.1); }
      .matching .box-button.ages.off, .matching-fans .box-button.ages.off {
        background: #17474e;
        cursor: initial; }
        .matching .box-button.ages.off:hover, .matching-fans .box-button.ages.off:hover {
          background: #17474e; }
      .matching .box-button.ages.incorrect, .matching-fans .box-button.ages.incorrect {
        background: rgba(255, 0, 0, 0.25); }
        .matching .box-button.ages.incorrect:before, .matching-fans .box-button.ages.incorrect:before {
          font-family: "FontAwesome";
          position: absolute;
          content: "\f05c";
          font-size: 8em;
          top: 53px;
          left: 20px;
          color: #8e2424; }
      .matching .box-button.ages.chosen, .matching-fans .box-button.ages.chosen {
        border-color: #2b8895;
        border: 2px solid #2b8895;
        box-shadow: 0 0 10px #2b8895;
        cursor: initial; }
    .matching .box-button.fans, .matching-fans .box-button.fans {
      text-align: center;
      background: none;
      border: 1px solid white;
      width: 100%; }
      .matching .box-button.fans p, .matching-fans .box-button.fans p {
        font-size: 1.4em;
        font-weight: 100;
        line-height: 1.2em;
        color: white;
        width: 100%;
        text-align: center;
        text-transform: uppercase; }
      .matching .box-button.fans:hover, .matching-fans .box-button.fans:hover {
        background: rgba(255, 255, 255, 0.1); }
      .matching .box-button.fans.chosen, .matching-fans .box-button.fans.chosen {
        border-color: #2b8895;
        background: rgba(43, 136, 149, 0.2);
        box-shadow: 0 0 10px #2b8895;
        cursor: initial; }
      .matching .box-button.fans.incorrect, .matching-fans .box-button.fans.incorrect {
        background: rgba(255, 0, 0, 0.25); }
        .matching .box-button.fans.incorrect:before, .matching-fans .box-button.fans.incorrect:before {
          font-family: "FontAwesome";
          position: absolute;
          content: "\f05c";
          font-size: 7em;
          top: 50px;
          left: 34px;
          color: #8e2424; }
    .matching .box-button.shows, .matching-fans .box-button.shows {
      height: 136px; }
      .matching .box-button.shows img, .matching-fans .box-button.shows img {
        border: 1px solid black; }
        .matching .box-button.shows img:hover, .matching-fans .box-button.shows img:hover {
          border-color: #2b8895;
          background: none; }
        .off .matching .box-button.shows img .cover-off, .off .matching-fans .box-button.shows img .cover-off {
          display: block; }
      .matching .box-button.shows.chosen img, .matching-fans .box-button.shows.chosen img {
        border-color: #2b8895;
        background: rgba(43, 136, 149, 0.2);
        box-shadow: 0 0 10px #2b8895;
        cursor: initial; }
      .matching .box-button.shows.incorrect .cover, .matching-fans .box-button.shows.incorrect .cover {
        display: block;
        opacity: .75;
        background: rgba(255, 0, 0, 0.25); }
        .matching .box-button.shows.incorrect .cover:before, .matching-fans .box-button.shows.incorrect .cover:before {
          font-family: "FontAwesome";
          position: absolute;
          content: "\f05c";
          font-size: 8em;
          top: 50px;
          left: 34px;
          color: #8e2424; }
  .matching .agents:hover, .matching-fans .agents:hover {
    background: rgba(255, 255, 255, 0.1); }
  .matching .agents .off, .matching-fans .agents .off {
    background: lightgrey;
    cursor: initial; }
    .matching .agents .off:hover, .matching-fans .agents .off:hover {
      background: lightgrey; }
  .matching .agents.chosen, .matching-fans .agents.chosen {
    border-color: #2b8895;
    border: 2px solid #2b8895;
    box-shadow: 0 0 10px #2b8895;
    cursor: initial; }
  .matching .agents.incorrect, .matching-fans .agents.incorrect {
    background: rgba(255, 0, 0, 0.25); }
    .matching .agents.incorrect:before, .matching-fans .agents.incorrect:before {
      font-family: "FontAwesome";
      position: absolute;
      content: "\f05c";
      font-size: 8em;
      top: 50px;
      left: 34px;
      color: #8e2424; }
  .matching .sub-head, .matching-fans .sub-head {
    text-align: left;
    font-size: 16px;
    line-height: 1em;
    padding-left: 1px;
    margin-top: 15px;
    font-weight: 600; }
    .matching .sub-head span, .matching-fans .sub-head span {
      font-size: 12px;
      font-weight: 300; }

#incorrect-fans {
  position: absolute;
  z-index: 400;
  background: rgba(0, 0, 0, 0.95);
  border: 1px solid;
  height: 300px; }

.phone .phone-bg {
  background: url("../imgs/quiz/cellphone.png") 40px 0px no-repeat;
  min-height: 455px; }

.phone .button-cover {
  position: absolute;
  margin-left: 24px;
  z-index: 300; }

.phone .circle-button {
  width: 51px;
  height: 51px;
  position: absolute;
  border-radius: 29px;
  cursor: pointer; }
  .phone .circle-button:hover {
    border: 0px solid white;
    box-shadow: 0 0 15px white;
    background: rgba(255, 255, 255, 0.2); }
  .phone .circle-button#no-1 {
    top: 145px;
    left: 74px; }
  .phone .circle-button#no-2 {
    top: 140px;
    left: 143px; }
  .phone .circle-button#no-3 {
    top: 134px;
    left: 213px; }
  .phone .circle-button#no-4 {
    top: 208px;
    left: 78px; }
  .phone .circle-button#no-5 {
    top: 202px;
    left: 148px; }
  .phone .circle-button#no-6 {
    top: 197px;
    left: 217px; }
  .phone .circle-button#no-7 {
    top: 272px;
    left: 83px; }
  .phone .circle-button#no-8 {
    top: 266px;
    left: 153px; }
  .phone .circle-button#no-9 {
    top: 261px;
    left: 223px; }
  .phone .circle-button#no-10 {
    top: 336px;
    left: 89px; }
  .phone .circle-button#no-11 {
    top: 330px;
    left: 158px; }
  .phone .circle-button#no-12 {
    top: 323px;
    left: 229px; }

.closer {
  display: none;
  position: absolute;
  font-size: 21px;
  font-weight: 100;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: rgba(109, 109, 109, 0.85);
  /* height: 20px; */
  padding: 6px 5px 3px;
  border-radius: 6px;
  z-index: 200; }
  .closer:hover {
    color: rgba(255, 255, 255, 0.9);
    background: #444; }

.try-again-lockup {
  font-family: "DIN Next W01 Regular", sans-serif;
  position: absolute;
  top: 48%;
  left: 50%;
  font-size: 8em;
  transform: translate(-50%, -50%); }

p, body, a {
  font-family: "DIN Next W01 Regular", sans-serif; }

p, .timber-container p {
  font-size: 18px;
  line-height: 23px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "DIN Next W01 Regular", sans-serif; }

h4, h5, .h4, .h5 {
  font-weight: 300; }

h3, .h3 {
  font-size: 2.3em; }

.blue {
  color: #2b8895; }

.red {
  color: #b81d2f; }

.text-lg {
  font-size: 1.3em; }

.text-left {
  text-align: left; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label {
  color: #f2f2f2;
  z-index: 600; }

input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) left top no-repeat;
  cursor: pointer; }
  input[type="checkbox"] + label span.bordered {
    width: 17px;
    height: 17px;
    border: 1px solid #d6d6d6;
    border-radius: 4px; }

input[type="checkbox"]:checked + label span {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -19px top no-repeat !important; }

input[type="radio"] {
  display: none; }

input[type="radio"] + label {
  color: #f2f2f2;
  font-family: Arial, sans-serif; }

input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -38px top no-repeat;
  cursor: pointer; }

input[type="radio"]:checked + label span {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -57px top no-repeat; }

.checkbox-wrapper {
  width: 30px;
  height: 30px;
  float: left;
  margin: 20px 0px 40px 0px; }

@media screen and (min-width: 368px) and (max-width: 768px) {
  .full {
    width: 100% !important; } }

.flexbox-parent {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal; }

.content-wrap {
  position: relative;
  zoom: 1; }
  .content-wrap:after {
    clear: both; }
  .content-wrap:before, .content-wrap:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }

.flexbox-item {
  padding: 8px; }

.flexbox-item-grow {
  flex: 1;
  /* same as flex: 1 1 auto; */ }

.flexbox-item.header {
  background: rgba(255, 0, 0, 0.1); }

.flexbox-item.footer {
  background: rgba(0, 255, 0, 0.1); }

.flexbox-item.content {
  background: rgba(0, 0, 255, 0.1); }

.fill-area {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  /* align items in Main Axis */
  align-items: stretch;
  /* align items in Cross Axis */
  align-content: stretch;
  /* Extra space in Cross Axis */ }

.fill-area-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  /* align items in Main Axis */
  align-items: stretch;
  /* align items in Cross Axis */
  align-content: stretch;
  /* Extra space in Cross Axis */ }

/*# sourceMappingURL=main.css.map */
.timer p.digital{
font-size: 26px;
padding-top: 15px;
}
