/* 15discover3908 - version 0.0.1
 * Last modified: 01-30-2016 * 1:21:35 AM
 * Copyright 2016 renegade communications
 */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1,
h2, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

button {
  outline: 0 !important;
}

input[type=submit] {
  outline: 0 !important;
}

nav ul {
  list-style: none;
}

p {
  -webkit-font-smoothing: antialiased;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  margin: 0px;
  padding: 0px;
}

img {
  max-height: 100%;
  max-width: 100%;
}

html, body {
  height: 100%;
  width: 100%;
  font-family: "DIN Next W01 Regular", sans-serif;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  html, body {
    background: url(../imgs/site/background-desktop-66.jpg) no-repeat top fixed #0e130a;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  html:after, body:after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-size: auto;
    display: block;
    background: url(../imgs/site/background-mobile-65.jpg) no-repeat 50% 0;
    background-size: cover;
  }
}

h1, h2 {
  text-align: center;
  padding: 1em 0em;
  font-weight: 900;
  font-size: 50px;
  word-spacing: -.2ch;
  text-transform: uppercase;
  font-family: "Masheen W00 Bold", sans-serif;
}
@media only screen and (max-width: 767px) {
  h1, h2 {
    font-size: 27px;
    line-height: 1.2em;
  }
}

section {
  min-height: 50vh;
}

.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
  -ms-flex: 1 0 0px;
  flex: 1;
  /* shortcut for "flex-grow: 1". Note that it MUST be a unitless value to work; defined with a unit (e.g. flex: 1px) the shortcut would alter the flex-basis property. */
  /* shortcut for "flex-grow: 1". Note that it MUST be a unitless value to work; defined with a unit (e.g. flex: 1px) the shortcut would alter the flex-basis property. */
  padding: 0px 1em;
  /* or inline-flex */
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

.prize-pack img {
  margin: 0px auto;
}
.prize-pack h1, .prize-pack h2 {
  text-align: center;
}

h1, h2 {
  padding-bottom: 10px;
  padding-top: 20px;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  h1, h2 {
    font-size: 25px;
  }
}

p {
  margin-bottom: 1.2em;
  font-size: 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  p {
    box-sizing: border-box;
    color: white;
    font-size: 17px;
    height: auto;
    line-height: 20px;
    text-align: center;
  }
}

.rules {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin: 1em auto;
  text-align: center;
  font-size: 12px;
}
.rules:after {
  content: " ";
  display: block;
  clear: both;
}
.rules p {
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  height: auto;
  line-height: 20px;
  text-align: center;
}
.rules a {
  text-decoration: underline;
  color: #fff;
  font-size: 17px;
}
.rules a:hover {
  text-decoration: none;
  color: #ffcf4f;
}

.disclaim {
  display: block;
  margin: 1em 0em;
}

.main {
  margin: auto;
  text-align: center;
  max-width: 580px;
  width: auto;
  /* shortcut for "flex-grow: 1". Note that it MUST be a unitless value to work; defined with a unit (e.g. flex: 1px) the shortcut would alter the flex-basis property. */
}
.main span {
  display: block;
  margin: 0;
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .main span {
    font-size: 25px;
  }
}

.top-logos {
  width: 100%;
  height: 50px;
  /* or inline-flex */
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.top-logos:after {
  content: " ";
  display: block;
  clear: both;
}
.top-logos img {
  display: block;
  vertical-align: middle;
  margin: 1em auto 0px auto;
  max-width: 120px;
}
@media only screen and (max-width: 767px) {
  .top-logos img {
    max-width: 60px;
  }
}
.top-logos .logo-left {
  text-align: left;
  width: 50%;
  float: left;
}
.top-logos .logo-right {
  text-align: right;
  width: 50%;
  float: right;
}

.box {
  max-width: 160px;
  width: 100%;
  margin: 5px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .box {
    width: 160px;
    margin: 0px auto;
  }
}

.footer {
  display: flex;
  /* establish flex container */
  flex-direction: row;
  /* make main axis horizontal (default value) */
  justify-content: center;
  /* center items horizontally, in this case */
  align-items: center;
  /* center items vertically, in this case */
}
@media only screen and (max-width: 767px) {
  .footer {
    flex-direction: column;
  }
}

.puppy-bowl-logo {
  width: 157px;
  float: right;
  padding: 0px;
}
@media only screen and (max-width: 767px) {
  .puppy-bowl-logo img {
    width: 157px;
  }
}

.cta-wrap {
  margin-top: 10px;
  display: flex;
  /* establish flex container */
  flex-direction: row;
  /* make main axis horizontal (default value) */
  justify-content: center;
  /* center items horizontally, in this case */
  align-items: center;
}

input[type=submit],
.cta {
  border: 0px;
  max-width: 230px;
  border-radius: 5px;
  width: 100%;
  color: #a17c00;
  display: inline-block;
  font-size: 16px;
  font-family: "DIN Next W01 Heavy", sans-serif;
  font-weight: 900;
  padding: 15px 20px 13px 20px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  background: #ffcf4f;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.meme-btns {
  text-transform: uppercase;
  margin: 1em auto;
  max-width: 580px;
  width: 100%;
  display: block;
}
.meme-btns ul {
  list-style-type: none;
  margin: 0px;
}
.meme-btns ul li {
  margin-bottom: 0.1em;
  border-top-width: 0px;
  display: -webkit-flex;
}
.meme-btns ul li a {
  align-items: center;
  background: rgba(4, 5, 5, 0.6);
  display: -webkit-flex;
  color: #fff;
  padding: 28px 19px 30px 24px;
  text-decoration: none;
  width: 100%;
}
.meme-btns ul li span {
  border-right: 4px solid rgba(255, 255, 255, 0.25);
  border-top: 4px solid rgba(255, 255, 255, 0.25);
  display: inline-block;
  height: 9px;
  margin-left: auto;
  position: relative;
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  width: 9px;
}

#slide-two {
  margin-bottom: 30px;
  justify-content: center;
}
#slide-two p {
  text-align: center;
}

.meme-wrap {
  margin-bottom: 15px;
}

.meme-gen-wrap {
  margin: 0px auto;
}

#slide-three {
  display: none;
}
#slide-three p {
  text-align: center;
}

.puppy-grid {
  display: flex;
  margin: 0px auto;
  max-width: 1200px;
  position: relative;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.puppy {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 2px;
}
.puppy img {
  max-width: 360px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .puppy img {
    max-width: 320px;
    align-items: center;
    margin-bottom: 1em;
    justify-content: center;
  }
}

.puppy-checkbox {
  z-index: 99999999;
  height: 36px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 15px;
  width: 36px;
  cursor: pointer;
}

.share-btn-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 0px auto;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 20px;
}

.share-btn {
  background: none;
  border: 0;
  text-align: center;
  margin-bottom: 18px;
  margin-top: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50%;
  outline: 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .share-btn {
    width: 100%;
  }
}
.share-btn p {
  color: #cdd1df;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 3px;
}

.fb-login {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 34px 0px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  background: #3b5998;
}
@media only screen and (max-width: 767px) {
  .fb-login {
    width: 100%;
  }
}
.fb-login:before {
  font-family: FontAwesome;
  content: '\f09a';
  padding-right: 15px;
  font-size: 18px;
}

.fb-twitter {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  padding: 34px 0px;
  text-align: center;
  text-transform: uppercase;
  background: #55acee;
}
.fb-twitter:before {
  font-family: FontAwesome;
  content: '\f099';
  padding-right: 15px;
  font-size: 19px;
}

.flex-container {
  border: solid 1px pink;
  display: -webkit-flex;
  display: flex;
}

.flex-item {
  width: 50%;
  height: 200px;
  border: 1px solid red;
  margin: 10px;
  display: -webkit-flex;
  display: flex;
}
.flex-item p {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

input::-webkit-input-placeholder {
  color: #ffcf4f;
}

input::-moz-placeholder {
  color: #ffcf4f;
}

input::-moz-placeholder {
  color: #ffcf4f;
}

input:-ms-input-placeholder {
  color: #ffcf4f;
}

input::-ms-clear {
  display: none;
}

.form-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-container {
  justify-content: center;
  width: 100%;
  max-width: 500px;
}
.form-container a {
  color: #ffcf4f;
}
.form-container p {
  margin: 30px 0px;
}

input[type="text"] {
  flex-grow: 1;
  background-color: transparent;
  border-width: 0px 0px 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffcf4f;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: white;
  font-size: 18px;
  font-family: "DIN Next W01 Light", sans-serif;
  height: 40px;
  outline: none;
  padding: 0px 0px 0px 0px;
  transition: background 0.2s;
  -webkit-transition: background 0.2s;
  width: 100%;
}

.error {
  color: red;
  font-size: 0.8em;
}

input[type=checkbox] {
  content: '\f00c' !important;
  -webkit-appearance: none;
  font-family: FontAwesome;
  background: #ffcf4f;
  width: 20px;
  height: 20px;
  margin: 35px 10px 30px 0px;
  float: left;
  outline: 0 !important;
  cursor: pointer;
  position: relative;
  /* dash */
}

input[type=checkbox]:checked:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f00c";
  color: #6f5a05;
  font-size: 20px;
  letter-spacing: 0px;
}

input:checked {
  display: inline-block;
  color: #ccc;
  z-index: 99999999;
  width: 20px;
  height: 20px;
  margin: 35px 10px 30px 0px;
  float: left;
  content: '\f058';
  outline: 0 !important;
  font-family: FontAwesome;
  /* dash */
}

.final-meme-wrap {
  justify-content: space-between;
  position: relative;
}

.separator {
  border: 5px solid #ffcf4f;
  width: 70px;
  margin: 0px auto;
}

#final-meme {
  margin: 0px auto 20px auto;
}

.footer {
  margin-top: 30px;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.footer:after {
  content: " ";
  display: block;
  clear: both;
}

.confirmation {
  padding: 0 20px 20px;
}
.confirmation p {
  text-align: center;
  line-height: 1.2em;
}

.meme-btns li {
  margin-bottom: 0.1em;
  border-top-width: 0px;
  display: -webkit-flex;
  align-items: center;
  background: rgba(4, 5, 5, 0.6);
  color: #fff;
  padding: 28px 19px 30px 24px;
  text-decoration: none;
  cursor: pointer;
}
.meme-btns li span {
  border-right: 4px solid rgba(255, 255, 255, 0.25);
  border-top: 4px solid rgba(255, 255, 255, 0.25);
  display: inline-block;
  height: 9px;
  margin-left: auto;
  position: relative;
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  width: 9px;
}

.puppy-checkbox {
  z-index: 99999999;
  height: 60px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 3px;
  width: 60px;
}
.puppy-checkbox i {
  font-size: 60px;
  display: none;
  padding-top: 3px;
  color: #ffffff;
  z-index: 9999999;
}
.selected .puppy-checkbox i {
  display: block;
}

h2 {
  font-size: 1.6em;
  margin-bottom: 5px;
  -webkit-margin-after: 5px;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2em;
  }
}

#slide-four, #slide-five {
  display: none;
}

#slide-five {
  min-height: 0;
}

.cta-wrap {
  margin-bottom: 14px;
  text-align: center;
}

.cta.back {
  color: white;
  background: #81A2C1;
  padding: 15px 50px 13px;
}

a {
  text-decoration: none;
}

.prize-pack {
  background: rgba(5, 5, 5, 0.4);
  padding: 2%;
}
.prize-pack ul {
  text-align: left;
  margin-left: 10%;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 1.2em;
}

.form-wrapper, .thanks {
  display: none;
}
.form-wrapper .form-container, .thanks .form-container {
  margin: auto;
}

.separator {
  margin: 60px auto 0%;
}

.client-logo {
  display: none;
}

.not-in-play {
  display: none;
}

.in-play {
  display: block;
}

/*# sourceMappingURL=main.css.map */
