body.db-registered .db-not-registered,
body.db-not-registered .db-registered {
  display: none; }

.row {
  clear: both; }

.row > label {
  float: left;
  width: 10%; }

[data-field]:not(.has-error) .error-message {
  display: none; }

fieldset {
  border: none; }

* {
  margin: 0 auto;
  box-sizing: border-box; }

html {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; }

body {
  background: url("https://d5yskh2ij1w8j.cloudfront.net/Sweepstake/Thermomix/bg1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  width: 100%;
  height: 100%; }

h1, h2, h3, h4, h5, h6, a {
  margin: 0;
  color: inherit;
  font-weight: inherit; }

h1 {
  font-size: calc(18px + (40 - 18) * ((100vw - 300px) / (1920 - 300))); }

h2 {
  font-size: calc(16px + (36 - 16) * ((100vw - 300px) / (1920 - 300))); }

h3 {
  font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (1920 - 300))); }

h4 {
  font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1920 - 300))); }

h5 {
  font-size: calc(10px + (14 - 10) * ((100vw - 300px) / (1920 - 300))); }

h6 {
  font-size: calc(8px + (12 - 8) * ((100vw - 300px) / (1920 - 300))); }

.container {
  width: 70vw;
  text-align: center; }

.subcontainer {
  background: #FFF;
  padding: 2em;
  border-radius: 10px;
  order: 4; }

.content {
  background: #FFF;
  padding: 2em;
  border-radius: 10px;
  order: 3; }

.d-flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; }

.d-flex-row {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start; }

.toleft {
  float: left;
  margin-right: 2%; }

.toright {
  float: right;
  margin-left: 2%; }

.tx_left {
  text-align: left; }

.tx_right {
  text-align: right; }

.tx_center {
  text-align: center; }

.half {
  display: flex;
  justify-content: space-between; }

.m-0 {
  margin: 0 !important; }

/* Page Tittle */
.page-title {
  flex: 100%;
  order: 1;
  color: #FFF;
  text-transform: uppercase;
  margin: 10px;
  font-weight: 800;
  text-shadow: 0 0 5px #5f8c04;
  align-self: center; }

/* End Page Tittle */
/* Step-bar */
.step-bar {
  flex: 100%;
  order: 2;
  margin-bottom: 10px;
  font-size: calc(10px + (18 - 10) * ((100vw - 300px) / (1920 - 300))); }

.steps {
  width: 70%;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: flex-start;
  color: #ffffff;
  border-radius: 10px; }

.step {
  margin: 0 0.5em;
  display: inline-block; }

.step-icon {
  padding: 0.8em;
  margin: 0 0.5em;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  position: relative;
  font-size: calc(10px + (18 - 10) * ((100vw - 300px) / (1920 - 300))); }

.step-arrow {
  margin: 0.5em 2em; }

.step-arrow::before {
  content: "\f141";
  font-size: 1.3em;
  font-family: fontawesome; }

.step-active {
  background: #5f8c04; }

.done-icon {
  position: absolute;
  bottom: 0;
  right: -0.3em;
  color: yellow; }

.fa-clipboard {
  padding: 0.8em 1em; }

/* End step-bar */
/* Products */
.products {
  order: 3;
  flex: 55%;
  align-self: center; }

.products img {
  width: 80%; }

/* End Products */
/* Form */
.form {
  order: 4;
  flex: 45%;
  align-self: center; }

.formbox {
  width: 450px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 10px;
  text-align: left; }

.error-message {
  color: red; }

.formrow {
  position: relative;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  width: 100%; }

.row {
  position: relative; }

.width-1-1 {
  width: 100%; }

.width-1-2 {
  width: 49%; }

.width-1-3 {
  width: 33%; }

.width-1-4 {
  width: 25%; }

.width-3-4 {
  width: 73%; }

.width-1-5 {
  width: 19%;
  line-height: 40px; }

.width-2-5 {
  width: 39%; }

.width-3-5 {
  width: 59%; }

.width-4-5 {
  width: 79%; }

input[type="radio"] {
  position: absolute;
  z-index: -99; }

input[type="radio"] ~ label {
  cursor: pointer;
  padding: 10px 5px;
  background: #9acd32;
  width: 48%;
  color: #FFFFFF;
  border-radius: 5px; }

input[type="radio"]:checked + label {
  background: #5f8c04;
  color: #FFFFFF; }

input[type="text"],
input[type="email"] {
  width: 100%;
  background: #eeeeee;
  min-height: 40px;
  border-radius: 5px;
  outline: 0;
  padding: 0 5px;
  font-family: inherit;
  position: relative;
  border: none; }

input[type="text"] ~ label,
input[type="email"] ~ label,
select ~ label {
  color: #b8b8b8;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 0px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  margin: 0 !important;
  line-height: 39px; }

input[type="text"]:focus ~ label,
input[type="email"]:focus ~ label,
input[type="text"]:not(:placeholder-shown) ~ label,
input[type="email"]:not(:placeholder-shown) ~ label {
  top: 5px;
  font-size: 11px;
  color: #2b2b2b;
  line-height: 16px; }

.option-day {
  float: left;
  width: 32%;
  height: 35px;
  font-family: inherit;
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 0 10px;
  background: #eeeeee;
  border: none; }

.date-menus {
  display: flex;
  justify-content: space-between; }

h5 input[type="checkbox"] {
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.4s; }

h5 input[type="checkbox"]:checked {
  background: url(https://image.flaticon.com/icons/svg/25/25404.svg);
  background-repeat: no-repeat;
  background-size: contain; }

input[type="submit"],
button {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: bolder;
  margin: 5px auto 0;
  background: yellowgreen;
  border-radius: 3px;
  color: #ffffff;
  border: 2px solid #eee;
  padding: 10px;
  -webkit-appearance: none; }

input[type="submit"]:hover,
button:hover {
  font-size: 1.5em;
  background: #5f8c04; }

.btncontainer {
  position: relative; }

/* End Form */
/* Footer */
footer {
  width: 100%;
  text-align: center;
  margin: 70px auto 2em;
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300))); }

/* End Footer */
/* Media */
@media (max-width: 768px) {
  .container, .subcontainer,
  img,
  form, .formbox,
  .steps,
  #embed-sam {
    width: 98% !important; }
  .page-title {
    flex: 30%; }
  .step-bar {
    order: 3; }
  .products {
    order: 2; }
  .step-arrow {
    margin: 0.5em; } }

/*Sponsors*/
.sb-modal-content {
  width: 800px;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  text-align: left; }

.sb-modal-content label {
  display: inline-block;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  margin-top: 15px;
  border-radius: 10px;
  padding: 10px; }

.sb-modal-content label img {
  width: 150px;
  height: 80px;
  object-fit: scale-down; }

.sb-modal-content h1 {
  color: #000;
  margin-bottom: 20px; }

.sb-modal .sb-modal-content .sb-modal-close-button:after {
  color: #000;
  font-size: 22px; }

.sb-modal .sb-modal-content {
  max-width: 98% !important;
  height: 100%;
  overflow: scroll; }

.sb-modal .sb-modal-content::-webkit-scrollbar {
  width: 0; }

.sponsor_container {
  display: table;
  background: #f2f2f2;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px;
  color: #000000; }

.sponsor-content {
  display: table-cell;
  vertical-align: middle;
  width: 20%; }

.sponsor-optin {
  display: table-cell;
  vertical-align: middle;
  width: 80%;
  padding-left: 20px; }

.sponsor-img img {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
  object-fit: scale-down; }

.sponsor-optin a {
  background: none !important;
  color: inherit; }

.sponsor-optin .col {
  display: table;
  margin-top: 3px; }

.content-sponsor-input {
  display: table-cell;
  vertical-align: middle; }

.byaccept {
  padding-left: 10px;
  display: table-cell; }

.grecaptcha-badge {
  display: none !important; }

/*Keyframes*/
.sk-wave {
  text-align: center;
  font-size: 10px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 5px auto 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px; }

.sk-wave .sk-rect {
  background-color: #dd291e;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s; }

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(0.8); } }

.blink {
  animation: blink 1s infinite; }

@keyframes blink {
  0% {
    box-shadow: 0px 0px 10px yellowgreen, 0px 0px 10px #5f8c04; }
  50% {
    box-shadow: 0 0 0 #1beabd, 0 0 0 #10abff; }
  100% {
    box-shadow: 0px 0px 10px yellowgreen, 0px 0px 10px #5f8c04; } }

/*End Keyframes*/
