/* Oink - version 0.0.2
 * 12-14-2017
 * 1:03:16 PM
 * Copyright 2017 JJ SCHAUS
 */

.button {
  text-align: center; }

.vertical-wrap {
  position: relative; }

.vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.wide96 {
  width: 96%; }

.heavy {
  font-weight: 600 !important; }

/* Mixin */
strong {
  font-weight: bold; }

.content-wrap {
  display: none; }

.response-text {
  font-size: 1.6em; }

.red {
  background: #ce272d; }

.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 {
  height: 645px;
  text-align: center; }
  .intro .sub-head-wrap {
    border-top: 2px solid white; }
  .intro p {
    font-size: 24px;
    line-height: 26px; }
    @media only screen and (min-width: 1000px) and (max-width: 1199px) {
      .intro p {
        font-size: 22px; } }
    @media only screen and (max-width: 768px) {
      .intro p {
        font-size: 18px;
        line-height: 27px; } }
  .intro.activity .sub-head-wrap, .intro.survey .sub-head-wrap {
    border-bottom: 2px solid white;
    padding: 15px 0; }
    @media only screen and (max-width: 768px) {
      .intro.activity .sub-head-wrap, .intro.survey .sub-head-wrap {
        padding: 10px 0; } }
  .intro.survey p {
    margin: 20px auto 30px; }
  .intro.confirmation .sub-head-wrap {
    border-bottom: 2px solid white;
    padding: 15px 0; }
  .intro.confirmation p {
    margin: 40px auto 50px; }

.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-15 {
  margin-top: 15px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-30 {
  margin-top: 30px; }
  @media only screen and (max-width: 768px) {
    .margin-top-30 {
      margin-top: 10px; } }

.headline {
  font-size: 5em;
  line-height: 1.9em;
  font-weight: 600; }
  @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; }

.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 Medium", 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; }

.confirmation-image {
  max-width: 690px;
  /* top: 0; */
  position: relative;
  right: 60px;
  bottom: 0;
  margin-top: 100px; }
  @media only screen and (max-width: 768px) {
    .confirmation-image {
      max-width: 450px;
      margin-top: 290px; } }

.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/shameless-hero.jpg") no-repeat top center; }
  .background.prize, .background.confirm {
    background: url("../imgs/wall-hero.jpg") no-repeat top center; }

.black-cover {
  width: 100%;
  height: 100%;
  background: black;
  position: absolute; }

.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; }

.activity-btn {
  font-family: 'museo-sans', sans-serif;
  display: block;
  background: white;
  width: 80%;
  padding: 0.7em .5em;
  margin: 20px auto;
  border: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  color: #2b8895;
  border: 2px solid white; }
  .activity-btn:hover {
    background: #2b8895;
    color: white; }
  .activity-btn.action {
    font-size: 27px;
    margin-bottom: 30px;
    background: none;
    color: white;
    width: 50%; }
    .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; }

.map {
  min-height: 616px;
  height: 100%;
  margin-top: 15px;
  background: url("../imgs/map-bg.jpg") no-repeat center right;
  zoom: 1; }
  .map:after {
    clear: both; }
  .map:before, .map:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }

.text-wrap {
  background: #2b8895;
  content: '\f2cc';
  width: 50%;
  padding: 15px;
  color: white;
  border: 3px solid;
  margin: 10px 10px 10px 0;
  box-shadow: 0 0 10px #2b8895; }
  .text-wrap p {
    font-size: 1.8em;
    margin: 0; }
    .text-wrap p:before {
      font-family: "FontAwesome";
      content: "\f041";
      margin-right: 10px; }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .text-wrap {
      width: 55%; } }
  @media only screen and (max-width: 768px) {
    .text-wrap {
      width: 66%;
      margin: 10px auto; } }

.map-marker {
  float: right;
  font-size: 17px;
  margin-right: 5px;
  padding-top: 4px; }

.location {
  position: absolute;
  z-index: 100; }
  .location#gallagher-house {
    left: 511px;
    top: 224px; }
  .location#diner {
    left: 59px;
    top: 205px; }
  .location#bar {
    left: 830px;
    top: 154px; }
  .location#shelter {
    left: 811px;
    top: 472px; }
  .location#fire-station {
    left: 167px;
    top: 423px; }
  .location#hospital {
    left: 462px;
    top: 503px; }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .location#gallagher-house {
      left: 475px;
      top: 222px; }
    .location#diner {
      left: 54px;
      top: 214px; }
    .location#bar {
      left: 660px;
      top: 127px; }
    .location#shelter {
      left: 623px;
      top: 490px; }
    .location#fire-station {
      left: 13px;
      top: 424px; }
    .location#hospital {
      left: 306px;
      top: 485px; } }
  @media only screen and (min-width: 769px) and (max-width: 999px) {
    .location#gallagher-house {
      left: 238px;
      top: 170px; }
    .location#diner {
      left: 7px;
      top: 242px; }
    .location#bar {
      left: 485px;
      top: 203px; }
    .location#shelter {
      left: 375px;
      top: 358px; }
    .location#fire-station {
      left: 32px;
      top: 439px; }
    .location#hospital {
      left: 391px;
      top: 497px; } }
  @media only screen and (max-width: 768px) {
    .location#gallagher-house {
      left: 238px;
      top: 170px; }
    .location#diner {
      left: 7px;
      top: 242px; }
    .location#bar {
      left: 485px;
      top: 203px; }
    .location#shelter {
      left: 375px;
      top: 358px; }
    .location#fire-station {
      left: 32px;
      top: 439px; }
    .location#hospital {
      left: 391px;
      top: 497px; } }

.pin {
  bottom: 5px;
  width: 37px;
  height: 55px;
  background: url("../imgs/quiz/map-marker.png") right;
  z-index: 20;
  cursor: pointer; }
  .pin:hover {
    background-position: left; }
    .pin:hover div:first-child {
      opacity: 1; }

.rollover-image {
  width: 240px;
  height: 150px;
  position: absolute;
  top: -102px;
  left: 16px;
  z-index: -1;
  border: 4px solid white;
  box-shadow: 0px 0px 5px #9E9E9E;
  opacity: 0;
  transition: opacity .3s; }
  .touch .rollover-image {
    opacity: 1; }
  #gallagher-house .rollover-image {
    background: url("../imgs/quiz/gallagher-house.png"); }
  #diner .rollover-image {
    background: url("../imgs/quiz/diner.png"); }
  #bar .rollover-image {
    background: url("../imgs/quiz/bar.png"); }
  #shelter .rollover-image {
    background: url("../imgs/quiz/shelter.png"); }
  #fire-station .rollover-image {
    background: url("../imgs/quiz/fire-station.png"); }
  #hospital .rollover-image {
    background: url("../imgs/quiz/hospital.png"); }
  @media only screen and (max-width: 768px) {
    .rollover-image {
      width: 179px;
      height: 112px;
      top: -64px;
      left: 16px; } }

.map-cover {
  position: absolute;
  height: 95%;
  width: 97%;
  left: 1.2%;
  top: 1.7%;
  border: solid 4px white;
  z-index: 180; }
  .map-cover .correct-wrap, .map-cover .incorrect-wrap {
    display: none; }
  .map-cover.correct {
    background: rgba(43, 136, 149, 0.9); }
    .map-cover.correct .correct-wrap {
      display: block; }
  .map-cover.incorrect {
    background: rgba(184, 29, 47, 0.9); }
    .map-cover.incorrect .incorrect-wrap {
      display: block; }
    .map-cover.incorrect h1 {
      font-size: 4.5em;
      font-weight: bold;
      line-height: 1em; }

.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 {
  display: none;
  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 .description {
    height: 575px; }
  .response #next-clue {
    font-size: 2.2em; }

.closer {
  position: absolute;
  font-size: 60px;
  font-weight: 100;
  top: 20px;
  right: 5px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.85); }
  .closer:hover {
    color: white; }

.try-again-lockup {
  font-family: "DIN Next W01 Medium", sans-serif;
  position: absolute;
  top: 48%;
  left: 50%;
  font-size: 8em;
  transform: translate(-50%, -50%); }

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 */