@charset "UTF-8";
#suggested{
    display: none;
    color: #000;
    font-size: 14px;
}

#suggestion{
    background-color: lightcoral;
    color: #fff;
    padding: 2px 10px 2px 10px;

}

/* Breakpoints */
/*$tablet: 900px;*/
/* Colors */
/* Body */
/* Header */
/* Main Area */
/* Form */
/* Buttons */
/* Footer */
button,
.button {
  appearance: none;
  /*display: flex;*/
  display: inline-block;
  padding: 0px;
  /*align-content: center;*/
  /*justify-content: center;*/
  width: 251px;
  height: 69px;
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  color: #FFFFFF;
  cursor: pointer;
}
button.primary,
.button.primary {
  background-image: url("../images/but1.png");
}
button.enter-again,
.button.enter-again {
  background-image: url("../images/but2.png");
}
button:hover,
.button:hover {
  box-shadow: 0 0 6px 1px #FFF;
}
@media screen and (min-width: 900px) {
  button,
.button {
    width: 251px;
    height: 69px;
  }
    .fbcontainer{
        display: block;
    }
    .link-title{
        display: block;
    }
}

.error-box {
  display: none;
  color: #000;
  background: #f3f3f3;
  padding: 5px 10px;
  min-height: 38px;
  min-width: 200px;
  margin: 0px auto 15px auto;
  padding: 5px 10px;
  font-size: 12px;
  box-shadow: 0 0 6px 1px #999;
  /*@media screen and (min-width: $mobile) {
    position: absolute;
    right: 50%;
  }*/
}

.fbcontainer {
  margin-bottom: 0px;
    display: none;

}
.fbcontainer #shareBtn {
  width: 90px;
  height: 32px;
  background: url("../images/send-button.png") center top no-repeat;
  background-size: cover;
  margin-top: 8px;
}
@media screen and (min-width: 899px) {
  .fbcontainer {
    display: block;
  }
}

input:not([type=checkbox]),
select,
textarea {
  flex: 1 1 100%;
  padding: 10px 10px;
  margin-bottom: 0px;
  font: inherit;
  font-size: 16px;
  border: 1px solid #808080;
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #000;
}
input:not([type=checkbox]).error,
select.error,
textarea.error {
  border: 1px solid red;
}
input:not([type=checkbox]).error:focus,
select.error:focus,
textarea.error:focus,
div.error {
  box-shadow: 0 0 5px red;
  border: 1px solid red;
}
input:not([type=checkbox])::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}
input:not([type=checkbox])::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
input:not([type=checkbox]):-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1;
}
input:not([type=checkbox]):-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}
input:not([type=checkbox])::placeholder,
select::placeholder,
textarea::placeholder {
  color: #000;
  opacity: 1;
}

[type=checkbox] {
  position: absolute;
  left: 0px;
  opacity: 0;
  z-index: -1;
}

input[type=date] {
  padding: 4px 10px;
}

input[type=date]:before {
  content: attr(placeholder) !important;
  color: #000;
  margin-right: 0.5em;
}

input[type=date]:focus:before,
input[type=date]:valid:before {
  content: "";
}

.share-link {
  flex: 1 1 auto !important;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  border-radius: 0;
  background: url("../images/select-arrow.png") no-repeat;
  background-position: calc(100% - 10px) center;
  font-family: Arial, sans-serif;
  /* Make start padding consistent in FireFox */
}

@-moz-document url-prefix() {
    select{
        padding: 10px 10px 10px 6px;
    }

}

select:invalid {
  color: #000;
  font-weight: normal;
}
select option {
  color: #000;
}

label {
  font-size: 0.8rem;
  /* Pseudo-checkbox */
}
label:not(.checkbox):not(.checkbox-field) {
  display: block;
  margin-bottom: 3px;
  color: inherit;
}
label.checkbox {
  margin-left: 8px;
  font-size: 12px;
  color: #000;
  align-self: center;
}
label.checkbox-field {
  position: relative;
  display: flex;
  margin: 0;
  justify-content: center;
  align-content: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #808080;
  background: none;
}
@media screen and (min-width: 899px) {
    #suggested{
        display: none;
        color: #000;
        font-size: 14px;
    }

    #suggestion{
        background-color: lightcoral;
        color: #fff;
        padding: 2px 10px 2px 10px;

    }
    label.checkbox-field {
      margin: 0;
    }
}
:checked + label.checkbox-field:before {
  content: "✓";
}
:disabled + label.checkbox-field {
  background-color: #cdcdcd;
}

* {
  box-sizing: border-box;
}

body {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  min-height: 100vh;
}

.constrained {
  max-width: 1093px;
  width: 100%;
}

.link-title {
  font-size: 1.1rem;
  margin-bottom: 5px;
  margin-top: 27px;
  font-weight: normal;
  text-align: center;
    display: none;
}
@media screen and (min-width: 899px) {
  .link-title {
    display: block;
  }
}

img {
  border: 0;
}

.baseline-strip {
  width: 100%;
  margin-top: -12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
}

.prize-details a,
.prize-details img {
  display: block;
}
.prize-details img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .prize-details {
    display: none;
  }
}

.bottom-pictures img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .bottom-pictures {
    display: none;
  }
}

.logo2 {
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 900px) {
  .logo2 {
    margin-top: -30px;
    margin-bottom: -30px;
  }
}

@media screen and (max-width: 395px) {
    .logo2 img{
        width: 100%;
        padding-right: 5px;
    }
}

small {
  display: flex;
  flex-flow: column nowrap;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  flex: 0;
  font-size: 10px;
  font-weight: normal;
  color: #000;
  background: none;
  margin-top: 20px;
  margin-bottom: 140px;
}
small.left {
  justify-content: flex-start;
}
small.center {
  justify-content: center;
}
small.right {
  justify-content: flex-end;
}
small a {
  text-decoration: none;
}
small .upper {
  text-transform: uppercase;
}
small .divider {
  margin: 0 5px;
}
@media screen and (min-width: 899px) {
  small {
    font-size: 10px;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

body {
  font-family: "Arial", sans-serif;
  font-size: 20px;
  color: #000;
  background: #FFF;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (min-width: 899px) {
  body {
    background: #FFF;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1;
}

h1 {
  font-size: 20px;
  font-weight: normal;
  padding: 10px 10px 5px 10px;
  text-align: center;
}
h1.page-heading {
  text-transform: uppercase;
  background: none;
  font-size: 1rem;
  text-align: center;
  padding: 0px;
  color: #222222;
}
h1.page-heading div {
  font-size: 1rem;
}
h1.page-heading strong {
  font-size: 1.5rem;
  font-weight: bold;
  color: #e20058;
}
h1.page-heading .heading-image {
  width: 290px;
  height: 142px;
  background: url("../images/mob-heading1.png");
  background-size: contain;
}
@media screen and (min-width: 899px) {
  h1.page-heading {
    font-size: 1.3rem;
  }
  h1.page-heading div {
    font-size: 1.3rem;
  }
  h1.page-heading strong {
    font-size: 1.8rem;
  }
  h1.page-heading .heading-image {
    width: 290px;
    height: 142px;
    background: url("../images/heading1.png");
    background-size: contain;
  }
}

h2 {
  font-size: 1.1rem;
}

a {
  font: inherit;
  color: inherit;
  transition: color 200ms ease;
}
a:hover {
  color: inherit;
}

.important-text {
  width: 86%;
  font-size: 0.9rem;
  text-align: center;
  margin-top: 25px;
  color: #000;
}
.important-text span {
  text-transform: uppercase;
}

form {
  /*padding: 10px;*/
  background: none;
  width: 100%;
}
form.secondary {
  padding: 0;
  background: none;
}
form section {
  /*margin-bottom: 10px;*/
}
form .field-row {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 13px;
}
form .field-row.checkbox {
  margin-bottom: 10px;
  align-items: flex-start;
  flex-flow: nowrap;
}
form .field-row.sub-rows {
  display: block;
  margin-bottom: 0px;
}
form .field-row.sub-rows input {
  width: 100%;
}
form .field-row.sub-rows .field-note {
  height: 18px;
  padding-top: 2px;
  color: #6A6A6A;
  font-size: 0.55rem;
}
form .field-row.last-row {
  margin-bottom: 0px;
}
form .submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  /*padding: 20px 0;*/
  margin-top: 20px;
}

header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #E0261B;
  height: 100px;
}
header .homelink {
  padding: 0px;
  text-decoration: none;
}
header img {
  width: 114px;
  height: auto;
}
@media screen and (min-width: 899px) {
  header {
    padding: 50px 0;
  }
}

main {
  display: flex;
  background: none;
  margin-bottom: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 0 1 auto;
  width: 100%;
  max-width: 1093px;
  /* Position Form & Heading */
  /* Position Field Labels */
}
main.flex-alignment {
  align-items: center;
}
main.left {
  align-items: flex-start;
}
main.right {
  align-items: flex-end;
}
@media screen and (max-width: 899px) {
  main.labels-positioning .field-row:not(.checkbox) {
    flex-wrap: wrap;
  }
  main.labels-positioning label {
    margin-bottom: 2px;
  }
}
main .hero-image {
  width: 100%;
}
main .hero-image img {
  width: 100%;
  height: auto;
  display: block;

}
main .wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  /*max-width: 405px;*/
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin-top: 0;
}
main .wrapper .prize-details-desktop {
  display: none;
}
main .wrapper .wrapper-inner {
  max-width: 90%;
  width: 100%;
  padding: 0;
  margin-top: 15px;
}
main .wrapper [class^=step] {
  padding: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .wrapper [class^=step].shop-now-link {
  display: none;
  margin-top: 30px;
  font-size: 0.8rem;
}
main .wrapper [class^=step].enter-again {
  padding: 0 10px;
}
main .wrapper [class^=step].enter-again .submit-button {
  margin-top: 5px;
}
main .wrapper .step-title {
  display: block;
  text-align: center;
  margin: auto;
  padding: 0 0px 15px 0px;
  line-height: 1.4;
}
main .wrapper .step-title.small-margin {
  padding: 0px 0px 15px 0px;
  margin-top: -20px;
}
main .wrapper .step-title strong {
  font-family: Arial, sans-serif;
    font-weight: normal;
}

.hero-image .medium{
    display: none;
}

@media screen and (min-width: 599px) {
  main .hero-image .small{
      display: none;
  }
  main .hero-image .medium{
      display: block;
  }

    main .wrapper .wrapper-inner {
    max-width: 421px;
  }
}
@media screen and (min-width: 699px) {
    main .hero-image img {
    }
}
@media screen and (min-width: 799px) {
    main .hero-image img {
    }
}


@media screen and (min-width: 899px) {


  main .wrapper {
    width: 50%;
    margin-top: 0px;
    margin-right: 0px;
    height: auto;
    /*padding: 20px 10px;*/
  }
  main .hero-image img {
      margin-left: 0;
      margin-right: 0;
  }

  main .wrapper .wrapper-inner {
      margin-top: 70px;
      margin-bottom: 30px;
  }
  main .wrapper.long-content {
    /*margin-top: 20px;*/
  }
  main .wrapper.long-content .step-title {
    padding: 22px 10px 8px 10px;
  }
  main .wrapper [class^=step] {
    align-items: center;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 900px) {
  main .wrapper {
    width: 500px;
    margin-top: 476px;
    position: relative;
  }
  main .wrapper .prize-details-desktop {
    display: block;
    position: absolute;
    top: -170px;
    left: 467px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1035px) {
  main .wrapper .prize-details-desktop img {
    width: 233px;
  }
}
@media screen and (min-width: 899px) {
  main {
    height: 978px;
    background: url("../images/background.jpg") center no-repeat;
    background-size: cover;
    background-position: center;
  }
  main.flex-alignment {
    align-items: center;
  }
  main .hero-image {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
