@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@font-face {
  font-family: 'GE Flow';
  src: url('../webfonts/GEFlow-Bold.woff2') format('woff2'), url('../webfonts/GEFlow-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../webfonts/Gotham-Bold.woff2') format('woff2'), url('../webfonts/Gotham-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../webfonts/Gotham-Medium.woff2') format('woff2'), url('../webfonts/Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-family: 'Gotham';
  color: #000;
  background: url("../img/win-a-car-bg.jpg?v36") no-repeat center bottom;
  background-size: cover;
}
ul {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #c6c6c6;
  text-decoration: none;
}
.spacer5 {
  height: 5px;
}
.spacer10 {
  height: 10px;
}
.spacer15 {
  height: 15px;
}
.spacer20 {
  height: 20px;
}
.spacer25 {
  height: 25px;
}
.spacer30 {
  height: 30px;
}
.yellow-bg {
  background-color: #013b57;
}
.green-bg {
  background-color: #013b57;
  z-index: 1;
  position: relative;
}
.logo {
  width: 150px;
}
.enter-code {
  width: 270px;
  position: absolute;
  margin-left: 57%;
  margin-top: 43%;
}
.promo-info {
  width: 180px;
  height: 40px;
  position: absolute;
  margin-left: 83%;
  margin-top: 48%;
  background-image: url("../img/btn.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  font-size: 23px;
  line-height: 1.8;
}
.modal {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 500000;
}
.modal-content {
  background-color: transparent;
  border: 0;
}
.modal-dialog {
  margin: 0 auto;
}
.enter-code-popup {
  color: #fff;
  /*text-shadow: 0px 0px 10px #4c4c4c;*/
  padding: 25px;
  border: 0px;
  border-radius: 25px;
}
.btn-green {
  background-color: #213f8a;
  color: #ffffff;
  font-size: 20px;
  padding: 0px 10px 0px 10px;
  line-height: 1;
}
.btn-green:hover {
  background-color: #213f8a;
  color: #ffffff;
  font-size: 20px;
  padding: 0px 10px 0px 10px;
  line-height: 1;
}
.promo-popup {
  background-image: url("../img/rules-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 293px;
}
.width800 {
  max-width: 800px;
}
.promo-text {
  width: 400px;
  position: absolute;
  margin-left: 355px;
  margin-top: 54px;
}
.promo-text p {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 15px;
}
.green {
  color: #1bb14d;
}
.green a {
  color: #1bb14d;
}
.green a:hover {
  color: #1bb14d;
}
.active {
  color: #1bb14d;
}
.active:hover {
  color: #1bb14d;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #1bb14d;
  border: 0;
  border-bottom: 1px solid #d5dade;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: #1bb14d;
  border: 0;
  border-bottom: 1px solid #d5dade;
}
.border {
  border: 1px solid #d5dade;
}
.grey-bg {
  background-color: #f5f6fa;
}
.img {
  background-color: #ffffff;
  padding: 10px;
}
.light-green-bg {
  background-color: #51a648;
}
.t_shirt {
  margin: auto;
  width: 500px;
  height: 500px;
}
.front_drop_area {
  position: absolute;
  border: 1px dotted #000000;
  width: 220px;
  height: 311px;
  overflow: hidden;
  margin: auto;
  margin-left: 140px;
  margin-top: 115px;
}
.back_drop_area {
  position: absolute;
  border: 1px dotted #000000;
  width: 220px;
  height: 280px;
  overflow: hidden;
  margin: auto;
  margin-left: 140px;
  margin-top: 115px;
}
.hidden {
  display: none;
}
.opacity {
  opacity: 0.5;
}
.ui-draggable {
  z-index: 50000;
}
.front_drop {
  position: relative !important;
  height: 311px;
  width: 220px;
}
.back_drop {
  position: relative !important;
  height: 280px;
  width: 220px;
}
.point {
  cursor: move;
  color: #1bb14d;
  font-size: 25px;
}
.back_image {
  width: 140px;
  margin: auto;
}
.ui-resizable {
  position: absolute !important;
}
.modal {
  overflow-y: hidden;
}
.modal-open .modal {
  overflow-y: scroll;
}
.modal-open .modal-shiftfix, .modal-open .modal-shiftfix .navbar-fixed-top, .modal-open .modal-shiftfix .navbar-fixed-bottom {
  overflow-y: scroll;
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="tel"], .form-group select {
  display: block;
  margin-top: 0;
  display: block;
  width: 100%;
  height: 50px;
  padding: 8px;
  font-size: 1rem;
  line-height: 1.5;
  color: #000 !important;
  background-color: #FFF;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  font-weight: 400;
  text-align: left;
  border-radius: 12px;
  text-shadow: none;
  border: 3px solid #231F20;
}
input[type=checkbox], input[type=radio] {
  outline: none;
}
.form-group input[type="text"]:focus, .form-group input[type="email"]:focus, .form-group input[type="tel"]:focus, .form-group select:focus {
  box-shadow: 0 0 0 0.2rem rgb(73 135 157);
  outline: none;
}
input#edit-reset:focus, input#edit-actions-submit:focus {
  box-shadow: 0 0 0 0.2rem rgb(73 135 157) !important;
}
.js-form-type-textfield .error, .js-form-type-email .error, .js-form-type-tel .error {
  display: block;
  margin-top: 2px;
  text-transform: none;
}
.error {
  color: #ff0000 !important;
  text-align: left;
  font-size: 14px !important;
  text-transform: none !important;
  text-shadow: 0px 0px 5px rgb(0 0 0);
}
.status-message {
  color: #008000;
  font-weight: bold;
}
.status-message .camp_error_msg {
  color: #ff0000;
}
label#like_to_receive_offers-error {
  position: absolute;
  top: -22px;
  left: 0px;
}
label.checkbox-wrap {
  position: relative;
  text-align: left;
  padding-left: 19px;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 20px;
  color: #fff;
  text-shadow: none;
}
label.checkbox-wrap a {
  color: #fff;
}
label.checkbox-wrap a:hover {
  color: #FFF;
}
.js-form-item-understood-the-privacy-and-policy {
  margin-bottom: 1rem;
}
.message-confirmation.webform-confirmation {
  text-align: center;
}
.webform-confirmation__message p {
  font-size: 17px;
}
.visually-hidden {
  display: none;
}
.btn-green:hover {
  background-color: #5cbc8b;
}
.checkbox-wrap sup {
  font-size: 80%;
  top: -0.4em;
}
div#edit-actions {
  text-align: center;
}
.design-my-nestle-tee-frontend .show-section-front {
  display: block !important;
}
.design-my-nestle-tee-edit .show-section-edit {
  display: block !important;
}
.admin-back-to-list a, input#edit-submit-design-my-nestle-tee-submissions-listing {
  background: #bf2026;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 15px;
  color: #FFF;
  border: none;
  cursor: pointer;
  border-radius: 0;
  border: 2px solid #FFF;
  font-family: 'Gotham';
  font-weight: bold;
  text-transform: uppercase;
}
.admin-back-to-list a:hover, input#edit-submit-design-my-nestle-tee-submissions-listing:hover, .blue-outline-btn:hover, .draw-week-search-sec input[type="submit"]:hover, a.draw_reset:hover, .lion-cereals-campaign-admin #EnterInfo .blue-outline-btn:hover, button.fcc-draw-button-proceed:hover, .fcc-draw-button:hover {
  background: #5a5959;
  border: 1px solid #5a5959;
  color: #FFF;
}
.design-my-nestle-tee-listing .modal-dialog {
  max-width: 1300px;
}
.design-my-nestle-tee-listing .edit-webform-submission-value {
  padding: 5px 20px;
  border: none;
  outline: none;
}
.design-my-nestle-tee-listing table {
  border: 1px solid #213f8a;
  width: 100% !important;
}
.design-my-nestle-tee-listing table td {
  word-break: break-all;
  color: #0d0d0d;
}
.design-my-nestle-tee-listing table td, .design-my-nestle-tee-listing table th {
  padding: 5px;
  border-bottom: 1px solid #213f8a;
  border-right: 1px solid #213f8a;
}
.design-my-nestle-tee-listing table th, .design-my-nestle-tee-listing table th a {
  color: #213f8a;
}
.design-my-nestle-tee-listing table td a:hover {
  color: #213f8a;
}
.design-my-nestle-tee-listing div#edit-actions {
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
.design-my-nestle-tee-listing .js-pager__items {
  text-align: center;
  list-style: none;
  margin: 20px 0 0 0;
}
.design-my-nestle-tee-listing .js-pager__items li {
  display: inline-block;
  padding: 0 5px;
}
.design-my-nestle-tee-listing li.pager__item a {
  color: #0d0d0d;
  font-size: 15px;
}
.design-my-nestle-tee-listing li.pager__item.is-active a, li.pager__item a:hover {
  color: #213f8a;
}
.design-my-nestle-tee-listing .form-text {
  display: block;
  margin-top: 0;
  padding: 6px 10px;
  border: none;
  height: 32px;
}
.design-my-nestle-tee-listing select#edit-webform-submission-value {
  padding: 5px 20px;
  margin-left: 10px;
  border: none;
  cursor: pointer;
  background: #FFF url(../img/down-arrow.png) no-repeat right 10px center;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 110px;
}
.design-my-nestle-tee-listing .form-text:focus, .design-my-nestle-tee-listing select#edit-webform-submission-value:focus {
  border: none;
  outline: none;
  outline: 2px solid #213f8a;
}
.design-my-nestle-tee-listing #webform-submission-field-filter {
  display: inline-block;
  vertical-align: top;
}
input#edit-submit-design-my-nestle-tee-submissions-listing {
  padding: 6px 20px;
  outline: none;
}
.views-field-edit-webform-submission a, .views-field-webform-submission-user-submission-edit a {
  padding-left: 20px;
  background: url("../img/email-icon.png") no-repeat left center;
}
.views-field-edit-webform-submission a:hover, .views-field-webform-submission-user-submission-edit a:hover {
  opacity: 0.7;
}
.design-my-nestle-tee-listing table th a:hover {
  color: #3e65c5;
}
input#edit-reset, input#edit-actions-submit {
  background: #505050;
  border: 2px solid #fff !important;
  display: inline-block;
  margin-bottom: 15px;
  color: #FFF;
  border: none;
  cursor: pointer;
  padding: 6px 20px 8px 20px;
  outline: none;
  border-radius: 8px;
  float: none;
  text-transform: uppercase;
  font-family: 'Gotham';
  font-weight: bold;
}
input#edit-reset:hover, input#edit-actions-submit:hover {
  background: #49879d;
}
a.campaign-logout {
  padding: 0;
  margin-top: 0px;
  display: inline-block;
  font-size: 16px;
  background: #000000;
  padding: 4px 15px;
  color: #FFF;
  border: 0;
  outline: none;
}
#edit-status-error {
  clear: both;
  display: block;
  margin-top: 2px;
}
#edit-status {
  width: 120px;
  outline: none;
}
.design-my-nestle-tee-listing table th a {
  padding-left: 20px;
  background: url("../img/sort.png") no-repeat left center;
}
.design-my-nestle-tee-listing table th:last-child {
  width: 60px;
}
.design-my-nestle-tee-listing table th:first-child {
  width: 114px;
}
.design-my-nestle-tee-listing table th:nth-child(2), .design-my-nestle-tee-listing table th:nth-child(3) {
  width: 110px;
}
.draw-week-search-sec select {
  min-width: 200px;
  height: 43px;
  padding: 5px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  font-weight: 400;
  text-align: left;
  margin-right: 5px;
}
table.draw_week_table {
  width: 100%;
}
.draw-week-search-sec input[type="submit"] {
  background: #000;
  padding: 10px 15px;
  display: inline-block;
  color: #731b17;
  border: none;
  cursor: pointer;
  height: 43px;
  font-size: 15px;
  margin-right: 5px;
  font-family: 'Gotham';
}
.draw-week-search-sec input[type="submit"]:focus {
  outline: none;
}
a.draw_reset, .lcc-draw-button-proceed {
  display: inline-block;
  border: none;
  cursor: pointer;
  padding: 10px 15px;
  outline: none;
  height: 43px;
  font-size: 15px;
  font-family: 'Gotham';
  background: #000;
  color: #731b17;
  margin-right: 5px;
}
a.draw_reset:hover, .lcc-draw-button-proceed:hover, .lcc-draw-button:hover {
  background: #5a5959;
}
.lcc-draw-button-proceed:focus {
  outline: none;
}
input[name="upload_receipt_remove_button"], input[name="upload_nestle_lion_cereal_pack_at_home_remove_button"] {
  color: #FFF !important;
  background: red !important;
  border: none;
}
input[name="upload_receipt_remove_button"]:hover, input[name="upload_nestle_lion_cereal_pack_at_home_remove_button"]:hover {
  color: #FFF !important;
  background: red !important;
  opacity: 0.7;
}
.lcc-draw-button {
  border: none;
  cursor: pointer;
  outline: none;
  font-family: 'Gotham';
  background: #000;
  color: #731b17;
}
.lcc-draw-button:focus {
  outline: none;
}
table.cpw-table-winners {
  width: 100%;
}
input[type="number"] {
  padding: 0;
  text-align: center;
  outline: none;
}
a.top-menu-item {
  color: #FFF;
  margin: 0 5px;
}
a.top-menu-item:hover {
  opacity: 0.7;
}
span.menu-separation {
  color: #f3e20e;
  margin: 0 5px;
}
.draw-result-winners h2 {
  font-family: 'Gotham';
  color: #000;
}
.lcc-draw-button.loader {
  font-size: 0;
}
.draw-week-listing-sec {
  padding: 0px 0 0 0;
}
button.fcc-draw-button-proceed {
  background: #213f8a;
  padding: 10px 15px;
  display: inline-block;
  color: #000;
  border: none;
  cursor: pointer;
  height: 43px;
  font-size: 15px;
  font-family: 'Gotham';
  cursor: pointer;
  margin-top: 20px;
  outline: none;
}
.lion-cereals-campaign-admin.lion-cereals-campaign-admin-winners-listing #EnterInfo th, .lion-cereals-campaign-admin.lion-cereals-campaign-admin-winners-listing #EnterInfo td {
  word-break: break-all;
}
.webform-confirmation__message {
  font-size: 20px;
  color: #00f500;
}
.draw_week_table input[type="number"] {
  width: 56px;
}
.fcc-campaign-banner .item {
  position: relative;
}
.banner_buynow_btn {
  position: absolute;
  right: 24%;
  width: 300px;
  height: 90px;
  bottom: 0;
}
.banner_buynow_btn a {
  background: url(../img/buynow-bttn.png?v5) no-repeat center center;
  padding: 5px 10px;
  margin-bottom: 15px;
  color: #104B9B;
  font-size: 16px;
  width: 300px;
  height: 85px;
  /*padding: 12px 0 0 55px;*/
  text-transform: uppercase;
  display: block;
}
.banner_buynow_btn a:hover {
  opacity: 0.8;
}
#EnterInfo {
  padding: 0 !important;
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
  .design-my-nestle-tee-listing select#edit-webform-submission-value {
    background-image: none !important;
  }
}
.fcc-campaign-top-content {
  padding: 30px 10px;
  max-width: 1000px;
  margin: 0px auto;
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
}
.fcc-campaign-top-content h3 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 20px;
  /*	text-shadow: 0px 0px 10px #4c4c4c;*/
}
.fcc-campaign-top-content h5 {
  font-size: 15px;
  margin-bottom: 15px;
}
ul.fcc-content-ul li {
  list-style: none;
  margin-bottom: 5px;
  font-size: 15px;
  font-family: 'Gotham';
  /*text-shadow: 0px 0px 10px #4c4c4c;*/
}
ul.fcc-content-ul li i {
  font-style: normal;
  width: 18px;
}
ul.fcc-content-ul li span {
  width: 94%;
}
ul.fcc-content-ul li i, ul.fcc-content-ul li span {
  vertical-align: top;
  display: inline-block;
  font-family: 'Gotham';
  font-weight: bold;
}
ul.fcc-content-ul {
  margin: 0px 0px 0px 15px;
  padding: 0;
}
.form-group label {
  display: block;
}
.file-select-button {
  display: none;
}
.banner-sec.fcc-campaign-banner .item img {
  width: 100%;
}
.file-upload {
  background: #FFF;
  padding: 14px;
  border-radius: 0;
  margin-top: 5px;
  border-radius: 15px;
  position: relative;
}
.file-upload a {
  color: #fcb017
}
.webform-element-description {
  color: #000;
  font-size: 13px;
  line-height: 14px;
  margin-top: 10px;
}
.cereals-logo {
  display: inline-block;
  width: 90px;
  position: relative;
}
.cereals-logo .logo {
  width: 80px;
  position: absolute;
  right: 0;
  top: -43px;
}
header .text-right.pt-1 {
  direction: rtl;
}
ul.lang {
  padding: 10px 0 0 0;
  display: inline-block;
  margin-left: 20px;
}
ul.lang li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}
ul.lang li a {
  color: #FFF;
}
ul.lang li:first-child {
  display: none;
}
ul.lang li:last-child {
  font-family: 'GE Flow';
}
ul.lang li a:hover {
  color: #f3d8a1;
}
footer {
  text-align: center;
  margin: 0px auto;
  background-size: cover;
}
footer a {
  color: #FFF;
  text-decoration: underline;
}
.fcc-campaign-footer {
  text-align: right;
  display: block;
  padding: 30px 15px;
  max-width: 1200px;
  margin: 0px auto;
  color: #FFF;
  padding-top: 60px;
}
a.language-link.is-active {
  color: #FFF;
}
label.checkbox-wrap {
  text-align: left !important;
  position: relative;
  padding-left: 19px;
  font-size: 14px !important;
  font-family: 'Montserrat', sans-serif !important;
  text-transform: inherit !important;
}
label.checkbox-wrap .form-checkbox {
  position: absolute;
  left: 0;
  top: 4px;
}
label.checkbox-wrap .error {
  font-family: 'Gotham';
}
.file-upload .form-file {
  float: left;
  outline: none;
  width: 70%;
  opacity: 0;
  height: 0;
}
.blue-outline-btn {
  float: right;
  outline: none;
  min-width: 100px;
  cursor: pointer;
  margin-top: 1px;
  margin-bottom: 1px;
  text-transform: uppercase;
  border: 1px solid #000;
}
.file-upload:after {
  content: "";
  clear: both;
  display: block;
}
.webform-button--submit {
  width: auto;
  font-size: 22px !important;
}
input[name="upload_receipt_upload_button"], input[name="upload_nestle_cereal_pack_at_home_upload_button"], input[name="upload_kid_s_drawing_upload_button"], input[name="upload_nestle_lion_cereal_pack_at_home_upload_button"] {
  border: none;
  background: #4a4a4a;
  color: #FFF;
  font-size: 13px;
  font-family: 'Gotham';
  -webkit-appearance: none;
  border-radius: 0;
}
input[name="upload_receipt_upload_button"]:hover, input[name="upload_nestle_cereal_pack_at_home_upload_button"]:hover, input[name="upload_kid_s_drawing_upload_button"]:hover {
  background: #000;
}
input[name="upload_receipt_remove_button"], input[name="upload_nestle_cereal_pack_at_home_remove_button"], input[name="upload_kid_s_drawing_remove_button"] {
  background: red;
  border: none;
  color: #000;
}
.throbber, .loader {
  background: #FFF url(../img/loader.gif) no-repeat center center !important;
  height: 14px !important;
  width: 14px !important;
  margin: 0px auto;
  clear: both;
  font-size: 0 !important;
  padding: 0 !important;
}
.throbber:hover, .loader:hover {
  background: #FFF url(../img/loader.gif) no-repeat center center;
}
.webform-confirmation__back a:hover {
  color: #213f8a;
}
.webform-confirmation {
  text-align: center;
}
.file--mime-image-gif {
  display: inline-block;
  margin-top: 2px;
}
.messages--error {
  text-align: left;
  color: #ff0000;
  font-size: 14px;
}
.webform-confirmation {
  min-height: 60px;
}
.draw-result-winners.draw-error-messages .cpw-array {
  color: #ff0000;
}
.main-sec.fcc-terms-content {
  max-width: 1000px;
  margin: 0px auto;
  padding: 50px 30px;
  color: #000;
  min-height: 509px;
}
.main-sec.fcc-terms-content li ol, .main-sec.fcc-terms-content li ul {
  margin-bottom: 10px;
}
.main-sec.fcc-terms-content p, .main-sec.fcc-terms-content li {
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px;
  font-family: 'Gotham';
  color: #fff;
}
.main-sec.fcc-terms-content table td {
  color: #fff !important;
  border: 1px solid #49879d !important;
}
span#ecommerce_link {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 0px 0px 10px #FBFBFB;
}
.main-sec.fcc-terms-content table {
  margin-bottom: 15px;
}
.main-sec.fcc-terms-content a {
  color: #fff;
  text-decoration: underline;
}
.main-sec.fcc-terms-content a:hover {
  text-decoration: underline;
  color: #cfcfcf;
}
.main-sec.fcc-terms-content ul {
  margin: 0;
  padding: 0;
  list-style: disc;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 1rem;
}
.main-sec.fcc-terms-content h1, .main-sec.fcc-terms-content h2, .main-sec.fcc-terms-content h3, .main-sec.fcc-terms-content h4, .main-sec.fcc-terms-content h5 {
  width: 100%;
  display: block;
  font-family: 'Gotham';
  color: #fff;
}
.main-sec.fcc-terms-content td, .main-sec.fcc-terms-content th {
  color: #fff;
}
span#ecommerce_link a {
  color: #FFF;
}
span#ecommerce_link a:hover {
  text-decoration: underline;
}
/* admin-list*/
.backend-fields.form-group input[type="text"], .backend-fields.form-group input[type="email"], .backend-fields.form-group input[type="tel"], .backend-fields.form-group select, .form-group.show-section-edit input[type="text"] {
  margin-top: 10px;
  margin-bottom: 10px;
}
#edit-status {
  width: 100%;
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {}
#ui-datepicker-div {
  display: none !important;
}
input[type="date"] {
  height: 43px;
  padding: 5px;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: #FFF;
  border: 0;
  background-clip: padding-box;
  border-radius: 12px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  font-weight: 400;
  text-align: left;
  clear: both;
  display: block;
  width: 100%;
  margin-top: 10px;
  font-family: 'Gotham';
  font-size: 1rem;
  border-radius: 15px;
}
table.ui-datepicker-calendar {
  background: #FFF;
}
.lion-cereals-campaign-admin #EnterInfo {
  display: block;
  padding: 15px !important;
  margin-top: 30px;
}
.lion-cereals-campaign-admin #EnterInfo th, .lion-cereals-campaign-admin #EnterInfo td {
  padding: 10px;
  vertical-align: top;
  width: 9%;
  word-break: break-word;
  color: #000;
}
.lion-cereals-campaign-admin #EnterInfo tbody td:nth-child(3) {
  word-break: break-all;
}
.lion-cereals-campaign-admin #EnterInfo .blue-outline-btn {
  float: right;
  outline: none;
  min-width: 120px;
  cursor: pointer;
  clear: both;
  color: #FFF;
  border: none;
  padding: 5px;
}
.lion-cereals-campaign-admin .campaign-logout:hover {
  opacity: 0.7;
}
.lion-cereals-campaign-admin .views-exposed-form .js-form-item input, .lion-cereals-campaign-admin .views-exposed-form .js-form-item select {
  margin-top: 0;
  display: block;
  width: 100%;
  height: 43px;
  padding: 8px;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: #FFF;
  background-clip: padding-box;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  font-weight: 400;
  text-align: left;
  font-family: 'Gotham';
  border: 0;
}
.lion-cereals-campaign-admin .views-exposed-form .js-form-item input::placeholder {
  color: #000 !important;
  opacity: 1;
}
.lion-cereals-campaign-admin .views-exposed-form .js-form-item select {
  display: inline-block;
  width: auto;
}
.lion-cereals-campaign-admin .views-exposed-form label {
  margin-right: 10px;
  color: #bf2026;
  font-weight: bold;
}
.lion-cereals-campaign-admin table {
  clear: both;
  margin-top: 0px;
  display: inline-table;
  color: #FFF;
}
.lion-cereals-campaign-admin table th a {
  padding-left: 20px;
  background: url(../img/sort.png) no-repeat left center;
  color: #000;
}
.lion-cereals-campaign-admin table th a:hover {
  opacity: 0.7;
}
.lion-cereals-campaign-admin thead {
  background: #FFF;
}
.lion-cereals-campaign-admin tbody tr {
  background: #FFF;
}
.lion-cereals-campaign-admin tbody tr:nth-child(odd) {
  background-color: #f1f0ed;
}
.lion-cereals-campaign-admin ul.js-pager__items {
  text-align: center;
}
.lion-cereals-campaign-admin ul.js-pager__items li a {
  font-size: 15px;
  color: #FFF;
  font-weight: bold;
}
.lion-cereals-campaign-admin ul.js-pager__items li {
  display: inline-block;
  margin-top: 10px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  font-family: 'Gotham';
  margin: 10px 2px;
}
.lion-cereals-campaign-admin.lion-cereals-campaign-admin-edit #EnterInfo .blue-outline-btn {
  float: none;
  font-family: 'Gotham';
  color: #000;
  border: 1px solid #000;
  padding: 3px;
  font-size: 16px;
}
.lion-cereals-campaign-admin.lion-cereals-campaign-admin-edit #EnterInfo .blue-outline-btn:hover {
  background: #5a5959;
  border: 1px solid #5a5959;
  color: #FFF;
}
.no-data-available {
  text-align: center;
  color: #fcb017;
}
.lion-cereals-campaign-admin ul.js-pager__items li a:hover {
  color: #c5c5c5;
}
label.checkbox-wrap a:hover {
  color: #c6c6c6;
  text-decoration: underline;
}
.lion-cereals-campaign-admin.lion-cereals-campaign-admin-listing .status-message {
  color: #00ff5f;
  text-align: center;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: bold;
}
img.webform-image-file {
  max-width: 100%;
}
.ui-widget-overlay.ui-front {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.ui-dialog-content.ui-widget-content img {
  max-width: 100%;
  width: 100%;
}
.webform-image-file-modal-dialog {
  width: 90% !important;
  left: 5% !important;
}
.webform-image-file-modal-dialog .ui-widget-content img {
  max-width: 100% !important;
  width: auto;
}
.ui-dialog-title {
  display: none;
}
.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
  text-align: right;
}
button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
  background: url("../img/close-bttn.png") no-repeat center center;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  border: none;
  width: 32px;
  height: 32px;
  display: inline-block;
  font-size: 0;
  position: relative;
}
button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close:hover {
  opacity: 0.7;
}
.webform-managed-file-placeholder {
  font-size: 13px;
  color: #000 !important;
  padding-bottom: 5px;
  font-weight: 400;
  text-shadow: none;
}
label.checkbox-wrap label.error {
  margin-left: -19px;
}
/* admin-list-ends*/
span.webform-element-help {
  display: none;
}
.ui-dialog .ui-dialog-content {
  width: 100% !important;
}
.webform-image-file-modal-dialog {
  top: 5% !important;
}
@media (min-width: 768px) {
  .desktop-hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    background-position: center center;
  }
  .banner_buynow_btn a {
    font-size: 12px;
    width: 120px;
    height: 37px;
    padding: 6px 0 0 22px;
    text-transform: uppercase;
    background-size: 120px;
    margin-bottom: 0;
  }
  ul.fcc-content-ul li span {
    width: 93%;
  }
  .blue-outline-btn {
    min-width: 80px;
  }
  .mobile-hide {
    display: none !important;
  }
  ul.lang {
    margin-left: 5px;
  }
  .cereals-logo {
    width: 68px;
  }
  .cereals-logo .logo {
    width: 68px;
    top: -34px;
  }
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
  .lion-cereals-campaign-admin tbody tr:nth-child(odd) {
    /* background: #d4c60d;*/
  }
}
/*...n-style...*/
.webform-confirmation__message {
  margin: 140px 0px;
}
.lion-cereals-campaign-admin ul.js-pager__items li.is-active a {
  border-bottom: solid 2px #fff;
}
.backend-fields.form-group input[type="text"], .backend-fields.form-group input[type="email"], .backend-fields.form-group input[type="tel"], .backend-fields.form-group select, .form-group.show-section-edit input[type="text"] {
  margin-bottom: 0px;
}
label.checkbox-wrap .form-checkbox {
  cursor: pointer;
}
.status-message ul {
  padding-left: 15px;
}
.form-group .status-message {
  text-align: left;
}
.file-upload .form-file {
  word-break: break-all;
  white-space: normal;
}
span.file.file--mime-image-jpeg.file--image {
  word-break: break-all;
}
.enter-code-popup .status-message {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
.enter-code-popup .status-message em {
  font-style: normal;
}
.lion-cereals-campaign-admin-edit .status-message {
  color: #58bd7e;
  font-size: 17px;
  text-align: center;
}
.lion-cereals-campaign-admin-edit .status-message em {
  font-style: normal !important;
}
.form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/select-down-arw.svg?v2) no-repeat 97% center #FFF;
  background-size: 17px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/select-down-arw.svg?v2) no-repeat 97% center #FFF;
  background-size: 17px;
}
select::-ms-expand {
  display: none;
}
input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/calender-icon.svg?v3) no-repeat 98% center #FFF;
  background-size: 24px;
}
input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.fcc-campaign-tearms-content ol li a:hover {
  text-decoration: underline;
}
.lion-cereals-campaign-admin h1, .lion-cereals-campaign-admin h2 {
  color: #bf2026;
}
.draw-result-winners .status-message {
  color: #00ff5f;
  margin-bottom: 15px;
}
.fcc-campaign-top-content h3 {
  text-transform: uppercase;
  line-height: 24px;
  font-family: 'Gotham';
  font-weight: bold;
}
.fcc-campaign-tearms-content {
  /*  background: url(../img/win-a-car-bg.png?v35) no-repeat left bottom;
  background-size: cover;*/
}
.fcc-campaign-top-content h3 b {
  font-weight: bold;
}
.fcc-campaign-top-content h5 {
  text-transform: uppercase;
  line-height: 24px;
}
.fcc-campaign-top-content h5 b {
  font-weight: 900;
}
ul.fcc-content-ul {
  margin: 0px 0px 0px 0px;
}
ul.fcc-content-ul li {
  text-transform: uppercase;
  font-size: 18px;
}
ul.fcc-content-ul li i {
  font-weight: 900;
}
.enter-code-popup form .text-center {
  text-align: left !important;
}
.form-group label {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-family: 'Gotham';
}
.form-group {
  margin-bottom: 40px;
}
.custom-upload {
  border: none;
  background: #908d88;
  color: #faefd1;
  outline: none;
  min-width: 100px;
  cursor: pointer;
  margin-top: 1px;
  margin-bottom: 1px;
  width: auto;
  display: inline-block !important;
  text-align: center;
  position: absolute;
  bottom: 14px;
  padding: 1px;
  font-size: 13px !important;
  left: 14px;
  z-index: 9;
  text-shadow: none;
}
.custom-upload:hover {
  background: #4a4a4a;
}
.file-upload .throbber {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.lion-cereals-campaign-admin.lion-cereals-campaign-admin-listing #EnterInfo .blue-outline-btn {
  background: #bf2026;
  border-radius: 0px;
  margin-bottom: 10px;
  border: 2px solid #FFF !important;
  font-family: 'Gotham';
  font-weight: bold;
}
div#edit-actions:after {
  content: "";
  display: block;
  clear: both;
}
.lion-cereals-campaign-admin.lion-cereals-campaign-admin-listing #EnterInfo .blue-outline-btn:hover {
  background: #5a5959;
}
.lion-cereals-campaign-admin.lion-cereals-campaign-admin-listing .views-exposed-form label {
  max-width: 454px;
  display: block;
}
.lion-cereals-campaign-admin.lion-cereals-campaign-admin-listing .views-exposed-form .js-form-item select {
  padding-right: 25px;
}
.lion-cereals-campaign-frontend .webform-confirmation__message {
  color: #fff;
  font-weight: bold;
  font-family: 'Gotham';
}
.lcc-winners-summery {
  margin-top: 20px;
}
.fcc-winner-content #block-nestlefamily-content {
  height: 100vh;
}
.main-sec.fcc-winners-content {
  text-align: center;
  max-width: 750px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.main-sec.fcc-winners-content p {
  font-size: 16px;
  max-width: 510px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
}
.main-sec.fcc-winners-content table {
  width: 100%;
  border: solid 1px #000000;
}
.main-sec.fcc-winners-content table th {
  padding: 12px;
  vertical-align: middle;
}
.main-sec.fcc-winners-content table th:first-child {
  width: 25%;
}
.main-sec.fcc-winners-content table td {
  padding: 12px;
  vertical-align: middle;
}
.main-sec.fcc-winners-content table tr {
  background: #681714;
}
.main-sec.fcc-winners-content table tr:nth-child(even) {
  background: #983718;
}
.lcc-winners #EnterInfo {
  padding-left: 0px !important;
}
.pointer-button-sec {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 29%;
  height: 100%;
}
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.dot-btn {
  background: none;
  border: 0px;
  outline: none !important;
  box-shadow: none;
  margin: 0px;
  padding: 0px;
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  cursor: pointer;
  border-radius: 50%;
}
.dot-btn.dot-streering {
  position: absolute;
  left: 0px;
  top: 34%;
}
.dot-btn.dot-mouse {
  position: absolute;
  left: 22%;
  top: 70%;
}
.dot-btn.dot-keyboard {
  position: absolute;
  left: 47%;
  top: 69%;
}
.dot-btn.dot-heasdset {
  position: absolute;
  right: 11%;
  top: 26%;
}
.banner-popup-img {
  text-align: center;
}
.banner-popup-img img {
  max-width: 100%;
  margin: auto;
}
.banner-img-popup .modal-content {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
}
.modal.banner-img-popup {
  background-color: transparent;
}
.banner-img-popup .modal-dialog {
  margin: 0.5rem;
}
.dot-btn img {
  width: 20px !IMPORTANT;
}
.banner-img-popup .close {
  outline: none;
  border: 0px;
  box-shadow: none;
}
.thankyou-page-msg {
  min-height: 281px;
  color: #85f185;
  text-align: center;
}
/*...n-medi-start-here..*/
@media (min-width: 576px) {
  .banner-img-popup .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
@media(max-width:1024px) {
  .thankyou-page-msg {
    min-height: 470px;
  }
}
@media(max-width:991px) {
  .thankyou-page-msg {
    min-height: 595px;
  }
}
@media(max-width:1024px) {
  .dot-btn img {
    width: 18px !important;
  }
  .dot-btn.dot-streering {
    top: 30%;
  }
  .dot-btn.dot-mouse {
    top: 67%;
  }
  .dot-btn.dot-keyboard {
    top: 68%;
  }
  .dot-btn.dot-heasdset {
    top: 23%;
  }
}
@media(max-width:991px) {
  .dot-btn.dot-mouse {
    top: 64%;
  }
}
@media(min-width:768px) and (max-width : 1024px) {
  .banner_buynow_btn a {
    margin-bottom: 0px;
  }
  .cereals-logo .logo {
    width: 75px;
  }
}
@media(min-width:769px) and (max-width : 1024px) {
  .webform-confirmation__message {
    margin: 130px 0px;
  }
  .webform-confirmation {
    min-height: 10px;
  }
}
@media(min-width:641px) and (max-width : 768px) {
  .webform-confirmation__message {
    margin: 285px 0px;
  }
  .webform-confirmation {
    min-height: 10px;
  }
  .banner_buynow_btn a {
    font-size: 15px;
    width: 150px;
    height: 42px;
    padding: 4px 0 0 24px;
    background-size: 160px;
  }
}
@media(max-width:767px) {
  .fcc-campaign-footer {
    padding: 60px 30px;
    font-size: 13px;
  }
  .banner_buynow_btn {
    align-items: flex-end;
    justify-content: center;
  }
  .webform-confirmation__message {
    margin: 70px 0px;
  }
  .main-sec.fcc-winners-content h2 {
    font-size: 26px;
  }
  .main-sec.fcc-winners-content {
    padding-left: 15px;
    padding-right: 15px;
    top: auto;
    transform: none;
  }
  .main-sec.fcc-winners-content table th:first-child {
    width: 30%;
  }
  .fcc-winner-content #block-nestlefamily-content {
    height: auto;
  }
  .pointer-button-sec {
    top: auto;
    width: 61%;
    height: 60%;
    bottom: 0px;
  }
  .dot-btn.dot-streering {
    top: 29%;
  }
  .dot-btn.dot-mouse {
    left: 24%;
  }
  .dot-btn.dot-keyboard {
    left: 48%;
    top: 64%;
  }
  .dot-btn.dot-heasdset {
    right: 10%;
    top: 19%;
  }
  .thankyou-page-msg {
    min-height: 285px;
  }
}
@media(max-width:475px) {
  .dot-btn.dot-streering {
    top: 24%;
  }
  .dot-btn.dot-mouse {
    top: 61%;
  }
  .dot-btn.dot-heasdset {
    top: 15%;
  }
}
@media only screen and (width :375px) {
  .webform-confirmation__message {
    margin: 110px 0px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  /* .webform-confirmation {
    min-height: 520px;
  }*/
  .main-sec.fcc-terms-content {
    min-height: 850px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  /*.webform-confirmation {
    min-height: 231px;
  }*/
  .main-sec.fcc-terms-content {
    min-height: 614px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .main-sec.fcc-terms-content {
    min-height: 1217px;
  }
  /* .lion-cereals-campaign-frontend .webform-confirmation__message {
    color: #000;
    min-height: 638px;
  }*/
  .cereals-logo .logo {
    width: 75px;
  }
  .webform-confirmation__message {
    margin: 355px 0px;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .main-sec.fcc-terms-content {
    min-height: 870px;
  }
  /* .lion-cereals-campaign-frontend .webform-confirmation__message {
    color: #000;
    min-height: 318px;
  }*/
  .cereals-logo .logo {
    width: 75px;
  }
  .webform-confirmation__message {
    margin: 220px 0px;
  }
}
@media (min-width: 576px) {
  body .modal-dialog {
    max-width: 535px;
  }
}
@media only screen and (width :812px) {
  .banner_buynow_btn a {
    font-size: 15px;
    width: 150px;
    height: 42px;
    padding: 4px 0 0 24px;
    background-size: 160px;
  }
}
a.acive-country {
  color: #bf2026 !important;
}
@media (max-width: 767px) {
  .banner_buynow_btn {
    width: 100% !important;
    right: 0 !important;
    left: 0 !important;
    bottom: -35px;
  }
  .banner_buynow_btn a {
    margin: auto !important;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .banner_buynow_btn {
    height: 42px;
    right: 10%;
  }
  .banner_buynow_btn a {
    font-size: 15px;
    width: 150px;
    height: 47px;
    padding: 4px 0 0 24px;
    background-size: 150px;
  }
}